.hero-carousel{height:clamp(330px,34vw,520px);position:relative;overflow:hidden;background:#080a09;color:#fff}
.carousel-slides,.carousel-slide{position:absolute;inset:0}.carousel-slide{opacity:0;visibility:hidden;transition:opacity .65s ease,visibility .65s}.carousel-slide.active{opacity:1;visibility:visible;z-index:1}.carousel-slide>img{width:100%;height:100%;object-fit:cover;transform:scale(1.018);transition:transform 7s ease}.carousel-slide.active>img{transform:scale(1)}
.carousel-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(5,7,6,.94) 0%,rgba(5,7,6,.72) 29%,rgba(5,7,6,.08) 65%),linear-gradient(0deg,rgba(5,7,6,.2),transparent 60%)}
.carousel-content{position:absolute;z-index:2;left:7vw;top:50%;transform:translateY(-50%);width:min(800px,68vw)}.carousel-content .eyebrow{margin:0 0 18px}.carousel-content h1{font:800 clamp(36px,4.2vw,66px)/.94 var(--display);letter-spacing:-.055em;margin:0}.carousel-content h1 em{font-style:italic;color:var(--lime)}
.carousel-arrow{position:absolute;z-index:4;top:50%;transform:translateY(-50%);width:44px;height:44px;border:1px solid rgba(255,255,255,.4);background:rgba(8,10,9,.5);color:#fff;font-size:18px;cursor:pointer;transition:.2s}.carousel-arrow:hover,.carousel-arrow:focus-visible{background:var(--lime);color:#090b0a;border-color:var(--lime)}.carousel-prev{left:20px}.carousel-next{right:20px}
.carousel-controls{position:absolute;z-index:4;left:7vw;bottom:23px;display:flex;gap:8px}.carousel-controls button{width:46px;height:4px;padding:0;border:0;background:rgba(255,255,255,.3);cursor:pointer;overflow:hidden}.carousel-controls button span{display:block;width:0;height:100%;background:var(--lime)}.carousel-controls button.active span{width:100%;animation:carousel-progress 6s linear}.hero-carousel.paused .carousel-controls button.active span{animation-play-state:paused}@keyframes carousel-progress{from{width:0}to{width:100%}}
.carousel-counter{position:absolute;z-index:4;right:6vw;bottom:17px;display:flex;align-items:baseline;gap:7px;font-size:10px;letter-spacing:.15em;color:#969b94}.carousel-counter strong{font:700 21px var(--display);color:#fff}
@media(max-width:900px){.hero-carousel{height:390px}.carousel-content{left:8vw;width:75vw}.carousel-content h1{font-size:clamp(34px,7vw,54px)}.carousel-prev{left:12px}.carousel-next{right:12px}}
@media(max-width:600px){.hero-carousel{height:310px}.carousel-slide>img{object-position:67% center}.carousel-overlay{background:linear-gradient(90deg,rgba(5,7,6,.94),rgba(5,7,6,.35))}.carousel-content{left:7vw;width:78vw}.carousel-content .eyebrow{font-size:9px;margin-bottom:13px}.carousel-content h1{font-size:clamp(28px,8.8vw,42px)}.carousel-arrow{top:auto;bottom:17px;transform:none;width:38px;height:38px}.carousel-prev{left:auto;right:58px}.carousel-next{right:15px}.carousel-controls{left:7vw;bottom:20px}.carousel-controls button{width:31px}.carousel-counter{display:none}}
