/* ── Band 7 IELTS · Spacing scale ─────────────────────────────
   4px base rhythm. --space-section is the vertical gap between
   major hairline-separated sections. */
:root {
  --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-section: clamp(64px, 9vw, 112px); /* @kind spacing */
  --reading-column: 720px; /* @kind spacing */
  --content-max: 1080px; /* @kind spacing */
  --page-gutter: clamp(20px, 5vw, 40px); /* @kind spacing */
}
