/* XMNIS Systems — Elevation. Precision brand prefers borders to blur;
   shadows are tight, cool, and low-spread. */
:root{
  --shadow-0:none;
  --shadow-1:0 1px 2px rgba(8,9,10,.06);
  --shadow-2:0 2px 8px rgba(8,9,10,.08),0 1px 2px rgba(8,9,10,.06);
  --shadow-3:0 8px 24px rgba(8,9,10,.10),0 2px 6px rgba(8,9,10,.06);
  --shadow-4:0 18px 48px rgba(8,9,10,.16),0 4px 12px rgba(8,9,10,.08);
  --shadow-focus:0 0 0 3px color-mix(in srgb, var(--orange) 35%, transparent);
}
