/* Challenge directory and briefs: the existing navy, paper and coral identity. */
.mhh-track-directory,
.mhh-brief-page {
  --mhh-muted: #545d65;
  --mhh-border: #d9dcd8;
}
.mhh-track-directory { padding: 76px 0 68px; background: #f4f2ec; color: var(--mhh-ink); scroll-margin-top: 24px; }
.mhh-directory-heading { display: grid; grid-template-columns: 1.35fr 1fr; align-items: end; gap: 70px; margin-bottom: 36px; }
.mhh-directory-heading h2 { font-size: clamp(32px, 3.8vw, 50px); line-height: 1.14; letter-spacing: -.04em; }
.mhh-directory-heading > p { max-width: 42ch; margin: 0 0 4px; color: var(--mhh-muted); font-size: 17px; line-height: 1.7; }
.mhh-directory-meta { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px; padding: 18px 0; border-top: 1px solid #cdd1ca; font-size: 12px; line-height: 1.5; color: #465058; }
.mhh-directory-meta span:first-child { font-weight: 700; color: var(--mhh-ink); }
.mhh-directory-meta i { display: inline-block; width: 7px; height: 7px; margin-right: 7px; background: #24716a; border-radius: 50%; }
.mhh-track-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--mhh-border); }
.mhh-track-list > li { margin: 0; padding: 0; border-bottom: 1px solid var(--mhh-border); }
.mhh-track-row { position: relative; display: grid; grid-template-columns: 68px minmax(210px, 1fr) minmax(240px, 1.25fr) 118px; gap: 26px; align-items: center; min-height: 156px; padding: 26px 20px 26px 24px; transition: background .2s ease; }
.mhh-track-row::before { content: ''; position: absolute; left: 0; top: 29px; bottom: 29px; width: 4px; background: var(--mhh-accent); }
.mhh-track-row:hover { background: #fffdf8; }
.mhh-track-row:focus-visible { outline: 3px solid #143e56; outline-offset: -3px; background: #fffdf8; }
.mhh-track-row__number { color: #777f7e; font-family: var(--mhh-font-display); font-size: 40px; line-height: 1; letter-spacing: -.05em; font-weight: 500; }
.mhh-track-row__brand { display: block; margin-bottom: 10px; font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: #545d65; }
.mhh-track-row h3 { margin: 0; max-width: 24ch; color: var(--mhh-ink); font-size: 21px; line-height: 1.4; letter-spacing: -.025em; text-transform: none !important; }
.mhh-track-row__description p { margin: 0 0 10px; color: #39454e; font-size: 14px; line-height: 1.7; }
.mhh-track-row__description > span { display: block; color: #657078; font-size: 11px; line-height: 1.6; }
.mhh-track-row__action { display: flex; align-items: center; justify-content: flex-end; gap: 12px; font-size: 11px; font-weight: 700; white-space: nowrap; }
.mhh-track-row__action b { display: grid; place-items: center; width: 30px; height: 30px; border-radius: 50%; border: 1px solid #c4c9c6; font-size: 18px; transition: background .2s ease; }
.mhh-track-row:hover .mhh-track-row__action b { background: var(--mhh-accent); border-color: transparent; }
.mhh-track-guidance { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; padding: 36px 0 28px; }
.mhh-small-label { display: block; margin-bottom: 14px; color: #667079; font-size: 10px; line-height: 1.5; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.mhh-track-guidance h3 { margin: 0 0 12px; font-size: 19px; text-transform: none !important; }
.mhh-track-guidance p { margin: 0 0 12px; max-width: 58ch; color: var(--mhh-muted); font-size: 14px; line-height: 1.75; }
.mhh a.mhh-inline-link { display: inline; color: #16495e; font-weight: 600; font-size: inherit; text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 4px; }
.mhh-inline-link span { display: inline-block; margin-left: 6px; }
.mhh-brief-updates { border-top: 1px solid var(--mhh-border); border-bottom: 1px solid var(--mhh-border); }
.mhh-brief-updates summary { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 19px 0; font-size: 13px; font-weight: 600; cursor: pointer; list-style: none; }
.mhh-brief-updates summary::-webkit-details-marker,
.mhh-challenge-brief summary::-webkit-details-marker { display: none; }
.mhh-brief-updates summary > span { font-size: 20px; }
.mhh-brief-updates[open] summary > span { transform: rotate(45deg); }
.mhh-brief-updates > div { max-width: 90ch; padding: 0 0 12px; }
.mhh-brief-updates p { font-size: 13px; line-height: 1.8; color: var(--mhh-muted); }
.mhh-brief-updates a { text-decoration: underline; }

/* Track page */
.mhh-brief-hero { padding: 132px 0 58px; background: #071426; color: #fffdf8; border-bottom: 4px solid var(--mhh-accent); }
.mhh-brief-breadcrumb { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 44px; font-size: 12px; line-height: 1.7; color: #c0cad2; }
.mhh-brief-breadcrumb a:hover { color: white; text-decoration: underline; text-underline-offset: 4px; }
.mhh-brief-hero__grid { display: grid; grid-template-columns: minmax(0, 1.7fr) minmax(270px, 1fr); align-items: start; gap: 90px; }
.mhh-brief-overline { color: var(--mhh-accent); margin: 0 0 24px; font-size: 12px; line-height: 1.5; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.mhh-brief-overline span { margin: 0 8px; color: #6f8599; }
.mhh-brief-hero h1 { max-width: 18ch; margin: 0 0 24px; color: #fffdf8; font-size: clamp(34px, 4.1vw, 58px); line-height: 1.12; letter-spacing: -.045em; }
.mhh-brief-lede { max-width: 58ch; margin: 0 0 28px; color: #bfcbd4; font-size: 17px; line-height: 1.75; }
.mhh-brief-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 22px; }
.mhh a.mhh-brief-download { color: #e1e8ec; font-size: 13px; text-decoration: underline; text-underline-offset: 5px; }
.mhh-brief-download span { margin-left: 5px; }
.mhh-brief-card { padding: 26px 28px; background: #102337; border: 1px solid #294155; border-top: 3px solid var(--mhh-accent); }
.mhh-brief-card > .mhh-small-label { color: var(--mhh-accent); margin-bottom: 2px; }
.mhh-brief-card dl { margin: 0; }
.mhh-brief-card dl > div { padding: 17px 0; border-bottom: 1px solid #2a3d4f; }
.mhh-brief-card dl > div:last-child { padding-bottom: 0; border: 0; }
.mhh-brief-card dt { color: #9eafbc; font-size: 11px; margin-bottom: 7px; font-weight: 500; }
.mhh-brief-card dd { margin: 0; font-size: 14px; line-height: 1.65; color: #fffdf8; }
.mhh-brief-card dd span { color: #b4c4cf; font-size: 12px; }
.mhh-brief-nav { background: #f1f1ea; border-bottom: 1px solid var(--mhh-border); }
.mhh-brief-nav .mhh-shell { display: flex; flex-wrap: wrap; gap: 14px 36px; padding-block: 22px; }
.mhh-brief-nav a { color: #3d4b54; font-size: 12px; font-weight: 600; }
.mhh-brief-nav a:hover { text-decoration: underline; text-underline-offset: 5px; }
.mhh-brief-layout { display: grid; grid-template-columns: minmax(0, 1fr) 296px; gap: 86px; padding-bottom: 28px; }
.mhh-brief-content { min-width: 0; }
.mhh-brief-section { padding: 54px 0; border-bottom: 1px solid var(--mhh-border); scroll-margin-top: 24px; }
.mhh-brief-section:last-child { border: 0; }
.mhh-brief-section h2 { margin: 0 0 22px; font-size: clamp(25px, 2.7vw, 34px); line-height: 1.35; letter-spacing: -.03em; }
.mhh-brief-section > p { color: var(--mhh-muted); font-size: 15px; line-height: 1.85; margin-bottom: 20px; }
.mhh-brief-section > p.mhh-kicker { color: #a93e50; font-size: 11px; line-height: 1.5; margin-bottom: 20px; }
.mhh-brief-scope { margin-top: 28px; padding: 22px 24px; border-left: 3px solid var(--mhh-accent); background: #f3f3ee; }
.mhh-brief-scope strong { display: block; margin-bottom: 8px; font-size: 13px; }
.mhh-brief-scope p { margin: 0; color: var(--mhh-muted); font-size: 13px; line-height: 1.8; }
.mhh-challenge-briefs { margin-top: 28px; border-top: 1px solid #cad1cd; }
.mhh-challenge-brief { border-bottom: 1px solid #cad1cd; scroll-margin-top: 24px; }
.mhh-challenge-brief summary { display: grid; grid-template-columns: 66px 1fr 20px; gap: 16px; align-items: center; padding: 24px 4px; cursor: pointer; list-style: none; }
.mhh-challenge-code { color: #52656b; font-size: 11px; font-weight: 700; letter-spacing: .04em; }
.mhh-challenge-brief summary h3 { margin: 0; font-size: 17px; line-height: 1.55; letter-spacing: -.015em; text-transform: none !important; }
.mhh-challenge-toggle { font-size: 25px; color: #44616e; text-align: center; }
.mhh-challenge-brief[open] .mhh-challenge-toggle { transform: rotate(45deg); }
.mhh-challenge-brief[open] summary { padding-bottom: 18px; }
.mhh-challenge-brief__body { padding: 0 30px 27px 86px; }
.mhh-challenge-brief__body > div { margin-bottom: 20px; }
.mhh-challenge-brief__body h4 { margin: 0 0 7px; font-size: 11px; font-weight: 700; line-height: 1.5; letter-spacing: .055em; text-transform: uppercase; color: #314855; }
.mhh-challenge-brief__body p { margin: 0; font-size: 14px; line-height: 1.8; color: var(--mhh-muted); }
.mhh-challenge-brief__body a { font-size: 12px !important; }
.mhh-outcome-list { margin: 24px 0; padding: 0; list-style: none; }
.mhh-outcome-list li { position: relative; padding: 14px 0 14px 25px; border-bottom: 1px solid #e0e3dc; font-size: 14px; line-height: 1.8; }
.mhh-outcome-list li::before { content: ''; position: absolute; left: 0; top: 23px; width: 7px; height: 7px; background: #24716a; border-radius: 50%; }
.mhh-brief-release { margin-top: 28px; padding: 25px; border: 1px solid var(--mhh-border); }
.mhh-brief-release .mhh-small-label { margin-bottom: 8px; }
.mhh-brief-release strong { display: block; margin-bottom: 12px; font-size: 14px; }
.mhh-brief-release p, .mhh-brief-release a { font-size: 13px; line-height: 1.8; }
.mhh-brief-sidebar { padding-top: 56px; }
.mhh-brief-sidebar__inner { position: sticky; top: 28px; padding: 26px; background: #f1f1ea; border-top: 3px solid #18374b; }
.mhh-brief-sidebar h2 { font-size: 23px; line-height: 1.3; letter-spacing: -.035em; }
.mhh-brief-sidebar .mhh-kicker { font-size: 10px; margin-bottom: 12px; }
.mhh-brief-sidebar ol { margin: 26px 0 20px; padding-left: 16px; }
.mhh-brief-sidebar li { margin-bottom: 22px; padding-left: 5px; font-size: 12px; color: #657077; }
.mhh-brief-sidebar li strong { display: block; color: #203442; margin-bottom: 6px; font-size: 13px; }
.mhh-brief-sidebar li span { display: block; font-size: 12px; line-height: 1.8; }
.mhh-brief-sidebar a.mhh-inline-link { font-size: 12px; }
.mhh-brief-sidebar__note { padding-top: 20px; margin: 20px 0; border-top: 1px solid #cfd5ce; font-size: 11px; line-height: 1.8; color: #56636c; }
.mhh-brief-sidebar .mhh-button { min-height: 48px; width: 100%; padding: 14px; font-size: 12px; }
.mhh-other-tracks { padding: 44px 0 54px; background: #f0f0e9; }
.mhh-other-heading { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 18px; margin-bottom: 28px; }
.mhh-other-heading h2 { font-size: 26px; line-height: 1.4; }
.mhh-other-heading a { font-size: 12px !important; }
.mhh-other-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.mhh-other-grid > a { display: grid; grid-template-columns: 1fr auto; gap: 20px 10px; align-items: center; padding: 22px; border: 1px solid #cfd4cb; border-top: 3px solid var(--mhh-accent); background: #fffdf8; }
.mhh-other-grid a > span { grid-column: 1 / -1; color: #68757a; font-size: 12px; }
.mhh-other-grid strong { font-size: 14px; line-height: 1.6; }
.mhh-other-grid b { font-size: 20px; }
.mhh-other-grid a:hover { background: #e9eddf; }
.mhh-brief-page a:focus-visible,
.mhh-brief-page summary:focus-visible,
.mhh-track-directory summary:focus-visible,
.mhh-track-directory .mhh-inline-link:focus-visible { outline: 3px solid #338bad; outline-offset: 5px; }

/* Online event identity, with no dated promotional poster. */
.mhh-build-board { margin: 0; font-style: normal; overflow: hidden; border: 1px solid #344756; background: #112335; }
.mhh-hero__poster .mhh-build-board > img { height: 205px; object-fit: cover; border: 0; box-shadow: none; }
.mhh-build-board__body { font-style: normal; text-align: left; padding: 28px 32px 30px; }
.mhh-build-board__label { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 10px; color: #b8cbd4; font-size: 10px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.mhh-build-board__duration { display: flex; align-items: baseline; gap: 14px; margin: 12px 0 20px; color: #cce85b; }
.mhh-build-board__duration strong { font-family: var(--mhh-font-display); font-size: 106px; line-height: 1.15; font-weight: 500; letter-spacing: -.07em; }
.mhh-build-board__duration span { max-width: 12ch; color: #f6f4ec; font-size: 21px; line-height: 1.4; }
.mhh-build-board__footer { display: flex; flex-wrap: wrap; gap: 10px 20px; padding-top: 18px; border-top: 1px solid #3a4c58; color: #c7d2d9; font-size: 12px; line-height: 1.5; }
.mhh-build-board__footer span:first-child { color: #65dce3; }
.mhh-online .mhh-hero__days { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.mhh-online .mhh-hero__days li { display: block; font-size: 12px; line-height: 1.65; }
.mhh-online .mhh-hero__days span { display: block; margin-bottom: 6px; }
.mhh-online .mhh-hero__inner { gap: 50px !important; padding-bottom: 64px !important; }
.mhh-online .mhh-hero__lede { font-size: 17px; }
.mhh-online .mhh-event-facts { margin-top: 28px; }
.mhh-online .mhh-event-facts dt { font-size: 16px; }
.mhh-online .mhh-event-facts dd { font-size: 10px; }
.mhh-event-update { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; margin-top: 42px; padding: 30px; border: 1px solid var(--mhh-line); background: #f3f2eb; color: var(--mhh-ink); }
.mhh-event-update h3 { margin: 0 0 12px; font-size: 23px; text-transform: none !important; }
.mhh-event-update p { margin: 0; font-size: 14px; line-height: 1.8; color: #545d65; }
.mhh-event-update .mhh-kicker { margin-bottom: 12px; font-size: 10px; color: #a93e50; }
.mhh-event-update dl { display: grid; grid-template-columns: 1fr 1fr; gap: 18px 24px; margin: 0; }
.mhh-event-update dt { font-size: 11px; color: #616e74; margin-bottom: 6px; }
.mhh-event-update dd { margin: 0; font-size: 13px; line-height: 1.6; }
.mhh-home-feature__visual img { width: 100%; height: 100%; object-fit: cover; }

@media (max-width: 1100px) {
  .mhh-track-row { grid-template-columns: 44px minmax(180px, 1fr) minmax(220px, 1.2fr) 34px; gap: 20px; }
  .mhh-track-row__action { font-size: 0; }
  .mhh-track-row__action b { font-size: 18px; }
  .mhh-brief-hero__grid { gap: 44px; }
  .mhh-brief-layout { grid-template-columns: minmax(0, 1fr) 270px; gap: 44px; }
  .mhh-other-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 1024px) {
  .mhh-online .mhh-hero__inner { grid-template-columns: minmax(0, 1fr) !important; }
  .mhh-online .mhh-hero__poster { order: 0; width: 100%; max-width: 600px; margin: 0; }
  .mhh-online .mhh-hero__copy { max-width: 740px; }
  .mhh-online .mhh-hero h1 { max-width: 17ch; }
}
@media (max-width: 767px) {
  .mhh-track-directory { padding: 44px 0; }
  .mhh-directory-heading { grid-template-columns: 1fr; gap: 22px; margin-bottom: 28px; }
  .mhh-directory-heading > p { font-size: 15px; }
  .mhh-directory-meta { font-size: 10px; gap: 10px; }
  .mhh-track-row { grid-template-columns: 33px 1fr 28px; gap: 13px; padding: 25px 4px 25px 14px; }
  .mhh-track-row__number { font-size: 25px; align-self: start; padding-top: 3px; }
  .mhh-track-row__brand { font-size: 9px; margin-bottom: 7px; }
  .mhh-track-row h3 { font-size: 18px; line-height: 1.45; }
  .mhh-track-row__description { grid-column: 2 / 3; }
  .mhh-track-row__description p { font-size: 12px; line-height: 1.8; }
  .mhh-track-row__description > span { font-size: 10px; }
  .mhh-track-row__action { grid-column: 3; grid-row: 1; align-self: start; }
  .mhh-track-row__action b { width: 26px; height: 26px; font-size: 16px; }
  .mhh-track-guidance { grid-template-columns: 1fr; gap: 22px; padding: 28px 0; }
  .mhh-track-guidance h3 { font-size: 18px; }
  .mhh-track-guidance p { font-size: 13px; }
  .mhh-brief-hero { padding: 114px 0 34px; }
  .mhh-brief-breadcrumb { font-size: 10px; gap: 8px; margin-bottom: 32px; }
  .mhh-brief-hero__grid { grid-template-columns: 1fr; gap: 30px; }
  .mhh-brief-hero h1 { font-size: 36px; }
  .mhh-brief-overline { font-size: 10px; margin-bottom: 18px; }
  .mhh-brief-lede { font-size: 15px; }
  .mhh-brief-actions { gap: 20px; }
  .mhh-brief-actions .mhh-button { padding: 15px 18px; min-height: 48px; font-size: 12px; }
  .mhh-brief-card { padding: 20px; }
  .mhh-brief-card dl { display: grid; grid-template-columns: 1fr 1fr; gap: 0 20px; }
  .mhh-brief-card dl > div { padding: 16px 0; }
  .mhh-brief-card dl > div:nth-last-child(-n+2) { border-bottom: 0; padding-bottom: 0; }
  .mhh-brief-card dd { font-size: 12px; }
  .mhh-brief-card dd span { font-size: 10px; }
  .mhh-brief-nav .mhh-shell { display: grid; grid-template-columns: 1fr 1fr; gap: 0 16px; padding-block: 10px; }
  .mhh-brief-nav a { display: flex; align-items: center; min-height: 44px; font-size: 11px; }
  .mhh-brief-layout { grid-template-columns: 1fr; gap: 0; padding-bottom: 40px; }
  .mhh-brief-section { padding: 36px 0; }
  .mhh-brief-section h2 { font-size: 25px; }
  .mhh-brief-section > p { font-size: 14px; }
  .mhh-brief-scope { padding: 18px; }
  .mhh-challenge-brief summary { grid-template-columns: 1fr 20px; gap: 7px 14px; padding-block: 20px; }
  .mhh-challenge-code { grid-column: 1; font-size: 10px; }
  .mhh-challenge-brief summary h3 { grid-column: 1; font-size: 16px; }
  .mhh-challenge-toggle { grid-column: 2; grid-row: 1 / 3; }
  .mhh-challenge-brief__body { padding: 0 4px 24px; }
  .mhh-challenge-brief__body p { font-size: 13px; }
  .mhh-brief-sidebar { padding-top: 8px; }
  .mhh-brief-sidebar__inner { position: static; }
  .mhh-other-heading h2 { font-size: 24px; }
  .mhh-other-grid { grid-template-columns: 1fr; gap: 12px; }
  .mhh-other-grid > a { grid-template-columns: 24px 1fr auto; gap: 12px; padding: 20px 16px; border-top: 1px solid #cfd4cb; border-left: 3px solid var(--mhh-accent); }
  .mhh-other-grid a > span { grid-column: auto; }
  .mhh-event-update { grid-template-columns: 1fr; gap: 24px; padding: 24px; }
  .mhh-online .mhh-hero__inner { padding-top: 126px !important; gap: 30px !important; }
  .mhh-online .mhh-hero h1 { font-size: 42px; }
  .mhh-online .mhh-hero__lede { font-size: 15px; }
  .mhh-online .mhh-hero__days { gap: 10px; }
  .mhh-online .mhh-hero__days li { font-size: 11px; }
  .mhh-online .mhh-hero__days span { font-size: 9px; }
  .mhh-online .mhh-hero__poster .mhh-build-board > img { height: 150px; }
  .mhh-build-board__body { font-style: normal; text-align: left; padding: 22px; }
  .mhh-build-board__duration strong { font-size: 90px; }
  .mhh-build-board__duration span { font-size: 18px; }
  .mhh-online .mhh-modal__head { padding-right: 82px; }
  .mhh-online .mhh-modal__head p { font-size: 11px; }
}
@media (prefers-reduced-motion: reduce) {
  .mhh-track-row, .mhh-track-row__action b { transition: none; }
}

/* The restored card-grid challenge section needs a clean reading area. */
.mhh .mhh-sticky {
  display: none !important;
}

/* Keep the existing mobile navigation drawer outside the page when closed. */
@media (max-width: 1024px) {
  .mhh-page #masthead .jkit-menu-wrapper {
    position: fixed !important;
    inset: 0 auto auto 0 !important;
    width: min(360px, calc(100vw - 24px)) !important;
    max-width: none !important;
    height: 100dvh !important;
    transform: translateX(-110%) !important;
    visibility: hidden !important;
    pointer-events: none !important;
    justify-content: flex-end !important;
    z-index: 10010 !important;
    transition: none !important;
  }
  .mhh-page #masthead .jkit-menu-wrapper.active {
    transform: translateX(0) !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transition: none !important;
  }
  .mhh-page #masthead .elementor-element-1d7ee312 { z-index: 10 !important; }
  .mhh-page #masthead .jkit-menu-wrapper .jkit-menu-container { height: auto !important; }
  .mhh-page #masthead .jkit-hamburger-menu {
    background: #102337 !important;
    border: 1px solid #3f5667 !important;
  }
  .mhh-page #masthead .jkit-menu-wrapper .jkit-nav-identity-panel {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px;
    flex: 0 0 auto;
  }
  .mhh-page #masthead .jkit-menu-wrapper .jkit-nav-site-title {
    width: auto;
    flex: 1;
  }
  .mhh-page #masthead .jkit-menu-wrapper .jkit-nav-logo img {
    width: 160px;
    max-width: 100%;
  }
  .mhh-page #masthead .jkit-menu-wrapper .jkit-close-menu {
    margin: 0;
    flex: 0 0 45px;
    background: #e3e8e4 !important;
    color: #071426 !important;
  }
  .mhh-page #masthead .jkit-close-menu i { display: none; }
  .mhh-page #masthead .jkit-close-menu::before { content: '×'; font-size: 28px; line-height: 1; }
  .mhh-page #masthead .jkit-menu-wrapper .jkit-menu > li > a:hover,
  .mhh-page #masthead .jkit-menu-wrapper .jkit-menu > li.current-menu-item > a,
  .mhh-page #masthead .jkit-menu-wrapper .jkit-menu > li.current-page-ancestor > a {
    color: #071426 !important;
    background: #e3e8e4;
  }
}
@media (prefers-reduced-motion: reduce) {
  .mhh-page #masthead .jkit-menu-wrapper { transition: none !important; }
}

/* v1.8.0 human pass: one calm card system. */
.mhh-tracks-section{background:#f7f4ec}
.mhh-track-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:18px}
.mhh-track-card{background:#fffdf8!important;border:1px solid #d9dcd8;border-radius:16px;border-top:4px solid var(--mhh-accent);box-shadow:none;transition:transform .18s ease,box-shadow .18s ease}
.mhh-track-card:hover{transform:translateY(-3px);box-shadow:0 14px 34px rgba(7,20,38,.12)}
.mhh-track-card__core{color:#39454e;line-height:1.7}
.mhh-brief-hero__grid{gap:56px}
.mhh-brief-card{border-radius:16px}
