/* Brisbane & Moreton Bay · Figma node 4144:4922 */
.moreton-page {
  --mb-page: #f8f2eb;
  --mb-surface: #f5f0e7;
  --mb-ink: #252523;
  --mb-muted: #5c5a54;
  --mb-deep: #06080a;
  --mb-cream: #fff7ea;
  --mb-accent: #ffa876;
  --mb-gutter-wide: clamp(40px, 5.5556vw, 80px);
  --mb-gutter-mid: clamp(32px, 4.4444vw, 64px);
  overflow: hidden;
  background: var(--mb-page);
  color: var(--mb-ink);
}

.moreton-page h1,
.moreton-page h2,
.moreton-page h3,
.moreton-page p { margin: 0; }

.mb-cover {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
}

.mb-image-wash { position: absolute; inset: 0; pointer-events: none; }

.mb-eyebrow {
  color: var(--mb-accent);
  font-size: 10px;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.mb-eyebrow--light { color: var(--mb-cream); }
.mb-eyebrow--dark { color: #1b1917; }

.mb-glass-panel {
  background: rgba(248, 242, 235, 0.05);
  border: 1px solid rgba(248, 242, 235, 0.1);
  box-shadow: 20px 20px 10px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(10px);
}

.mb-button {
  display: inline-flex;
  height: 48px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 24px;
  border: 1px solid transparent;
  font-size: 11px;
  font-weight: 600;
  line-height: 14px;
  letter-spacing: 2px;
  text-align: center;
  text-transform: uppercase;
  transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

.mb-button--primary { color: var(--yot-ink); background: var(--mb-accent); }
.mb-button--secondary { border-color: rgba(248, 242, 235, 0.2); color: var(--mb-cream); background: rgba(50, 50, 50, 0.88); }

.mb-button:hover,
.mb-button:focus-visible {
  color: var(--yot-charcoal);
  background: var(--yot-cream);
  outline: 2px solid var(--mb-accent);
  outline-offset: 3px;
}

.mb-hero {
  --site-hero-min-height: 760px;
  position: relative;
  overflow: hidden;
  color: var(--mb-cream);
  background: var(--mb-deep);
}

.mb-hero .mb-cover { object-position: center center; }
.mb-hero .mb-image-wash {
  background: linear-gradient(
    to top right,
    rgba(6, 8, 10, 0.82) 0%,
    rgba(6, 8, 10, 0.6) 32%,
    rgba(6, 8, 10, 0.2) 60%,
    rgba(6, 8, 10, 0) 82%
  );
}

.mb-hero__content {
  position: absolute;
  z-index: 1;
  top: auto;
  bottom: 64px;
  left: 48px;
  display: flex;
  width: 960px;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  text-shadow: 20px 20px 10px rgba(0, 0, 0, 0.25);
}

.mb-hero__content h1 {
  width: 920px;
  font-size: 120px;
  font-weight: 400;
  line-height: 110px;
  letter-spacing: -6px;
}

.mb-hero__content > p:not(.mb-eyebrow) { width: 720px; font-size: 18px; line-height: 28px; }

.mb-hero__content > span,
.mb-feature__panel > span,
.mb-vessel-card__panel > span {
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.mb-intro {
  box-sizing: border-box;
  display: flex;
  min-height: 480px;
  align-items: flex-start;
  padding: 80px var(--mb-gutter-wide) 96px;
  background: var(--mb-page);
}

.mb-intro__copy {
  display: grid;
  width: 100%;
  grid-template-columns: minmax(0, 700px) minmax(340px, 480px);
  justify-content: space-between;
  gap: clamp(40px, 6.9444vw, 100px);
}

.mb-intro__copy > div { display: flex; flex-direction: column; gap: 24px; }

.mb-intro__copy h2,
.mb-vessels__header h2 {
  font-size: 64px;
  font-weight: 400;
  line-height: 64px;
  letter-spacing: -3px;
}

.mb-intro__copy > p { padding-top: 40px; font-size: 18px; line-height: 28px; }

.mb-inclusions span {
  color: var(--mb-accent);
  font-size: 10px;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.mb-feature {
  position: relative;
  height: 100vh;
  height: 100svh;
  overflow: hidden;
  color: var(--mb-cream);
  background: var(--mb-deep);
}

.mb-feature .mb-image-wash { background: rgba(6, 8, 10, 0.3); }
.mb-feature--wrecks .mb-cover { object-position: center 47%; }
.mb-feature--cowan .mb-cover { object-position: center 52%; }

.mb-feature__panel {
  position: absolute;
  z-index: 1;
  top: 50%;
  display: flex;
  width: 560px;
  height: min(680px, calc(100svh - 80px));
  max-height: calc(100svh - 80px);
  flex-direction: column;
  justify-content: center;
  gap: 24px;
  padding: 40px;
  overflow-y: auto;
  transform: translateY(-50%);
}

.mb-feature--wrecks .mb-feature__panel {
  right: clamp(40px, 5.5556vw, 80px);
  left: auto;
}

.mb-feature--cowan .mb-feature__panel {
  left: clamp(40px, 5.5556vw, 80px);
}

.mb-feature__panel h2 { font-size: 64px; font-weight: 400; line-height: 64px; letter-spacing: -3px; }
.mb-feature__panel > p:not(.mb-eyebrow) { font-size: 18px; line-height: 28px; }

.mb-itinerary {
  box-sizing: border-box;
  display: grid;
  width: 100%;
  height: 850px;
  grid-template-rows: 160px 464px 48px;
  justify-items: center;
  gap: 24px;
  padding: 65px var(--mb-gutter-wide);
  background: var(--mb-page);
}

.mb-itinerary__header {
  display: flex;
  width: min(900px, 100%);
  height: 160px;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  overflow: hidden;
  color: var(--mb-ink);
  text-align: center;
}

.mb-itinerary__header h2 {
  width: 100%;
  font-size: 64px;
  font-weight: 400;
  line-height: 64px;
  letter-spacing: -3px;
}

.mb-itinerary__journey {
  position: relative;
  width: 100%;
  max-width: 1280px;
  height: 464px;
  overflow: hidden;
}

.mb-itinerary__route { position: absolute; inset: 0; z-index: 0; pointer-events: none; }

.mb-itinerary__route img,
.mb-journey-stop__illustration img,
.mb-journey-stop__badge img {
  position: absolute;
  display: block;
  max-width: none;
}

.mb-itinerary__route-path { top: 28.49%; left: 10.94%; width: 77.66%; height: 12.02%; }
.mb-itinerary__waterline--1 { top: 79.31%; left: 0.78%; width: 98.44%; height: 12.6%; }
.mb-itinerary__waterline--2 { top: 83.84%; left: 0.63%; width: 98.75%; height: 11.39%; }

.mb-itinerary__direction { width: 11px; height: 15px; }
.mb-itinerary__direction--1 { top: 32.13%; left: 21.72%; transform: rotate(14.59deg); }
.mb-itinerary__direction--2 { top: 27.28%; left: 46.72%; transform: rotate(-7.66deg); }
.mb-itinerary__direction--3 { top: 37.3%; left: 73.44%; transform: rotate(7.34deg); }

.mb-journey-stop {
  position: absolute;
  z-index: 1;
  top: 0;
  height: 336px;
}

.mb-journey-stop--board { left: 1.40625%; width: 20.3125%; --mb-badge-top: 119px; --mb-copy-top: 210px; }
.mb-journey-stop--cross { left: 24.6875%; width: 20.3125%; --mb-badge-top: 143px; --mb-copy-top: 234px; }
.mb-journey-stop--anchor { left: 50.625%; width: 21.25%; --mb-badge-top: 115px; --mb-copy-top: 206px; }
.mb-journey-stop--home { left: 77.1875%; width: 22.1875%; --mb-badge-top: 143px; --mb-copy-top: 234px; }

.mb-journey-stop__illustration {
  position: absolute;
  top: 0;
  left: calc(50% - 5px);
  width: 224px;
  height: 142px;
  transform: translateX(-50%);
}

.mb-journey-art--sun { width: 48px; height: 48px; }
.mb-journey-art--water { top: 108px; left: 4px; width: 216px; height: 24px; }
.mb-journey-art--yacht { top: 54px; width: 124px; height: 56px; }

.mb-journey-stop--board .mb-journey-art--sun { top: 7px; left: 11px; }
.mb-journey-stop--board .mb-journey-art--pontoon { top: 86px; left: 7px; width: 84px; height: 44px; }
.mb-journey-stop--board .mb-journey-art--gangway { top: 84px; left: 68px; width: 38px; height: 18px; }
.mb-journey-stop--board .mb-journey-art--yacht { left: 90px; }

.mb-journey-stop--cross .mb-journey-art--sun { top: 7px; left: 155px; }
.mb-journey-stop--cross .mb-journey-art--speed { top: 73px; left: 8px; width: 46px; height: 29px; }
.mb-journey-stop--cross .mb-journey-art--water { top: 110px; left: 2px; }
.mb-journey-stop--cross .mb-journey-art--yacht { left: 67px; }

.mb-journey-stop--anchor .mb-journey-art--sun { top: 7px; left: 19px; }
.mb-journey-stop--anchor .mb-journey-art--island { top: 52px; left: 9px; width: 155px; height: 32px; }
.mb-journey-stop--anchor .mb-journey-art--anchor-rope { top: 87px; left: 61px; width: 46px; height: 18px; }
.mb-journey-stop--anchor .mb-journey-art--anchor { top: 100px; left: 52px; width: 23px; height: 27px; }
.mb-journey-stop--anchor .mb-journey-art--yacht { left: 96px; }

.mb-journey-stop--home .mb-journey-art--sun { top: 7px; left: 42px; }
.mb-journey-stop--home .mb-journey-art--skyline { top: 27px; left: 8px; width: 104px; height: 81px; }
.mb-journey-stop--home .mb-journey-art--yacht { left: 98px; transform: scaleX(-1); }

.mb-journey-stop__badge {
  position: absolute;
  top: var(--mb-badge-top);
  left: calc(50% - 37px);
  width: 64px;
  height: 64px;
}

.mb-journey-stop__badge-outline { inset: 0; width: 64px; height: 64px; }
.mb-journey-stop__badge-fill { top: 8px; left: 8px; width: 48px; height: 48px; }

.mb-journey-stop__badge strong {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--mb-cream);
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: -0.5px;
}

.mb-journey-stop__copy {
  position: absolute;
  top: var(--mb-copy-top);
  left: 0;
  width: 100%;
}

.mb-journey-stop__copy span {
  display: block;
  color: #1b1917;
  font-size: 10px;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 3px;
}

.mb-journey-stop__copy h3 {
  margin-top: 6px;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: -0.5px;
}

.mb-journey-stop__copy p {
  margin-top: 6px;
  color: var(--mb-muted);
  font-size: 14px;
  line-height: 22px;
}

.mb-itinerary__note {
  width: 100%;
  max-width: 1280px;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
}

.mb-vessels {
  display: flex;
  min-height: 1280px;
  flex-direction: column;
  overflow: hidden;
  padding: 64px var(--mb-gutter-mid) 66px;
  background: var(--mb-surface);
}

.mb-vessels__header {
  display: grid;
  width: 100%;
  grid-template-columns: minmax(0, 760px) minmax(340px, 480px);
  align-items: end;
  justify-content: space-between;
  gap: clamp(40px, 5vw, 72px);
}

.mb-vessels__header > div { display: flex; flex-direction: column; gap: 10px; }
.mb-vessels__header > p { font-size: 18px; line-height: 28px; }

.mb-inclusions {
  display: grid;
  width: 100%;
  min-height: 160px;
  grid-template-columns: repeat(3, minmax(0, 320px)) minmax(0, 1fr);
  margin-top: 32px;
}

.mb-inclusions > div { position: relative; min-width: 0; padding: 24px; }
.mb-inclusions > div + div::before {
  position: absolute;
  top: 24px;
  bottom: 24px;
  left: 0;
  width: 1px;
  background: var(--mb-muted);
  content: "";
}
.mb-inclusions strong { display: block; margin-top: 12px; font-size: 28px; font-weight: 400; line-height: 34px; letter-spacing: -1px; }
.mb-inclusions p { margin-top: 12px; color: var(--mb-muted); font-size: 16px; line-height: 26px; }

.mb-vessel-grid {
  display: grid;
  width: 100%;
  height: 760px;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  margin-top: 44px;
}

.mb-vessel-card { position: relative; overflow: hidden; border-radius: 2px; background: var(--mb-deep); }
.mb-vessel-card > img { width: 100%; height: 100%; max-width: none; object-fit: cover; }

.mb-vessel-card__panel {
  position: absolute;
  right: 24px;
  bottom: 24px;
  left: 24px;
  display: flex;
  height: 258px;
  min-height: 258px;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  border: 0;
  box-shadow: inset 0 0 0 1px rgba(248, 242, 235, 0.1), 20px 20px 10px rgba(0, 0, 0, 0.25);
  padding: 24px;
  color: var(--mb-cream);
}

.mb-vessel-card__panel h3 { font-size: 40px; font-weight: 600; line-height: 44px; letter-spacing: -1px; }
.mb-vessel-card__panel > p:not(.mb-eyebrow) { max-width: 488px; font-size: 14px; line-height: 22px; }
.mb-vessel-card__panel .mb-button { width: 210px; margin-top: auto; }

.mb-faq {
  display: grid;
  min-height: 802px;
  grid-template-columns: minmax(340px, 480px) minmax(0, 820px);
  justify-content: space-between;
  gap: clamp(32px, 2.7778vw, 40px);
  padding: 62px clamp(40px, 4.1667vw, 60px) 166px clamp(32px, 2.7778vw, 40px);
  background: var(--mb-surface);
}

.mb-faq > header h2 { margin-top: 18px; font-size: 62px; font-weight: 400; line-height: 68px; letter-spacing: -1.86px; }
.mb-faq > header > p:last-child { max-width: 430px; margin-top: 24px; font-size: 13px; line-height: 21px; }
.mb-faq__list { border-top: 1px solid rgba(50, 50, 50, 0.2); }
.mb-faq__item { border-bottom: 1px solid rgba(50, 50, 50, 0.2); }
.mb-faq__item h3 { font-weight: 400; }

.mb-faq__item button {
  display: flex;
  width: 100%;
  min-height: 81px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 16px 20px;
  border: 0;
  color: var(--mb-ink);
  background: transparent;
  cursor: pointer;
  text-align: left;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.mb-faq__item button:hover,
.mb-faq__item button:focus-visible { background: rgba(255, 168, 118, 0.12); outline: 0; }

.mb-faq__item button i {
  flex: 0 0 30px;
  color: #6f482c;
  font-size: 20px;
  font-style: normal;
  line-height: 24px;
  text-align: center;
  transition: transform 350ms ease;
}

.mb-faq__item button[aria-expanded="true"] i { transform: rotate(45deg); }
.mb-faq__answer { padding: 0 80px 24px 20px; }
.mb-faq__answer[hidden] { display: none; }
.mb-faq__answer p { color: var(--mb-muted); font-size: 14px; line-height: 22px; }

.mb-closing { position: relative; height: 100vh; height: 100svh; overflow: hidden; color: var(--mb-cream); background: var(--mb-deep); }
.mb-closing .mb-cover { object-position: center 44%; }
.mb-closing .mb-image-wash { background: linear-gradient(to bottom, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0.2) 42%, rgba(0, 0, 0, 0.84)); }

.mb-closing__panel {
  position: absolute;
  z-index: 1;
  top: auto;
  bottom: clamp(24px, 6.0547vh, 62px);
  bottom: clamp(24px, 6.0547svh, 62px);
  left: 24px;
  display: flex;
  width: 1008px;
  height: 456px;
  max-height: calc(100vh - 48px);
  max-height: calc(100svh - 48px);
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  overflow-y: auto;
  padding: 24px;
}

.mb-closing__panel h2 { font-size: 120px; font-weight: 400; line-height: 110px; letter-spacing: -6px; }
.mb-closing__panel > p { width: 620px; font-size: 18px; line-height: 28px; }
.mb-closing__panel > div { display: flex; gap: 24px; }
.mb-closing__panel .mb-button--primary { width: 320px; }
.mb-closing__panel .mb-button--secondary { width: 240px; }

@media (max-width: 1180px) {
  .mb-itinerary {
    height: auto;
    grid-template-rows: auto auto auto;
    gap: 48px;
    padding: 64px 40px;
  }

  .mb-itinerary__header { height: auto; overflow: visible; }
  .mb-itinerary__header h2 { font-size: clamp(52px, 6vw, 64px); line-height: 1; }

  .mb-itinerary__journey {
    display: grid;
    max-width: 900px;
    height: auto;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 56px 40px;
    overflow: visible;
  }

  .mb-itinerary__route { display: none; }

  .mb-journey-stop,
  .mb-journey-stop--board,
  .mb-journey-stop--cross,
  .mb-journey-stop--anchor,
  .mb-journey-stop--home {
    position: relative;
    top: auto;
    left: auto;
    width: auto;
    height: auto;
    min-height: 340px;
    padding-top: 205px;
  }

  .mb-journey-stop__illustration { left: 50%; }
  .mb-journey-stop__badge { top: 126px; left: calc(50% - 32px); }
  .mb-journey-stop__copy { position: static; }
  .mb-itinerary__note { max-width: 900px; }
}

@media (max-width: 1100px) {
  .mb-hero__content {
    right: 40px;
    width: auto;
  }

  .mb-hero__content h1,
  .mb-hero__content > p:not(.mb-eyebrow) {
    width: 100%;
  }

  .mb-hero__content h1,
  .mb-closing__panel h2 { font-size: clamp(76px, 9vw, 100px); line-height: 0.94; letter-spacing: -4px; }
  .mb-intro__copy { grid-template-columns: minmax(0, 1.4fr) minmax(280px, 1fr); gap: 48px; }
  .mb-vessels { padding-right: 40px; padding-left: 40px; }
  .mb-vessels__header { width: 100%; grid-template-columns: minmax(0, 1.4fr) minmax(280px, 1fr); gap: 48px; }
  .mb-inclusions,
  .mb-vessel-grid { width: 100%; }
  .mb-faq { grid-template-columns: minmax(320px, 0.8fr) minmax(0, 1.4fr); padding-right: 40px; }

  .mb-closing__panel {
    right: 40px;
    left: 40px;
    width: auto;
  }
}

@media (min-width: 821px) and (max-width: 1360px) {
  .mb-inclusions { grid-template-columns: repeat(4, minmax(0, 1fr)); }

  .moreton-page + .site-footer {
    min-height: auto;
  }

  .moreton-page + .site-footer .site-footer__content {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 45px;
  }

  .moreton-page + .site-footer .newsletter {
    grid-column: 1 / -1;
    margin-top: 70px;
  }
}

@media (max-width: 820px) {
  .mb-hero { --site-hero-min-height: 720px; }
  .mb-hero .mb-cover { object-position: 59% center; }

  .mb-hero__content {
    top: auto;
    right: 16px;
    bottom: 28px;
    left: 16px;
    width: auto;
    gap: 16px;
  }

  .mb-hero__content h1 { width: 100%; font-size: clamp(54px, 15vw, 68px); line-height: 0.92; letter-spacing: -3px; }
  .mb-hero__content > p:not(.mb-eyebrow) { width: 100%; max-width: 520px; font-size: 14px; line-height: 21px; }
  .mb-hero__content > span { font-size: 10px; line-height: 16px; }

  .mb-intro { min-height: 0; padding: 48px 16px 64px; }
  .mb-intro__copy { position: static; display: grid; width: auto; grid-template-columns: 1fr; gap: 26px; }
  .mb-intro__copy > div { gap: 16px; }

  .mb-intro__copy h2,
  .mb-vessels__header h2,
  .mb-faq > header h2,
  .mb-itinerary__header h2 { font-size: clamp(42px, 12vw, 52px); line-height: 1; letter-spacing: -2px; }

  .mb-intro__copy > p { max-width: 520px; padding: 0; font-size: 15px; line-height: 24px; }

  .mb-feature { height: 100vh; height: 100svh; }
  .mb-feature--wrecks .mb-cover { object-position: 43% center; }
  .mb-feature--cowan .mb-cover { object-position: 52% center; }

  .mb-feature--wrecks .mb-feature__panel,
  .mb-feature--cowan .mb-feature__panel {
    top: auto;
    right: 16px;
    bottom: 16px;
    left: 16px;
    width: auto;
    height: auto;
    min-height: min(390px, calc(100svh - 32px));
    max-height: calc(100svh - 32px);
    gap: 16px;
    padding: 24px;
    transform: none;
  }

  .mb-feature__panel h2 { font-size: clamp(44px, 12vw, 54px); line-height: 0.98; letter-spacing: -2px; }
  .mb-feature__panel > p:not(.mb-eyebrow) { font-size: 14px; line-height: 22px; }
  .mb-feature__panel > span { font-size: 9px; line-height: 15px; letter-spacing: 1px; }

  .mb-itinerary { display: block; padding: 48px 16px 54px; }
  .mb-itinerary__header { width: 100%; max-width: 520px; margin: 0 auto 42px; }

  .mb-itinerary__journey {
    position: relative;
    display: flex;
    max-width: 520px;
    flex-direction: column;
    gap: 8px;
    margin: 0 auto;
  }

  .mb-itinerary__journey::before {
    position: absolute;
    top: 22px;
    bottom: 22px;
    left: 21px;
    width: 1px;
    background: #84bcc4;
    content: "";
  }

  .mb-journey-stop,
  .mb-journey-stop--board,
  .mb-journey-stop--cross,
  .mb-journey-stop--anchor,
  .mb-journey-stop--home {
    position: relative;
    z-index: 1;
    display: grid;
    min-height: 0;
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 16px;
    padding: 10px 0 18px;
  }

  .mb-journey-stop__illustration { display: none; }

  .mb-journey-stop__badge {
    position: relative;
    top: auto;
    left: auto;
    width: 44px;
    height: 44px;
  }

  .mb-journey-stop__badge-outline { width: 44px; height: 44px; }
  .mb-journey-stop__badge-fill { top: 5.5px; left: 5.5px; width: 33px; height: 33px; }
  .mb-journey-stop__badge strong { font-size: 17px; line-height: 22px; }

  .mb-journey-stop__copy { position: static; }
  .mb-journey-stop__copy span { font-size: 9px; line-height: 14px; letter-spacing: 2px; }
  .mb-journey-stop__copy h3 { margin-top: 4px; font-size: 22px; line-height: 28px; }
  .mb-journey-stop__copy p { margin-top: 4px; font-size: 13px; line-height: 20px; }
  .mb-itinerary__note { max-width: 520px; margin: 22px auto 0; font-size: 12px; line-height: 19px; }

  .mb-vessels { height: auto; padding: 48px 16px; }
  .mb-vessels__header { position: static; display: grid; width: auto; grid-template-columns: 1fr; gap: 24px; }
  .mb-vessels__header > p { font-size: 15px; line-height: 24px; }

  .mb-inclusions {
    display: grid;
    width: auto;
    height: auto;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 34px;
    border-top: 1px solid var(--mb-muted);
    border-left: 1px solid var(--mb-muted);
  }

  .mb-inclusions > div,
  .mb-inclusions > div:first-child { min-height: 150px; padding: 16px; border-right: 1px solid var(--mb-muted); border-bottom: 1px solid var(--mb-muted); border-left: 0; }
  .mb-inclusions > div + div::before { display: none; }
  .mb-inclusions span { font-size: 8px; line-height: 13px; letter-spacing: 1.5px; }
  .mb-inclusions strong { font-size: 23px; line-height: 29px; }
  .mb-inclusions p { font-size: 12px; line-height: 20px; }

  .mb-vessel-grid { display: grid; width: auto; height: auto; grid-template-columns: 1fr; gap: 16px; margin-top: 34px; }
  .mb-vessel-card { height: 640px; }
  .mb-vessel-card:first-child > img { object-position: 56% center; }
  .mb-vessel-card:last-child > img { object-position: 60% center; }

  .mb-vessel-card__panel { right: 12px; bottom: 12px; left: 12px; min-height: 284px; padding: 20px; }
  .mb-vessel-card__panel h3 { font-size: 36px; line-height: 40px; }
  .mb-vessel-card__panel > span { font-size: 9px; line-height: 14px; }
  .mb-vessel-card__panel .mb-button { width: 100%; }

  .mb-faq { display: grid; min-height: 0; grid-template-columns: 1fr; gap: 36px; padding: 48px 16px 64px; }
  .mb-faq > header h2 { margin-top: 14px; }
  .mb-faq > header > p:last-child { margin-top: 18px; font-size: 13px; line-height: 21px; }
  .mb-faq__item button { min-height: 70px; padding: 14px 4px; }
  .mb-faq__answer { padding: 0 42px 22px 4px; }

  .mb-closing { height: 100vh; height: 100svh; }
  .mb-closing .mb-cover { object-position: 53% center; }

  .mb-closing__panel {
    top: auto;
    right: 16px;
    bottom: 16px;
    left: 16px;
    width: auto;
    height: auto;
    max-height: calc(100vh - 32px);
    max-height: calc(100svh - 32px);
    gap: 16px;
    overflow-y: auto;
    padding: 20px;
  }

  .mb-closing__panel h2 { font-size: clamp(56px, 16vw, 70px); line-height: 0.92; letter-spacing: -3px; }
  .mb-closing__panel > p { width: auto; font-size: 14px; line-height: 22px; }
  .mb-closing__panel > div { width: 100%; flex-direction: column; gap: 10px; }
  .mb-closing__panel .mb-button--primary,
  .mb-closing__panel .mb-button--secondary { width: 100%; }
}

@media (max-width: 420px) {
  .mb-hero__content { bottom: 20px; }
  .mb-feature__panel h2 { font-size: 42px; }
  .mb-vessel-card { height: 600px; }
}

@media (prefers-reduced-motion: reduce) {
  .mb-faq__item button i { transition: none; }
}
