.hero-root .runway{height:640vh;position:relative}.hero-root .stage{background:radial-gradient(90% 40% at 62% 58%,#e8b86b29 0%,#e8b86b00 60%),linear-gradient(#fff 0%,#fbfbfc 55%,#f1f3f6 100%);height:100svh;position:sticky;top:0;overflow:hidden}.hero-root #scene{width:100%;height:100%;display:block;position:absolute;inset:0}.hero-root .vignette{pointer-events:none;background:linear-gradient(#ffffff8c 0%,#fff0 16% 66%,#ffffffe0 100%);position:absolute;inset:0}.hero-root .overlay{pointer-events:none;position:absolute;inset:0}.hero-root .nogl{text-align:center;color:var(--color-slate);font-family:var(--font-mono);justify-content:center;align-items:center;padding:24px;font-size:13px;display:none;position:absolute;inset:0}.hero-root .cap{inset-inline:var(--spacing-gutter);opacity:0;max-width:760px;transition:opacity .6s ease, transform .7s var(--ease-out-cine);will-change:opacity, transform;flex-direction:column;gap:0;display:flex;position:absolute;bottom:clamp(64px,13vh,130px);transform:translateY(18px)}.hero-root .cap.on{opacity:1;pointer-events:auto;transform:none}.hero-root .cap.out{transition-duration:.35s}.hero-root .cap .eyebrow{margin-bottom:18px}.hero-root .h1{margin:0;font-size:clamp(40px,7vw,100px)}.hero-root .h2{margin:0;font-size:clamp(32px,5vw,70px)}.hero-root .lead{margin:20px 0 0;font-size:clamp(16px,1.3vw,20px)}.hero-root .ctas{flex-wrap:wrap;gap:14px;margin-top:32px;display:flex}.hero-root .stats{grid-template-columns:repeat(3,minmax(0,1fr));gap:22px 32px;max-width:760px;margin-top:30px;display:grid}.hero-root .stat b{letter-spacing:-.02em;color:var(--color-navy);font-variant-numeric:tabular-nums;font-size:clamp(28px,3.4vw,52px);font-weight:800;line-height:1;display:block}.hero-root .stat b small{color:var(--color-green-700);letter-spacing:0;margin-inline-start:4px;font-size:.5em;font-weight:600}.hero-root .stat>span{font-family:var(--font-mono);letter-spacing:.1em;text-transform:uppercase;color:var(--color-slate);margin-top:10px;font-size:11.5px;line-height:1.5;display:block}[dir=rtl] .hero-root .stat>span{letter-spacing:0;text-transform:none}@media (max-width:760px){.hero-root .stats{gap:14px 12px}.hero-root .stat>span{font-size:10px}}.hero-root .horizon{background:var(--color-green);transform-origin:50%;height:2px;transition:transform 1.2s cubic-bezier(.2,.7,.1,1);position:absolute;bottom:clamp(40px,8vh,84px);left:0;right:0;transform:scaleX(0)}.hero-root .horizon.on{transform:scaleX(1)}.hero-root .rail{inset-inline-end:calc(var(--spacing-gutter) - 8px);pointer-events:auto;flex-direction:column;gap:18px;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.hero-root .rail-track{inset-inline-start:5px;background:#0e1b2e2e;width:1px;position:absolute;top:6px;bottom:6px}.hero-root .rail-fill{inset-inline-start:5px;background:var(--color-green);width:1px;height:0;position:absolute;top:6px}.hero-root .tick{font-family:var(--font-mono);letter-spacing:.12em;text-transform:uppercase;color:var(--color-slate-400);align-items:center;gap:14px;font-size:11px;text-decoration:none;transition:color .3s;display:flex;position:relative}.hero-root .tick i{background:#fff;border:1px solid #0e1b2e59;border-radius:50%;flex:none;width:11px;height:11px;transition:border-color .3s,background .3s}.hero-root .tick.on{color:var(--color-navy)}.hero-root .tick.on i{border-color:var(--color-green);background:var(--color-green)}.hero-root .tick span{opacity:0;transition:opacity .3s,transform .3s;transform:translate(-6px)}.hero-root .rail:hover .tick span,.hero-root .tick.on span{opacity:1;transform:none}@media (max-width:760px){.hero-root .rail{gap:14px;inset-inline-end:14px}.hero-root .tick span{display:none}}.hero-root .cue{left:50%;bottom:calc(18px + env(safe-area-inset-bottom,0px));font-family:var(--font-mono);letter-spacing:.16em;text-transform:uppercase;color:var(--color-slate);flex-direction:column;align-items:center;gap:8px;font-size:11px;transition:opacity .5s;display:flex;position:absolute;transform:translate(-50%)}.hero-root .cue i{background:linear-gradient(180deg, var(--color-green), transparent);width:1px;height:38px;animation:1.8s ease-in-out infinite hero-drop;display:block}@keyframes hero-drop{0%{transform-origin:top;transform:scaleY(0)}50%{transform-origin:top;transform:scaleY(1)}51%{transform-origin:bottom}to{transform-origin:bottom;transform:scaleY(0)}}.hero-root .cue.off{opacity:0}.hero-root .coords{inset-inline-start:var(--spacing-gutter);top:calc(96px + env(safe-area-inset-top,0px));font-family:var(--font-mono);letter-spacing:.12em;color:var(--color-slate-400);text-transform:uppercase;font-size:11px;line-height:1.9;position:absolute}.hero-root .coords b{color:var(--color-slate);font-weight:500}@media (max-width:760px){.hero-root .coords{display:none}}@media (prefers-reduced-motion:reduce){.hero-root .cap,.hero-root .horizon,.hero-root .tick,.hero-root .tick i,.hero-root .cue{transition:none!important}.hero-root .cue i{animation:none}}
