:root{--bg:#0f1512;--bg-raised:#161f1a;--border:#263029;--fg:#eef2ef;--fg-muted:#9fada4;--accent:#d9a441;--accent-fg:#17130a;--font-sans:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif}*{box-sizing:border-box;margin:0;padding:0}html,body{height:100%}body{background:var(--bg);color:var(--fg);font-family:var(--font-sans);-webkit-font-smoothing:antialiased;line-height:1.5}.page{flex-direction:column;min-height:100dvh;display:flex}.site-header{padding:1.5rem clamp(1.25rem,5vw,3rem)}.wordmark{letter-spacing:.18em;color:var(--fg-muted);font-size:.8rem;font-weight:600}main{flex-direction:column;flex:1;align-items:center;gap:clamp(3rem,8vw,5rem);padding:2rem clamp(1.25rem,5vw,3rem) 5rem;display:flex}.hero{text-align:center;flex-direction:column;align-items:center;gap:.9rem;max-width:40rem;padding-top:clamp(1rem,6vw,3rem);display:flex}.eyebrow{letter-spacing:.14em;text-transform:uppercase;color:var(--accent);font-size:.75rem;font-weight:600}.hero h1{letter-spacing:-.02em;font-size:clamp(2.75rem,8vw,4.5rem);font-weight:700}.tagline{color:var(--fg);max-width:32rem;font-size:clamp(1.1rem,2.5vw,1.35rem)}.subtext{color:var(--fg-muted);max-width:34rem;font-size:1rem}.features{grid-template-columns:repeat(auto-fit,minmax(15rem,1fr));gap:1.25rem;width:100%;max-width:64rem;display:grid}.feature-card{background:var(--bg-raised);border:1px solid var(--border);border-radius:.75rem;flex-direction:column;gap:.6rem;padding:1.5rem;display:flex}.feature-card h3{font-size:1.05rem;font-weight:600}.feature-card p{color:var(--fg-muted);font-size:.92rem}.waitlist{text-align:center;flex-direction:column;align-items:center;gap:.75rem;width:100%;max-width:30rem;display:flex}.waitlist h2{font-size:1.5rem;font-weight:700}.waitlist p{color:var(--fg-muted);font-size:.95rem}.waitlist-form{flex-wrap:wrap;justify-content:center;gap:.6rem;width:100%;margin-top:.5rem;display:flex}.waitlist-form input{background:var(--bg-raised);border:1px solid var(--border);color:var(--fg);border-radius:.5rem;flex:16rem;padding:.7rem .9rem;font-size:.95rem}.waitlist-form input:focus{outline:2px solid var(--accent);outline-offset:1px}.waitlist-form button{background:var(--accent);color:var(--accent-fg);cursor:pointer;border:none;border-radius:.5rem;padding:.7rem 1.3rem;font-size:.95rem;font-weight:600}.waitlist-form button:hover{opacity:.9}.waitlist-confirm{color:var(--accent);margin-top:.5rem;font-weight:600}.site-footer{color:var(--fg-muted);justify-content:space-between;padding:1.5rem clamp(1.25rem,5vw,3rem);font-size:.8rem;display:flex}
