/* V113 Production CMS Image + Hero Fix
   Keeps V112/V101 design, fixes real industry images, overlap spacing and GSAP hero target. */
.home .v90-home-hero .hero-wrapper,
.home .v90-home-hero .hero-media,
.home .v90-home-hero .v90-zoom-media{
  overflow:hidden!important;
  position:relative!important;
  min-height:clamp(420px,58vw,760px)!important;
  height:clamp(420px,58vw,760px)!important;
}
.home .v90-home-hero .hero-media img,
.home .v90-home-hero .hero-img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:center!important;
  transform:scale(1);
  transition:transform .1s linear;
  will-change:transform;
  display:block!important;
}
.home .v90-home-hero .hero-media::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.36),rgba(0,0,0,.06) 58%,rgba(0,0,0,0));pointer-events:none;}
.v113-industries-clean .v113-industry-grid{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:30px!important;align-items:stretch!important;}
.v113-industries-clean .v113-industry-card{padding:0!important;overflow:hidden!important;display:flex!important;flex-direction:column!important;border-radius:34px!important;min-width:0!important;height:100%!important;background:#fff!important;text-decoration:none!important;color:inherit!important;box-shadow:0 18px 55px rgba(15,57,43,.08)!important;}
.v113-industries-clean .v113-industry-photo{height:240px!important;background:#f4f7f3!important;overflow:hidden!important;flex:0 0 auto!important;}
.v113-industries-clean .v113-industry-photo img{width:100%!important;height:100%!important;object-fit:cover!important;object-position:center!important;display:block!important;position:static!important;transform:none!important;filter:none!important;}
.v113-industries-clean .v113-industry-copy{padding:28px!important;display:flex!important;flex-direction:column!important;gap:10px!important;flex:1!important;}
.v113-industries-clean .v113-industry-copy h3{font-size:clamp(25px,2.3vw,34px)!important;line-height:1.04!important;color:var(--green,var(--manya-green,#0B5D46))!important;margin:0!important;word-break:normal!important;overflow-wrap:normal!important;}
.v113-industries-clean .v113-industry-copy p{font-size:17px!important;line-height:1.45!important;margin:0!important;color:var(--muted,var(--manya-muted,#70757a))!important;}
.v113-industries-clean .v113-industry-card:hover{transform:translateY(-6px)!important;box-shadow:0 28px 70px rgba(15,57,43,.13)!important;}
@media(max-width:1050px){.v113-industries-clean .v113-industry-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}
@media(max-width:700px){.v113-industries-clean .v113-industry-grid{grid-template-columns:1fr!important}.v113-industries-clean .v113-industry-photo{height:230px!important}.home .v90-home-hero .hero-wrapper,.home .v90-home-hero .hero-media,.home .v90-home-hero .v90-zoom-media{min-height:360px!important;height:360px!important}}
