*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; background: var(--color-bg); color: var(--color-text); font-family: var(--font-ui); font-size: var(--text-base); line-height: 1.65; text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img, picture, svg { display: block; max-width: 100%; }
img { height: auto; }
a { color: inherit; text-underline-offset: 0.2em; text-decoration-color: rgba(231, 101, 33, 0.45); }
a:hover { text-decoration-color: currentColor; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--font-display); font-weight: 600; letter-spacing: 0; line-height: 1.02; text-wrap: balance; }
h1 { font-size: var(--heading-display); }
h2 { font-size: var(--heading-lg); }
h3 { font-family: var(--font-ui); font-size: var(--heading-sm); font-weight: 650; line-height: 1.18; }
p { max-width: 68ch; color: var(--color-text-muted); }
ul, ol { padding-left: 1.25rem; }
:focus-visible { outline: 3px solid var(--color-brand); outline-offset: 4px; }
::selection { background: rgba(231, 101, 33, 0.3); color: var(--color-text); }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: 12px; left: 12px; z-index: 2000; padding: 0.7rem 0.9rem; background: var(--color-dark); color: var(--color-white); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: 0.01ms !important; }
}

@media (max-width: 767px) {
  body { font-size: 1rem; line-height: 1.67; }
  h1 { font-size: clamp(2.6rem, 11.5vw, 3.2rem); line-height: 0.99; letter-spacing: -0.025em; }
  h2 { font-size: clamp(2.15rem, 9.5vw, 2.75rem); line-height: 1.04; }
  h3 { font-size: clamp(1.5rem, 6.5vw, 1.75rem); line-height: 1.15; }
  p { font-size: clamp(1rem, 4.2vw, 1.0625rem); }
}
