/* ============================================================
   PAY-1 — Editorial végétal — Abbaca Jardins
   Skin : Fraunces + Libre Baskerville + Inter, vert forêt
   ============================================================ */
:root {
  /* Fond & surfaces */
  --bg:         #F5F1EA;
  --bg-alt:     #EDE8DF;
  --surface:    #FEFCF8;

  /* Typographie */
  --text:       #2E2820;
  --text-2:     #5A5044;
  --text-mute:  #8A8278;
  --border:     color-mix(in srgb, #2E2820 13%, transparent);

  /* Accent paysagiste — vert forêt PAY-1 imposé */
  --accent:     #2E5B3E;
  --accent-2:   oklch(68% 0.09 145);
  --accent-soft: color-mix(in srgb, #2E5B3E 10%, #F5F1EA);
  --primary:    #2E5B3E;
  --wa-green:   #25D366;

  /* Polices */
  --ff-display: 'Fraunces', Georgia, serif;
  --ff-body:    'Libre Baskerville', Georgia, serif;
  --ff-ui:      'Inter', system-ui, sans-serif;

  /* Rayons */
  --r-sm:  6px;
  --r-md:  12px;
  --r-lg:  18px;
  --r-xl:  24px;

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

  /* Z-index (--z-header > --z-menu PIÈGE PROD #1) */
  --z-header: 1100;
  --z-menu:   1000;
  --z-modal:  1200;
}
