/* Fusion Line shape. Multiple radii coexist by design , pills for actions, 18,20px for
   content cards, 22,24px for hero media and dark panels, 28px for the closing band,
   and near-square edges inside the document template. Do not normalise to one radius. */
:root{
  --radius-pill:999px;
  --radius-chip:14px;
  --radius-chip-sm:12px;
  --radius-integration:13px;
  --radius-card-sm:18px;
  --radius-card:20px;
  --radius-media:22px;
  --radius-panel:24px;
  --radius-band:28px;
  --radius-sheet:0 0 22px 22px;   /* mobile nav sheet */
  --radius-doc:2px;               /* document chips and rules stay square-ish */
  --radius-doc-card:0px;          /* document service cards are unrounded */

  --border-w-hairline:1px;
  --border-w-ghost:1.5px;         /* ghost button + orbit rings */
  --border-w-step:2px;            /* numbered step ring, check ring */
  --border-w-pain-top:4px;        /* pain card top rule */
  --border-w-measure-left:3px;    /* document measure list left rule */

  --seam-w-core:2.5px;
  --seam-w-halo:8px;
  --seam-w-bloom:20px;
  --seam-cap:round; /* @kind other */
  --rule-w:44px;                  /* the short teal rule above social headlines */
  --rule-h:4px;
}
