.mwm-footer {
  background: #050507;
  color: var(--mwm-text-on-dark-muted);
  padding: 80px 0 32px;
  border-top: 1px solid var(--mwm-surface-line);
}
.mwm-footer__top {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 56px;
  padding-bottom: 56px;
  border-bottom: 1px solid var(--mwm-surface-line);
}
.mwm-footer__logo img { height: 72px; width: auto; margin-bottom: 24px; }
.mwm-footer__brand p { font-size: 14px; line-height: 1.55; max-width: 320px; }
.mwm-footer__col h4 {
  font-family: var(--mwm-font-mono);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--mwm-red);
  margin: 0 0 20px;
}
.mwm-footer__col ul, .mwm-footer__links { list-style: none; display: flex; flex-direction: column; gap: 10px; padding: 0; margin: 0; }
.mwm-footer__col a { font-size: 14px; color: var(--mwm-text-on-dark-muted); transition: color 0.2s; }
.mwm-footer__col a:hover { color: var(--mwm-white); }
.mwm-footer__bottom {
  padding-top: 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
  font-family: var(--mwm-font-mono);
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--mwm-text-on-dark-dim);
}
.mwm-footer__legal { list-style: none; display: flex; gap: 24px; padding: 0; margin: 0; }
.mwm-footer__legal a { color: inherit; transition: color 0.2s; }
.mwm-footer__legal a:hover { color: var(--mwm-white); }
@media (max-width: 980px) { .mwm-footer__top { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .mwm-footer__top { grid-template-columns: 1fr; gap: 40px; } }
