/* NEON VOID — Spacing & layout tokens
 * 4px base unit. Tight, densely-packed rhythm with generous "stage" margins.
 */
:root {
  --space-unit: 4px;
  --space-1: 4px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-5: 20px;
  --space-6: 24px;   /* gutter */
  --space-8: 32px;
  --space-10: 40px;
  --space-12: 48px;
  --space-16: 64px;  /* desktop margin / "stage" */
  --space-20: 80px;
  --space-24: 96px;

  /* ---- Layout ---- */
  --gutter: 24px;
  --margin-mobile: 16px;
  --margin-desktop: 64px;
  --container-max: 1440px;
}
