/* ==========================================================================
   RADIUS & SHAPE TOKENS — Grow Bridge Partners
   Source: logo lockup badges use large "squircle" rounding; the color
   palette specimens in the manual are drawn as full capsules/pills.
   The brand's shape language is soft and rounded, never sharp, never
   fully circular except for pill/capsule elements.
   ========================================================================== */
:root {
  --radius-sm: 8px;
  --radius-md: 14px;
  --radius-lg: 20px;
  --radius-xl: 28px;    /* logo badge / feature-card corner, per manual lockups */
  --radius-pill: 999px; /* capsule swatches, buttons, tags */
}
