/* KlensClock home reach map — decorative band, fixed dark-navy (not theme-following)
   so every visitor sees the same premium look, matching the brand navy + the kiosk mockup.
   External stylesheet (not inline) to satisfy the site CSP style-src 'self'. */
.kc-mapband{padding:22px 0 6px}
.kc-reachmap{position:relative;overflow:hidden;border-radius:16px;
  background:linear-gradient(180deg,#0e1f3c,#091323);
  box-shadow:0 12px 44px rgba(0,0,0,.38)}
.kc-reachmap canvas{display:block;width:100%;height:auto}
