/* Visual demo: maintain the editorial composition instead of enlarging it indefinitely. */
@media (min-width: 2100px) {
  .image-hero,
  .editorial-intro,
  .feature-pair,
  .services-band,
  .home-gallery,
  .dark-callout,
  .page-hero {
    width: min(100%, 1920px);
    margin-inline: auto;
  }
}
