/* Decorative hero elements may extend beyond the viewport, but the page itself must never scroll sideways. */
html,
body {
  max-width: 100%;
  overflow-x: hidden;
}
