:root{color-scheme:light;font-family:Inter,system-ui,sans-serif;background:#f7f7f3;color:#1f2933;--page: #f7f7f3;--surface: #ffffff;--surface-muted: #f1f4f6;--border: #dde5ea;--text: #1f2933;--text-muted: #5b6875;--heading: #14212b;--accent: #1c5c52;--accent-dark: #174840;--danger: #a14545}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px;background:var(--page);color:var(--text)}a{color:inherit;text-decoration:none}button,input,textarea{font:inherit}#root{min-height:100vh}.page-shell{max-width:1160px;margin:0 auto;padding:24px 20px 72px}.site-header{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:8px 0 28px}.site-brand{display:flex;align-items:center;gap:14px}.brand-mark{width:42px;height:42px;border-radius:12px;display:inline-flex;align-items:center;justify-content:center;background:var(--accent);color:#fff;font-weight:800}.brand-name,.brand-subtitle,.section-kicker,.roadmap-step,.waitlist-form span{margin:0}.brand-name{font-weight:700;color:var(--heading)}.brand-subtitle{margin-top:2px;color:var(--text-muted);font-size:.95rem}.site-nav{display:flex;flex-wrap:wrap;gap:22px;color:var(--text-muted);font-size:.95rem}.hero-section,.waitlist-section{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(320px,.8fr);gap:28px}.hero-section{padding:40px 0 52px;align-items:center}.section-kicker{color:var(--accent);font-size:.8rem;font-weight:700;letter-spacing:.08em}.hero-copy h1,.section-heading h2,.hero-panel h2,.waitlist-copy h2{margin:0;color:var(--heading);font-family:Merriweather,serif}.hero-copy h1{max-width:12ch;margin-top:14px;font-size:clamp(2.8rem,7vw,4.7rem);line-height:1.08}.hero-text,.section-heading p,.feature-card p,.roadmap-card p,.waitlist-copy p,.form-status,.principle-list li{color:var(--text-muted);line-height:1.7}.hero-text{max-width:58ch;margin:22px 0 0;font-size:1.04rem}.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}.button-primary,.button-secondary{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:0 20px;border-radius:12px;border:1px solid transparent;font-weight:600;transition:background .18s ease,border-color .18s ease,transform .18s ease}.button-primary{background:var(--accent);color:#fff}.button-primary:hover{background:var(--accent-dark);transform:translateY(-1px)}.button-secondary{background:var(--surface);border-color:var(--border);color:var(--heading)}.button-secondary:hover{background:var(--surface-muted);transform:translateY(-1px)}.hero-panel,.feature-card,.roadmap-card,.waitlist-form{background:var(--surface);border:1px solid var(--border);border-radius:18px}.hero-panel{padding:28px}.hero-panel h2{font-size:1.5rem;line-height:1.4}.principle-list{margin:20px 0 0;padding-left:18px;display:grid;gap:12px}.section-block{padding:28px 0}.muted-section{padding:36px 28px;margin:8px 0;border-radius:22px;background:var(--surface-muted);border:1px solid var(--border)}.section-heading{max-width:760px;margin-bottom:22px}.section-heading h2,.waitlist-copy h2{margin-top:10px;font-size:clamp(2rem,4vw,3rem);line-height:1.25}.feature-grid,.roadmap-grid{display:grid;gap:18px}.feature-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.roadmap-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.feature-card,.roadmap-card{padding:24px}.feature-card h3,.roadmap-card h3{margin:0 0 12px;color:var(--heading);font-size:1.1rem}.roadmap-step{color:var(--accent);font-size:.82rem;font-weight:700}.waitlist-section{align-items:start;padding-top:20px}.waitlist-copy{padding-top:10px}.waitlist-form{display:grid;gap:14px;padding:24px}.waitlist-form label{display:grid;gap:8px}.waitlist-form span{font-size:.92rem;font-weight:600;color:var(--heading)}.waitlist-form input,.waitlist-form textarea{width:100%;border:1px solid var(--border);border-radius:12px;background:#fff;padding:14px 15px;color:var(--text)}.waitlist-form input::placeholder,.waitlist-form textarea::placeholder{color:#8b98a4}.waitlist-form textarea{min-height:130px;resize:vertical}.form-button{width:100%;cursor:pointer}.form-button:disabled{opacity:.75;cursor:wait}.form-status{margin:4px 0 0;font-size:.95rem}.form-status-success{color:var(--accent)}.form-status-error{color:var(--danger)}@media (max-width: 980px){.hero-section,.waitlist-section,.feature-grid,.roadmap-grid{grid-template-columns:1fr}}@media (max-width: 720px){.page-shell{padding:20px 16px 56px}.site-header{flex-direction:column;align-items:flex-start;padding-bottom:20px}.site-nav{gap:14px}.hero-section{padding-top:18px}.hero-copy h1{max-width:none;font-size:clamp(2.4rem,10vw,3.4rem)}.muted-section{padding:24px 18px}}
