.mw-home .mw-home-hero .mw-hero__image,
.mw-overview-hero .mw-hero__image,
.mw-ship-archive .mw-hero__image,
.mw-taxonomy-landing .mw-hero__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.mw-home .mw-home-hero .mw-hero__shade,
.mw-overview-hero .mw-hero__shade,
.mw-ship-archive .mw-hero__shade,
.mw-taxonomy-landing .mw-hero__shade {
  background: var(--mw-hero-gradient);
}

.mw-overview-finder .mw-finder,
.mw-ship-filter-panel {
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(18, 63, 66, 0.08);
  border-radius: 30px;
  box-shadow: 0 30px 70px rgba(15, 52, 56, 0.12);
}

.mw-overview-finder .mw-container {
  width: min(calc(100% - 32px), 1240px);
}

.mw-home-finder .mw-overview-finder {
  margin: 0;
}

.mw-home-finder .mw-overview-finder .mw-finder,
.mw-home-finder .mw-ship-filter-panel {
  min-height: 0;
}

.mw-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 2.8vw, 28px);
}

.mw-feature-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  overflow: hidden;
  border-radius: 28px;
  border: 1px solid rgba(18, 63, 66, 0.1);
  background: #fff;
  box-shadow: 0 14px 34px rgba(15, 52, 56, 0.08);
}

.mw-feature-card__media {
  position: relative;
  display: block;
  aspect-ratio: 16 / 11;
  background:
    linear-gradient(135deg, rgba(18, 63, 66, 0.92) 0%, rgba(95, 167, 162, 0.78) 100%);
}

.mw-feature-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.mw-feature-card__icon {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 20px;
  color: var(--mw-bg);
  font-family: var(--mw-heading-font, Georgia, serif);
  font-size: clamp(1.4rem, 3vw, 2rem);
  text-align: center;
}

.mw-feature-card__body {
  display: grid;
  gap: 12px;
  padding: 22px 22px 24px;
}

.mw-feature-card__body h3 {
  margin: 0;
  font-size: clamp(1.35rem, 2.2vw, 1.72rem);
}

.mw-feature-card__body h3 a {
  color: inherit;
  text-decoration: none;
}

.mw-feature-card__body p {
  margin: 0;
  max-width: 34ch;
}

.mw-feature-card__count {
  color: rgba(29, 43, 45, 0.76);
  font-size: 0.94rem;
}

.mw-feature-grid--service .mw-feature-card__media {
  aspect-ratio: 5 / 4;
}

.mw-top-offers-section .mw-card-grid,
.mw-ship-archive-offers .mw-card-grid {
  gap: clamp(18px, 2.8vw, 26px);
}

.mw-ship-finder-form {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
  align-items: end;
}

.mw-ship-finder-form__field {
  display: grid;
  gap: 8px;
  min-width: 0;
}

.mw-ship-finder-form__field span {
  color: rgba(18, 63, 66, 0.86);
  font-size: 0.86rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.mw-ship-finder-form__field select {
  min-height: 52px;
  width: 100%;
  border-radius: 18px;
  border: 1px solid rgba(18, 63, 66, 0.12);
  background: rgba(247, 245, 240, 0.96);
  color: var(--mw-text);
  padding: 0 18px;
  font: inherit;
}

.mw-ship-finder-form__actions {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: flex-end;
}

.mw-ship-filter-panel {
  padding: clamp(20px, 3vw, 30px);
  border-radius: var(--mw-finder-radius, 30px);
  box-shadow: 0 24px 60px rgba(15, 52, 56, 0.1);
}

.mw-ship-filter-panel .mw-finder__header {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
}

.mw-ship-filter-panel .mw-finder__header > * {
  min-width: 0;
}

.mw-ship-filter-panel .mw-finder__header h2 {
  margin: 0.15rem 0 0;
  font-size: clamp(1.34rem, 2vw, 1.72rem);
  max-width: 28ch;
}

.mw-ship-finder-form {
  grid-template-columns: repeat(4, minmax(0, 1fr)) minmax(214px, auto);
  gap: 14px 16px;
}

.mw-ship-finder-form__field {
  gap: 6px;
}

.mw-ship-finder-form__field span {
  font-size: 0.8rem;
  letter-spacing: var(--mw-label-tracking, 0.08em);
}

.mw-ship-finder-form__field select {
  min-height: 54px;
  background: rgba(247, 245, 240, 0.98);
}

.mw-ship-finder-form__actions {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: max-content;
  justify-self: end;
  align-self: end;
  justify-content: end;
  gap: 10px;
  white-space: nowrap;
}

.mw-ship-finder-form__actions .mw-button,
.mw-ship-finder-form__actions .mw-button--ghost {
  min-height: 54px;
}

.mw-tax-editorial .mw-editorial-band + .mw-editorial-band {
  border-top: 1px solid rgba(18, 63, 66, 0.08);
}

.mw-tax-seo .mw-content > *:first-child,
.mw-overview-seo .mw-content > *:first-child {
  margin-top: 0;
}

.mw-tax-seo .mw-content > *:last-child,
.mw-overview-seo .mw-content > *:last-child {
  margin-bottom: 0;
}

.mw-faq-section .mw-accordion__item,
.mw-tax-faq .mw-accordion__item {
  border-color: rgba(18, 63, 66, 0.12);
  box-shadow: 0 8px 18px rgba(15, 52, 56, 0.04);
}

.mw-faq-section .mw-accordion__button,
.mw-tax-faq .mw-accordion__button {
  padding: 18px 20px;
}

.mw-faq-section .mw-accordion__answer,
.mw-tax-faq .mw-accordion__answer {
  padding-top: 6px;
}

/* Final FAQ refinement for homepage and overview pages */
.mw-faq-section .mw-accordion,
.mw-home-faq .mw-accordion,
.mw-tax-faq .mw-accordion {
  gap: 14px;
}

.mw-faq-section .mw-accordion__item,
.mw-home-faq .mw-accordion__item,
.mw-tax-faq .mw-accordion__item {
  overflow: clip;
  border: 1px solid rgba(18, 63, 66, 0.14);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 14px 34px rgba(15, 52, 56, 0.06);
}

.mw-faq-section .mw-accordion__button,
.mw-home-faq .mw-accordion__button,
.mw-tax-faq .mw-accordion__button {
  min-height: 0;
  padding: 18px 22px;
  grid-template-columns: minmax(0, 1fr) 18px;
  gap: 16px;
  align-items: center;
  background: rgba(255, 255, 255, 0.98);
  color: #123F42;
  box-shadow: none;
}

.mw-faq-section .mw-accordion__button strong,
.mw-home-faq .mw-accordion__button strong,
.mw-tax-faq .mw-accordion__button strong {
  display: block;
  min-width: 0;
  color: #123F42;
  font-family: var(--mw-serif);
  font-size: clamp(1.04rem, 1.2vw, 1.18rem);
  line-height: 1.32;
  font-weight: 400;
  text-wrap: pretty;
  overflow-wrap: anywhere;
}

.mw-faq-section .mw-accordion__button::after,
.mw-home-faq .mw-accordion__button::after,
.mw-tax-faq .mw-accordion__button::after {
  width: 10px;
  height: 10px;
  margin-top: 1px;
  border-right: 2px solid #123F42;
  border-bottom: 2px solid #123F42;
}

.mw-faq-section .mw-accordion__button:hover,
.mw-faq-section .mw-accordion__button:focus-visible,
.mw-faq-section .mw-accordion__button[aria-expanded="true"],
.mw-home-faq .mw-accordion__button:hover,
.mw-home-faq .mw-accordion__button:focus-visible,
.mw-home-faq .mw-accordion__button[aria-expanded="true"],
.mw-tax-faq .mw-accordion__button:hover,
.mw-tax-faq .mw-accordion__button:focus-visible,
.mw-tax-faq .mw-accordion__button[aria-expanded="true"] {
  background: #f7f5f0;
  color: #123F42;
  box-shadow: inset 0 0 0 1px rgba(95, 167, 162, 0.28);
}

.mw-faq-section .mw-accordion__button:focus-visible,
.mw-home-faq .mw-accordion__button:focus-visible,
.mw-tax-faq .mw-accordion__button:focus-visible {
  outline: 3px solid rgba(95, 167, 162, 0.22);
  outline-offset: 2px;
}

.mw-faq-section .mw-accordion__panel,
.mw-home-faq .mw-accordion__panel,
.mw-tax-faq .mw-accordion__panel {
  background: rgba(255, 255, 255, 0.96);
}

.mw-faq-section .mw-accordion__answer,
.mw-home-faq .mw-accordion__answer,
.mw-tax-faq .mw-accordion__answer {
  padding: 2px 22px 20px;
  color: #1d2b2d;
  font-size: 1rem;
  line-height: 1.68;
}

.mw-faq-section .mw-accordion__answer p,
.mw-home-faq .mw-accordion__answer p,
.mw-tax-faq .mw-accordion__answer p {
  margin: 0 0 0.85rem;
  color: inherit;
}

.mw-faq-section .mw-accordion__answer > *:last-child,
.mw-home-faq .mw-accordion__answer > *:last-child,
.mw-tax-faq .mw-accordion__answer > *:last-child {
  margin-bottom: 0;
}

.mw-ship-card__actions .mw-button--ghost {
  background: rgba(247, 245, 240, 0.8);
  color: var(--mw-ink);
  border-color: rgba(18, 63, 66, 0.12);
}

.mw-finder__form--advanced {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.mw-finder__form--advanced .mw-finder__submit {
  grid-column: 1 / -1;
  justify-self: end;
  min-width: 220px;
}

.mw-finder__form--advanced .mw-finder__field:nth-of-type(2) .mw-finder__panel,
.mw-finder__form--advanced .mw-finder__field:nth-of-type(3) .mw-finder__panel,
.mw-finder__form--advanced .mw-finder__field:nth-of-type(5) .mw-finder__panel,
.mw-finder__form--advanced .mw-finder__field:nth-of-type(6) .mw-finder__panel {
  right: 0;
  left: auto;
}

.mw-top-offers-overview .mw-results-bar {
  margin-bottom: 26px;
}

.mw-results-bar__actions {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
}

.mw-results-sort-form {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.mw-results-sort-form select {
  min-width: 240px;
  min-height: 52px;
  padding: 0 16px;
  border: 1px solid rgba(18, 63, 66, 0.12);
  border-radius: 16px;
  background: #fff;
  color: var(--mw-ink);
  font: inherit;
}

.mw-empty-state--soft {
  margin-bottom: 24px;
  border: 1px solid rgba(18, 63, 66, 0.08);
  background: rgba(255, 255, 255, 0.78);
}

@media (max-width: 1024px) {
  .mw-feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mw-ship-finder-form {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mw-ship-finder-form__actions {
    display: flex;
    grid-column: 1 / -1;
    justify-content: flex-start;
    justify-self: start;
  }

  .mw-finder__form--advanced {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mw-results-bar__actions {
    justify-content: flex-start;
  }
}

@media (max-width: 767px) {
  .mw-feature-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .mw-feature-card {
    border-radius: 24px;
  }

  .mw-feature-card__body {
    padding: 18px 18px 20px;
  }

  .mw-overview-finder .mw-finder,
  .mw-ship-filter-panel {
    border-radius: 26px;
  }

  .mw-ship-finder-form {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .mw-ship-finder-form__actions {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    white-space: normal;
  }

  .mw-ship-finder-form__actions .mw-button {
    width: 100%;
    justify-content: center;
  }

  .mw-finder__form--advanced {
    grid-template-columns: 1fr;
  }

  .mw-finder__form--advanced .mw-finder__submit {
    justify-self: stretch;
    min-width: 0;
  }

  .mw-results-bar__actions,
  .mw-results-sort-form {
    width: 100%;
  }

  .mw-results-sort-form .mw-button {
    width: 100%;
    justify-content: center;
  }

  .mw-results-sort-form select {
    min-width: 0;
    width: 100%;
  }

  .mw-faq-section .mw-accordion,
  .mw-home-faq .mw-accordion,
  .mw-tax-faq .mw-accordion {
    gap: 12px;
  }

  .mw-faq-section .mw-accordion__item,
  .mw-home-faq .mw-accordion__item,
  .mw-tax-faq .mw-accordion__item {
    border-radius: 20px;
  }

  .mw-faq-section .mw-accordion__button,
  .mw-home-faq .mw-accordion__button,
  .mw-tax-faq .mw-accordion__button {
    padding: 16px 18px;
    gap: 12px;
    align-items: start;
  }

  .mw-faq-section .mw-accordion__button strong,
  .mw-home-faq .mw-accordion__button strong,
  .mw-tax-faq .mw-accordion__button strong {
    font-size: 1rem;
    line-height: 1.3;
  }

  .mw-faq-section .mw-accordion__button::after,
  .mw-home-faq .mw-accordion__button::after,
  .mw-tax-faq .mw-accordion__button::after {
    margin-top: 6px;
    flex-shrink: 0;
  }

  .mw-faq-section .mw-accordion__answer,
  .mw-home-faq .mw-accordion__answer,
  .mw-tax-faq .mw-accordion__answer {
    padding: 0 18px 18px;
    font-size: 0.96rem;
    line-height: 1.62;
  }
}

/* Stable Customizer bindings */
body.mw-site,
.mw-home,
.mw-overview-page,
.mw-taxonomy-landing,
.mw-region-landing {
  background: var(--mw-background, var(--mw-bg));
  color: var(--mw-text);
}

.mw-main .mw-content a,
.mw-main .mw-breadcrumbs a,
.mw-main .mw-form-notice a,
.mw-main .mw-text-link,
.mw-footer a:not(.mw-button) {
  color: var(--mw-link-color, var(--mw-link));
}

.mw-main .mw-content a:hover,
.mw-main .mw-content a:focus-visible,
.mw-main .mw-breadcrumbs a:hover,
.mw-main .mw-breadcrumbs a:focus-visible,
.mw-main .mw-form-notice a:hover,
.mw-main .mw-form-notice a:focus-visible,
.mw-main .mw-text-link:hover,
.mw-main .mw-text-link:focus-visible,
.mw-footer a:not(.mw-button):hover,
.mw-footer a:not(.mw-button):focus-visible {
  color: var(--mw-link-hover);
}

.mw-header {
  background: var(--mw-header-bg-scrolled, rgba(15, 52, 56, 0.88));
}

.mw-header.mw-header--transparent:not(.is-scrolled) {
  background: var(--mw-header-bg, rgba(15, 52, 56, 0.28));
}

.mw-header.is-scrolled,
.mw-header.mw-header--solid {
  background: var(--mw-header-bg-scrolled, rgba(15, 52, 56, 0.88));
}

.mw-button,
.mw-nav__cta {
  border-radius: var(--mw-button-radius);
}

.mw-button--primary,
.mw-nav__cta,
.mw-finder__submit {
  background: var(--mw-button-bg);
  color: var(--mw-button-text);
  border-color: var(--mw-button-bg);
}

.mw-button--primary:hover,
.mw-button--primary:focus-visible,
.mw-nav__cta:hover,
.mw-nav__cta:focus-visible,
.mw-finder__submit:hover,
.mw-finder__submit:focus-visible {
  background: var(--mw-button-hover);
  border-color: var(--mw-button-hover);
  color: var(--mw-button-text);
}

.mw-button--secondary,
.mw-button--light {
  background: var(--mw-surface);
  color: var(--mw-primary);
  border-color: var(--mw-border-color);
}

/* Responsive stability pass */
.mw-card-grid,
.mw-feature-grid,
.mw-highlight-grid,
.mw-trip-notes-grid,
.mw-activity-grid,
.mw-cabin-price-grid,
.mw-page-landing__team-grid,
.mw-page-landing__steps,
.mw-page-landing__events,
.mw-contact-page__details-grid,
.mw-services-grid,
.mw-service-notes,
.mw-404-nav-grid {
  align-items: stretch;
}

.mw-card-grid > *,
.mw-feature-grid > *,
.mw-highlight-grid > *,
.mw-trip-notes-grid > *,
.mw-activity-grid > *,
.mw-cabin-price-grid > *,
.mw-page-landing__team-grid > *,
.mw-page-landing__steps > *,
.mw-page-landing__events > *,
.mw-contact-page__details-grid > *,
.mw-services-grid > *,
.mw-service-notes > *,
.mw-404-nav-grid > * {
  min-width: 0;
  max-width: 100%;
}

.mw-guide-section[hidden],
.mw-guide-card[hidden] {
  display: none !important;
}

.mw-guide-card--no-media {
  grid-template-columns: 1fr;
}

.mw-trip-overview,
.mw-trip-overview__content,
.mw-trip-map-card,
.mw-trip-card,
.mw-ship-card,
.mw-trip-card__body,
.mw-ship-card__body,
.mw-feature-card,
.mw-feature-card__media,
.mw-feature-card__body,
.mw-highlight-card,
.mw-trust-card,
.mw-notice-card,
.mw-trip-note-card,
.mw-trip-note-card__body,
.mw-service-panel,
.mw-service-notes article,
.mw-contact-grid,
.mw-editorial-split,
.mw-detail-grid,
.mw-guide-card,
.mw-feature-block,
.mw-contact-page__form-shell,
.mw-contact-page__form-copy,
.mw-contact-page__form-panel,
.mw-contact-page__detail-card,
.mw-page-landing__team-card,
.mw-page-landing__team-body,
.mw-page-landing__step,
.mw-page-landing__event,
.mw-departure-card,
.mw-departure-card__main,
.mw-departure-card__top,
.mw-departure-card__header,
.mw-departure-card__facts,
.mw-trip-facts .mw-info-bar__inner,
.mw-trip-facts .mw-info-bar__inner > div,
.mw-trip-facts__cta,
.mw-accordion__button,
.mw-accordion__answer,
.mw-note summary,
.mw-note__content,
.mw-hero__actions,
.mw-cta-band__inner,
.mw-finder,
.mw-finder__form,
.mw-finder__field,
.mw-finder__submit {
  min-width: 0;
  max-width: 100%;
}

.mw-section-heading h2,
.mw-section-heading p,
.mw-hero h1,
.mw-hero p,
.mw-archive-hero h1,
.mw-archive-hero p,
.mw-editorial-split h2,
.mw-editorial-split p,
.mw-content,
.mw-content p,
.mw-content li,
.mw-lead-content,
.mw-trip-card h3,
.mw-trip-card p,
.mw-ship-card h3,
.mw-ship-card p,
.mw-feature-card__title,
.mw-feature-card__body h3,
.mw-feature-card__text,
.mw-feature-card__count,
.mw-highlight-grid article h3,
.mw-highlight-grid article p,
.mw-trip-note-card h3,
.mw-trip-note-card p,
.mw-trip-note-card .mw-content,
.mw-service-panel h3,
.mw-service-notes h3,
.mw-service-notes p,
.mw-contact-page__detail-card a,
.mw-contact-page__detail-card p,
.mw-contact-page__detail-card address,
.mw-page-landing__team-body h3,
.mw-page-landing__team-text,
.mw-page-landing__step h3,
.mw-page-landing__step p,
.mw-page-landing__event h3,
.mw-page-landing__event p,
.mw-departure-card__header h3,
.mw-departure-card__title,
.mw-departure-card__facts dd,
.mw-departure-card__notes p,
.mw-trip-facts .mw-info-bar__inner > div > strong,
.mw-accordion__button strong,
.mw-accordion__answer,
.mw-note summary,
.mw-note__content {
  min-width: 0;
  max-width: 100%;
  overflow-wrap: anywhere;
  word-break: break-word;
  hyphens: auto;
}

.mw-section-heading h2,
.mw-hero h1,
.mw-archive-hero h1,
.mw-editorial-split h2,
.mw-trip-card h3,
.mw-ship-card h3,
.mw-feature-card__title,
.mw-feature-card__body h3,
.mw-highlight-grid article h3,
.mw-trip-note-card h3,
.mw-page-landing__team-body h3,
.mw-page-landing__step h3,
.mw-page-landing__event h3,
.mw-departure-card__header h3,
.mw-accordion__button strong,
.mw-note summary {
  text-wrap: pretty;
}

.mw-content,
.mw-content p,
.mw-content li,
.mw-trip-card p,
.mw-ship-card p,
.mw-feature-card__text,
.mw-highlight-grid article p,
.mw-trip-note-card p,
.mw-trip-note-card .mw-content,
.mw-service-notes p,
.mw-page-landing__team-text,
.mw-page-landing__step p,
.mw-page-landing__event p,
.mw-departure-card__notes p,
.mw-accordion__answer,
.mw-note__content {
  text-wrap: pretty;
}

.mw-button,
.mw-nav__cta,
.mw-link-chip,
.mw-finder__submit {
  min-width: 0;
  max-width: 100%;
  padding-inline: clamp(14px, 1.6vw, 22px);
  font-size: clamp(0.88rem, 0.82rem + 0.18vw, 0.96rem);
  line-height: 1.2;
  white-space: nowrap;
}

.mw-button span,
.mw-nav__cta span,
.mw-link-chip span {
  min-width: 0;
  max-width: 100%;
}

.mw-feature-card {
  height: 100%;
}

.mw-feature-card__body {
  display: flex;
  flex-direction: column;
  gap: 12px;
  height: 100%;
}

.mw-feature-card__body p {
  max-width: none;
  flex: 1 1 auto;
}

.mw-feature-card__body .mw-button {
  margin-top: auto;
  align-self: flex-start;
}

.mw-highlight-grid {
  gap: clamp(16px, 2.2vw, 22px);
}

.mw-highlight-grid > article,
.mw-highlight-card {
  height: 100%;
}

.mw-highlight-grid--compact {
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 250px), 1fr));
  grid-auto-rows: 1fr;
  align-items: stretch;
}

.mw-highlight-grid--compact > article,
.mw-highlight-grid--compact > .mw-highlight-card,
.mw-page-landing__benefits > article,
.mw-contact-page__benefits > article {
  display: grid;
  grid-template-columns: minmax(48px, 58px) minmax(0, 1fr);
  grid-template-areas:
    "icon title"
    "icon text";
  grid-template-rows: auto 1fr;
  gap: 14px 18px;
  align-items: start;
  min-width: 0;
  height: 100%;
  padding: clamp(20px, 2vw, 28px);
}

.mw-highlight-grid--compact > article > .mw-highlight-icon,
.mw-highlight-grid--compact > .mw-highlight-card > .mw-highlight-icon,
.mw-page-landing__benefits > article > .mw-highlight-icon,
.mw-contact-page__benefits > article > .mw-highlight-icon {
  grid-area: icon;
  align-self: start;
  flex-shrink: 0;
}

.mw-highlight-grid--compact > article > h3,
.mw-highlight-grid--compact > .mw-highlight-card > h3,
.mw-page-landing__benefits > article > h3,
.mw-contact-page__benefits > article > h3 {
  grid-area: title;
  margin: 0;
  max-width: none;
  font-size: clamp(1.2rem, 1.06rem + 0.5vw, 1.55rem);
  line-height: 1.14;
}

.mw-highlight-grid--compact > article > p,
.mw-highlight-grid--compact > .mw-highlight-card > p,
.mw-page-landing__benefits > article > p,
.mw-contact-page__benefits > article > p {
  grid-area: text;
  margin: 0;
  min-width: 0;
  line-height: 1.64;
}

.mw-highlight-icon,
.mw-trip-note-card__icon,
.mw-feature-card__icon,
.mw-contact-page__detail-icon,
.mw-page-landing__team-link-icon {
  flex-shrink: 0;
}

.mw-trip-overview {
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.8fr);
  gap: clamp(24px, 3vw, 48px);
}

.mw-trip-map-card {
  overflow: visible;
}

.mw-trip-note-card,
.mw-notice-card,
.mw-contact-page__detail-card,
.mw-page-landing__team-card,
.mw-page-landing__step,
.mw-page-landing__event,
.mw-service-panel,
.mw-service-notes article {
  height: 100%;
}

.mw-trip-note-card {
  gap: 16px;
  align-items: start;
}

.mw-feature-grid--destinations {
  gap: clamp(16px, 2.2vw, 22px);
}

.mw-feature-grid--destinations .mw-feature-card__media {
  min-height: clamp(200px, 22vw, 240px);
}

.mw-feature-grid--destinations .mw-feature-card__body {
  gap: 12px;
}

.mw-feature-grid--destinations .mw-eyebrow,
.mw-feature-grid--destinations .mw-feature-card__count,
.mw-feature-grid--destinations .mw-feature-card__title,
.mw-feature-grid--destinations .mw-feature-card__text {
  min-height: 0;
}

.mw-feature-grid--destinations .mw-feature-card__title {
  max-width: none;
  font-size: clamp(1.28rem, 1.1rem + 0.45vw, 1.7rem);
  line-height: 1.15;
}

.mw-feature-grid--destinations .mw-feature-card__text {
  max-width: none;
  line-height: 1.64;
}

.mw-feature-grid--destinations .mw-button {
  margin-top: auto;
}

.mw-feature-card .mw-eyebrow::before {
  width: 18px;
}

.mw-cta-band__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(18px, 3vw, 32px);
  align-items: end;
}

.mw-trip-facts .mw-info-bar__inner {
  align-items: stretch;
}

.mw-trip-facts .mw-info-bar__inner > div {
  display: grid;
  align-content: start;
  gap: 4px;
}

.mw-trip-facts .mw-info-bar__inner > div > strong {
  line-height: 1.28;
}

.mw-departure-card__top {
  grid-template-columns: minmax(0, 1.05fr) minmax(220px, 0.95fr);
}

.mw-departure-card__footer {
  min-width: 0;
}

.mw-departure-card__footer .mw-button,
.mw-departure-card__footer .mw-link-chip {
  max-width: 100%;
}

@media (max-width: 1200px) {
  .mw-trip-overview,
  .mw-detail-grid,
  .mw-editorial-split,
  .mw-contact-grid,
  .mw-contact-page__form-shell,
  .mw-guide-card,
  .mw-feature-block {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .mw-trip-map-card,
  body.admin-bar .mw-trip-map-card,
  .mw-detail-aside {
    position: relative;
    top: auto;
  }
}

@media (max-width: 1024px) {
  .mw-card-grid--three,
  .mw-contact-page__details-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mw-feature-grid--destinations {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mw-trip-facts__cta {
    min-width: 0 !important;
  }

  .mw-cta-band__inner {
    grid-template-columns: 1fr;
    align-items: start;
  }
}

@media (max-width: 900px) {
  .mw-departure-card__top {
    grid-template-columns: 1fr;
  }

  .mw-departure-card__footer {
    align-items: stretch;
  }

  .mw-departure-card__footer .mw-button,
  .mw-departure-card__footer .mw-link-chip {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .mw-card-grid--three,
  .mw-contact-page__details-grid,
  .mw-feature-grid--destinations {
    grid-template-columns: 1fr;
  }

  .mw-highlight-grid--compact > article,
  .mw-highlight-grid--compact > .mw-highlight-card,
  .mw-page-landing__benefits > article,
  .mw-contact-page__benefits > article {
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 12px 16px;
    padding: 18px;
  }

  .mw-button,
  .mw-nav__cta,
  .mw-link-chip,
  .mw-finder__submit {
    padding-inline: 16px;
    font-size: 0.9rem;
  }
}

@media (max-width: 480px) {
  .mw-button,
  .mw-nav__cta,
  .mw-link-chip,
  .mw-finder__submit {
    min-height: 46px;
    padding-inline: 14px;
    font-size: 0.88rem;
  }

  .mw-trip-facts .mw-info-bar__inner {
    width: min(calc(100% - 20px), 1380px);
  }

  .mw-trip-facts__cta .mw-button,
  .mw-mobile-trip-cta .mw-button,
  .mw-footer__cta-card .mw-button {
    width: 100%;
  }
}

.mw-card,
.mw-feature-card,
.mw-trip-card,
.mw-ship-card,
.mw-destination-tile,
.mw-travel-type-tile,
.mw-finder,
.mw-ship-filter-panel,
.mw-footer-group,
.mw-footer__cta-card,
.mw-accordion__item,
.mw-form,
.mw-inquiry-form {
  border-radius: var(--mw-card-radius);
}

.mw-card,
.mw-feature-card,
.mw-trip-card,
.mw-ship-card,
.mw-destination-tile,
.mw-travel-type-tile,
.mw-finder,
.mw-ship-filter-panel,
.mw-accordion__item,
.mw-form,
.mw-inquiry-form {
  background: var(--mw-surface);
}

.mw-section {
  padding-top: var(--mw-section-space);
  padding-bottom: var(--mw-section-space);
}

.mw-section--warm {
  background: var(--mw-background, var(--mw-bg));
}

.mw-section--sea,
.mw-home-utility .mw-card--home-utility,
.mw-footer__logo {
  background: var(--mw-surface);
}

.mw-footer {
  background: radial-gradient(circle at 18% 0, rgba(120, 184, 179, 0.18), transparent 34%), var(--mw-footer);
}

.mw-ship-cabin-tab,
.mw-ship-cabin-tab span,
.mw-ship-cabin-tab small {
  color: var(--mw-primary);
}

.mw-ship-cabin-tab:hover,
.mw-ship-cabin-tab:focus-visible,
.mw-ship-cabin-tab.is-active {
  background: color-mix(in srgb, var(--mw-secondary) 18%, var(--mw-background, var(--mw-bg)));
  border-color: color-mix(in srgb, var(--mw-secondary) 54%, var(--mw-border-color));
  color: var(--mw-primary);
}

.mw-ship-cabin-tab:hover span,
.mw-ship-cabin-tab:focus-visible span,
.mw-ship-cabin-tab.is-active span,
.mw-ship-cabin-tab:hover small,
.mw-ship-cabin-tab:focus-visible small,
.mw-ship-cabin-tab.is-active small {
  color: var(--mw-primary) !important;
}

/* Final responsive overrides */
.mw-card-grid,
.mw-feature-grid,
.mw-highlight-grid,
.mw-trip-notes-grid,
.mw-activity-grid,
.mw-cabin-price-grid,
.mw-page-landing__team-grid,
.mw-page-landing__steps,
.mw-page-landing__events,
.mw-contact-page__details-grid,
.mw-services-grid,
.mw-service-notes,
.mw-404-nav-grid {
  align-items: stretch;
}

.mw-card-grid > *,
.mw-feature-grid > *,
.mw-highlight-grid > *,
.mw-trip-notes-grid > *,
.mw-activity-grid > *,
.mw-cabin-price-grid > *,
.mw-page-landing__team-grid > *,
.mw-page-landing__steps > *,
.mw-page-landing__events > *,
.mw-contact-page__details-grid > *,
.mw-services-grid > *,
.mw-service-notes > *,
.mw-404-nav-grid > * {
  min-width: 0;
  max-width: 100%;
}

.mw-section-heading h2,
.mw-section-heading p,
.mw-hero h1,
.mw-hero p,
.mw-archive-hero h1,
.mw-archive-hero p,
.mw-editorial-split h2,
.mw-editorial-split p,
.mw-content,
.mw-content p,
.mw-content li,
.mw-lead-content,
.mw-trip-card h3,
.mw-trip-card p,
.mw-ship-card h3,
.mw-ship-card p,
.mw-feature-card__title,
.mw-feature-card__body h3,
.mw-feature-card__text,
.mw-feature-card__count,
.mw-highlight-grid article h3,
.mw-highlight-grid article p,
.mw-trip-note-card h3,
.mw-trip-note-card p,
.mw-trip-note-card .mw-content,
.mw-service-panel h3,
.mw-service-notes h3,
.mw-service-notes p,
.mw-contact-page__detail-card a,
.mw-contact-page__detail-card p,
.mw-contact-page__detail-card address,
.mw-page-landing__team-body h3,
.mw-page-landing__team-text,
.mw-page-landing__step h3,
.mw-page-landing__step p,
.mw-page-landing__event h3,
.mw-page-landing__event p,
.mw-departure-card__header h3,
.mw-departure-card__title,
.mw-departure-card__facts dd,
.mw-departure-card__notes p,
.mw-trip-facts .mw-info-bar__inner > div > strong,
.mw-accordion__button strong,
.mw-accordion__answer,
.mw-note summary,
.mw-note__content {
  min-width: 0;
  max-width: 100%;
  overflow-wrap: anywhere;
  word-break: break-word;
  hyphens: auto;
}

.mw-section-heading h2,
.mw-hero h1,
.mw-archive-hero h1,
.mw-editorial-split h2,
.mw-trip-card h3,
.mw-ship-card h3,
.mw-feature-card__title,
.mw-feature-card__body h3,
.mw-highlight-grid article h3,
.mw-trip-note-card h3,
.mw-page-landing__team-body h3,
.mw-page-landing__step h3,
.mw-page-landing__event h3,
.mw-departure-card__header h3,
.mw-accordion__button strong,
.mw-note summary {
  text-wrap: pretty;
}

.mw-button,
.mw-nav__cta,
.mw-link-chip,
.mw-finder__submit {
  min-width: 0;
  max-width: 100%;
  padding-inline: clamp(14px, 1.6vw, 22px);
  font-size: clamp(0.88rem, 0.82rem + 0.18vw, 0.96rem);
  line-height: 1.2;
  white-space: nowrap;
}

.mw-feature-card,
.mw-trip-card,
.mw-ship-card,
.mw-notice-card,
.mw-highlight-card,
.mw-trust-card {
  height: 100%;
}

.mw-feature-card__body {
  display: flex;
  flex-direction: column;
  gap: 12px;
  height: 100%;
}

.mw-feature-card__body p {
  max-width: none;
  flex: 1 1 auto;
}

.mw-feature-card__body .mw-button {
  margin-top: auto;
  align-self: flex-start;
}

.mw-highlight-grid {
  gap: clamp(16px, 2.2vw, 22px);
}

.mw-highlight-grid--compact {
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 250px), 1fr));
  grid-auto-rows: 1fr;
  align-items: stretch;
}

.mw-highlight-grid--compact > article,
.mw-highlight-grid--compact > .mw-highlight-card,
.mw-page-landing__benefits > article,
.mw-contact-page__benefits > article {
  display: grid;
  grid-template-columns: minmax(48px, 58px) minmax(0, 1fr);
  grid-template-areas:
    "icon title"
    "icon text";
  grid-template-rows: auto 1fr;
  gap: 14px 18px;
  align-items: start;
  min-width: 0;
  height: 100%;
  padding: clamp(20px, 2vw, 28px);
}

.mw-highlight-grid--compact > article > .mw-highlight-icon,
.mw-highlight-grid--compact > .mw-highlight-card > .mw-highlight-icon,
.mw-page-landing__benefits > article > .mw-highlight-icon,
.mw-contact-page__benefits > article > .mw-highlight-icon {
  grid-area: icon;
  align-self: start;
  flex-shrink: 0;
}

.mw-highlight-grid--compact > article > h3,
.mw-highlight-grid--compact > .mw-highlight-card > h3,
.mw-page-landing__benefits > article > h3,
.mw-contact-page__benefits > article > h3 {
  grid-area: title;
  margin: 0;
  max-width: none;
  font-size: clamp(1.2rem, 1.06rem + 0.5vw, 1.55rem);
  line-height: 1.14;
}

.mw-highlight-grid--compact > article > p,
.mw-highlight-grid--compact > .mw-highlight-card > p,
.mw-page-landing__benefits > article > p,
.mw-contact-page__benefits > article > p {
  grid-area: text;
  margin: 0;
  min-width: 0;
  line-height: 1.64;
}

.mw-trip-overview {
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.8fr);
  gap: clamp(24px, 3vw, 48px);
}

.mw-feature-grid--destinations .mw-feature-card__media {
  min-height: clamp(200px, 22vw, 240px);
}

.mw-feature-grid--destinations .mw-feature-card__title,
.mw-feature-grid--destinations .mw-feature-card__text,
.mw-feature-grid--destinations .mw-feature-card__count,
.mw-feature-grid--destinations .mw-eyebrow {
  min-height: 0;
  max-width: none;
}

.mw-feature-grid--destinations .mw-feature-card__title {
  font-size: clamp(1.28rem, 1.1rem + 0.45vw, 1.7rem);
  line-height: 1.15;
}

.mw-feature-card .mw-eyebrow::before {
  width: 18px;
}

.mw-cta-band__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(18px, 3vw, 32px);
  align-items: end;
}

.mw-trip-facts .mw-info-bar__inner > div {
  display: grid;
  align-content: start;
  gap: 4px;
}

.mw-departure-card__top {
  grid-template-columns: minmax(0, 1.05fr) minmax(220px, 0.95fr);
}

@media (max-width: 1200px) {
  .mw-trip-overview,
  .mw-detail-grid,
  .mw-editorial-split,
  .mw-contact-grid,
  .mw-contact-page__form-shell,
  .mw-guide-card,
  .mw-feature-block {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .mw-trip-map-card,
  body.admin-bar .mw-trip-map-card,
  .mw-detail-aside {
    position: relative;
    top: auto;
  }
}

@media (max-width: 1024px) {
  .mw-card-grid--three,
  .mw-contact-page__details-grid,
  .mw-feature-grid--destinations {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mw-trip-facts__cta {
    min-width: 0 !important;
  }

  .mw-cta-band__inner {
    grid-template-columns: 1fr;
    align-items: start;
  }
}

@media (max-width: 900px) {
  .mw-departure-card__top {
    grid-template-columns: 1fr;
  }

  .mw-departure-card__footer {
    align-items: stretch;
  }

  .mw-departure-card__footer .mw-button,
  .mw-departure-card__footer .mw-link-chip {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .mw-card-grid--three,
  .mw-contact-page__details-grid,
  .mw-feature-grid--destinations {
    grid-template-columns: 1fr;
  }

  .mw-highlight-grid--compact > article,
  .mw-highlight-grid--compact > .mw-highlight-card,
  .mw-page-landing__benefits > article,
  .mw-contact-page__benefits > article {
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 12px 16px;
    padding: 18px;
  }
}
