:root {
  --navy-980: #07193f;
  --navy-900: #0d2c66;
  --navy-700: #2552a1;
  --sea-500: #3f9ecf;
  --sea-100: #d8f0f8;
  --sand-50: #fbf8f1;
  --ink-950: #13213b;
  --ink-700: #4c5b78;
  --ink-500: #71809f;
  --line: rgba(19, 33, 59, 0.12);
  --white: #ffffff;
  --shell: min(1120px, calc(100vw - 32px));
  --radius-xl: 0;
  --radius-lg: 0;
  --radius-md: 0;
  --shadow-soft: 0 18px 48px rgba(14, 33, 78, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink-950);
  background:
    radial-gradient(circle at top left, rgba(63, 158, 207, 0.16), transparent 30%),
    linear-gradient(180deg, #f7fbff 0%, var(--sand-50) 100%);
  font-family: "Source Han Serif SC", "Noto Serif SC", "PingFang SC", "Microsoft YaHei", sans-serif;
}

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

.shell {
  width: var(--shell);
  margin: 0 auto;
}

.site-nav {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(7, 25, 63, 0.95);
  color: var(--white);
  backdrop-filter: blur(12px);
  box-shadow: 0 10px 30px rgba(7, 25, 63, 0.22);
}

.nav-inner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
  min-height: 76px;
}

.brand {
  display: grid;
  gap: 2px;
}

.brand-mark {
  font-family: "Avenir Next", "Segoe UI", sans-serif;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.72);
}

.brand-title {
  font-size: 1.08rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.brand-trail {
  font-family: "Avenir Next", "Segoe UI", sans-serif;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: rgba(255, 255, 255, 0.62);
}

.nav-links {
  display: flex;
  justify-content: center;
  gap: 20px;
  align-items: center;
  font-family: "Avenir Next", "Segoe UI", sans-serif;
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.03em;
}

.nav-links a {
  position: relative;
  padding: 8px 0;
  opacity: 0.84;
}

.nav-links a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--sea-500), #8fd0e7);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 160ms ease;
}

.nav-links a:hover,
.nav-links a.is-current {
  opacity: 1;
}

.nav-links a.is-current::after,
.nav-links a:hover::after {
  transform: scaleX(1);
}

.menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--white);
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.menu-toggle-lines {
  display: inline-flex;
  flex-direction: column;
  gap: 5px;
}

.menu-toggle-lines span {
  display: block;
  width: 20px;
  height: 2px;
  border-radius: 0;
  background: var(--white);
  transition: transform 160ms ease, opacity 160ms ease;
}

.menu-toggle[aria-expanded="true"] .menu-toggle-lines span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.menu-toggle[aria-expanded="true"] .menu-toggle-lines span:nth-child(2) {
  opacity: 0;
}

.menu-toggle[aria-expanded="true"] .menu-toggle-lines span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.page-hero {
  position: relative;
  overflow: hidden;
  color: var(--white);
  background-color: #0a224e;
  background:
    linear-gradient(180deg, rgba(7, 25, 63, 0.22) 0%, rgba(7, 25, 63, 0.35) 100%),
    var(--hero-image, none) var(--hero-position, center center) / cover no-repeat;
}

.page-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 20%;
  background: linear-gradient(180deg, rgba(7, 25, 63, 0), rgba(7, 25, 63, 0.5));
}

.page-home .page-hero {
  background:
    linear-gradient(180deg, rgba(8, 26, 63, 0.16) 0%, rgba(8, 26, 63, 0.22) 100%),
    var(--hero-image, none) var(--hero-position, center center) / cover no-repeat;
}

.page-home .page-hero::after {
  height: 8%;
  background: linear-gradient(180deg, rgba(7, 25, 63, 0), rgba(7, 25, 63, 0.14));
}

.page-hero-itinerary-map {
  background:
    linear-gradient(90deg, rgba(5, 17, 43, 0.88) 0%, rgba(8, 26, 63, 0.74) 26%, rgba(8, 26, 63, 0.42) 54%, rgba(8, 26, 63, 0.18) 100%),
    linear-gradient(180deg, rgba(245, 248, 255, 0.12) 0%, rgba(7, 25, 63, 0.16) 100%),
    url("./assets/hero-itinerary-fanan.jpg") center -112px / cover no-repeat,
    linear-gradient(180deg, #cfdcf3 0%, #dde9f8 100%);
}

.page-hero-itinerary-map::after {
  display: none;
}

.hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 14px;
  min-height: 520px;
  align-content: end;
  padding: 88px 0 56px;
}

.hero-kicker {
  margin: 0;
  font-family: "Avenir Next", "Segoe UI", sans-serif;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.72);
}

.hero-title {
  max-width: 760px;
  margin: 0;
  font-size: clamp(2.3rem, 5vw, 4.4rem);
  line-height: 1.06;
}

.page-prepare .hero-title {
  text-shadow: 0 1px 3px rgba(0,0,0,0.4), 0 2px 16px rgba(5, 17, 43, 0.55);
}

.hero-summary {
  max-width: 560px;
  margin: 0;
  font-size: 1.06rem;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.84);
}

.hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  max-width: 560px;
}

.hero-pill {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 16px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 0;
  background: rgba(255, 255, 255, 0.08);
  font-family: "Avenir Next", "Segoe UI", sans-serif;
  font-size: 0.92rem;
  font-weight: 700;
}

.page-main {
  padding: 22px 0 48px;
}

.intro-card,
.placeholder-card,
.prep-card {
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(255, 255, 255, 0.75);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-soft);
}

.intro-card {
  display: grid;
  gap: 8px;
  padding: 18px 20px;
}

.section-kicker {
  margin: 0;
  font-family: "Avenir Next", "Segoe UI", sans-serif;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--navy-700);
}

.section-title {
  margin: 0;
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  line-height: 1.2;
}

.section-copy {
  margin: 0;
  max-width: 760px;
  color: var(--ink-700);
  line-height: 1.72;
}

.section-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 4px;
}

.section-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 20px;
  border-radius: 0;
  background: linear-gradient(135deg, var(--navy-800), var(--navy-700));
  color: var(--white);
  font-family: "Avenir Next", "Segoe UI", sans-serif;
  font-size: 0.96rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  box-shadow: 0 12px 28px rgba(10, 34, 78, 0.16);
  transition: transform 160ms ease, box-shadow 160ms ease, opacity 160ms ease;
}

.section-button:hover {
  transform: translateY(-1px);
  box-shadow: 0 16px 30px rgba(10, 34, 78, 0.2);
  opacity: 0.96;
}

.prep-list {
  display: grid;
  gap: 12px;
  margin-top: 14px;
}

.prep-card {
  display: grid;
  gap: 10px;
  padding: 18px 20px;
}

.prep-card-header {
  display: flex;
  align-items: center;
  gap: 10px;
}

.prep-index {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 0;
  background: linear-gradient(145deg, var(--sea-100), rgba(63, 158, 207, 0.22));
  color: var(--navy-900);
  font-family: "Avenir Next", "Segoe UI", sans-serif;
  font-size: 0.96rem;
  font-weight: 800;
}

.prep-card h3 {
  margin: 0;
  font-size: 1.34rem;
}

.prep-card ul {
  margin: 0;
  padding-left: 1.4rem;
  color: var(--ink-700);
  line-height: 1.85;
}

.prep-card li + li {
  margin-top: 7px;
}

.placeholder-card {
  display: grid;
  gap: 14px;
  margin-top: 28px;
  padding: 32px 30px;
}

.placeholder-label {
  display: inline-flex;
  width: auto !important;
  min-height: 34px;
  align-items: center;
  padding: 0 12px;
  border-radius: 0;
  background: rgba(37, 82, 161, 0.1);
  color: var(--navy-700);
  font-family: "Avenir Next", "Segoe UI", sans-serif;
  font-size: 0.84rem;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.placeholder-card h2 {
  margin: 0;
  font-size: clamp(1.7rem, 3vw, 2.3rem);
}

.placeholder-card p {
  margin: 0;
  max-width: 740px;
  color: var(--ink-700);
  line-height: 1.9;
}

.itinerary-intro {
  gap: 10px;
}

.itinerary-overview {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.itinerary-overview span {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 14px;
  border-radius: 0;
  background: rgba(37, 82, 161, 0.08);
  color: var(--navy-700);
  font-family: "Avenir Next", "Segoe UI", sans-serif;
  font-size: 0.88rem;
  font-weight: 700;
}

.itinerary-map-figure {
  display: block;
  margin: 10px 0 18px;
  cursor: zoom-in;
  text-decoration: none;
}

.itinerary-map-figure img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 0;
  box-shadow: 0 10px 24px rgba(10, 34, 78, 0.08);
}

.itinerary-map-tip {
  width: 100%;
  max-width: none;
  margin: 6px 0 16px;
  text-align: center;
}

.days-stack {
  display: grid;
  gap: 14px;
  margin-top: 16px;
}

.day-card {
  display: grid;
  gap: 14px;
  padding: 18px 20px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.76);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-soft);
}

.day-header {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.day-number {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border-radius: 0;
  background: linear-gradient(145deg, var(--sea-100), rgba(63, 158, 207, 0.26));
  color: var(--navy-900);
  font-family: "Avenir Next", "Segoe UI", sans-serif;
  font-size: 1rem;
  font-weight: 800;
}

.day-kicker {
  margin: 2px 0 4px;
  font-family: "Avenir Next", "Segoe UI", sans-serif;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--navy-700);
}

.day-header h3 {
  margin: 0;
  font-size: clamp(1.45rem, 2.8vw, 2rem);
  line-height: 1.2;
}

.day-status {
  margin: 0;
  padding: 12px 14px;
  border-radius: var(--radius-lg);
  background: linear-gradient(180deg, rgba(63, 158, 207, 0.12), rgba(37, 82, 161, 0.06));
  color: var(--ink-950);
  font-size: 1rem;
  line-height: 1.8;
}

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

.day-section {
  display: grid;
  gap: 8px;
  min-height: 100%;
  padding: 14px 14px 12px;
  border-radius: var(--radius-lg);
  background: rgba(247, 250, 255, 0.96);
  border: 1px solid rgba(19, 33, 59, 0.06);
}

.day-section-wide {
  grid-column: 1 / -1;
}

.day-section h4 {
  margin: 0;
  font-size: 1rem;
}

.day-section ul {
  margin: 0;
  padding-left: 1.3rem;
  color: var(--ink-700);
  line-height: 1.72;
}

.day-section li + li {
  margin-top: 4px;
}

.collapsible-block {
  display: grid;
  gap: 10px;
}

.collapsible-body {
  position: relative;
  overflow: hidden;
  transition: max-height 220ms ease;
}

.collapsible-block.is-collapsed .collapsible-body::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 56px;
  background: linear-gradient(180deg, rgba(247, 250, 255, 0), rgba(247, 250, 255, 0.96) 82%);
  pointer-events: none;
}

.day-card-collapsible .collapsible-body {
  border-top: 1px solid rgba(19, 33, 59, 0.06);
  padding-top: 12px;
  margin-top: 2px;
}

.day-card-collapsible.is-collapsed .collapsible-body {
  max-height: var(--collapsed-max-height, 0px);
  padding-top: 0;
  margin-top: 0;
  border-top: 0;
}

.collapsible-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.18rem;
  align-self: flex-end;
  width: fit-content;
  min-height: 22px;
  padding: 0;
  border: 0;
  background: transparent;
  color: rgba(37, 82, 161, 0.82);
  font-family: "Avenir Next", "Segoe UI", sans-serif;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.2;
  cursor: pointer;
  transition: color 160ms ease, transform 160ms ease, opacity 160ms ease;
}

.collapsible-toggle:hover {
  color: rgba(13, 44, 102, 0.96);
  transform: translateY(-1px);
}

.collapsible-toggle:focus-visible {
  outline: 2px solid rgba(37, 82, 161, 0.28);
  outline-offset: 2px;
}

.collapsible-toggle span {
  font-size: 0.9em;
  line-height: 1;
}

.day-card-collapsible .collapsible-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 10px;
  margin-left: auto;
  min-height: 26px;
}

.section-card-collapsible .collapsible-body {
  border-top: 1px solid rgba(19, 33, 59, 0.06);
  padding-top: 12px;
  margin-top: 2px;
}

.section-card-collapsible.is-collapsed .collapsible-body {
  max-height: 0;
  padding-top: 0;
  margin-top: 0;
  border-top: 0;
}

.section-card-collapsible .collapsible-toggle {
  margin-top: 10px;
  margin-left: auto;
}

.day-source {
  margin: 0;
  color: var(--ink-500);
  font-size: 0.88rem;
  line-height: 1.75;
}

.content-stack {
  display: grid;
  gap: 14px;
  margin-top: 16px;
}

.story-card,
.city-link-card,
.article-card {
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.76);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-soft);
}

.story-card {
  display: grid;
  gap: 12px;
  padding: 18px 20px;
  scroll-margin-top: 108px;
}

.story-return-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 2px;
}

.story-return-link,
.story-city-link,
.related-jump-link {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 14px;
  border-radius: 0;
  background: rgba(37, 82, 161, 0.08);
  color: var(--navy-700);
  font-family: "Avenir Next", "Segoe UI", sans-serif;
  font-size: 0.84rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  transition: background 160ms ease, transform 160ms ease;
}

.story-return-link:hover,
.story-city-link:hover,
.related-jump-link:hover {
  background: rgba(37, 82, 161, 0.14);
  transform: translateY(-1px);
}

.story-card-header {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.story-index {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 0;
  background: linear-gradient(145deg, var(--sea-100), rgba(63, 158, 207, 0.22));
  color: var(--navy-900);
  font-family: "Avenir Next", "Segoe UI", sans-serif;
  font-size: 0.96rem;
  font-weight: 800;
}

.story-kicker {
  margin: 3px 0 6px;
  font-family: "Avenir Next", "Segoe UI", sans-serif;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--navy-700);
}

.story-card h2,
.article-card h2 {
  margin: 0;
  font-size: clamp(1.4rem, 2.8vw, 1.9rem);
  line-height: 1.2;
}

.story-card p,
.article-card p {
  margin: 0;
  color: var(--ink-700);
  line-height: 1.9;
}

.cruise-ship-specs-card {
  display: grid;
  gap: 16px;
  margin: 18px 0 8px;
  padding: 22px 24px;
  background:
    linear-gradient(180deg, rgba(248, 251, 255, 0.96), rgba(252, 249, 243, 0.94)),
    rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(19, 33, 59, 0.08);
  box-shadow: var(--shadow-soft);
}

.cruise-ship-specs-head {
  display: grid;
  gap: 6px;
}

.cruise-ship-specs-head .section-kicker {
  margin: 0;
}

.cruise-ship-specs-head .section-title {
  font-size: clamp(1.45rem, 2.6vw, 1.95rem);
}

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

.cruise-ship-spec {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 16px;
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid rgba(19, 33, 59, 0.06);
}

.cruise-ship-spec-label {
  color: var(--ink-500);
  font-family: "Avenir Next", "Segoe UI", sans-serif;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.cruise-ship-spec-value {
  color: var(--navy-900);
  font-family: "Avenir Next", "Segoe UI", sans-serif;
  font-size: 1.02rem;
  font-weight: 800;
  line-height: 1.35;
  text-align: right;
  white-space: nowrap;
}

.story-card ul,
.article-card ul {
  margin: 0;
  padding-left: 1.3rem;
  color: var(--ink-700);
  line-height: 1.85;
}

.story-card li + li,
.article-card li + li {
  margin-top: 8px;
}

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

.story-panel {
  display: grid;
  gap: 8px;
  padding: 14px;
  border-radius: var(--radius-lg);
  background: rgba(247, 250, 255, 0.96);
  border: 1px solid rgba(19, 33, 59, 0.06);
}

.story-panel h3,
.article-block h3 {
  margin: 0;
  font-size: 1rem;
}

.story-panel p {
  margin: 0;
}

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

.story-card .city-grid {
  margin-top: 10px;
}

.city-link-card {
  display: block;
  padding: 16px 16px 14px;
}

.city-link-top {
  display: contents;
}

.city-link-heading {
  display: contents;
}

.city-link-thumb {
  float: right;
  width: clamp(96px, 26%, 118px);
  margin: 0 0 6px 10px;
  overflow: hidden;
}

.city-link-thumb img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border: 1px solid rgba(255, 255, 255, 0.72);
  box-shadow: 0 8px 18px rgba(10, 34, 78, 0.1);
}

.city-link-card:hover {
  transform: translateY(-2px);
  transition: transform 160ms ease;
}

.city-link-card h2 {
  margin: 0;
  font-size: 1.36rem;
  line-height: 1.14;
  margin-bottom: 6px;
}

.city-link-card p {
  margin: 0;
  color: var(--ink-700);
  line-height: 1.66;
}

.city-link-card p strong {
  color: var(--ink-950);
}

.city-link-card p code {
  font-size: 0.92em;
}

.city-tagline {
  display: inline-flex;
  width: fit-content;
  min-height: 28px;
  align-items: center;
  padding: 0 10px;
  border-radius: 0;
  background: rgba(37, 82, 161, 0.08);
  color: var(--navy-700);
  font-family: "Avenir Next", "Segoe UI", sans-serif;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  margin-bottom: 6px;
}

.city-link-row {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  clear: both;
  margin-top: 8px;
}

.city-link-arrow {
  color: var(--navy-700);
  font-family: "Avenir Next", "Segoe UI", sans-serif;
  font-size: 0.92rem;
  font-weight: 800;
  letter-spacing: 0.05em;
}

.page-cities .hero-inner {
  gap: 14px;
  padding: 88px 0 56px;
}

.page-cities .page-main {
  padding: 22px 0 48px;
}

.page-cities .section-nav {
  gap: 10px;
  margin: 14px 0;
}

.page-cities .page-main > .shell > .section-nav:first-child {
  margin-bottom: 8px;
}

.page-cities .intro-card {
  gap: 8px;
  padding: 18px 20px;
}

.page-cities .section-copy {
  line-height: 1.72;
}

.page-cities .city-grid {
  gap: 12px;
  margin-top: 14px;
}

.page-cities .city-link-card {
  padding: 16px 16px 14px;
}

.page-cities .city-link-thumb {
  width: clamp(120px, 33%, 146px);
  margin: 0 0 6px 10px;
}

.page-cities .city-link-thumb img {
  box-shadow: 0 8px 18px rgba(10, 34, 78, 0.1);
}

.page-cities .city-tagline {
  min-height: 28px;
  padding: 0 10px;
  margin-bottom: 6px;
  font-size: 0.76rem;
}

.page-cities .city-link-card h2 {
  margin-bottom: 6px;
}

.page-cities .city-link-card p {
  line-height: 1.66;
}

.page-cities .city-link-row {
  margin-top: 8px;
}

.page-sights .city-grid {
  gap: 12px;
  margin-top: 14px;
}

.page-sights .city-link-card {
  padding: 16px 16px 14px;
}

.page-sights .city-link-card h2 {
  margin-bottom: 6px;
  line-height: 1.18;
}

.page-sights .city-link-thumb {
  width: clamp(104px, 28%, 128px);
  margin: 0 0 6px 10px;
}

.page-sights .city-link-card p {
  line-height: 1.66;
}

.page-sights .city-link-row {
  margin-top: 8px;
}

.article-back {
  display: grid;
  gap: 4px;
  margin-top: 14px;
  padding: 14px 18px;
}

.article-back a {
  width: fit-content;
  color: var(--navy-700);
  font-family: "Avenir Next", "Segoe UI", sans-serif;
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.article-back p {
  margin: 0;
  color: var(--ink-700);
  line-height: 1.8;
}

.related-jump-card {
  display: grid;
  gap: 8px;
  margin-top: 6px;
  padding-top: 8px;
  border-top: 1px solid rgba(19, 33, 59, 0.08);
}

.related-jump-title {
  margin: 0;
  color: var(--navy-900);
  font-family: "Avenir Next", "Segoe UI", sans-serif;
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.related-jump-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.article-layout {
  display: grid;
  gap: 14px;
  margin-top: 14px;
}

.article-shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 14px;
  align-items: start;
}

.article-gallery {
  display: grid;
  gap: 6px;
}

.feature-gallery-stack {
  display: grid;
  gap: 14px;
  margin-top: 2px;
}

.cruise-gallery {
  margin-top: -2px;
  margin-bottom: 2px;
}

.cruise-media-stack {
  display: grid;
  gap: 14px;
  margin-top: -2px;
  margin-bottom: 2px;
}

.cruise-video-block {
  display: grid;
  gap: 8px;
}

.cruise-video-shell {
  padding: 10px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(248, 250, 255, 0.92)),
    rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.82);
  box-shadow: var(--shadow-soft);
}

.cruise-video {
  width: 100%;
  display: block;
  aspect-ratio: 16 / 9;
  background: #081225;
  object-fit: cover;
}

.cruise-gallery-block {
  gap: 8px;
}

.cruise-gallery-card {
  gap: 5px;
  padding: 10px;
}

.cruise-gallery-card img {
  aspect-ratio: 16 / 9;
}

.cruise-gallery-card figcaption {
  min-height: 0;
}

.feature-gallery-block {
  gap: 12px;
}

.feature-gallery-heading {
  display: grid;
  gap: 6px;
}

.feature-gallery-heading h3 {
  margin: 0;
  font-size: 1.06rem;
}

.feature-gallery-heading p {
  margin: 0;
  color: var(--ink-700);
  line-height: 1.75;
}

.city-gallery-swiper,
.js-swiper-gallery {
  width: 100%;
  overflow: hidden;
  --swiper-pagination-color: var(--navy-700);
  --swiper-pagination-bullet-inactive-color: rgba(13, 44, 102, 0.24);
  --swiper-pagination-bullet-inactive-opacity: 1;
}

.gallery-card {
  margin: 0;
  display: grid;
  gap: 3px;
  min-width: 0;
  padding: 12px;
  border-radius: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(248, 250, 255, 0.92)),
    rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.82);
  box-shadow: var(--shadow-soft);
  scroll-snap-align: start;
}

.gallery-card img {
  width: 100%;
  aspect-ratio: 16 / 10;
  display: block;
  object-fit: cover;
  border-radius: var(--radius-lg);
}

.gallery-card figcaption {
  display: grid;
  gap: 4px;
  justify-content: start;
  align-items: start;
  min-height: 14px;
}

.gallery-kicker {
  color: var(--navy-900);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  opacity: 0.78;
}

.feature-gallery-card {
  padding: 10px;
}

.feature-gallery-card img {
  aspect-ratio: 1 / 1;
}

.feature-gallery-card figcaption strong {
  font-size: 0.86rem;
  color: var(--ink-950);
  line-height: 1.35;
  order: 1;
}

.feature-gallery-card figcaption p {
  margin: 0;
  color: var(--ink-700);
  font-size: 0.76rem;
  line-height: 1.5;
  order: 3;
}

.feature-gallery-card .gallery-kicker {
  order: 2;
}

.article-gallery .gallery-pagination {
  position: static !important;
  left: auto !important;
  right: auto !important;
  top: auto !important;
  bottom: auto !important;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 12px;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  transform: none !important;
}

.article-gallery .gallery-pagination .swiper-pagination-bullet {
  width: 7px;
  height: 7px;
  margin: 0 5px !important;
  transition: transform 180ms ease;
}

.article-gallery .gallery-pagination .swiper-pagination-bullet-active {
  transform: scale(1.12);
}

.article-card {
  display: grid;
  gap: 18px;
  padding: 34px 36px;
  background:
    linear-gradient(180deg, rgba(247, 250, 255, 0.96), rgba(250, 248, 243, 0.9)),
    rgba(247, 250, 255, 0.96);
  border: 1px solid rgba(19, 33, 59, 0.07);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.65);
}

.article-card-header {
  display: grid;
  gap: 14px;
  padding-bottom: 0;
  border-bottom: 0;
}

.article-lead {
  margin: 0;
  color: var(--ink-950);
  font-size: 1.08rem;
  line-height: 2;
}

.article-lead p {
  color: var(--ink-950);
}

.article-lead p:first-child {
  font-size: 1.12rem;
}

.article-block {
  display: grid;
  gap: 12px;
  padding: 20px 22px;
  border-radius: var(--radius-lg);
  background:
    linear-gradient(180deg, rgba(247, 250, 255, 0.96), rgba(250, 248, 243, 0.9)),
    rgba(247, 250, 255, 0.96);
  border: 1px solid rgba(19, 33, 59, 0.07);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.65);
}

.external-video-card {
  display: grid;
  gap: 12px;
  margin-top: -2px;
  padding: 12px;
  background:
    linear-gradient(180deg, rgba(244, 248, 255, 0.96), rgba(251, 248, 242, 0.94)),
    rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(19, 33, 59, 0.08);
}

.external-video-entry {
  display: grid;
  gap: 12px;
}

.external-video-entry + .external-video-entry {
  padding-top: 14px;
  border-top: 1px solid rgba(19, 33, 59, 0.08);
}

.external-video-media {
  position: relative;
  overflow: hidden;
  background: #0d1934;
  aspect-ratio: 16 / 9;
  cursor: pointer;
}

.external-video-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.external-video-player {
  width: 100%;
  height: 100%;
  display: block;
  aspect-ratio: 16 / 9;
  background: #0d1934;
  pointer-events: none;
}

.external-video-launch {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  padding: 14px;
  border: 0;
  background:
    linear-gradient(180deg, rgba(7, 25, 63, 0.02) 0%, rgba(7, 25, 63, 0.1) 48%, rgba(7, 25, 63, 0.46) 100%);
  cursor: pointer;
}

.external-video-launch-badge {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--navy-900);
  font-family: "Avenir Next", "Segoe UI", sans-serif;
  font-size: 0.88rem;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.external-video-body {
  display: grid;
  gap: 5px;
}

.external-video-kicker {
  color: var(--navy-700);
  font-family: "Avenir Next", "Segoe UI", sans-serif;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.external-video-body strong {
  color: var(--navy-900);
  font-size: 1.02rem;
  line-height: 1.5;
}

.external-video-meta {
  color: var(--ink-700);
  font-size: 0.9rem;
  line-height: 1.7;
}

.external-video-link {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 6px;
  margin-top: 4px;
  color: var(--navy-700);
  font-family: "Avenir Next", "Segoe UI", sans-serif;
  font-size: 0.82rem;
  font-weight: 700;
  text-decoration: none;
}

.external-video-link::after {
  content: "↗";
  font-size: 0.86em;
}

.external-video-link:hover {
  text-decoration: underline;
}

.article-return-row {
  display: flex;
  justify-content: flex-end;
  margin-top: 4px;
}

.article-return-link {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 0;
  background: rgba(37, 82, 161, 0.08);
  color: var(--navy-700);
  font-family: "Avenir Next", "Segoe UI", sans-serif;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  transition: background 160ms ease, transform 160ms ease;
}

.article-return-link:hover {
  background: rgba(37, 82, 161, 0.14);
  transform: translateY(-1px);
}

.article-block p {
  margin: 0;
}

.article-block h3 {
  color: var(--navy-900);
  font-size: 1.08rem;
}

.article-card p {
  line-height: 2;
}

.article-card ul {
  padding-left: 1.45rem;
}

.article-card li {
  padding-left: 0.1rem;
}

.article-card code,
.story-card code {
  padding: 0.08rem 0.34rem;
  border-radius: 0;
  background: rgba(37, 82, 161, 0.08);
  color: var(--navy-900);
  font-family: "Avenir Next", "SFMono-Regular", "Menlo", monospace;
  font-size: 0.92em;
}

.article-card code a {
  color: inherit;
  text-decoration: none;
}

.article-card code a:hover {
  text-decoration: underline;
}

.representative-sight-item {
  position: relative;
}

.representative-sight-item strong {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}

.representative-sight-item-linked code {
  background: rgba(37, 82, 161, 0.12);
  box-shadow: inset 0 0 0 1px rgba(37, 82, 161, 0.14);
}

.representative-sight-item-linked code a {
  position: relative;
  padding-right: 0.9em;
  color: var(--navy-900);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18em;
}

.representative-sight-item-linked code a::after {
  content: "↗";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-52%);
  font-size: 0.82em;
  opacity: 0.72;
}

.representative-sight-item-static code {
  background: rgba(92, 109, 138, 0.08);
  color: rgba(20, 34, 58, 0.86);
}

.article-aside,
.toc-card {
  display: grid;
  gap: 14px;
  padding: 22px 22px 20px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.76);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-soft);
}

.article-aside {
  position: static;
}

.aside-title,
.toc-title {
  margin: 0;
  font-size: 1.02rem;
  color: var(--navy-900);
}

.aside-copy,
.toc-copy {
  margin: 0;
  color: var(--ink-700);
  line-height: 1.82;
  font-size: 0.95rem;
}

.chapter-list,
.toc-list {
  display: grid;
  gap: 10px;
}

.chapter-list a,
.toc-list a {
  display: block;
  padding: 10px 12px;
  border-radius: 0;
  background: rgba(37, 82, 161, 0.06);
  color: var(--navy-900);
  font-family: "Avenir Next", "Segoe UI", sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.5;
  scroll-margin-top: 96px;
  transition: background 160ms ease, transform 160ms ease;
}

.chapter-list a:hover,
.toc-list a:hover {
  background: rgba(37, 82, 161, 0.12);
  transform: translateX(2px);
}

.chapter-list a.is-targeted,
.toc-list a.is-targeted {
  background: rgba(37, 82, 161, 0.18);
  box-shadow: inset 0 0 0 1px rgba(37, 82, 161, 0.18);
}

.aside-note {
  margin: 0;
  padding-top: 8px;
  border-top: 1px solid rgba(19, 33, 59, 0.08);
  color: var(--ink-500);
  font-size: 0.88rem;
  line-height: 1.75;
}

.sights-layout {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  margin-top: 16px;
}

.toc-card {
  position: sticky;
  top: 96px;
}

.toc-group {
  display: grid;
  gap: 8px;
}

.toc-group-label {
  margin: 0;
  font-family: "Avenir Next", "Segoe UI", sans-serif;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--navy-700);
}

.section-nav {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 14px 0;
}

.section-nav-single {
  grid-template-columns: 1fr;
}

.section-nav-single .section-nav-link {
  width: 100%;
}

.page-main > .shell > .section-nav:first-child {
  margin-top: 0;
  margin-bottom: 8px;
}

.page-main > .shell > .section-nav:first-child + .article-layout {
  margin-top: 8px;
}

.section-nav-link {
  display: flex;
  align-items: center;
  min-height: 48px;
  padding: 0 12px;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.76);
  box-shadow: 0 10px 22px rgba(10, 34, 78, 0.08);
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.section-nav-link:hover {
  transform: translateY(-1px);
  box-shadow: 0 18px 34px rgba(10, 34, 78, 0.12);
  background: rgba(255, 255, 255, 0.97);
}

.section-nav-title {
  color: var(--navy-800);
  font-size: 0.98rem;
  font-weight: 800;
  line-height: 1.15;
}

.section-nav-arrow {
  color: var(--navy-800);
  font-family: "Avenir Next", "Segoe UI", sans-serif;
  font-size: 1.08rem;
  font-weight: 800;
  line-height: 1;
  flex: 0 0 auto;
}

.section-nav-link-prev {
  justify-content: flex-start;
  text-align: left;
  gap: 8px;
}

.section-nav-link-next {
  justify-content: flex-end;
  text-align: right;
  gap: 8px;
}

.section-nav-spacer {
  visibility: hidden;
  min-height: 56px;
}

.landing-intro {
  margin-bottom: 12px;
}

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

.landing-flow-card {
  display: grid;
  gap: 8px;
  min-height: 168px;
  padding: 14px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(19, 33, 59, 0.1);
  box-shadow: 0 14px 32px rgba(10, 34, 78, 0.08);
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.landing-flow-card:hover,
.route-node-link:hover,
.landing-choice-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 36px rgba(10, 34, 78, 0.12);
  border-color: rgba(37, 82, 161, 0.24);
}

.landing-flow-index,
.landing-choice-kicker,
.route-node-kicker {
  font-family: "Avenir Next", "Segoe UI", sans-serif;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--navy-700);
}

.landing-flow-title {
  font-size: 1.18rem;
  font-weight: 800;
  line-height: 1.16;
}

.landing-flow-copy {
  color: var(--ink-700);
  font-size: 0.92rem;
  line-height: 1.64;
}

.tree-card {
  display: grid;
  gap: 12px;
  margin-bottom: 14px;
  padding: 14px;
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid rgba(19, 33, 59, 0.08);
  box-shadow: 0 16px 36px rgba(10, 34, 78, 0.06);
}

.tree-heading {
  display: grid;
  gap: 8px;
}

.route-tree {
  display: grid;
  gap: 12px;
}

.route-branch {
  position: relative;
  padding-left: 22px;
}

.route-branch::before {
  content: "";
  position: absolute;
  left: 7px;
  top: 0;
  bottom: -12px;
  width: 1px;
  background: linear-gradient(180deg, rgba(37, 82, 161, 0.28), rgba(37, 82, 161, 0.04));
}

.route-branch:last-child::before {
  bottom: 0;
}

.route-branch::after {
  content: "";
  position: absolute;
  left: 7px;
  top: 30px;
  width: 12px;
  height: 1px;
  background: rgba(37, 82, 161, 0.28);
}

.route-node-link {
  display: grid;
  gap: 8px;
  padding: 14px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(19, 33, 59, 0.1);
  box-shadow: 0 12px 28px rgba(10, 34, 78, 0.07);
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.route-node-link strong {
  font-size: 1.18rem;
  line-height: 1.14;
}

.route-node-link p {
  margin: 0;
  color: var(--ink-700);
  line-height: 1.7;
}

.route-branch-nested {
  gap: 10px;
}

.route-children {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 10px 0 0 14px;
}

.route-children a {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 10px;
  background: rgba(216, 240, 248, 0.5);
  border: 1px solid rgba(63, 158, 207, 0.28);
  color: var(--ink-950);
  font-size: 0.9rem;
  line-height: 1.2;
  transition: background 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.route-children a:hover {
  background: rgba(216, 240, 248, 0.82);
  border-color: rgba(37, 82, 161, 0.3);
  transform: translateY(-1px);
}

.route-tree-groups {
  display: grid;
  gap: 12px;
  padding: 10px 0 0 14px;
}

.route-tree-group {
  display: grid;
  gap: 8px;
}

.route-tree-group h3 {
  margin: 0;
  font-size: 0.94rem;
  font-weight: 800;
  color: var(--ink-950);
}

.landing-choice-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 14px;
}

.landing-choice-card {
  display: grid;
  gap: 8px;
  padding: 14px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(19, 33, 59, 0.1);
  box-shadow: 0 14px 32px rgba(10, 34, 78, 0.08);
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.landing-choice-card h2,
.landing-choice-card p {
  margin: 0;
}

.landing-choice-card h2 {
  font-size: 1.18rem;
  line-height: 1.16;
}

.landing-choice-card p {
  color: var(--ink-700);
  line-height: 1.68;
}

.landing-choice-card a {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 34px;
  padding: 0 10px;
  border: 1px solid rgba(37, 82, 161, 0.22);
  color: var(--navy-900);
  font-size: 0.9rem;
  font-weight: 700;
}

.article-nav,
.article-nav-link,
.article-nav-link-prev,
.article-nav-link-next,
.article-nav-spacer {
  all: unset;
}

@media (max-width: 860px) {
  .nav-inner {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 16px;
    min-height: 68px;
  }

  .nav-links {
    display: none;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 16px;
    padding: 6px 0 18px;
    grid-column: 1 / -1;
  }

  .nav-links[data-open] {
    display: flex;
  }

  .menu-toggle {
    display: inline-flex;
  }

  .hero-inner {
    min-height: 500px;
    padding: 72px 0 54px;
  }

  .day-grid {
    grid-template-columns: 1fr;
  }

  .story-grid,
  .city-grid,
  .article-shell,
  .sights-layout {
    grid-template-columns: 1fr;
  }

  .article-aside,
  .toc-card {
    position: static;
  }

  .gallery-card img {
    aspect-ratio: 16 / 10;
  }
}

@media (max-width: 640px) {
  :root {
    --shell: min(100vw - 24px, 1120px);
  }

  .nav-inner {
    min-height: 62px;
  }

  .page-hero {
    background:
      linear-gradient(180deg, rgba(6, 20, 50, 0.2) 0%, rgba(6, 20, 50, 0.42) 38%, rgba(6, 20, 50, 0.82) 100%),
      var(--hero-mobile-image, var(--hero-image, none)) var(--hero-mobile-position, 68% center) / cover no-repeat;
  }

  .page-hero.page-hero-mobile-framed {
    background:
      linear-gradient(180deg, rgba(6, 20, 50, 0.18) 0%, rgba(6, 20, 50, 0.34) 34%, rgba(6, 20, 50, 0.82) 100%),
      linear-gradient(180deg, rgba(255, 255, 255, 0.05) 0%, rgba(7, 25, 63, 0.14) 100%),
      var(--hero-mobile-backdrop, var(--hero-image, none)) center center / cover no-repeat;
  }

  .page-hero.page-hero-mobile-framed::before {
    content: "";
    position: absolute;
    inset: 42px -14px auto;
    height: clamp(262px, 64vw, 356px);
    background: var(--hero-mobile-image, var(--hero-image, none)) center 12% / cover no-repeat;
    filter: drop-shadow(0 16px 28px rgba(5, 17, 43, 0.26));
    pointer-events: none;
    z-index: 0;
  }

  .page-hero-itinerary-map {
    background:
      linear-gradient(180deg, rgba(7, 25, 63, 0.3) 0%, rgba(7, 25, 63, 0.5) 30%, rgba(7, 25, 63, 0.84) 100%),
      url("./assets/hero-itinerary-fanan.jpg") center -148px / cover no-repeat,
      linear-gradient(180deg, #d7e4f4 0%, #edf4fc 100%);
  }

  .page-hero::after {
    height: 24%;
    background: linear-gradient(180deg, rgba(7, 25, 63, 0), rgba(7, 25, 63, 0.72));
  }

  .page-hero.page-hero-mobile-framed::after {
    height: 28%;
    background: linear-gradient(180deg, rgba(7, 25, 63, 0.06) 0%, rgba(7, 25, 63, 0.2) 26%, rgba(7, 25, 63, 0.84) 100%);
  }

  .hero-inner {
    min-height: 390px;
    gap: 8px;
    padding: 80px 0 18px;
  }

  @media (max-width: 420px) {
    .page-hero.page-hero-mobile-framed::before {
      inset: 34px -22px auto;
      height: 294px;
      background-position: center 10%;
      background-size: cover;
    }

    .page-hero.page-hero-mobile-framed::after {
      height: 32%;
    }

    .hero-inner {
      min-height: 404px;
      padding: 84px 0 18px;
    }
  }

  .brand-title {
    font-size: 0.94rem;
  }

  .brand-trail {
    font-size: 0.66rem;
    letter-spacing: 0.04em;
  }

  .hero-title {
    max-width: 320px;
    font-size: clamp(2rem, 7.4vw, 2.8rem);
    line-height: 1.08;
  }

  .hero-summary {
    max-width: 100%;
    font-size: 0.9rem;
    line-height: 1.56;
  }

  .hero-meta {
    max-width: 100%;
    gap: 10px;
  }

  .hero-pill {
    min-height: 36px;
    padding: 0 14px;
    font-size: 0.84rem;
  }

  .intro-card,
  .prep-card,
  .placeholder-card,
  .day-card,
  .story-card,
  .city-link-card,
  .article-card,
  .article-back,
  .article-nav,
  .cruise-ship-specs-card {
    padding-left: 20px;
    padding-right: 20px;
  }

  .intro-card {
    gap: 6px;
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .section-kicker {
    font-size: 0.74rem;
    letter-spacing: 0.14em;
  }

  .section-title {
    font-size: 1.65rem;
    line-height: 1.16;
  }

  .cruise-ship-specs-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .cruise-ship-spec {
    padding: 12px 14px;
    gap: 10px;
  }

  .cruise-ship-spec-value {
    font-size: 1rem;
  }

  .section-copy {
    font-size: 0.98rem;
    line-height: 1.64;
  }

  .city-link-thumb {
    width: clamp(78px, 28vw, 96px);
    margin-left: 8px;
    margin-bottom: 4px;
  }

  .city-link-card h2 {
    font-size: 1.18rem;
  }

  .city-link-card p {
    line-height: 1.58;
  }

  .page-cities .hero-inner {
    gap: 8px;
    padding: 80px 0 18px;
  }

  .page-cities .page-main {
    padding: 14px 0 32px;
  }

  .page-cities .section-nav {
    gap: 8px;
    margin: 10px 0;
  }

  .page-cities .page-main > .shell > .section-nav:first-child {
    margin-bottom: 6px;
  }

  .page-cities .intro-card {
    gap: 6px;
    padding-top: 14px;
    padding-bottom: 14px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .page-cities .city-grid {
    gap: 10px;
    margin-top: 10px;
  }

  .page-cities .city-link-card {
    padding: 14px 14px 12px;
  }

  .page-cities .city-link-thumb {
    width: clamp(96px, 35vw, 126px);
    margin-left: 8px;
    margin-bottom: 4px;
  }

  .page-cities .city-tagline {
    min-height: 24px;
    padding: 0 8px;
    margin-bottom: 4px;
    font-size: 0.72rem;
  }

  .page-cities .city-link-card h2 {
    margin-bottom: 4px;
  }

  .page-cities .city-link-card p {
    line-height: 1.58;
  }

  .page-cities .city-link-row {
    margin-top: 6px;
  }

  .page-sights .city-grid {
    gap: 10px;
    margin-top: 10px;
  }

  .page-sights .city-link-card {
    padding: 14px 14px 12px;
  }

  .page-sights .city-link-thumb {
    width: clamp(88px, 31vw, 112px);
    margin-left: 8px;
    margin-bottom: 4px;
  }

  .page-sights .city-link-card h2 {
    margin-bottom: 4px;
    line-height: 1.16;
  }

  .page-sights .city-link-card p {
    line-height: 1.58;
  }

  .page-sights .city-link-row {
    margin-top: 6px;
  }

  .section-button {
    min-height: 44px;
    padding: 0 18px;
    font-size: 0.94rem;
  }

  .prep-card-header {
    align-items: flex-start;
  }

  .prep-card h3 {
    font-size: 1.18rem;
  }

  .day-header {
    gap: 14px;
  }

  .day-number {
    width: 44px;
    height: 44px;
    border-radius: 0;
    font-size: 0.94rem;
  }

  .day-status {
    padding: 14px 16px;
    font-size: 0.96rem;
  }

  .day-section {
    padding: 16px;
  }

  .day-source {
    font-size: 0.84rem;
  }

  .article-card {
    padding: 24px 22px;
  }

  .article-block,
  .toc-card,
  .article-aside {
    padding: 18px 16px;
  }

  .gallery-card {
    padding: 10px;
  }

  .feature-gallery-card {
    padding: 8px;
  }

  .feature-gallery-card figcaption strong {
    font-size: 0.8rem;
  }

  .feature-gallery-card figcaption p {
    font-size: 0.72rem;
    line-height: 1.46;
  }

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

  .section-nav-single {
    grid-template-columns: 1fr;
  }

  .page-main {
    padding-top: 8px;
  }

  .page-main > .shell > .section-nav:first-child {
    margin-top: 0;
    margin-bottom: 8px;
  }

  .page-main > .shell > .section-nav:first-child + .article-layout {
    margin-top: 8px;
  }

  .section-nav-link {
    min-height: 48px;
    padding: 0 10px;
    border-radius: 0;
  }

  .section-nav-title {
    font-size: 0.86rem;
  }

  .section-nav-link-prev {
    justify-content: flex-start;
    text-align: left;
  }

  .section-nav-link-next {
    justify-content: flex-end;
    text-align: right;
  }

  .section-nav-spacer {
    min-height: 48px;
  }

  .landing-flow,
  .landing-choice-grid {
    grid-template-columns: 1fr;
  }

  .landing-flow-card,
  .landing-choice-card,
  .route-node-link {
    padding: 12px;
  }

  .tree-card {
    padding: 12px;
  }

  .route-branch {
    padding-left: 18px;
  }

  .route-children,
  .route-tree-groups {
    padding-left: 10px;
  }

  .route-children a {
    min-height: 32px;
    font-size: 0.82rem;
  }
}
