:root {
  --blue: #18181B;
  --blue-dark: #09090B;
  --gold: #fbb53b;
  --gold-dark: #ed9d12;
  --cream: #FFFFFF;
  --cream-dark: #F4F4F5;
  --page-bg: #FFFFFF;
  --text-primary: #18181B;
  --text-secondary: color-mix(in srgb, #18181B 72%, #71717A);
  --text-muted: #71717A;
  --font-heading: 'Inter', system-ui, -apple-system, sans-serif;
  --font-body: 'Inter', system-ui, -apple-system, sans-serif;
  --font-display: 'Inter', system-ui, -apple-system, sans-serif;
  --container-max: 1200px;
  --section-pad-y: clamp(3rem, 6vw, 6rem);
  --radius-lg: 8px;
  --radius-full: 8px;
  --brand-gradient: linear-gradient(120deg, #09090B 0%, #18181B 48%, #ed9d12 108%);
}