/* ============================================================
   AYURVIKA — RADIUS  (organic, generously rounded shapes)
   ============================================================ */
:root {
  --r-xs:   6px;
  --r-sm:   10px;
  --r-md:   16px;    /* inputs, chips */
  --r-lg:   22px;    /* default card radius */
  --r-xl:   30px;    /* large feature cards / hero media */
  --r-2xl:  44px;    /* big organic panels */
  --r-pill: 999px;   /* buttons, badges, pills */
  --r-full: 9999px;  /* circular */

  /* organic blob radii for botanical panels */
  --blob-1: 62% 38% 46% 54% / 55% 48% 52% 45%; /* @kind other */
  --blob-2: 42% 58% 60% 40% / 45% 50% 50% 55%; /* @kind other */
}
