.gh-navigation {
    position: relative;
    min-height: 88px;
    overflow: visible;
    background: #05261c;
    color: #fff;
}

.gh-navigation::before,
.gh-navigation::after {
    position: absolute;
    right: 0;
    left: 0;
    content: "";
    pointer-events: none;
}

.gh-navigation::before {
    bottom: -10px;
    height: 10px;
    background: #16453d;
}

.gh-navigation::after {
    bottom: -14px;
    height: 4px;
    background: #f6b82d;
}

.gh-navigation + * {
    margin-top: 14px;
}

.gh-navigation-inner,
.gh-navigation-brand,
.gh-navigation-logo {
    overflow: visible;
}

.gh-navigation .gh-navigation-actions {
    background: transparent;
}

.gh-navigation :is(.gh-navigation-logo, a:not(.gh-button), .gh-icon-button) {
    color: #fff;
}

.gh-navigation .gh-button {
    color: #15171a;
    background: #fff;
}

.gh-navigation .gh-navigation-logo {
    position: relative;
    z-index: 2;
    width: 150px;
    height: 88px;
}

.gh-navigation .gh-navigation-logo img {
    position: absolute;
    top: -60px;
    left: 0;
    width: 160px;
    max-width: none;
    max-height: none !important;
}

.gh-navigation.is-left-logo .gh-navigation-inner {
    grid-template-columns: 180px 1fr auto;
}

.gh-navigation.is-left-logo .gh-navigation-menu {
    margin-right: 0;
    margin-left: 12px;
}

.gh-footer,
.gh-footer.has-accent-color {
    --color-darker-gray: #fff;
    --color-secondary-text: rgb(255 255 255 / 0.72);
    --color-border: rgb(255 255 255 / 0.18);
    margin-top: clamp(72px, 10vw, 144px);
    color: #fff;
    background: #05261c;
}

.gh-footer a:not(.gh-button) {
    color: #fff;
}

.gh-footer .gh-button {
    color: #15171a;
    background: #fff;
}

.gh-footer .gh-footer-bar {
    grid-template-columns: auto 1fr auto;
    border-top: 1px solid rgb(255 255 255 / 0.24);
    border-bottom: 1px solid rgb(255 255 255 / 0.14);
}

.gh-footer .gh-footer-logo {
    justify-self: start;
    padding: 12px 0 4px;
}

.gh-footer .gh-footer-logo img {
    width: 112px;
    max-width: none;
    max-height: none !important;
}

.gh-footer .gh-footer-copyright {
    color: rgb(255 255 255 / 0.7);
}

.gh-footer .gh-footer-signup-subhead {
    color: rgb(255 255 255 / 0.72);
}

.gh-footer .gh-form {
    background: rgb(255 255 255 / 0.08);
}

.gh-footer .gh-form:hover {
    background: rgb(255 255 255 / 0.12);
}

.gh-footer .gh-form-input,
.gh-footer .gh-form-input::placeholder,
.gh-footer button.gh-form-input,
.gh-footer .gh-form > svg {
    color: rgb(255 255 255 / 0.72);
}

.lmhc-home {
    padding: 48px 0 96px;
}

.lmhc-home-hero {
    position: relative;
    overflow: hidden;
    padding-top: clamp(32px, 5vw, 64px);
    padding-bottom: clamp(32px, 5vw, 64px);
}

.lmhc-home-hero.has-cover::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgb(5 38 28 / 0.92) 0%, rgb(5 38 28 / 0.78) 42%, rgb(5 38 28 / 0.18) 100%);
    pointer-events: none;
}

.lmhc-home-hero-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
}

.lmhc-home-hero-inner {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 720px);
}

.lmhc-home-hero-copy {
    display: grid;
    gap: 18px;
    color: #fff;
    padding: clamp(24px, 3vw, 40px);
    background: rgb(5 38 28 / 0.22);
    border: 1px solid rgb(255 255 255 / 0.12);
    border-radius: 28px;
    box-shadow: 0 24px 60px rgb(0 0 0 / 0.18);
    backdrop-filter: blur(6px);
}

.lmhc-home-kicker,
.lmhc-home-section-kicker {
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.lmhc-home-kicker {
    color: rgb(255 255 255 / 0.72);
}

.lmhc-home-hero-title {
    display: grid;
    gap: 0.06em;
    max-width: 100%;
    font-size: clamp(4.2rem, 5vw, 7.2rem);
    line-height: 0.92;
}

.lmhc-home-hero-title-top,
.lmhc-home-hero-title-bottom {
    display: block;
    max-width: 100%;
}

.lmhc-home-hero-title-top {
    color: #f6b82d;
    font-family: "Arial Narrow", "Helvetica Neue Condensed Bold", "Helvetica Neue Condensed", var(--font-sans);
    font-size: 1em;
    font-weight: 800;
    letter-spacing: -0.04em;
    line-height: 0.88;
    text-transform: uppercase;
}

.lmhc-home-hero-title-bottom {
    color: #fff;
    font-family: var(--font-sans);
    font-size: 0.76em;
    font-weight: 800;
    letter-spacing: -0.04em;
    line-height: 0.92;
    white-space: nowrap;
}


.lmhc-home-hero-description {
    max-width: 60ch;
    font-size: 2rem;
    color: rgb(255 255 255 / 0.82);
}

.lmhc-home-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 8px;
}

.lmhc-home-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.8em 1.4em;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1;
    color: #fff;
    cursor: pointer;
    background: transparent;
    border: 1px solid rgb(255 255 255 / 0.35);
    border-radius: 999px;
}

.lmhc-home-secondary:hover {
    background: rgb(255 255 255 / 0.08);
}

.lmhc-home-section {
    margin-top: 72px;
}

.lmhc-home-section-header {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 24px;
}

.lmhc-home-section-title {
    font-size: clamp(2.8rem, 2vw, 3.8rem);
    line-height: 1;
}

.lmhc-home-section-link {
    display: inline-flex;
    gap: 4px;
    align-items: center;
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}

.lmhc-home-section-link svg {
    width: 18px;
    height: 18px;
}

.lmhc-home-latest {
    display: grid;
    grid-template-columns: minmax(0, 1.4fr) minmax(280px, 0.9fr);
    gap: var(--grid-gap);
    align-items: start;
}

.lmhc-home-stack {
    display: grid;
    gap: 24px;
}

.lmhc-home-grid {
    display: grid;
    gap: 24px;
}

.lmhc-home-grid-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.lmhc-home-grid-sponsors {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.lmhc-home-story,
.lmhc-home-sponsor {
    position: relative;
}

.lmhc-home-story-link,
.lmhc-home-sponsor-link {
    display: flex;
    flex-direction: column;
    gap: 18px;
    height: 100%;
}

.lmhc-home-story-image {
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: var(--color-lighter-gray);
}

.lmhc-home-story-featured .lmhc-home-story-image {
    aspect-ratio: 16 / 9;
}

.lmhc-home-story-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.lmhc-home-story-content {
    display: grid;
    gap: 10px;
}

.lmhc-home-story-tag {
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--ghost-accent-color);
}

.lmhc-home-story-featured .lmhc-home-story-title {
    font-size: clamp(3.2rem, 2.8vw, 4.8rem);
    line-height: 0.98;
}

.lmhc-home-story-card .lmhc-home-story-title {
    font-size: 2.4rem;
    line-height: 1.04;
}

.lmhc-home-story-excerpt,
.lmhc-home-sponsor-excerpt {
    font-size: 1.6rem;
    color: var(--color-secondary-text);
}

.lmhc-home-story-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    font-size: 1.3rem;
    font-weight: 600;
    color: var(--color-secondary-text);
}

.lmhc-home-story-meta time::before {
    content: "•";
    margin-right: 8px;
}

.lmhc-home-sponsor-link {
    gap: 0;
    min-height: 100%;
    border: 1px solid var(--color-border);
}

.lmhc-home-sponsor-media {
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 16 / 10;
    padding: 24px;
    background: rgb(0 0 0 / 0.02);
}

.lmhc-home-sponsor-media img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.lmhc-home-sponsor-body {
    display: grid;
    gap: 8px;
    padding: 18px;
}

.lmhc-home-sponsor-title {
    font-size: 2rem;
    line-height: 1.08;
}

.lmhc-home-sponsor-name {
    font-size: 2.2rem;
    text-align: center;
}

@media (max-width: 1100px) {
    .lmhc-home-grid-3,
    .lmhc-home-grid-sponsors {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 991px) {
    .gh-navigation {
        min-height: 80px;
    }

    .gh-navigation .gh-navigation-logo {
        width: 128px;
        height: 80px;
    }

    .gh-navigation .gh-navigation-logo img {
        top: -38px;
        width: 120px;
    }

    .gh-footer .gh-footer-logo {
        align-self: flex-start;
        padding-top: 0;
    }

    .lmhc-home {
        padding-top: 32px;
    }

    .lmhc-home-latest,
    .lmhc-home-grid-3,
    .lmhc-home-grid-sponsors {
        grid-template-columns: 1fr;
    }

    .lmhc-home-story-card .lmhc-home-story-link {
        display: grid;
        grid-template-columns: minmax(180px, 240px) minmax(0, 1fr);
        align-items: start;
    }

    .lmhc-home-story-card .lmhc-home-story-image {
        aspect-ratio: 4 / 3;
    }
}

@media (min-width: 1100px) {
    .lmhc-home-hero-inner {
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    }

    .lmhc-home-hero-copy {
        grid-column: 2;
        width: min(100%, 820px);
        max-width: 820px;
        aspect-ratio: 4 / 3;
        align-content: start;
        justify-self: start;
    }
}

@media (max-width: 767px) {
    .lmhc-home-hero-copy {
        padding: 20px;
    }

    .gh-navigation {
        min-height: 64px;
    }

    .gh-navigation::before {
        bottom: -8px;
        height: 8px;
    }

    .gh-navigation::after {
        bottom: -12px;
    }

    .gh-navigation + * {
        margin-top: 12px;
    }

    .gh-navigation .gh-navigation-brand {
        height: 64px;
    }

    .gh-navigation .gh-navigation-logo {
        width: 104px;
        height: 64px;
    }

    .gh-navigation .gh-navigation-logo img {
        top: -9px;
        width: clamp(88px, 28vw, 104px);
    }

    .gh-footer .gh-footer-logo img {
        width: 84px;
    }

    .lmhc-home-hero-description {
        font-size: 1.8rem;
    }

    .lmhc-home-section {
        margin-top: 56px;
    }

    .lmhc-home-section-header {
        align-items: start;
        flex-direction: column;
    }

    .lmhc-home-story-card .lmhc-home-story-link {
        grid-template-columns: 1fr;
    }
}

@media (min-width: 768px) {
    .gh-navigation .gh-navigation-menu .nav > li {
        opacity: 1;
    }
}
