:root{
  /* Palette PAY-2 Craft jardin (impose par da_engine) */
  --bg: #F7F1E1;
  --bg-alt: #EFE6D0;
  --surface: #FBF6E9;
  --surface-deep: #2A3220;
  --text: #312A20;
  --text-2: #5A4F3D;
  --text-mute: #8B7E66;
  --text-on-dark: #F7F1E1;
  --text-on-dark-2: rgba(247,241,225,.78);
  --border: rgba(49,42,32,.16);
  --border-strong: rgba(49,42,32,.28);

  /* Accents impose : vert sauge Craft jardin + accent paysagiste oklch */
  --accent: oklch(45% 0.12 145);
  --accent-2: oklch(68% 0.09 145);
  --accent-soft: color-mix(in srgb, var(--accent) 14%, var(--bg));
  --accent-dark: #4A5829;

  --primary: var(--accent);
  --wa-green: #25D366;

  /* Polices imposees PAY-2 */
  --ff-display: 'Lora', Georgia, 'Times New Roman', serif;
  --ff-body: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Arial, sans-serif;
  --ff-ui: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Arial, sans-serif;

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

  /* Header */
  --header-h: 72px;
  --header-h-mobile: 64px;

  /* Z-index (header > menu obligatoire) */
  --z-header: 1100;
  --z-menu: 1000;
  --z-modal: 1200;
  --z-fab: 900;

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