/* Breakpoints: --bp-sm 640, --md 768, --lg 1024, --xl 1280 */
@media (max-width: 639px) {
  :root { --muc-header-h: 56px; }
  .muc-hero { padding: 40px 0 24px; }
  .muc-hero__h, .muc-calc-herohead__h { font-size: calc(30px * 0.85); }
  .muc-header__bar { min-height: 56px; }
  .muc-header__logo-img { height: 32px; }
  .muc-nav-mobile { top: 56px; }
  body { font-size: calc(16px * 0.85); }
  .muc-sidebar, aside.muc-sidebar { display: none !important; }
  .muc-layout, .muc-index .muc-layout { grid-template-columns: 1fr !important; }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .muc-why__grid { grid-template-columns: 1fr 1fr; }
  .muc-why__grid .muc-why__item:last-child { grid-column: 1 / -1; }
  .muc-cat-page__grid { grid-template-columns: repeat(2, 1fr) !important; }
  .muc-calc-embed-wrap { max-width: 600px; margin: 0 auto; }
}
@media (min-width: 1024px) {
  .muc-why__grid { grid-template-columns: repeat(3, 1fr); }
  .muc-cat-page__grid { grid-template-columns: repeat(3, 1fr) !important; }
  .muc-article--single .muc-single { padding-top: var(--space-4); }
}
