/* ==========================================================================
   MBM — Footer
   Colors and fonts use --wp--preset--* vars generated from theme.json.
   ========================================================================== */

.mbm-footer {
    background: var(--wp--preset--color--deep);
    color: var(--wp--preset--color--blue-grey);
    padding: 48px 0 32px;
    border-top: 1px solid rgba(184, 206, 222, 0.1);
}

/* ── Brand ─────────────────────────────────────────────────────────────── */

.footer-inner {
    margin-bottom: 40px;
}

.footer-brand {
    max-width: 280px;
}

.footer-logo {
    font-family: var(--wp--preset--font-family--display) !important;
    font-size: 1.5rem !important;
    font-weight: 600 !important;
    letter-spacing: -0.01em;
    margin-bottom: 14px !important;
}

.footer-logo a {
    color: var(--wp--preset--color--silver);
    text-decoration: none;
}

.footer-logo-accent {
    color: var(--wp--preset--color--accent);
}

.footer-brand p:not(.footer-logo) {
    font-size: var(--wp--preset--font-size--sm);
    font-weight: 300;
    line-height: 1.7;
    color: var(--wp--preset--color--blue-grey);
    max-width: 260px;
    margin: 0 !important;
}

/* ── Bottom bar ─────────────────────────────────────────────────────────── */

.footer-bottom {
    border-top: 1px solid rgba(184, 206, 222, 0.08);
    padding-top: 24px;
}

.footer-bottom p {
    font-size: var(--wp--preset--font-size--xs);
    font-weight: 300;
    color: var(--wp--preset--color--slate);
    margin: 0 !important;
}

/* ── Responsive ─────────────────────────────────────────────────────────── */

@media (max-width: 768px) {
    .footer-bottom.is-layout-flex {
        flex-direction: column;
        gap: 10px;
        text-align: center;
    }
}
