:root {
  --bg-primary: #0d0d0d;
  --bg-secondary: #1a1a1a;
  --bg-elevated: #242424;
  --text-primary: #faf8f5;
  --text-secondary: #b8b0a8;
  --text-muted: #6e6560;
  --accent: #c8a951;
  --accent-hover: #d4ba6a;
  --accent-subtle: rgba(200, 169, 81, 0.12);
  --surface-glass: rgba(255, 255, 255, 0.04);
  --divider: rgba(200, 169, 81, 0.15);
  --error: #cf6679;

  --font-serif: "Playfair Display", Georgia, serif;
  --font-sans: "Inter", -apple-system, system-ui, sans-serif;

  --fs-display: clamp(2.5rem, 5vw, 4rem);
  --fs-h2: clamp(1.75rem, 3vw, 2.25rem);
  --fs-h3: clamp(1.125rem, 2vw, 1.25rem);
  --fs-body: clamp(0.9375rem, 1.5vw, 1rem);
  --fs-caption: 0.8125rem;
  --fs-button: 0.9375rem;
  --fs-nav: 0.875rem;
  --fs-pull-quote: clamp(1.25rem, 2.5vw, 1.5rem);

  --lh-display: 1.1;
  --lh-heading: 1.3;
  --lh-body: 1.65;
  --lh-caption: 1.4;

  --space-4: 0.25rem;
  --space-8: 0.5rem;
  --space-12: 0.75rem;
  --space-16: 1rem;
  --space-24: 1.5rem;
  --space-32: 2rem;
  --space-48: 3rem;
  --space-64: 4rem;
  --space-80: 5rem;
  --space-100: 6.25rem;
  --space-120: 7.5rem;

  --container-max: 1200px;
  --container-narrow: 800px;
  --container-padding: var(--space-24);

  --radius-sm: 4px;
  --radius-md: 8px;
  --radius-lg: 16px;
  --radius-pill: 100px;

  --shadow-card: 0 2px 12px rgba(0, 0, 0, 0.3);
  --shadow-elevated: 0 8px 32px rgba(0, 0, 0, 0.4);

  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
  --duration-fast: 150ms;
  --duration-normal: 300ms;
  --duration-slow: 500ms;
}
