:root {
  --color-primary: #1a2e40;
  --color-primary-ink: #111111;
  --color-accent: #d9a05b;
  --color-background: #fcfbfa;
  --color-surface: #ffffff;
  --color-surface-muted: #f7f3f8;
  --color-border: rgba(26, 46, 64, 0.12);
  --color-text: #131313;
  --color-text-muted: #5f6670;
  --color-brand: #af6cb7;
  --color-brand-deep: #8f5197;
  --color-brand-soft: #ead9ed;
  --color-forest: #304d47;
  --color-shadow: rgba(17, 17, 17, 0.08);
  --color-shadow-strong: rgba(17, 17, 17, 0.14);

  --font-heading: "Playfair Display", Georgia, serif;
  --font-body: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;

  --max-width: 1200px;
  --anchor-offset: 6.5rem;

  --radius-sm: 0.875rem;
  --radius-md: 1.25rem;
  --radius-lg: 1.75rem;
  --radius-pill: 999px;

  --space-2xs: 0.375rem;
  --space-xs: 0.5rem;
  --space-sm: 0.75rem;
  --space-md: 1rem;
  --space-lg: 1.5rem;
  --space-xl: 2rem;
  --space-2xl: 3rem;
  --space-3xl: 4.5rem;
  --space-4xl: 6rem;

  --text-xs: 0.8125rem;
  --text-sm: 0.9375rem;
  --text-base: 1rem;
  --text-lg: 1.125rem;
  --text-xl: 1.375rem;
  --text-2xl: clamp(2.1rem, 4vw, 3rem);
  --text-hero: clamp(2.9rem, 6vw, 5.25rem);

  --shadow-sm: 0 10px 30px var(--color-shadow);
  --shadow-md: 0 20px 46px var(--color-shadow);

  --transition-base: 180ms ease;
  --transition-slow: 260ms ease;
}
