/* Emergency rollback: clean hero only. All experimental wow overlays disabled. */

html body #home-draft > .home-hero-static.home-hero-static--layered-wow{
  position: relative !important;
  display: block !important;
  width: 100% !important;
  min-height: clamp(520px, 62vw, 900px) !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  isolation: isolate !important;
  border-bottom: 1px solid rgba(204,221,241,.92) !important;
  background: #f6f9fd url('/assets/hero/responsive/hero-clean-desktop-1920-20260619.webp?v=20260619-clean-rollback-1') center top / cover no-repeat !important;
}

html body #home-draft > .home-hero-static.home-hero-static--layered-wow::before,
html body #home-draft > .home-hero-static.home-hero-static--layered-wow::after{
  content: none !important;
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  background: none !important;
  animation: none !important;
  filter: none !important;
  box-shadow: none !important;
}

html body #home-draft > .home-hero-static.home-hero-static--layered-wow > .home-hero-overlay,
html body #home-draft > .home-hero-static.home-hero-static--layered-wow > .home-hero-hotspot,
html body #home-draft > .home-hero-static.home-hero-static--layered-wow > picture,
html body #home-draft > .home-hero-static.home-hero-static--layered-wow > img,
html body #home-draft > .home-hero-static.home-hero-static--layered-wow > .home-hero-media,
html body #home-draft > .home-hero-static.home-hero-static--layered-wow > .hero-media,
html body #home-draft > .home-hero-static.home-hero-static--layered-wow > [class*='hero-bg'],
html body #home-draft > .home-hero-static.home-hero-static--layered-wow > [class*='hero-image'],
html body #home-draft > .home-hero-static.home-hero-static--layered-wow .home-hero-copy,
html body #home-draft > .home-hero-static.home-hero-static--layered-wow .home-hero-content,
html body #home-draft > .home-hero-static.home-hero-static--layered-wow .home-hero-text,
html body #home-draft > .home-hero-static.home-hero-static--layered-wow .hero-copy,
html body #home-draft > .home-hero-static.home-hero-static--layered-wow .hero-content,
html body #home-draft > .home-hero-static.home-hero-static--layered-wow .hero-text,
html body #home-draft > .home-hero-static.home-hero-static--layered-wow .hero-liquid-icons,
html body #home-draft > .home-hero-static.home-hero-static--layered-wow .hero-liquid-card,
html body #home-draft > .home-hero-static.home-hero-static--layered-wow .hero-liquid-grid,
html body #home-draft > .home-hero-static.home-hero-static--layered-wow .hero-cta,
html body #home-draft > .home-hero-static.home-hero-static--layered-wow .hero-actions,
html body #home-draft > .home-hero-static.home-hero-static--layered-wow .hero-badges,
html body #home-draft > .home-hero-static.home-hero-static--layered-wow .hero-kpis{
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

@media (min-width:1600px){
  html body #home-draft > .home-hero-static.home-hero-static--layered-wow{
    min-height: clamp(620px, 58vw, 1024px) !important;
    background: #f6f9fd url('/assets/hero/responsive/hero-clean-desktop-2560-20260619.webp?v=20260619-clean-rollback-1') center top / cover no-repeat !important;
  }
}

@media (min-width:2400px){
  html body #home-draft > .home-hero-static.home-hero-static--layered-wow{
    min-height: clamp(700px, 52vw, 1024px) !important;
    background: #f6f9fd url('/assets/hero/responsive/hero-clean-desktop-3200-20260619.webp?v=20260619-clean-rollback-1') center top / cover no-repeat !important;
  }
}

@media (min-width:701px) and (max-width:1100px){
  html body #home-draft > .home-hero-static.home-hero-static--layered-wow{
    min-height: clamp(430px, 72vw, 700px) !important;
    background: #f6f9fd url('/assets/hero/responsive/hero-clean-tablet-1800-20260619.webp?v=20260619-clean-rollback-1') center top / cover no-repeat !important;
  }
}

@media (min-width:421px) and (max-width:700px){
  html body #home-draft > .home-hero-static.home-hero-static--layered-wow{
    min-height: 520px !important;
    background: #f6f9fd url('/assets/hero/responsive/hero-clean-mobile-1280-20260619.webp?v=20260619-clean-rollback-1') 58% top / cover no-repeat !important;
  }
}

@media (max-width:420px){
  html body #home-draft > .home-hero-static.home-hero-static--layered-wow{
    min-height: 460px !important;
    background: #f6f9fd url('/assets/hero/responsive/hero-clean-mobile-narrow-1080-20260619.webp?v=20260619-clean-rollback-1') 61% top / cover no-repeat !important;
  }
}
