:root{--bg: #f3f3f1;--ink: #161513;--muted: #6f6c66;--white: #ffffff;--frame: #ffffff;--frame-width: clamp(.65rem, 1.4vw, 1rem);--card-radius: clamp(1.35rem, 2.8vw, 2.25rem);--cta: #ff3b14;--cta-ink: #ffffff;--font-display: "Outfit", system-ui, sans-serif;--font-body: "DM Sans", system-ui, sans-serif}*,*:before,*:after{box-sizing:border-box}html,body{margin:0;min-height:100%}body{font-family:var(--font-body);font-weight:500;color:var(--ink);background:#000;-webkit-font-smoothing:antialiased}body.has-entered{background:var(--frame)}img{max-width:100%;height:auto;display:block}a{color:inherit}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.site{position:fixed;inset:0;z-index:30;background:var(--frame);transform:translateY(100%);transition:transform 1.15s cubic-bezier(.22,1,.36,1);overflow:auto;padding:var(--frame-width)}.site.is-in{transform:translateY(0)}.site.is-settled{position:relative;inset:auto;z-index:1;transform:none;transition:none;overflow:visible;min-height:100%}.hero-card{position:relative;z-index:1;display:grid;grid-template-rows:auto 1fr;width:100%;aspect-ratio:16 / 9;max-height:calc(100svh - (2 * var(--frame-width)));max-height:calc(100dvh - (2 * var(--frame-width)));border-radius:var(--card-radius);overflow:hidden;isolation:isolate}.hero-card__bg{position:absolute;inset:0;z-index:0;overflow:hidden;pointer-events:none;background:#0a0a0a}.hero-card__bg img{width:100%;height:100%;object-fit:cover;object-position:center 40%}.hero-card__bg:after{content:"";position:absolute;inset:0;background:#0000006b}.hero-card:before{content:"";position:absolute;inset:0;pointer-events:none;z-index:1;opacity:.18;mix-blend-mode:multiply;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");background-size:180px 180px}.top{position:relative;z-index:3;display:flex;align-items:center;padding:1.15rem clamp(1.15rem,3vw,1.75rem)}.top__logo{display:block;line-height:0}.top__logo img{width:auto;height:3.15rem;filter:brightness(0) invert(1)}.hero{position:relative;z-index:2;display:grid;place-items:center;padding:.25rem 1.25rem 1.35rem;text-align:center;min-height:0}.hero__stack{display:flex;flex-direction:column;align-items:center;width:100%;max-width:54rem;min-height:0;gap:0}.hero__line{margin:0;color:var(--white);font-family:var(--font-display);font-weight:800;font-size:clamp(1.95rem,1.05rem + 3.6vw,3.35rem);line-height:1.02;letter-spacing:-.04em}.hero__line-top{display:block;white-space:nowrap}.hero__sport-wrap{display:grid;position:relative;overflow:hidden;height:1.1em;margin-top:0;justify-items:center}.hero__sport{display:block;color:var(--cta);white-space:nowrap;will-change:transform,opacity}.hero__sport.is-out{animation:sportOut .09s ease-in forwards}.hero__sport.is-in{animation:sportIn .12s cubic-bezier(.22,1,.36,1) forwards}.hero__action{display:flex;flex-direction:column;align-items:center;width:min(22rem,100%);margin-top:clamp(1.85rem,4.2vh,2.6rem);gap:.75rem}.hero__waitlist{width:100%}.hero__cta{display:inline-flex;align-items:center;justify-content:center;min-width:13.5rem;min-height:3.2rem;margin:0;padding:.85rem 2.4rem;border:none;border-radius:999px;background:var(--cta);color:var(--cta-ink);font-family:var(--font-display);font-weight:800;font-size:1.0625rem;letter-spacing:-.03em;text-decoration:none;cursor:pointer;box-shadow:0 10px 28px #00000047;transition:transform .2s cubic-bezier(.22,1,.36,1),box-shadow .2s ease}.hero__cta:hover{transform:translateY(-2px) scale(1.03);box-shadow:0 14px 34px #00000057}.hero__cta:active{transform:translateY(0) scale(.99)}.hero__faces{display:flex;align-items:center;justify-content:center;margin-top:clamp(1.45rem,3.2vh,1.9rem)}.hero__orb{position:relative;z-index:1;width:clamp(2.85rem,6.5vw,3.5rem);aspect-ratio:1;margin-left:clamp(-.7rem,-1.55vw,-.48rem);border-radius:50%;overflow:hidden;border:2px solid rgb(255 255 255 / .92);background:#2a2a2a;box-shadow:0 6px 16px #00000047;cursor:pointer;transition:transform .28s cubic-bezier(.22,1,.36,1),box-shadow .28s ease,border-color .28s ease,z-index 0s}.hero__orb:first-child{margin-left:0}.hero__orb img{width:100%;height:100%;object-fit:cover;object-position:var(--focus, 50% 20%);transition:transform .35s cubic-bezier(.22,1,.36,1)}.hero__orb:hover{z-index:5;transform:translateY(-6px) scale(1.14);border-color:var(--cta);box-shadow:0 12px 24px #00000061}.hero__orb:hover img{transform:scale(1.08)}.hero__orb:hover+.hero__orb,.hero__orb:has(+.hero__orb:hover){z-index:3;transform:translateY(-3.5px) scale(1.07);border-color:#fff;box-shadow:0 10px 20px #00000052}.hero__orb:hover+.hero__orb+.hero__orb,.hero__orb:has(+.hero__orb+.hero__orb:hover){z-index:2;transform:translateY(-1.5px) scale(1.03);box-shadow:0 8px 16px #0000004d}.hero__cta-note{margin:.75rem 0 0;font-size:.7rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#ffffffad}@keyframes sportOut{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-110%)}}@keyframes sportIn{0%{opacity:0;transform:translateY(110%)}to{opacity:1;transform:translateY(0)}}@media(max-width:720px){.hero-card{aspect-ratio:auto;min-height:calc(100svh - (2 * var(--frame-width)));min-height:calc(100dvh - (2 * var(--frame-width)));max-height:none}.hero{padding:.75rem 1.25rem 1.5rem}.hero__line-top{white-space:normal}}@media(prefers-reduced-motion:reduce){.site{transition:none;transform:none}.hero__sport.is-out,.hero__sport.is-in{animation:none}.hero__cta,.hero__orb,.hero__orb img{transition:none}.hero__orb:hover,.hero__orb:hover+.hero__orb,.hero__orb:has(+.hero__orb:hover),.hero__orb:hover+.hero__orb+.hero__orb,.hero__orb:has(+.hero__orb+.hero__orb:hover){transform:none}.hero__orb:hover img{transform:none}}.footer[data-astro-cid-gcn2mc3v]{position:relative;z-index:2;overflow:hidden;padding:clamp(2.5rem,6vh,4rem) 0 max(clamp(2.25rem,5vh,3.25rem),env(safe-area-inset-bottom));opacity:0;transform:translateY(1.25rem);transition:opacity .7s cubic-bezier(.22,1,.36,1),transform .7s cubic-bezier(.22,1,.36,1)}.footer[data-astro-cid-gcn2mc3v].is-in{opacity:1;transform:translateY(0)}.footer__marquee[data-astro-cid-gcn2mc3v]{position:relative;margin-bottom:clamp(1.85rem,4vh,2.75rem);mask-image:linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent)}.footer__track[data-astro-cid-gcn2mc3v]{display:flex;width:max-content;gap:.35rem 1.5rem;padding:.2rem 0;animation:footerMarquee 36s linear infinite}.footer__chip[data-astro-cid-gcn2mc3v]{display:inline-flex;align-items:center;gap:.55rem;white-space:nowrap;font-family:var(--font-display);font-weight:700;font-size:clamp(1.05rem,.8rem + 1vw,1.35rem);letter-spacing:-.03em;color:var(--ink)}.footer__dot[data-astro-cid-gcn2mc3v]{width:.45rem;height:.45rem;border-radius:50%;background:var(--cta);flex-shrink:0}.footer__inner[data-astro-cid-gcn2mc3v]{display:grid;gap:1.35rem;padding:0 clamp(1.25rem,4vw,2.5rem)}.footer__brand-block[data-astro-cid-gcn2mc3v]{display:flex;flex-direction:column;gap:.35rem}.footer__logo[data-astro-cid-gcn2mc3v]{display:block;line-height:0;width:fit-content}.footer__logo[data-astro-cid-gcn2mc3v] img[data-astro-cid-gcn2mc3v]{width:auto;height:clamp(2.35rem,1.8rem + 1.4vw,3rem)}.footer__tag[data-astro-cid-gcn2mc3v]{margin:0;font-family:var(--font-body);font-style:italic;font-weight:500;font-size:1rem;color:var(--muted);letter-spacing:-.01em}.footer__nav[data-astro-cid-gcn2mc3v]{display:flex;flex-wrap:wrap;gap:.65rem 1.25rem}.footer__nav[data-astro-cid-gcn2mc3v] a[data-astro-cid-gcn2mc3v]{position:relative;font-size:.8125rem;font-weight:600;letter-spacing:.02em;color:var(--ink);text-decoration:none}.footer__nav[data-astro-cid-gcn2mc3v] a[data-astro-cid-gcn2mc3v]:after{content:"";position:absolute;left:0;bottom:-.15rem;width:100%;height:1.5px;background:var(--cta);transform:scaleX(0);transform-origin:left;transition:transform .22s cubic-bezier(.22,1,.36,1)}.footer__nav[data-astro-cid-gcn2mc3v] a[data-astro-cid-gcn2mc3v]:hover:after{transform:scaleX(1)}.footer__copy[data-astro-cid-gcn2mc3v]{margin:0;font-size:.6875rem;line-height:1.45;color:var(--muted)}@keyframes footerMarquee{0%{transform:translate(0)}to{transform:translate(-50%)}}@media(prefers-reduced-motion:reduce){.footer[data-astro-cid-gcn2mc3v]{opacity:1;transform:none;transition:none}.footer__track[data-astro-cid-gcn2mc3v]{animation:none;flex-wrap:wrap;width:auto;justify-content:flex-start;padding-inline:clamp(1.25rem,4vw,2.5rem);row-gap:.45rem}.footer__marquee[data-astro-cid-gcn2mc3v]{mask-image:none}}
