/* The Continental Collective — Spacing, radius, layout tokens.
   Editorial, airy rhythm — sections breathe with large vertical padding. */
:root {
  /* ---- Spacing scale ---- */
  --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: 100px;  /* section vertical padding */

  /* ---- Radii — soft, never fully rounded except pills/avatars ---- */
  --radius-sm: 4px;
  --radius-md: 6px;
  --radius-lg: 8px;    /* cards, swatches */
  --radius-pill: 999px;
  --radius-circle: 50%;

  /* ---- Layout ---- */
  --container-max: 1200px;
  --container-narrow: 700px;
  --section-pad-y: 100px;
  --section-pad-x: 80px;
}
