:root{
  --space-1:4px;
  --space-2:8px;
  --space-3:12px;   /* card-row gap on staging */
  --space-4:16px;
  --space-5:20px;
  --space-6:24px;
  --space-8:32px;   /* card padding */
  --space-10:40px;  /* inner gutter */
  --space-14:56px;
  --space-18:70px;  /* tight section */
  --space-20:80px;
  --space-24:96px;
  --space-28:110px; /* standard section */
  --space-40:160px;

  --section-y:110px;
  --section-y-tight:70px;
  --gutter:40px;
  --card-padding:32px;
  --card-row-gap:12px;
}
