/* PROarchidex — brand imagery (own origin only, see PROhome's note). */
.c-archidex {
  --hero-img:   url("img/hero-900.webp");
  --panel-img:  url("img/panel-900.webp");
}
@media (min-width: 901px) {
  .c-archidex { --hero-img: url("img/hero-1600.webp"); }
}
