body .site-footer.mm-site-footer {
    position: static;
    left: auto;
    right: auto;
    width: 100% !important;
    max-width: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-top: 48px;
    padding: 28px 0 36px;
    border-top: 1px solid #ececec;
    background: #fff;
    color: #111;
    box-sizing: border-box;
}

body .mm-site-footer__inner {
    width: 100%;
    max-width: 100%;
    padding-left: 32px;
    padding-right: 32px;
    box-sizing: border-box;
    margin: 0 auto;
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 24px;
}

body .mm-site-footer__brand,
body .mm-site-footer__meta {
    min-width: 0;
}

body .mm-site-footer__brand-link {
    display: inline-flex;
    align-items: center;
    color: #111;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.08em;
    text-decoration: none;
    text-transform: uppercase;
}

body .mm-site-footer__brand-link .mm-site-header__brand-image {
    display: block;
    width: auto;
    max-width: 180px;
    max-height: 20px;
    height: auto;
}

body .mm-site-footer__nav {
    min-width: 0;
}

body .mm-site-footer__nav .menu {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 10px 24px;
    margin: 0;
    padding: 0;
    list-style: none;
}

body .mm-site-footer__nav .menu li {
    margin: 0;
}

body .mm-site-footer__nav .menu a {
    color: #111;
    font-size: 13px;
    line-height: 1.4;
    text-decoration: none;
}

body .mm-site-footer__copyright {
    margin: 0;
    color: #555;
    font-size: 12px;
    line-height: 1.5;
    text-align: right;
}

@media (max-width: 1024px) {
    body .mm-site-footer__inner {
        grid-template-columns: 1fr;
        justify-items: center;
        text-align: center;
        gap: 16px;
    }

    body .mm-site-footer__nav .menu {
        justify-content: center;
    }

    body .mm-site-footer__copyright {
        text-align: center;
    }
}

@media (max-width: 767px) {
    body .mm-site-footer {
        margin-top: 36px;
        padding: 24px 0 28px;
    }

    body .mm-site-footer__inner {
        gap: 14px;
        padding-left: 24px;
        padding-right: 24px;
    }

    body .mm-site-footer__nav .menu {
        gap: 8px 18px;
    }
}

@media (max-width: 479px) {
    body .mm-site-footer__inner {
        padding-left: 16px;
        padding-right: 16px;
    }

    body .mm-site-footer__brand-link {
        font-size: 13px;
    }

    body .mm-site-footer__nav .menu a,
    body .mm-site-footer__copyright {
        font-size: 12px;
    }
}
