/* ==========================================================================
   SPACING TOKENS — Grow Bridge Partners
   4px base unit, generous section rhythm for a marketing/advisory site.
   ========================================================================== */
:root {
  --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;

  /* Semantic spacing */
  --space-section-y: clamp(64px, 8vw, 128px);
  --space-container-x: clamp(20px, 5vw, 64px);
  --space-card-pad: 32px;
  --space-gap-cards: 24px;

  --container-max: 1200px;
  --container-narrow: 780px;
}
