:root{
--space-2xs:4px;
--space-xs:8px;
--space-sm:16px;
--space-md:24px;
--space-lg:40px;
--space-xl:64px;
--space-2xl:96px;
--space-3xl:128px;
--space-4xl:192px;

--space-section:160px;
--space-section-tight:112px;
--space-hero:min(18vh,200px);
--space-image-copy:64px;
--space-form-field:32px;
--space-gallery-gap:8px;
--space-stack-text:24px;
--space-rule:32px;
}
@media (max-width:1024px){:root{
--space-section:112px;--space-section-tight:80px;--space-image-copy:40px;
--space-4xl:128px;--space-3xl:96px;--space-2xl:72px;
}}
@media (max-width:640px){:root{
--space-section:80px;--space-section-tight:56px;--space-image-copy:28px;
--space-4xl:96px;--space-3xl:72px;--space-2xl:56px;--space-xl:40px;--space-lg:28px;
--space-form-field:24px;--space-gallery-gap:4px;
}}
