/* PAY-14 Vert bouteille - Architecture Cuivre - Source Serif 4 + Montserrat */
:root{
  /* Couleurs imposees par da_choice.json */
  --bg: #F2EFE6;
  --bg-alt: #E8E3D4;
  --surface: #FFFFFF;
  --text: #23271F;
  --text-2: #4A4E45;
  --text-mute: #7A7E72;
  --border: #D9D3C2;
  --accent: #244A3A;            /* Vert bouteille */
  --accent-2: #B98A4A;           /* Cuivre patine */
  --accent-soft: #DDE5DF;
  --primary: #244A3A;
  --wa-green: #25D366;
  --on-accent: #F2EFE6;

  /* Polices */
  --ff-display: "Source Serif 4", "Source Serif Pro", Georgia, serif;
  --ff-body: "Montserrat", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  --ff-ui: "Montserrat", system-ui, sans-serif;

  /* Tailles fluides */
  --fs-h1: clamp(2.3rem, 6vw, 4.2rem);
  --fs-h2: clamp(1.8rem, 3.6vw, 2.6rem);
  --fs-h3: clamp(1.25rem, 2.2vw, 1.55rem);
  --fs-body: clamp(1rem, 1.05vw + 0.5rem, 1.075rem);
  --fs-small: 0.875rem;

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

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

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

  /* Container */
  --container: 1200px;

  /* Espacements */
  --sec-pad-mobile: 48px;
  --sec-pad-desktop: 80px;
}

::selection{ background: var(--accent); color: var(--bg); }
::-moz-selection{ background: var(--accent); color: var(--bg); }
