:root{
--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:192px;--space-12:256px;
/* page rhythm */
--gutter:clamp(20px,4vw,64px);/* @kind other */--section-gap:clamp(96px,14vw,224px);/* @kind other */--block-gap:clamp(40px,5vw,80px);/* @kind other */--stack-gap:var(--space-5);/* @kind other */
--measure-narrow:34ch;/* @kind other */--measure:58ch;/* @kind other */--measure-wide:72ch;/* @kind other */--container:1440px;/* @kind other */--container-narrow:960px;
/* radii — deliberately restrained */
--radius-0:0;--radius-1:2px;--radius-2:4px;--radius-3:8px;--radius-pill:999px;--radius-media:4px;
/* borders */
--border-hairline:1px solid var(--line);/* @kind other */--border-strong:1px solid var(--line-strong);
/* grid */
--grid-cols:12;/* @kind other */--grid-gap:var(--space-5);/* @kind other */
}
