:root{--hero-ink: #e8e6e1;--hero-muted: #9a9891;--hero-signal: #c9a86a;--hero-ground: #0c0d10}*{box-sizing:border-box}html{background:var(--hero-ground)}body{margin:0;background:var(--hero-ground);color:var(--hero-ink);font-family:-apple-system,Helvetica Neue,Arial,sans-serif}#hero-stage{position:fixed;top:0;right:0;bottom:0;left:0;z-index:0}#hero-stage canvas{display:block;width:100%;height:100%}#hero{position:relative;z-index:1;min-height:200vh}.hero-panel{min-height:100vh;display:flex;flex-direction:column;justify-content:center;padding:10vh 7vw;max-width:34rem;pointer-events:none}.hero-panel .kicker{font-size:.72rem;letter-spacing:.32em;text-transform:uppercase;color:var(--hero-signal);margin:0 0 1.1rem}.hero-panel h1{font-family:Georgia,Times New Roman,serif;font-size:clamp(2rem,3.6vw,3.4rem);font-weight:400;line-height:1.12;margin:0 0 1.2rem;max-width:17ch}.hero-panel p{font-size:.95rem;line-height:1.6;color:var(--hero-muted);margin:0;max-width:29ch}.hero-fallback-core{display:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:0;background:radial-gradient(closest-side circle at 50% 46%,#f2c98342,#f2c98312 42%,#0c0d1000 72%),radial-gradient(farthest-corner circle at 50% 46%,#16181d,var(--hero-ground) 68%)}body.hero-mode-fallback .hero-fallback-core{display:block}#stats{position:fixed;left:10px;bottom:10px;z-index:2;color:#8a8d94;font:11px/1.5 ui-monospace,Menlo,monospace;white-space:pre;pointer-events:none}@media (max-width: 900px){.hero-panel{justify-content:flex-start;padding-top:10vh;max-width:none}.hero-panel h1{max-width:15ch}}
