:root { --ink:#25231f; --soft:#5f5a51; --paper:#f6f1e9; --accent:#c65d38; --line:rgba(37,35,31,.14); }
* { box-sizing: border-box; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; }
header { height: 74px; display: flex; align-items: center; justify-content: space-between; max-width: 900px; margin: auto; padding: 0 24px; border-bottom: 1px solid var(--line); }
.brand { font-family: Georgia, serif; font-size: 30px; font-weight: 700; letter-spacing: -.06em; text-decoration: none; }
.brand span { color: var(--accent); }
header > a:last-child { color: var(--soft); font-size: 12px; }
main { max-width: 760px; min-height: calc(100vh - 160px); margin: auto; padding: 80px 24px 110px; }
.eyebrow { margin: 0 0 18px; color: var(--accent); font-size: 10px; font-weight: 750; letter-spacing: .14em; text-transform: uppercase; }
h1 { margin: 0 0 34px; font-family: Georgia, serif; font-size: clamp(44px,8vw,72px); font-weight: 500; letter-spacing: -.05em; line-height: 1; }
h2 { margin: 42px 0 13px; font-family: Georgia, serif; font-size: 25px; font-weight: 500; }
p, li { color: var(--soft); font-size: 14px; line-height: 1.75; }
.alert { margin: 25px 0; padding: 18px 20px; border-left: 3px solid var(--accent); background: rgba(255,255,255,.5); }
footer { padding: 25px 24px; background: var(--ink); color: rgba(255,255,255,.5); text-align: center; font-size: 10px; }
