/* FREE 90 — Spacing & layout tokens (4px base) */
: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;
  --space-32: 128px;
  --space-40: 160px;

  /* Layout */
  --container-max: 1200px;
  --container-wide: 1440px;
  --gutter: 24px;
  --section-pad-y: 112px; /* generous editorial vertical rhythm */

  /* Radii — architectural / restrained */
  --radius-none: 0;
  --radius-sm: 4px;
  --radius-md: 8px;   /* default control / card */
  --radius-lg: 14px;
  --radius-xl: 22px;  /* badge-shaped panels */
  --radius-pill: 999px;

  /* Borders */
  --border-hair: 1px;
  --border-thick: 2px;
  --rule-gold: 3px;   /* the gold accent rule under labels */
}
