/* PAY-14 Vert bouteille — Architecture Cuivre adapte paysagiste niçois */
:root {
  /* Couleurs skin imposees (PAY-14 Vert bouteille) */
  --bg: #F2EFE6;
  --bg-alt: #ECE8DD;
  --surface: #FFFFFFCC;
  --primary: #1B2A22;
  --text: #23271F;
  --text-2: #4F5448;
  --text-mute: #7E8475;
  --border: #DCD7C7;
  --accent: #244A3A;
  --accent-2: #B98A4A;
  --accent-soft: rgba(36, 74, 58, 0.10);
  --accent-on-dark: #C8D9CC;
  --wa-green: #25D366;
  --wa-green-dark: #1FB055;

  /* Polices imposees (PAY-14) */
  --ff-display: "Source Serif 4", "Source Serif Pro", Georgia, serif;
  --ff-body: "Montserrat", "Helvetica Neue", Arial, sans-serif;
  --ff-ui: "Montserrat", "Helvetica Neue", Arial, sans-serif;

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

  /* Headers / mise en page */
  --header-h: 72px;
  --header-h-mobile: 64px;
  --container: 1240px;

  /* Z-index hierarchie (PIEGE PROD #1 : header > menu, burger > menu) */
  --z-fab: 900;
  --z-menu: 1000;
  --z-header: 1100;
  --z-burger: 1200;
  --z-modal: 1300;

  /* Transitions */
  --t-fast: .18s ease;
  --t-mid: .35s ease;
  --t-slow: .6s ease;
}

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

::-webkit-scrollbar { width: 8px; height: 8px; }
::-webkit-scrollbar-track { background: var(--bg-alt); }
::-webkit-scrollbar-thumb { background: color-mix(in srgb, var(--accent) 70%, transparent); border-radius: 4px; }
::-webkit-scrollbar-thumb:hover { background: var(--accent); }

::placeholder { color: var(--text-mute); opacity: 1; font-family: var(--ff-body); }
