/* ============================================================
   ECHTE STARS — Spacing scale
   Layout is generous: wide section padding, 1440px max canvas with a
   ~90px page gutter (matches the CI-Book left margin of 89.455px).
   ============================================================ */

:root {
  --space-1: 4px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-5: 24px;
  --space-6: 32px;
  --space-7: 40px;
  --space-8: 48px;
  --space-9: 64px;
  --space-10: 80px;
  --space-11: 100px;
  --space-12: 120px;

  --page-max: 1440px; /* @kind spacing */
  --page-gutter: 90px;    /* ~89.455px in source */
  --content-max: 1260px;  /* inner content column */

  --section-y: 100px;     /* vertical rhythm between page sections */
}
