/* MEN-20 Teck — Wellness preset adapte cuisiniste (skin imposee da_engine) */
:root{
  /* Palette (skin Teck) */
  --bg: #F4ECDE;
  --bg-alt: #EADBC2;
  --surface: #FAF4E8;
  --surface-deep: #2A2018;
  --text: #2A2018;
  --text-2: #5A4A38;
  --text-mute: #8A7860;
  --text-on-dark: #F4ECDE;
  --text-on-dark-2: rgba(244,236,222,.78);
  --border: rgba(42,32,24,.12);
  --border-strong: rgba(42,32,24,.22);

  --accent: #8A5A33;        /* brun teck */
  --accent-2: #B07B4F;      /* teck clair (hover/surface) */
  --accent-soft: #E8D5BD;   /* teck tres clair (pastilles) */
  --accent-dark: #5C3A1F;   /* teck sombre */
  --primary: #8A5A33;
  --wa-green: #25D366;
  --wa-green-dark: #128C7E;

  /* Polices */
  --ff-display: "EB Garamond", "Cormorant Garamond", Georgia, serif;
  --ff-body: "Nunito Sans", "Source Sans 3", system-ui, sans-serif;
  --ff-ui: "Nunito Sans", system-ui, sans-serif;

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

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

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

  /* Transitions */
  --t-fast: .2s ease;
  --t-med: .35s ease;
  --t-slow: .6s ease;
}
