.hero{height:100vh;min-height:640px;color:var(--white);background:var(--navy);flex-direction:column;justify-content:flex-end;display:flex;position:relative;overflow:hidden}.hero__slide{z-index:0;flex-direction:column;justify-content:flex-end;padding-bottom:9.5rem;display:flex;position:absolute;inset:0}.hero__media{z-index:0;position:absolute;inset:0;overflow:hidden}.hero__img{animation:7.6s cubic-bezier(.16,.8,.24,1) forwards ken-burns}.hero__tint{background:linear-gradient(#050a1c52 0%,#050a1c80 55%,#050a1ce6 100%);position:absolute;inset:0}.hero__content{z-index:1;position:relative}.hero__headline{color:var(--white);margin-top:1.5rem;font-size:clamp(2.75rem,7vw,5.25rem);font-weight:600;line-height:1.04}.hero__line{display:block}.hero__line--em{color:var(--blue-accent-soft);font-style:italic;font-weight:500}.hero__sub{color:#ffffffc7;max-width:34rem;margin-top:1.75rem;font-size:1.05rem;line-height:1.75}.hero__actions-row{z-index:2;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:2rem;padding-bottom:3rem;display:flex;position:relative}.hero__actions{flex-wrap:wrap;gap:1rem;display:flex}.hero__controls{align-items:center;gap:1.5rem;display:flex}.hero__count{font-family:var(--font-display);color:#ffffffbf;letter-spacing:.05em;font-size:.95rem;font-style:italic}.hero__count i{opacity:.5;margin:0 .15rem;font-style:normal}.hero__dots{gap:.6rem;display:flex}.hero__dot{cursor:pointer;background:#ffffff47;border:none;width:32px;height:2px;padding:0;position:relative;overflow:hidden}.hero__dot span{background:var(--white);width:0%;height:100%;animation-name:dot-fill;animation-timing-function:linear;animation-fill-mode:forwards;display:block}.hero--paused .hero__dot span{animation-play-state:paused}@keyframes dot-fill{0%{width:0%}to{width:100%}}.hero__arrow{width:38px;height:38px;color:var(--white);cursor:pointer;background:0 0;border:1px solid #ffffff59;border-radius:50%;font-size:.95rem;transition:background-color .3s,border-color .3s}.hero__arrow:hover{background:#ffffff1f;border-color:#fff9}.hero__scroll-cue{z-index:2;letter-spacing:.24em;text-transform:uppercase;color:#ffffff8c;align-items:center;gap:.75rem;font-size:.68rem;font-weight:700;display:flex;position:absolute;bottom:1.75rem;left:2rem}.hero__scroll-cue span{background:linear-gradient(#ffffffb3,#0000);width:1px;height:34px;animation:2.4s ease-in-out infinite bob}@keyframes bob{0%,to{opacity:.8;transform:translateY(0)}50%{opacity:.3;transform:translateY(6px)}}@media (max-width:900px){.hero__slide{padding-bottom:15rem}.hero__headline{margin-top:1rem;font-size:clamp(2.1rem,8vw,2.75rem)}.hero__sub{margin-top:1.1rem;font-size:.9rem;line-height:1.6}.hero__actions-row{flex-direction:column;align-items:flex-start;gap:1.25rem;padding-bottom:1.75rem}.hero__actions{gap:.75rem}.hero__scroll-cue{display:none}}@media (max-width:560px){.hero__actions{flex-direction:column;width:100%}.hero__actions .btn{justify-content:center;width:100%}}
