@media (max-width: 760px) {
  main {
    display: flex;
    flex-direction: column;
    background: #fff;
  }

  .live-ribbon {
    order: 1;
    width: calc(100% - 24px);
    margin: 96px 12px 12px;
    padding: 16px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
    border-radius: 18px;
  }

  .live-label {
    display: flex;
    flex-wrap: wrap;
    padding: 0 0 12px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .live-label strong {
    margin-left: auto;
    font-size: 21px;
  }

  .live-next,
  .live-meta,
  .live-screen,
  .rental-live {
    width: 100%;
  }

  .live-next strong {
    font-size: 17px;
    line-height: 1.4;
  }

  .live-meta {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .live-meta span,
  .live-screen,
  .rental-live {
    text-align: center;
  }

  .hero { order: 2; height: 520px; min-height: 520px; }
  .trust-strip { order: 3; }
  #services { order: 4; }
  #departs { order: 5; }
  #experience { order: 6; }
  #contact { order: 7; }

  .hero-content {
    padding: 74px 20px 24px;
  }

  h1 {
    margin: 12px 0 14px;
    font-size: clamp(35px, 10vw, 48px);
  }

  .hero-content > p { font-size: 15px; line-height: 1.45; }
  .hero-actions { margin-top: 16px; gap: 8px; }
  .hero-actions .btn { padding: 10px 13px; font-size: 12px; }
  .hero-proof { margin-top: 14px; gap: 9px; font-size: 11px; }
  .slide-dots { bottom: 16px; }
  .trust-strip { margin: 12px; grid-template-columns: 1fr; }
  .trust-strip div { border-right: 0; border-bottom: 1px solid var(--line); padding: 12px; }
  .trust-strip div:last-child { border-bottom: 0; }
  .topbar { height: 78px; padding: 0 16px; }
  .topbar { background: #073f3e; }
  .brand strong { font-size: 13px; }
  .nav-toggle { display: block; }
  .nav { display: none; }
  .nav.open { display: flex; position: absolute; top: 78px; left: 12px; right: 12px; padding: 18px; flex-direction: column; align-items: stretch; background: #073f3e; border-radius: 16px; }
  .form-row { grid-template-columns: 1fr; }
  dialog { padding: 26px 18px; }
}

.dialog-fallback-open {
  position: fixed;
  inset: 12px;
  z-index: 1000;
  display: block;
  max-height: calc(100vh - 24px);
  margin: auto;
  overflow: auto;
}

body.dialog-open { overflow: hidden; }
