/* ============================================================
   RADIUS — shape language per brand
     Root Life   — soft, organic, seed-like (larger radii)
     Native Praxis — editorial, sharper crops
     AI Labs     — modular panels, capsules, node forms
   Default (shared) leans Root Life warm.
   ============================================================ */

:root {
  /* Shared / Root Life default */
  --radius-sm:      8px;
  --radius-md:      16px;
  --radius-lg:      24px;
  --radius-feature: 40px;
  --radius-full:    999px;
}

.brand-root {
  --radius-sm:      8px;
  --radius-md:      16px;
  --radius-lg:      24px;
  --radius-feature: 40px;
  --radius-full:    999px;
}

.brand-praxis {
  --radius-sm:      2px;
  --radius-md:      8px;
  --radius-lg:      20px;
  --radius-feature: 20px;
  --radius-full:    999px;
}

.brand-ai {
  --radius-sm:      6px;
  --radius-md:      12px;
  --radius-lg:      20px;
  --radius-feature: 20px;
  --radius-full:    999px;
}
