/* Upskill Health — Spacing & layout
   Generous whitespace; let single statistics breathe. 4px base grid. */

: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;

  /* Section rhythm — alternating impact/reading bands */
  --section-y: clamp(64px, 9vw, 128px); /* @kind spacing */
  --section-y-tight: clamp(48px, 6vw, 88px); /* @kind spacing */

  /* Layout */
  --container: 1200px;
  --container-narrow: 760px;  /* editorial reading measure */
  --gutter: clamp(20px, 5vw, 64px); /* @kind spacing */
}
