/* ── HP spacing — 8px base, 4px half-step. 80px section rhythm. */
:root {
  --space-xxs: 4px;
  --space-xs:  8px;
  --space-sm:  12px;
  --space-md:  16px;
  --space-lg:  20px;
  --space-xl:  24px;
  --space-xxl: 32px;
  --space-section: 80px;

  --container-max: 1366px;
  --gutter: 24px;          /* desktop column gutter */
  --gutter-mobile: 16px;
}
