:root{--bg-deep: #0c1210;--bg-mid: #152019;--ink: #e8efe9;--ink-muted: #9aada0;--accent: #3d8f6a;--font-display: "Instrument Serif", Georgia, serif;--font-body: "DM Sans", system-ui, sans-serif}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body{min-height:100%}body{font-family:var(--font-body);color:var(--ink);background:radial-gradient(ellipse 80% 60% at 20% 10%,rgba(61,143,106,.18),transparent 55%),radial-gradient(ellipse 70% 50% at 90% 80%,rgba(20,60,45,.45),transparent 50%),linear-gradient(165deg,var(--bg-deep) 0%,var(--bg-mid) 55%,#0a100e 100%);background-attachment:fixed}#app{min-height:100vh;display:grid;place-items:center;padding:2rem}.hero{max-width:36rem;text-align:center;animation:rise .9s ease-out both}.brand{font-family:var(--font-display);font-size:clamp(2.75rem,8vw,4.25rem);font-weight:400;letter-spacing:-.02em;line-height:1.05;margin-bottom:1.25rem;animation:fade 1.1s ease-out .15s both}h1{font-family:var(--font-body);font-size:clamp(1.05rem,2.5vw,1.25rem);font-weight:500;letter-spacing:.04em;text-transform:uppercase;color:var(--accent);margin-bottom:.85rem}.lede{font-size:1.05rem;line-height:1.55;color:var(--ink-muted);animation:fade 1s ease-out .35s both}.meta{margin-top:2.5rem;font-size:.7rem;letter-spacing:.12em;text-transform:uppercase;color:color-mix(in srgb,var(--ink-muted) 55%,transparent)}@keyframes rise{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes fade{0%{opacity:0}to{opacity:1}}@media(prefers-reduced-motion:reduce){.hero,.brand,.lede{animation:none}}
