:root {
  /* ── Tier 1: Core Material Tokens ─────────────────────── */
  --color-paper:   #FAF9F6;  /* Seitenhintergrund          */
  --color-canvas:  #F2EEE7;  /* Cards, Hover-Flächen       */
  --color-ink:     #2F2820;  /* Headlines, Fließtext       */
  --color-stone:   #6A6258;  /* Icons, Linien, Navigation  */
  --color-brass:   #A79267;  /* Core-Anker, aktiver Zustand*/
  --color-slate:   #8E9498;  /* Links, techn. Ebene        */

  /* ── Tier 2: Author CI Signaturton ────────────────────── */
  --color-burgundy: #7A3E45; /* Primärer Author-Marker     */

  /* ── Tier 3: Author CI Details ────────────────────────── */
  --color-antikgold:  #B08A3A; /* Nur PvB-Siegel/-Linie    */
  --color-stone-dark: #4a4a5e; /* Metadaten, Labels        */
  --color-goldhauch:  #d4a84b; /* Dezente digitale Akzente */

  /* ── Typografie ───────────────────────────────────────── */
  --font-primary: Georgia, "Times New Roman", serif;

  --type-hero:        26pt;
  --type-essay-title: 20pt;
  --type-subhead:     14pt;
  --type-body:        11pt;
  --type-quote:       13pt;
  --type-meta:         8pt;
  --type-footer:       9pt;

  /* ── Layout ───────────────────────────────────────────── */
  --leading-body:     1.65em;
  --leading-heading:  1.2em;
  --tracking-meta:    0.1em;
  --tracking-author:  0.25em;
  --indent-paragraph: 1.5em;
  --max-width:        72ch;

  /* ── Decorative ───────────────────────────────────────── */
  --line-siegel:    0.5pt solid var(--color-antikgold);
  --line-section:   0.5pt solid var(--color-stone);
  --line-burgundy:  0.5pt solid var(--color-burgundy);
}
