:root{--bone:#F7F5F0;--ink:#16140F;--sage:#3D5A45;--gold:#B8A06A;--line:#E6E1D6;--muted:#6b6657}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--bone);color:var(--ink);font-family:"Inter",system-ui,sans-serif;line-height:1.65}
.site-head{position:sticky;top:0;z-index:10;display:flex;justify-content:space-between;align-items:center;padding:16px 28px;background:rgba(247,245,240,.92);backdrop-filter:blur(8px);border-bottom:1px solid var(--line)}
.site-head .brand{font-family:"Fraunces",serif;font-weight:700;letter-spacing:.18em;font-size:18px;color:var(--ink);text-decoration:none}
.site-head .brand span{color:var(--gold)}
.site-head .back{font-size:14px;text-decoration:none;color:var(--sage)}
.page{max-width:760px;margin:0 auto;padding:48px 24px 56px}
.page h1{font-family:"Fraunces",serif;font-weight:600;font-size:40px;line-height:1.1;margin:0 0 22px}
.page h2{font-family:"Fraunces",serif;font-weight:600;font-size:24px;margin:38px 0 12px}
.page h3{font-size:18px;margin:24px 0 8px}
.page p,.page li{font-size:16px;color:#2a271f}
.page ul,.page ol{padding-left:22px}
.page li{margin:6px 0}
.page strong{color:var(--ink)}
.page a{color:var(--sage);text-decoration:underline}
.page dl dt{font-weight:600;margin-top:18px}
.updated{color:var(--muted);font-size:14px}
.lead{font-size:18px;color:var(--muted)}
.btn{display:inline-block;margin-top:24px;background:var(--sage);color:#fff;padding:14px 24px;border-radius:9px;text-decoration:none;font-weight:600}
.skip{position:absolute;left:-9999px;top:0;background:var(--ink);color:#fff;padding:10px 16px;border-radius:0 0 8px 0;z-index:100;text-decoration:none}
.skip:focus{left:0}
.site-foot .cols{display:flex;flex-wrap:wrap;gap:44px;max-width:760px;margin:0 auto}
.site-foot{background:#100E0A;color:#C9C3B5;padding:48px 24px 40px;margin-top:40px}
.site-foot .cols{max-width:760px;margin:0 auto;display:flex;flex-wrap:wrap;gap:44px}
.site-foot .cols div{display:flex;flex-direction:column;gap:8px;font-size:14px}
.site-foot .cols strong{color:#fff;font-size:12px;letter-spacing:.1em;text-transform:uppercase;margin-bottom:4px}
.site-foot a{color:#C9C3B5;text-decoration:none}
.site-foot a:hover{color:#fff;text-decoration:underline}
.site-foot .dis{max-width:760px;margin:28px auto 0;color:#857f72;font-size:12px;line-height:1.6}
@media(max-width:560px){.page{padding:34px 20px 48px}.page h1{font-size:31px}.site-head{padding:14px 18px}.site-foot .cols{gap:28px}}
