:root{--bg:#f2ede6;--surface:#ffffff;--sidebar:#14100e;--gold:#a6634b;--gold-light:#f5ebe3;--gold-dark:#7d4f3c;--sage:#5c6b62;--sage-light:#e8ece9;--rose:#c0544a;--text:#14100e;--text-mid:#5c4f3f;--text-muted:#9c8c7c;--border:#ddd5cb;--charcoal:#2a221c;--font-serif:"Cormorant Garamond",Georgia,serif;--font-sans:"Inter",system-ui,sans-serif;--max-width:1200px;--header-height:96px}*,:after,:before{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:calc(var(--header-height) + 1rem)}body{margin:0;font-family:var(--font-sans);background:var(--bg);color:var(--text);line-height:1.6;-webkit-font-smoothing:antialiased}h1,h2,h3,h4{font-family:var(--font-serif);font-weight:600;line-height:1.2;margin:0}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}button,input,textarea{font:inherit}.container{width:min(var(--max-width),calc(100% - 2rem));margin-inline:auto}.section{padding:5rem 0}.section--surface{background:var(--surface)}.section--gold{background:var(--gold-light)}.section--dark{background:var(--sidebar);color:var(--surface)}.prose{max-width:68ch}.prose p{margin:0 0 1.25rem;color:var(--text-mid)}.prose h2{margin:2rem 0 1rem;font-size:1.75rem}.prose ul{margin:0 0 1.25rem;padding-left:1.25rem;color:var(--text-mid)}.prose li{margin-bottom:.5rem}