/* PAY-5 Terre & feuille — Craft / Fraunces + Source Sans 3 */
:root {
  /* Palette */
  --bg:        #F6F0E6;
  --bg-alt:    #EDE6D0;
  --surface:   color-mix(in srgb, #2E2820 4%, #F6F0E6);
  --text:      #2E2820;
  --text-2:    #4A4035;
  --text-mute: #7A6E5F;
  --border:    color-mix(in srgb, #2E2820 14%, transparent);

  /* Couleurs imposées paysagiste — sector_playbook */
  --accent:      oklch(45% 0.12 145);
  --accent-2:    #9A7B4F;
  --accent-soft: color-mix(in srgb, oklch(45% 0.12 145) 11%, #F6F0E6);
  --accent-dark: oklch(32% 0.12 145);
  --on-dark:     #F6F0E6;
  --primary:     oklch(45% 0.12 145);

  /* WhatsApp */
  --wa-green: #25D366;

  /* Typographie */
  --ff-display: 'Fraunces', Georgia, 'Times New Roman', serif;
  --ff-body:    'Source Sans 3', 'Helvetica Neue', Arial, sans-serif;
  --ff-ui:      'Source Sans 3', 'Helvetica Neue', Arial, sans-serif;

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

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

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

  /* Container */
  --container: min(1200px, 100% - 48px);

  /* Espacement sections */
  --section-py: clamp(48px, 8vw, 96px);
}
