/* ===========================================================================
   MightyMax — Spacing & Layout
   4px base grid. Generous — whitespace equals confidence.
   =========================================================================== */
:root {
  --space-0:  0px;
  --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;

  /* Section rhythm — "one thought per scroll" needs big vertical breathing room */
  --section-y: 120px;
  --section-y-tight: 80px;

  /* Content widths */
  --container:    1200px;
  --container-sm: 720px;
  --measure:      66ch;   /* readable paragraph width */

  /* Common component gaps */
  --gap-inline: 12px;
  --gap-stack:  16px;
  --gap-cards:  24px;
}
