.site-header {
  --site-header-height: 92px;
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: var(--rule-width) solid var(--color-line);
  background: color-mix(in srgb, var(--color-shell) 94%, transparent);
  backdrop-filter: blur(16px);
}

.site-header__inner {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto auto;
  gap: clamp(24px, 4vw, 58px);
  align-items: center;
  width: min(var(--content-max), calc(100% - (2 * var(--page-gutter))));
  min-height: var(--site-header-height);
  margin-inline: auto;
}

.site-header.is-compact .site-header__inner {
  min-height: var(--site-header-height);
}

.site-header.is-compact .brand__mark {
  width: 38px;
  height: 44px;
}

.brand {
  display: inline-flex;
  min-height: var(--target-size);
  align-items: center;
  gap: 12px;
  color: var(--color-marine-ink);
  font-family: var(--font-display);
  font-size: 1.34rem;
  font-weight: 500;
  letter-spacing: 0.26em;
  line-height: 1;
  text-decoration: none;
}

.brand__mark {
  width: 46px;
  height: 52px;
  object-fit: contain;
  transition: width 220ms ease, height 220ms ease;
}

.site-nav {
  min-width: 0;
}

.mobile-menu {
  display: none;
}

.language-switch ul {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.language-switch a {
  display: inline-flex;
  min-height: var(--target-size);
  align-items: center;
  color: var(--color-marine-ink);
  font-size: var(--text-xs);
  font-weight: 650;
  letter-spacing: 0.04em;
  text-decoration: none;
}

.language-switch a[aria-current="true"] {
  color: var(--color-bronze);
}

.language-switch--mobile,
.language-switch--footer {
  margin-top: 14px;
}

.language-switch--mobile ul,
.language-switch--footer ul {
  align-items: flex-start;
  flex-direction: column;
  gap: 0;
}

.site-nav__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 4px clamp(16px, 2vw, 34px);
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-nav a,
.header-action,
.text-action {
  position: relative;
  display: inline-flex;
  min-height: var(--target-size);
  align-items: center;
  color: var(--color-marine-ink);
  font-size: var(--text-xs);
  font-weight: 700;
  letter-spacing: 0.12em;
  text-decoration: none;
  text-transform: uppercase;
}

.site-nav a::after,
.header-action::after,
.text-action::after {
  position: absolute;
  right: 100%;
  bottom: 6px;
  left: 0;
  height: 1px;
  background: var(--route-accent);
  content: "";
  transition: right 180ms ease;
}

.site-nav a:hover::after,
.site-nav a:focus-visible::after,
.site-nav a[aria-current="page"]::after,
.header-action:hover::after,
.header-action:focus-visible::after,
.text-action:hover::after,
.text-action:focus-visible::after {
  right: 0;
}

.site-nav a[aria-current="page"] {
  color: var(--color-deep-tide);
}

.header-action {
  color: var(--color-bronze);
  padding-inline: 16px;
  border: 1px solid currentColor;
}

.breadcrumbs {
  width: min(var(--content-max), calc(100% - (2 * var(--page-gutter))));
  margin: 0 auto;
  padding-block: 20px;
  color: var(--color-muted);
  font-size: var(--text-xs);
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.breadcrumbs li + li::before {
  margin-right: 12px;
  content: "/";
}

.action {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 12px 22px;
  border: 1px solid currentColor;
  border-radius: var(--button-radius);
  font-size: var(--text-xs);
  font-weight: 700;
  letter-spacing: 0.13em;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  touch-action: manipulation;
  transition: color 200ms ease, background-color 200ms ease, border-color 200ms ease, transform 200ms ease;
}

.action--primary {
  color: var(--color-paper);
  background: var(--color-bronze);
  border-color: var(--color-bronze);
}

.action--primary:hover {
  background: var(--color-deep-tide);
  border-color: var(--color-deep-tide);
  transform: translateY(-1px);
}

.action--secondary {
  color: var(--color-deep-tide);
  background: transparent;
}

.action-group {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.eyebrow,
.section-label {
  margin: 0;
  color: var(--surface-accent);
  font-size: var(--text-xs);
  font-weight: 700;
  letter-spacing: 0.16em;
  line-height: 1.5;
  text-transform: uppercase;
}

.page-hero {
  display: grid;
  grid-template-columns: minmax(350px, 0.82fr) minmax(0, 1.38fr);
  gap: clamp(46px, 7vw, 118px);
  align-items: center;
  width: min(var(--editorial-max), calc(100% - (2 * var(--page-gutter))));
  min-height: 680px;
  margin-inline: auto;
  padding-block: clamp(52px, 7vw, 100px);
}

.page-hero__copy {
  max-width: 650px;
}

.page-hero__copy h1 {
  margin: 30px 0 0;
}

.page-hero__lead {
  max-width: 56ch;
  margin: 34px 0 0;
  color: var(--surface-muted);
  font-size: var(--text-lead);
}

.page-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 18px;
  align-items: center;
  margin-top: 38px;
}

.content-status {
  display: inline-flex;
  width: fit-content;
  min-height: 30px;
  align-items: center;
  margin: 18px 0 0;
  padding: 5px 10px;
  color: var(--color-bronze);
  background: var(--color-internal-ground);
  border: 1px solid currentColor;
  font-size: var(--text-xs);
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.25;
  text-transform: uppercase;
}

.page-hero__media {
  display: grid;
  grid-template-columns: minmax(90px, 0.2fr) minmax(0, 1fr);
  grid-template-rows: minmax(0, 1fr) minmax(150px, 0.34fr);
  gap: 18px 24px;
  min-height: 610px;
}

.page-hero--single-media {
  grid-template-columns: minmax(420px, 0.86fr) minmax(0, 1.34fr);
  min-height: 640px;
}

.page-hero--single-media .page-hero__copy h1 {
  margin-top: 24px;
  font-size: var(--text-page-h1);
  line-height: var(--line-display);
}

.page-hero--single-media .page-hero__lead {
  margin-top: 26px;
}

.page-hero--single-media .page-hero__actions {
  margin-top: 30px;
}

.page-hero__media--single {
  display: block;
  min-height: 520px;
}

.page-hero__media--single .page-hero__figure {
  width: 100%;
  height: 100%;
  min-height: 520px;
  aspect-ratio: 16 / 10;
}

.page-hero__figure,
.page-hero__inset,
.media-frame {
  position: relative;
  margin: 0;
  overflow: clip;
  background: var(--color-tide-soft);
  border-radius: var(--media-radius);
}

.page-hero__figure {
  grid-column: 2;
  grid-row: 1 / 3;
  aspect-ratio: 1.12 / 1;
}

.page-hero__inset {
  grid-column: 1;
  grid-row: 2;
  aspect-ratio: 4 / 5;
}

.page-hero__queue {
  display: grid;
  grid-column: 1;
  grid-row: 1;
  gap: 10px;
  align-self: end;
}

.page-hero__queue-item {
  min-height: 112px;
  margin: 0;
}

.page-hero__figure :is(img, picture),
.page-hero__inset :is(img, picture),
.media-frame :is(img, picture) {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-hero__figure img,
.page-hero__inset img,
.media-frame img {
  object-position: var(--media-focal-x, 50%) var(--media-focal-y, 50%);
  transition: transform 850ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

@media (hover: hover) and (prefers-reduced-motion: no-preference) {
  .media-frame:hover img {
    transform: scale(1.015);
  }
}

/* Deterministic focal presets emitted by the source-first media renderer. */
.media-focal-x-38 { --media-focal-x: 38%; }
.media-focal-x-44 { --media-focal-x: 44%; }
.media-focal-x-45 { --media-focal-x: 45%; }
.media-focal-x-48 { --media-focal-x: 48%; }
.media-focal-x-50 { --media-focal-x: 50%; }
.media-focal-x-52 { --media-focal-x: 52%; }
.media-focal-x-54 { --media-focal-x: 54%; }
.media-focal-x-55 { --media-focal-x: 55%; }
.media-focal-x-56 { --media-focal-x: 56%; }
.media-focal-x-58 { --media-focal-x: 58%; }
.media-focal-y-12 { --media-focal-y: 12%; }
.media-focal-y-40 { --media-focal-y: 40%; }
.media-focal-y-45 { --media-focal-y: 45%; }
.media-focal-y-46 { --media-focal-y: 46%; }
.media-focal-y-48 { --media-focal-y: 48%; }
.media-focal-y-50 { --media-focal-y: 50%; }
.media-focal-y-52 { --media-focal-y: 52%; }
.media-focal-y-54 { --media-focal-y: 54%; }
.media-focal-y-55 { --media-focal-y: 55%; }
.media-focal-y-56 { --media-focal-y: 56%; }
.media-focal-y-58 { --media-focal-y: 58%; }
.media-focal-y-60 { --media-focal-y: 60%; }
.media-focal-y-62 { --media-focal-y: 62%; }
.media-focal-y-63 { --media-focal-y: 63%; }
.media-focal-y-68 { --media-focal-y: 68%; }
.media-focal-y-70 { --media-focal-y: 70%; }
.media-focal-y-72 { --media-focal-y: 72%; }
.media-focal-y-74 { --media-focal-y: 74%; }

.media-placeholder {
  display: grid;
  place-items: center;
  min-width: 0;
  padding: clamp(20px, 3vw, 34px);
  color: var(--color-muted);
  background:
    linear-gradient(135deg, transparent 0 48%, var(--color-line) 49% 50%, transparent 51%),
    var(--color-tide-soft);
  border: 1px solid var(--color-line);
  text-align: center;
}

.media-placeholder__line {
  position: absolute;
  inset: 18px;
  border: 1px solid color-mix(in srgb, var(--route-accent) 45%, transparent);
  pointer-events: none;
}

.media-placeholder figcaption {
  position: relative;
  z-index: 1;
  max-width: 22ch;
  margin: 0;
  padding: 8px 10px;
  color: var(--color-marine-ink);
  background: color-mix(in srgb, var(--color-shell) 86%, transparent);
  font-size: var(--text-xs);
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.4;
  text-transform: uppercase;
}

.media-caption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  margin: 0;
  padding: clamp(54px, 8vw, 96px) clamp(16px, 2.2vw, 28px) clamp(14px, 2vw, 22px);
  color: rgba(255, 252, 245, 0.94);
  background: linear-gradient(180deg, transparent 0%, rgba(8, 42, 48, 0.78) 100%);
  font-size: var(--text-xs);
  letter-spacing: 0.035em;
  line-height: 1.45;
  pointer-events: none;
}

.media-credit {
  position: absolute;
  top: 12px;
  right: 14px;
  z-index: 3;
  margin: 0;
  padding: 5px 7px;
  color: rgba(255, 252, 245, 0.82);
  background: rgba(8, 42, 48, 0.56);
  font-size: 0.64rem;
  letter-spacing: 0.06em;
  line-height: 1.3;
}

.page-hero--text {
  grid-template-columns: minmax(0, 820px);
  min-height: 540px;
}

.section {
  padding-block: var(--section-space);
}

.section--tight {
  padding-block: var(--section-space-tight);
}

.section--paper {
  background: var(--color-paper);
}

.section__inner,
.section-heading {
  width: min(var(--editorial-max), calc(100% - (2 * var(--page-gutter))));
  margin-inline: auto;
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(150px, 0.46fr) minmax(0, 1.54fr);
  gap: var(--grid-gap);
  align-items: end;
  margin-bottom: clamp(44px, 6vw, 84px);
}

.section-heading h2 {
  max-width: 930px;
  margin: 0;
}

.editorial-split,
.editorial-feature {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--grid-gap);
  align-items: center;
}

.editorial-feature__copy {
  max-width: var(--reading-max);
}

.editorial-feature__copy > * + * {
  margin-top: var(--flow-space);
}

.editorial-feature__signature {
  color: var(--route-accent);
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 1.1rem + 0.8vw, 1.9rem);
  line-height: 1.2;
}

.editorial-stack {
  display: grid;
  gap: clamp(76px, 8vw, 124px);
}

.editorial-feature {
  min-height: 340px;
  padding-block: 0;
}

.editorial-feature--copy-only {
  grid-template-columns: minmax(0, 1fr);
}

.editorial-feature--copy-only .editorial-feature__copy {
  width: min(100%, 72ch);
  max-width: none;
}

.editorial-feature--copy-only.editorial-feature--reverse .editorial-feature__copy {
  grid-column: 1;
  justify-self: end;
}

.editorial-feature--reverse .editorial-feature__copy {
  grid-column: 2;
}

.editorial-feature--reverse .editorial-feature__aside {
  grid-column: 1;
  grid-row: 1;
}

.editorial-feature__aside {
  display: grid;
  align-content: center;
  min-height: 230px;
  padding: clamp(24px, 4vw, 54px);
  background: color-mix(in srgb, var(--color-tide-soft) 72%, transparent);
}

.editorial-feature__aside--media {
  min-height: 0;
  padding: 0;
  background: transparent;
}

.editorial-feature__media {
  width: 100%;
}

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

.editorial-feature--panorama .editorial-feature__copy {
  width: min(100%, 72ch);
  max-width: none;
}

.editorial-feature--panorama .editorial-feature__aside,
.editorial-feature--panorama.editorial-feature--reverse .editorial-feature__aside {
  grid-column: 1;
  grid-row: auto;
}

.content-section {
  display: grid;
  gap: clamp(34px, 5vw, 72px);
  min-width: 0;
}

.content-section__header {
  display: grid;
  grid-template-columns: minmax(260px, 0.92fr) minmax(320px, 1.08fr);
  gap: var(--grid-gap);
  align-items: start;
}

.content-section__header > .section-label,
.content-section__header > h2,
.content-section__header > h3 {
  grid-column: 1;
}

.content-section__header .content-section__title {
  max-width: 16ch;
  margin: 0;
}

.content-section__header > h3.content-section__title {
  font-size: clamp(1.9rem, 1.72rem + 0.86vw, 2.4rem);
  line-height: 1.16;
}

.content-section__prose {
  grid-column: 2;
  grid-row: 1 / span 2;
  max-width: var(--reading-max);
}

.content-section__intro {
  margin: 0;
  color: var(--surface-muted);
}

.content-section__intro + .content-section__intro {
  margin-top: 1.15em;
}

.content-section__note,
.content-section__date {
  max-width: 74ch;
  margin: 0;
  color: var(--surface-muted);
  font-size: var(--text-sm);
}

.content-section--intro {
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  align-items: center;
}

.content-section--intro .content-section__header {
  grid-template-columns: 1fr;
}

.content-section--intro .content-section__prose {
  grid-column: 1;
  grid-row: auto;
}

.content-section__media {
  width: 100%;
}

.route-journeys #signature-journey {
  grid-template-columns: minmax(0, 1fr);
  gap: 0;
  padding-bottom: clamp(48px, 5vw, 72px);
}

.route-journeys #signature-journey .content-section__media {
  grid-column: 1;
  grid-row: 1;
  min-width: 0;
  min-height: clamp(520px, 48vw, 680px);
  aspect-ratio: 16 / 8;
}

.route-journeys #signature-journey .content-section__header {
  position: relative;
  z-index: 3;
  grid-column: 1;
  grid-row: 2;
  justify-self: start;
  width: min(680px, calc(100% - clamp(48px, 8vw, 112px)));
  margin-top: calc(-1 * clamp(110px, 12vw, 170px));
  margin-left: clamp(24px, 4vw, 56px);
  padding: clamp(42px, 4vw, 54px);
  gap: clamp(14px, 1.6vw, 20px);
  background: var(--color-paper);
  box-shadow: 0 24px 54px rgba(14, 43, 50, 0.15);
}

.route-journeys #signature-journey .content-section__title {
  max-width: 12ch;
  font-size: clamp(2.45rem, 2.1rem + 1.5vw, 3.4rem);
}

.route-journeys #signature-journey .content-section__prose {
  max-width: 54ch;
}

.route-journeys #signature-journey .content-section__intro:first-child {
  color: var(--color-bronze);
  font-family: var(--font-display);
  font-size: clamp(1.45rem, 1.2rem + 0.8vw, 1.95rem);
  line-height: 1.18;
}

.route-journeys #signature-journey .media-caption {
  right: clamp(18px, 2vw, 30px);
  bottom: clamp(14px, 2vw, 24px);
  left: auto;
  max-width: 30ch;
  padding: 10px 12px;
  background: rgba(8, 42, 48, 0.7);
}

.profile-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--surface-line);
}

.profile-panel {
  padding: clamp(30px, 4vw, 54px);
  border-right: 1px solid var(--surface-line);
  border-bottom: 1px solid var(--surface-line);
}

.profile-panel:nth-child(2n) {
  border-right: 0;
}

.profile-panel h3,
.profile-panel h4,
.terms-group h3,
.terms-group h4,
.route-timeline h3,
.route-timeline h4 {
  margin: 0;
}

.profile-panel > p {
  margin: 22px 0 0;
  color: var(--surface-muted);
}

.profile-panel__media {
  width: 100%;
  margin: calc(-1 * clamp(30px, 4vw, 54px)) calc(-1 * clamp(30px, 4vw, 54px)) clamp(28px, 3.5vw, 42px);
  border-radius: 0;
}

.profile-panel--media .profile-panel__media {
  width: calc(100% + (2 * clamp(30px, 4vw, 54px)));
  aspect-ratio: 3 / 2;
}

.content-section__body {
  min-width: 0;
}

.content-section__body-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.78fr) minmax(0, 1.22fr);
  gap: var(--grid-gap);
  align-items: stretch;
}

.content-section__supporting-media {
  width: 100%;
  min-height: 100%;
}

.content-section__body-grid > :not(.content-section__supporting-media) {
  min-width: 0;
}

.fact-ledger {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  margin: 32px 0 0;
}

.fact-ledger--wide {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 0;
  background: var(--color-sea-mist);
  color: var(--surface-text);
}

.fact-ledger--wide.fact-ledger--compact {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.content-section__body-grid .fact-ledger--wide {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.content-section__body-grid .profile-panel .fact-ledger {
  grid-template-columns: 1fr;
}

.fact-ledger__item {
  padding: clamp(22px, 3vw, 34px);
  border-right: 1px solid var(--surface-line);
  border-bottom: 1px solid var(--surface-line);
}

.fact-ledger__item dt {
  color: var(--surface-accent);
  font-size: var(--text-xs);
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
}

.fact-ledger__item dd {
  margin: 12px 0 0;
  color: var(--surface-text);
  font-family: var(--font-display);
  font-size: clamp(1.15rem, 1rem + 0.5vw, 1.5rem);
  line-height: 1.25;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
}

.fact-ledger__value,
.fact-ledger__detail {
  display: block;
}

.fact-ledger__detail {
  max-width: 38ch;
  margin-top: 10px;
  color: var(--surface-muted);
  font-family: var(--font-body);
  font-size: var(--text-sm);
  line-height: 1.55;
}

.fact-ledger__source {
  margin: 24px 0 0;
}

.fact-ledger > .fact-ledger__item:only-child {
  grid-column: 1 / -1;
}

.fact-ledger--wide > .fact-ledger__item:only-child {
  display: grid;
  grid-template-columns: minmax(130px, 0.3fr) minmax(0, 1fr);
  gap: clamp(22px, 4vw, 56px);
  align-items: baseline;
}

.fact-ledger--wide > .fact-ledger__item:only-child dd {
  margin-top: 0;
}

.fact-ledger--wide > .fact-ledger__item:nth-child(5):last-child {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(130px, 0.32fr) minmax(0, 1fr);
  gap: clamp(22px, 4vw, 56px);
  align-items: baseline;
}

.fact-ledger--wide > .fact-ledger__item:nth-child(5):last-child dd {
  margin-top: 0;
}

.data-table {
  overflow-x: auto;
  border-top: 1px solid var(--surface-line);
  outline-offset: 6px;
}

.data-table table {
  min-width: 680px;
}

.data-table th,
.data-table td {
  padding: clamp(18px, 2.4vw, 30px);
}

.data-table thead th {
  color: var(--surface-accent);
  font-size: var(--text-xs);
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.data-table tbody th {
  min-width: 180px;
  color: var(--surface-text);
  font-family: var(--font-display);
  font-size: clamp(1.15rem, 1rem + 0.6vw, 1.55rem);
  font-weight: 400;
}

.route-timeline {
  display: grid;
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--surface-line);
  list-style: none;
  counter-reset: route-step;
}

.route-timeline li {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  gap: clamp(20px, 4vw, 56px);
  padding-block: clamp(26px, 4vw, 44px);
  border-bottom: 1px solid var(--surface-line);
  counter-increment: route-step;
}

.route-timeline li::before {
  color: var(--surface-accent);
  font-size: var(--text-xs);
  font-weight: 700;
  content: counter(route-step, decimal-leading-zero);
}

.route-timeline p {
  max-width: 72ch;
  margin: 16px 0 0;
  color: var(--surface-muted);
}

.gallery-rail {
  width: 100%;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scrollbar-color: var(--surface-accent) transparent;
  scrollbar-width: thin;
  scroll-snap-type: inline mandatory;
}

.gallery-rail-shell {
  min-width: 0;
}

.gallery-rail__tools {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
  margin-bottom: 18px;
}

.gallery-rail__control {
  min-height: var(--target-size);
  padding: 0 2px;
  border: 0;
  border-bottom: 1px solid var(--surface-line);
  color: var(--surface-text);
  background: transparent;
  cursor: pointer;
  font: inherit;
  font-size: var(--text-xs);
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transition: border-color 180ms ease, color 180ms ease;
}

.gallery-rail__control:is(:hover, :focus-visible) {
  border-color: var(--surface-accent);
  color: var(--surface-accent);
}

.gallery-rail__control:disabled {
  border-color: transparent;
  color: var(--surface-muted);
  cursor: default;
  opacity: 0.48;
}

.gallery-rail__status {
  min-width: 60px;
  margin: 0;
  color: var(--surface-muted);
  font-size: var(--text-xs);
  letter-spacing: 0.14em;
  text-align: center;
}

.gallery-rail:focus-visible {
  outline: 2px solid var(--surface-focus);
  outline-offset: 5px;
}

.gallery-rail::-webkit-scrollbar {
  height: 4px;
}

.gallery-rail::-webkit-scrollbar-track {
  background: transparent;
}

.gallery-rail::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: var(--surface-accent);
}

.gallery-rail ol {
  display: grid;
  grid-auto-columns: minmax(300px, 44vw);
  grid-auto-flow: column;
  gap: clamp(16px, 2vw, 28px);
  margin: 0;
  padding: 0 0 18px;
  list-style: none;
}

.gallery-rail__item {
  scroll-snap-align: start;
}

.gallery-rail__media {
  width: 100%;
  aspect-ratio: 3 / 2;
}

.instagram-live {
  width: min(1120px, 100%);
  margin-inline: auto;
}

.instagram-live__frame {
  display: block;
  width: 100%;
  height: clamp(720px, 78vw, 940px);
  border: 0;
  background: var(--color-shell);
}

.instagram-live__fallback {
  display: flex;
  justify-content: flex-end;
  margin: 18px 0 0;
}

.instagram-live--internal {
  display: grid;
  min-height: 260px;
  place-content: center;
  padding: clamp(28px, 5vw, 60px);
  border: 1px solid var(--surface-line);
  color: var(--surface-muted);
  background: var(--color-sea-mist);
  text-align: center;
}

.instagram-live--internal .instagram-live__fallback {
  justify-content: center;
}

.motion-ready .reveal-target {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 620ms ease, transform 620ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.motion-ready .reveal-target.is-revealed {
  opacity: 1;
  transform: none;
}

.planning-note {
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.28fr);
  padding: clamp(40px, 6vw, 78px);
  color: var(--surface-text);
  background: var(--color-deep-tide);
}

.planning-note .content-section__header {
  display: block;
}

.planning-note .content-section__header h2 {
  max-width: 13ch;
}

.planning-note .content-section__intro,
.planning-note .content-section__note {
  color: var(--surface-muted);
}

.planning-note ul {
  display: grid;
  gap: 14px;
  margin: 0;
  padding-left: 20px;
}

.terms-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--surface-line);
}

.terms-group {
  padding: clamp(30px, 4vw, 52px);
  border-right: 1px solid var(--surface-line);
  border-bottom: 1px solid var(--surface-line);
}

.terms-group:nth-child(2n) {
  border-right: 0;
}

.terms-group:last-child:nth-child(odd) {
  grid-column: 1 / -1;
  border-right: 0;
}

.terms-group ul {
  display: grid;
  gap: 12px;
  margin: 28px 0 0;
  padding-left: 20px;
}

.content-section__panorama {
  width: 100%;
  aspect-ratio: 21 / 9;
}

.content-section--final-cta {
  padding: clamp(48px, 7vw, 92px);
  color: var(--surface-text);
  background: var(--color-deep-tide);
}

.content-section--final-cta .content-section__header {
  align-items: end;
}

.content-section--final-cta .content-section__intro {
  color: var(--surface-muted);
}

.content-section__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  padding-top: clamp(4px, 1vw, 16px);
}

.content-section--final-cta .content-section__actions .action--secondary {
  color: var(--color-paper);
  border-color: rgba(255, 250, 242, 0.38);
}

.content-section--final-cta .content-section__actions .action--secondary:hover,
.content-section--final-cta .content-section__actions .action--secondary:focus-visible {
  border-color: var(--color-bronze-light);
}

.editorial-sequence {
  display: grid;
  grid-template-columns: minmax(0, 1.32fr) minmax(280px, 0.68fr);
  gap: var(--grid-gap);
  align-items: start;
}

.editorial-sequence > :last-child {
  margin-top: clamp(70px, 9vw, 132px);
}

.fact-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--surface-line);
}

.fact-item {
  padding: clamp(22px, 3vw, 38px);
  border-right: 1px solid var(--surface-line);
  border-bottom: 1px solid var(--surface-line);
}

.fact-item:last-child {
  border-right: 0;
}

.fact-item dt {
  color: var(--surface-accent);
  font-size: var(--text-xs);
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.fact-item dd {
  margin: 14px 0 0;
}

.proof-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 12px clamp(24px, 4vw, 58px);
  padding-block: 28px;
  border-block: 1px solid var(--surface-line);
}

.proof-strip > * {
  margin: 0;
}

.press-proof {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  color: var(--color-text-on-dark);
  background: var(--color-deep-tide);
}

.press-proof__feature,
.press-proof__note {
  display: flex;
  min-height: 430px;
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(48px, 6vw, 96px);
}

.press-proof__feature {
  border-right: 1px solid var(--color-line-dark);
}

.press-proof :where(h2, h3),
.press-proof p {
  margin-bottom: 0;
}

.press-proof :where(h2, h3) {
  font-family: var(--font-display);
  font-weight: 400;
  line-height: var(--line-heading);
}

.press-proof h2 {
  font-size: var(--text-h2);
}

.press-proof__note p {
  max-width: 24ch;
  font-family: var(--font-display);
  font-size: clamp(1.45rem, 1.2rem + 1vw, 2.15rem);
  line-height: 1.18;
}

.press-proof__media {
  width: 100%;
  margin-top: clamp(36px, 5vw, 72px);
  background: rgba(255, 255, 255, 0.08);
}

.press-proof__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Compact editorial recognition on Home; the cinematic image belongs to Press. */
.press-proof--home {
  display: block;
  padding: var(--section-space-tight) var(--page-gutter);
  color: var(--surface-text);
  background: var(--color-paper);
}

.press-proof__visual {
  position: relative;
  min-height: clamp(430px, 48vw, 640px);
  margin: 0;
  overflow: clip;
  background: var(--color-tide-soft);
  border-radius: var(--media-radius);
}

.press-proof__visual :is(picture, img) {
  width: 100%;
  height: 100%;
}

.press-proof__visual img {
  object-fit: cover;
  object-position: var(--media-focal-x, 50%) var(--media-focal-y, 50%);
  transition: transform 8s ease-out;
}

.press-proof--home .press-proof__copy {
  display: grid;
  grid-template-columns: minmax(220px, 0.78fr) minmax(0, 1.22fr);
  gap: clamp(22px, 3vw, 44px) clamp(42px, 7vw, 112px);
  width: min(var(--content-max), 100%);
  margin: 0 auto;
  padding-block: clamp(42px, 5vw, 72px);
  border-block: 1px solid var(--surface-line);
  color: var(--surface-text);
}

.press-proof--home .press-proof__copy > * + * {
  margin-top: 0;
}

.press-proof--home .press-proof__copy .section-label,
.press-proof--home .press-proof__copy h2 {
  grid-column: 1;
}

.press-proof--home .press-proof__copy h2 {
  max-width: 12ch;
}

.press-proof--home .press-proof__proof-list {
  grid-column: 2;
  grid-row: 1 / span 2;
}

.press-proof--home .press-proof__source-link {
  grid-column: 2;
  justify-self: start;
}

.press-proof__proof-list {
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--surface-line);
  list-style: none;
  counter-reset: recognition-proof;
}

.press-proof__proof-item {
  display: grid;
  grid-template-columns: 2.4rem minmax(0, 1fr);
  gap: 16px;
  padding-block: clamp(18px, 2.2vw, 26px);
  border-bottom: 1px solid var(--surface-line);
  counter-increment: recognition-proof;
}

.press-proof__proof-item::before {
  padding-top: 0.22em;
  color: var(--surface-accent);
  font-size: var(--text-xs);
  font-weight: 700;
  letter-spacing: 0.12em;
  content: counter(recognition-proof, decimal-leading-zero);
}

.press-proof__proof-item > * {
  margin: 0;
}

.press-proof__proof-item :where(h3, p) {
  color: var(--surface-text);
  font-family: var(--font-display);
  font-size: clamp(1.22rem, 1.08rem + 0.45vw, 1.5rem);
  line-height: 1.28;
}

.press-proof__source-link {
  display: inline-flex;
  min-height: var(--target-size);
  align-items: center;
  width: fit-content;
  color: var(--surface-accent);
  font-size: var(--text-xs);
  font-weight: 700;
  letter-spacing: 0.12em;
  text-decoration-thickness: 1px;
  text-transform: uppercase;
}

.press-proof__date {
  color: var(--surface-muted);
  font-size: var(--text-sm);
}

/* Press owns two distinct moments: an editorial feature and a quieter film proof. */
.press-proof--press {
  display: block;
  color: var(--color-text-on-light);
  background: transparent;
}

.press-proof__story {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
  gap: 0;
  align-items: stretch;
  color: var(--surface-text);
  background: var(--color-paper);
}

.press-proof__story > *,
.press-proof__story .press-proof__visual {
  min-width: 0;
  width: 100%;
}

.press-proof__story .press-proof__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(44px, 6vw, 88px);
}

.press-proof__story .press-proof__copy > * + * {
  margin-top: clamp(20px, 2.4vw, 30px);
}

.press-proof__story .press-proof__visual {
  min-height: clamp(460px, 48vw, 660px);
  border-radius: 0;
}

.press-proof__film {
  display: grid;
  grid-template-columns: minmax(260px, 0.4fr) minmax(0, 0.6fr);
  gap: clamp(36px, 5vw, 72px);
  align-items: center;
  margin-top: var(--section-space-tight);
  padding: clamp(34px, 4vw, 50px);
  color: var(--surface-text);
  background: var(--color-sea-mist);
  border: 1px solid var(--surface-line);
}

.press-proof__film .press-proof__copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.press-proof__film .press-proof__copy > * {
  margin: 0;
}

.press-proof__film .press-proof__copy > * + * {
  margin-top: clamp(14px, 1.8vw, 22px);
}

.press-proof__film h2 {
  max-width: 10ch;
}

.press-proof__film .press-proof__description,
.press-proof__film .press-proof__date {
  color: var(--surface-muted);
}

.press-proof__film :is(.eyebrow, .section-label) {
  color: var(--surface-accent);
}

.press-proof__film-stage {
  width: 100%;
  max-width: 820px;
  justify-self: end;
  background: var(--color-deep-tide);
}

.press-proof__video {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #071619;
  border: 1px solid var(--surface-line);
  object-fit: cover;
}

.press-proof__video :is(video, iframe) {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  object-fit: contain;
}

@media (hover: hover) and (prefers-reduced-motion: no-preference) {
  .press-proof--home:hover .press-proof__visual img {
    transform: scale(1.018);
  }
}

.notice {
  max-width: var(--reading-max);
  padding: 20px 22px;
  border: 1px solid currentColor;
  border-left-width: 4px;
  font-size: var(--text-sm);
}

.notice--internal {
  color: var(--color-bronze);
  background: var(--color-internal-ground);
}

.internal-notice {
  width: min(var(--reading-max), calc(100% - (2 * var(--page-gutter))));
  margin: 28px auto 0;
}

.notice--blocked {
  color: var(--color-danger);
  background: var(--color-danger-ground);
}

.fact-gate {
  width: 100%;
}

.fact-gate summary {
  min-height: var(--target-size);
  padding-block: 8px;
  cursor: pointer;
  font-weight: 700;
}

.fact-gate ul {
  display: grid;
  gap: 8px;
  margin: 14px 0 0;
  padding-left: 20px;
}

.text-action--light {
  color: var(--color-paper);
}

.journey-links h2 {
  max-width: 820px;
  margin: 18px 0 clamp(34px, 5vw, 58px);
}

.journey-links__list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--surface-line);
  list-style: none;
}

.journey-links__item a {
  display: flex;
  min-height: 92px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 20px;
  border-right: 1px solid var(--surface-line);
  border-bottom: 1px solid var(--surface-line);
  font-family: var(--font-display);
  font-size: var(--text-h3);
  text-decoration: none;
}

.journey-links__label {
  display: grid;
  gap: 6px;
}

.journey-links__label small {
  color: var(--surface-muted);
  font-family: var(--font-body);
  font-size: var(--text-xs);
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.journey-links__item:nth-child(3n) a {
  border-right: 0;
}

.faq-list {
  border-top: 1px solid var(--surface-line);
}

.faq-list details {
  border-bottom: 1px solid var(--surface-line);
}

.faq-list summary {
  display: flex;
  min-height: 64px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-block: 18px;
  cursor: pointer;
  font-family: var(--font-display);
  font-size: clamp(1.2rem, 1rem + 0.7vw, 1.65rem);
  list-style-position: inside;
}

.faq-list details > :not(summary) {
  max-width: var(--reading-max);
  margin-bottom: 26px;
  color: var(--surface-muted);
}

.disclosure-list {
  border-top: 1px solid var(--surface-line);
}

.disclosure-list details {
  border-bottom: 1px solid var(--surface-line);
}

.disclosure-list summary {
  padding-block: clamp(22px, 3vw, 34px);
  cursor: pointer;
  font-family: var(--font-display);
  font-size: clamp(1.22rem, 1.05rem + 0.65vw, 1.7rem);
}

.disclosure-list__body {
  display: grid;
  gap: 22px;
  padding-bottom: clamp(28px, 4vw, 44px);
}

.disclosure-list__body > p {
  max-width: var(--reading-max);
  margin: 0;
  color: var(--surface-muted);
}

.arrival-sequence {
  display: grid;
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--surface-line);
  list-style: none;
  counter-reset: arrival-step;
}

.arrival-sequence li {
  display: grid;
  grid-template-columns: minmax(52px, 0.18fr) minmax(180px, 0.62fr) minmax(0, 1.2fr);
  gap: clamp(20px, 4vw, 64px);
  padding-block: clamp(24px, 4vw, 42px);
  border-bottom: 1px solid var(--surface-line);
  counter-increment: arrival-step;
}

.arrival-sequence li::before {
  color: var(--surface-accent);
  font-size: var(--text-xs);
  font-weight: 700;
  content: counter(arrival-step, decimal-leading-zero);
}

.juna-concierge {
  position: fixed;
  right: clamp(16px, 2vw, 28px);
  bottom: clamp(18px, 2.2vw, 30px);
  z-index: 90;
  font-family: var(--font-sans, system-ui, sans-serif);
}

.juna-concierge__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  min-height: 50px;
  padding: 0.62rem 0.76rem 0.62rem 0.96rem;
  border: 1px solid rgba(37, 33, 25, 0.22);
  border-radius: 10px;
  background: rgba(251, 248, 241, 0.94);
  color: var(--color-ink, #252119);
  box-shadow: 0 14px 34px rgba(37, 33, 25, 0.16);
  backdrop-filter: blur(14px);
  cursor: pointer;
  font: inherit;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease, background 180ms ease;
}

.juna-concierge__button:hover {
  transform: translateY(-1px);
  border-color: rgba(37, 33, 25, 0.36);
  background: rgba(255, 250, 241, 0.98);
  box-shadow: 0 18px 44px rgba(37, 33, 25, 0.2);
}

.juna-concierge__button:focus-visible,
.juna-concierge__close:focus-visible {
  outline: 2px solid var(--color-bronze);
  outline-offset: 3px;
}

.juna-concierge__text {
  font-size: var(--text-xs);
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  white-space: nowrap;
}

.juna-concierge__mark {
  display: block;
  width: 58px;
  height: 32px;
  flex: 0 0 auto;
  object-fit: contain;
  transform: translate(-1.5px, 1px);
}

.juna-concierge__panel {
  position: fixed;
  right: clamp(16px, 2vw, 28px);
  bottom: calc(clamp(18px, 2.2vw, 30px) + 66px);
  display: block;
  visibility: hidden;
  width: min(420px, calc(100vw - 32px));
  height: min(680px, calc(100svh - 130px));
  overflow: hidden;
  border: 1px solid rgba(37, 33, 25, 0.14);
  border-radius: 22px;
  background: var(--color-paper, #fbf8f1);
  box-shadow: 0 24px 70px rgba(37, 33, 25, 0.24);
  opacity: 0;
  transform: translateY(10px) scale(0.99);
  transform-origin: bottom right;
  transition: opacity 160ms ease, transform 160ms ease, visibility 0s linear 160ms;
  pointer-events: none;
}

.juna-concierge__panel.is-open {
  visibility: visible;
  opacity: 1;
  transform: none;
  transition-delay: 0s;
  pointer-events: auto;
}

.juna-concierge__bar {
  display: flex;
  height: 48px;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0 0.9rem 0 1rem;
  border-bottom: 1px solid rgba(37, 33, 25, 0.12);
  background: rgba(244, 239, 230, 0.96);
  color: var(--color-ink, #252119);
}

.juna-concierge__bar span {
  font-size: var(--text-xs);
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.juna-concierge__close {
  border: 0;
  background: transparent;
  color: var(--color-muted, #81786a);
  cursor: pointer;
  font: inherit;
  font-size: var(--text-xs);
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.juna-concierge__frame-wrap {
  width: 100%;
  height: calc(100% - 48px);
  background: var(--color-paper, #fffaf1);
}

.juna-concierge__iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  background: var(--color-paper, #fffaf1);
}

.site-footer {
  color: var(--color-paper);
  background: var(--color-deep-tide);
}

.site-footer__inner {
  display: grid;
  grid-template-columns: minmax(220px, 1.2fr) repeat(3, minmax(130px, 0.6fr));
  gap: clamp(28px, 5vw, 72px);
  width: min(var(--content-max), calc(100% - (2 * var(--page-gutter))));
  margin-inline: auto;
  padding-block: clamp(58px, 7vw, 100px);
}

.site-footer--multilingual .site-footer__inner {
  grid-template-columns: minmax(220px, 1.2fr) repeat(4, minmax(120px, 0.55fr));
}

.site-footer__brand {
  max-width: 33ch;
}

.site-footer__mark {
  width: 54px;
  height: 60px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.site-footer__name {
  margin: 22px 0 0;
  color: var(--color-paper);
  font-size: var(--text-xs);
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.site-footer__heading {
  margin: 0 0 18px;
  color: var(--color-paper);
  font-size: var(--text-xs);
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.site-footer__tagline {
  margin: 16px 0 0;
  color: var(--color-bronze-light);
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 1.05rem + 1vw, 2rem);
  line-height: 1.18;
}

.site-footer__brand > p:last-child,
.site-footer__brand > .site-footer__tagline + p {
  color: rgba(255, 250, 242, 0.76);
}

.site-footer__column li + li {
  margin-top: 4px;
}

.site-footer__column a {
  display: inline-flex;
  align-items: center;
  color: rgba(255, 250, 242, 0.82);
  font-size: var(--text-sm);
  text-decoration: none;
}

.site-footer .language-switch a {
  color: rgba(255, 250, 242, 0.82);
}

html:lang(zh-CN) .site-nav a,
html:lang(zh-CN) .header-action,
html:lang(zh-CN) .text-action,
html:lang(zh-CN) .mobile-menu summary,
html:lang(zh-CN) .site-footer__name,
html:lang(zh-CN) .site-footer__heading,
html:lang(zh-CN) .eyebrow,
html:lang(zh-CN) .section-label,
html:lang(zh-CN) .home-proof__item dt,
html:lang(zh-CN) .fact-ledger__item dt,
html:lang(zh-CN) .data-table thead th,
html:lang(zh-CN) .gallery-rail__control,
html:lang(zh-CN) .journey-links__label small,
html:lang(zh-CN) .data-table tbody td[data-label]::before {
  letter-spacing: 0;
  text-transform: none;
}

html:lang(zh-CN) .page-hero h1,
html:lang(zh-CN) .content-section__title,
html:lang(zh-CN) .profile-panel h3,
html:lang(zh-CN) .profile-panel h4,
html:lang(zh-CN) .route-timeline h3,
html:lang(zh-CN) .route-timeline h4,
html:lang(zh-CN) .terms-group h3,
html:lang(zh-CN) .terms-group h4 {
  line-break: strict;
  overflow-wrap: anywhere;
  word-break: normal;
}

.variant-bahari-editorial .content-section__header .content-section__title {
  max-width: 20ch;
}

.variant-marine-editorial-cn .content-section__header .content-section__title {
  max-width: 11em;
}

.variant-bahari-editorial .content-section__header > h3.content-section__title,
.variant-marine-editorial-cn .content-section__header > h3.content-section__title {
  max-width: 22ch;
}

.site-footer__column a:hover,
.site-footer__column a:focus-visible,
.site-footer__legal a:hover,
.site-footer__legal a:focus-visible {
  color: var(--color-bronze-light);
}

.site-footer__internal {
  color: var(--color-bronze-light);
  font-size: var(--text-xs);
}

.site-footer a {
  min-height: var(--target-size);
}

.site-footer .site-footer__column a {
  min-height: 36px;
}

.site-footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-footer__legal {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px 28px;
  width: min(var(--content-max), calc(100% - (2 * var(--page-gutter))));
  margin-inline: auto;
  padding-block: 20px;
  border-top: 1px solid var(--color-line-dark);
  color: rgba(255, 250, 242, 0.76);
  font-size: var(--text-xs);
}

.site-footer__legal p {
  margin: 0;
}

.site-footer__legal a {
  color: inherit;
}

.site-footer__legal-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 28px;
}

@media (min-width: 901px) {
  .site-footer__legal-actions {
    margin-inline-end: 132px;
  }
}

.site-footer__utility {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px clamp(16px, 2vw, 26px);
}

.site-footer__utility a,
.site-footer__utility .site-footer__privacy {
  display: inline-flex;
  min-height: var(--target-size);
  align-items: center;
}

.site-footer__privacy {
  min-height: var(--target-size);
  padding: 0;
  border: 0;
  color: inherit;
  background: transparent;
  cursor: pointer;
  font: inherit;
  text-decoration: underline;
  text-decoration-color: transparent;
  text-underline-offset: 0.25em;
}

.site-footer__privacy:hover,
.site-footer__privacy:focus-visible {
  color: var(--color-bronze-light);
  text-decoration-color: currentColor;
}

.privacy-drawer {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: grid;
  align-items: end;
  padding: clamp(16px, 3vw, 36px);
  background: rgba(6, 22, 26, 0.72);
  backdrop-filter: blur(10px);
}

.privacy-drawer__panel {
  width: min(760px, 100%);
  max-height: min(86vh, 820px);
  margin-inline: auto;
  overflow: auto;
  padding: clamp(28px, 4vw, 48px);
  border: 1px solid rgba(128, 84, 47, 0.22);
  border-radius: var(--media-radius);
  color: var(--color-marine-ink);
  background: var(--color-paper);
  box-shadow: 0 28px 80px rgba(6, 22, 26, 0.34);
}

.privacy-drawer__panel:focus {
  outline: 0;
}

.privacy-drawer__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.privacy-drawer__header .eyebrow {
  margin: 0;
}

.privacy-drawer h2 {
  max-width: 16ch;
  margin: 20px 0 14px;
  color: var(--color-marine-ink);
  font-size: clamp(2rem, 1.75rem + 1vw, 2.7rem);
}

.privacy-drawer p {
  max-width: 64ch;
  margin: 0;
  color: var(--color-muted);
}

.privacy-drawer__status {
  margin-top: 18px !important;
  padding: 12px 16px;
  border-left: 2px solid var(--color-bronze);
  background: var(--color-shell);
  font-size: var(--text-sm);
}

.privacy-drawer__close {
  min-width: var(--target-size);
  min-height: var(--target-size);
  padding: 0;
  border: 0;
  color: var(--color-muted);
  background: transparent;
  cursor: pointer;
  font: inherit;
  font-size: var(--text-sm);
}

.privacy-options {
  display: grid;
  gap: 1px;
  margin-top: clamp(24px, 4vw, 34px);
  background: var(--color-line);
}

.privacy-option {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  min-height: 92px;
  padding: 18px 20px;
  color: var(--color-marine-ink);
  background: var(--color-paper);
  cursor: pointer;
}

.privacy-option strong,
.privacy-option em {
  display: block;
}

.privacy-option strong {
  font-family: var(--font-display);
  font-size: 1.25rem;
  font-weight: 500;
}

.privacy-option em {
  margin-top: 4px;
  color: var(--color-muted);
  font-size: var(--text-sm);
  font-style: normal;
}

.privacy-option input {
  width: 22px;
  height: 22px;
  accent-color: var(--color-deep-tide);
}

.privacy-option--locked {
  cursor: default;
  background: var(--color-sea-mist);
}

.privacy-drawer__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.privacy-action {
  min-height: var(--target-size);
  padding: 11px 16px;
  border: 1px solid var(--color-bronze);
  border-radius: var(--button-radius);
  color: var(--color-bronze);
  background: transparent;
  cursor: pointer;
  font: inherit;
  font-size: var(--text-sm);
  font-weight: 700;
}

.privacy-action--primary {
  color: var(--color-paper);
  background: var(--color-deep-tide);
  border-color: var(--color-deep-tide);
}

.privacy-action:hover,
.privacy-action:focus-visible,
.privacy-drawer__close:hover,
.privacy-drawer__close:focus-visible {
  color: var(--color-deep-tide);
  border-color: var(--color-deep-tide);
}

.privacy-action--primary:hover,
.privacy-action--primary:focus-visible {
  color: var(--color-paper);
  background: var(--color-tide-soft);
}

.privacy-action:disabled {
  cursor: not-allowed;
  opacity: 0.42;
}

.privacy-drawer-open {
  overflow: hidden;
}

.error-page {
  min-height: calc(100vh - 92px);
  padding-block: clamp(52px, 7vw, 100px);
}

.error-page__layout {
  display: grid;
  grid-template-columns: minmax(320px, 0.82fr) minmax(0, 1.18fr);
  gap: var(--grid-gap);
  align-items: center;
  width: min(var(--editorial-max), calc(100% - (2 * var(--page-gutter))));
  margin-inline: auto;
}

.error-page__layout h1 {
  max-width: 9ch;
  margin-top: 24px;
}

.error-page__media {
  width: 100%;
  min-height: 0;
  aspect-ratio: 3 / 2;
}

.error-page__code {
  margin: 0 0 18px;
  color: var(--color-bronze);
  font-size: var(--text-xs);
  font-weight: 700;
  letter-spacing: 0.18em;
}

@media (max-width: 1240px) {
  .site-header__inner {
    gap: 26px;
  }

  .page-hero {
    grid-template-columns: minmax(310px, 0.76fr) minmax(0, 1.24fr);
    gap: 50px;
  }

  .site-footer__inner {
    grid-template-columns: minmax(220px, 1.2fr) repeat(2, minmax(140px, 0.7fr));
  }

  .site-footer--multilingual .site-footer__inner {
    grid-template-columns: minmax(220px, 1.2fr) repeat(2, minmax(140px, 0.7fr));
  }
}

@media (max-width: 1100px) {
  .content-section__body-grid {
    grid-template-columns: 1fr;
  }

  .content-section__supporting-media {
    min-height: auto;
    aspect-ratio: 3 / 2;
  }
}

@media (max-width: 980px) {
  .site-header__inner {
    grid-template-columns: minmax(0, 1fr) auto auto;
    padding-block: 14px;
  }

  .site-nav--desktop {
    display: none;
  }

  .language-switch--desktop {
    display: none;
  }

  .mobile-menu {
    display: block;
    justify-self: end;
  }

  .mobile-menu summary {
    display: inline-flex;
    min-width: var(--target-size);
    min-height: var(--target-size);
    align-items: center;
    justify-content: center;
    color: var(--color-marine-ink);
    cursor: pointer;
    font-size: var(--text-xs);
    font-weight: 700;
    letter-spacing: 0.12em;
    list-style: none;
    text-transform: uppercase;
  }

  .mobile-menu summary::-webkit-details-marker {
    display: none;
  }

  .mobile-menu[open] {
    grid-column: 1 / -1;
    width: 100%;
  }

  .header-action {
    justify-self: end;
  }

  .site-nav--mobile {
    margin-top: 12px;
    padding-block: 12px 8px;
    border-top: 1px solid var(--color-line);
  }

  .site-nav--mobile .site-nav__list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 18px;
  }

  .site-nav--mobile a {
    width: 100%;
    border-bottom: 1px solid var(--color-line);
  }

  .header-action {
    justify-self: end;
  }

  .page-hero,
  .section-heading,
  .editorial-split,
  .editorial-feature,
  .press-proof {
    grid-template-columns: 1fr;
  }

  .content-section__header,
  .content-section--intro,
  .planning-note {
    grid-template-columns: 1fr;
  }

  .route-journeys #signature-journey {
    gap: 0;
    padding-bottom: 0;
  }

  .route-journeys #signature-journey .content-section__header {
    grid-row: 1;
    width: 100%;
    margin: 0;
    padding: clamp(36px, 6vw, 52px);
    box-shadow: none;
    transform: none;
  }

  .route-journeys #signature-journey .content-section__media {
    grid-row: 2;
    min-height: 0;
    aspect-ratio: 16 / 9;
  }

  .content-section__prose,
  .content-section__intro {
    grid-column: 1;
    grid-row: auto;
  }

  .planning-note ul {
    margin-top: 12px;
  }

  .editorial-feature--reverse .editorial-feature__copy,
  .editorial-feature--reverse .editorial-feature__aside {
    grid-column: auto;
    grid-row: auto;
  }

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

  .page-hero--single-media {
    grid-template-columns: 1fr;
  }

  .page-hero--single-media .page-hero__copy {
    max-width: 760px;
  }

  .page-hero__media {
    min-height: 560px;
  }

  .section-heading {
    gap: 22px;
  }

  .press-proof__feature {
    border-right: 0;
    border-bottom: 1px solid var(--color-line-dark);
  }

  .press-proof__feature,
  .press-proof__note {
    min-height: 360px;
  }

  .press-proof--home,
  .press-proof__story {
    grid-template-columns: 1fr;
  }

  .press-proof--home .press-proof__copy {
    grid-template-columns: 1fr;
    width: 100%;
    margin: 0 auto;
  }

  .press-proof--home .press-proof__copy .section-label,
  .press-proof--home .press-proof__copy h2,
  .press-proof--home .press-proof__proof-list,
  .press-proof--home .press-proof__source-link {
    grid-column: 1;
    grid-row: auto;
  }

  .press-proof__story .press-proof__visual {
    min-height: 520px;
  }

  .press-proof__film .press-proof__copy {
    align-items: start;
  }

  .press-proof__film {
    grid-template-columns: 1fr;
  }

  .press-proof__film-stage {
    justify-self: center;
  }

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

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

  .journey-links__item:nth-child(3n) a {
    border-right: 1px solid var(--color-line);
  }

  .journey-links__item:nth-child(2n) a {
    border-right: 0;
  }

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

  .site-footer--multilingual .site-footer__inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  .instagram-live__frame {
    height: clamp(410px, calc(72vw + 96px), 650px);
  }

  .instagram-live__fallback {
    justify-content: flex-start;
  }

  .site-header {
    --site-header-height: 74px;
  }

  .error-page__layout {
    grid-template-columns: 1fr;
  }

  .error-page__media {
    min-height: 0;
    aspect-ratio: 4 / 3;
  }
  .gallery-rail__tools {
    justify-content: space-between;
  }

  .brand {
    font-size: 1.2rem;
  }

  .page-hero {
    padding-block: 48px 72px;
  }

  .page-hero__media {
    grid-template-columns: 76px minmax(0, 1fr);
    grid-template-rows: minmax(0, 1fr) 132px;
    min-height: 480px;
    gap: 12px;
  }

  .page-hero__media--single,
  .page-hero__media--single .page-hero__figure {
    min-height: 360px;
  }

  .route-journeys #signature-journey .content-section__header {
    padding: 32px 24px 38px;
  }

  .route-journeys #signature-journey .content-section__title {
    font-size: var(--text-h2);
  }

  .route-journeys #signature-journey .content-section__media {
    aspect-ratio: 4 / 3;
  }

  .editorial-sequence,
  .fact-grid,
  .fact-ledger,
  .fact-ledger--wide,
  .fact-ledger--wide.fact-ledger--compact,
  .profile-grid,
  .terms-grid,
  .journey-links__list,
  .site-footer__inner {
    grid-template-columns: 1fr;
  }

  .content-section__body-grid .fact-ledger--wide {
    grid-template-columns: 1fr;
  }

  .site-footer--multilingual .site-footer__inner {
    grid-template-columns: 1fr;
  }

  .site-footer__legal {
    padding-bottom: calc(88px + env(safe-area-inset-bottom, 0px));
  }

  .privacy-drawer {
    padding: 12px;
  }

  .privacy-drawer__panel {
    max-height: calc(100vh - 24px);
    padding: 24px 20px;
  }

  .privacy-option {
    gap: 16px;
    min-height: 86px;
    padding: 16px;
  }

  .privacy-drawer__actions,
  .privacy-drawer__actions .privacy-action {
    width: 100%;
  }

  .editorial-sequence > :last-child {
    margin-top: 0;
  }

  .arrival-sequence li {
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 12px 18px;
  }

  .arrival-sequence li > :last-child {
    grid-column: 2;
  }

  .fact-item {
    border-right: 0;
  }

  .fact-ledger--wide > .fact-ledger__item:nth-child(5):last-child {
    display: block;
  }

  .fact-ledger--wide > .fact-ledger__item:only-child {
    display: block;
  }

  .fact-ledger--wide > .fact-ledger__item:nth-child(5):last-child dd {
    margin-top: 12px;
  }

  .fact-ledger--wide > .fact-ledger__item:only-child dd {
    margin-top: 12px;
  }

  .profile-panel,
  .terms-group,
  .fact-ledger__item {
    border-right: 0;
  }

  .gallery-rail ol {
    grid-auto-columns: 84vw;
  }

  .data-table {
    overflow: visible;
  }

  .data-table table {
    min-width: 0;
  }

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

  .data-table tbody,
  .data-table tr,
  .data-table th,
  .data-table td {
    display: block;
    width: 100%;
  }

  .data-table tbody {
    display: grid;
    gap: 0;
  }

  .data-table tbody tr {
    padding-block: 20px;
    border-bottom: 1px solid var(--surface-line);
  }

  .data-table tbody th,
  .data-table tbody td {
    min-width: 0;
    padding: 10px 0;
    border: 0;
  }

  .data-table tbody th {
    padding-top: 0;
  }

  .data-table tbody td[data-label] {
    display: grid;
    grid-template-columns: minmax(96px, 0.42fr) minmax(0, 1fr);
    gap: 16px;
  }

  .data-table tbody td[data-label]::before {
    color: var(--surface-accent);
    font-size: var(--text-xs);
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1.45;
    content: attr(data-label);
    text-transform: uppercase;
  }

  .content-section__actions {
    display: grid;
  }

  .content-section__actions .action {
    width: 100%;
    justify-content: center;
  }

  .content-section__panorama {
    aspect-ratio: 4 / 3;
  }

  .journey-links__item a,
  .journey-links__item:nth-child(2n) a,
  .journey-links__item:nth-child(3n) a {
    border-right: 0;
  }

  .press-proof__feature,
  .press-proof__note {
    min-height: 0;
    padding: 48px 24px;
  }

  .press-proof__visual,
  .press-proof__story .press-proof__visual {
    min-height: 0;
    aspect-ratio: 4 / 3;
  }

  .press-proof--home .press-proof__copy {
    width: 100%;
    margin-top: 0;
    padding: 34px 24px;
  }

  .press-proof__proof-item {
    grid-template-columns: 2rem minmax(0, 1fr);
    gap: 12px;
  }

  .press-proof__story .press-proof__copy,
  .press-proof__film {
    padding: 40px 24px;
  }

  .press-proof__film {
    margin-top: 48px;
  }

  .juna-concierge {
    right: 14px;
    bottom: calc(14px + env(safe-area-inset-bottom, 0px));
  }

  .juna-concierge__button {
    min-height: 48px;
    padding: 0.58rem 0.68rem 0.58rem 0.86rem;
  }

  .juna-concierge__text {
    font-size: var(--text-xs);
    letter-spacing: 0.1em;
  }

  .juna-concierge__mark {
    width: 54px;
    height: 30px;
  }

  .juna-concierge__panel {
    right: 10px;
    bottom: calc(76px + env(safe-area-inset-bottom, 0px));
    left: 10px;
    width: auto;
    height: min(620px, calc(100svh - 100px));
    border-radius: 20px;
  }
}

@media (max-width: 420px) {
  .site-header__inner {
    grid-template-columns: 1fr auto auto;
    gap: 10px 16px;
  }

  .brand__mark {
    width: 40px;
    height: 46px;
  }

  .header-action {
    min-height: var(--target-size);
    padding-inline: 10px;
    font-size: var(--text-xs);
  }

  .site-nav a,
  .header-action,
  .text-action {
    letter-spacing: 0.08em;
  }

  .action,
  .action-group {
    width: 100%;
  }

  .page-hero__media {
    grid-template-columns: 58px minmax(0, 1fr);
    min-height: 420px;
  }

  .page-hero__figure {
    aspect-ratio: 0.94 / 1;
  }

  .page-hero__media--single,
  .page-hero__media--single .page-hero__figure {
    min-height: 0;
    aspect-ratio: 4 / 3;
  }

  .site-footer__inner {
    padding-block: 50px;
  }
}

@media print {
  .site-nav,
  .header-action,
  .action-group,
  .action,
  .text-action {
    display: none !important;
  }

  .site-header,
  .site-footer,
  .press-proof,
  .section--paper {
    color: #000;
    background: #fff;
  }

  .site-header__inner,
  .site-footer__inner,
  .site-footer__legal,
  .page-hero,
  .section__inner,
  .section-heading {
    width: 100%;
  }

  .site-footer {
    border-top: 2px solid #000;
  }

  .notice--internal,
  .notice--blocked {
    color: #000;
    background: #fff;
    border-color: #000;
  }

  .juna-concierge {
    display: none !important;
  }
}
