/* Critical visual hardening from the July 13 audit.
   Loaded after the bundled styles so the 1024px quest layout remains bounded. */

@media (max-width: 1100px) and (min-width: 861px) {
  .quest-panel {
    grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr);
  }

  .quest-image,
  .quest-copy {
    min-width: 0;
  }
}
