.home-carousel{position:relative;height:clamp(620px,calc(100vh - 82px),920px);min-height:620px;overflow:hidden;background:#101a18;color:#fff;border:0;border-radius:0}.home-carousel-slides,.home-carousel-slide,.home-carousel-slide img,.home-carousel-shade{position:absolute;inset:0;width:100%;height:100%}.home-carousel-slide{margin:0;opacity:0;visibility:hidden;transition:opacity 1s ease,visibility 1s ease}.home-carousel-slide.is-active{opacity:1;visibility:visible;z-index:1}.home-carousel-slide img{object-fit:cover;object-position:center;transform:scale(1.025);transition:transform 5.5s ease}.home-carousel-slide.is-active img{transform:scale(1)}.home-carousel-shade{z-index:2;background:linear-gradient(90deg,rgba(0,0,0,.7) 0%,rgba(0,0,0,.42) 48%,rgba(0,0,0,.08) 78%),linear-gradient(0deg,rgba(0,0,0,.28),transparent 45%)}.home-carousel-copy{position:relative;z-index:3;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding-top:20px}.home-carousel-copy .eyebrow{color:#fff;opacity:.84}.home-carousel-copy h1{max-width:900px;margin:18px 0 22px;color:#fff;font-size:clamp(52px,7vw,98px);line-height:.94;letter-spacing:-.035em;text-wrap:balance}.home-carousel-copy p{max-width:660px;margin:0;color:rgba(255,255,255,.88);font-size:clamp(17px,1.8vw,22px);line-height:1.6}.home-carousel-progress{position:absolute;z-index:4;left:0;right:0;bottom:0;height:4px;background:rgba(255,255,255,.18)}.home-carousel-progress span{display:block;width:100%;height:100%;background:#fff;transform-origin:left center;animation:carousel-progress 3s linear infinite}@keyframes carousel-progress{from{transform:scaleX(0)}to{transform:scaleX(1)}}@media(max-width:900px){.home-carousel{height:calc(100svh - 72px);min-height:560px}.home-carousel-shade{background:linear-gradient(90deg,rgba(0,0,0,.65),rgba(0,0,0,.28)),linear-gradient(0deg,rgba(0,0,0,.38),transparent 55%)}.home-carousel-copy h1{font-size:clamp(48px,10vw,74px)}}@media(max-width:640px){.home-carousel{height:calc(100svh - 72px);min-height:590px}.home-carousel-slide img{object-position:center}.home-carousel-shade{background:linear-gradient(0deg,rgba(0,0,0,.72) 0%,rgba(0,0,0,.26) 78%)}.home-carousel-copy{justify-content:flex-end;padding-bottom:74px}.home-carousel-copy h1{font-size:clamp(42px,13vw,60px);line-height:.96;margin:14px 0 18px}.home-carousel-copy p{font-size:16px;line-height:1.55;max-width:95%}}@media(prefers-reduced-motion:reduce){.home-carousel-slide,.home-carousel-slide img{transition:none}.home-carousel-progress span{animation:none}}
