/* Zest Canberra motion - companion to zest-motion.js */
.zm-word{display:inline-block;will-change:transform,opacity}
.hero__title .hero-word{will-change:clip-path}
.zm-parallax-frame{overflow:hidden}
.zm-parallax-frame img{will-change:transform}
@media (prefers-reduced-motion: reduce){
  .zm-word,.hero__title .hero-word,.zm-parallax-frame img{will-change:auto}
}

/* Mobile menu: without JS (or with reduced motion) the closed panel must also be hidden from focus. */
html:not(.zm-js) .menu-canvas:not(.brx-open) .menu-canvas__panel{visibility:hidden}
html:not(.zm-js) .menu-canvas.brx-open .menu-canvas__panel{visibility:visible}
