/* variables.css — PAY-5 "Terre & feuille" / Craft / Atelier architecture paysagere */

:root {
  /* Skin imposee par da_engine */
  --bg:        #F6F0E6;            /* creme papier chaud */
  --bg-alt:    #EFE8DA;            /* creme un peu plus dense */
  --surface:   #FBF6EC;            /* surface card claire */
  --text:      #2E2820;            /* encre brun profond */
  --text-2:    #5A4E3F;            /* secondaire chaud */
  --text-mute: #8A7E6E;            /* mute */
  --border:    rgba(46, 40, 32, 0.14);

  /* Couleurs metier (paysagiste Craft "Terre & feuille") */
  --accent:    #557544;            /* vert feuille naturel */
  --accent-2:  #9A7B4F;            /* terre / bois */
  --accent-soft: rgba(85, 117, 68, 0.12);
  --accent-line: rgba(85, 117, 68, 0.32);

  --primary:   #2E2820;            /* fond inverse sombre */
  --primary-2: #3D362C;            /* fond inverse chaud secondaire */

  --wa-green:  #25D366;            /* vert WhatsApp officiel */
  --wa-green-d:#1FA64F;

  /* Typographie imposee */
  --ff-display: "Fraunces", "Cormorant Garamond", Georgia, serif;
  --ff-body:    "Source Sans 3", "Source Sans Pro", -apple-system, sans-serif;
  --ff-ui:      "Source Sans 3", "Source Sans Pro", -apple-system, sans-serif;

  /* Rayons (Craft = doux mais pas rond) */
  --r-sm: 4px;
  --r-md: 8px;
  --r-lg: 12px;
  --r-xl: 18px;

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

  /* Z-index (--z-header > --z-menu, regle anti-bug) */
  --z-header: 1100;
  --z-menu:   1000;
  --z-modal:  1200;
  --z-lightbox: 1300;

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

  /* Espacements section */
  --section-pad-y: 48px;
  --section-pad-y-d: 96px;

  /* Transitions */
  --t-fast: 160ms ease;
  --t-med:  280ms cubic-bezier(.2,.7,.2,1);
}
