/* Power Commerce spacing & layout tokens — 4px base */
:root {
  --space-1: 4px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-5: 24px;
  --space-6: 32px;
  --space-7: 40px;
  --space-8: 56px;
  --space-9: 72px;
  --space-10: 96px;

  --section-y: 96px;      /* vertical rhythm between site sections */
  --container: 1280px;    /* max content width */
  --gutter: 24px;
  --grid-gap: 24px;
}
