:root {
    --kmgm-width: 1240px;
    --kmgm-border: rgba(15, 23, 42, .12);
    --kmgm-text: #172033;
    --kmgm-muted: #64748b;
    --kmgm-surface: #ffffff;
    --kmgm-dark: #101827;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    color: var(--kmgm-text);
    background: var(--kmgm-surface);
    font-family:
        Inter,
        system-ui,
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        sans-serif;
}

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

a {
    color: inherit;
}

.kmgm-header {
    position: relative;
    z-index: 1000;
    background: #fff;
    border-bottom: 1px solid var(--kmgm-border);
}

.kmgm-header__inner {
    width: min(calc(100% - 40px), var(--kmgm-width));
    min-height: 76px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 28px;
}

.kmgm-brand {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    text-decoration: none;
    line-height: 1.05;
}

.kmgm-brand strong {
    font-size: 1.15rem;
    letter-spacing: -.02em;
}

.kmgm-brand span {
    margin-top: 5px;
    color: var(--kmgm-muted);
    font-size: .78rem;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.kmgm-navigation {
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 22px;
}

.kmgm-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 20px;
}

.kmgm-menu a {
    font-size: .9rem;
    font-weight: 600;
    text-decoration: none;
}

.kmgm-menu a:hover,
.kmgm-menu a:focus {
    text-decoration: underline;
    text-underline-offset: 5px;
}

.kmgm-account {
    padding: 11px 17px;
    color: #fff;
    background: var(--kmgm-dark);
    border-radius: 7px;
    font-size: .9rem;
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
}

.kmgm-menu-toggle {
    display: none;
    margin-left: auto;
    padding: 9px 13px;
    background: #fff;
    border: 1px solid var(--kmgm-border);
    border-radius: 6px;
    font: inherit;
    font-weight: 700;
    cursor: pointer;
}

.kmgm-main {
    min-height: 55vh;
}

.kmgm-article {
    width: min(calc(100% - 40px), 900px);
    margin: 60px auto;
}

.kmgm-footer {
    padding: 52px 0 28px;
    color: #fff;
    background: var(--kmgm-dark);
}

.kmgm-footer__inner {
    width: min(calc(100% - 40px), var(--kmgm-width));
    margin: 0 auto;
}

.kmgm-footer p {
    color: rgba(255, 255, 255, .72);
}

.kmgm-footer__mission {
    margin-top: 30px;
}

.kmgm-footer__bottom {
    margin-top: 36px;
    padding-top: 22px;
    border-top: 1px solid rgba(255, 255, 255, .15);
    display: flex;
    justify-content: space-between;
    gap: 20px;
    font-size: .86rem;
}

.kmgm-footer__bottom a {
    color: #fff;
}

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

@media (max-width: 1100px) {
    .kmgm-menu-toggle {
        display: inline-flex;
    }

    .kmgm-navigation {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        display: none;
        margin: 0;
        padding: 22px;
        background: #fff;
        border-bottom: 1px solid var(--kmgm-border);
        box-shadow: 0 12px 25px rgba(15, 23, 42, .08);
    }

    .kmgm-header.is-open .kmgm-navigation {
        display: block;
    }

    .kmgm-menu {
        display: flex;
        align-items: stretch;
        flex-direction: column;
        gap: 0;
    }

    .kmgm-menu a {
        display: block;
        padding: 11px 0;
    }

    .kmgm-account {
        display: inline-block;
        margin-top: 15px;
    }
}

@media (max-width: 600px) {
    .kmgm-header__inner {
        width: min(calc(100% - 28px), var(--kmgm-width));
    }

    .kmgm-footer__bottom {
        flex-direction: column;
    }
}

.kmgm-brand {
    display: inline-block;
    flex: 0 0 auto;
    color: #172033;
    font-size: 1.15rem;
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: -.02em;
    text-decoration: none;
    white-space: nowrap;
}

.kmgm-brand:hover,
.kmgm-brand:focus {
    text-decoration: none;
}

/* Leadership About 2 */

.kmgm-about-hero {
    padding: 96px 20px;
    color: #fff;
    background: var(--kmgm-dark);
}

.kmgm-about-hero-inner,
.kmgm-section-inner {
    width: min(100%, var(--kmgm-width));
    margin: 0 auto;
}

.kmgm-about-hero-inner {
    max-width: 860px;
    text-align: center;
}

.kmgm-eyebrow {
    margin: 0 0 14px;
    font-size: .8rem;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.kmgm-about-hero .kmgm-eyebrow {
    color: #dbe4f0;
}

.kmgm-about-hero h1 {
    margin: 0;
    color: #fff;
    font-size: clamp(2.4rem, 6vw, 4.5rem);
    line-height: 1.05;
    letter-spacing: -.04em;
}

.kmgm-about-hero h1 + p {
    max-width: 720px;
    margin: 24px auto 0;
    color: #e2e8f0;
    font-size: 1.15rem;
    line-height: 1.75;
}

.kmgm-leadership-values {
    padding: 88px 20px;
    background: #f8fafc;
}

.kmgm-leadership-values .kmgm-section-inner {
    max-width: 1100px;
}

.kmgm-leadership-values > .kmgm-section-inner > .kmgm-eyebrow {
    color: var(--kmgm-muted);
    text-align: center;
}

.kmgm-leadership-values h2 {
    max-width: 760px;
    margin: 0 auto 44px;
    color: var(--kmgm-text);
    font-size: clamp(2rem, 4vw, 3rem);
    line-height: 1.15;
    text-align: center;
}

.kmgm-values-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.kmgm-value-card {
    padding: 34px;
    background: #fff;
    border: 1px solid var(--kmgm-border);
    border-radius: 14px;
}

.kmgm-value-card h3 {
    margin: 0 0 12px;
    color: var(--kmgm-text);
    font-size: 1.35rem;
}

.kmgm-value-card p {
    margin: 0;
    color: #475569;
    line-height: 1.75;
}

@media (max-width: 760px) {
    .kmgm-about-hero {
        padding: 72px 20px;
    }

    .kmgm-leadership-values {
        padding: 64px 20px;
    }

    .kmgm-values-grid {
        grid-template-columns: 1fr;
    }

    .kmgm-value-card {
        padding: 28px;
    }
}

/* Leadership Inner Pages */

.kmgm-inner-hero {
    padding: 82px 20px;
    color: #fff;
    background: var(--kmgm-dark);
}

.kmgm-inner-hero .kmgm-section-inner {
    max-width: 900px;
}

.kmgm-inner-hero .kmgm-eyebrow {
    color: #dbe4f0;
}

.kmgm-inner-hero h1 {
    max-width: 850px;
    margin: 0;
    color: #fff;
    font-size: clamp(2.35rem, 5vw, 4rem);
    line-height: 1.08;
    letter-spacing: -.035em;
}

.kmgm-inner-hero h1 + p {
    max-width: 760px;
    margin: 22px 0 0;
    color: #e2e8f0;
    font-size: 1.1rem;
    line-height: 1.75;
}

.kmgm-inner-section {
    padding: 76px 20px;
}

.kmgm-inner-section--soft {
    background: #f8fafc;
}

.kmgm-inner-section .kmgm-section-inner {
    max-width: 1100px;
}

.kmgm-inner-heading {
    max-width: 760px;
    margin-bottom: 38px;
}

.kmgm-inner-heading .kmgm-eyebrow {
    color: var(--kmgm-muted);
}

.kmgm-inner-heading h2 {
    margin: 0 0 16px;
    color: var(--kmgm-text);
    font-size: clamp(1.8rem, 4vw, 2.75rem);
    line-height: 1.15;
}

.kmgm-inner-heading p {
    margin: 0;
    color: #475569;
    line-height: 1.75;
}

.kmgm-inner-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.kmgm-inner-card {
    padding: 32px;
    background: #fff;
    border: 1px solid var(--kmgm-border);
    border-radius: 14px;
}

.kmgm-inner-card h2,
.kmgm-inner-card h3 {
    margin: 0 0 12px;
    color: var(--kmgm-text);
}

.kmgm-inner-card p {
    margin: 0;
    color: #475569;
    line-height: 1.75;
}

.kmgm-inner-card p + p {
    margin-top: 14px;
}

.kmgm-inner-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 30px;
}

.kmgm-inner-button {
    display: inline-block;
    padding: 12px 18px;
    color: #fff;
    background: var(--kmgm-dark);
    border: 1px solid var(--kmgm-dark);
    border-radius: 7px;
    font-weight: 700;
    text-decoration: none;
}

.kmgm-inner-button:hover,
.kmgm-inner-button:focus {
    color: var(--kmgm-dark);
    background: #fff;
}

@media (max-width: 760px) {
    .kmgm-inner-hero {
        padding: 64px 20px;
    }

    .kmgm-inner-section {
        padding: 58px 20px;
    }

    .kmgm-inner-grid {
        grid-template-columns: 1fr;
    }

    .kmgm-inner-card {
        padding: 26px;
    }
}

/* Leadership Flagship Home */

.kmgm-leadership-home {
    background: #fff;
}

/* Hero */
.kmgm-leadership-hero {
    position: relative;
    overflow: hidden;
    padding: 112px 20px 104px;
    background:
        radial-gradient(
            circle at 88% 18%,
            rgba(212, 175, 55, .18),
            transparent 32%
        ),
        linear-gradient(
            135deg,
            #0f172a 0%,
            #172033 55%,
            #24324a 100%
        );
}

.kmgm-leadership-hero .kmgm-section-inner {
    max-width: 1180px;
}

.kmgm-leadership-hero h1 {
    max-width: 920px;
    font-size: clamp(3rem, 6vw, 5.4rem);
    line-height: 1.02;
}

.kmgm-leadership-hero h1 + p {
    max-width: 760px;
    font-size: 1.2rem;
}

.kmgm-leadership-hero .kmgm-inner-actions {
    margin-top: 34px;
}

.kmgm-leadership-hero .kmgm-inner-button:first-child {
    color: #101827;
    background: #d4af37;
    border-color: #d4af37;
}

.kmgm-leadership-hero .kmgm-inner-button:first-child:hover,
.kmgm-leadership-hero .kmgm-inner-button:first-child:focus {
    color: #101827;
    background: #fff;
    border-color: #fff;
}

.kmgm-leadership-hero .kmgm-inner-button:last-child {
    background: transparent;
    border-color: rgba(255, 255, 255, .55);
}


/* Mandate */
.kmgm-leadership-mandate {
    padding-top: 92px;
    padding-bottom: 92px;
}

.kmgm-leadership-mandate .kmgm-inner-heading {
    max-width: 850px;
}

.kmgm-leadership-mandate .kmgm-inner-card {
    min-height: 230px;
    padding: 36px;
    border-top: 4px solid #d4af37;
}


/* Formation */
.kmgm-leadership-formation {
    padding-top: 96px;
    padding-bottom: 96px;
    background: #eef2f7;
}

.kmgm-leadership-formation .kmgm-inner-card {
    display: flex;
    min-height: 310px;
    flex-direction: column;
    justify-content: space-between;
    padding: 36px;
}

.kmgm-leadership-formation .kmgm-inner-card h3 {
    font-size: 1.45rem;
}


/* Practice */
.kmgm-leadership-practice {
    padding-top: 96px;
    padding-bottom: 96px;
}

.kmgm-leadership-practice .kmgm-inner-grid {
    position: relative;
}

.kmgm-leadership-practice .kmgm-inner-card {
    position: relative;
    min-height: 225px;
    border: 0;
    border-top: 1px solid #cbd5e1;
    border-radius: 0;
    box-shadow: none;
}

.kmgm-leadership-practice .kmgm-inner-card::before {
    display: block;
    margin-bottom: 20px;
    color: #b08d26;
    font-size: .8rem;
    font-weight: 800;
    letter-spacing: .15em;
}

.kmgm-leadership-practice .kmgm-inner-card:nth-child(1)::before {
    content: "01";
}

.kmgm-leadership-practice .kmgm-inner-card:nth-child(2)::before {
    content: "02";
}

.kmgm-leadership-practice .kmgm-inner-card:nth-child(3)::before {
    content: "03";
}


/* Structure */
.kmgm-leadership-structure {
    padding-top: 96px;
    padding-bottom: 96px;
    color: #fff;
    background: #101827;
}

.kmgm-leadership-structure .kmgm-eyebrow,
.kmgm-leadership-structure .kmgm-inner-heading h2 {
    color: #fff;
}

.kmgm-leadership-structure .kmgm-inner-heading p {
    color: #cbd5e1;
}

.kmgm-leadership-structure .kmgm-inner-card {
    min-height: 300px;
    background: #172033;
    border-color: rgba(255, 255, 255, .12);
}

.kmgm-leadership-structure .kmgm-inner-card h3 {
    color: #fff;
}

.kmgm-leadership-structure .kmgm-inner-card p {
    color: #cbd5e1;
}

.kmgm-leadership-structure .kmgm-inner-button {
    color: #101827;
    background: #d4af37;
    border-color: #d4af37;
}


/* Resources feature */
.kmgm-leadership-resources {
    padding-top: 104px;
    padding-bottom: 104px;
}

.kmgm-leadership-resources .kmgm-section-inner {
    max-width: 980px;
}

.kmgm-leadership-resources .kmgm-inner-heading {
    max-width: 860px;
    margin-bottom: 0;
}

.kmgm-leadership-resources .kmgm-inner-heading h2 {
    max-width: 720px;
}


/* Mission feature */
.kmgm-leadership-mission {
    padding-top: 104px;
    padding-bottom: 104px;
    background:
        linear-gradient(
            135deg,
            #eef2f7 0%,
            #f8fafc 100%
        );
}

.kmgm-leadership-mission .kmgm-section-inner {
    max-width: 980px;
}

.kmgm-leadership-mission .kmgm-inner-heading {
    max-width: 860px;
    margin-bottom: 0;
}


/* Final CTA */
.kmgm-leadership-next-step {
    padding: 108px 20px;
    color: #fff;
    text-align: center;
    background:
        linear-gradient(
            135deg,
            #172033 0%,
            #0f172a 100%
        );
}

.kmgm-leadership-next-step .kmgm-section-inner {
    max-width: 900px;
}

.kmgm-leadership-next-step .kmgm-inner-heading {
    max-width: 800px;
    margin: 0 auto;
}

.kmgm-leadership-next-step .kmgm-eyebrow,
.kmgm-leadership-next-step h2 {
    color: #fff;
}

.kmgm-leadership-next-step .kmgm-inner-heading p {
    color: #cbd5e1;
}

.kmgm-leadership-next-step .kmgm-inner-actions {
    justify-content: center;
}

.kmgm-leadership-next-step .kmgm-inner-button:first-child {
    color: #101827;
    background: #d4af37;
    border-color: #d4af37;
}

.kmgm-leadership-next-step .kmgm-inner-button:last-child {
    background: transparent;
    border-color: rgba(255, 255, 255, .55);
}


/* Home responsive refinement */
@media (max-width: 760px) {
    .kmgm-leadership-hero {
        padding: 82px 20px 76px;
    }

    .kmgm-leadership-hero h1 {
        font-size: clamp(2.6rem, 11vw, 3.8rem);
    }

    .kmgm-leadership-mandate,
    .kmgm-leadership-formation,
    .kmgm-leadership-practice,
    .kmgm-leadership-structure,
    .kmgm-leadership-resources,
    .kmgm-leadership-mission,
    .kmgm-leadership-next-step {
        padding-top: 72px;
        padding-bottom: 72px;
    }
}

/* Leadership Header Keyboard Focus */
.kmgm-brand:focus-visible,
.kmgm-menu-toggle:focus-visible,
.kmgm-menu a:focus-visible,
.kmgm-account:focus-visible {
    outline: 3px solid #d4af37;
    outline-offset: 3px;
}

/* Leadership Semantic Page Refinement */

/* About */
.kmgm-page--about .kmgm-inner-hero {
    background:
        linear-gradient(
            135deg,
            #101827 0%,
            #1e293b 100%
        );
}

.kmgm-page--about .kmgm-inner-heading {
    max-width: 820px;
}


/* Leadership Academy */
.kmgm-page--leadership-academy .kmgm-inner-hero {
    background:
        linear-gradient(
            135deg,
            #101827 0%,
            #24324a 100%
        );
}

.kmgm-page--leadership-academy .kmgm-inner-card {
    border-top: 4px solid #d4af37;
}


/* Mentorship */
.kmgm-page--mentorship .kmgm-inner-hero {
    color: var(--kmgm-text);
    background: #eef2f7;
}

.kmgm-page--mentorship .kmgm-inner-hero .kmgm-eyebrow,
.kmgm-page--mentorship .kmgm-inner-hero h1 {
    color: var(--kmgm-text);
}

.kmgm-page--mentorship .kmgm-inner-hero h1 + p {
    color: #475569;
}

.kmgm-page--mentorship .kmgm-inner-card {
    border-left: 4px solid #64748b;
}


/* Coaching */
.kmgm-page--coaching .kmgm-inner-hero {
    background:
        linear-gradient(
            135deg,
            #172033 0%,
            #334155 100%
        );
}

.kmgm-page--coaching .kmgm-inner-card {
    border-top: 4px solid #475569;
}


/* Leadership Resources */
.kmgm-page--leadership-resources .kmgm-inner-hero {
    color: var(--kmgm-text);
    background: #f8fafc;
    border-bottom: 1px solid var(--kmgm-border);
}

.kmgm-page--leadership-resources .kmgm-inner-hero .kmgm-eyebrow,
.kmgm-page--leadership-resources .kmgm-inner-hero h1 {
    color: var(--kmgm-text);
}

.kmgm-page--leadership-resources .kmgm-inner-hero h1 + p {
    color: #475569;
}

.kmgm-page--leadership-resources .kmgm-inner-card {
    background: #f8fafc;
}


/* Executive Leadership */
.kmgm-page--executive-leadership .kmgm-inner-hero {
    background: #101827;
}

.kmgm-page--executive-leadership .kmgm-inner-card {
    border-top: 4px solid #d4af37;
}


/* Regional Leadership */
.kmgm-page--regional-leadership .kmgm-inner-hero {
    background:
        linear-gradient(
            135deg,
            #172033 0%,
            #2f3f57 100%
        );
}

.kmgm-page--regional-leadership .kmgm-inner-card {
    border-left: 4px solid #475569;
}


/* Governance */
.kmgm-page--governance .kmgm-inner-hero {
    background: #172033;
}

.kmgm-page--governance .kmgm-inner-card {
    border-top: 3px solid #334155;
}


/* Contact */
.kmgm-page--contact .kmgm-inner-hero {
    color: var(--kmgm-text);
    background: #f8fafc;
    border-bottom: 1px solid var(--kmgm-border);
}

.kmgm-page--contact .kmgm-inner-hero .kmgm-eyebrow,
.kmgm-page--contact .kmgm-inner-hero h1 {
    color: var(--kmgm-text);
}

.kmgm-page--contact .kmgm-inner-hero h1 + p {
    color: #475569;
}

.kmgm-page--contact .kmgm-inner-actions {
    margin-top: 34px;
}


/* Shared refinement */
.kmgm-page .kmgm-inner-card {
    box-shadow: 0 10px 28px rgba(15, 23, 42, .05);
}

.kmgm-page .kmgm-inner-card {
    transition:
        transform .18s ease,
        box-shadow .18s ease;
}

.kmgm-page .kmgm-inner-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 16px 34px rgba(15, 23, 42, .09);
}

@media (prefers-reduced-motion: reduce) {
    .kmgm-page .kmgm-inner-card {
        transition: none;
    }

    .kmgm-page .kmgm-inner-card:hover {
        transform: none;
    }
}

/* Leadership Reduced Motion */
@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }
}

/* Leadership Enterprise Brand Logo */
.kmgm-brand {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 11px;
}
.kmgm-brand__logo {
    display: block;
    width: 50px;
    height: 50px;
    flex: 0 0 50px;
    object-fit: contain;
}
.kmgm-brand__text {
    display: flex;
    flex-direction: column;
    line-height: 1.05;
}
.kmgm-brand__text strong {
    color: #172033;
    font-size: 1.05rem;
    font-weight: 800;
    letter-spacing: -.02em;
}
.kmgm-brand__text > span {
    margin-top: 4px;
    color: var(--kmgm-muted);
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .09em;
    text-transform: uppercase;
}

/* Leadership Mobile Navigation Layer Fix */
.kmgm-header {
    position: relative;
    z-index: 1000;
}

@media (max-width: 1100px) {
    .kmgm-navigation {
        z-index: 1001;
    }
}

/* === KMGM Leadership Hierarchical Navigation START === */

.kmgm-menu > .menu-item {
    position: relative;
}

.kmgm-menu .sub-menu {
    position: absolute;
    z-index: 1100;
    top: 100%;
    left: 0;
    width: max-content;
    min-width: 235px;
    margin: 0;
    padding: 10px 0;
    list-style: none;
    color: var(--kmgm-text);
    background: #fff;
    border: 1px solid var(--kmgm-border);
    border-radius: 9px;
    box-shadow: 0 16px 35px rgba(15, 23, 42, .12);
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px);
    transition:
        opacity .16s ease,
        visibility .16s ease,
        transform .16s ease;
}

.kmgm-menu .sub-menu a {
    display: block;
    padding: 10px 16px;
    white-space: nowrap;
}

.kmgm-menu .sub-menu a:hover,
.kmgm-menu .sub-menu a:focus {
    background: #f8fafc;
    text-decoration: none;
}

.kmgm-menu >
.menu-item-has-children:hover >
.sub-menu,

.kmgm-menu >
.menu-item-has-children:focus-within >
.sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.kmgm-submenu-toggle {
    display: none;
}

@media (max-width: 1100px) {

    .kmgm-menu >
    .menu-item-has-children {
        position: relative;
    }

    .kmgm-menu >
    .menu-item-has-children >
    a {
        padding-right: 48px;
    }

    .kmgm-submenu-toggle {
        position: absolute;
        top: 5px;
        right: 0;
        width: 38px;
        height: 38px;
        padding: 0;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        color: var(--kmgm-text);
        background: #fff;
        border: 1px solid var(--kmgm-border);
        border-radius: 6px;
        font: inherit;
        font-weight: 800;
        cursor: pointer;
    }

    .kmgm-submenu-toggle:hover,
    .kmgm-submenu-toggle:focus {
        background: #f8fafc;
    }

    .kmgm-submenu-toggle:focus-visible {
        outline: 3px solid #d4af37;
        outline-offset: 2px;
    }

    .kmgm-submenu-toggle__icon {
        display: block;
        transition: transform .16s ease;
    }

    .menu-item-has-children.submenu-open >
    .kmgm-submenu-toggle
    .kmgm-submenu-toggle__icon {
        transform: rotate(180deg);
    }

    .kmgm-menu .sub-menu {
        position: static;
        width: auto;
        min-width: 0;
        margin: 0 0 6px 14px;
        padding: 2px 0 5px 14px;
        display: none;
        opacity: 1;
        visibility: visible;
        transform: none;
        background: transparent;
        border: 0;
        border-left: 2px solid var(--kmgm-border);
        border-radius: 0;
        box-shadow: none;
        transition: none;
    }

    .kmgm-menu
    .menu-item-has-children.submenu-open >
    .sub-menu {
        display: block;
    }

    .kmgm-menu .sub-menu a {
        padding: 9px 0;
        white-space: normal;
        font-size: .88rem;
    }

    .kmgm-menu .sub-menu a:hover,
    .kmgm-menu .sub-menu a:focus {
        background: transparent;
        text-decoration: underline;
        text-underline-offset: 4px;
    }
}

@media (prefers-reduced-motion: reduce) {

    .kmgm-menu .sub-menu,
    .kmgm-submenu-toggle__icon {
        transition: none;
    }
}

/* === KMGM Leadership Hierarchical Navigation END === */


/* ==========================================================
   KMGM Leadership Contact + Newsletter Design System
   ========================================================== */

.kmgm-contact-page,
.kmgm-newsletter-page {
    --kmgm-page-navy: #071b33;
    --kmgm-page-navy-soft: #102b4c;
    --kmgm-page-gold: #c49a42;
    --kmgm-page-gold-light: #e5c779;
    --kmgm-page-ink: #172033;
    --kmgm-page-muted: #5e6878;
    --kmgm-page-line: #dce2e9;
    --kmgm-page-soft: #f5f7f9;
    --kmgm-page-white: #ffffff;

    overflow: hidden;
    background: var(--kmgm-page-white);
    color: var(--kmgm-page-ink);
}


/* ----------------------------------------------------------
   Containers and sections
   ---------------------------------------------------------- */

.kmgm-contact-page .kmgm-container,
.kmgm-newsletter-page .kmgm-container {
    width: min(1180px, calc(100% - 48px));
    margin-inline: auto;
}

.kmgm-contact-page .kmgm-section,
.kmgm-newsletter-page .kmgm-section {
    padding: 88px 0;
}

.kmgm-contact-page .kmgm-section--navy,
.kmgm-newsletter-page .kmgm-section--navy {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(
            circle at 88% 12%,
            rgba(196, 154, 66, .18),
            transparent 30%
        ),
        linear-gradient(
            135deg,
            var(--kmgm-page-navy),
            var(--kmgm-page-navy-soft)
        );
    color: var(--kmgm-page-white);
}

.kmgm-contact-page .kmgm-section--navy .kmgm-heading,
.kmgm-contact-page .kmgm-section--navy .kmgm-card__title,
.kmgm-newsletter-page .kmgm-section--navy .kmgm-heading,
.kmgm-newsletter-page .kmgm-section--navy .kmgm-card__title {
    color: var(--kmgm-page-white);
}

.kmgm-contact-page .kmgm-section--navy .kmgm-lead,
.kmgm-contact-page .kmgm-section--navy .kmgm-card__text,
.kmgm-newsletter-page .kmgm-section--navy .kmgm-lead,
.kmgm-newsletter-page .kmgm-section--navy .kmgm-card__text {
    color: rgba(255, 255, 255, .78);
}


/* ----------------------------------------------------------
   Hero
   ---------------------------------------------------------- */

.kmgm-contact-page .kmgm-hero,
.kmgm-newsletter-page .kmgm-hero {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    padding: 112px 0 104px;
    background:
        radial-gradient(
            circle at 82% 18%,
            rgba(229, 199, 121, .22),
            transparent 28%
        ),
        radial-gradient(
            circle at 12% 90%,
            rgba(196, 154, 66, .12),
            transparent 32%
        ),
        linear-gradient(
            135deg,
            #06172d 0%,
            #0b294b 58%,
            #12375d 100%
        );
    color: #fff;
}

.kmgm-contact-page .kmgm-hero::after,
.kmgm-newsletter-page .kmgm-hero::after {
    content: "";
    position: absolute;
    z-index: -1;
    width: 360px;
    height: 360px;
    right: -130px;
    bottom: -190px;
    border: 1px solid rgba(229, 199, 121, .22);
    border-radius: 50%;
}

.kmgm-contact-page .kmgm-hero__content,
.kmgm-newsletter-page .kmgm-hero__content {
    max-width: 900px;
}

.kmgm-contact-page .kmgm-eyebrow,
.kmgm-newsletter-page .kmgm-eyebrow {
    display: inline-block;
    margin: 0 0 18px;
    color: var(--kmgm-page-gold-light);
    font-size: .78rem;
    font-weight: 800;
    letter-spacing: .16em;
    line-height: 1.4;
    text-transform: uppercase;
}

.kmgm-contact-page .kmgm-display,
.kmgm-newsletter-page .kmgm-display {
    max-width: 940px;
    margin: 0;
    color: #fff;
    font-size: clamp(2.75rem, 6vw, 5.25rem);
    font-weight: 800;
    letter-spacing: -.045em;
    line-height: 1.01;
}

.kmgm-contact-page .kmgm-lead,
.kmgm-newsletter-page .kmgm-lead {
    max-width: 760px;
    margin: 24px 0 0;
    color: var(--kmgm-page-muted);
    font-size: 1.08rem;
    line-height: 1.8;
}

.kmgm-contact-page .kmgm-hero .kmgm-lead,
.kmgm-newsletter-page .kmgm-hero .kmgm-lead {
    color: rgba(255, 255, 255, .8);
    font-size: clamp(1.05rem, 2vw, 1.22rem);
}


/* ----------------------------------------------------------
   Section typography
   ---------------------------------------------------------- */

.kmgm-contact-page .kmgm-heading,
.kmgm-newsletter-page .kmgm-heading {
    max-width: 820px;
    margin: 0 0 20px;
    color: var(--kmgm-page-ink);
    font-size: clamp(2rem, 4vw, 3.2rem);
    font-weight: 800;
    letter-spacing: -.035em;
    line-height: 1.08;
}

.kmgm-contact-page .kmgm-section >
.kmgm-container >
.kmgm-lead,
.kmgm-newsletter-page .kmgm-section >
.kmgm-container >
.kmgm-lead {
    margin-bottom: 42px;
}


/* ----------------------------------------------------------
   Grids
   ---------------------------------------------------------- */

.kmgm-contact-page .kmgm-grid,
.kmgm-newsletter-page .kmgm-grid {
    display: grid;
    gap: 24px;
    margin-top: 34px;
}

.kmgm-contact-page .kmgm-grid--2,
.kmgm-newsletter-page .kmgm-grid--2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.kmgm-contact-page .kmgm-grid--3,
.kmgm-newsletter-page .kmgm-grid--3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}


/* ----------------------------------------------------------
   Cards
   ---------------------------------------------------------- */

.kmgm-contact-page .kmgm-card,
.kmgm-newsletter-page .kmgm-card {
    position: relative;
    min-width: 0;
    padding: 30px;
    border: 1px solid var(--kmgm-page-line);
    border-radius: 18px;
    background: #fff;
    box-shadow:
        0 1px 2px rgba(7, 27, 51, .03),
        0 16px 40px rgba(7, 27, 51, .06);
}

.kmgm-contact-page .kmgm-card::before,
.kmgm-newsletter-page .kmgm-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 30px;
    width: 42px;
    height: 3px;
    border-radius: 0 0 4px 4px;
    background: var(--kmgm-page-gold);
}

.kmgm-contact-page .kmgm-card__number,
.kmgm-newsletter-page .kmgm-card__number {
    display: block;
    margin-bottom: 18px;
    color: var(--kmgm-page-gold);
    font-size: .76rem;
    font-weight: 800;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.kmgm-contact-page .kmgm-card__title,
.kmgm-newsletter-page .kmgm-card__title {
    margin: 0 0 12px;
    color: var(--kmgm-page-ink);
    font-size: 1.25rem;
    font-weight: 800;
    line-height: 1.25;
}

.kmgm-contact-page .kmgm-card__text,
.kmgm-newsletter-page .kmgm-card__text {
    margin: 0;
    color: var(--kmgm-page-muted);
    line-height: 1.72;
}

.kmgm-contact-page .kmgm-card__text + .kmgm-card__text,
.kmgm-newsletter-page .kmgm-card__text + .kmgm-card__text {
    margin-top: 10px;
}

.kmgm-contact-page .kmgm-card a,
.kmgm-newsletter-page .kmgm-card a {
    color: #173f6c;
    font-weight: 700;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}


/* Navy cards */

.kmgm-contact-page .kmgm-section--navy .kmgm-card,
.kmgm-newsletter-page .kmgm-section--navy .kmgm-card {
    border-color: rgba(255, 255, 255, .13);
    background: rgba(255, 255, 255, .07);
    box-shadow: none;
}

.kmgm-contact-page .kmgm-section--navy .kmgm-card a,
.kmgm-newsletter-page .kmgm-section--navy .kmgm-card a {
    color: var(--kmgm-page-gold-light);
}


/* ----------------------------------------------------------
   Actions and buttons
   ---------------------------------------------------------- */

.kmgm-contact-page .kmgm-actions,
.kmgm-newsletter-page .kmgm-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
}

.kmgm-contact-page .kmgm-button,
.kmgm-newsletter-page .kmgm-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 13px 22px;
    border: 1px solid transparent;
    border-radius: 9px;
    font: inherit;
    font-size: .94rem;
    font-weight: 800;
    line-height: 1.2;
    text-decoration: none;
    cursor: pointer;
    transition:
        transform .18s ease,
        background-color .18s ease,
        border-color .18s ease,
        box-shadow .18s ease;
}

.kmgm-contact-page .kmgm-button--primary,
.kmgm-newsletter-page .kmgm-button--primary {
    border-color: var(--kmgm-page-gold);
    background: var(--kmgm-page-gold);
    color: #07182d;
    box-shadow: 0 10px 26px rgba(196, 154, 66, .18);
}

.kmgm-contact-page .kmgm-button--secondary,
.kmgm-newsletter-page .kmgm-button--secondary {
    border-color: #cbd4de;
    background: transparent;
    color: var(--kmgm-page-ink);
}

.kmgm-contact-page .kmgm-button:hover,
.kmgm-newsletter-page .kmgm-button:hover {
    transform: translateY(-1px);
}

.kmgm-contact-page .kmgm-button--primary:hover,
.kmgm-newsletter-page .kmgm-button--primary:hover {
    background: var(--kmgm-page-gold-light);
    border-color: var(--kmgm-page-gold-light);
}

.kmgm-contact-page .kmgm-button:focus-visible,
.kmgm-newsletter-page .kmgm-button:focus-visible {
    outline: 3px solid rgba(196, 154, 66, .38);
    outline-offset: 3px;
}


/* ----------------------------------------------------------
   Forms
   ---------------------------------------------------------- */

.kmgm-contact-page .kmgm-contact-form,
.kmgm-newsletter-page .kmgm-newsletter-form {
    margin-top: 8px;
}

.kmgm-contact-page .kmgm-contact-form p,
.kmgm-newsletter-page .kmgm-newsletter-form p {
    margin: 0 0 22px;
}

.kmgm-contact-page .kmgm-contact-form .kmgm-grid {
    margin-top: 0;
}

.kmgm-contact-page .kmgm-contact-form label,
.kmgm-newsletter-page .kmgm-newsletter-form label {
    display: block;
    margin-bottom: 8px;
    color: var(--kmgm-page-ink);
    font-size: .91rem;
    font-weight: 750;
    line-height: 1.45;
}

.kmgm-contact-page .kmgm-contact-form input:not([type="checkbox"]):not([type="hidden"]),
.kmgm-contact-page .kmgm-contact-form textarea,
.kmgm-contact-page .kmgm-contact-form select,
.kmgm-newsletter-page .kmgm-newsletter-form input:not([type="checkbox"]):not([type="hidden"]),
.kmgm-newsletter-page .kmgm-newsletter-form textarea,
.kmgm-newsletter-page .kmgm-newsletter-form select {
    box-sizing: border-box;
    width: 100%;
    min-height: 50px;
    margin: 0;
    padding: 12px 14px;
    border: 1px solid #c9d2dc;
    border-radius: 9px;
    outline: none;
    background: #fff;
    color: var(--kmgm-page-ink);
    font: inherit;
    font-size: 1rem;
    line-height: 1.45;
    transition:
        border-color .16s ease,
        box-shadow .16s ease,
        background-color .16s ease;
}

.kmgm-contact-page .kmgm-contact-form textarea,
.kmgm-newsletter-page .kmgm-newsletter-form textarea {
    min-height: 170px;
    resize: vertical;
}

.kmgm-contact-page .kmgm-contact-form input:focus,
.kmgm-contact-page .kmgm-contact-form textarea:focus,
.kmgm-contact-page .kmgm-contact-form select:focus,
.kmgm-newsletter-page .kmgm-newsletter-form input:focus,
.kmgm-newsletter-page .kmgm-newsletter-form textarea:focus,
.kmgm-newsletter-page .kmgm-newsletter-form select:focus {
    border-color: var(--kmgm-page-gold);
    box-shadow: 0 0 0 4px rgba(196, 154, 66, .14);
}

.kmgm-contact-page .kmgm-contact-form input[type="checkbox"],
.kmgm-newsletter-page .kmgm-newsletter-form input[type="checkbox"] {
    width: 18px;
    height: 18px;
    margin: 2px 9px 0 0;
    accent-color: var(--kmgm-page-gold);
    vertical-align: top;
}

.kmgm-contact-page .kmgm-contact-form p > label:has(input[type="checkbox"]),
.kmgm-newsletter-page .kmgm-newsletter-consent label {
    display: flex;
    align-items: flex-start;
    gap: 2px;
    color: var(--kmgm-page-muted);
    font-weight: 500;
    line-height: 1.6;
}

.kmgm-newsletter-page .kmgm-newsletter-form {
    max-width: 720px;
}

.kmgm-newsletter-page .kmgm-newsletter-form > p {
    max-width: 680px;
}

.kmgm-newsletter-page .kmgm-newsletter-form button {
    margin-top: 2px;
}


/* Forms placed inside navy sections */

.kmgm-contact-page .kmgm-section--navy .kmgm-contact-form label,
.kmgm-newsletter-page .kmgm-section--navy .kmgm-newsletter-form label {
    color: rgba(255, 255, 255, .92);
}

.kmgm-contact-page .kmgm-section--navy
.kmgm-contact-form p > label:has(input[type="checkbox"]),
.kmgm-newsletter-page .kmgm-section--navy
.kmgm-newsletter-consent label {
    color: rgba(255, 255, 255, .75);
}


/* ----------------------------------------------------------
   Form status
   ---------------------------------------------------------- */

.kmgm-contact-page .kmgm-contact-result,
.kmgm-newsletter-page #kmgm-newsletter-status {
    margin-top: 18px;
    font-size: .94rem;
    font-weight: 650;
    line-height: 1.6;
}

.kmgm-contact-page .kmgm-contact-result:not(:empty),
.kmgm-newsletter-page #kmgm-newsletter-status:not(:empty) {
    padding: 13px 15px;
    border: 1px solid rgba(196, 154, 66, .35);
    border-radius: 8px;
    background: rgba(196, 154, 66, .09);
}


/* ----------------------------------------------------------
   Page rhythm
   ---------------------------------------------------------- */

.kmgm-contact-page .kmgm-section:nth-of-type(even):not(.kmgm-section--navy),
.kmgm-newsletter-page .kmgm-section:nth-of-type(even):not(.kmgm-section--navy) {
    background: var(--kmgm-page-soft);
}

.kmgm-contact-page .kmgm-section + .kmgm-section,
.kmgm-newsletter-page .kmgm-section + .kmgm-section {
    border-top: 1px solid rgba(7, 27, 51, .05);
}


/* ----------------------------------------------------------
   Responsive
   ---------------------------------------------------------- */

@media (max-width: 900px) {
    .kmgm-contact-page .kmgm-grid--3,
    .kmgm-newsletter-page .kmgm-grid--3 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .kmgm-contact-page .kmgm-hero,
    .kmgm-newsletter-page .kmgm-hero {
        padding: 88px 0 82px;
    }
}

@media (max-width: 680px) {
    .kmgm-contact-page .kmgm-container,
    .kmgm-newsletter-page .kmgm-container {
        width: min(100% - 32px, 1180px);
    }

    .kmgm-contact-page .kmgm-section,
    .kmgm-newsletter-page .kmgm-section {
        padding: 62px 0;
    }

    .kmgm-contact-page .kmgm-hero,
    .kmgm-newsletter-page .kmgm-hero {
        padding: 72px 0 68px;
    }

    .kmgm-contact-page .kmgm-display,
    .kmgm-newsletter-page .kmgm-display {
        font-size: clamp(2.35rem, 12vw, 3.6rem);
    }

    .kmgm-contact-page .kmgm-grid--2,
    .kmgm-contact-page .kmgm-grid--3,
    .kmgm-newsletter-page .kmgm-grid--2,
    .kmgm-newsletter-page .kmgm-grid--3 {
        grid-template-columns: 1fr;
    }

    .kmgm-contact-page .kmgm-card,
    .kmgm-newsletter-page .kmgm-card {
        padding: 25px 22px;
        border-radius: 14px;
    }

    .kmgm-contact-page .kmgm-actions,
    .kmgm-newsletter-page .kmgm-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .kmgm-contact-page .kmgm-button,
    .kmgm-newsletter-page .kmgm-button {
        width: 100%;
    }
}

@media (prefers-reduced-motion: reduce) {
    .kmgm-contact-page .kmgm-button,
    .kmgm-newsletter-page .kmgm-button,
    .kmgm-contact-page .kmgm-contact-form input,
    .kmgm-contact-page .kmgm-contact-form textarea,
    .kmgm-contact-page .kmgm-contact-form select,
    .kmgm-newsletter-page .kmgm-newsletter-form input,
    .kmgm-newsletter-page .kmgm-newsletter-form textarea,
    .kmgm-newsletter-page .kmgm-newsletter-form select {
        transition: none;
    }
}

/* === KMGM Leadership Contact + Newsletter Design System END === */
