/* PAY-3 Wellness Sauge — RP Elagage, elagueur a Montauban */
:root{
  /* Palette skin Wellness sauge (impose da_choice) */
  --bg: #E8F0EC;
  --bg-alt: #DCE7E1;
  --surface: #F2F7F4;
  --surface-deep: #1F3531;
  --text: #1F3531;
  --text-2: rgba(31, 53, 49, 0.78);
  --text-mute: rgba(31, 53, 49, 0.58);
  --text-inverse: #F2F7F4;
  --border: rgba(31, 53, 49, 0.14);
  --accent: #4A8B7F;
  --accent-2: #6FA89E;
  --accent-soft: #C8DDD8;
  --accent-on-dark: #B8D4CB;
  --primary: #4A8B7F;
  --wa-green: #25D366;

  /* Typographie (impose : EB Garamond display + DM Sans body+ui) */
  --ff-display: 'EB Garamond', 'Garamond', Georgia, serif;
  --ff-body: 'DM Sans', 'Helvetica Neue', Arial, sans-serif;
  --ff-ui: 'DM Sans', 'Helvetica Neue', Arial, sans-serif;

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

  /* Espacements / structure */
  --container: 1200px;
  --header-h: 72px;
  --header-h-mobile: 60px;

  /* Z-index (PIEGE PROD #1 : z-header > z-menu, burger > z-menu) */
  --z-header: 1100;
  --z-menu: 1000;
  --z-burger: 1200;
  --z-modal: 1300;

  /* Transitions */
  --t-fast: 0.18s ease;
  --t-base: 0.28s ease;
}
