/* Minimal reset to remove cross-page variance */
*{box-sizing:border-box}
*::before,*::after{box-sizing:inherit}
html{line-height:1.5;-webkit-text-size-adjust:100%}
body{margin:0;font-family:system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;color:#121212;background:#fff}
img,svg,video,canvas{max-width:100%;height:auto;display:block}
figure{margin:0}
a{color:inherit;text-decoration:none}
button,input,select,textarea{font:inherit}
:focus-visible{outline:2px solid #2563eb;outline-offset:2px}
