:root{--bg: #0b0c0f;--fg: #e8e8ea;--muted: #6b6e76;--accent: #d4a373;font-family:ui-sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color-scheme:dark}*{box-sizing:border-box;margin:0;padding:0}html,body{height:100%}body{background:var(--bg);color:var(--fg);-webkit-font-smoothing:antialiased}.page{min-height:100%;display:flex;flex-direction:column;padding:2rem}.hero{min-height:72vh;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;gap:1rem}.wordmark{font-size:clamp(2.5rem,8vw,5rem);font-weight:600;letter-spacing:-.02em}.wordmark:after{content:".";color:var(--accent)}.tagline{color:var(--muted);font-size:clamp(1rem,2vw,1.25rem)}.tagline:after{content:".";color:var(--accent)}.content{max-width:42rem;width:100%;margin:0 auto;padding:2rem 0 5rem;display:flex;flex-direction:column;gap:3rem}.block h2{font-size:1.125rem;font-weight:600;letter-spacing:-.01em;margin-bottom:.75rem}.block p{color:var(--fg);line-height:1.7}.block p+p{margin-top:.75rem}.block a{color:var(--accent);font-weight:500;text-decoration:none}.block a:hover{text-decoration:underline}.footer{margin-top:auto;display:flex;justify-content:space-between;align-items:center;gap:1rem;color:var(--muted);font-size:.875rem}.footer-links{display:flex;gap:1.25rem}.footer-links a{color:var(--muted);text-decoration:none}.footer-links a:hover{color:var(--fg)}
