/* Long image galleries should not become a single animated compositing layer
   on phones. This also covers the shell's scaled PC view on touch devices. */
@media(max-width:860px), (any-pointer:coarse){
 html,body{background:var(--bg)}
 html.cm,html.cm body{background:#e9e8e4}
 body{animation:none}
 body::before{content:none}
 .fade,.fade.vis{opacity:1;transform:none;transition:none}
 nav,html.cm nav{backdrop-filter:none;-webkit-backdrop-filter:none}
 nav{background:var(--bg)}
 html.cm nav{background:#e9e8e4}
}

/* The light detail theme must not override the active division label. */
html.cm nav.knov-nav a.nav-commercial.on{color:#fff}
