/* reset.css — minimal reset */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
img, video { max-width: 100%; display: block; }
button { cursor: pointer; font: inherit; }
a { color: inherit; }
ul { list-style: none; }
