:root{--ground:#060607;--ground-gather:#0b0b0e;--surface:#0c0c0f;--surface-2:#151519;--surface-3:#1e1e24;--hair:#26262d;--ink:#ffffff;--ink-2:#b9b9c3;--ink-3:#7d7d88;--lime:#ccff00;--lime-ink:#0b0b0b;--hero-ink:#101010;--charcoal-cool:#121219;--charcoal-warm:#0b0907;--charcoal-graphite:#19191a;--charcoal-plum:#0a060b;--charcoal-dusk:#151219;--face:system-ui,-apple-system,"Segoe UI",Helvetica,Arial,sans-serif;--glide:cubic-bezier(0.22,1,0.36,1);--settle:linear(0,0.24 8%,0.55 18%,0.82 30%,0.98 42%,1.035 55%,1.01 70%,0.998 85%,1);--snappy:linear(0,0.31 8%,0.66 18%,0.9 30%,1.02 42%,1.006 55%,1 70%);--land:cubic-bezier(0.3,1.4,0.5,1);--hold:56svh;--hero-hold:16svh;--ease-fade:linear-gradient(180deg,rgba(0,0,0,0),rgba(0,0,0,0.0096) 6.25%,rgba(0,0,0,0.0381) 12.5%,rgba(0,0,0,0.0843) 18.75%,rgba(0,0,0,0.1464) 25%,rgba(0,0,0,0.2222) 31.25%,rgba(0,0,0,0.3087) 37.5%,rgba(0,0,0,0.4025) 43.75%,rgba(0,0,0,0.5) 50%,rgba(0,0,0,0.5975) 56.25%,rgba(0,0,0,0.6913) 62.5%,rgba(0,0,0,0.7778) 68.75%,rgba(0,0,0,0.8536) 75%,rgba(0,0,0,0.9157) 81.25%,rgba(0,0,0,0.9619) 87.5%,rgba(0,0,0,0.9904) 93.75%,#000);--gutter:clamp(20px,7vw,120px)}*,:after,:before{box-sizing:border-box}html{-webkit-text-size-adjust:100%}html.lenis,html.lenis body{height:auto}.lenis.lenis-smooth{scroll-behavior:auto!important}.lenis.lenis-stopped{overflow:hidden}body{margin:0;background:var(--ground);color:var(--ink);font-family:var(--face);font-size:16px;line-height:1.5;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}a{color:inherit}button{font:inherit}img,video{display:block;max-width:100%}:focus-visible{outline:3px solid var(--ink);outline-offset:3px}.pill{display:inline-flex;align-items:center;gap:12px;background:var(--lime);color:var(--lime-ink);font-weight:700;font-size:clamp(16px,1.3vw,19px);line-height:1;padding:17px 26px 17px 28px;border-radius:999px;border:0;text-decoration:none;cursor:pointer;transition:transform .5s var(--glide),background .3s var(--glide)}.pill:hover{transform:translateY(-2px)}.pill:active{transform:translateY(0);transition-duration:.15s}.pill svg{width:18px;height:18px;flex:none}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}@media (prefers-reduced-motion:reduce){.pill{transition:none}}.surface{position:relative;z-index:2;margin-top:calc(-1 * var(--rise, var(--hold)));background:linear-gradient(180deg,transparent calc(var(--hold) - 1px),var(--g,var(--ground)) calc(var(--hold) - 1px))}.surface:before{content:"";display:var(--surface-fade,block);position:absolute;left:0;right:0;top:0;height:var(--hold);background:var(--g,var(--ground));-webkit-mask-image:var(--ease-fade);mask-image:var(--ease-fade);pointer-events:none}@media (prefers-reduced-motion:reduce){.surface{margin-top:0;background:var(--g,var(--ground))}.surface:before{display:none}}.fade-top{-webkit-mask-image:var(--ease-fade),linear-gradient(#000,#000);mask-image:var(--ease-fade),linear-gradient(#000,#000);-webkit-mask-size:100% var(--fade-top,var(--hold)),100% 100%;mask-size:100% var(--fade-top,var(--hold)),100% 100%;-webkit-mask-position:0 0,0 var(--fade-top,var(--hold));mask-position:0 0,0 var(--fade-top,var(--hold));-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}