:root {
  --bg: #f7f8f6;
  --surface: #ffffff;
  --surface-soft: #f6f8f7;
  --surface-strong: #0f1b28;
  --ink: #26313b;
  --muted: #677380;
  --line: #d9e1e6;
  --line-strong: #bcc8cf;
  --accent: #2c84d8;
  --accent-deep: #165f9f;
  --accent-soft: #eaf3fc;
  --official: #8c5a1d;
  --shore: #0c6b8f;
  --viator: #6a4fb3;
  --radius-xl: 28px;
  --radius-lg: 20px;
  --radius-md: 16px;
  --radius-sm: 999px;
  --shadow-lg: 0 18px 44px rgba(15, 23, 32, 0.08);
  --shadow-md: 0 10px 24px rgba(15, 23, 32, 0.06);
  --font-body:
    "Avenir Next", "Helvetica Neue", "PingFang SC", "Hiragino Sans GB",
    "Noto Sans SC", sans-serif;
  --font-display: "Iowan Old Style", "Georgia", "Times New Roman", serif;
}

* {
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6,
strong,
b {
  font-weight: 400;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  color: var(--ink);
  background: linear-gradient(180deg, #ffffff 0, #ffffff 300px, var(--bg) 300px, var(--bg) 100%);
  font-family: var(--font-body);
}

a {
  color: inherit;
  text-decoration: none;
}

button,
select {
  font: inherit;
}

.page-shell {
  width: min(1360px, calc(100vw - 40px));
  margin: 0 auto;
  padding: 18px 0 64px;
}

.utility-bar {
  min-height: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 0 4px 12px;
  color: #4f5d69;
  font-size: 0.8rem;
}

.utility-bar__links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.utility-bar__links a,
.utility-bar__meta {
  font-weight: 400;
}

.site-header {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
  min-height: 72px;
  padding: 0 24px;
  border: 1px solid rgba(214, 224, 231, 0.88);
  border-radius: 0 0 24px 24px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 4px 12px rgba(15, 23, 32, 0.03);
}

.site-header__brand {
  display: flex;
  align-items: center;
  gap: 14px;
}

.brand-mark {
  width: 0;
  height: 0;
  overflow: hidden;
  display: grid;
  place-items: center;
}

.brand-title {
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  color: #173456;
}

.brand-meta {
  display: none;
}

.site-nav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 18px;
}

.site-nav a,
.header-link {
  color: #495968;
  font-size: 0.9rem;
  font-weight: 400;
}

.site-nav a.is-active {
  color: #253852;
  position: relative;
}

.site-nav a.is-active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
  height: 2px;
  border-radius: 999px;
  background: rgba(51, 114, 108, 0.82);
}

.site-nav a:hover,
.header-link:hover {
  color: var(--accent-deep);
}

.site-header__actions {
  display: flex;
  align-items: center;
  gap: 16px;
}

.home-hero {
  position: relative;
  margin-top: 18px;
}

.home-hero__stage {
  min-height: 0;
  padding: 0;
  border-radius: 0 0 28px 28px;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 16px 34px rgba(15, 23, 32, 0.12);
  display: grid;
  gap: 0;
  border: 1px solid rgba(15, 23, 32, 0.06);
}

.home-hero__eyebrow,
.discover-controls__label,
.results-toolbar__eyebrow,
.stats-card__label,
.hero-search__label,
.hero-highlight__label,
.product-card__price-label {
  font-size: 0.76rem;
  font-weight: 400;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.home-hero__eyebrow {
  color: #4b8577;
  display: none;
}

.home-hero__headline {
  margin: 0;
  max-width: 13.2ch;
  color: #213046;
  font-family: var(--font-display);
  font-size: clamp(2.9rem, 4.35vw, 4.15rem);
  line-height: 1.12;
  letter-spacing: -0.035em;
  text-wrap: balance;
}

.home-hero__summary {
  max-width: 40rem;
  margin: 0;
  color: rgba(33, 48, 70, 0.8);
  font-size: 0.96rem;
  line-height: 1.72;
  text-align: left;
}

.hero-highlights {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  width: min(760px, 100%);
}

.hero-highlight {
  min-height: 92px;
  padding: 16px 16px 14px;
  border: 1px solid rgba(220, 229, 235, 0.92);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.84);
  backdrop-filter: blur(8px);
  box-shadow: 0 10px 20px rgba(15, 23, 32, 0.05);
  display: grid;
  align-content: start;
  gap: 8px;
}

.hero-highlight--featured {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(239, 248, 244, 0.96));
  border-color: rgba(58, 124, 98, 0.28);
  box-shadow: 0 14px 24px rgba(46, 114, 91, 0.12);
}

.hero-highlight__value {
  color: #213046;
  font-family: var(--font-display);
  font-size: clamp(1.55rem, 2.2vw, 2.2rem);
  line-height: 0.96;
  letter-spacing: -0.05em;
  white-space: nowrap;
}

.hero-highlight--featured .hero-highlight__value {
  color: #204236;
  font-size: clamp(1.8rem, 2.7vw, 2.8rem);
}

.hero-highlight__label {
  color: #576775;
  font-size: 0.8rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-highlight--featured .hero-highlight__label {
  color: #2f6c59;
}

.home-hero__banner {
  min-height: 410px;
  padding: 46px 42px 26px;
  display: grid;
  justify-items: stretch;
  align-content: start;
  gap: 18px;
  background-color: #edf6fd;
}

.home-hero__banner-copy {
  display: grid;
  gap: 14px;
  margin-top: 4px;
  max-width: 700px;
}

.home-hero__banner .home-hero__eyebrow {
  text-align: left;
}

.home-hero__story {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(320px, 0.75fr);
  gap: 0;
  margin: -22px 28px 22px;
  padding: 0;
  background: linear-gradient(180deg, #ffffff, #fbfdff);
  border: 1px solid rgba(214, 224, 231, 0.92);
  border-radius: 24px;
  box-shadow: 0 14px 30px rgba(15, 23, 32, 0.08);
  overflow: hidden;
}

.hero-popular {
  display: none;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  width: min(760px, 100%);
  color: rgba(33, 48, 70, 0.7);
  font-size: 0.82rem;
  margin-top: 2px;
}

.hero-popular a,
.hero-popular span {
  min-height: 28px;
  display: inline-flex;
  align-items: center;
  padding: 0 12px;
  border-radius: var(--radius-sm);
  border: 1px solid rgba(31, 78, 124, 0.08);
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(10px);
}

.hero-popular span {
  border-color: transparent;
  background: transparent;
  padding-left: 0;
  color: rgba(33, 48, 70, 0.74);
}

.hero-popular a:hover {
  border-color: rgba(31, 78, 124, 0.18);
  background: rgba(255, 255, 255, 0.9);
}

.hero-search {
  position: relative;
  z-index: 2;
  margin: 12px 0 0;
  width: min(628px, 100%);
  padding: 6px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr)) 112px;
  gap: 8px;
  border: 1px solid rgba(207, 219, 227, 0.94);
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 18px 28px rgba(15, 23, 32, 0.1);
}

.hero-search__field {
  position: relative;
  display: block;
  min-height: 52px;
  padding: 0 14px;
  border: 1px solid rgba(221, 229, 234, 0.92);
  border-radius: 12px;
  background: var(--surface);
}

.hero-search__label {
  color: var(--ink);
  font-size: 0.88rem;
  letter-spacing: 0;
  text-transform: none;
  font-weight: 400;
  position: absolute;
  inset: 50% auto auto 14px;
  transform: translateY(-50%);
  pointer-events: none;
  white-space: nowrap;
}

.hero-search__select {
  position: absolute;
  inset: 0;
  width: 100%;
  border: 0;
  background: transparent;
  color: transparent;
  height: 100%;
  font-size: 0.94rem;
  font-weight: 400;
  outline: none;
  padding: 0;
  text-shadow: 0 0 0 transparent;
  appearance: none;
  cursor: pointer;
}

.hero-search__select option {
  color: var(--ink);
}

.hero-search__cta,
.product-card__cta {
  border: 0;
  border-radius: 14px;
  background: linear-gradient(180deg, #3c876d, #2e725b);
  color: #fff;
  font-weight: 400;
  cursor: pointer;
}

.hero-search__cta {
  position: relative;
  min-height: 52px;
  width: 100%;
  min-width: 0;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.12);
  font-weight: 400;
  align-self: stretch;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.hero-search__cta-text {
  font-size: 0.9rem;
  line-height: 1;
  letter-spacing: 0;
  white-space: nowrap;
}

.hero-search__cta.is-busy .hero-search__cta-text {
  opacity: 0.78;
}

.results-toolbar__meta,
.product-card__summary {
  margin-top: 10px;
  color: var(--muted);
  line-height: 1.65;
}

.main-layout {
  margin-top: 0;
}

.journey-column {
  display: grid;
  gap: 18px;
}

.product-card,
.port-visual-card,
.discover-controls,
.port-showcase,
.results-toolbar {
  border-radius: 22px;
}

.overview-summary,
.discover-controls,
.port-showcase {
  padding: 24px;
  border: 1px solid var(--line);
  background: var(--surface);
  box-shadow: 0 4px 16px rgba(15, 23, 32, 0.03);
}

.region-collection {
  border: 1px solid var(--line);
  border-radius: 22px;
  background: var(--surface);
  box-shadow: 0 4px 16px rgba(15, 23, 32, 0.03);
  overflow: hidden;
}

.overview-summary {
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  overflow: hidden;
}

.hero-feature {
  min-height: 146px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(360px, 1.05fr) minmax(0, 0.95fr);
  align-items: stretch;
}

.hero-feature__copy {
  padding: 24px 28px 22px;
  display: grid;
  align-content: start;
  gap: 10px;
}

.hero-feature__visual {
  display: block;
  min-height: 146px;
  background-size: cover;
  background-position: center;
  border-radius: 18px;
  margin: 22px 0 22px 22px;
}

.hero-feature__eyebrow {
  color: var(--accent-deep);
  font-size: 0.76rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 400;
}

.hero-feature__title {
  margin: 0;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: clamp(2rem, 2.7vw, 2.7rem);
  line-height: 1;
  letter-spacing: -0.05em;
  font-weight: 400;
}

.hero-feature__meta {
  color: var(--muted);
  font-size: 0.94rem;
  line-height: 1.45;
}

.hero-feature__summary {
  margin: 0;
  max-width: 22ch;
  color: var(--ink);
  font-size: 0.94rem;
  line-height: 1.6;
}

.hero-feature__cta {
  width: fit-content;
  margin-top: 4px;
  padding: 11px 18px;
  border: 1px solid rgba(50, 115, 107, 0.2);
  border-radius: 999px;
  color: #2f7165;
  background: #fff;
  font-size: 0.92rem;
  font-weight: 400;
}

.hero-rail {
  min-height: 100%;
  padding: 20px 24px 18px;
  border-left: 1px solid rgba(225, 232, 236, 0.95);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  display: grid;
  align-content: start;
  gap: 10px;
}

.hero-rail__eyebrow {
  color: var(--accent-deep);
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 400;
}

.hero-rail__rows {
  display: grid;
  gap: 0;
  margin-top: 2px;
}

.hero-rail__row {
  min-height: 48px;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  border-bottom: 1px solid rgba(229, 235, 238, 0.92);
}

.hero-rail__row span {
  color: var(--muted);
  font-size: 0.84rem;
  letter-spacing: 0.02em;
  text-transform: none;
  font-weight: 400;
}

.hero-rail__row strong {
  color: var(--ink);
  font-size: 0.92rem;
  font-weight: 400;
  text-align: right;
}

.hero-rail__row:last-child {
  border-bottom: 0;
}

.hero-rail__link {
  margin-top: 2px;
  color: #216da8;
  font-size: 0.9rem;
}

.discover-controls {
  display: grid;
  gap: 20px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 249, 249, 0.98)),
    linear-gradient(90deg, rgba(44, 132, 216, 0.05), transparent 40%);
}

.discover-controls__group {
  display: grid;
  gap: 12px;
}

.discover-controls__group--why {
  padding-top: 8px;
  border-top: 1px solid var(--line);
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.why-card {
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--surface-soft);
}

.why-card__title {
  color: var(--ink);
  font-size: 1rem;
  font-weight: 400;
}

.why-card p {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 0.94rem;
  line-height: 1.65;
}

.discover-controls__label,
.results-toolbar__eyebrow {
  color: var(--accent-deep);
  font-weight: 400;
}

.chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.filter-chip {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 0 16px;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  background: #fff;
  cursor: pointer;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.filter-chip:hover {
  transform: translateY(-1px);
  border-color: var(--line-strong);
  box-shadow: 0 8px 18px rgba(15, 23, 32, 0.05);
}

.filter-chip.is-active {
  border-color: #1d2a35;
  background: #1d2a35;
  color: #fff;
}

.filter-chip__label {
  font-weight: 400;
}

.filter-chip__count {
  min-width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--radius-sm);
  background: #eef2f3;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 400;
}

.filter-chip.is-active .filter-chip__count {
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
}

.results-toolbar {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 18px;
}

.results-toolbar--centered {
  padding: 0 4px;
}

.results-toolbar__title {
  margin: 6px 0 0;
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 1.04;
  letter-spacing: -0.05em;
  font-weight: 400;
  font-family: var(--font-display);
}

.port-showcase__grid {
  margin-top: 20px;
}

.region-showcase__layout {
  display: grid;
  grid-template-columns: minmax(250px, 0.95fr) minmax(0, 1.45fr);
  gap: 16px;
  align-items: stretch;
}

.region-promo {
  min-height: 100%;
  padding: 26px;
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(15, 42, 74, 0.98), rgba(12, 30, 54, 0.98)),
    linear-gradient(140deg, rgba(44, 132, 216, 0.16), transparent 45%);
  color: #f5f8fb;
  display: grid;
  align-content: start;
  gap: 14px;
  box-shadow: 0 12px 28px rgba(15, 23, 32, 0.08);
}

.region-promo__eyebrow {
  color: rgba(145, 218, 191, 0.9);
  font-size: 0.74rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.region-promo__title {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 0.98;
  letter-spacing: -0.05em;
  font-weight: 400;
}

.region-promo__copy {
  margin: 0;
  max-width: 28ch;
  color: rgba(235, 242, 247, 0.82);
  font-size: 0.95rem;
  line-height: 1.65;
}

.region-promo__stats {
  display: grid;
  gap: 10px;
  margin-top: 4px;
}

.region-promo__stat {
  display: grid;
  gap: 3px;
  padding-top: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.region-promo__stat-value {
  color: #fff;
  font-size: 1.1rem;
  line-height: 1.2;
  font-weight: 400;
}

.region-promo__stat-label {
  color: rgba(235, 242, 247, 0.68);
  font-size: 0.8rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.region-promo__link {
  margin-top: 2px;
  width: fit-content;
  padding: 12px 16px;
  border-radius: 999px;
  background: #18a96d;
  color: #fff;
  font-size: 0.92rem;
  box-shadow: 0 8px 18px rgba(44, 132, 216, 0.22);
}

.region-showcase__cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  align-content: start;
}

.region-card {
  display: grid;
  gap: 10px;
  padding: 0;
  border: 0;
  background: transparent;
  text-align: left;
}

.region-card__media {
  display: block;
  min-height: 160px;
  border-radius: 18px;
  background-size: cover;
  background-position: center;
  box-shadow: var(--shadow-md);
}

.region-card__body {
  display: grid;
  gap: 4px;
  padding: 0 2px;
}

.region-card__title {
  color: #3b92ca;
  font-family: var(--font-display);
  font-size: 1.08rem;
  line-height: 1.18;
  letter-spacing: -0.03em;
  font-weight: 400;
}

.region-card__meta {
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.45;
}

.destination-gallery {
  padding: 18px 20px 18px;
}

.destination-gallery--empty {
  display: grid;
  gap: 20px;
}

.destination-gallery__head {
  display: grid;
  gap: 10px;
}

.destination-gallery__eyebrow,
.destination-gallery__filter-label {
  color: var(--accent-deep);
  font-size: 0.76rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 400;
}

.destination-gallery__title {
  margin: 0;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: clamp(1.95rem, 2.6vw, 2.8rem);
  line-height: 1;
  letter-spacing: -0.05em;
  font-weight: 400;
}

.destination-gallery__copy {
  margin: 0;
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 1.55;
}

.destination-gallery__port-strip {
  margin-top: 16px;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
  overflow: visible;
  padding-bottom: 0;
}

.destination-gallery__port-card {
  padding: 0;
  border: 0;
  background: transparent;
  text-align: left;
  display: grid;
  position: relative;
  overflow: hidden;
  border-radius: 14px;
  box-shadow: var(--shadow-md);
  cursor: pointer;
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.destination-gallery__port-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(15, 23, 32, 0.12);
}

.destination-gallery__port-card.is-active {
  outline: 2px solid rgba(44, 132, 216, 0.38);
  outline-offset: 2px;
}

.destination-gallery__port-media {
  display: block;
  min-height: 96px;
  background-size: cover;
  background-position: center;
}

.destination-gallery__port-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(10, 22, 34, 0.08) 20%, rgba(10, 22, 34, 0.62) 100%);
  pointer-events: none;
}

.destination-gallery__port-overlay {
  position: absolute;
  inset: auto 0 0 0;
  z-index: 1;
  display: grid;
  gap: 4px;
  padding: 12px 12px 10px;
}

.destination-gallery__port-kicker {
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.destination-gallery__port-name {
  color: #fff;
  font-family: var(--font-display);
  font-size: 0.96rem;
  line-height: 1.1;
}

.destination-gallery__port-meta {
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.78rem;
  line-height: 1.35;
}

.featured-activities {
  margin-top: 12px;
  padding: 18px 20px;
  border: 1px solid rgba(222, 230, 234, 0.94);
  border-radius: 18px;
  background: #fff;
}

.featured-activities__head {
  display: grid;
  gap: 8px;
}

.featured-activities__eyebrow {
  color: var(--accent-deep);
  font-size: 0.76rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.featured-activities__title {
  margin: 0;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: clamp(1.7rem, 2vw, 2.2rem);
  line-height: 1;
  letter-spacing: -0.04em;
  font-weight: 400;
}

.featured-activities__copy {
  margin: 0;
  color: var(--muted);
  font-size: 0.84rem;
  line-height: 1.5;
}

.featured-activities__grid {
  margin-top: 14px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.featured-activity-card {
  overflow: hidden;
  border: 1px solid rgba(227, 233, 236, 0.95);
  border-radius: 16px;
  background: linear-gradient(180deg, #ffffff, #fbfcfd);
}

.featured-activity-card__media {
  display: block;
  min-height: 160px;
  background-size: cover;
  background-position: center;
}

.featured-activity-card__body {
  padding: 14px 14px 12px;
  display: grid;
  gap: 10px;
}

.featured-activity-card__meta,
.featured-activity-card__footer {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
}

.featured-activity-card__source,
.featured-activity-card__port {
  color: #2f7165;
  font-size: 0.76rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.featured-activity-card__price {
  color: var(--muted);
  font-size: 0.82rem;
}

.featured-activity-card__title {
  margin: 0;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: 1.18rem;
  line-height: 1.18;
  letter-spacing: -0.03em;
}

.featured-activity-card__summary {
  margin: 0;
  color: var(--muted);
  font-size: 0.84rem;
  line-height: 1.55;
}

.featured-activity-card__cta {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid rgba(50, 115, 107, 0.18);
  color: #2f7165;
  background: #fff;
  font-size: 0.82rem;
}

.compare-guide,
.coverage-strip {
  margin-top: 12px;
  padding: 18px 20px;
  border: 1px solid rgba(222, 230, 234, 0.94);
  border-radius: 18px;
  background: #fff;
  box-shadow: none;
}

.compare-guide__head,
.coverage-strip {
  display: grid;
  gap: 10px;
}

.compare-guide__eyebrow,
.coverage-strip__eyebrow {
  color: var(--accent-deep);
  font-size: 0.76rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.compare-guide__title,
.coverage-strip__title {
  margin: 0;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: clamp(1.7rem, 2vw, 2.2rem);
  line-height: 1;
  letter-spacing: -0.04em;
  font-weight: 400;
}

.compare-guide__copy,
.coverage-strip__copy {
  margin: 0;
  color: var(--muted);
  font-size: 0.84rem;
  line-height: 1.5;
}

.compare-guide__grid {
  margin-top: 14px;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 0;
  border: 1px solid rgba(227, 233, 236, 0.95);
  border-radius: 16px;
  overflow: hidden;
  background: linear-gradient(180deg, #fbfcfd, #ffffff);
}

.compare-guide__item {
  display: grid;
  justify-items: center;
  text-align: center;
  gap: 8px;
  min-height: 164px;
  padding: 18px 14px 16px;
  border-radius: 0;
  background: transparent;
  border-right: 1px solid rgba(227, 233, 236, 0.95);
}

.compare-guide__icon {
  width: 38px;
  height: 38px;
  display: inline-grid;
  place-items: center;
  border-radius: 999px;
  background: #eff7f3;
  color: #2f7165;
  font-size: 0.92rem;
}

.compare-guide__item strong {
  font-size: 1rem;
  font-weight: 400;
  color: var(--ink);
}

.compare-guide__item p {
  margin: 0;
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.5;
}

.coverage-strip {
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr);
  align-items: start;
  column-gap: 24px;
  row-gap: 18px;
}

.coverage-strip__intro {
  display: grid;
  gap: 10px;
}

.coverage-strip__timestamp {
  color: #60707d;
  font-size: 0.8rem;
}

.coverage-strip__stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.coverage-stat {
  padding: 16px 16px 14px;
  border: 1px solid rgba(222, 230, 234, 0.92);
  border-radius: 16px;
  background: linear-gradient(180deg, #ffffff, #f8fbfd);
  display: grid;
  gap: 6px;
}

.coverage-stat__value {
  color: #213046;
  font-family: var(--font-display);
  font-size: clamp(1.6rem, 2.2vw, 2.2rem);
  line-height: 1;
  letter-spacing: -0.04em;
}

.coverage-stat__label {
  color: var(--muted);
  font-size: 0.8rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.coverage-strip__logos {
  margin-top: -2px;
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-start;
  align-self: center;
}

.coverage-strip__logo {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(222, 230, 234, 0.92);
  background: #fff;
  color: #42515f;
  font-size: 0.88rem;
}

.compare-guide__item:last-child {
  border-right: 0;
}

.destination-gallery__empty-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 24px 26px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: linear-gradient(135deg, #f8fcfb 0%, #ffffff 68%);
  box-shadow: var(--shadow-md);
}

.destination-gallery__empty-label {
  color: var(--accent-deep);
  font-size: 0.76rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.destination-gallery__empty-ship {
  margin-top: 8px;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 2.4vw, 2.4rem);
  line-height: 1;
  letter-spacing: -0.04em;
}

.destination-gallery__empty-meta {
  margin-top: 10px;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.6;
}

.destination-gallery__empty-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 176px;
  padding: 14px 20px;
  border-radius: 999px;
  background: var(--accent);
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
}

.destination-gallery__empty-ports {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.destination-gallery__empty-port {
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: #fff;
  text-align: left;
  display: grid;
  gap: 8px;
  cursor: pointer;
}

.destination-gallery__empty-port span {
  color: var(--ink);
  font-family: var(--font-display);
  font-size: 1.1rem;
  line-height: 1.1;
}

.destination-gallery__empty-port small {
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.5;
}

.value-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 20px;
  overflow: hidden;
  background: linear-gradient(180deg, #ffffff, #fbfcfc);
  box-shadow: 0 4px 14px rgba(15, 23, 32, 0.03);
}

.value-strip__item {
  min-height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px 18px;
  border-right: 1px solid var(--line);
  color: var(--muted);
  text-align: center;
  line-height: 1.45;
  font-size: 0.95rem;
  font-weight: 400;
}

.value-strip__item:last-child {
  border-right: 0;
}

.cards-grid {
  display: grid;
  gap: 18px;
}

.product-card {
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--surface);
  box-shadow: 0 5px 16px rgba(15, 23, 32, 0.04);
}

.product-card__media {
  min-height: 280px;
  padding: 18px;
  display: flex;
  justify-content: space-between;
  align-items: start;
  background: linear-gradient(180deg, rgba(15, 23, 32, 0.08), rgba(15, 23, 32, 0.2));
}

.product-card__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  max-width: calc(100% - 64px);
}

.product-card__media-favorite {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.96);
  color: #4b5660;
  font-size: 1.3rem;
}

.badge {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 12px;
  border-radius: var(--radius-sm);
  background: rgba(255, 255, 255, 0.94);
  color: #4b5660;
  font-size: 0.82rem;
  font-weight: 400;
}

.badge[data-tone="official"] {
  color: var(--official);
}

.badge[data-tone="shore"] {
  color: var(--shore);
}

.badge[data-tone="viator"] {
  color: var(--viator);
}

.badge[data-tone="mode"],
.badge[data-tone="language"] {
  color: #40505d;
}

.product-card__body {
  padding: 22px 24px 24px;
}

.product-card__header-row {
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 18px;
}

.product-card__media-kicker,
.product-card__media-meta,
.product-card__trace,
.product-card__rail-meta,
.product-card__facts dt,
.product-card__facts dd {
  color: var(--muted);
}

.product-card__media-kicker {
  font-size: 0.92rem;
  font-weight: 400;
}

.product-card__media-meta {
  text-align: right;
  font-size: 0.88rem;
  line-height: 1.4;
}

.product-card__title {
  margin: 12px 0 0;
  max-width: 20ch;
  font-size: 1.55rem;
  line-height: 1.2;
  letter-spacing: -0.03em;
  font-weight: 400;
  font-family: var(--font-display);
}

.product-card__summary {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.product-card__facts {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin: 18px 0 0;
  padding-top: 18px;
  border-top: 1px solid var(--line);
}

.product-card__facts div {
  display: grid;
  gap: 6px;
}

.product-card__facts dt {
  font-size: 0.8rem;
  font-weight: 400;
}

.product-card__facts dd {
  margin: 0;
  font-size: 0.96rem;
  font-weight: 400;
  line-height: 1.4;
}

.product-card__footer {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: minmax(0, 1fr) 220px;
  gap: 22px;
  align-items: end;
}

.product-card__footer-copy {
  display: grid;
  gap: 8px;
}

.product-card__trace {
  font-size: 0.9rem;
  font-weight: 400;
}

.product-card__rail-meta {
  font-size: 0.95rem;
  line-height: 1.6;
}

.product-card__footer-price {
  display: grid;
  justify-items: end;
  gap: 8px;
}

.product-card__price-label {
  color: var(--muted);
}

.product-card__price {
  font-size: 1.95rem;
  line-height: 1;
  letter-spacing: -0.04em;
  font-weight: 400;
}

.product-card__cta {
  min-height: 50px;
  width: 100%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0 18px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.14);
}

.product-card__cta[aria-disabled="true"] {
  background: #d6dde0;
  color: #677581;
  pointer-events: none;
  box-shadow: none;
}

@media (max-width: 1140px) {
  .hero-search {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero-highlights {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .journey-panel {
    grid-template-columns: 1fr;
  }

  .journey-panel__rail {
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  .journey-panel__stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .value-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .region-showcase__layout {
    grid-template-columns: 1fr;
  }

  .region-showcase__cards {
    grid-template-columns: 1fr;
  }

  .hero-feature {
    grid-template-columns: 1fr;
  }

  .hero-feature__visual {
    min-height: 220px;
    order: -1;
  }

  .cruise-destination-section__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .destination-gallery__port-strip,
  .featured-activities__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .compare-guide__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .excursion-editorial__top {
    grid-template-columns: 1fr;
  }

  .excursion-editorial-card {
    grid-template-columns: minmax(220px, 0.88fr) minmax(0, 1fr);
  }

  .excursion-types__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .destination-gallery__empty-panel {
    flex-direction: column;
    align-items: flex-start;
  }

  .destination-gallery__empty-ports {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-hero__story {
    grid-template-columns: 1fr;
    margin-top: -24px;
  }
}

@media (max-width: 820px) {
  .page-shell {
    width: min(100vw - 20px, 100%);
  }

  .site-header {
    grid-template-columns: 1fr;
    justify-items: start;
    padding: 18px;
  }

  .site-nav,
  .site-header__actions {
    justify-content: flex-start;
  }

  .hero-search {
    width: 100%;
    grid-template-columns: 1fr;
  }

  .hero-highlights {
    grid-template-columns: 1fr;
  }

  .hero-highlight {
    min-height: 0;
  }

  .home-hero__banner {
    min-height: 260px;
    padding: 22px 16px 18px;
  }

  .product-card__facts,
  .product-card__footer,
  .value-strip {
    grid-template-columns: 1fr;
  }

  .product-card__header-row,
  .results-toolbar {
    flex-direction: column;
    align-items: start;
  }

  .region-promo {
    padding: 22px;
  }

  .region-card__media {
    min-height: 180px;
  }

  .region-collection {
    border-radius: 20px;
  }

  .destination-gallery {
    padding: 20px 16px 16px;
  }

  .cruise-destination-section__grid,
  .destination-gallery__empty-ports {
    grid-template-columns: 1fr;
  }

  .excursion-editorial-card {
    grid-template-columns: 1fr;
  }

  .excursion-editorial-card__media {
    min-height: 220px;
  }

  .excursion-types__grid {
    grid-template-columns: 1fr;
  }

  .product-card__footer-price {
    justify-items: start;
  }

  .value-strip__item {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .value-strip__item:last-child {
    border-bottom: 0;
  }

  .value-strip {
    grid-template-columns: 1fr;
  }

  .destination-gallery__port-media {
    min-height: 160px;
  }

  .cruise-destination-card {
    min-height: auto;
    grid-template-rows: 180px auto;
  }

  .destination-gallery__empty-link {
    width: 100%;
  }

  .home-hero__story {
    padding: 16px 16px 14px;
    margin-top: -18px;
  }

  .hero-feature {
    min-height: 220px;
  }

  .hero-feature__copy {
    padding: 20px 18px 18px;
  }

  .hero-rail {
    min-height: 0;
  }

  .compare-guide__grid,
  .featured-activities__grid {
    grid-template-columns: 1fr;
  }

  .destination-gallery__port-strip,
  .coverage-strip,
  .coverage-strip__stats {
    grid-template-columns: 1fr;
  }

  .compare-guide__item {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid rgba(227, 233, 236, 0.95);
  }

  .compare-guide__item:last-child {
    border-bottom: 0;
  }

  .coverage-strip__logos {
    justify-content: flex-start;
  }
}
