.hero{position:relative;min-height:580px;height:100vh;overflow:hidden;background:#000}.hero-swiper,.hero-swiper .swiper-wrapper,.hero-swiper .swiper-slide,.hero picture,.hero img{width:100%;height:100%}.hero img{object-fit:cover;transform:scale(1.04);will-change:transform}.hero .swiper-slide-active img{animation:heroKenBurnsA 6.4s ease-out forwards}.hero .swiper-slide:nth-child(2n).swiper-slide-active img{animation-name:heroKenBurnsB}.hero .swiper-slide:nth-child(3n).swiper-slide-active img{animation-name:heroKenBurnsC}.hero-shade{position:absolute;inset:0;z-index:2;background:linear-gradient(90deg,rgba(0,0,0,.88) 0%,rgba(0,0,0,.62) 35%,rgba(0,0,0,.2) 78%,rgba(0,0,0,.38) 100%),linear-gradient(180deg,rgba(0,0,0,.22),rgba(0,0,0,.18) 55%,rgba(0,0,0,.78));pointer-events:none}.hero-content{position:absolute;z-index:3;left:50%;top:50%;width:var(--container);transform:translate(-50%,-45%);color:#fff}.hero-content.is-visible{transform:translate(-50%,-45%)}.hero-content.hero-copy-fading{opacity:.18;transition:opacity .26s ease,transform .26s ease}.hero h1{margin:0;max-width:620px;font-size:clamp(46px,5.4vw,76px);line-height:1.08;letter-spacing:0;font-weight:900}.hero h1 span{color:var(--color-green-light)}.hero p{max-width:520px;margin:22px 0 0;color:#fff;font-size:18px;line-height:1.55;font-weight:600}.hero-ctas{display:flex;gap:18px;margin-top:34px}.hero-pagination{bottom:72px!important;z-index:5}.hero-pagination .swiper-pagination-bullet{width:11px;height:11px;background:#fff;opacity:1}.hero-pagination .swiper-pagination-bullet-active{background:var(--color-green-light)}@keyframes heroKenBurnsA{0%{transform:scale(1.04) translate3d(0,0,0)}100%{transform:scale(1.12) translate3d(-1.8%,1.2%,0)}}@keyframes heroKenBurnsB{0%{transform:scale(1.05) translate3d(-1.2%,0,0)}100%{transform:scale(1.13) translate3d(1.4%,-1.2%,0)}}@keyframes heroKenBurnsC{0%{transform:scale(1.04) translate3d(1.2%,.8%,0)}100%{transform:scale(1.11) translate3d(-1.2%,-1%,0)}}@media (prefers-reduced-motion:reduce){.hero img,.hero .swiper-slide-active img{animation:none;transform:none}}
