/* ==========================================================================
   PAGES · MAP (map#index, "/") — page-layout furniture for the world-map front
   door. Component identity lives in _masthead/_figure/_chip and the lens views
   in _selector/_rack; this layer only sizes the SVG plate.
   Token-only — no raw colour below 01-settings.
   ========================================================================== */

/* The injected SVG is set to width/height:100% by the controller; give it a
   box to fill, grounded on warm paper, never white. */
.world-map-container {
  inline-size: 100%;
  aspect-ratio: 16 / 9;
  background: var(--surface);
}
