/* variables.css — PAY-15 Sauge Craft (eco-paysage Pays Basque) */
:root{
  /* Couleurs skin */
  --bg: #E8F0EC;
  --bg-alt: #DCE7E1;
  --surface: #F1F6F2;
  --surface-deep: #1F3531;
  --text: #1F3531;
  --text-2: #4B5F5A;
  --text-mute: #768C86;
  --text-on-dark: #F1F6F2;
  --text-on-dark-2: rgba(241,246,242,.78);
  --border: #C7D6CF;

  /* Accents (paysagiste = vert foret naturel imposé par sector_playbook) */
  --accent: oklch(45% 0.12 145);
  --accent-2: oklch(68% 0.09 145);
  --accent-soft: #C8DDD2;
  --accent-on-dark: #B7D3C7;

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

  /* Polices */
  --ff-display: "Playfair Display", "Lora", "Libre Baskerville", Georgia, serif;
  --ff-body: "Inter", "Source Sans 3", system-ui, sans-serif;
  --ff-ui: "Inter", system-ui, sans-serif;

  /* Rayons */
  --r-sm: 8px;
  --r-md: 12px;
  --r-lg: 16px;
  --r-xl: 22px;

  /* Layout */
  --header-h: 76px;
  --header-h-mobile: 64px;
  --container: 1200px;

  /* Z-index */
  --z-base: 1;
  --z-header: 1100;
  --z-burger: 1110;
  --z-menu: 1000;
  --z-modal: 1200;
  --z-fab: 1080;

  /* Transitions */
  --t-fast: .2s ease;
  --t-med: .35s ease;
  --t-slow: .6s ease;
}

::selection{background:var(--accent);color:#fff;}
