.site-header.global-site-header {
  isolation: isolate;
  position: relative !important;
  z-index: 80 !important;
  display: grid !important;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center !important;
  gap: 26px !important;
  width: 100%;
  min-height: 78px;
  padding: 14px clamp(24px, calc((100vw - 1180px) / 2), 130px) !important;
  border-bottom: 1px solid rgba(161,168,160,.45);
  background: rgba(247,248,244,.96);
}

.global-site-header .site-brand {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 10px;
  width: auto !important;
  color: #17201a !important;
  font-family: 'Sora', sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
}

.global-site-header .site-brand img {
  width: 36px;
  height: 36px;
  object-fit: contain;
}

.global-site-header .site-nav {
  display: flex !important;
  min-width: 0;
  align-items: center;
  justify-content: center;
  gap: 4px !important;
  flex-wrap: nowrap !important;
  overflow: visible;
}

.global-site-header .site-nav > * {
  flex: 0 0 auto;
  min-width: max-content;
}

.global-site-header .site-nav > a {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 13px;
  color: #4c5249 !important;
  font-family: 'Sora', sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.25;
  text-decoration: none;
  white-space: nowrap;
}

.global-site-header .site-nav > a:hover {
  color: #17201a !important;
}

.global-header-actions {
  display: flex !important;
  flex: 0 0 auto;
  align-items: center;
  justify-content: flex-end;
  gap: 10px !important;
  white-space: nowrap;
}

.global-header-login,
.global-header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  font-family: 'Sora', sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

.global-header-login {
  padding: 10px 8px;
  color: #4c5249 !important;
}

.global-header-cta {
  padding: 12px 22px;
  border-radius: 10px;
  color: #fff !important;
  background: #17201a;
}

.global-site-header .site-brand:focus-visible,
.global-site-header .site-nav a:focus-visible,
.global-header-login:focus-visible,
.global-header-cta:focus-visible {
  outline: 3px solid #4f46e5;
  outline-offset: 3px;
}

.solutions-nav {
  position: relative;
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  min-height: 40px;
  border: 1px solid transparent;
  border-radius: 999px;
  transition: color .2s ease, background .2s ease, border-color .2s ease;
  white-space: nowrap;
}

.solutions-nav:hover,
.solutions-nav:has(.solutions-trigger[aria-expanded="true"]) {
  color: #17201a;
  background: #fff;
  border-color: #d8ddd2;
}

.solutions-trigger__link {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 9px 5px 9px 14px;
  color: #4c5249 !important;
  font-family: 'Sora', sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  line-height: 1.25;
}

.solutions-trigger {
  display: inline-grid;
  place-items: center;
  width: 32px;
  min-height: 38px;
  padding: 0 10px 0 7px;
  border: 0;
  border-radius: 999px;
  color: #4c5249;
  background: transparent;
  cursor: pointer;
  transition: color .2s ease;
}

.solutions-nav:hover .solutions-trigger__link,
.solutions-nav:hover .solutions-trigger,
.solutions-trigger[aria-expanded="true"],
.solutions-trigger[aria-expanded="true"] + * {
  color: #17201a;
}

.solutions-trigger__chevron {
  width: 8px;
  height: 8px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(45deg) translateY(-2px);
  transform-origin: center;
  transition: transform .2s cubic-bezier(.2,.8,.2,1);
}

.solutions-trigger[aria-expanded="true"] .solutions-trigger__chevron {
  transform: rotate(225deg) translate(-1px, -1px);
}

.solutions-mega {
  position: absolute;
  top: calc(100% + 8px);
  left: 24px;
  right: 24px;
  z-index: 70;
  display: grid;
  grid-template-columns: 248px minmax(0, 1fr);
  max-width: 1248px;
  min-height: 390px;
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid #dfe4da;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 30px 80px -32px rgba(23,32,26,.55), 0 12px 30px -22px rgba(23,32,26,.35);
  color: #17201a;
}

.solutions-mega[hidden] {
  display: none;
}

.resources-mega {
  left: auto;
  right: clamp(24px, calc((100vw - 1180px) / 2), 130px);
  grid-template-columns: 1fr;
  width: min(900px, calc(100% - 48px));
  max-width: 900px;
  min-height: 0;
  margin: 0;
}

.audience-mega {
  left: 50%;
  right: auto;
  grid-template-columns: 1fr;
  width: min(780px, calc(100% - 48px));
  max-width: 780px;
  min-height: 0;
  margin: 0;
  transform: translateX(-50%);
}

.government-mega {
  width: min(1040px, calc(100% - 48px));
  max-width: 1040px;
}

.audience-mega__content {
  padding: 34px 42px 38px;
}

.commercial-mega .audience-links {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.government-mega .audience-links {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.resources-mega__content {
  padding: 34px 42px 38px;
}

.resources-links {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.resources-link--new-window::after {
  content: '↗';
}

.solutions-mega__rail {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 28px 22px;
  background: #eef1eb;
  border-right: 1px solid #dfe4da;
}

.solutions-tab {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
  min-height: 44px;
  padding: 10px 14px;
  border: 0;
  border-radius: 12px;
  color: #394038;
  background: transparent;
  font-family: 'Manrope', sans-serif;
  font-size: 15px;
  font-weight: 650;
  text-align: left;
  cursor: pointer;
}

.solutions-tab::after {
  content: '→';
  flex: none;
  font-size: 17px;
}

.solutions-tab:hover {
  background: rgba(255,255,255,.7);
}

.solutions-tab[aria-selected="true"] {
  color: #fff;
  background: #237a3c;
}

.solutions-mega__content {
  padding: 34px 42px 38px;
}

.solutions-mega__eyebrow {
  margin: 0 0 9px;
  color: #666d63;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11px;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.solutions-mega__title {
  margin: 0 0 28px;
  color: #17201a;
  font-family: 'Newsreader', Georgia, serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.12;
}

.solutions-panel[hidden] {
  display: none;
}

.solutions-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 34px;
}

.solutions-links--split {
  align-items: start;
}

.solutions-links__column {
  display: grid;
  align-content: start;
  gap: 8px;
}

.solutions-links__column > .solutions-link {
  grid-column: auto;
}

.solutions-link--column-left {
  grid-column: 1;
}

.solutions-link--column-right {
  grid-column: 2;
}

.solutions-link {
  position: relative;
  display: block;
  min-height: 82px;
  padding: 14px 42px 14px 14px;
  border-radius: 13px;
  color: #17201a !important;
  text-decoration: none;
  transition: background .2s ease, transform .2s cubic-bezier(.2,.8,.2,1);
}

.solutions-link::after {
  content: '→';
  position: absolute;
  top: 16px;
  right: 16px;
  color: #237a3c;
  font-size: 18px;
}

.solutions-link:hover {
  color: #17201a !important;
  background: #f2f6f0;
  transform: translateY(-2px);
}

.solutions-link__title {
  display: block;
  margin-bottom: 5px;
  font-family: 'Sora', sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
}

.solutions-link__description {
  display: block;
  color: #5f665d;
  font-family: 'Manrope', sans-serif;
  font-size: 13px;
  line-height: 1.45;
}

.solutions-mega__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 22px;
  padding: 19px 14px 0;
  border-top: 1px solid #e6eae1;
}

.solutions-mega__footer-copy {
  color: #5f665d;
  font-family: 'Manrope', sans-serif;
  font-size: 13px;
}

.solutions-mega__all {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex: none;
  padding: 10px 14px;
  border: 1px solid #bfc8ba;
  border-radius: 999px;
  color: #17201a !important;
  font-family: 'Sora', sans-serif;
  font-size: 13px;
  font-weight: 700;
}

.solutions-mega__all:hover {
  border-color: #237a3c;
  color: #237a3c !important;
}

.solutions-trigger:focus-visible,
.solutions-trigger__link:focus-visible,
.solutions-tab:focus-visible,
.solutions-link:focus-visible,
.solutions-mega__all:focus-visible {
  outline: 3px solid #4f46e5;
  outline-offset: 3px;
}

body.solutions-menu-open::after {
  content: '';
  position: fixed;
  inset: 0;
  z-index: 24;
  background: rgba(23,32,26,.34);
  pointer-events: none;
}

body.solutions-menu-open .site-header {
  z-index: 80 !important;
}

.global-site-index,
.global-site-index * {
  box-sizing: border-box;
}

.global-site-index {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: clamp(58px, 6vw, 88px) clamp(24px, 5vw, 72px);
  border-top: 4px solid #2f8a4d;
  color: #f7f8f4;
  background:
    radial-gradient(circle at 8% 18%, rgba(47, 138, 77, .18), transparent 31%),
    linear-gradient(115deg, #111a15 0%, #17201a 58%, #1c2620 100%);
}

.global-site-index__shell {
  display: grid;
  grid-template-columns: minmax(235px, 1.15fr) minmax(0, 3.85fr);
  gap: clamp(48px, 6vw, 94px);
  width: min(100%, 1320px);
  margin: 0 auto;
}

.global-site-index__intro,
.global-site-index__group {
  min-width: 0;
}

.global-site-index__brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  margin-bottom: 36px;
  color: #fff !important;
  font-family: 'Sora', sans-serif;
  font-size: 19px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
}

.global-site-index__brand img {
  width: 36px;
  height: 36px;
  object-fit: contain;
}

.global-site-index__eyebrow {
  margin: 0 0 12px;
  color: #70d28b;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .17em;
  line-height: 1.4;
  text-transform: uppercase;
}

.global-site-index__title {
  max-width: 330px;
  margin: 0;
  color: #fff;
  font-family: 'Newsreader', Georgia, serif;
  font-size: clamp(34px, 3.2vw, 48px);
  font-weight: 500;
  letter-spacing: -.025em;
  line-height: .98;
}

.global-site-index__copy {
  max-width: 340px;
  margin: 22px 0 0;
  color: rgba(247, 248, 244, .68);
  font-family: 'Manrope', sans-serif;
  font-size: 14px;
  line-height: 1.7;
}

.global-site-index__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  margin-top: 28px;
  padding: 12px 22px;
  border: 1px solid #70d28b;
  border-radius: 10px;
  color: #fff !important;
  background: rgba(47, 138, 77, .18);
  font-family: 'Sora', sans-serif;
  font-size: 14px;
  font-weight: 650;
  text-decoration: none;
  transition: color .18s ease, background .18s ease, transform .18s ease;
}

.global-site-index__cta:hover {
  color: #142018 !important;
  background: #70d28b;
  transform: translateY(-2px);
}

.global-site-index__nav {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(28px, 3.5vw, 58px);
  min-width: 0;
  padding-top: 7px;
}

.global-site-index__heading {
  margin: 0 0 19px;
  padding-bottom: 13px;
  border-bottom: 1px solid rgba(112, 210, 139, .36);
  color: #fff;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .13em;
  line-height: 1.45;
  text-transform: uppercase;
}

.global-site-index__list {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.global-site-index__list li {
  margin: 0;
  padding: 0;
}

.global-site-index__list a {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 7px 0;
  color: rgba(247, 248, 244, .76) !important;
  font-family: 'Manrope', sans-serif;
  font-size: 13px;
  font-weight: 550;
  line-height: 1.45;
  text-decoration: none;
  transition: color .16s ease, transform .16s ease;
}

.global-site-index__list a:hover {
  color: #8ae2a2 !important;
  transform: translateX(3px);
}

.global-site-index__brand:focus-visible,
.global-site-index__cta:focus-visible,
.global-site-index__list a:focus-visible {
  outline: 3px solid #8b7cf6;
  outline-offset: 4px;
}

@media (max-width: 1280px) {
  .site-header.global-site-header {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px 18px !important;
    padding-top: 12px !important;
    padding-bottom: 10px !important;
  }

  .global-site-header .site-brand {
    justify-content: flex-start !important;
  }

  .global-site-header .site-nav {
    order: 3;
    grid-column: 1 / -1;
    justify-content: center;
    width: 100%;
    padding: 2px 0;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scrollbar-width: thin;
  }

  .global-header-actions {
    justify-self: end;
  }
}

@media (max-width: 900px) {
  .global-site-index__shell {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .global-site-index__intro {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: end;
    gap: 12px 36px;
  }

  .global-site-index__brand,
  .global-site-index__eyebrow,
  .global-site-index__title,
  .global-site-index__copy {
    grid-column: 1;
  }

  .global-site-index__brand {
    margin-bottom: 22px;
  }

  .global-site-index__cta {
    grid-column: 2;
    grid-row: 3 / 6;
    margin-top: 0;
  }

  .global-site-index__nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 38px 54px;
  }

  .site-header.global-site-header {
    grid-template-columns: auto 1fr;
  }

  .global-site-header .site-nav {
    order: 3;
    grid-column: 1 / -1;
    justify-content: flex-start !important;
    width: 100%;
    overflow-x: auto;
  }

  .global-header-actions {
    justify-self: end;
  }

  .solutions-trigger {
    width: 44px;
    min-height: 44px;
    padding: 0;
  }

  .solutions-trigger__link {
    min-height: 44px;
  }

  .solutions-mega,
  .resources-mega {
    position: static;
    order: 4;
    grid-column: 1 / -1;
    grid-template-columns: 1fr;
    width: 100%;
    max-width: none;
    min-height: 0;
    margin-top: 2px;
  }

  .audience-mega,
  .resources-mega {
    left: auto;
    right: auto;
    transform: none;
  }

  .audience-mega__content {
    padding: 26px;
  }

  .commercial-mega .audience-links,
  .government-mega .audience-links {
    grid-template-columns: 1fr;
  }

  .solutions-mega__rail {
    flex-direction: row;
    overflow-x: auto;
    padding: 14px;
    border-right: 0;
    border-bottom: 1px solid #dfe4da;
    scrollbar-width: thin;
  }

  .solutions-tab {
    width: auto;
    min-width: max-content;
  }

  .solutions-tab::after {
    display: none;
  }

  .solutions-mega__content {
    padding: 26px;
  }
}

@media (max-width: 600px) {
  .global-site-index {
    padding: 52px 20px 58px;
  }

  .global-site-index__intro {
    display: block;
  }

  .global-site-index__brand {
    margin-bottom: 30px;
  }

  .global-site-index__cta {
    margin-top: 24px;
  }

  .global-site-index__nav {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .global-site-index__heading {
    margin-bottom: 8px;
  }

  .global-site-index__list a {
    min-height: 44px;
  }

  .site-header.global-site-header {
    gap: 12px !important;
    padding: 12px 18px !important;
  }

  .global-site-header .site-brand {
    font-size: 17px;
    justify-content: flex-start !important;
  }

  .global-site-header .site-brand img {
    width: 32px;
    height: 32px;
  }

  .global-header-login {
    display: inline-flex;
    min-height: 40px;
    padding: 9px 8px;
    font-size: 12px;
  }

  .global-header-actions {
    gap: 6px !important;
  }

  .global-header-cta {
    min-height: 40px;
    padding: 9px 12px;
    font-size: 12px;
  }

  .global-site-header .site-nav {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px !important;
    padding: 0;
    overflow: visible;
  }

  .global-site-header .site-nav > * {
    width: 100%;
    min-width: 0;
  }

  .global-site-header .site-nav > a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 9px 10px;
    border: 1px solid #d8ddd2;
    border-radius: 10px;
    background: rgba(255,255,255,.72);
    font-size: 13px;
  }

  .solutions-nav {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 44px;
    min-height: 44px;
    border-color: #d8ddd2;
    border-radius: 10px;
    background: rgba(255,255,255,.72);
  }

  .solutions-trigger {
    width: 44px;
    min-height: 44px;
    padding: 0;
    border-left: 1px solid #d8ddd2;
    border-radius: 0 10px 10px 0;
  }

  .solutions-trigger__link {
    justify-content: center;
    min-width: 0;
    min-height: 44px;
    padding: 9px 8px;
    font-size: 13px;
  }

  .solutions-mega,
  .resources-mega {
    grid-column: 1 / -1;
    max-height: calc(100vh - 192px);
    overflow-y: auto;
    border-radius: 16px;
  }

  .solutions-mega__content {
    padding: 22px 16px 24px;
  }

  .audience-mega__content,
  .resources-mega__content {
    padding: 22px 16px 24px;
  }

  .solutions-mega__title {
    margin-bottom: 18px;
    font-size: 26px;
  }

  .solutions-links {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .solutions-link--column-left,
  .solutions-link--column-right {
    grid-column: auto;
  }

  .solutions-link {
    min-height: 0;
    padding: 12px 40px 12px 12px;
  }

  .solutions-mega__footer {
    align-items: flex-start;
    flex-direction: column;
    padding-left: 12px;
    padding-right: 12px;
  }

  .site-footer a {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
  }
}

@media (max-width: 390px) {
  .global-site-header .site-brand span {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .solutions-trigger,
  .solutions-nav,
  .solutions-trigger__chevron,
  .solutions-link {
    transition: none;
  }

  .solutions-link:hover {
    transform: none;
  }

  .global-site-index__cta,
  .global-site-index__list a {
    transition: none;
  }

  .global-site-index__cta:hover,
  .global-site-index__list a:hover {
    transform: none;
  }
}
