@media (max-width: 56.25rem) {

  .header .container {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    height: auto;
    min-height: 0;
    padding: 0.5rem 0.625rem 0;
    gap: 0.25rem;
  }

  header nav {
    display: flex;
    flex-wrap: wrap;
    overflow-x: auto;
    scrollbar-width: none;
    justify-content: center;
    gap: var(--nav-gap);
    width: 100%;
    box-sizing: border-box;
  }

  .header nav a {
    margin: 0;
  }

  .content {
    flex-direction: column;
    align-items: center;
    white-space: normal;
    gap: 0.5rem;
    padding: 0 0.875rem
  }

  .pillars.row,
  .pillars.row.columns {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .pillars .container,
  .pillars .container.half,
  .pillars .container.full,
  .msmg .main .pillars .container.standard,
  .msmg .sidebar .pillars .container.standard {
    width: 100%;
  }

  .msmg .feature,
  .msmg .reverse {
    flex-direction: column;
    align-items: center;
  }

  .msmg .feature .image,
  .msmg .reverse .image {
    width: 100%;
  }

  .brand.title {
    text-align: center;
    width: 100%;
    justify-content: center;
  }

  .hero-logo {
    font-size: 2rem;

  }

  .hero .content .prefix,
  .hero.content .prefix {
    font-size: 1.5rem;
  }

  .hero .content .title,
  .hero.content .title {
    font-size: 1.8rem;
  }

  .msmg .main {
    display: flex;
    flex-direction: column;
  }

  .astreet .layout,
  .msmg .layout {
    flex-direction: column;
    flex-wrap: wrap;
  }

  .astreet .sidebar,
  .msmg .sidebar {
    width: 100%;
  }

  .msmg .main-content {
    width: 100%;
  }

  .hamilton section .guide {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    margin: 0;
  }

  .scroll {
    padding: var(--media-padding);
  }
}