/* ── Minimal reset ─────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
img, video { max-width: 100%; display: block; }
button { cursor: pointer; background: none; border: none; font: inherit; }
ul, ol { list-style: none; }
