/* ============================================================
   MARKS METALL — SPACING & LAYOUT TOKENS
   4px base grid.
   ============================================================ */
:root {
  --space-0: 0;
  --space-1: 4px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-5: 20px;
  --space-6: 24px;
  --space-8: 32px;
  --space-10: 40px;
  --space-12: 48px;
  --space-16: 64px;
  --space-20: 80px;
  --space-24: 96px;
  --space-32: 128px;
  --space-40: 160px;

  /* Section rhythm */
  --section-y: 112px;      /* vertical padding of a full section */
  --section-y-sm: 72px;
  --gutter: 40px;          /* horizontal page gutter (desktop) */
  --gutter-sm: 20px;

  /* Containers */
  --container: 1280px;
  --container-wide: 1620px;
  --container-narrow: 880px;

  /* Component sizing */
  --control-h: 48px;       /* buttons / inputs */
  --control-h-sm: 38px;
  --control-h-lg: 56px;
}
