:root{
  /* 4px base, but the system leans on the big end: industrial whitespace. */
  --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:180px;
  --section-y:clamp(64px,9vw,160px); /* @kind spacing */
  --gutter:clamp(20px,4vw,64px); /* @kind spacing */
  --max-width:1600px;
  --measure:64ch;
  --grid-columns:12; /* @kind other */
  --grid-gap:clamp(16px,1.6vw,24px);
  --header-height:72px;
  --topbar-height:36px;
}
