/* landing-idle.v1.css -- with landing-idle.v1.js: every CSS animation inside
 * a section that is off screen (data-idle) rests until the section is back.
 * Paused, not cancelled: it resumes where it stopped. Served max-age=604800:
 * never edit in place, ship a new name. */
[data-idle], [data-idle] * { animation-play-state: paused !important; }
