:root {
  /* Color — "Light Through Film" */
  --color-bg: #060607;
  --color-bg-elevated: #0d0d10;
  --color-glow-violet: #7c4dc4;
  --color-deep-amethyst: #2e1750;
  --color-gold: #d4af6a;
  --color-gold-dim: #a3854f;
  --color-text: #f2f0ec;
  --color-text-muted: #8f8c88;
  --color-border: #232228;
  --color-error: #c97361;

  /* Type */
  --font-display: 'Bodoni Moda', serif;
  --font-body: 'General Sans', -apple-system, BlinkMacSystemFont, sans-serif;
  --font-mono: 'IBM Plex Mono', ui-monospace, monospace;

  --type-hero: clamp(2.75rem, 7vw, 6.5rem);
  --type-h2: clamp(1.75rem, 3.5vw, 2.75rem);
  --type-body: 1.0625rem;
  --type-small: 0.8125rem;
  --type-eyebrow: 0.75rem;

  /* Spacing scale */
  --space-1: 0.5rem;
  --space-2: 1rem;
  --space-3: 1.5rem;
  --space-4: 2.5rem;
  --space-5: 4rem;
  --space-6: 6.5rem;
  --space-7: 10rem;

  /* Motion */
  --ease-fluid: cubic-bezier(0.16, 1, 0.3, 1);
  --duration-slow: 1.2s;
  --duration-medium: 0.6s;
  --duration-fast: 0.3s;

  --nav-height: 5.5rem;
  --container-max: 90rem;
  --container-pad: clamp(1.25rem, 4vw, 3.5rem);
}
