`<link rel="preload" as="image">` loads hero images before the HTML parse completes.
Important for LCP images embedded via CSS background — otherwise the browser discovers them late. Also works for responsive sets via `imagesrcset` and `imagesizes`.