.site-header :where(.logo img, .logo svg) {
    margin-block: 1rem;
    width: 32rem;
    max-width: 100%;
    height: auto;
    display: block;
}

:where(.site-header ){
    .logo {
        padding-top: 6rem;
        min-width: 0;
    }

    .logo a,
    .logo .desktop-logo {
        display: block;
        max-width: 100%;
    }

    .mobile-stacked-logo {
        display: none;
    }
}


@media screen and (max-width: 600px) {
    .site-header {
        .mobile-stacked-logo {
            display: inline-block;
            width: 100%;
        }

        .desktop-logo {
            display: none;
        }
    }
}
