*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; scroll-padding-top: 80px; overflow-x: clip; }
body { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; overflow-x: hidden; max-width: 100%; }
img, svg { display: block; max-width: 100%; }
input, textarea, button { font: inherit; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }
button { cursor: pointer; border: none; background: none; }

@media print {
  .nav, .cursor, .cursor-follower, .hero__glow, .marquee-wrap { display: none; }
  body { background: white; color: black; }
}
