/* ── map pin calibration ── */
#mapContainer {
  position: relative; width: 100%; overflow: hidden;
  background: #f9f8f5; border-radius: 8px;
  border: 1px solid var(--hairline); touch-action: manipulation;
  margin-bottom: 8px;
}
#mapImage { display: block; width: 100%; pointer-events: none; }
#mapCanvas { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
