/* PAY-10 Mousse — Neo-Editorial vert mousse + bronze taupe sur creme chaud */
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600&family=DM+Sans:wght@400;500;600;700&display=swap');

:root {
  /* Fonds */
  --bg:        #F6F0E6;
  --bg-alt:    #EEE7D8;
  --surface:   #FBF7EE;
  --surface-2: #E7DEC9;

  /* Texte */
  --text:      #2E2820;
  --text-2:    #57503F;
  --text-mute: #8A8266;

  /* Marque */
  --primary:   #2E2820;
  --accent:    #557544;            /* vert mousse */
  --accent-2:  #9A7B4F;            /* bronze taupe */
  --accent-soft: #E2E7D6;          /* vert lave pale (lisible) */
  --accent-deep: #2F4A28;          /* vert mousse fonce pour sections sombres */

  /* Bordures */
  --border:    rgba(46, 40, 32, 0.14);
  --border-strong: rgba(46, 40, 32, 0.32);

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

  /* Typo */
  --ff-display: 'Cormorant Garamond', Georgia, 'Times New Roman', serif;
  --ff-body:    'DM Sans', system-ui, -apple-system, 'Segoe UI', sans-serif;
  --ff-ui:      'DM Sans', system-ui, sans-serif;

  /* Radius */
  --r-sm: 4px;
  --r-md: 8px;
  --r-lg: 14px;
  --r-xl: 22px;

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

  /* Z-index */
  --z-header: 1100;
  --z-menu:   1000;
  --z-modal:  1300;

  /* Motion */
  --ease: cubic-bezier(.2,.8,.2,1);
  --dur:  .35s;
}
