:root{
  --ink:#171a2b; --paper:#f2f3ef; --white:#fff;
  --text:#20222e; --muted:#5d6070; --dim:#8b8e9c;
  --gold:#c9a44c; --gold-deep:#a5822f; --gold-bg:#fbf7ec;
  --line:#dcddd6; --line-dark:#343954;
}
*{box-sizing:border-box}
html{-webkit-text-size-adjust:100%}
body{margin:0;background:var(--paper);color:var(--text);
  font-family:"Public Sans",system-ui,-apple-system,sans-serif;
  font-size:17px;line-height:1.62}
@media (max-width:600px){body{font-size:16px}}
a{color:var(--gold-deep)}
.wrap{max-width:44rem;margin:0 auto;padding:0 1.5rem}

header{background:var(--ink);padding:1.1rem 0}
header .wrap{display:flex;align-items:center;justify-content:space-between;gap:1rem}
.logo{font-family:"Fraunces",Georgia,serif;font-weight:700;font-size:1.1rem;
  color:#fff;text-decoration:none;letter-spacing:-.02em}
header nav a{color:#a8abbb;text-decoration:none;font-size:.85rem;margin-left:1.1rem}
header nav a:hover{color:#fff}
@media (max-width:640px){header nav{display:none}}

main{background:var(--white);padding:3.25rem 0 4rem;min-height:60vh}
h1{font-family:"Fraunces",Georgia,serif;font-size:clamp(1.9rem,4.5vw,2.6rem);
  font-weight:700;line-height:1.1;letter-spacing:-.015em;margin:0 0 .5rem}
.updated{font-size:.85rem;color:var(--dim);margin-bottom:2.25rem}
h2{font-family:"Fraunces",Georgia,serif;font-size:1.3rem;font-weight:600;
  margin:2.5rem 0 .7rem;line-height:1.2}
h3{font-family:"Fraunces",Georgia,serif;font-size:1.05rem;font-weight:600;margin:1.6rem 0 .4rem}
p{margin:0 0 1rem}
ul{padding-left:1.3rem;margin:0 0 1rem}
li{margin-bottom:.45rem}
strong{font-weight:600;color:#0f111c}
.addr{font-style:normal;background:var(--paper);border:1px solid var(--line);
  border-radius:8px;padding:1.15rem 1.35rem;margin:0 0 1.5rem;line-height:1.75}
table{width:100%;border-collapse:collapse;font-size:.93rem;margin:1rem 0 1.5rem}
th{text-align:left;font-size:.76rem;letter-spacing:.05em;text-transform:uppercase;
  color:var(--muted);padding:.55rem .7rem;border-bottom:2px solid var(--ink)}
td{padding:.6rem .7rem;border-bottom:1px solid var(--line);vertical-align:top}
.todo{border:2px dashed var(--gold-deep);background:var(--gold-bg);
  padding:1.3rem;border-radius:8px;margin:1.75rem 0}
.todo-lbl{font-size:.73rem;font-weight:700;letter-spacing:.07em;
  color:var(--gold-deep);margin-bottom:.5rem}
.todo p{font-size:.92rem;margin:0 0 .6rem}
.todo p:last-child{margin:0}
.fill{background:#fff4d6;padding:0 .2rem;border-bottom:1px dashed var(--gold-deep)}
footer{background:var(--ink);color:#71768c;padding:2.5rem 0;font-size:.85rem}
footer a{color:#a8abbb;text-decoration:none}
footer a:hover{color:#fff}
footer .links a{margin-right:1.1rem;display:inline-block;margin-bottom:.4rem}
footer p{margin:1rem 0 0;line-height:1.6}
