/* Shared fixed channel map — muted for reading while scrolling. */
@media (min-width: 901px) {
  body {
    background-color: #f8fbff !important;
    /* A static white veil softens the raster; no expensive CSS filter/blur. */
    background-image:
      linear-gradient(rgba(248, 251, 255, .52), rgba(248, 251, 255, .52)),
      url("/lex-channel-map-static-v2.webp") !important;
    background-repeat: no-repeat, no-repeat !important;
    background-position: center center, center center !important;
    background-size: cover, 110% auto !important;
    background-attachment: fixed, fixed !important;
  }
}
