:root{--font-body:"DM Sans",sans-serif;--font-display:"Instrument Serif",Georgia,serif;--text-xs:clamp(.75rem,.73rem + .1vw,.8125rem);--text-sm:clamp(.875rem,.84rem + .15vw,.95rem);--text-base:clamp(1rem,.97rem + .15vw,1.1rem);--text-lg:clamp(1.125rem,1rem + .6vw,1.5rem);--text-xl:clamp(1.75rem,1.3rem + 1.8vw,3rem);--text-2xl:clamp(2.6rem,1.55rem + 3.5vw,4.75rem);--text-hero:clamp(3.9rem,2.2rem + 4.5vw,6.75rem);--space-1:.25rem;--space-2:.5rem;--space-3:.75rem;--space-4:1rem;--space-5:1.25rem;--space-6:1.5rem;--space-8:2rem;--space-10:2.5rem;--space-12:3rem;--space-16:4rem;--space-20:5rem;--space-24:6rem;--space-32:8rem}
:root,[data-theme=light]{--bg:#faf7ef;--surface:#fffdf8;--soft:#f0ede3;--text:#273a30;--muted:#646b61;--accent:#a84327;--accent-hover:#84321c;--line:#d9dcd1;--green:#263e31;--green-text:#faf7ef;--field:#fffdf8;--inverse:#faf7ef;--shadow:0 20px 60px #243d3010;color-scheme:light}
[data-theme=dark]{--bg:#18271f;--surface:#203027;--soft:#26392d;--text:#f2f0e5;--muted:#b5bfb3;--accent:#f0a183;--accent-hover:#ffc2a9;--line:#435248;--green:#101d15;--green-text:#faf7ef;--field:#26392d;--inverse:#1c2c22;--shadow:0 20px 60px #0002;color-scheme:dark}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:110px}body{margin:0;background:var(--bg);color:var(--text);font-family:var(--font-body);font-size:var(--text-base);line-height:1.65;-webkit-font-smoothing:antialiased}h1,h2,h3,h4,p,figure{margin:0}h1,h2{font-family:var(--font-display);font-weight:400;line-height:1.03;letter-spacing:-.025em}h3,h4{font-size:var(--text-lg);font-weight:550;line-height:1.3;letter-spacing:-.025em}h2{font-size:var(--text-2xl)}p+p{margin-top:var(--space-5)}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}button,a,input,select,textarea{-webkit-tap-highlight-color:transparent}button{cursor:pointer}button:disabled{cursor:wait}a,button{touch-action:manipulation}img{display:block;width:100%;height:auto}button{color:inherit}a:focus-visible,button:focus-visible,summary:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{outline:3px solid var(--accent);outline-offset:4px}::selection{background:#e4b09b;color:#1e3025}[hidden]{display:none!important}em{font-weight:400;color:var(--accent)}.skip-link{position:fixed;left:16px;top:-80px;background:var(--surface);padding:12px;z-index:100}.skip-link:focus{top:16px}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{transition:none!important;animation:none!important}}
