/* Keeps the browser-selected <picture> source intact on small screens. */
@media (max-width: 760px) {
  .hero-art {
    content: normal !important;
  }

  .final-cta > img {
    content: url('/assets/backgrounds/final-cta-mobile.jpg?v=20260911-1558') !important;
  }
}
