/* =========================================================
   PALETTE DU SITE — un seul fichier à modifier
   ---------------------------------------------------------
   Couleurs reprises du logo de Träcy PALIE :
   vert sauge (fond du logo) + prune (trait et typographie).
   ========================================================= */

:root {
  /* Prune — titres, sections pleines, footer, boutons */
  --brand: #5b4657;
  --brand-dark: #3f2f3d;
  --brand-soft: #6d5568;

  /* Vert sauge — accent, aplats doux, éléments décoratifs */
  --accent: #a7c3ab;
  --accent-dark: #7fa285;
  --accent-deep: #5f8467;
  --accent-light: #d9e7db;

  /* Fonds */
  --bg: #faf8f6;        /* fond général */
  --bg-alt: #eef4ee;    /* fond des sections alternées (sauge très clair) */
  --bg-sage: #a7c3ab;   /* aplat sauge du logo */
  --surface: #ffffff;   /* cartes */

  /* Textes */
  --ink: #2f2632;
  --muted: #6f6572;

  /* Traits & ombres */
  --line: rgba(91, 70, 87, 0.14);
  --shadow: 0 12px 32px rgba(91, 70, 87, 0.08);
  --shadow-lg: 0 24px 60px rgba(91, 70, 87, 0.14);

  /* Typographie */
  --font-title: "Cormorant Garamond", "Playfair Display", Georgia, serif;
  --font-body: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;

  /* Gabarit */
  --radius: 14px;
  --radius-lg: 22px;
  --container: 1160px;
  --header-h: 78px;
}
