/* TrockXBau — Spacing tokens. Base unit: 8px. */
:root {
  --space-xxs: 4px;
  --space-xs: 8px;
  --space-sm: 12px;
  --space-md: 16px;
  --space-lg: 24px;   /* card internal padding */
  --space-xl: 32px;
  --space-xxl: 48px;
  --space-section: 80px; /* every major editorial band */

  --container-max: 1440px;
}
