/* AURA Zuid — Spacing tokens
   The reference build is section-driven: huge vertical rhythm between full-bleed
   sections (140px), a single horizontal gutter (32px) on mobile, generous internal
   gaps in grids (40–88px). There is no small 4px-grid micro-spacing — this is an
   editorial, large-format layout system. */

:root {
  --space-1: 8px;
  --space-2: 12px;
  --space-3: 16px;
  --space-4: 20px;
  --space-5: 24px;
  --space-6: 32px;   /* standard side gutter */
  --space-7: 40px;
  --space-8: 56px;
  --space-9: 72px;
  --space-10: 88px;
  --space-11: 100px;
  --space-12: 120px;
  --space-13: 140px;  /* section vertical padding */

  --gutter-page: var(--space-6);
  --section-padding-y: var(--space-13);
  --max-width-content: 1100px;
  --max-width-narrow: 620px;
  --max-width-copy: 560px;
}
