:root{
  /* 8px base */
  --space-1:4px; --space-2:8px; --space-3:12px; --space-4:16px; --space-5:24px;
  --space-6:32px; --space-7:40px; --space-8:48px; --space-9:64px; --space-10:80px;
  --space-11:96px; --space-12:120px; --space-14:160px; --space-16:200px;
  /* Layout */
  --section-y:clamp(96px,12vw,160px); /* @kind spacing */
  --section-y-tight:clamp(64px,8vw,96px); /* @kind spacing */
  --container-max:1320px;                  /* 12-col grid outer width */
  --container-pad:clamp(24px,5vw,64px);    /* page gutter */
  --grid-gap:clamp(16px,2.5vw,32px);       /* 12-col gutter */
  /* Image ratios */
  --ratio-cinema:21/9; /* @kind other */
  --ratio-landscape:3/2; /* @kind other */
  --ratio-portrait:4/5; /* @kind other */
  --ratio-square:1/1; /* @kind other */
}
