    /* =====================================================
       Base header styles
       ===================================================== */

    .cmcc-header {
    background: #fff;
    border-bottom: 1px solid #e7e7e7;
    position: relative;
    z-index: 1000;
    }

    .cmcc-nav-trigger,
    .cmcc-title,
    .cmcc-kicker,
    .cmcc-section-toggle,
    .cmcc-mobile-back {
    font-family: "Gotham XNarrow SSm A",
                "Gotham XNarrow SSm B",
                Arial,
                sans-serif;
    }

    .cmcc-description,
    .cmcc-section-content a,
    .cmcc-overview-link {
    font-family: "Gotham Narrow SSm A",
                "Gotham Narrow SSm B",
                Arial,
                sans-serif;
    }

    .cmcc-header-inner {
    position: relative;
    }

    .cmcc-header * {
      box-sizing: border-box;
    }

    .cmcc-header a {
      text-decoration: none;
    }

    .cmcc-header-inner {
      max-width: none;
      width: 100%;
      margin: 0 auto;
      display: grid;
      grid-template-columns: clamp(82px, calc(9.19vw - 26.4px), 150px) minmax(0, 1fr) max-content;
      align-items: center;
      gap: 28px;
      padding: 12px 42px;
      background: #fff;
    }

    .cmcc-logo {
      display: inline-flex;
      align-items: center;
      justify-content: flex-start;
    }

    .cmcc-logo img {
      max-width: 100%;
      height: auto;
    }

    .cmcc-mobile-toggle,
    .cmcc-mobile-close,
    .cmcc-mobile-back {
      display: none;
    }

    .cmcc-nav-panel {
      min-width: 0;
    }

    .cmcc-sr-only {
      position: absolute;
      width: 1px;
      height: 1px;
      padding: 0;
      margin: -1px;
      overflow: hidden;
      clip: rect(0, 0, 0, 0);
      white-space: nowrap;
      border: 0;
    }

    .cmcc-nav-list {
      display: flex;
      align-items: center;
      justify-content: center;
      flex-wrap: wrap;
      column-gap: 2px;
      row-gap: 0;
      list-style: none;
      margin: 0;
      padding: 0;
      min-width: 0;
    }

    .cmcc-nav-item {
      position: static;
    }

    .cmcc-nav-trigger {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 5px 12px 0;
    font-size: 14px;
    line-height: 1;
    font-weight: 500;
    white-space: nowrap;
    color: #444;
    background: #fff;
    border: none;
    border-bottom: 5px solid transparent;
    cursor: pointer;
    font-family: "Gotham XNarrow SSm A", "Gotham XNarrow SSm B", Arial, sans-serif;
    }

    .cmcc-header .cmcc-nav-trigger,
    .cmcc-header .cmcc-nav-trigger:visited,
    .cmcc-header .cmcc-nav-trigger:hover,
    .cmcc-header .cmcc-nav-trigger:focus,
    .cmcc-header .cmcc-nav-trigger.active {
      color: #444 !important;
    }

    .cmcc-nav-trigger:hover,
    .cmcc-nav-trigger:focus,
    .cmcc-nav-item.is-open > .cmcc-nav-trigger,
    .cmcc-nav-trigger.active {
      border-bottom-color: #4b771c;
      outline: none;
    }

    .cmcc-search-trigger:hover,
    .cmcc-search-trigger:focus,
    .cmcc-nav-item.is-open > .cmcc-search-trigger {
      border-bottom-color: transparent;
      color: #4b771c;
    }

    /* Desktop search dropdown */
    .cmcc-search-panel {
    max-width: 820px;
    margin: 0 auto;
    padding: 18px 24px;
    }

    .cmcc-search-form {
    width: 100%;
    margin: 0;
    }

    .cmcc-search-input-wrap {
    position: relative;
    width: 100%;
    }

    .cmcc-search-input-icon {
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    color: #777;
    font-size: 16px;
    pointer-events: none;
    }

    .cmcc-search-input-wrap input {
    width: 100%;
    height: 44px;
    border: 1px solid #e7e7e7;
    background: #fafafa;
    color: #444;
    padding: 0 14px 0 42px;
    font-size: 15px;
    }

    .cmcc-search-input-wrap input::placeholder {
    color: #aaa;
    }

    .cmcc-mobile-label {
      display: none;
    }

    .cmcc-mega-menu {
      position: absolute;
      left: 0;
      right: 0;
      top: 100%;
      display: none;
      background: #fff;
      border-top: 1px solid #e7e7e7;
      border-bottom: 1px solid #e7e7e7;
      box-shadow: 0 10px 28px rgba(0, 0, 0, 0.12);
      z-index: 2000;
    }

    .cmcc-nav-item.is-open > .cmcc-mega-menu {
      display: block;
    }

    .cmcc-mega-inner {
      max-width: 1180px;
      margin: 0 auto;
      display: grid;
      grid-template-columns: 260px 1fr;
      gap: 32px;
      padding: 28px 24px 32px;
    }

    .cmcc-mega-intro {
      border-right: 1px solid #e7e7e7;
      padding-right: 24px;
    }

    .cmcc-kicker {
      margin: 0 0 8px;
      color: #4b771c;
      font-size: 13px;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 0.04em;
    }

    .cmcc-title {
      margin: 0 0 10px;
      font-size: 24px;
      line-height: 1.2;
      color: #222;
    }

    .cmcc-description {
      margin: 0;
      font-size: 14px;
      line-height: 1.6;
      color: #666;
    }

    /* Hide Overview accordion sections on desktop.
    Overview pages are shown as intro buttons instead. */
    .cmcc-overview-section {
    display: none;
    }

    .cmcc-overview-links {
    list-style: none;
    margin: 0;
    padding: 0;
    }

    .cmcc-overview-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 18px;
    min-height: 38px;
    padding: 0 16px;
    border-radius: 20px;
    background: #4b771c;
    color: #fff !important;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none !important;
    }

    .cmcc-overview-button:hover,
    .cmcc-overview-button:focus {
    background: #3f6418;
    color: #fff !important;
    outline: none;
    }

    .cmcc-columns {
      display: grid;
      grid-template-columns: repeat(3, minmax(180px, 1fr));
      gap: 22px;
    }

    .cmcc-menu-section {
      min-width: 0;
    }

    .cmcc-menu-section-split {
      grid-column: span 2;
    }

    .cmcc-section-toggle {
      width: 100%;
      margin: 0;
      padding: 8px 10px 8px 12px;
      border: 0;
      border-left: 4px solid #4b771c;
      background: #fafafa;
      color: #333;
      font-size: 15px;
      font-weight: 700;
      font-family: inherit;
      text-align: left;
      cursor: default;
      display: flex;
      justify-content: space-between;
      align-items: center;
      gap: 10px;
      text-transform: capitalize;
    }

    .cmcc-section-icon {
      display: none;
      color: #4b771c;
      font-weight: 700;
    }

    .cmcc-section-content {
      list-style: none;
      margin: 6px 0 0;
      padding: 0;
      border: 1px solid #e7e7e7;
      border-top: none;
      background: #fff;
    }

    .cmcc-section-content-split {
      display: grid;
      grid-template-columns: repeat(2, minmax(180px, 1fr));
      gap: 0;
      margin-top: 6px;
    }

    .cmcc-section-content-split .cmcc-section-content {
      margin-top: 0;
    }

    .cmcc-section-content-split .cmcc-section-content:first-child {
      border-right: none;
    }

    .cmcc-section-content-split .cmcc-section-content-continuation {
      border-left: 1px solid #e7e7e7;
    }

    .cmcc-section-content li {
      border-top: 1px solid #f0f0f0;
    }

    .cmcc-section-content a {
      display: block;
      padding: 9px 12px 9px 8px;
      border-left: 4px solid transparent;
      color: #444 !important;
      background: #fff !important;
      font-size: 14px;
      line-height: 1.3;
    }

    .cmcc-section-content a:hover,
    .cmcc-section-content a:focus {
      color: #111 !important;
      border-left-color: #4b771c;
      background: #fafafa !important;
      outline: none;
    }

    .cmcc-utilities {
      display: flex;
      align-items: center;
      justify-content: flex-end;
      gap: 8px;
      white-space: nowrap;
    }

    .cmcc-mobile-utilities {
    display: none;
    }

    .cmcc-utility-link {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 38px;
      padding: 0 15px;
      border-radius: 20px;
      font-size: 14px;
      font-weight: 600;
      font-family: "Gotham XNarrow SSm A", "Gotham XNarrow SSm B", Arial, sans-serif;
      color: #fff !important;
      background: #4d5357;
      white-space: nowrap;
      transition: background-color 160ms ease;
    }

    .cmcc-destination-link {
      background: #4b771c;
    }

    .cmcc-label-short {
      display: none;
    }

    .cmcc-utility-link:hover,
    .cmcc-utility-link:focus {
      color: #fff !important;
      background: #343a3e;
      outline: none;
    }

    .cmcc-destination-link:hover,
    .cmcc-destination-link:focus,
    .cmcc-destination-link.active {
      color: #fff !important;
      background: #365813;
    }

    .cmcc-main-link {
    gap: 4px;
    text-decoration: none !important;
    }

    .cmcc-main-link-icon {
    display: none !important;
    font-size: 10px;
    line-height: 1;
    color: #777;
    transform: translateY(-1px);
    }

    .cmcc-main-link:hover .cmcc-main-link-icon,
    .cmcc-main-link:focus .cmcc-main-link-icon {
    color: #777;
    }

    /* Desktop: open dropdowns on hover/focus */
    @media (min-width: 1101px) {
    .cmcc-nav-list {
        flex-wrap: nowrap;
    }

    .cmcc-header .cmcc-nav-item > a.cmcc-main-link:hover,
    .cmcc-header .cmcc-nav-item > a.cmcc-main-link:focus-visible {
        color: #4b771c !important;
        text-decoration: underline !important;
        text-decoration-thickness: 1px;
        text-underline-offset: 4px;
    }

    .cmcc-nav-item.is-open > .cmcc-mega-menu {
        display: none;
    }

    .cmcc-search-item.is-open > .cmcc-mega-menu {
        display: block;
    }

    .cmcc-nav-item:hover > .cmcc-mega-menu {
        display: block;
    }

    .cmcc-nav-item:hover > .cmcc-nav-trigger {
        border-bottom-color: #4b771c;
        outline: none;
    }

    .cmcc-mega-menu {
        pointer-events: auto;
    }

    .cmcc-mega-menu::before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: -24px;
        height: 24px;
    }

    .cmcc-main-link {
        text-decoration: none !important;
    }
    }

    /* =====================================================
       Smaller desktop adjustments
       ===================================================== */

    @media (min-width: 1101px) and (max-width: 1699px) {
      .cmcc-header-inner {
        grid-template-columns: clamp(82px, calc(9.19vw - 26.4px), 150px) minmax(0, 1fr) max-content;
        gap: 12px;
        padding: 10px 18px;
      }

      .cmcc-nav-list {
        column-gap: 2px;
      }

      .cmcc-nav-trigger {
        padding-left: 6px;
        padding-right: 6px;
        font-size: 14px;
      }

      .cmcc-utility-link {
        min-height: 36px;
        padding: 0 13px;
        font-size: 13px;
      }
    }

    @media (min-width: 1101px) and (max-width: 1450px) {
      .cmcc-utilities .cmcc-label-full {
        display: none;
      }

      .cmcc-utilities .cmcc-label-short {
        display: inline;
      }
    }

    /* =====================================================
    Desktop hover dropdown behavior
    Keeps the mega-menu open when hovering/focusing the
    top-level nav item or the dropdown itself.
    ===================================================== */

    @media (min-width: 1101px) {
    .cmcc-nav-item.is-open > .cmcc-mega-menu {
        display: none;
    }

    .cmcc-search-item.is-open > .cmcc-mega-menu {
        display: block;
    }

    .cmcc-nav-item:hover > .cmcc-mega-menu {
        display: block;
    }

    .cmcc-nav-item:hover > .cmcc-nav-trigger {
        border-bottom-color: #4b771c;
        outline: none;
    }

    .cmcc-mega-menu {
        pointer-events: auto;
    }

    .cmcc-main-link {
    gap: 4px;
    text-decoration: none !important;
    }

    .cmcc-main-link-icon {
    font-size: 10px;
    line-height: 1;
    color: #777;
    transform: translateY(-1px);
    }
    }

    /* =====================================================
       Mobile right-side drawer
       ===================================================== */

    @media (max-width: 1100px) {
      body.cmcc-mobile-open {
        overflow: hidden;
      }

      .cmcc-header-inner {
        display: flex;
        align-items: center;
        gap: 12px;
        padding: 10px 16px;
      }

      .cmcc-logo img {
        width: 82px;
      }

      .cmcc-mobile-toggle {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        margin-left: auto;
        width: 48px;
        height: 44px;
        border: 1px solid #e7e7e7;
        border-radius: 8px;
        background: #fff;
        color: #222;
        font-size: 24px;
        line-height: 1;
        cursor: pointer;
      }

      .cmcc-main-link-icon {
      display: none;
      }

      .cmcc-overview-button {
      display: none;
      }

      .cmcc-overview-section {
      display: none;
      }

      .cmcc-overview-links {
        display: block;
        margin: 0 0 12px;
        padding: 0;
        list-style: none;
      }

      .cmcc-overview-link {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
        padding: 11px 14px 11px 10px;
        border-left: 4px solid transparent;
        background: #fff;
        color: #444 !important;
        font-size: 14px;
        font-weight: 500;
        text-decoration: none !important;
      }

      .cmcc-overview-link:hover,
      .cmcc-overview-link:focus {
        border-left-color: #4b771c;
        background: #fafcf7;
        outline: none;
      }

      .cmcc-overview-link-icon {
        flex: 0 0 auto;
        color: #777;
        font-size: 20px;
        line-height: 1;
      }

      .cmcc-utilities {
      display: none;
      }

      .cmcc-mobile-utilities {
        display: flex;
        flex-direction: column;
        gap: 10px;
        width: 100%;
        padding: 18px 0 8px;
        margin-top: 12px;
        border-top: none;
      }

      .cmcc-mobile-utilities .cmcc-utility-link {
        flex: 0 0 auto;
        width: 100%;
        min-height: 44px;
        padding: 0 12px;
        border-radius: 22px;
        font-size: 14px;
        text-align: center;
      }

      .cmcc-nav-panel {
        display: flex;
        flex-direction: column;
        position: fixed;
        top: 0;
        right: 0;
        width: min(420px, 92vw);
        height: 100vh;
        max-width: 100vw;
        overflow-y: auto;
        overflow-x: hidden;
        overscroll-behavior: contain;
        background: #fff;
        border-left: 1px solid #e7e7e7;
        box-shadow: -8px 0 24px rgba(0, 0, 0, 0.18);
        z-index: 9999;
        padding: 16px;
        transform: translateX(100%);
        transition: transform 0.25s ease;
      }

      body.cmcc-mobile-open .cmcc-nav-panel {
        transform: translateX(0);
      }

      .cmcc-mobile-close {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        margin-left: auto;
        margin-bottom: 12px;
        width: 38px;
        height: 34px;
        border: 1px solid #e7e7e7;
        border-radius: 6px;
        background: #fff;
        color: #222;
        font-size: 24px;
        line-height: 1;
        cursor: pointer;
      }

      .cmcc-mobile-back {
        display: none;
        align-items: center;
        gap: 12px;
        width: 100%;
        margin: 0 0 16px;
        padding: 10px 0;
        border: 0;
        background: #fff;
        color: #222;
        font-size: 18px;
        font-weight: 600;
        text-align: left;
        cursor: pointer;
      }

      .cmcc-mobile-back-icon {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        position: relative;
        width: 34px;
        height: 34px;
        border-radius: 50%;
        background: #f0f0f0;
        color: transparent;
      }

      .cmcc-mobile-back-icon::before {
        content: "\2039";
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-54%, -53%);
        color: #222;
        font-size: 30px;
        font-weight: 700;
        line-height: 1;
      }

      .cmcc-nav-panel.cmcc-subpanel-open .cmcc-mobile-back {
        display: flex;
      }

      .cmcc-nav-list {
        display: flex;
        flex: 1 0 auto;
        flex-direction: column;
        align-items: stretch;
        justify-content: flex-start;
        width: 100%;
        gap: 0;
        list-style: none;
        margin: 0;
        padding: 0;
      }

      .cmcc-nav-item {
        width: 100%;
        border-bottom: 1px solid #e7e7e7;
      }

      .cmcc-nav-trigger {
        width: 100%;
        min-height: 0;
        padding: 14px 12px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 16px;
        text-align: left;
        font-size: 16px;
        font-weight: 500;
        border-bottom: none !important;
      }

      .cmcc-nav-trigger:hover,
      .cmcc-nav-trigger:focus,
      .cmcc-nav-item.is-open > .cmcc-nav-trigger,
      .cmcc-nav-trigger.active {
        border-bottom: none !important;
        border-left: 4px solid #4b771c;
        padding: 14px 12px 14px 8px;
        color: #222;
        background: #fafcf7;
      }

      .cmcc-nav-item:not(.cmcc-search-item) > .cmcc-nav-trigger::after {
        content: "\203A";
        flex: 0 0 auto;
        color: #777;
        font-size: 26px;
        font-weight: 700;
        line-height: 1;
      }

      .cmcc-nav-item.is-open:not(.cmcc-search-item) > .cmcc-nav-trigger::after {
        content: "\203A";
      }

      .cmcc-nav-panel.cmcc-subpanel-open .cmcc-search-item,
      .cmcc-nav-panel.cmcc-subpanel-open .cmcc-mobile-utilities {
        display: none;
      }

      .cmcc-nav-panel.cmcc-subpanel-open .cmcc-nav-item {
        display: none;
      }

      .cmcc-nav-panel.cmcc-subpanel-open .cmcc-nav-item.is-open {
        display: block;
        border-bottom: none;
      }

      .cmcc-nav-panel.cmcc-subpanel-open .cmcc-nav-item.is-open > .cmcc-nav-trigger {
        margin-bottom: 12px;
        padding: 16px 8px 16px 10px;
        border-left: 4px solid #4b771c;
        background: #fafcf7;
        font-size: 20px;
        font-weight: 600;
      }

      .cmcc-nav-panel.cmcc-subpanel-open .cmcc-nav-item.is-open > .cmcc-nav-trigger::after {
        content: "";
      }

      .cmcc-nav-panel.cmcc-subpanel-open .cmcc-nav-item.is-open > button.cmcc-nav-trigger {
        cursor: default;
      }

      .cmcc-nav-panel.cmcc-subpanel-open .cmcc-nav-item.is-open > a.cmcc-main-link:hover > span:first-child,
      .cmcc-nav-panel.cmcc-subpanel-open .cmcc-nav-item.is-open > a.cmcc-main-link:focus-visible > span:first-child {
        text-decoration: underline;
        text-decoration-thickness: 1px;
        text-underline-offset: 4px;
      }

      .cmcc-nav-panel.cmcc-subpanel-open .cmcc-nav-item.is-open > .cmcc-main-link .cmcc-main-link-icon {
        display: inline-flex !important;
        align-items: center;
        justify-content: center;
        margin-left: auto;
        position: relative;
        width: 28px;
        color: transparent;
        font-size: 24px;
        line-height: 1;
        transform: translateX(12px);
      }

      .cmcc-nav-panel.cmcc-subpanel-open .cmcc-nav-item.is-open > .cmcc-main-link .cmcc-main-link-icon::before {
        content: "\2197";
        color: #777;
      }

      .cmcc-mobile-label {
        display: inline;
      }

      .cmcc-mega-menu {
        position: static;
        display: none;
        box-shadow: none;
        border: none;
        background: #fff;
      }

      .cmcc-nav-item.is-open > .cmcc-mega-menu {
        display: block;
      }

      .cmcc-mega-inner {
        display: block;
        padding: 0 0 12px;
      }

      .cmcc-mega-intro {
        display: none;
      }

      .cmcc-columns {
        display: block;
      }

      .cmcc-menu-section-split {
        grid-column: auto;
      }

      .cmcc-menu-section {
        border-top: 1px solid #f0f0f0;
      }

      .cmcc-section-toggle {
        padding: 10px 12px 10px 24px;
        border-left: none;
        background: #fff;
        color: #444;
        font-size: 13px;
        font-weight: 600;
        letter-spacing: 0.03em;
        text-transform: uppercase;
        cursor: pointer;
      }

      .cmcc-section-toggle:hover,
      .cmcc-section-toggle:focus {
        border-left: 4px solid #4b771c;
        padding-left: 20px;
        outline: none;
      }

      .cmcc-section-icon {
        display: inline-block;
        transition: transform 0.2s ease;
      }

      .cmcc-section-content {
        display: none;
        margin: 0;
        border: none;
      }

      .cmcc-section-content-split {
        display: block;
        margin-top: 0;
      }

      .cmcc-section-content-split .cmcc-section-content {
        border: none;
      }

      .cmcc-section-content-split .cmcc-section-content-continuation {
        border-left: none;
      }

      .cmcc-menu-section.is-open .cmcc-section-content {
        display: block;
      }

      .cmcc-menu-section.is-open .cmcc-section-icon {
        transform: rotate(45deg);
      }

      .cmcc-section-content a {
        padding: 10px 14px 10px 38px;
        border-left: 4px solid transparent;
        font-size: 14px;
      }

      .cmcc-section-content a:hover,
      .cmcc-section-content a:focus {
        border-left-color: #4b771c;
      }

    .cmcc-search-item {
    padding: 14px 0 18px;
    border-bottom: 1px solid #e7e7e7;
    }

    .cmcc-search-item .cmcc-search-trigger {
    display: none;
    }

    .cmcc-search-item .cmcc-search-trigger:hover,
    .cmcc-search-item .cmcc-search-trigger:focus {
    border: none !important;
    padding: 0 0 8px;
    color: #444;
    }

    .cmcc-search-item .cmcc-mobile-label {
    display: inline;
    }

    .cmcc-search-item .cmcc-mega-menu {
    display: block;
    position: static;
    box-shadow: none;
    border: none;
    background: #fff;
    }

    .cmcc-search-item .cmcc-search-panel {
    padding: 0;
    margin: 0;
    }

    .cmcc-search-item .cmcc-search-input-wrap input {
    height: 42px;
    border-radius: 6px;
    background: #fff;
    }

    }
