/* Shared header on every page. Keep geometry independent of page content. */
html { scrollbar-gutter: stable; }
.site-header { position: relative; top: 0; z-index: 100; background: #fff; border-bottom: 1px solid rgba(9,105,48,.08); box-shadow: none; backdrop-filter: none; }
.site-header .nav-wrap { position: relative; display: flex; align-items: center; width: min(1240px, calc(100% - 56px)); height: 102px; gap: 27px; margin-inline: auto; }
.site-header .brand { display: block; width: 215px; flex: 0 0 auto; }
.site-header .brand img { width: auto; height: auto; max-width: 100%; max-height: 94px; object-fit: contain; }
.site-header .main-nav { position: static; display: flex; flex-direction: row; align-items: center; gap: 25px; margin-left: 44px; padding: 0; max-height: none; overflow: visible; background: #fff; box-shadow: none; }
.site-header .main-nav a { position: relative; padding: 30px 0; font-size: 12px; font-weight: 700; white-space: nowrap; border: 0; }
.site-header .main-nav a:after { bottom: 23px; }
.site-header .main-nav a.active { color: #08752f; }
.site-header .nav-donate { display: inline-flex; flex: 0 0 auto; margin-left: auto; min-height: 42px; padding: 11px 19px; gap: 10px; font-size: 11px; font-weight: 800; color: #fff; background: linear-gradient(100deg,#138336,#076025); }
.site-header .nav-donate span { color: #f5b900; font-size: 19px; line-height: 1; }
.site-header .menu-toggle { display: none; }
.site-header :is(a,button):focus-visible { outline: 3px solid #f5b900; outline-offset: 5px; }
@media (max-width: 1150px) {
  .site-header .nav-wrap { gap: 18px; }
  .site-header .brand { width: 175px; }
  .site-header .main-nav { margin-left: auto; gap: 15px; }
  .site-header .main-nav a { font-size: 11px; }
}
@media (max-width: 900px) {
  .site-header .nav-wrap { height: 82px; }
  .site-header .brand img { max-height: 74px; }
  .site-header .menu-toggle { display: block; margin-left: auto; }
  .site-header .nav-donate { margin-left: 0; }
  .site-header .main-nav { position: absolute; left: -28px; right: -28px; top: 82px; flex-direction: column; align-items: stretch; gap: 0; max-height: 0; margin: 0; padding: 0 24px; overflow: hidden; }
  .site-header .main-nav.open { max-height: calc(100dvh - 82px); padding: 16px 24px 26px; overflow: auto; box-shadow: 0 18px 30px rgba(0,0,0,.11); }
  .site-header .main-nav a { padding: 13px 4px; font-size: 15px; border-bottom: 1px solid #edf0ed; }
  .site-header .main-nav a:after { display: none; }
}
@media (max-width: 580px) {
  .site-header .nav-wrap { width: calc(100% - 32px); height: 76px; gap: 10px; }
  .site-header .brand { width: 150px; }
  .site-header .brand img { max-height: 68px; }
  .site-header .nav-donate { padding: 8px 12px; min-height: 38px; font-size: 10px; }
  .site-header .main-nav { top: 76px; left: -16px; right: -16px; }
  .site-header .main-nav.open { max-height: calc(100dvh - 76px); }
  .site-header .menu-toggle { padding: 6px; }
}
@media (max-width: 350px) {
  .site-header .brand { width: 125px; }
  .site-header .nav-wrap { gap: 5px; }
}
