:root {
  --bg-deep: #0A0A0A;
  --bg-paper: #14110F;
  --bg-elevated: #1B1714;
  --bg-card: #221C18;

  --accent: #C9A961;
  --accent-warm: #E8C275;
  --accent-deep: #9C7B3F;

  --text-primary: #F5F0E6;
  --text-soft: #C8BFAF;
  --text-muted: #7A7266;
  --text-faint: #4A453E;

  --hairline: rgba(201, 169, 97, 0.18);
  --hairline-strong: rgba(201, 169, 97, 0.42);

  --display: 'Fraunces', 'Cormorant Garamond', Georgia, serif;
  --body: 'Manrope', system-ui, -apple-system, sans-serif;

  --space-1: 0.25rem;
  --space-2: 0.5rem;
  --space-3: 0.75rem;
  --space-4: 1rem;
  --space-6: 1.5rem;
  --space-8: 2rem;
  --space-12: 3rem;
  --space-16: 4rem;
  --space-24: 6rem;
  --space-32: 8rem;

  --radius-sm: 4px;
  --radius-md: 12px;
  --radius-lg: 24px;

  --max-w: 1320px;
  --gutter: clamp(1.25rem, 4vw, 3rem);

  --ease-out: cubic-bezier(0.22, 1, 0.36, 1);
  --ease-in-out: cubic-bezier(0.65, 0, 0.35, 1);
}

@media (prefers-reduced-motion: reduce) {
  * { animation-duration: 0.01ms !important; transition-duration: 0.01ms !important; }
}
