:root {
  /* Café Vitamin Bar — editorial Persian fruit-house system */
  --espresso-950: #160d0b;
  --espresso-900: #241310;
  --espresso-800: #3a201b;
  --paper-50: #fffaf0;
  --paper-100: #f8eedc;
  --paper-200: #eadbc2;
  --ink-900: #201310;
  --ink-700: #5f4d46;
  --ink-500: #8a756c;
  --pomegranate-500: #e3213e; /* 4.6:1 with white */
  --pomegranate-600: #c81f38;
  --saffron-400: #f6ae2d;
  --saffron-500: #df8d0b;
  --pistachio-400: #a8c66c;
  --pistachio-700: #526f2d;
  --turquoise-500: #188c8c;
  --rose-100: #f8d9dd;

  --bg: var(--paper-50);
  --bg-muted: var(--paper-100);
  --bg-dark: var(--espresso-950);
  --bg-darker: #0e0807;
  --fg: var(--ink-900);
  --fg-muted: var(--ink-700);
  --fg-on-dark: #fffaf0;
  --fg-on-dark-muted: rgba(255, 250, 240, 0.68);
  --accent: var(--pomegranate-500);
  --accent-hover: var(--pomegranate-600);
  --accent-fg: #ffffff;
  --accent-text: #b71931;
  --border: rgba(32, 19, 16, 0.16);
  --border-on-dark: rgba(255, 250, 240, 0.18);
  --ring: var(--saffron-400);

  --tint-juice: #f7e7b7;
  --tint-vitamin: #f5d6db;
  --tint-waffle: #efd9c1;
  --tint-corn: #dfe9c6;
  --tint-persian: #e7d5bd;
  --tint-tea: #cfe4de;

  --font-display: "Bricolage Grotesque", "Manrope", system-ui, sans-serif;
  --font-sans: "Manrope", system-ui, -apple-system, "Segoe UI", sans-serif;
  --font-body: var(--font-sans);
  --font-fa: "Vazirmatn", var(--font-sans);
  --text-xs: 0.75rem;
  --text-sm: 0.875rem;
  --text-base: 1rem;
  --text-lg: clamp(1.0625rem, 1.3vw, 1.25rem);
  --text-xl: clamp(1.25rem, 1.8vw, 1.6rem);
  --text-2xl: clamp(1.75rem, 3vw, 2.7rem);
  --text-3xl: clamp(2.5rem, 6vw, 5.7rem);
  --text-4xl: clamp(3.55rem, 9.8vw, 8.4rem);
  --leading-tight: 0.91;
  --leading-snug: 1.2;
  --leading-normal: 1.65;
  --tracking-tight: -0.045em;

  --space-1: 4px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-5: 20px;
  --space-6: 24px;
  --space-8: 32px;
  --space-10: 40px;
  --space-12: 48px;
  --space-16: 64px;
  --space-20: 80px;
  --space-24: 96px;
  --space-32: 128px;
  --section-y: clamp(72px, 10vw, 144px);
  --container: 1320px;
  --gutter: clamp(20px, 4vw, 56px);

  --radius-sm: 8px;
  --radius-md: 16px;
  --radius-lg: 28px;
  --radius-xl: 44px;
  --radius-full: 999px;
  --shadow-sm: 0 10px 28px rgba(22, 13, 11, 0.08);
  --shadow-md: 0 24px 64px rgba(22, 13, 11, 0.16);
  --shadow-lg: 0 40px 100px rgba(10, 5, 4, 0.34);

  --dur-fast: 150ms;
  --dur: 240ms;
  --dur-slow: 600ms;
  --ease-out: cubic-bezier(0.22, 1, 0.36, 1);
  --header-h: 84px;
  --sticky-h: 70px;
}
