: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:180px;
--space-12:240px;

/* Layout — strict 12-column editorial grid */
--content-max:1440px;
--measure-max:66ch;
--grid-columns:12; /* @kind other */
--grid-gutter:24px;
--grid-gutter-wide:32px;
--page-margin:clamp(20px,5vw,80px);
--section-gap:var(--space-10);
--section-gap-tight:var(--space-9);
--rule-weight:1px;
}
