.mn-section{padding:34px 0}
.mn-section__head{display:flex;flex-direction:column;gap:6px;margin:0 0 18px}
.mn-section__head--split{display:flex;align-items:end;justify-content:space-between;gap:16px}
.mn-grid{display:grid;gap:16px}
.mn-grid--3{grid-template-columns:repeat(3,1fr)}
@media (max-width:980px){.mn-grid--3{grid-template-columns:1fr} .mn-section__head--split{flex-direction:column;align-items:start}}


/* ===== Header layout ===== */
.mn-header__inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
}
