:root {
  --void: #0b0a14; --void-2: #0e0d1a; --gold: #d4b166; --gold-dim: #8f7a45;
  --parchment: #e6e0d2; --muted: #8c8a96; --edge: rgba(212,177,102,0.18);
  --display: "Marcellus", Georgia, serif; --body: "Alegreya Sans", system-ui, sans-serif;
}
* { box-sizing: border-box; margin: 0; padding: 0; }
body { background: var(--void); color: var(--parchment); font-family: var(--body); font-size: 18px; line-height: 1.7; -webkit-font-smoothing: antialiased; }
a { color: var(--gold); text-decoration: none; }
a:hover { text-decoration: underline; }
nav { position: sticky; top: 0; z-index: 10; display: flex; align-items: center; justify-content: space-between;
  padding: 18px min(5vw, 48px); background: rgba(11,10,20,0.94); backdrop-filter: blur(6px); border-bottom: 1px solid var(--edge); }
.brand { display: flex; align-items: center; gap: 12px; }
.brand .sigil { width: 28px; height: 28px; }
.brand .word { font-family: var(--display); letter-spacing: 0.26em; font-size: 1.2rem; padding-left: 0.26em; }
nav .back { font-size: 0.82rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--muted); }
nav .back:hover { color: var(--gold); text-decoration: none; }
main { width: min(760px, 90vw); margin: 0 auto; padding: 70px 0 100px; }
.doc-head { border-bottom: 1px solid var(--edge); padding-bottom: 28px; margin-bottom: 40px; }
.doc-head .eyebrow { text-transform: uppercase; letter-spacing: 0.3em; font-size: 0.72rem; color: var(--gold-dim); font-weight: 700; }
h1 { font-family: var(--display); font-weight: 400; font-size: clamp(2.2rem, 6vw, 3.2rem); margin-top: 12px; }
.updated { color: var(--muted); font-size: 0.9rem; margin-top: 14px; }
h2 { font-family: var(--display); font-weight: 400; font-size: 1.5rem; color: var(--gold); margin: 42px 0 12px; }
p, li { color: #cfc9bd; margin-bottom: 14px; }
ul { padding-left: 24px; }
li { margin-bottom: 8px; }
strong { color: var(--parchment); }
footer { border-top: 1px solid var(--edge); padding: 34px 0; text-align: center; color: var(--muted); font-size: 0.82rem; letter-spacing: 0.04em; }
