.hero-carousel{isolation:isolate}
.hero-carousel .hero-slides{position:absolute;inset:0;z-index:0}
.hero-carousel:after{z-index:1}
.hero-carousel .hero-content{z-index:2}
.hero-carousel .hero-bottom{z-index:3}
.hero-carousel .hero-slide{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;opacity:0;transform:scale(1.035);transition:opacity .8s ease,transform 6.5s ease}
.hero-carousel .hero-slide.is-active{opacity:1;transform:scale(1)}
.hero-carousel .hero-slide:nth-child(5){object-position:center 78%;filter:brightness(1.38) saturate(1.08)}
.hero-carousel[data-active-category="truck"]:after{background:linear-gradient(90deg,rgba(4,22,39,.9) 0%,rgba(4,26,48,.62) 42%,rgba(4,26,48,.08) 72%),linear-gradient(0deg,rgba(4,22,39,.28),transparent 38%)}
.hero-carousel .hero-content{max-width:920px}
.hero-carousel .hero-content-copy{transition:opacity .18s ease,transform .18s ease}
.hero-carousel.is-changing .hero-content-copy{opacity:0;transform:translateY(10px)}
.hero-carousel .hero-primary{min-width:225px;justify-content:space-between}
.hero-controls{position:absolute;z-index:3;left:7%;right:7%;bottom:82px;display:flex;align-items:center;gap:12px}
.hero-arrow{display:grid;place-items:center;width:44px;height:44px;border:1px solid rgba(255,255,255,.55);background:rgba(4,22,39,.28);color:#fff;font:700 19px/1 Arial;cursor:pointer;transition:background .2s ease,border-color .2s ease}
.hero-arrow:hover,.hero-arrow:focus-visible{background:#fff;color:#0756a5;border-color:#fff}
.hero-dots{display:flex;align-items:center;gap:8px;flex-wrap:wrap}
.hero-dot{border:1px solid rgba(255,255,255,.55);background:rgba(4,22,39,.32);color:#fff;padding:9px 13px;text-transform:uppercase;letter-spacing:.8px;font:700 10px/1 Arial;cursor:pointer;transition:background .2s ease,color .2s ease,border-color .2s ease}
.hero-dot[aria-current="true"],.hero-dot:hover,.hero-dot:focus-visible{background:#f3bf26;color:#071d31;border-color:#f3bf26}
.hero-credit{position:absolute;z-index:3;right:7%;bottom:88px;color:rgba(255,255,255,.72);font-size:9px;letter-spacing:.7px;text-transform:uppercase}
@media(max-width:850px){
  .hero-controls{bottom:78px;right:auto}
  .hero-dot{width:28px;height:8px;padding:0;border:0;background:rgba(255,255,255,.45);overflow:hidden;text-indent:-999px}
  .hero-dot[aria-current="true"]{width:52px;background:#f3bf26}
  .hero-credit{display:none}
}
@media(max-width:640px){
  .hero-carousel .hero-content{margin-bottom:165px}
  .hero-controls{left:6%;bottom:85px}
  .hero-arrow{width:40px;height:40px}
  .hero-carousel .hero-slide:nth-child(5){object-position:62% 78%}
}
@media(prefers-reduced-motion:reduce){
  .hero-carousel .hero-slide,.hero-carousel .hero-content-copy,.hero-arrow,.hero-dot{transition:none}
}
