:root{--bg:#050505;--bg-alt:#0a0a0a;--text:#f5f5f5;--text-muted:#888;--accent-cyan:#00d4ff;--accent-lime:#b4ff39;--accent-purple:#a855f7;--section-height:100vh;--section-height-fallback:100svh}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:auto}body{background:var(--bg);color:var(--text);font-family:'Space Grotesk',system-ui,sans-serif;overflow-x:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6}::selection{background:var(--accent-cyan);color:var(--bg)}._a{min-height:50vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:4rem 2rem}._b{font-size:clamp(2rem,6vw,3.5rem);font-weight:700;letter-spacing:-0.02em;margin-bottom:0.5rem}._c{font-size:1.125rem;color:var(--text-muted);max-width:600px}._d{height:30vh;display:flex;align-items:center;justify-content:center;border-top:1px solid rgba(255,255,255,0.1);border-bottom:1px solid rgba(255,255,255,0.1);background:var(--bg-alt)}._e{display:flex;align-items:center;gap:1rem}._f{font-family:'Space Mono',monospace;font-size:0.75rem;color:var(--accent-cyan);letter-spacing:0.1em}._g{font-size:0.875rem;font-weight:500;text-transform:uppercase;letter-spacing:0.1em;color:var(--text-muted)}._h{position:relative;height:300vh}._i{height:100vh;height:100svh;width:100%;display:flex;align-items:center;justify-content:center;overflow:hidden;padding:2rem;background:var(--bg)}._i[data-bg="dark"]{background:var(--bg)}._i[data-bg="alt"]{background:var(--bg-alt)}._j{max-width:1000px;width:100%}[data-direction="scale"] ._j{text-align:center}._m{font-family:'Space Mono',monospace;font-size:0.75rem;letter-spacing:0.15em;text-transform:uppercase;margin-bottom:1rem;display:block}._m[data-accent="cyan"]{color:var(--accent-cyan)}._m[data-accent="lime"]{color:var(--accent-lime)}._m[data-accent="purple"]{color:var(--accent-purple)}._k{font-size:clamp(2.5rem,7vw,5rem);font-weight:700;line-height:1.1;letter-spacing:-0.03em;margin-bottom:1.5rem}._l{font-size:clamp(1.125rem,2.5vw,1.5rem);font-weight:400;color:var(--text-muted);line-height:1.6;max-width:800px}[data-direction="scale"] ._l{margin:0 auto}[data-direction="horizontal"] .word,[data-word-reveal]:not([data-direction]) .word{display:inline-block;transform:translateX(100vw)}[data-direction="vertical"] .word{display:inline-block;transform:translateY(80px) rotate(3deg);opacity:0}[data-direction="scale"] .word{display:inline-block;transform:scale(0.3);opacity:0;filter:blur(4px)}.progress-indicator{position:fixed;right:2rem;top:50%;transform:translateY(-50%);z-index:100;display:flex;flex-direction:column;gap:1rem;opacity:0;transition:opacity 0.3s ease}.progress-indicator.is-visible{opacity:1}.progress-dot{width:12px;height:12px;border:2px solid var(--text-muted);border-radius:50%;background:transparent;transition:all 0.3s ease}.progress-dot.is-active{background:var(--accent-cyan);border-color:var(--accent-cyan);transform:scale(1.2)}._n{position:absolute;top:2rem;left:2rem;font-family:'Space Mono',monospace;font-size:0.875rem;color:var(--text-muted);letter-spacing:0.1em}@media (max-width:768px){._h{height:200vh}._i{padding:1.5rem}.progress-indicator{right:1rem;gap:0.75rem}.progress-dot{width:10px;height:10px}._n{top:1.5rem;left:1.5rem}[data-direction="scale"] .word{filter:none}}@media (prefers-reduced-motion:reduce){*,*::before,*::after{animation-duration:0.01ms !important;animation-iteration-count:1 !important;transition-duration:0.01ms !important}._h{height:auto}._i{position:relative;min-height:100vh}[data-direction="horizontal"] .word,[data-direction="vertical"] .word,[data-direction="scale"] .word,[data-word-reveal] .word{transform:none !important;opacity:1 !important;filter:none !important}.progress-indicator{display:none}}.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}