/* Arl Luc — Couleurs (Direction « Nacre » : minéral clair et lumineux)
   Neutres dominants + un seul accent métallique champagne.
   Sobriété absolue : les bijoux d'abord. */

:root {
  /* — Base — */
  --al-ivory: #F6F3EE;          /* Ivoire — fond principal */
  --al-sand: #ECE5DA;           /* Sable — surfaces, sections, encadrés photo */
  --al-stone: #D9D1C3;          /* Pierre — filets, bordures */
  --al-ink: #2A2722;            /* Encre — titres, texte fort */
  --al-ink-soft: #5C564D;       /* Encre douce — corps de texte */
  --al-taupe: #7A736A;          /* Taupe — texte secondaire, légendes */
  --al-champagne: #A8895B;      /* Champagne — accent métallique UNIQUE */
  --al-champagne-deep: #8F7344; /* Champagne profond — hover / état actif */

  /* — Nuit (footer uniquement) — */
  --al-night: #262320;
  --al-night-line: #3B3731;
  --al-night-text: #CFC9BE;
  --al-night-muted: #8E887D;

  /* — Rôles sémantiques — */
  --surface-page: var(--al-ivory);
  --surface-section: var(--al-sand);     /* sections alternées (témoignages…) */
  --surface-card: var(--al-ivory);       /* cartes posées sur une section sable */
  --surface-footer: var(--al-night);
  --border-line: var(--al-stone);
  --border-strong: var(--al-ink);
  --text-heading: var(--al-ink);
  --text-body: var(--al-ink-soft);
  --text-muted: var(--al-taupe);
  --text-on-dark: var(--al-night-text);
  --text-on-photo: var(--al-ivory);
  --accent: var(--al-champagne);
  --accent-hover: var(--al-champagne-deep);
}
