/* ── Reset & Normalize ───────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { font-size: 18px; line-height: 1.15; -webkit-text-size-adjust: 100%; tab-size: 4; }
body { min-height: 100vh; }
img, picture, video, canvas, svg { display: block; max-width: 100%; height: auto; }
input, button, textarea, select { font: inherit; }
p, h1, h2, h3, h4, h5, h6 { overflow-wrap: break-word; }
a { color: inherit; }
ul, ol { list-style: none; }
table { border-collapse: collapse; }
button { cursor: pointer; background: none; border: none; }
[hidden] { display: none !important; }
:focus { outline: none; }
:focus-visible { outline: 2px solid var(--color-accent); outline-offset: 3px; border-radius: 2px; }
