
/* MANYA V105 FINAL: keep V104 design, restore V94 hero image and show only 3 insights on home. */
html,body{overflow-x:hidden!important;}

/* Hero image restore — based on requested hero-wrapper / hero-img behavior */
.home .apple-hero.v90-home-hero.v105-hero-restored,
.apple-hero.v90-home-hero.v105-hero-restored{
  min-height:100vh!important;
  height:auto!important;
  padding:clamp(110px,10vw,145px) 0 clamp(48px,6vw,76px)!important;
  background:linear-gradient(180deg,#f2faf5 0%,#ffffff 100%)!important;
  overflow:hidden!important;
  display:flex!important;
  align-items:center!important;
}
.v105-hero-grid{
  display:grid!important;
  grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr)!important;
  gap:clamp(28px,4vw,58px)!important;
  align-items:center!important;
  position:relative!important;
  z-index:2!important;
}
.v105-hero-copy{min-width:0!important;position:relative!important;z-index:3!important;}
.v105-hero-restored .eyebrow,
.v105-hero-restored .hero-title,
.v105-hero-restored .hero-sub,
.v105-hero-restored .hero-actions{text-align:left!important;margin-left:0!important;margin-right:0!important;}
.v105-hero-restored .hero-title{
  font-size:clamp(52px,6vw,92px)!important;
  line-height:.92!important;
  letter-spacing:-.07em!important;
  margin:14px 0 24px!important;
  max-width:760px!important;
}
.v105-hero-restored .hero-sub{
  font-size:clamp(18px,1.7vw,25px)!important;
  line-height:1.32!important;
  max-width:660px!important;
  margin:0 0 30px!important;
  color:var(--manya-muted,#70757a)!important;
}
.v105-hero-restored .hero-actions{justify-content:flex-start!important;margin-bottom:0!important;display:flex!important;flex-wrap:wrap!important;gap:14px!important;}
.v105-hero-restored .hero-wrapper,
.v105-hero-restored .hero-media,
.v105-hero-restored .v90-zoom-media{
  overflow:hidden!important;
  position:relative!important;
  width:100%!important;
  height:clamp(430px,64vh,680px)!important;
  min-height:430px!important;
  max-height:720px!important;
  margin:0!important;
  border-radius:44px!important;
  background:#eaf3ec!important;
  box-shadow:0 34px 110px rgba(11,93,70,.15)!important;
  z-index:2!important;
  aspect-ratio:auto!important;
  display:block!important;
}
.v105-hero-restored .hero-img,
.v105-hero-restored .hero-media img,
.v105-hero-restored .v90-zoom-media img{
  position:absolute!important;
  inset:0!important;
  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;
  opacity:1!important;
  visibility:visible!important;
  filter:none!important;
  animation:manyaV105HeroZoom 14s ease-in-out infinite!important;
}
.v105-hero-restored .hero-wrapper::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(255,255,255,0) 55%,rgba(11,93,70,.12));pointer-events:none;z-index:2;}
@keyframes manyaV105HeroZoom{0%,100%{transform:scale(1)}50%{transform:scale(1.15)}}
.v105-hero-restored .story-strip{grid-column:1/-1!important;margin-top:24px!important;position:relative!important;z-index:4!important;}

/* Home insights: exactly three cards in a clean 4|4|4 layout. Blog keeps all cards. */
.home .v101-insights .manya-insights-grid,
.home .v101-insights .blog-grid.manya-insights-grid{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:30px!important;
  align-items:stretch!important;
}
.home .v101-insights .blog-card:nth-child(n+4){display:none!important;}
.v101-insights .blog-img img,.manya-insights-grid .blog-img img{opacity:1!important;visibility:visible!important;filter:none!important;}

@media(max-width:1100px){
  .v105-hero-grid{grid-template-columns:1fr!important;gap:32px!important;}
  .v105-hero-restored .eyebrow,.v105-hero-restored .hero-title,.v105-hero-restored .hero-sub,.v105-hero-restored .hero-actions{text-align:center!important;margin-left:auto!important;margin-right:auto!important;justify-content:center!important;}
  .v105-hero-restored .hero-wrapper,.v105-hero-restored .hero-media,.v105-hero-restored .v90-zoom-media{height:clamp(320px,50vw,520px)!important;min-height:320px!important;border-radius:34px!important;}
}
@media(max-width:782px){
  .home .apple-hero.v90-home-hero.v105-hero-restored,.apple-hero.v90-home-hero.v105-hero-restored{min-height:auto!important;padding-top:118px!important;}
  .v105-hero-restored .hero-title{font-size:clamp(42px,13vw,64px)!important;}
  .v105-hero-restored .hero-wrapper,.v105-hero-restored .hero-media,.v105-hero-restored .v90-zoom-media{height:330px!important;min-height:330px!important;border-radius:28px!important;}
  .home .v101-insights .manya-insights-grid,.home .v101-insights .blog-grid.manya-insights-grid{grid-template-columns:1fr!important;}
}
@media(prefers-reduced-motion:reduce){.v105-hero-restored .hero-img,.v105-hero-restored .hero-media img{animation:none!important;}}
