/* Scoped exclusively to the new home-page carousel. */
.hero.hero-fullbleed{display:flex;flex-direction:column;align-items:stretch;justify-content:space-between;min-height:max(720px,100svh);gap:44px;isolation:isolate;padding:0;background:#111d27}
.hero-fullbleed .bg{inset:0;z-index:-1}
.hero-fullbleed .bg img{width:100%;height:100%;object-fit:cover;object-position:center;opacity:0;animation:none;transition:opacity .8s ease;content-visibility:visible}
.hero-fullbleed .bg img.on{opacity:1}
.hero-fullbleed .bg::after{background:linear-gradient(90deg,#101a23dd 0%,#101a238c 42%,#101a230d 80%),linear-gradient(0deg,#101a23ed 0%,#101a237a 19%,transparent 47%);pointer-events:none}
.hero-fullbleed .inner{max-width:var(--maxw);width:100%;padding-top:clamp(136px,16vh,185px);padding-bottom:0;pointer-events:none}
.hero-fullbleed .inner a{pointer-events:auto}
.hero-fullbleed h1{font-size:clamp(46px,7vw,92px);line-height:1.05;max-width:12ch;letter-spacing:-.035em}
.hero-fullbleed .inner>p:not(.tag){max-width:510px;font-size:18px;line-height:1.75;margin-top:24px}
.hero-fullbleed .tag{font-size:13px;line-height:1.7;letter-spacing:.09em;margin-bottom:24px}
.hero-fullbleed .cta{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}
.hero-fullbleed .cta .btn{font-size:13px;letter-spacing:.04em;min-height:48px;padding:13px 20px}
.hero-fullbleed .hero-dock{position:relative;width:100%;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px 28px;padding-bottom:28px;z-index:2}
.hero-fullbleed .hero-pagination{grid-column:1/-1;display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:14px}
.hero-fullbleed .hero-pagination button{display:flex;align-items:center;gap:10px;background:none;border:0;padding:0;min-height:44px;min-width:0;font:14px 'IBM Plex Mono',monospace;color:#c6d2dc;cursor:pointer}
.hero-fullbleed .hero-pagination button span{flex:1;height:2px;background:#ffffff5c}
.hero-fullbleed .hero-pagination button[aria-current=true]{color:var(--senal)}
.hero-fullbleed .hero-pagination button[aria-current=true] span{background:var(--senal)}
.hero-fullbleed .hero-caption{max-width:none;font:14px/1.65 'IBM Plex Mono',monospace;margin:0;color:#e2e9ef;align-self:center}
.hero-fullbleed .hero-controls{display:flex;align-items:center;gap:8px}
.hero-fullbleed .hero-controls button{display:grid;place-items:center;width:44px;height:44px;padding:10px;border:1px solid #ffffff70;color:white;background:#101a234a;cursor:pointer}
.hero-fullbleed .hero-controls button:hover{border-color:var(--senal);color:var(--senal)}
.hero-fullbleed .hero-controls svg{width:23px;height:23px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.hero-fullbleed .hero-count{font:13px 'IBM Plex Mono',monospace;color:#cfdae1;margin-right:14px;white-space:nowrap}
@media(max-width:700px){
.hero.hero-fullbleed{min-height:max(780px,100svh);gap:34px}
.hero-fullbleed .inner{padding-top:120px;padding-bottom:0}
.hero-fullbleed h1{font-size:clamp(42px,12vw,68px);max-width:12ch;line-height:1.07}
.hero-fullbleed .inner>p:not(.tag){font-size:16px;line-height:1.75;max-width:440px;margin-top:24px}
.hero-fullbleed .tag{font-size:12px;letter-spacing:.06em;margin-bottom:20px}
.hero-fullbleed .bg::after{background:linear-gradient(90deg,#101a23b9,#101a2330),linear-gradient(0deg,#101a23f0,transparent 64%)}
.hero-fullbleed .cta{gap:10px;margin-top:24px}
.hero-fullbleed .cta .btn{padding:12px 14px;font-size:12px;letter-spacing:0;min-height:46px}
.hero-fullbleed .hero-dock{grid-template-columns:1fr;gap:8px;padding-bottom:24px}
.hero-fullbleed .hero-pagination{gap:9px}
.hero-fullbleed .hero-pagination button{flex-direction:column;align-items:stretch;justify-content:center;gap:8px;font-size:12px;min-height:44px}
.hero-fullbleed .hero-pagination button span{flex:none;width:100%}
.hero-fullbleed .hero-caption{font-size:13px;line-height:1.65;min-height:44px}
.hero-fullbleed .hero-controls{justify-content:flex-start}
.hero-fullbleed .hero-count{margin-right:12px}
}
@media(prefers-reduced-motion:reduce){.hero-fullbleed .bg img{transition:none}}
@media(min-width:701px){.hero-fullbleed .hero-controls{margin-right:64px}}
