.hero-slideshow{position:relative;width:100%;aspect-ratio:21/8;min-height:320px;overflow:hidden;background:var(--ink-950)}.hero-slideshow__slide{width:100%;height:100%}.hero-slideshow__slide img{width:100%;height:100%;object-fit:cover}.hero-slideshow__arrow{position:absolute;top:50%;transform:translateY(-50%);width:44px;height:44px;border-radius:50%;border:0;background:rgba(11,12,16,.55);color:var(--white);font-size:1.6rem;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center}.hero-slideshow__arrow--prev{left:18px}.hero-slideshow__arrow--next{right:18px}.hero-slideshow__arrow:hover{background:var(--accent2-500)}.hero-slideshow__dots{position:absolute;left:0;right:0;bottom:18px;display:flex;justify-content:center;gap:8px}.hero-slideshow__dot{width:9px;height:9px;border-radius:50%;border:0;background:rgba(255,255,255,.5);cursor:pointer;padding:0}.hero-slideshow__dot.is-active{background:var(--accent2-500);width:24px;border-radius:5px}.hero-fallback{position:relative;background:var(--ink-950);color:var(--white);padding:150px 0 100px;overflow:hidden}.hero-fallback__overlay{position:absolute;inset:0;background:radial-gradient(700px 260px at 15% -10%,rgba(147,51,234,.35),transparent 70%),radial-gradient(600px 240px at 90% 10%,rgba(249,115,22,.22),transparent 70%)}.hero-fallback__inner{position:relative;z-index:1;max-width:640px}.hero-fallback__eyebrow{display:inline-block;font-size:.78rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--accent-400);margin-bottom:14px}.hero-fallback h1{color:var(--white);font-size:clamp(2rem,4.4vw,3.1rem);margin-bottom:16px}.hero-fallback p{color:var(--ink-300);font-size:1.08rem;margin-bottom:32px}.hero-fallback__actions{display:flex;flex-wrap:wrap;gap:14px}@media (max-width:720px){.hero-slideshow{aspect-ratio:4/5}.hero-fallback{padding:120px 0 72px}}