:root {
  /* Color — gallery-bright foundation + leather/gold accent layer */
  --color-bg: #f8f5ef;            /* gallery wall warm white */
  --color-text: #1a1a1a;          /* near-black, not pure black — feels printed */
  --color-text-muted: #6a635a;    /* date lines, metadata */
  --color-accent-gold: #8a6a2c;   /* leather-bound book embossed gold */
  --color-hairline: #c9b888;      /* lighter gold for thin rules */

  /* Typography */
  --font-serif: "EB Garamond", Georgia, "Times New Roman", serif;
  --type-base: 1.0625rem;         /* ~17px body — gallery prose, breathable */
  --type-scale-h1: 3.5rem;
  --type-scale-h2: 1.75rem;
  --type-scale-tagline: 1.5rem;
  --type-scale-dropcap: 4.5rem;
  --line-height-body: 1.65;
  --line-height-tight: 1.2;

  /* Spacing — generous, gallery-air */
  --space-section: 6rem;
  --space-paragraph: 1.25rem;
  --measure: 36rem;               /* max prose measure — readability cap */
}

@media (max-width: 640px) {
  :root {
    --type-scale-h1: 2.5rem;
    --type-scale-tagline: 1.25rem;
    --type-scale-dropcap: 3rem;
    --space-section: 4rem;
    --type-base: 1rem;
  }
}
