:root {
  /* Brand palette — warm clinical, rose/gold accent on near-black + cream */
  --color-ink: #14110f;
  --color-ink-soft: #2a2521;
  --color-cream: #faf6f1;
  --color-cream-dark: #f0e9e0;
  --color-white: #ffffff;

  --color-primary: #a9704f;      /* warm terracotta/gold - CTAs */
  --color-primary-dark: #8a5a3d;
  --color-primary-light: #c9926e;

  --color-accent: #7d5a8c;       /* soft plum for medical/derma cues */
  --color-rose: #c98a7d;

  --color-text: #241f1c;
  --color-text-muted: #6b625b;
  --color-border: #e5ddd2;

  --color-success: #4a7c59;

  /* Typography */
  --font-display: 'Fraunces', 'Georgia', serif;
  --font-body: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;

  /* Spacing scale */
  --space-1: 0.25rem;
  --space-2: 0.5rem;
  --space-3: 0.75rem;
  --space-4: 1rem;
  --space-5: 1.5rem;
  --space-6: 2rem;
  --space-8: 3rem;
  --space-10: 4rem;
  --space-12: 6rem;
  --space-16: 8rem;

  /* Layout */
  --container-max: 1280px;
  --radius-sm: 8px;
  --radius-md: 14px;
  --radius-lg: 24px;
  --radius-full: 999px;

  /* Shadows */
  --shadow-sm: 0 2px 8px rgba(20, 17, 15, 0.06);
  --shadow-md: 0 8px 30px rgba(20, 17, 15, 0.10);
  --shadow-lg: 0 20px 60px rgba(20, 17, 15, 0.14);

  /* Motion */
  --ease: cubic-bezier(0.16, 1, 0.3, 1);
  --duration: 0.35s;

  --header-height: 84px;
}
