/* ============================================================
   Colors — David & Manon
   Warm autumnal palette derived from the bride's floral
   terracotta reference. Cream-dominant grounds, terracotta &
   ochre accents, rust for emphasis, taupe for quiet text.
   ============================================================ */

:root {
  /* ---- Base palette (raw brand hues) ---- */
  --sand-50:    #FAF5EC;   /* lightest cream wash */
  --sand-100:   #F6EFE2;
  --sand-200:   #F3EBDD;   /* dominant cream ground (brief) */
  --sand-300:   #EADFC9;   /* hairline borders on cream */
  --sand-400:   #E0D2B8;

  --terracotta-300: #d5b799;  /* revised tan terracotta */
  --terracotta-400: #D89A82;  /* terracotta clair (brief) */
  --terracotta-500: #C97A5E;
  --terracotta-600: #B5613F;

  --ochre-300:  #E5BE76;
  --ochre-400:  #B8860B;   /* moutarde / ochre (revised) */
  --ochre-500:  #C2862A;

  --rust-500:   #B87333;   /* cuivre / rouille (revised) — main accent */
  --rust-600:   #9A3D22;
  --rust-700:   #B7410E;   /* rouille profonde (revised) */

  --taupe-300:  #C3B7A8;
  --taupe-400:  #A29384;   /* taupe (brief) */
  --taupe-500:  #897A6B;
  --taupe-600:  #6B5D4F;

  --ink-700:    #4A3F36;   /* warm near-black for body text */
  --ink-800:    #382F28;
  --ink-900:    #2A231D;

  --white:      #FFFFFF;
  --olive-400:  #8A8A5C;   /* muted foliage green accent */
  --olive-500:  #6E6E45;

  /* ---- Semantic surfaces ---- */
  --surface-page:      var(--sand-200);
  --surface-page-alt:  var(--sand-100);
  --surface-card:      var(--sand-50);
  --surface-raised:    var(--white);
  --surface-contrast:  var(--rust-600);   /* footers, dark bands */
  --surface-medallion: var(--terracotta-300);

  /* ---- Semantic text ---- */
  --text-strong:    var(--ink-900);
  --text-body:      var(--ink-700);
  --text-muted:     var(--taupe-500);
  --text-faint:     var(--taupe-400);
  --text-on-dark:   var(--sand-100);
  --text-accent:    var(--rust-500);
  --text-script:    var(--rust-500);   /* prénoms / "oui" ink */

  /* ---- Borders & lines ---- */
  --border-hair:    var(--sand-300);
  --border-soft:    var(--sand-400);
  --border-accent:  var(--terracotta-400);
  --border-strong:  var(--taupe-400);

  /* ---- Interactive / accent ---- */
  --accent:           var(--rust-500);
  --accent-hover:     var(--rust-600);
  --accent-press:     var(--rust-700);
  --accent-soft:      var(--terracotta-300);
  --accent-secondary: var(--ochre-400);

  /* ---- Status (warm-tuned) ---- */
  --ok-500:      #6E8A4F;
  --ok-bg:       #EAEFDD;
  --warn-500:    var(--ochre-500);
  --warn-bg:     #F8ECD2;
  --error-500:   #B23A33;
  --error-bg:    #F6E0DC;

  /* ---- Focus ring (AA) ---- */
  --focus-ring:  #8A3A1F;
}
