/* === CSS Reset === */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; text-rendering: optimizeLegibility; }
body { min-height: 100vh; line-height: 1.7; }
:focus-visible { outline: 2px solid var(--accent-gold); outline-offset: 3px; border-radius: 3px; }
img, video { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; color: inherit; }
ul, ol { list-style: none; }
button { cursor: pointer; border: none; background: none; font: inherit; }
input, textarea, select { font: inherit; border: none; outline: none; }
h1, h2, h3, h4, h5, h6 { font-weight: normal; line-height: 1.2; }
