/* ===== PAY-14 Vert bouteille — Architecture Cuivre × Paysagiste Annecy ===== */
:root {
  /* Fond & surfaces */
  --bg:           #F2EFE6;
  --bg-alt:       #E8E5DC;
  --surface:      oklch(94% 0.015 145);

  /* Texte */
  --text:         #23271F;
  --text-2:       oklch(38% 0.025 145);
  --text-mute:    oklch(54% 0.02 145);
  --border:       oklch(35% 0.04 145 / 0.13);

  /* Couleurs imposées PAY-14 */
  --accent:       #244A3A;
  --accent-2:     #B98A4A;
  --accent-soft:  oklch(88% 0.05 145);
  --accent-deep:  oklch(22% 0.08 145);
  --primary:      #244A3A;
  --wa-green:     #25D366;

  /* Polices imposées */
  --ff-display:   'Source Serif 4', Georgia, serif;
  --ff-body:      'Montserrat', system-ui, sans-serif;
  --ff-ui:        'Montserrat', system-ui, sans-serif;

  /* Rayons */
  --r-sm:   4px;
  --r-md:   10px;
  --r-lg:   14px;
  --r-xl:   20px;

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

  /* Z-index — burger (1150) > header (1100) > menu (1000) > modal (1200) */
  --z-header: 1100;
  --z-menu:   1000;
  --z-modal:  1200;

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