/* V106 FINAL: hero image only fix. All other V101/V105 sections stay unchanged. */
.home .apple-hero.v90-home-hero,
.home .apple-hero.v90-home-hero.v103-home-hero,
.home .apple-hero.v90-home-hero.v105-hero-restored{
  position:relative!important;
  overflow:hidden!important;
  min-height:clamp(650px,88vh,940px)!important;
  height:auto!important;
  padding:0!important;
  background:#102118!important;
  display:flex!important;
  align-items:center!important;
  isolation:isolate!important;
}
.home .apple-hero.v90-home-hero .container,
.home .apple-hero.v90-home-hero .v105-hero-grid{
  position:static!important;
  display:block!important;
  width:min(1240px,92vw)!important;
  margin:0 auto!important;
  padding:clamp(145px,16vh,190px) 0 clamp(90px,10vh,130px)!important;
  z-index:3!important;
}
.home .apple-hero.v90-home-hero .hero-media,
.home .apple-hero.v90-home-hero .hero-wrapper,
.home .apple-hero.v90-home-hero .hero-zoom-media,
.home .apple-hero.v90-home-hero .v90-zoom-media{
  position:absolute!important;
  inset:0!important;
  left:50%!important;
  transform:translateX(-50%)!important;
  width:100vw!important;
  max-width:none!important;
  height:100%!important;
  min-height:100%!important;
  max-height:none!important;
  margin:0!important;
  padding:0!important;
  border-radius:0!important;
  overflow:hidden!important;
  background:#102118!important;
  box-shadow:none!important;
  aspect-ratio:auto!important;
  display:block!important;
  z-index:0!important;
}
.home .apple-hero.v90-home-hero .hero-img,
.home .apple-hero.v90-home-hero .hero-media img,
.home .apple-hero.v90-home-hero .v90-zoom-media img{
  position:absolute!important;
  inset:0!important;
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:center center!important;
  display:block!important;
  opacity:1!important;
  visibility:visible!important;
  filter:none!important;
  transform:scale(1);
  transition:transform .1s linear;
  will-change:transform;
  animation:manyaV106HeroZoom 16s ease-in-out infinite!important;
  z-index:0!important;
}
.home .apple-hero.v90-home-hero::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:1;
  pointer-events:none;
  background:linear-gradient(90deg,rgba(0,0,0,.66) 0%,rgba(0,0,0,.42) 34%,rgba(0,0,0,.10) 70%,rgba(0,0,0,.08) 100%);
}
.home .apple-hero.v90-home-hero::after{
  content:"";
  position:absolute;
  inset:auto 0 0 0;
  height:30%;
  z-index:1;
  pointer-events:none;
  background:linear-gradient(180deg,rgba(255,255,255,0),#fff 92%);
}
.home .apple-hero.v90-home-hero .v105-hero-copy,
.home .apple-hero.v90-home-hero .eyebrow,
.home .apple-hero.v90-home-hero .hero-title,
.home .apple-hero.v90-home-hero .hero-sub,
.home .apple-hero.v90-home-hero .hero-actions,
.home .apple-hero.v90-home-hero .story-strip{
  position:relative!important;
  z-index:4!important;
}
.home .apple-hero.v90-home-hero .eyebrow,
.home .apple-hero.v90-home-hero .hero-title,
.home .apple-hero.v90-home-hero .hero-sub,
.home .apple-hero.v90-home-hero .hero-actions{
  text-align:left!important;
  margin-left:0!important;
  margin-right:0!important;
}
.home .apple-hero.v90-home-hero .eyebrow{color:#f3c65c!important;text-shadow:0 2px 18px rgba(0,0,0,.28)!important;}
.home .apple-hero.v90-home-hero .hero-title{
  color:#fff!important;
  max-width:720px!important;
  font-size:clamp(56px,7vw,102px)!important;
  line-height:.93!important;
  letter-spacing:-.07em!important;
  text-shadow:0 12px 40px rgba(0,0,0,.22)!important;
}
.home .apple-hero.v90-home-hero .hero-sub{
  color:rgba(255,255,255,.94)!important;
  max-width:660px!important;
  font-size:clamp(18px,1.65vw,25px)!important;
  line-height:1.35!important;
  text-shadow:0 8px 26px rgba(0,0,0,.30)!important;
}
.home .apple-hero.v90-home-hero .hero-actions{display:flex!important;justify-content:flex-start!important;gap:16px!important;flex-wrap:wrap!important;}
.home .apple-hero.v90-home-hero .hero-actions .btn.secondary{background:rgba(255,255,255,.92)!important;border-color:rgba(255,255,255,.6)!important;color:#0B5D46!important;}
.home .apple-hero.v90-home-hero .story-strip{margin-top:42px!important;background:rgba(255,255,255,.94)!important;backdrop-filter:blur(18px)!important;border-radius:28px!important;box-shadow:0 24px 70px rgba(0,0,0,.18)!important;}
@keyframes manyaV106HeroZoom{0%,100%{transform:scale(1)}50%{transform:scale(1.15)}}
@media(max-width:900px){
  .home .apple-hero.v90-home-hero{min-height:720px!important;}
  .home .apple-hero.v90-home-hero .container,.home .apple-hero.v90-home-hero .v105-hero-grid{padding-top:135px!important;padding-bottom:80px!important;}
  .home .apple-hero.v90-home-hero .hero-title{font-size:clamp(44px,13vw,70px)!important;}
  .home .apple-hero.v90-home-hero .story-strip{display:grid!important;grid-template-columns:1fr!important;gap:12px!important;}
}
@media(prefers-reduced-motion:reduce){.home .apple-hero.v90-home-hero .hero-img,.home .apple-hero.v90-home-hero .hero-media img{animation:none!important;}}
