:root {
  --bg: #f0ece3;
  --surface: #faf8f2;
  --text: #1b1a15;
  --text-muted: #514e45;
  --text-faint: #7d7869;
  --border: rgba(27, 26, 21, 0.12);
  --gold: #a8842a;
}

* { box-sizing: border-box; margin: 0; padding: 0; }

body {
  background: var(--bg);
  color: var(--text);
  font-family: "Libre Franklin", ui-sans-serif, system-ui, sans-serif;
  font-size: 15px;
  line-height: 1.55;
  padding: 1.75rem 1.25rem 2.5rem;
  -webkit-font-smoothing: antialiased;
}

.wrap { max-width: 640px; margin: 0 auto; }

a { color: var(--gold); text-decoration: none; }
a:hover { text-decoration: underline; }

h1 {
  font-size: 1.85rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  margin-bottom: 0.25rem;
}

.meta {
  color: var(--text-faint);
  font-size: 0.8rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 1.25rem;
}

h2 {
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text);
  margin: 1.5rem 0 0.45rem;
}

p, li { margin-bottom: 0.65rem; color: var(--text-muted); }

ul { padding-left: 1.15rem; margin-bottom: 0.65rem; }

.back {
  display: inline-block;
  margin-bottom: 1rem;
  font-size: 0.82rem;
  color: var(--text-faint);
}

footer {
  margin-top: 1.75rem;
  padding-top: 0.85rem;
  border-top: 1px solid var(--border);
  font-size: 0.75rem;
  color: var(--text-faint);
}
