/* Cross-browser compatibility for the M12 pointer-depth motion. */
.m16-hero__lifestyle {
  transform: scale(1.04) translate3d(var(--m16-shift-x,0px),var(--m16-shift-y,0px),0);
}

/* Large Czech glyphs can visually overhang their line box in Chromium.
   Reserve a small optical gutter so the final character is never clipped. */
.m16-hero__copy { min-width: 0; overflow: visible; }
.m16-hero h1 {
  padding-right: .14em;
  margin-right: -.14em;
  overflow: visible;
}

@media (prefers-reduced-motion: reduce) {
  .m16-hero__lifestyle { transform: none !important; }
}
