/* === reset.css — Modern reset (Andy Bell inspired) === */

*, *::before, *::after { box-sizing: border-box; }

html { -webkit-text-size-adjust: 100%; text-size-adjust: 100%; }

body, h1, h2, h3, h4, h5, h6, p, figure, blockquote, dl, dd { margin: 0; }

ul[role="list"], ol[role="list"] { list-style: none; padding: 0; margin: 0; }

body {
  min-block-size: 100vh;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

h1, h2, h3, h4, h5, h6 { line-height: 1.15; text-wrap: balance; }
p { text-wrap: pretty; }

img, picture, video, canvas, svg {
  display: block;
  max-inline-size: 100%;
  block-size: auto;
}

input, button, textarea, select {
  font: inherit;
  color: inherit;
}

a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 3px; }

button { background: none; border: 0; cursor: pointer; padding: 0; }

table { border-collapse: collapse; }

:target { scroll-margin-block: 5ex; }

[hidden] { display: none !important; }
