:root{--bg:#f4efe9;--surface:#fbf8f4;--surface-raised:#fff;--surface-sunken:#ece4da;--text:#2f243a;--text-muted:#5d566a;--text-faint:#2f243a6b;--text-on-accent:#fdf6ee;--border:#e3ddd4;--border-strong:#cac4ba;--rule:#bebbbb;--border-focus:#b270388c;--accent:#b27038;--accent-dark:#8a5526;--accent-light:#f3e6d5;--accent-dust:#e6c9a6;--tint:#2f243a0a;--tint-strong:#2f243a12;--tint-accent:#b270381a;--font-body:"DM Sans", system-ui, -apple-system, sans-serif;--font-display:"Lora", Georgia, serif;--font-mono:"JetBrains Mono", ui-monospace, monospace;--text-xs:.72rem;--text-sm:.84rem;--text-base:1rem;--text-lg:1.18rem;--text-xl:1.45rem;--text-2xl:1.9rem;--text-3xl:clamp(2rem, 6vw, 2.75rem);--leading-tight:1.25;--leading-normal:1.6;--space-1:.25rem;--space-2:.5rem;--space-3:.75rem;--space-4:1rem;--space-5:1.5rem;--space-6:2rem;--space-8:3rem;--gutter:clamp(1rem, 4vw, 1.5rem);--radius-sm:6px;--radius-btn:10px;--radius-card:14px;--radius-pill:9999px;--shadow-card:0 1px 2px #2f243a0d, 0 8px 22px #2f243a0f;--ease-out:cubic-bezier(.16, 1, .3, 1);--ease-lid:cubic-bezier(.32, .72, 0, 1);--duration-micro:.14s;--duration-standard:.22s;--duration-page:.42s;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}*,:before,:after{box-sizing:border-box}html{font-family:var(--font-body);font-size:1rem;line-height:var(--leading-normal);color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%;font-weight:400}body{background:var(--bg);margin:0}#root{min-height:100dvh}h1,h2,h3{font-family:var(--font-display);color:var(--text);font-weight:600;line-height:var(--leading-tight);margin:0}p{margin:0}a{color:var(--accent);transition:color var(--duration-micro) var(--ease-out);text-decoration:none}a:hover{color:var(--accent-dark)}:focus-visible{outline:2px solid var(--accent);outline-offset:2px}@media (prefers-reduced-motion:reduce){*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.landing{justify-content:center;align-items:center;gap:var(--space-5);max-width:60ch;min-height:100dvh;padding:var(--space-8) var(--gutter);text-align:center;flex-direction:column;margin:0 auto;display:flex}.eyebrow{align-items:center;gap:var(--space-2);border-radius:var(--radius-pill);background:var(--accent-light);color:var(--accent-dark);font-family:var(--font-mono);font-size:var(--text-xs);letter-spacing:.12em;text-transform:uppercase;padding:.35rem .85rem;font-weight:600;display:inline-flex}.eyebrow:before{content:"";border-radius:var(--radius-pill);background:var(--accent);width:6px;height:6px}.wordmark{font-family:var(--font-display);letter-spacing:-1px;font-size:clamp(3rem,12vw,5rem);font-style:italic;font-weight:600;line-height:var(--leading-tight);color:var(--text)}.wordmark span{color:var(--accent)}.headline{font-family:var(--font-display);font-size:var(--text-2xl);font-weight:500;line-height:var(--leading-tight);letter-spacing:-.3px;color:var(--text);max-width:20ch}.lead{color:var(--text-muted);font-size:var(--text-lg);line-height:var(--leading-normal);max-width:46ch}.landing-footer{align-items:center;gap:var(--space-4);margin-top:var(--space-4);color:var(--text-faint);font-size:var(--text-sm);flex-direction:column;display:flex}.landing-footer .rule{background:var(--rule);width:56px;height:1px}@keyframes lid-rise{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.landing>*{animation:lid-rise var(--duration-page) var(--ease-lid) both}.landing>:first-child{animation-delay:0s}.landing>:nth-child(2){animation-delay:80ms}.landing>:nth-child(3){animation-delay:.16s}.landing>:nth-child(4){animation-delay:.24s}.landing>:nth-child(5){animation-delay:.32s}
