/* ===========================================================================
   TRUCK MELANOMA X DIRT LEGAL -- hero only
   ---------------------------------------------------------------------------
   GENERATED by build-partner-pages.js. Loaded AFTER finder-styles-racing.css,
   which supplies the entire dark racing skin unchanged. The only thing that
   differs between DL partner pages is which photo is behind the headline, so
   that is the only thing in this file.

   The ?v= below MUST stay byte-identical to the <link rel="preload"> in
   partner/truck-melanoma.html, or the browser treats them as two URLs and fetches
   the hero twice, defeating the preload.

   !! THE PATH HERE IS './', NOT '../', EVEN THOUGH THE PAGE IS IN partner/.
   A url() inside a stylesheet resolves against THE STYLESHEET'S location, not
   the page that loaded it. This file stays at docs/finder/, so './assets/...'
   is correct and '../assets/...' would resolve to docs/assets/ and 404 --
   a silent blank hero. The page's <link rel="preload"> DOES use '../' because
   that one resolves against the page. Both land on /assets/..., which is why
   the preload still matches.
   =========================================================================== */
.rc-hero{
  background:#000 url('./assets/truck-melanoma/hero-truck.jpg?v=20260813-partners-v1') center 45% / cover no-repeat;
}
body.rc-quiz-active .rc-hero{ background-position:center 57% }
