/* MB Nettoyage - PLB-5 Canard chaud (Craft, teal canard + bronze, papier creme) */
:root {
  /* couleurs skin imposees PLB-5 */
  --bg: #F6F0E2;
  --bg-alt: #EFE7D2;
  --surface: #FBF7EC;
  --text: #312A20;
  --text-2: #5C5246;
  --text-mute: #8A7E6D;
  --border: #E0D5BB;
  --accent: #225E63;            /* canard chaud */
  --accent-soft: #B6CECF;       /* canard pale (surface) */
  --accent-2: #B07A3C;          /* bronze */
  --accent-2-soft: #E4CDA8;
  --primary: #1B3A3D;           /* canard profond */
  --wa-green: #25D366;
  --wa-green-dark: #128C7E;
  --ok: #2E7D32;
  --ko: #B23B3B;

  /* polices */
  --ff-display: "Playfair Display", "Lora", serif;
  --ff-body: "Inter", "Source Sans 3", system-ui, -apple-system, sans-serif;
  --ff-ui: "Inter", system-ui, sans-serif;

  /* radius */
  --r-sm: 6px;
  --r-md: 10px;
  --r-lg: 14px;
  --r-xl: 22px;

  /* header / z-index */
  --header-h: 72px;
  --header-h-mobile: 60px;
  --z-header: 1100;       /* > menu (regle anti-bug refermable) */
  --z-menu: 1000;
  --z-modal: 1200;
  --z-fab: 950;

  /* container */
  --container: 1180px;

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

::selection { background: color-mix(in srgb, var(--accent) 28%, var(--bg)); color: var(--text); }
::-moz-selection { background: color-mix(in srgb, var(--accent) 28%, var(--bg)); color: var(--text); }
