:root{--asphalt:#23262b;--asphalt-deep:#191c20;--paper:#f5f3ef;--yellow:#fec708;--green:#59b02d;--ink:#14161a;--muted:#8a8f96;--road-x:8vw;--measure:62ch}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--asphalt);color:var(--paper);-webkit-font-smoothing:antialiased;font-family:Archivo,system-ui,-apple-system,sans-serif;font-size:17px;line-height:1.6;overflow-x:hidden}.display{font-variation-settings:"wdth" 118, "wght" 800;letter-spacing:-.035em;text-transform:uppercase;font-family:Archivo,system-ui,sans-serif;font-weight:800;line-height:.86}.d-hero{font-size:clamp(3.6rem,15vw,12rem)}.d-stop{font-size:clamp(2.4rem,8.4vw,6rem);line-height:.92}.d-end{font-size:clamp(2.6rem,10vw,7.2rem);line-height:.95}.lede{color:#c9cdd3;max-width:34ch;font-size:clamp(1.05rem,2.2vw,1.35rem);line-height:1.5}.body{max-width:var(--measure);color:#b6bbc2}.rail{pointer-events:none;z-index:20;position:fixed;inset:0}.road{top:0;left:var(--road-x);background:#82889159;width:4px;height:100dvh;position:absolute}.road-lane{top:0;left:calc(var(--road-x) + 1px);opacity:.45;background:repeating-linear-gradient(#ffffff8c 0 12px,#0000 12px 30px);width:2px;height:100dvh;position:absolute}.road-fill{top:0;left:var(--road-x);background:var(--yellow);will-change:height;width:4px;position:absolute}.stop-marker{left:var(--road-x);background:var(--asphalt);border:3px solid #8288918c;border-radius:50%;width:13px;height:13px;margin-top:-6.5px;margin-left:-4.5px;transition:border-color .26s,background .26s;position:absolute}.stop-marker.passed{border-color:var(--yellow);background:var(--yellow)}.pin{left:var(--road-x);filter:drop-shadow(0 3px 6px #00000059);will-change:top;width:30px;height:30px;margin-top:-26px;margin-left:-13px;position:absolute}.wrap{position:relative}.hero{min-height:100svh;padding:0 6vw 0 calc(var(--road-x) + 5vw);z-index:5;flex-direction:column;justify-content:center;display:flex;position:relative}.stop{padding:clamp(6rem, 14vh, 11rem) 6vw clamp(6rem, 14vh, 11rem) calc(var(--road-x) + 5vw);z-index:5;position:relative}.stop--right{padding-left:calc(var(--road-x) + 22vw)}.stop--light{background:var(--paper);color:var(--ink)}.stop--light .body{color:#4a4f57}.stop--light .stop-num{color:var(--muted)}.scroll-hint{bottom:3.5rem;left:calc(var(--road-x) + 5vw);letter-spacing:.02em;color:var(--muted);align-items:center;gap:.6rem;font-size:.82rem;display:flex;position:absolute}.arrow-down{background:linear-gradient(to bottom, var(--yellow), transparent);width:1px;height:26px}.stop-kicker{color:var(--yellow);margin-bottom:.9rem;font-size:.9rem;font-weight:600}.stop--light .stop-kicker{color:var(--green)}.stop-body{margin-top:1.4rem}.facts{flex-wrap:wrap;gap:2.4rem;margin-top:2.4rem;display:flex}.fact-value{font-variation-settings:"wdth" 112, "wght" 700;font-size:1.6rem;line-height:1.1}.fact-label{color:var(--muted);margin-top:.15rem;font-size:.85rem}.finish{min-height:92svh;padding:0 6vw 0 calc(var(--road-x) + 5vw);background:var(--asphalt-deep);z-index:5;flex-direction:column;justify-content:center;display:flex;position:relative}.cta-row{flex-wrap:wrap;gap:.9rem;margin-top:2.6rem;display:flex}.btn{border-radius:100px;align-items:center;padding:1rem 1.9rem;font-size:.98rem;font-weight:700;text-decoration:none;transition:transform .14s,background .14s;display:inline-flex}.btn:hover{transform:translateY(-2px)}.btn:focus-visible{outline:3px solid var(--green);outline-offset:3px}.btn--primary{background:var(--yellow);color:var(--ink)}.btn--ghost{color:var(--paper);border:1.5px solid #ffffff47}.btn--ghost:hover{background:#ffffff0f}.foot{z-index:5;background:var(--asphalt-deep);padding:3rem 6vw 3.5rem calc(var(--road-x) + 5vw);color:var(--muted);border-top:1px solid #ffffff14;flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:2.5rem;font-size:.9rem;display:flex;position:relative}.foot a{color:#c9cdd3;text-decoration:none}.foot a:hover{color:var(--yellow)}.foot-links{flex-wrap:wrap;gap:1.6rem;display:flex}.reveal{opacity:0;transition:opacity .62s cubic-bezier(.2,.7,.2,1),transform .62s cubic-bezier(.2,.7,.2,1);transform:translateY(18px)}.reveal.in{opacity:1;transform:none}@media (max-width:760px){:root{--road-x:18px;--measure:100%}body{font-size:16px}.hero,.stop,.finish,.foot{padding-left:calc(var(--road-x) + 20px);padding-right:24px}.stop--right{padding-left:calc(var(--road-x) + 20px)}.scroll-hint{left:calc(var(--road-x) + 20px);bottom:2.2rem}.pin{width:24px;height:24px;margin-top:-21px;margin-left:-10px}.stop-marker{width:11px;height:11px;margin-left:-3.5px}.d-hero{font-size:clamp(3.9rem,19vw,6rem)}.d-stop,.d-end{font-size:clamp(2.6rem,13vw,4.2rem)}.lede{max-width:30ch;font-size:1.02rem}.body{font-size:.97rem;line-height:1.62}.stop{padding-top:4.5rem;padding-bottom:4.5rem}.finish{min-height:auto;padding-top:5rem;padding-bottom:5rem}.hero{min-height:92svh}.stop-body{margin-top:1.1rem}.facts{grid-template-columns:1fr 1fr;gap:1.3rem 1rem;margin-top:1.9rem;display:grid}.fact-value{font-size:1.15rem}.fact-label{font-size:.78rem}.cta-row{flex-direction:column;align-items:stretch;gap:.7rem;margin-top:2rem}.btn{justify-content:center;padding:1.05rem 1.4rem}.lockup{margin-bottom:1.9rem}.lockup img{width:38px;height:30px}.lockup-word{font-size:1.5rem}.foot{flex-direction:column;align-items:flex-start;gap:1.6rem;padding-top:2.5rem;padding-bottom:3rem}.foot-links{gap:1.2rem}}@media (max-width:360px){.d-hero{font-size:3.4rem}.d-stop,.d-end{font-size:2.6rem}.facts{grid-template-columns:1fr}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.reveal{opacity:1;transition:none;transform:none}.btn:hover{transform:none}}.lockup{align-items:center;gap:.42rem;margin-bottom:2.6rem;display:inline-flex}.lockup img{display:block}.lockup-word{font-variation-settings:"wdth" 108, "wght" 700;letter-spacing:-.025em;color:var(--paper);font-size:1.7rem;line-height:1}.lockup-word span{color:var(--green)}.sr-only{clip:rect(0 0 0 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.legal{background:var(--paper,#f5f3ef);color:#14161a;min-height:100vh}.legal-head{border-bottom:1px solid #e3e1dc;padding:1.4rem 6vw}.legal-back{text-decoration:none}.legal-mark{font-variation-settings:"wdth" 108, "wght" 700;letter-spacing:-.025em;color:#14161a;align-items:center;gap:.4rem;font-size:1.35rem;line-height:1;display:inline-flex}.legal-mark span span{color:#59b02d}.legal-mark img{display:block}.legal-body{max-width:68ch;margin:0 auto;padding:3.5rem 6vw 5rem;font-size:1rem;line-height:1.7}.legal-body h1{font-variation-settings:"wdth" 112, "wght" 800;letter-spacing:-.03em;margin-bottom:.4rem;font-size:clamp(2rem,5vw,2.9rem);line-height:1.05}.legal-updated{color:#7a7f86;margin-bottom:2.4rem;font-size:.88rem}.legal-intro{color:#33383f;border-bottom:1px solid #e3e1dc;margin-bottom:1.8rem;padding-bottom:1.6rem;font-size:1.1rem;line-height:1.6}.legal-body h2{font-variation-settings:"wdth" 106, "wght" 700;letter-spacing:-.015em;margin:2.6rem 0 .7rem;font-size:1.32rem}.legal-body h3{color:#14161a;margin:1.6rem 0 .4rem;font-size:1.02rem;font-weight:700}.legal-body p{color:#33383f;margin-bottom:1rem}.legal-body strong{color:#14161a;font-weight:700}.legal-body ul{color:#33383f;margin:0 0 1.2rem 1.1rem}.legal-body li{margin-bottom:.45rem}.legal-body a{color:#00806a}.legal-body a:hover{color:#59b02d}.legal-foot{border-top:1px solid #e3e1dc;flex-wrap:wrap;gap:1.6rem;margin-top:3.5rem;padding-top:1.6rem;font-size:.92rem;display:flex}@media (max-width:760px){.legal-head{padding:1.1rem 22px}.legal-body{padding:2.4rem 22px 3.5rem;font-size:.98rem}.legal-body h2{margin-top:2.1rem;font-size:1.18rem}}
