@media (max-width: 980px) {
  .booking-page {
    background: #f7f6f2;
  }

  .booking-page .nav {
    gap: 10px;
    padding: 12px 16px;
  }

  .booking-page .nav .logo {
    font-size: clamp(17px, 4.8vw, 24px);
    min-width: 0;
    max-width: calc(100% - 54px);
  }

  .booking-page .nav-toggle {
    width: 44px;
    min-width: 44px;
    height: 44px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
  }

  .booking-page .nav-toggle-line {
    width: 22px;
    flex: 0 0 2px;
  }

  .booking-page .booking-hero {
    padding: 32px 20px 12px;
    background: none;
  }

  .booking-page .booking-hero-media,
  .booking-page .booking-hero::before,
  .booking-page .booking-hero::after,
  .booking-page .booking-card-elevated::before,
  .booking-page .booking-card-elevated::after,
  .mobile-booking-enhanced .booking-hero-badges,
  .mobile-booking-enhanced .booking-hero-note,
  .mobile-booking-enhanced .booking-next-steps,
  .mobile-booking-enhanced .booking-experience-divider {
    display: none;
  }

  .booking-page .booking-hero .section-heading {
    text-align: left;
    margin: 0 auto;
    max-width: 620px;
  }

  .booking-page .booking-hero .section-heading h1 {
    font-size: clamp(30px, 7.8vw, 42px);
    line-height: 1.14;
    color: #113d55;
    margin: 8px 0 12px;
  }

  .booking-page .booking-hero .section-heading p {
    color: #526672;
    font-size: 14px;
    line-height: 1.6;
  }

  .booking-page .booking-hero .eyebrow {
    font-size: 10px;
    letter-spacing: .18em;
  }

  .booking-page .booking {
    padding: 12px 12px calc(112px + env(safe-area-inset-bottom));
  }

  .booking-page .booking-layout,
  .mobile-booking-navigation {
    max-width: 660px;
    margin-inline: auto;
  }

  .mobile-booking-navigation {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
    margin-bottom: 16px;
    padding: 5px;
    background: #e9eeed;
    border-radius: 12px;
  }

  .mobile-booking-navigation button {
    min-height: 44px;
    border: 0;
    border-radius: 8px;
    background: #fff;
    color: #173e53;
    font: 600 13px Manrope, sans-serif;
    cursor: pointer;
  }

  .booking-page .calendar-card,
  .booking-page .booking-form-card {
    background: #fff;
    border: 1px solid #dfe5e7;
    border-radius: 18px;
    padding: 20px 16px;
    box-shadow: 0 4px 18px #12384b06;
    animation: none;
  }

  .booking-page .calendar-card,
  .mobile-booking-section-title {
    scroll-margin-top: 90px;
  }

  .booking-page .mobile-condo-picker {
    background: #f5f7f7;
    box-shadow: none;
    border-color: #e0e6e7;
    margin-bottom: 22px;
  }

  .booking-page .calendar {
    grid-template-columns: minmax(0, 1fr);
  }

  .booking-page .calendar-header h2,
  .booking-page .booking-form-card > h2 {
    font-size: 23px;
    color: #143e53;
  }

  .booking-page .calendar-header > p,
  .booking-page .booking-note {
    font-size: 13px;
    line-height: 1.6;
  }

  .booking-page .calendar-month {
    padding: 12px 8px;
    background: #fff;
  }

  .booking-page .calendar-nav-btn,
  .booking-page .booking-form-card .btn {
    min-height: 44px;
  }

  .booking-page .booking-form-card .field-label {
    white-space: normal;
    font-size: 12px;
    line-height: 1.5;
  }

  .booking-page .booking-form-card input:not([type="checkbox"]):not([type="hidden"]),
  .booking-page .booking-form-card select,
  .booking-page .booking-form-card textarea {
    border-radius: 10px;
    border-color: #cbd6dc;
    box-shadow: none;
    min-height: 48px;
    font-size: 16px;
  }

  .booking-page .guest-count-combined,
  .booking-page .guest-count-row {
    grid-template-columns: minmax(0, 1fr);
  }

  .mobile-booking-section-title {
    color: #143e53;
    font: 700 20px Manrope, sans-serif;
    border-top: 1px solid #e4e9eb;
    padding-top: 24px;
    margin: 16px 0 0;
  }

  .mobile-booking-extras {
    order: 3;
    min-width: 0;
    background: #fff;
    border: 1px solid #dfe5e7;
    border-radius: 16px;
  }

  .mobile-booking-extras > summary {
    padding: 20px 16px;
    color: #173e53;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
  }

  .mobile-booking-extras .booking-experience-gallery {
    width: 100%;
    margin: 0;
    padding: 16px;
    box-shadow: none;
    border: 0;
    background: #fff;
  }

  .mobile-booking-extras .booking-gallery-figure,
  .mobile-booking-extras .booking-gallery-stage {
    min-height: 0;
  }

  .mobile-booking-extras .booking-gallery-figure img {
    min-height: 0;
    height: auto;
    aspect-ratio: 4 / 3;
    object-fit: cover;
  }

  .mobile-booking-extras .booking-map-desktop {
    display: block;
    margin: 16px;
  }

  .booking-page .booking-mobile-actionbar {
    padding: 10px;
    border: 1px solid #dbe2e6;
    box-shadow: 0 6px 28px #163a5526;
    background: #fff;
    grid-template-columns: minmax(0, 2fr) minmax(0, 1fr);
  }

  .booking-page .booking-mobile-actionbar .btn {
    min-height: 48px;
    font-size: 14px;
    border-radius: 10px;
  }

  .booking-page .booking-mobile-actionbar .primary,
  .booking-page #booking-submit {
    background: #123f59;
    color: #fff;
    box-shadow: none;
  }

  .booking-page .mofc-live-chat-launcher {
    bottom: calc(100px + env(safe-area-inset-bottom));
  }

  .booking-page :is(button, a, input, select, textarea, summary):focus-visible {
    outline: 3px solid #287fa5;
    outline-offset: 3px;
  }
}
