/* Desktop: 1024px+ — white top bar, black nav, white CTA */

@media screen and (min-width: 1024px) {
    .mobile-only {
        display: none !important;
    }

    .desktop-only {
        display: flex !important;
    }

    .site-header-custom {
        background: var(--color-white);
        border-bottom: none;
        padding: 0;
        box-shadow: none;
    }

    .mobile-menu-toggle {
        display: none !important;
    }

    .header-inner {
        padding: 0.65rem 2rem 0.5rem;
        max-width: 1240px;
        margin: 0 auto;
    }

    .header-top {
        display: grid;
        grid-template-columns: 1fr auto 1fr;
        align-items: center;
        min-height: 5.25rem;
        padding: 0;
        gap: 1rem;
    }

    .header-contact-left {
        display: flex !important;
        flex-direction: row;
        align-items: center;
        gap: 1.75rem;
        justify-self: start;
    }

    .header-logo-center {
        justify-self: center;
        grid-column: 2;
    }

    .header-contact-right {
        justify-self: end;
        min-width: 1px;
    }

    .header-phone.desktop-only {
        display: inline-flex !important;
    }

    .header-email.desktop-only {
        display: inline-flex !important;
    }

    .logo-atlanta {
        font-size: 2.65rem;
    }

    .logo-tagline {
        font-size: 0.68rem;
        letter-spacing: 0.48em;
        margin-top: 0.25rem;
    }

    .header-nav.desktop-only {
        display: block !important;
        background: var(--color-dark);
        border-bottom: none;
    }

    .header-menu {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: stretch;
        gap: 0.15rem 0.25rem;
        max-width: 1240px;
        margin: 0 auto;
        padding: 0.35rem 1rem 0.45rem;
    }

    .header-menu .menu-item {
        list-style: none;
    }

    .header-menu .menu-link {
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 44px;
        padding: 0.4rem 0.65rem;
        color: var(--color-white);
        font-weight: 600;
        font-size: 0.78rem;
        text-transform: uppercase;
        letter-spacing: 0.14em;
        text-decoration: none;
    }

    .header-menu .menu-link:hover,
    .header-menu .menu-link:focus-visible {
        color: #c8e6d4;
    }

    .header-menu .current-menu-item > .menu-link {
        color: #b8dfc8;
    }

    .header-cta-row {
        margin: 0;
        background: var(--color-white);
        border-top: 1px solid #e8e8e8;
        padding: 0.5rem 1rem 0.65rem;
    }

    .content-wrap {
        margin: 2rem auto;
        padding: 3rem;
        max-width: 1240px;
        border-radius: 4px;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
    }
}
