/* MOBILE + TABLET LAYOUT FIXES */
@media (max-width: 1024px) {

  /* Make footer items stack vertically in the correct new order */
  footer.boutique-nav--1 #nav-footer .row {
    display: flex !important;
    flex-direction: column !important;
  }

  /* 1. Mirvac Logo FIRST */
  .nav-footer-logo {
    order: 1 !important;
  }

  /* 2. Mirvac Quality Image SECOND */
  .image--mirvac-quality-right {
    order: 2 !important;
  }

  /* 3. Footer links THIRD */
  .nav-list-footer {
    order: 3 !important;
  }

  /* 4. Social icons ABOVE Artist Impression text → so order 4 */
  .nav-list-social {
    order: 4 !important;
  }

  /* 5. Artist Impression disclaimer → order 5 */
  .nav-footer-middle {
    order: 5 !important;
  }

  /* 6. Any other plain-html/footer script block */
  footer.boutique-nav--1 .plain-html,
  footer.boutique-nav--1 .html-snippet {
    order: 6 !important;
  }
}
