:root{--bg:#f7f5f0;--surface:#ffffff;--surface-muted:#f2efe8;--border:#e6e1d6;--text:#2a2a2a;--text-muted:#6a6a6a;--accent:#2f7a3e;--accent-soft:#e6f2e8;--accent-strong:#24602f;--shadow:0 1px 2px rgba(0,0,0,0.04),0 8px 24px rgba(0,0,0,0.06);--radius:14px;--radius-sm:10px}*{box-sizing:border-box}body,html{padding:0;margin:0;background:var(--bg);color:var(--text);font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji;font-size:16px;line-height:1.55;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}a{color:var(--accent-strong);text-decoration:none}a:hover{text-decoration:underline}h1,h2,h3{color:var(--text);line-height:1.2;margin:0 0 .5em}h1{font-size:clamp(1.6rem,2vw + 1rem,2.25rem)}h1,h2{font-weight:700}h2{font-size:1.25rem}button,input,select,textarea{font:inherit;color:inherit}button{cursor:pointer}:focus-visible{outline:2px solid var(--accent);outline-offset:2px;border-radius:4px}.container{max-width:720px;margin:0 auto;padding:24px 16px 64px}.siteHeader{display:flex;align-items:center;gap:10px;margin-bottom:24px;font-weight:600}.siteHeader .dot{width:10px;height:10px;border-radius:50%;background:var(--accent);display:inline-block}.siteHeader a{color:var(--text)}.eyebrow{letter-spacing:.14em;text-transform:uppercase;font-size:.75rem;margin-bottom:12px}.eyebrow,.lead{color:var(--text-muted)}.lead{margin:8px 0 24px;max-width:60ch}.siteFooter{margin-top:48px;padding-top:16px;border-top:1px solid var(--border);color:var(--text-muted);font-size:.85rem;text-align:center}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}