/* PROhome — brand imagery.
   Every file here is served from our own origin. Never point a background-image
   at a third-party host: that is a transfer of the visitor's IP before the page
   paints, and it is what CLAUDE.md §14 forbids. Sources are our own project
   renders from "brand guide and marketing/Websites/PROhome/". */
.c-home {
  --hero-img:   url("img/hero-900.webp");
  --panel-img:  url("img/panel-900.webp");
}
@media (min-width: 901px) {
  .c-home { --hero-img: url("img/hero-1600.webp"); }
}
