/* variables.css - DA imposee : MEN-7 Chene chaud (Craft) */
:root{
  /* === COULEURS (skin MEN-7) === */
  --bg: #F4ECDD;                  /* creme chaud (impose da_choice) */
  --bg-alt: #EDE3CE;              /* creme un peu plus sombre */
  --surface: #FBF6EA;             /* surface claire */
  --surface-2: #E6DAC2;           /* surface alt */
  --text: #312A20;                /* encre brun fonce (impose) */
  --text-2: #5B4E3D;              /* texte secondaire */
  --text-mute: #8A7B65;           /* texte muet */
  --border: #D9CCB1;              /* bordure douce */
  --border-strong: #B5A282;       /* bordure marquee */

  --accent: #9A6B3F;              /* chene chaud (impose) */
  --accent-2: #C19467;            /* chene clair surface/hover */
  --accent-soft: #E8D6BC;         /* halo accent */
  --accent-deep: #6E4A26;         /* accent fonce contrast */
  --primary: #2A2218;             /* encre profonde featured */
  --wa-green: #25D366;            /* whatsapp officiel */

  /* === POLICES (impose da_choice) === */
  --ff-display: "Playfair Display", "Lora", Georgia, serif;
  --ff-body: "Inter", "Source Sans Pro", -apple-system, BlinkMacSystemFont, sans-serif;
  --ff-ui: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;

  /* === RAYONS === */
  --r-sm: 6px;
  --r-md: 10px;
  --r-lg: 16px;
  --r-xl: 24px;

  /* === HEADER === */
  --header-h: 72px;
  --header-h-mobile: 64px;

  /* === Z-INDEX (z-header > z-menu, regle absolue) === */
  --z-header: 1100;
  --z-menu: 1000;
  --z-modal: 1200;
  --z-fab: 950;

  /* === CONTAINER === */
  --container: 1200px;

  /* === TRANSITIONS === */
  --t-fast: .2s ease;
  --t-med: .35s ease;
}
