:root{--navy:#0d1b2a;--navy-light:#16293f;--gold:#c9a84c;--gold-light:#e2c07a;--white:#fdfaf5;--text:#1a1612;--mid:#3d3630;--gray:#9a9284}
*{box-sizing:border-box;margin:0;padding:0}
body{font-family:Inter,system-ui,sans-serif;color:var(--text);background:var(--white);line-height:1.7}
a{color:var(--gold);text-decoration:none}
a:hover{text-decoration:underline}
.site-header{background:var(--navy);color:#fff;padding:16px 24px;display:flex;justify-content:space-between;align-items:center;gap:16px}
.brand{display:flex;align-items:center;gap:10px;color:#fff;font-family:Georgia,serif;font-weight:700}
.brand-mark{width:36px;height:36px;border-radius:4px;background:var(--gold);color:var(--navy);display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:700}
.wrap{max-width:820px;margin:0 auto;padding:48px 24px 80px}
h1{font-family:Georgia,serif;font-size:clamp(1.6rem,4vw,2.2rem);color:var(--navy);margin-bottom:12px}
h2{font-family:Georgia,serif;font-size:1.2rem;color:var(--navy);margin:28px 0 10px}
p,li{color:var(--mid);margin-bottom:12px}
ul{padding-left:1.2rem;margin-bottom:16px}
.notice{background:#f5ecd3;border:1px solid rgba(201,168,76,.35);border-radius:8px;padding:14px 16px;font-size:.9rem;color:var(--mid);margin:20px 0}
.site-footer{background:var(--navy);color:rgba(255,255,255,.65);padding:28px 24px;font-size:.85rem}
.site-footer a{color:var(--gold-light)}
.footer-inner{max-width:820px;margin:0 auto;display:flex;flex-wrap:wrap;gap:16px;justify-content:space-between}
