:root { --green:#173d3b; --ivory:#f4efe6; --paper:#fbf8f2; --gold:#b9875b; --ink:#1c2523; --muted:#626963; --line:rgba(23,61,59,.18); font-family:Inter,"Segoe UI",Arial,sans-serif; color:var(--ink); background:var(--paper); }
* { box-sizing:border-box; }
body { margin:0; line-height:1.7; }
header { padding:18px clamp(22px,6vw,80px); border-bottom:1px solid var(--line); background:#fff; }
header img { width:230px; max-width:70vw; }
main { width:min(820px,calc(100% - 38px)); margin:60px auto 90px; }
.eyebrow { color:var(--gold); font-size:.72rem; text-transform:uppercase; letter-spacing:.2em; font-weight:700; }
h1,h2 { color:var(--green); font-family:Georgia,"Times New Roman",serif; font-weight:400; line-height:1.1; }
h1 { font-size:clamp(2.6rem,6vw,4.8rem); margin:12px 0 24px; }
h2 { font-size:1.65rem; margin-top:38px; }
p,li { color:var(--muted); }
.notice { background:var(--ivory); border-left:3px solid var(--gold); padding:18px 20px; }
a { color:var(--green); text-underline-offset:4px; }
footer { border-top:1px solid var(--line); padding:28px; text-align:center; }
