:root{
/* Section padding — responsive clamps used throughout the source */
--space-section-y:clamp(64px,8vw,112px);
--space-section-x:clamp(20px,4vw,48px);
--space-section-y-tight:clamp(48px,6vw,72px);

--space-1:4px;
--space-2:8px;
--space-3:12px;
--space-4:16px;
--space-5:20px;
--space-6:24px;
--space-7:32px;
--space-8:40px;
--space-9:48px;

--content-max:1120px;
--content-narrow-max:900px;
--content-copy-max:68ch;
--modal-max:460px;
}
