/* ============================================================
   PACK ORGANIQUE : naturel, papier, tons terre.
   Gites, chambres d'hotes, ferme, artisanat, eco.
   Cree le 01/08/2026 A LA DEMANDE du flagship gite (F-0018) :
   c'est le circuit prevu par la strategie (§3, pack n12).
   Contrastes verifies AA le 01/08/2026 (min 6.31).
   ============================================================ */
:root {
  --surface: #faf6ef;
  --surface-alt: #f1e9dc;
  --surface-raised: #fffdf8;
  --surface-invert: #241c12;

  --ink: #2b241c;
  --ink-muted: #5d5142;
  --ink-invert: #f6efe4;
  --ink-invert-muted: #e8d9c4;

  --accent: #8a4a28;
  --accent-contrast: #ffffff;
  --accent-soft: #f3e2d4;

  --border: #e4d8c4;
  --border-strong: #bfa886;
  --focus-ring: #8a4a28;

  --success: #4c7a4c;
  --danger: #a8431f;

  --font-display: 'Fraunces', Georgia, serif;
  --font-body: 'Inter', system-ui, sans-serif;
  --w-display: 600;
  --w-strong: 600;
  --w-body: 400;
  --ls-display: 0;
  --tt-display: none;

  --r-field: var(--r-2);
  --r-btn: var(--r-full);      /* rondeur chaleureuse */
  --r-card: var(--r-3);
  --btn-px: 1.7rem;
  --btn-py: 0.9rem;
  --shadow-card: 0 3px 16px rgb(70 50 25 / 0.09);
}
