.site-header { position: sticky; z-index: 100; top: 0; background: #fff; border-bottom: 1px solid #e8e8e8; }
.header-accent { height: 4px; background: #fbf5fc; border-bottom: 1px solid #efdeef; }
.header-inner { width: min(calc(100% - 40px), 1170px); min-height: 108px; display: flex; align-items: center; gap: 42px; }
.brand { display: inline-flex; flex: 0 0 auto; align-items: center; text-decoration: none; }
.brand-logo { width: 108px; height: 58px; object-fit: contain; }
.primary-nav { align-self: stretch; margin-left: auto; }
.nav-menu { display: flex; height: 100%; align-items: stretch; gap: clamp(25px, 2.25vw, 40px); margin: 0; padding: 0; list-style: none; }
.nav-item { position: relative; display: flex; align-items: stretch; }
.nav-link { position: relative; display: flex; align-items: center; gap: 8px; color: #171717; font-size: 1rem; font-weight: 500; white-space: nowrap; text-decoration: none; transition: color .18s ease; }
.nav-link:hover, .nav-link[aria-current='page'] { color: #00bfae; }
.nav-link[aria-current='page']::after { content: ''; position: absolute; right: 0; bottom: 31px; left: 0; height: 1px; background: #00bfae; }
.nav-chevron { width: 7px; height: 7px; margin-top: -4px; border-right: 1.5px solid currentColor; border-bottom: 1.5px solid currentColor; transform: rotate(45deg); transition: transform .18s ease; }
.nav-dropdown { position: absolute; z-index: 5; top: calc(100% - 1px); left: -18px; width: 210px; margin: 0; padding: 0; border: 1px solid #e2e2e2; border-top: 2px solid #087ff5; background: #fff; box-shadow: 0 12px 28px rgb(24 63 95 / 12%); list-style: none; visibility: hidden; opacity: 0; transform: translateY(8px); transition: opacity .18s ease, transform .18s ease, visibility .18s; }
.nav-dropdown li + li { border-top: 1px solid #e4e4e4; }
.nav-dropdown a { display: block; padding: 13px 15px; color: #555; font-size: .9rem; font-weight: 400; line-height: 1.35; text-decoration: none; transition: color .18s ease, background .18s ease; }
.nav-dropdown a:hover, .nav-dropdown a[aria-current='page'] { background: #f5faff; color: #087ff5; }
.has-dropdown:hover .nav-dropdown, .has-dropdown:focus-within .nav-dropdown { visibility: visible; opacity: 1; transform: translateY(0); }
.has-dropdown:hover .nav-chevron, .has-dropdown:focus-within .nav-chevron { transform: translateY(4px) rotate(225deg); }
.nav-cta-item { align-items: center; margin-left: 138px; }
.nav-donate { display: inline-flex; min-height: 40px; align-items: center; gap: 7px; padding: 0 24px; border-radius: 3px; background: #087ff5; color: #fff; font-size: .94rem; font-weight: 400; text-decoration: none; transition: background .2s ease, transform .2s ease; }
.nav-donate:hover, .nav-donate[aria-current='page'] { background: #006bd7; color: #fff; transform: translateY(-1px); }
.nav-donate i { font-size: .9rem; }
.header-actions { display: none; align-items: center; margin-left: auto; }
.menu-toggle { display: none; border: 0; background: transparent; color: #087ff5; font: inherit; font-weight: 600; cursor: pointer; }
.menu-toggle__icon { display: grid; gap: 4px; width: 24px; }
.menu-toggle__icon i { display: block; height: 2px; background: currentColor; transition: .2s ease; }

@media (max-width: 1450px) {
	.nav-cta-item { margin-left: 40px; }
}
