Description Add scripts/build-map.mjs, which fetches a public-domain world atlas, projects Norway (and its neighbours, for context) with d3-geo, and writes the result as a plain SVG path string to a committed src/data/norwayPath.ts. d3-geo/topojson-client are dev-only dependencies. Rationale Doing this at runtime would mean shipping ~90KB of mapping libraries to draw one shape that never changes. Generating it once, offline, and committing the output keeps the production bundle small while still giving us real, correctly-projected geometry.