/* Big City Group — Radii, borders, shadows, motion
   Restrained, architectural: small radii, soft neutral shadows, calm easing. */
:root{
  --radius-none:0;
  --radius-xs:2px;
  --radius-sm:4px;
  --radius-md:8px;
  --radius-lg:14px;
  --radius-pill:999px;

  --border-thin:1px; /* @kind other */
  --border-med:1.5px; /* @kind other */

  /* Soft, cool-grey shadows (no color casts) */
  --shadow-sm:0 1px 2px rgba(27,28,30,.06);
  --shadow-md:0 4px 14px rgba(27,28,30,.08);
  --shadow-lg:0 18px 48px rgba(27,28,30,.12);
  --shadow-gold:0 8px 24px rgba(171,151,112,.28);

  /* Motion — quiet, confident, no bounce */
  --ease:cubic-bezier(.4,0,.2,1); /* @kind other */
  --ease-out:cubic-bezier(.2,.7,.2,1); /* @kind other */
  --dur-fast:120ms; /* @kind other */
  --dur:200ms; /* @kind other */
  --dur-slow:360ms; /* @kind other */
}
