/* Spacing — 8px base, with finer steps for tight UI. */

:root {
  --space-0: 0;
  --space-1: 3px;
  --space-2: 4px;
  --space-3: 6px;
  --space-4: 8px;
  --space-5: 10px;
  --space-6: 12px;
  --space-8: 16px;
  --space-10: 20px;
  --space-12: 24px;
  --space-15: 30px;
  --space-20: 40px;
  --space-24: 48px;
  --space-32: 64px;
  --space-40: 80px;
  --space-48: 96px;
  --space-60: 120px;

  /* Layout */
  --container-max: 1200px;
  --section-y: 96px;           /* default section vertical padding */
  --section-y-lg: 120px;       /* generous section spacing */
}
