:root{
  --bg:#FBFAF7; --surface:#FFFFFF; --text:#13201F; --muted:#53615E; --border:#DCD7CD;
  --primary:#124E52; --primary-600:#1E7A80; --accent:#C98A3E;
  --ground:#0B3134; --ground-text:#E8EFEE; --ground-muted:#9FB3B1; --ground-border:#204A4C;
  --serif:Georgia,"Times New Roman",serif;
  --sans:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Inter,sans-serif;
  --wrap:720px;
}
*{box-sizing:border-box}
body{margin:0;background:var(--bg);color:var(--text);font-family:var(--sans);font-size:17px;line-height:1.65}
h1,h2{font-family:var(--serif);font-weight:600;letter-spacing:-.01em;margin:0}
a{color:var(--primary);text-decoration:none}
a:hover{color:var(--primary-600)}
.wrap{max-width:var(--wrap);margin:0 auto;padding:0 24px}
header.site{border-bottom:1px solid var(--border);padding:20px 0;background:var(--surface)}
.brand{font-family:var(--serif);font-weight:600;font-size:20px;color:var(--text)}
.brand .my{color:var(--accent)}
main{padding:48px 0 64px}
main h1{font-size:clamp(1.8rem,3vw,2.4rem);margin-bottom:8px}
.updated{font-size:14px;color:var(--muted);margin-bottom:32px}
.prose h2{font-size:1.25rem;margin:28px 0 10px}
.prose p,.prose li{color:var(--text);margin:0 0 14px}
.prose ul{margin:0 0 14px;padding-left:1.25rem}
footer.site{background:var(--ground);color:var(--ground-text);padding:32px 0;border-top:1px solid var(--ground-border);font-size:14px}
footer.site a{color:var(--ground-text)}
.legal-links{display:flex;flex-wrap:wrap;gap:8px 18px;margin-top:12px}
.legal-links a{color:var(--ground-muted);font-size:13px}
