/* ============================================================
   DOMAINE DU DAHU — Design tokens
   Palette "Forest sobre" + Cormorant Garamond × Inter
   ============================================================ */

:root {
  /* === Couleurs === */
  --ink-deep:      #1A2620;   /* encre forêt — titres + corps */
  --ink-soft:      #2C3A33;   /* gris-vert profond — alt body */
  --paper:         #F1ECE2;   /* ivoire chaud — fond principal */
  --paper-warm:    #E8DFD0;   /* ivoire chaud + — sections accent */
  --paper-cool:    #F7F4ED;   /* ivoire très clair — surimpressions */
  --accent-rust:   #A7715B;   /* terra cuite assourdie — traits, liens */
  --accent-gold:   #B89968;   /* or pâle — chiffres clés */
  --lake-night:    #0F1A1F;   /* bleu-noir profond — overlays photo */
  --hairline:      rgba(26, 38, 32, 0.18);

  /* === Typo === */
  --font-display: 'Cormorant Garamond', 'Georgia', serif;
  --font-body:    'Inter', -apple-system, system-ui, sans-serif;

  /* Échelle typo digital (1920×1080) */
  --fs-hero:    96px;   /* Couvertures, "1 lac, rien que pour vous" */
  --fs-h1:      72px;   /* Titres de page */
  --fs-h2:      40px;   /* Sous-sections */
  --fs-h3:      28px;   /* Inter-titres */
  --fs-lead:    24px;   /* Phrases d'amorce */
  --fs-body:    20px;   /* Corps de texte */
  --fs-small:   16px;   /* Légendes, métadonnées */
  --fs-caption: 13px;   /* Notes basses, page numbers */
  --fs-stat:    56px;   /* Chiffres clés genre "7 ha" */

  /* Échelle typo print A5 paysage (override dans print.css) */
  /* en mm, calibré pour 210×148 */

  /* === Spacing (digital base 8) === */
  --space-1:   4px;
  --space-2:   8px;
  --space-3:  16px;
  --space-4:  24px;
  --space-5:  32px;
  --space-6:  48px;
  --space-7:  64px;
  --space-8:  96px;
  --space-9: 128px;

  /* === Layout === */
  --page-margin: 96px;
  --grid-cols: 12;
  --grid-gap: 32px;

  /* === Misc === */
  --letter-spacing-display: -0.015em;
  --letter-spacing-eyebrow: 0.16em;
  --line-height-display: 1.05;
  --line-height-body: 1.55;
  --radius-soft: 2px;
  --shadow-soft: 0 24px 80px rgba(15, 26, 31, 0.18);
}
