/* ── Spacing & layout ────────────────────────────────────────────────
   8px base rhythm. Section padding 120px desktop / 64px mobile.
   12-column grid, max content width 1200px. */
:root {
  --space-1: 4px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-5: 24px;
  --space-6: 32px;
  --space-7: 48px;
  --space-8: 64px;
  --space-9: 96px;
  --space-10: 120px;   /* section padding desktop */

  --container-max: 1200px;
  --gutter: 24px;      /* 12-col grid gutter */
  --section-pad-y: 120px;
  --section-pad-y-mobile: 64px;
}
