:root {
  /* ---- Spacing scale (px) — 4pt base ---------------------------------- */
  --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: 128px;

  /* ---- Layout --------------------------------------------------------- */
  --content-max: 980px;    /* Apple's classic content column */
  --content-wide: 1200px;
  --gutter: 22px;          /* page side padding (mobile) */
  --gutter-lg: 24px;
  --section-y: 120px;       /* vertical rhythm between sections */
  --nav-height: 48px;
}
