:root {
  --ink: #11100e;
  --paper: #f3efe6;
  --paper-deep: #e5ddcd;
  --gold: #c5a24d;
  --muted: #6f6a61;
  --white: #fffdf8;
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Georgia, 'Times New Roman', serif; line-height: 1.75; }
a { color: inherit; text-underline-offset: 4px; }
.skip-link { position: fixed; top: .75rem; left: .75rem; z-index: 20; padding: .75rem 1rem; background: var(--ink); color: var(--white); transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }
header { border-bottom: 1px solid rgba(17,16,14,.14); background: rgba(243,239,230,.94); }
nav { max-width: 1120px; margin: auto; min-height: 76px; padding: 0 1.5rem; display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.brand { font: 800 1.3rem/1 Arial, sans-serif; letter-spacing: .12em; text-decoration: none; }
.brand span { color: #8f6c18; }
.back { font: 700 .78rem/1 Arial, sans-serif; letter-spacing: .11em; text-transform: uppercase; }
main { max-width: 860px; margin: auto; padding: clamp(4rem, 9vw, 8rem) 1.5rem; }
.eyebrow { margin: 0 0 1rem; color: #80651f; font: 700 .76rem/1 Arial, sans-serif; letter-spacing: .2em; text-transform: uppercase; }
h1 { max-width: 780px; margin: 0; font-size: clamp(3rem, 9vw, 6.7rem); line-height: .94; letter-spacing: -.055em; }
.lead { max-width: 680px; margin: 2rem 0 4rem; color: var(--muted); font-size: 1.16rem; }
section { margin: 3rem 0; padding-top: 2rem; border-top: 1px solid rgba(17,16,14,.14); }
h2 { margin: 0 0 1rem; font-size: clamp(1.5rem, 4vw, 2.15rem); line-height: 1.15; }
h3 { margin: 2rem 0 .5rem; font-size: 1.1rem; }
p, li { color: #413e38; }
li + li { margin-top: .55rem; }
.notice { padding: 1.25rem 1.4rem; background: var(--white); border-left: 4px solid var(--gold); }
.actions { margin-top: 3rem; display: flex; flex-wrap: wrap; gap: 1rem; }
.button { display: inline-block; padding: .95rem 1.25rem; background: var(--ink); color: var(--white); font: 700 .78rem/1 Arial, sans-serif; letter-spacing: .1em; text-transform: uppercase; text-decoration: none; }
footer { padding: 2rem 1.5rem; color: var(--muted); border-top: 1px solid rgba(17,16,14,.14); text-align: center; font: .84rem/1.6 Arial, sans-serif; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
