/* Shared navigation: deliberately independent of the compiled page themes. */
.na-header {
  --na-emerald: #006948;
  --na-navy: #122e35;
  --na-muted: #53665e;
  --na-line: #dfe9e3;
  --na-wash: #f3f7f3;
  color: var(--na-navy);
  isolation: isolate;
}
.na-header *, .na-header *::before, .na-header *::after { box-sizing: border-box; }
.site-header.na-header a { white-space: normal; text-decoration: none; }
.na-header button { font: inherit; cursor: pointer; }
.na-header a, .na-header button, .na-header summary { -webkit-tap-highlight-color: transparent; }
.na-header :is(a, button, summary):focus-visible { outline: 3px solid #00855d; outline-offset: 3px; }
.na-header [x-cloak] { display: none !important; }
.na-header-row { display: flex; align-items: center; justify-content: space-between; gap: 20px; min-height: 88px; }
.na-logo { flex: 0 0 auto; display: inline-flex; border-radius: 6px; }
.na-logo img { display: block; width: 208px; height: auto; }
.na-desktop-nav { display: flex; align-items: center; gap: 2px; }
.na-nav-link { display: inline-flex; align-items: center; justify-content: center; gap: 5px; border: 0; padding: 12px 10px; border-radius: 9px; background: transparent; color: var(--na-navy); font-size: 13px !important; font-weight: 700 !important; line-height: 1.4; }
.na-nav-link:hover, .na-nav-link[aria-current], .na-nav-link[aria-expanded="true"], .na-section-current { color: var(--na-emerald); background: #eaf4ed; }
.na-icon { display: block; flex: 0 0 auto; width: 22px; height: 22px; }
.na-chevron { width: 16px; height: 16px; transition: transform .18s ease; }
.na-trigger[aria-expanded="true"] .na-chevron { transform: rotate(180deg); }
.na-audit-button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 46px; padding: 13px 17px; border: 1px solid var(--na-emerald); border-radius: 10px; background: var(--na-emerald); color: #fff; font-size: 12px; font-weight: 800; line-height: 1.4; box-shadow: 0 3px 8px rgb(0 70 45 / 9%); }
.na-audit-button:hover { background: #005338; border-color: #005338; }
.na-desktop-audit { flex: 0 0 auto; }
.na-dropdown { position: absolute; top: calc(100% - 1px); left: 0; right: 0; margin-inline: auto; width: min(1240px, calc(100vw - 48px)); max-height: calc(100vh - 108px); max-height: calc(100dvh - 108px); overflow-y: auto; overscroll-behavior: contain; border: 1px solid var(--na-line); border-radius: 0 0 22px 22px; background: #fdfefb; box-shadow: 0 22px 48px -16px rgb(18 46 53 / 25%), 0 3px 8px rgb(18 46 53 / 4%); }
.na-services-layout { display: grid; grid-template-columns: 250px minmax(0, 1fr); }
.na-panel-intro { margin: 16px 0 16px 16px; padding: 27px 24px; border-radius: 14px; color: #fff; background: radial-gradient(ellipse at bottom left, #23564d, transparent 80%), var(--na-navy); }
.na-eyebrow { display: block; color: var(--na-emerald); font-size: 10px; font-weight: 800; text-transform: uppercase; line-height: 1.6; letter-spacing: .13em; }
.na-panel-intro .na-eyebrow { color: #b5e3c7; }
.na-panel-intro h2 { margin: 21px 0 15px; font-size: 25px; font-weight: 700; line-height: 1.28; letter-spacing: -.045em; }
.na-panel-intro p { margin: 0; color: #d5e5dc; font-size: 12px; line-height: 1.85; }
.na-intro-link { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-top: 26px; padding: 12px 13px; border-radius: 8px; background: #e8f3e7; color: #164b36; font-size: 11px; font-weight: 800; }
.na-intro-link:hover { background: #fff; }
.na-intro-link .na-icon { width: 17px; height: 17px; }
.na-intro-audit { display: block; margin-top: 19px; color: #d5e5dc; font-size: 10px; line-height: 1.6; }
.na-intro-audit:hover { color: #fff; text-decoration: underline !important; text-underline-offset: 4px; }
.na-service-columns { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 13px; padding: 28px 22px 22px; }
.na-service-group { min-width: 0; }
.na-group-heading { display: flex; align-items: center; gap: 10px; margin: 0 7px 13px; padding-bottom: 16px; border-bottom: 1px solid var(--na-line); }
.na-group-icon { display: grid; place-items: center; width: 33px; height: 36px; flex: 0 0 auto; color: var(--na-emerald); }
.na-group-heading h3 { margin: 0 0 3px; color: var(--na-navy); font-size: 13px; font-weight: 800; line-height: 1.4; }
.na-group-heading p { margin: 0; color: var(--na-muted); font-size: 10px; line-height: 1.5; }
.na-link-list, .na-industry-grid, .na-mobile-industries { list-style: none; margin: 0; padding: 0; }
.na-link-list li + li { margin-top: 2px; }
.na-service-link { display: block; padding: 10px; border-radius: 9px; transition: background-color .15s ease; }
.na-link-title { display: block; color: var(--na-navy); font-size: 12px; font-weight: 800; line-height: 1.5; }
.na-link-description { display: block; margin-top: 4px; color: var(--na-muted); font-size: 10px; line-height: 1.65; }
.na-service-link:hover, .na-service-link[aria-current], .na-industry-card:hover, .na-industry-card[aria-current] { background: #eaf4ed; }
.na-service-link:hover .na-link-title, .na-service-link[aria-current] .na-link-title, .na-industry-card:hover .na-link-title { color: var(--na-emerald); }
.na-panel-footer { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 16px 27px; border-top: 1px solid var(--na-line); background: var(--na-wash); color: var(--na-muted); font-size: 10px; line-height: 1.5; }
.na-panel-footer a, .na-text-link { display: inline-flex; align-items: center; gap: 9px; color: var(--na-emerald); font-size: 11px; font-weight: 800; line-height: 1.5; }
.na-panel-footer a:hover, .na-text-link:hover { text-decoration: underline !important; text-underline-offset: 4px; }
.na-panel-footer .na-icon, .na-text-link .na-icon { width: 17px; height: 17px; }
.na-industries-dropdown { width: min(1100px, calc(100vw - 48px)); }
.na-industries-heading { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 28px 29px 22px; }
.na-industries-heading h2 { margin: 7px 0 0; color: var(--na-navy); font-size: 22px; font-weight: 700; letter-spacing: -.04em; line-height: 1.4; }
.na-industry-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; padding: 0 26px 28px; }
.na-industry-grid li { display: flex; min-width: 0; }
.na-industry-card { display: flex; flex-direction: column; align-items: flex-start; width: 100%; padding: 20px; border: 1px solid var(--na-line); border-radius: 13px; background: #fff; transition: background-color .15s ease, border-color .15s ease; }
.na-industry-card:hover { border-color: #b7d6c4; }
.na-industry-icon { display: grid; place-items: center; width: 43px; height: 43px; margin-bottom: 19px; border-radius: 12px; background: #edf4e9; color: var(--na-emerald); }
.na-industry-grid li:nth-child(2) .na-industry-icon { background: #e9f2f0; }
.na-industry-grid li:nth-child(3) .na-industry-icon { background: #f7eee7; color: #855844; }
.na-industry-grid li:nth-child(4) .na-industry-icon { background: #eef0f9; color: #526581; }
.na-industry-copy { display: block; flex: 1; }
.na-industry-card .na-link-title { font-size: 13px; }
.na-industry-card .na-link-description { margin-top: 8px; font-size: 11px; line-height: 1.7; }
.na-card-arrow { width: 18px; height: 18px; margin-top: 20px; color: var(--na-emerald); }
.na-mobile-toggle, .na-mobile-nav { display: none; }
.na-nojs-nav { display: flex; flex-wrap: wrap; gap: 16px; padding-block: 12px 20px; font-size: 13px; }
.na-nojs-nav a, .na-nojs-nav summary { padding: 7px; color: var(--na-emerald); }
.na-nojs-nav details div { display: flex; flex-direction: column; max-height: 55vh; overflow-y: auto; }
@media (max-width: 1199px) and (min-width: 1100px) {
  .na-header-row { gap: 12px; }
  .na-logo img { width: 184px; }
  .na-nav-link { padding-inline: 8px; }
  .na-audit-button { padding-inline: 12px; }
  .na-services-layout { grid-template-columns: 220px minmax(0, 1fr); }
  .na-service-columns { gap: 5px; padding-inline: 15px; }
}
@media (max-width: 1099px) {
  .na-header-row { min-height: 76px; gap: 14px; }
  .na-logo img { width: 192px; max-width: 58vw; }
  .na-desktop-nav, .na-desktop-audit { display: none; }
  .na-mobile-toggle { display: inline-flex; align-items: center; justify-content: center; width: 44px; height: 44px; flex: 0 0 auto; border: 1px solid #d4e3d8; border-radius: 11px; background: #f5f8f3; color: var(--na-emerald); }
  .na-mobile-toggle:hover { background: #eaf4ed; }
  .na-mobile-nav { display: block; position: absolute; top: 100%; left: 0; right: 0; max-height: calc(100vh - 76px); max-height: calc(100dvh - 76px); overflow-y: auto; overscroll-behavior: contain; background: #fdfefb; border-top: 1px solid var(--na-line); border-bottom: 1px solid var(--na-line); border-radius: 0 0 18px 18px; box-shadow: 0 20px 35px -15px rgb(18 46 53 / 20%); }
  .na-mobile-inner { max-width: 620px; margin-inline: auto; padding: 12px 20px max(22px, env(safe-area-inset-bottom)); }
  .na-mobile-link { display: flex; align-items: center; justify-content: space-between; width: 100%; min-height: 51px; padding: 14px 10px; border: 0; border-bottom: 1px solid var(--na-line); border-radius: 0; background: transparent; color: var(--na-navy); font-size: 14px !important; font-weight: 700 !important; text-align: left; line-height: 1.5; }
  .na-mobile-link:hover, .na-mobile-link[aria-current], .na-mobile-link[aria-expanded="true"] { color: var(--na-emerald); background: #eef5ed; }
  .na-mobile-submenu { padding: 9px 8px 16px; background: #f5f8f2; border-radius: 0 0 12px 12px; }
  .na-mobile-overview { min-height: 44px; margin: 0 8px 13px; font-size: 12px; }
  .na-mobile-submenu .na-service-group + .na-service-group { margin-top: 18px; }
  .na-mobile-submenu .na-group-heading { margin-bottom: 6px; padding-bottom: 11px; }
  .na-mobile-submenu .na-group-heading h3 { font-size: 13px; }
  .na-mobile-submenu .na-group-heading p { font-size: 11px; }
  .na-mobile-submenu .na-service-link { min-height: 58px; padding: 11px 12px; }
  .na-mobile-submenu .na-link-title { font-size: 13px; }
  .na-mobile-submenu .na-link-description { font-size: 11px; }
  .na-mobile-industries { display: grid; gap: 9px; }
  .na-mobile-industries .na-industry-card { flex-direction: row; gap: 12px; padding: 16px 13px; }
  .na-mobile-industries .na-industry-icon { width: 34px; height: 38px; margin: 0; flex: 0 0 auto; }
  .na-mobile-industries .na-card-arrow { display: none; }
  .na-mobile-industries .na-link-description { margin-top: 5px; }
  .na-mobile-audit { display: flex; width: 100%; margin-top: 22px; min-height: 49px; font-size: 13px; }
  .na-mobile-note { margin: 12px 0 0; color: var(--na-muted); font-size: 10px; line-height: 1.6; text-align: center; }
}
@media (prefers-reduced-motion: reduce) {
  .na-header *, .na-header *::before, .na-header *::after { transition: none !important; }
}