*, *::before, *::after { box-sizing: border-box; }
html { max-width: 100%; overflow-x: clip; scroll-behavior: smooth; scroll-padding-top: 100px; }
body { margin: 0; min-width: 0; max-width: 100%; overflow-x: clip; font-family: var(--font-main); color: var(--color-text); background: var(--color-background); line-height: 1.6; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
h1, h2, h3, p, ul { margin-top: 0; }
h1, h2, h3 { line-height: 1.13; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
ul { padding: 0; list-style: none; }
:focus-visible { outline: 3px solid var(--color-secondary); outline-offset: 4px; }
::selection { color: #fff; background: var(--color-primary); }
[hidden] { display: none !important; }
[aria-disabled="true"] { cursor: not-allowed !important; opacity: .62; pointer-events: none; }
.skip-link { position: fixed; top: 12px; left: 12px; z-index: 9999; padding: 10px 16px; color: #fff; background: var(--color-primary-dark); border-radius: 8px; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
.noscript { position: fixed; inset: auto 0 0; z-index: 9999; padding: 12px; color: #fff; background: #9f2d20; text-align: center; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; } }
