/* CUNAM v99 — borderless transparent state and fixed header geometry. */

@media (min-width: 1024px) {
    /* At the top of the page the header must merge with the hero completely. */
    body:not(.header-scrolled):not(.cunam-premium-nav-open) .cunam-premium-shell,
    body:not(.cunam-premium-nav-open) .cunam-premium-header:not(.is-scrolled) .cunam-premium-shell {
        background: transparent !important;
        border: 0 !important;
        box-shadow: none !important;
        backdrop-filter: none !important;
        -webkit-backdrop-filter: none !important;
    }

    body:not(.header-scrolled):not(.cunam-premium-nav-open) .cunam-premium-shell::before,
    body:not(.header-scrolled):not(.cunam-premium-nav-open) .cunam-premium-shell::after,
    body:not(.cunam-premium-nav-open) .cunam-premium-header:not(.is-scrolled) .cunam-premium-shell::before,
    body:not(.cunam-premium-nav-open) .cunam-premium-header:not(.is-scrolled) .cunam-premium-shell::after {
        border: 0 !important;
        box-shadow: none !important;
        opacity: 0 !important;
    }

    /* Opening and closing navigation may change colors, never geometry. */
    .cunam-premium-header,
    body.cunam-premium-nav-open .cunam-premium-header,
    .cunam-premium-header.is-scrolled {
        height: 82px !important;
        min-height: 82px !important;
    }

    .cunam-premium-shell,
    body.cunam-premium-nav-open .cunam-premium-shell,
    body.header-scrolled .cunam-premium-shell,
    .cunam-premium-header.is-scrolled .cunam-premium-shell {
        box-sizing: border-box !important;
        height: 82px !important;
        min-height: 82px !important;
        max-height: 82px !important;
        padding: 0 20px 0 22px !important;
        gap: 18px !important;
        transform: none !important;
        transition: background-color .24s ease, border-color .24s ease, box-shadow .24s ease !important;
    }

    .cunam-premium-brand,
    body.cunam-premium-nav-open .cunam-premium-brand {
        height: 64px !important;
        min-height: 64px !important;
        max-height: 64px !important;
        margin: 0 !important;
        transform: none !important;
    }

    .cunam-premium-actions,
    body.cunam-premium-nav-open .cunam-premium-actions {
        height: 48px !important;
        min-height: 48px !important;
        max-height: 48px !important;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
        transform: none !important;
    }

    .premium-menu-button,
    body.cunam-premium-nav-open .premium-menu-button {
        width: 48px !important;
        min-width: 48px !important;
        height: 48px !important;
        min-height: 48px !important;
        max-height: 48px !important;
        padding: 0 !important;
        margin: 0 !important;
        transform: none !important;
    }

    .premium-language,
    body.cunam-premium-nav-open .premium-language,
    .cunam-premium-header .language-switcher-list,
    body.cunam-premium-nav-open .cunam-premium-header .language-switcher-list {
        height: 44px !important;
        min-height: 44px !important;
        max-height: 44px !important;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
        transform: none !important;
    }

    .premium-appointment-button,
    body.cunam-premium-nav-open .premium-appointment-button {
        box-sizing: border-box !important;
        height: 46px !important;
        min-height: 46px !important;
        max-height: 46px !important;
        margin: 0 !important;
        transform: none !important;
    }
}
