/* Soft shape language — essentially nothing is a hard corner except the body grid.
   Every interactive element is rounded. */
:root{
  --radius-sm:8px;      /* buttons, inputs */
  --radius-md:14px;     /* cards, result panels */
  --radius-lg:20px;     /* larger surfaces, modals */
  --radius-xl:32px;     /* category / filter strips */
  --radius-full:9999px; /* pill search bar, chips, orbs, hearts */
}
