:root {
  /* Colors — Premium Specialist Palette */
  --color-primary: #1a2f3a;          /* deep surgical navy/teal */
  --color-primary-light: #2c4a58;
  --color-bg: #faf8f4;                /* warm ivory */
  --color-bg-soft: #f2efe9;           /* stone/light grey-beige */
  --color-accent: #b8975f;            /* muted gold/champagne */
  --color-accent-light: #cdb384;
  --color-text: #2a2a28;              /* dark charcoal */
  --color-text-muted: #6b6862;
  --color-border: #e2ddd2;

  /* Typography */
  --font-heading: 'Cormorant Garamond', Georgia, serif;
  --font-body: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;

  /* Spacing */
  --space-sm: 0.75rem;
  --space-md: 1.5rem;
  --space-lg: 3rem;
  --space-xl: 6rem;

  /* Radius */
  --radius: 4px;
}