html { font-size: 16px; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
body { font-family: Inter, ui-sans-serif, system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial; line-height: 1.5; color: #0f172a; }
img, picture, video { max-width: 100%; height: auto; display: block; object-fit: cover; }
.container { max-width: 1200px; }
:focus { outline: none; }
.focus-outline:focus { outline: 3px solid rgba(18,163,90,0.22); outline-offset: 3px; }
button:disabled, [disabled] { opacity: 0.6; cursor: not-allowed; transform: none; }
input, textarea, select { font-size: 1rem; }
input::placeholder, textarea::placeholder { color: rgba(15,23,42,0.45); }
#mobileMenu { display: none; }
body.menu-open { overflow: hidden; }
#mobileMenu.show { display: block; }
#menuOverlay { opacity: 0; transition: opacity 300ms ease; }
#mobileMenu.show #menuOverlay { opacity: 1; }
#mobileMenu nav { transform: translateY(12px); opacity: 0; transition: transform 360ms cubic-bezier(.2,.9,.2,1), opacity 320ms ease; }
#mobileMenu.show nav { transform: translateY(0); opacity: 1; }
.cookie-hidden { transform: translateY(12px); opacity: 0; pointer-events: none; transition: transform 260ms ease, opacity 260ms ease; }
#cookie { transition: transform 260ms ease, opacity 260ms ease; }
@media (max-width: 767px) {
  header { border-radius: 12px; }
  .container { padding-left: 1rem; padding-right: 1rem; }
  #cookie { right: 1rem; left: auto; width: calc(100% - 2rem); max-width: 420px; }
}
@media (prefers-reduced-motion: reduce) {
  * { animation-duration: 0.001ms !important; animation-iteration-count: 1 !important; transition-duration: 0.001ms !important; }
}
.sr-only { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0,0,0,0) !important; white-space: nowrap !important; border: 0 !important; }
.card-hover { transition: transform 200ms ease, box-shadow 200ms ease; }
.card-hover:hover, .card-hover:focus-within { transform: translateY(-6px); }
.rounded-2xl { border-radius: 16px; }
.rounded-xl { border-radius: 12px; }
.shadow-md { box-shadow: 0 6px 18px rgba(9,30,15,0.06); }
.shadow-lg { box-shadow: 0 12px 30px rgba(9,30,15,0.08); }
.text-brand-900 { color: #052e14; }
.text-brand-800 { color: #0b6623; }
.bg-brand-900 { background-color: #052e14; }
.bg-brand-800 { background-color: #0b6623; }
.bg-brand-gradient { background-image: linear-gradient(90deg, #12a35a 0%, #0f7a2c 100%); }
.button-focus-ring:focus { box-shadow: 0 0 0 6px rgba(18,163,90,0.12); }
.footer-link:focus { outline: 3px solid rgba(11,102,35,0.12); outline-offset: 3px; }
