/* ============================================================
   ECWE — SPACING & LAYOUT TOKENS
   Generous, calm rhythm. Lots of whitespace per the brief.
   8px base unit.
   ============================================================ */
:root {
  --space-0:  0;
  --space-1:  4px;
  --space-2:  8px;
  --space-3:  12px;
  --space-4:  16px;
  --space-5:  24px;
  --space-6:  32px;
  --space-7:  48px;
  --space-8:  64px;
  --space-9:  96px;
  --space-10: 128px;
  --space-11: 160px;

  /* Section padding (institutional pages breathe) */
  --section-pad-y: 96px;
  --section-pad-y-lg: 128px;

  /* Content widths */
  --content-narrow: 720px;  /* @kind other */
  --content-text:   860px; /* @kind other */
  --content-wide:   1160px; /* @kind other */
  --content-max:    1320px; /* @kind other */
  --gutter:         clamp(20px, 5vw, 64px); /* @kind spacing */
}
