Full-viewport photography carries each section; the interface stays out of the way.
Navigate from parking spot to parking spot with the driver supervising.
Controls are deliberately understated — 4px rectangles at 40px, never pills. On-image legibility is solved with backdrop-filter: blur(16px) glass rather than scrims or cards. Motion is unusually slow: 0.33s on cubic-bezier(.5, 0, 0, .75), up to 0.5s on background-color, and even font and padding are animated so controls reflow smoothly. Full form-field states and focus rings were not captured.
Backdrop blur is the primary depth mechanism — blur(16px) for glass controls, with blur(4px) and blur(0px) as animated states. Hairlines are drawn as hard shadows rather than borders. Motion: 0.33s cubic-bezier(0.5, 0, 0, 0.75) as the house curve, 0.5s on background-color and colour, and a font 0.33s, padding 0.33s transition so controls reflow rather than jump. Retina assets swap at (min-resolution: 192dpi). No WebGL or canvas.