:root{--bg: #f3efe6;--ink: #1c1915;--muted: #6b6458;--line: #d9d0c1;--accent: #8a3d1b}*{box-sizing:border-box}html,body,#root{margin:0;min-height:100%}body{background:var(--bg);color:var(--ink);font-family:"Source Sans 3",Segoe UI,sans-serif;line-height:1.6}.page{max-width:720px;margin:0 auto;padding:2.5rem 1.5rem 4rem;min-height:100vh;display:flex;flex-direction:column}.masthead{display:flex;align-items:baseline;justify-content:space-between;border-bottom:1px solid var(--line);padding-bottom:1rem}.mark{color:var(--ink);text-decoration:none;font-weight:600;letter-spacing:.02em}nav span{color:var(--muted);font-size:.95rem}main{flex:1;padding:4.5rem 0 3rem}.eyebrow{margin:0 0 .75rem;text-transform:uppercase;letter-spacing:.16em;font-size:.75rem;color:var(--accent);font-weight:600}h1{margin:0 0 1.25rem;font-family:Fraunces,Georgia,serif;font-size:clamp(2.2rem,6vw,3.4rem);font-weight:500;line-height:1.15}.lead{margin:0;font-size:1.15rem;color:#3a342c;max-width:38rem}.feed{margin-top:3rem;padding-top:1.5rem;border-top:1px solid var(--line)}.muted{color:var(--muted);margin:0}footer{color:var(--muted);font-size:.9rem}
