/* ── Peapod spacing ── 4px base, generous editorial whitespace ── */
:root {
  --space-0: 0;
  --space-1: 4px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-5: 20px;
  --space-6: 24px;
  --space-8: 32px;
  --space-10: 40px;
  --space-12: 48px;
  --space-16: 64px;
  --space-20: 80px;
  --space-24: 96px;

  /* Field / control internal padding */
  --pad-field-y: 12px;
  --pad-field-x: 16px;
  --pad-card: 20px;
  --pad-card-lg: 28px;

  /* Layout */
  --gutter: 32px;         /* column gap in multi-column views */
  --page-margin: 40px;
  --max-content: 1360px;
}
