@media (max-width: 1080px) {
  html,
  body {
    width: 100%;
    max-width: 100%;
    overflow-x: clip;
    overscroll-behavior-x: none;
  }

  body {
    position: relative;
  }

  header,
  main,
  footer,
  section,
  .wrap,
  .program-grid,
  .review-grid,
  .history-grid,
  .history-card,
  .history-copy,
  .history-lead,
  .about-grid,
  .schedule-grid,
  .cta-row {
    min-width: 0;
    max-width: 100%;
  }

  img,
  svg,
  video,
  iframe {
    max-width: 100%;
  }

  /* One persistent mobile header and one shared menu control on every route. */
  header {
    position: sticky !important;
    top: 0;
    z-index: 10000 !important;
    width: 100%;
  }

  .nav {
    min-height: 84px !important;
    justify-content: space-between !important;
    padding-right: 0 !important;
  }

  .mobile-toggle {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 42px;
    padding: 0 13px;
    border: 1px solid #555b9c;
    background: linear-gradient(135deg, #111735, #232861);
    color: #fff;
    font: 700 .88rem/1 "Barlow Condensed", sans-serif;
    letter-spacing: .1em;
    text-transform: uppercase;
    order: 1;
  }

  .mobile-toggle b {
    font-size: 1.12rem;
    font-weight: 600;
    line-height: 1;
  }

  .nav-cta {
    position: relative !important;
    right: auto !important;
    min-height: 42px !important;
    padding: 0 14px !important;
    font-size: .7rem !important;
    order: 2;
  }
}
