:root{
  /* Skin PAY-6 Vert foret (Craft) */
  --bg: #F5F1EA;
  --bg-alt: #ECE5D7;
  --surface: #FBF8F1;
  --surface-2: #F0E9DA;
  --text: #2E2820;
  --text-2: #5B5044;
  --text-mute: #8B7F6F;
  --border: rgba(46,40,32,0.14);
  --border-strong: rgba(46,40,32,0.22);

  --accent: #2E5B3E;          /* vert foret PAY-6 */
  --accent-2: #4A7E5C;        /* vert plus clair (surfaces hover, soft) */
  --accent-deep: #1F3F2A;     /* vert profond (fonds inverses) */
  --accent-soft: #DAE3D9;     /* sauge tres clair */
  --primary: var(--accent);

  --wa-green: #25D366;
  --rate-gold: #C49A4A;

  --ff-display: 'Lora', Georgia, 'Times New Roman', serif;
  --ff-body: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --ff-ui: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;

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

  --header-h: 72px;
  --header-h-mobile: 64px;

  --z-base: 1;
  --z-header: 1100;
  --z-menu: 1000;
  --z-modal: 1200;
  --z-fab: 950;

  --container: 1180px;

  --shadow-sm: 0 1px 2px rgba(46,40,32,0.06), 0 1px 1px rgba(46,40,32,0.04);
  --shadow-md: 0 6px 18px rgba(46,40,32,0.08), 0 2px 6px rgba(46,40,32,0.05);
  --shadow-lg: 0 18px 40px rgba(46,40,32,0.10), 0 6px 14px rgba(46,40,32,0.06);

  --ease-out: cubic-bezier(.2,.7,.2,1);
}
