

.publisher-only,
[data-publisher-only] {
  display: none !important;
}

html.is-publisher-mode .publisher-only,
html.is-publisher-mode [data-publisher-only] {
  display: initial !important;
}

html.is-publisher-mode .lightbox-control.publisher-only {
  display: grid !important;
}

html.is-publisher-mode .lightbox-director.publisher-only {
  display: block !important;
}

html.is-publisher-mode .lightbox-director.publisher-only[hidden] {
  display: none !important;
}
.breadcrumb-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin: 0 0 14px;
  color: rgba(255, 255, 255, 0.76);
  font: 800 0.68rem/1.35 var(--sans);
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.breadcrumb-nav a,
.breadcrumb-nav span {
  color: inherit;
  text-decoration: none;
}

.breadcrumb-nav a:hover,
.breadcrumb-nav a:focus-visible {
  color: #fff;
}

.breadcrumb-nav a::after {
  content: "/";
  margin-left: 8px;
  color: rgba(255, 255, 255, 0.42);
}

.visitor-snapshot h3 {
  margin: 0;
  padding: 18px;
  color: var(--ink);
  background: var(--paper);
  font: 800 0.74rem/1.25 var(--sans);
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.stop-card-section {
  padding-top: clamp(42px, 6vw, 76px);
}

.stop-card-head {
  grid-template-columns: minmax(0, 0.75fr) minmax(280px, 0.5fr);
  align-items: end;
  gap: clamp(18px, 4vw, 52px);
  margin-bottom: clamp(24px, 4vw, 42px);
  padding: clamp(20px, 3.5vw, 34px) 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.stop-card-head h2 {
  max-width: 760px;
  font-size: clamp(2.05rem, 4.1vw, 3.85rem);
  line-height: 0.94;
}

.stop-card-head .section-lede {
  max-width: 38rem;
  font-size: 0.98rem;
  line-height: 1.58;
}

.stop-card-kicker {
  margin: 0 0 10px;
  color: #9f684d;
}

@media (max-width: 760px) {
  .stop-card-head {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .stop-card-head h2 {
    font-size: clamp(2.05rem, 13vw, 3.2rem);
  }
}
.poi-route-section {
  padding-top: clamp(28px, 5vw, 56px);
  padding-bottom: clamp(28px, 5vw, 56px);
}

.poi-route-nav {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(170px, 0.5fr) minmax(0, 1.08fr);
  gap: 10px;
}

.poi-route-card,
.poi-route-center {
  position: relative;
  min-width: 0;
  min-height: 168px;
  padding: clamp(18px, 2.8vw, 28px);
  color: #fffdf8;
  background: #24201a;
  text-decoration: none;
  overflow: hidden;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.poi-route-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgba(22, 19, 15, 0.78), rgba(22, 19, 15, 0.22));
}

.poi-route-next::before {
  background: linear-gradient(270deg, rgba(22, 19, 15, 0.78), rgba(22, 19, 15, 0.22));
}

.poi-route-card:hover,
.poi-route-center:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 46px rgba(32, 32, 29, 0.18);
}

.poi-route-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 220ms ease;
}

.poi-route-card:hover img {
  transform: scale(1.04);
}

.poi-route-card span,
.poi-route-card strong,
.poi-route-center span,
.poi-route-center strong {
  position: relative;
  z-index: 2;
}

.poi-route-card span,
.poi-route-center span {
  display: block;
  margin-bottom: 10px;
  color: #e7c17e;
  font: 800 0.68rem/1.2 var(--sans);
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.poi-route-card strong {
  display: block;
  max-width: 13ch;
  font: 400 clamp(1.9rem, 3.5vw, 3.2rem)/0.9 var(--serif);
  letter-spacing: 0;
}

.poi-route-next {
  text-align: right;
}

.poi-route-next strong {
  margin-left: auto;
}

.poi-route-center {
  display: grid;
  align-content: center;
  color: var(--ink);
  background: rgba(251, 250, 247, 0.94);
  border: 1px solid rgba(199, 166, 107, 0.5);
  text-align: center;
}

.poi-route-center span {
  color: #9a6f2d;
}

.poi-route-center strong {
  display: block;
  font-family: var(--sans);
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1.25;
  text-transform: uppercase;
}

.poi-route-card.is-overview {
  color: var(--ink);
  background: rgba(251, 250, 247, 0.94);
  border: 1px solid rgba(199, 166, 107, 0.5);
}

.poi-route-card.is-overview::before {
  display: none;
}

.poi-route-card.is-overview span {
  color: #9a6f2d;
}

.poi-route-card.is-overview strong {
  max-width: none;
}

@media (max-width: 720px) {
  .poi-route-nav {
    grid-template-columns: 1fr;
  }

  .poi-route-card,
  .poi-route-center {
    min-height: 132px;
  }

  .poi-route-next {
    text-align: left;
  }

  .poi-route-next strong {
    margin-left: 0;
  }

  .poi-route-center {
    text-align: left;
  }
}

.metric-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}

.metric-strip div {
  padding: 16px;
  background: rgba(251, 250, 247, 0.92);
}

.metric-strip strong {
  display: block;
  font-family: var(--serif);
  font-size: clamp(1.8rem, 4vw, 3.2rem);
  font-weight: 400;
  line-height: 0.9;
}

.metric-strip span {
  color: var(--muted);
  font-size: 0.73rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.photo-module {
  display: grid;
  grid-template-columns: minmax(260px, 0.32fr) minmax(0, 0.68fr);
  gap: clamp(20px, 4vw, 44px);
  align-items: start;
  margin-top: 28px;
  padding-top: 28px;
  border-top: 1px solid var(--line);
}

.section-head + .photo-module {
  margin-top: 0;
}

.module-copy {
  align-self: start;
  position: sticky;
  top: 104px;
}

.module-copy h3 {
  margin-bottom: 12px;
  font-size: clamp(2rem, 4.5vw, 3.8rem);
  line-height: 0.9;
}

.module-copy p {
  color: var(--muted);
  line-height: 1.58;
}


.video-moment {
  display: grid;
  grid-template-columns: minmax(260px, 0.3fr) minmax(0, 0.7fr);
  gap: clamp(20px, 4vw, 44px);
  align-items: start;
  margin-top: 28px;
  padding-top: 28px;
  border-top: 1px solid var(--line);
}

.video-moment-copy h3 {
  margin-bottom: 12px;
  font-size: clamp(2rem, 4.2vw, 3.6rem);
  line-height: 0.9;
}

.video-moment-copy p {
  color: var(--muted);
  line-height: 1.58;
}

.video-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  background: var(--paper);
}

.video-card {
  position: relative;
  min-width: 0;
  background: rgba(31, 29, 25, 0.94);
  color: var(--paper);
  overflow: hidden;
}

.video-card video {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 220px;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  background: #111;
}


.video-label {
  position: absolute;
  left: 12px;
  bottom: 12px;
  padding: 6px 8px;
  background: rgba(251, 250, 247, 0.9);
  color: var(--ink);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.module-gallery {
  display: grid;
  gap: 8px;
  min-height: 430px;
  background: var(--paper);
}

.module-gallery.count-1 {
  grid-template-columns: 1fr;
}

.module-gallery.count-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  min-height: 360px;
}

.module-gallery.count-3 {
  grid-template-columns: minmax(0, 1.35fr) minmax(0, 0.85fr);
  grid-template-rows: repeat(2, minmax(0, 1fr));
}

.module-gallery.variant-feature-right {
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.35fr);
  grid-template-rows: repeat(2, minmax(0, 1fr));
}

.module-gallery.variant-feature-right figure:first-child {
  grid-column: 2;
  grid-row: 1 / 3;
}

.module-gallery.variant-feature-right figure:nth-child(2) {
  grid-column: 1;
  grid-row: 1;
}

.module-gallery.variant-feature-right figure:nth-child(3) {
  grid-column: 1;
  grid-row: 2;
}
.module-gallery.count-4 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: repeat(2, minmax(0, 1fr));
}

.module-gallery.variant-feature-left {
  grid-template-columns: minmax(0, 1.35fr) minmax(0, 0.85fr);
  grid-template-rows: minmax(0, 0.9fr) minmax(0, 1.1fr) minmax(0, 0.8fr);
  min-height: clamp(540px, 68vh, 780px);
}

.module-gallery.variant-feature-left figure:first-child {
  grid-column: 1;
  grid-row: 1 / 4;
}

.module-gallery.variant-feature-left figure:nth-child(2) {
  grid-column: 2;
  grid-row: 1;
}

.module-gallery.variant-feature-left figure:nth-child(3) {
  grid-column: 2;
  grid-row: 2;
}

.module-gallery.variant-feature-left figure:nth-child(4) {
  grid-column: 2;
  grid-row: 3;
}

.board-six {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-template-rows: repeat(2, 1fr);
}

.complete-gallery {
  display: grid;
  width: 100%;
  margin-inline: auto;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-template-rows: repeat(4, minmax(0, 1fr));
  gap: 8px;
  height: clamp(340px, 54vh, 620px);
  background: var(--paper);
}

.complete-gallery figure {
  position: relative;
  margin: 0;
  min-width: 0;
  min-height: 0;
  overflow: hidden;
  background: var(--paper);
}

.complete-gallery figure:nth-child(1) {
  grid-column: 1 / 4;
  grid-row: 1 / 4;
}

.complete-gallery figure:nth-child(2) { grid-column: 4; grid-row: 1; }
.complete-gallery figure:nth-child(3) { grid-column: 4; grid-row: 2; }
.complete-gallery figure:nth-child(4) { grid-column: 4; grid-row: 3; }
.complete-gallery figure:nth-child(5) { grid-column: 1; grid-row: 4; }
.complete-gallery figure:nth-child(6) { grid-column: 2; grid-row: 4; }
.complete-gallery figure:nth-child(7) { grid-column: 3; grid-row: 4; }
.complete-gallery figure:nth-child(8) { grid-column: 4; grid-row: 4; }

.complete-gallery img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.complete-gallery button {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  color: inherit;
  background: transparent;
  cursor: pointer;
}

.complete-gallery button:focus-visible {
  outline: 3px solid rgba(199, 166, 107, 0.9);
  outline-offset: -3px;
}

.complete-gallery .is-overflow::after {
  content: attr(data-overflow);
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: #fff;
  background: rgba(31, 29, 25, 0.44);
  font-family: var(--serif);
  font-size: clamp(2rem, 5vw, 4.8rem);
  font-weight: 500;
}

.complete-gallery figcaption {
  display: none;
}
.slideshow-invite {
  display: grid;
  grid-template-columns: 104px minmax(0, 1fr);
  align-items: center;
  column-gap: 14px;
  width: min(100%, 520px);
  margin-top: 16px;
  padding: 12px 14px;
  border: 1px solid rgba(199, 166, 107, 0.58);
  color: var(--ink);
  background: rgba(251, 250, 247, 0.86);
}

.slideshow-invite strong {
  color: var(--ink);
  font: 800 0.64rem/1.42 var(--sans);
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.slideshow-invite span {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
  color: var(--muted);
  font: 600 0.74rem/1.35 var(--sans);
  letter-spacing: 0.01em;
  white-space: nowrap;
}

.slideshow-invite kbd {
  display: inline-grid;
  place-items: center;
  flex: 0 0 32px;
  width: 32px;
  height: 32px;
  border: 1px solid rgba(119, 79, 58, 0.72);
  border-bottom-color: rgba(85, 54, 39, 0.82);
  border-radius: 4px;
  color: var(--ink);
  background: linear-gradient(180deg, #fffefb 0%, #f2e5d4 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.92), inset 0 -1px 0 rgba(119, 79, 58, 0.22), 0 2px 0 rgba(119, 79, 58, 0.58), 0 5px 10px rgba(32, 32, 29, 0.12);
  font: 900 0.95rem/1 var(--sans);
  letter-spacing: 0;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.7);
}

.module-gallery figure {
  position: relative;
  margin: 0;
  min-width: 0;
  min-height: 0;
  overflow: hidden;
  background: var(--paper);
}

.module-gallery button {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: zoom-in;
  overflow: hidden;
}

.module-gallery button:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: -2px;
}

.module-gallery img,
.complete-gallery img,
.photo-board img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: var(--focus-x, 50%) var(--focus-y, 50%);
}


.module-gallery.count-3 figure:first-child {
  grid-row: span 2;
}

.module-gallery.count-1 figure,
.module-gallery.count-2 figure,
.module-gallery.count-4 figure {
  grid-row: auto;
}

.module-gallery.variant-feature-left figure:first-child {
  grid-row: 1 / 4;
}

.module-gallery.variant-ruins-compact {
  grid-template-columns: repeat(6, minmax(0, 1fr));
  grid-template-rows: repeat(4, minmax(0, 1fr));
  min-height: 0;
  height: clamp(380px, 52vh, 560px);
}

.module-gallery.variant-ruins-compact figure:nth-child(1) {
  grid-column: 1 / 4;
  grid-row: 1 / 4;
}

.module-gallery.variant-ruins-compact figure:nth-child(2) {
  grid-column: 4 / 7;
  grid-row: 1 / 3;
}

.module-gallery.variant-ruins-compact figure:nth-child(3) {
  grid-column: 4 / 5;
  grid-row: 3 / 5;
}

.module-gallery.variant-ruins-compact figure:nth-child(4) {
  grid-column: 5 / 7;
  grid-row: 3 / 5;
}

.module-gallery.variant-ruins-compact figure:nth-child(5) {
  grid-column: 1 / 2;
  grid-row: 4 / 5;
}

.module-gallery.variant-ruins-compact figure:nth-child(6) {
  grid-column: 2 / 3;
  grid-row: 4 / 5;
}

.module-gallery.variant-ruins-compact figure:nth-child(7) {
  grid-column: 3 / 4;
  grid-row: 4 / 5;
}


.module-gallery.variant-compact-strip {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-template-rows: 1fr;
  min-height: 0;
  height: clamp(180px, 24vw, 255px);
}

.module-gallery.variant-compact-strip figure,
.module-gallery.variant-compact-strip figure:first-child {
  grid-column: auto;
  grid-row: auto;
  aspect-ratio: 1 / 1;
}

.module-gallery.variant-compact-mosaic {
  grid-template-columns: minmax(0, 1.25fr) minmax(0, 0.8fr);
  grid-template-rows: repeat(2, minmax(0, 1fr));
  min-height: 0;
  height: clamp(220px, 28vw, 310px);
}

.module-gallery.variant-compact-mosaic figure:first-child {
  grid-column: 1;
  grid-row: 1 / 3;
}

.module-gallery.variant-compact-mosaic figure:nth-child(2) {
  grid-column: 2;
  grid-row: 1;
}

.module-gallery.variant-compact-mosaic figure:nth-child(3) {
  grid-column: 2;
  grid-row: 2;
}
/* Keep compact-collage aligned with ruins-compact: same slot geometry, paper gutters, no overlaps. */
.module-gallery.variant-compact-collage {
  grid-template-columns: repeat(6, minmax(0, 1fr));
  grid-template-rows: repeat(4, minmax(0, 1fr));
  min-height: 0;
  height: clamp(380px, 52vh, 560px);
}

.module-gallery.variant-compact-collage figure:nth-child(1) {
  grid-column: 1 / 4;
  grid-row: 1 / 4;
}

.module-gallery.variant-compact-collage figure:nth-child(2) {
  grid-column: 4 / 7;
  grid-row: 1 / 3;
}

.module-gallery.variant-compact-collage figure:nth-child(3) {
  grid-column: 4 / 5;
  grid-row: 3 / 5;
}

.module-gallery.variant-compact-collage figure:nth-child(4) {
  grid-column: 5 / 7;
  grid-row: 3 / 5;
}

.module-gallery.variant-compact-collage figure:nth-child(5) {
  grid-column: 1 / 2;
  grid-row: 4 / 5;
}

.module-gallery.variant-compact-collage figure:nth-child(6) {
  grid-column: 2 / 3;
  grid-row: 4 / 5;
}

.module-gallery.variant-compact-collage figure:nth-child(7) {
  grid-column: 3 / 4;
  grid-row: 4 / 5;
}

.photo-board {
  background: var(--paper) !important;
}

.photo-board.board-night-panorama {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: minmax(0, 1.1fr) minmax(0, 1fr);
  gap: 8px;
  height: clamp(360px, 66.667vw, 780px);
}

.photo-board.board-night-panorama > :first-child {
  grid-column: 1 / -1;
}

.photo-board.board-night-panorama > :nth-child(3) {
  background: #000;
}
.photo-board a,
.photo-board div,
.photo-board button {
  background: var(--paper);
}

.photo-board button {
  position: relative;
  min-width: 0;
  min-height: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  cursor: zoom-in;
  overflow: hidden;
}

.photo-board button:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: -2px;
}

.module-gallery figcaption {
  position: absolute;
  left: 12px;
  bottom: 10px;
  z-index: 1;
  color: #fff;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  text-shadow: 0 1px 14px rgba(0, 0, 0, 0.72);
}

.kenburns img {
  transform-origin: center;
  animation: tceKenBurns 16s ease-in-out infinite alternate;
  animation-delay: var(--kenburns-delay, -5s);
}

.kenburns:nth-child(2n) img { --kenburns-delay: -9s; }
.kenburns:nth-child(3n) img { --kenburns-delay: -13s; }
.kenburns:nth-child(5n) img { --kenburns-delay: -2s; }

.has-lightbox {
  overflow: hidden;
}

.module-lightbox {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: block;
  padding: 0;
  color: #fff;
  background: #12100d;
  opacity: 0;
  pointer-events: none;
  transition: opacity 180ms ease;
}

.module-lightbox.is-open {
  opacity: 1;
  pointer-events: auto;
}

.module-lightbox.is-browser-fullscreen {
  padding: 0;
}

.lightbox-stage {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 0;
  --stage-ratio: 1.778;
  --stage-aspect: 1.778 / 1;
  width: 100vw;
  height: 100vh;
  aspect-ratio: auto;
  overflow: hidden;
  background: #12100d;
}

.lightbox-stage::before {
  content: "";
  position: absolute;
  inset: -4%;
  z-index: 0;
  pointer-events: none;
  background-image: var(--slide-backdrop);
  background-size: cover;
  background-position: center;
  filter: blur(28px) saturate(1.04) brightness(0.56);
  opacity: 0.82;
  transform: scale(1.04);
}

.lightbox-stage::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    radial-gradient(circle at 50% 48%, rgba(255, 255, 255, 0.03), transparent 46%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.56), transparent 23%, transparent 68%, rgba(0, 0, 0, 0.62));
  opacity: 0;
  transition: opacity 260ms ease;
}

.module-lightbox.is-chrome-visible .lightbox-stage::after {
  opacity: 1;
}

.module-lightbox.is-still-fit .lightbox-stage::before,
.module-lightbox.is-director-review .lightbox-stage::before {
  filter: blur(24px) saturate(1.08) brightness(0.72);
  opacity: 0.98;
  transform: scale(1.08);
}

.module-lightbox.is-still-fit .lightbox-stage::after,
.module-lightbox.is-director-review .lightbox-stage::after {
  opacity: 0.48;
}


.lightbox-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  object-position: var(--focus-x, 50%) var(--focus-y, 50%);
  transform-origin: var(--motion-origin-x, var(--focus-x, 50%)) var(--motion-origin-y, var(--focus-y, 50%));
  filter: saturate(1.02) contrast(1.02);
  transition:
    opacity 2800ms cubic-bezier(0.42, 0, 0.12, 1),
    filter 2800ms cubic-bezier(0.42, 0, 0.12, 1);
  will-change: opacity, transform;
}

.lightbox-image.is-active {
  opacity: 1;
}

.module-lightbox.is-browser-fullscreen .lightbox-image {
  object-fit: cover;
}

.lightbox-image.is-portrait-image,
.module-lightbox.is-browser-fullscreen .lightbox-image.is-portrait-image,
.module-lightbox.is-still-fit .lightbox-image,
.module-lightbox.is-browser-fullscreen.is-still-fit .lightbox-image {
  object-fit: contain;
}

.module-lightbox.is-director-review:not(.is-previewing-motion) .lightbox-image {
  object-fit: contain;
}

.module-lightbox:not(.is-still-fit):not(.is-director-review) .lightbox-image.motion-directed-frame,
.module-lightbox.is-director-review.is-previewing-motion:not(.is-still-fit) .lightbox-image.motion-directed-frame {
  object-fit: cover;
}

.module-lightbox:not(.is-still-fit):not(.is-director-review) .lightbox-image.motion-directed-frame.is-portrait-image,
.module-lightbox.is-director-review.is-previewing-motion:not(.is-still-fit) .lightbox-image.motion-directed-frame.is-portrait-image {
  object-fit: contain;
}

.lightbox-image.is-moving {
  animation-name: tceLightboxPush;
  animation-duration: 12100ms;
  animation-timing-function: cubic-bezier(0.33, 0, 0.16, 1);
  animation-fill-mode: both;
}

.lightbox-image.is-exiting {
  filter: saturate(0.96) contrast(0.98);
}


.lightbox-image.is-director-still {
  animation: none !important;
}
.lightbox-image.is-preview-reset {
  animation: none !important;
  transform: translate3d(var(--start-x, 0px), var(--start-y, 0px), 0) scale(var(--start-scale, 1.03));
}

.lightbox-image.motion-slow-push {
  animation-name: tceLightboxPush;
}

.lightbox-image.motion-pan-horizontal {
  animation-name: tceLightboxPanHorizontal;
}

.lightbox-image.motion-pan-vertical {
  animation-name: tceLightboxPanVertical;
}

.lightbox-image.motion-slow-pull {
  animation-name: tceLightboxSlowPull;
}

.lightbox-image.motion-diagonal-drift {
  animation-name: tceLightboxDiagonalDrift;
}

.lightbox-image.motion-parallax-pan {
  animation-name: tceLightboxParallaxPan;
}

.lightbox-image.motion-portrait-reveal {
  animation-name: tceLightboxPortraitReveal;
}

.lightbox-image.motion-architectural-push {
  animation-name: tceLightboxArchitecturalPush;
}

.lightbox-image.motion-detail-hover {
  animation-name: tceLightboxDetailHover;
}

.lightbox-image.motion-coastline-sweep {
  animation-name: tceLightboxCoastlineSweep;
}

.lightbox-image.motion-doorway-frame-push {
  animation-name: tceLightboxDoorwayFramePush;
}

.lightbox-image.motion-ceiling-tilt {
  animation-name: tceLightboxCeilingTilt;
}

.lightbox-image.motion-gentle-handheld-drift {
  animation-name: tceLightboxGentleHandheldDrift;
}

.lightbox-image.motion-directed-frame {
  animation-name: tceLightboxDirectedFrame;
}

.module-lightbox.is-director-review:not(.is-previewing-motion) .lightbox-image {
  object-fit: contain;
}

.module-lightbox.is-still-fit .lightbox-image.is-moving {
  animation-name: none;
  transform: none;
}

.lightbox-progress {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  height: 3px;
  background: rgba(255, 255, 255, 0.18);
  opacity: 0;
  transition: opacity 220ms ease;
}

.module-lightbox.is-chrome-visible .lightbox-progress {
  opacity: 1;
}

.lightbox-progress span {
  display: block;
  width: 100%;
  height: 100%;
  transform: scaleX(0);
  transform-origin: left center;
  background: rgba(255, 255, 255, 0.82);
}

.lightbox-progress span.is-running {
  animation: tceSlideProgress 9800ms linear both;
}



.lightbox-hint {
  position: fixed;
  left: 50%;
  bottom: clamp(58px, 8vh, 104px);
  z-index: 3;
  display: grid;
  gap: 7px;
  width: max-content;
  max-width: min(560px, calc(100vw - 32px));
  padding: 16px 22px 17px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 8px;
  color: rgba(255, 255, 255, 0.96);
  background:
    linear-gradient(180deg, rgba(18, 17, 15, 0.74), rgba(18, 17, 15, 0.52)),
    radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.16), transparent 58%);
  box-shadow: 0 18px 54px rgba(0, 0, 0, 0.42);
  backdrop-filter: blur(18px) saturate(1.1);
  text-align: center;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.78);
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 14px) scale(0.985);
  transition: opacity 300ms ease, transform 300ms ease;
}

.lightbox-hint.is-visible {
  opacity: 1;
  transform: translate(-50%, 0) scale(1);
}

.lightbox-hint span {
  display: block;
  font: 800 clamp(1.02rem, 1.45vw, 1.24rem)/1.05 var(--sans);
  letter-spacing: 0.03em;
}

.lightbox-hint small {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  color: rgba(255, 255, 255, 0.76);
  font: 700 0.76rem/1.2 var(--sans);
  letter-spacing: 0.02em;
}

.lightbox-hint kbd {
  display: inline-grid;
  place-items: center;
  min-width: 1.72em;
  height: 1.72em;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 5px;
  color: #12110f;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 2px 0 rgba(255, 255, 255, 0.35), 0 8px 20px rgba(0, 0, 0, 0.26);
  font: 900 0.78rem/1 var(--sans);
  letter-spacing: 0;
  text-shadow: none;
}

.lightbox-hint svg {
  width: 1.35em;
  height: 1.35em;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.85;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.lightbox-meta {
  position: fixed;
  left: clamp(16px, 3vw, 42px);
  right: clamp(16px, 3vw, 42px);
  bottom: clamp(18px, 3vw, 38px);
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 0 0;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.86);
}

.lightbox-title {
  margin: 0;
}

.lightbox-count {
  color: rgba(255, 255, 255, 0.68);
}

.lightbox-control {
  position: absolute;
  z-index: 3;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.36);
  border-radius: 50%;
  color: #fff;
  background: rgba(18, 17, 15, 0.34);
  cursor: pointer;
}

.lightbox-control svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.lightbox-audio-control {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 10px;
  max-width: min(300px, calc(100vw - 320px));
  padding: 8px 10px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  background: rgba(18, 17, 15, 0.38);
  backdrop-filter: blur(14px);
}

.lightbox-audio-control button {
  height: 32px;
  min-width: 70px;
  border: 0;
  border-radius: 999px;
  padding: 0 12px;
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
  cursor: pointer;
  font: 800 0.68rem/1 var(--sans);
  letter-spacing: 0.03em;
}

.lightbox-audio-control button[aria-pressed="true"] {
  color: #111;
  background: rgba(255, 255, 255, 0.88);
}

.lightbox-audio-control input[type="range"] {
  width: 118px;
  accent-color: #fff;
}

.director-soundtrack {
  display: grid;
  gap: 7px;
  margin: -2px 0 12px;
}

.director-soundtrack span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.64rem;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.director-soundtrack select {
  width: min(360px, 100%);
  min-height: 36px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  padding: 0 34px 0 12px;
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  color-scheme: dark;
  font: 800 0.72rem/1 var(--sans);
}
.lightbox-control .icon-collapse {
  display: none;
}

.lightbox-fullscreen[aria-pressed="true"] .icon-expand {
  display: none;
}

.lightbox-fullscreen[aria-pressed="true"] .icon-collapse {
  display: block;
}

.lightbox-control,
.lightbox-audio-control,
.lightbox-meta {
  opacity: 0;
  transform: translateY(4px);
  transition:
    opacity 220ms ease,
    transform 220ms ease,
    background 220ms ease,
    border-color 220ms ease;
}

.module-lightbox.is-chrome-visible .lightbox-control,
.module-lightbox.is-chrome-visible .lightbox-audio-control,
.module-lightbox.is-chrome-visible .lightbox-meta {
  opacity: 1;
  transform: translateY(0);
}

.lightbox-close {
  top: 20px;
  right: 20px;
}

.lightbox-fullscreen {
  top: 20px;
  right: 74px;
}

.lightbox-fit {
  top: 20px;
  right: 128px;
  width: auto;
  min-width: 96px;
  padding: 0 15px;
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  white-space: normal;
}

.lightbox-adjust {
  top: 20px;
  right: 234px;
  width: auto;
  min-width: 82px;
  padding: 0 15px;
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  white-space: normal;
}

.lightbox-fit[aria-pressed="true"] {
  border-color: rgba(255, 255, 255, 0.72);
  background: rgba(255, 255, 255, 0.16);
}

.lightbox-adjust[aria-pressed="true"] {
  border-color: rgba(255, 255, 255, 0.72);
  background: rgba(255, 255, 255, 0.16);
}

.lightbox-director {
  position: fixed;
  top: 78px;
  right: 20px;
  z-index: 4;
  width: min(620px, calc(100vw - 40px));
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 8px;
  color: #fff;
  background: linear-gradient(180deg, rgba(8, 8, 8, 0.78), rgba(8, 8, 8, 0.58));
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(18px);
}

.lightbox-director[hidden] {
  display: none;
}

.director-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.director-head button {
  border: 0;
  color: rgba(255, 255, 255, 0.78);
  background: transparent;
  cursor: pointer;
  font: inherit;
  font-size: 0.61rem;
  letter-spacing: 0.06em;
}

.director-actions,
.director-guide-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 12px;
}

.director-actions button,
.director-guide-actions button {
  min-height: 34px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 999px;
  padding: 0 12px;
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  cursor: pointer;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.director-actions button[aria-pressed="true"],
.director-guide-actions button[aria-pressed="true"] {
  border-color: rgba(255, 255, 255, 0.74);
  background: rgba(255, 255, 255, 0.2);
}

.director-guide-actions {
  margin: -2px 0 12px;
}

.director-guide-actions button {
  min-height: 30px;
  padding: 0 10px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.61rem;
}

.director-actions .director-remove {
  border-color: rgba(255, 180, 150, 0.42);
  color: #ffd8c8;
  background: rgba(170, 68, 36, 0.18);
}

.director-actions .director-remove:hover {
  border-color: rgba(255, 210, 190, 0.72);
  background: rgba(170, 68, 36, 0.28);
}

.director-export-output {
  width: 100%;
  height: 130px;
  margin-top: 12px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 6px;
  padding: 10px;
  color: #fff;
  background: rgba(0, 0, 0, 0.56);
  font: 0.72rem/1.35 monospace;
  resize: vertical;
}

.director-export-output[hidden] {
  display: none;
}

.director-summary {
  margin: 0 0 12px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.director-workspace {
  position: relative;
  width: 100%;
  --director-aspect: 1.5 / 1;
  aspect-ratio: var(--director-aspect);
  max-height: min(54vh, 520px);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 8px;
  background: #12100d;
  touch-action: none;
}

.director-workspace img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  user-select: none;
  pointer-events: none;
}

.director-guide {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  display: grid;
  place-items: start end;
  box-sizing: border-box;
  padding: 7px 8px;
  border: 2px dashed rgba(255, 255, 255, 0.76);
  color: rgba(255, 255, 255, 0.88);
  background: rgba(255, 255, 255, 0.04);
  font-size: 0.61rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.7);
  transform: translate(-50%, -50%);
  pointer-events: none;
}


/* Temporary publisher simplification: focus Motion Director on Start/End only while the motion model is being recalibrated. */
.director-guide,
.director-rect-safe,
[data-director-active="safeSubject"] {
  display: none !important;
}.director-guide[hidden] {
  display: none;
}

.director-rect {
  position: absolute;
  box-sizing: border-box;
  cursor: move;
  pointer-events: none;
  box-shadow:
    0 0 0 9999px rgba(0, 0, 0, 0.18),
    0 10px 28px rgba(0, 0, 0, 0.32);
}

.director-rect.is-active {
  z-index: 3;
  box-shadow:
    0 0 0 9999px rgba(0, 0, 0, 0.1),
    0 0 0 2px rgba(255, 255, 255, 0.88),
    0 14px 34px rgba(0, 0, 0, 0.42);
}

.director-rect b {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  width: 18px;
  height: 18px;
  border: 2px solid rgba(255, 255, 255, 0.92);
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.24);
  transform: translate(-50%, -50%);
  cursor: grab;
  pointer-events: auto;
}

.director-rect b:active {
  cursor: grabbing;
}

.director-rect b::before,
.director-rect b::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  background: rgba(255, 255, 255, 0.9);
  transform: translate(-50%, -50%);
}

.director-rect b::before {
  width: 2px;
  height: 10px;
}

.director-rect b::after {
  width: 10px;
  height: 2px;
}
.director-rect-start b {
  border-color: rgba(68, 255, 141, 0.98);
  background: rgba(6, 20, 11, 0.42);
}

.director-rect-start b::before,
.director-rect-start b::after {
  background: rgba(68, 255, 141, 0.98);
}

.director-rect-end b {
  border-color: rgba(255, 81, 81, 0.98);
  background: rgba(34, 6, 6, 0.42);
}

.director-rect-end b::before,
.director-rect-end b::after {
  background: rgba(255, 81, 81, 0.98);
}

.director-rect span {
  position: absolute;
  left: 8px;
  top: 7px;
  z-index: 3;
  padding: 3px 7px;
  border-radius: 999px;
  color: #06140b;
  background: rgba(255, 255, 255, 0.86);
  font-size: 0.61rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  cursor: grab;
  pointer-events: auto;
}

.director-rect span:active {
  cursor: grabbing;
}

.director-rect i {
  position: absolute;
  right: 5px;
  bottom: 5px;
  width: 26px;
  height: 26px;
  border: 2px solid #fff;
  border-radius: 7px;
  cursor: nwse-resize;
  pointer-events: auto;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.34);
  z-index: 2;
}

.director-rect i::before,
.director-rect i::after {
  content: "";
  position: absolute;
  right: 5px;
  bottom: 7px;
  width: 11px;
  height: 2px;
  background: rgba(0, 0, 0, 0.55);
  transform: rotate(-45deg);
}

.director-rect i::after {
  right: 9px;
  bottom: 12px;
  width: 7px;
}

.director-rect-start {
  border: 3px solid rgba(68, 255, 141, 0.95);
  background: rgba(68, 255, 141, 0.08);
}

.director-rect-start i {
  background: #44ff8d;
}

.director-rect-end {
  border: 3px solid rgba(255, 81, 81, 0.95);
  background: rgba(255, 81, 81, 0.08);
}

.director-rect-end span {
  color: #220606;
}

.director-rect-end i {
  background: #ff5151;
}

.director-pin-marker {
  position: absolute;
  z-index: 5;
  width: 18px;
  height: 18px;
  border: 2px solid rgba(255, 255, 255, 0.95);
  border-radius: 999px;
  transform: translate(-50%, -50%);
  pointer-events: none;
  box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.32), 0 6px 16px rgba(0, 0, 0, 0.35);
}

.director-pin-marker::before,
.director-pin-marker::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  background: currentColor;
  transform: translate(-50%, -50%);
}

.director-pin-marker::before {
  width: 2px;
  height: 22px;
}

.director-pin-marker::after {
  width: 22px;
  height: 2px;
}

.director-pin-marker-start {
  color: #44ff8d;
  background: rgba(6, 20, 11, 0.76);
}

.director-pin-marker-end {
  color: #ff5151;
  background: rgba(34, 6, 6, 0.76);
}

.director-pin-marker.is-outside {
  outline: 3px solid rgba(255, 214, 102, 0.96);
  outline-offset: 4px;
}
.director-rect-safe {
  border: 3px dashed rgba(255, 194, 80, 0.98);
  background: rgba(255, 194, 80, 0.08);
}

.director-rect-safe span {
  left: auto;
  right: 8px;
  color: #2d1d04;
}

.director-rect-safe i {
  background: #ffc250;
}

.director-rect-safe b {
  border-color: rgba(255, 194, 80, 0.98);
  background: rgba(36, 22, 3, 0.42);
}

.director-rect-safe b::before,
.director-rect-safe b::after {
  background: rgba(255, 194, 80, 0.98);
}

.director-note {
  display: grid;
  gap: 7px;
  margin-top: 12px;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.director-note textarea {
  width: 100%;
  min-height: 66px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 6px;
  padding: 9px 10px;
  color: #fff;
  background: rgba(0, 0, 0, 0.46);
  font: 0.82rem/1.35 var(--sans);
  letter-spacing: 0;
  text-transform: none;
  resize: vertical;
}

.lightbox-director label {
  display: grid;
  gap: 7px;
  margin-top: 12px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.lightbox-director label span {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.lightbox-director strong {
  color: rgba(255, 255, 255, 0.7);
  font-weight: 700;
}

.lightbox-director select,
.lightbox-director input[type="range"] {
  width: 100%;
}

.lightbox-director select {
  height: 38px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 6px;
  color: #fff;
  background: rgba(0, 0, 0, 0.45);
}

.lightbox-prev {
  left: 20px;
  top: 50%;
}

.lightbox-next {
  right: 20px;
  top: 50%;
}

@keyframes tceLightboxPush {
  0% { transform: scale(1.035) translate3d(0, 0, 0); }
  100% { transform: scale(1.1) translate3d(-1.2%, 0.7%, 0); }
}

@keyframes tceLightboxDirectedFrame {
  0% { transform: translate3d(var(--start-x, 0px), var(--start-y, 0px), 0) scale(var(--start-scale, 1.03)); }
  100% { transform: translate3d(var(--end-x, 0px), var(--end-y, 0px), 0) scale(var(--end-scale, 1.1)); }
}

@keyframes tceLightboxPanHorizontal {
  0% { transform: scale(1.09) translate3d(3.5%, -0.4%, 0); }
  100% { transform: scale(1.09) translate3d(-3.5%, 0.5%, 0); }
}

@keyframes tceLightboxPanVertical {
  0% { transform: scale(1.09) translate3d(-0.5%, 3.2%, 0); }
  100% { transform: scale(1.09) translate3d(0.6%, -3.2%, 0); }
}

@keyframes tceLightboxSlowPull {
  0% { transform: scale(1.11) translate3d(-1%, 0.6%, 0); }
  100% { transform: scale(1.025) translate3d(0.4%, -0.2%, 0); }
}

@keyframes tceLightboxDiagonalDrift {
  0% { transform: scale(1.075) translate3d(-2.1%, 1.7%, 0); }
  100% { transform: scale(1.12) translate3d(2%, -1.9%, 0); }
}

@keyframes tceLightboxParallaxPan {
  0% { transform: scale(1.11) translate3d(4.1%, 0.8%, 0); }
  46% { transform: scale(1.13) translate3d(0.6%, -0.2%, 0); }
  100% { transform: scale(1.1) translate3d(-4%, -0.8%, 0); }
}

@keyframes tceLightboxPortraitReveal {
  0% { transform: scale(1.1) translate3d(0.4%, 4%, 0); }
  100% { transform: scale(1.045) translate3d(-0.5%, -3.9%, 0); }
}

@keyframes tceLightboxArchitecturalPush {
  0% { transform: scale(1.04) translate3d(0, 0.5%, 0); }
  100% { transform: scale(1.105) translate3d(0, -0.55%, 0); }
}

@keyframes tceLightboxDetailHover {
  0% { transform: scale(1.075) translate3d(-0.9%, 0.5%, 0); }
  52% { transform: scale(1.13) translate3d(0.8%, -0.6%, 0); }
  100% { transform: scale(1.1) translate3d(1.35%, -1%, 0); }
}

@keyframes tceLightboxCoastlineSweep {
  0% { transform: scale(1.105) translate3d(4.6%, 0.7%, 0); }
  100% { transform: scale(1.115) translate3d(-4.6%, -0.6%, 0); }
}

@keyframes tceLightboxDoorwayFramePush {
  0% { transform: scale(1.055) translate3d(0, 1.6%, 0); }
  100% { transform: scale(1.12) translate3d(0, -1.35%, 0); }
}

@keyframes tceLightboxCeilingTilt {
  0% { transform: scale(1.095) translate3d(-0.6%, 3.5%, 0); }
  100% { transform: scale(1.13) translate3d(0.7%, -3.6%, 0); }
}

@keyframes tceLightboxGentleHandheldDrift {
  0% { transform: scale(1.06) translate3d(-1.05%, 0.7%, 0) rotate(-0.06deg); }
  42% { transform: scale(1.09) translate3d(0.6%, -0.4%, 0) rotate(0.045deg); }
  100% { transform: scale(1.08) translate3d(1.25%, -0.8%, 0) rotate(0.06deg); }
}

@keyframes tceSlideProgress {
  from { transform: scaleX(0); }
  to { transform: scaleX(1); }
}

@keyframes tceKenBurns {
  from { transform: scale(1.02); }
  to { transform: scale(1.1) translate3d(-1.25%, 0.75%, 0); }
}

@media (prefers-reduced-motion: reduce) {
  .kenburns img {
    animation: none;
    transform: none;
  }
}

.context-band {
  display: grid;
  grid-template-columns: minmax(0, 0.62fr) minmax(280px, 0.38fr);
  gap: clamp(24px, 5vw, 70px);
  align-items: start;
}

.text-map-link {
  display: inline-flex;
  align-items: baseline;
  gap: 4px;
  color: #274f47;
  font-weight: 800;
  text-decoration: none;
}

.text-map-link:hover,
.text-map-link:focus-visible {
  color: #1f423a;
}

.map-link-icon {
  flex: 0 0 auto;
  width: 0.82em;
  height: 0.82em;
  color: #9a6f2d;
  stroke-width: 2.15;
  transform: translateY(0.08em);
}

.map-link-label {
  line-height: 1.1;
}

.map-link-note {
  color: #9a6f2d;
  font-size: 0.58rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 1;
  text-transform: uppercase;
}

.fact-map-link {
  margin-bottom: 5px;
}

.fact-list .fact-map-link .map-link-icon {
  width: 1.08rem;
  height: 1.08rem;
  stroke-width: 2.05;
  transform: translateY(0.12em);
}

.fact-list strong.fact-label {
  display: flex;
  align-items: center;
  gap: 9px;
}

.fact-label-icon {
  flex: 0 0 auto;
  width: 1.08rem;
  height: 1.08rem;
  color: #9a6f2d;
  stroke-width: 2.05;
}

.fact-list em {
  display: block;
  color: var(--muted);
  font-style: normal;
}
.route-guide-section {
  padding-top: clamp(40px, 6vw, 76px);
}

.route-guide {
  display: grid;
  grid-template-columns: minmax(360px, 0.58fr) minmax(320px, 0.42fr);
  gap: clamp(22px, 4vw, 48px);
  align-items: start;
}

.route-map-card {
  border: 1px solid rgba(179, 146, 91, 0.42);
  background: #fbf8ef;
  box-shadow: 0 24px 70px rgba(49, 43, 33, 0.08);
}

.route-map-kicker,
.route-map-link {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 12px 14px;
  color: #6e5b39;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.route-map-link {
  color: #2f4f4b;
  border-top: 1px solid rgba(179, 146, 91, 0.32);
  text-decoration: none;
}

.route-map-link::after {
  content: "Open";
  color: #9a6f2d;
}

.route-map-canvas {
  position: relative;
  min-height: clamp(360px, 45vw, 470px);
  overflow: hidden;
  background: #e8e3d4;
}

.route-real-map {
  width: 100%;
  min-height: clamp(360px, 45vw, 470px);
  height: 100%;
  background: #dfe5dd;
}

.route-poi-marker-wrap {
  background: transparent;
  border: 0;
}

.route-poi-marker {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-width: 0;
  max-width: 168px;
  color: #24201a;
  filter: drop-shadow(0 5px 10px rgba(42, 34, 23, 0.18));
  font-family: var(--sans);
}

.route-poi-badge {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 27px;
  height: 27px;
  border: 1px solid rgba(255, 248, 229, 0.95);
  border-radius: 50%;
  color: #fff8e5;
  background: #314f46;
  box-shadow: 0 0 0 2px rgba(151, 108, 46, 0.72), 0 8px 14px rgba(39, 32, 22, 0.18);
  font-size: 0.61rem;
  font-weight: 900;
  letter-spacing: 0.02em;
}

.route-poi-name {
  max-width: 130px;
  padding: 4px 7px;
  border: 1px solid rgba(138, 105, 54, 0.24);
  border-radius: 2px;
  color: #2b261f;
  background: rgba(255, 250, 238, 0.94);
  box-shadow: 0 8px 18px rgba(42, 34, 23, 0.13);
  font-size: 0.7rem;
  font-weight: 800;
  line-height: 1.05;
  white-space: normal;
}

.route-real-map .leaflet-control-attribution {
  font-size: 0.61rem;
}

.route-real-map .leaflet-tooltip {
  border: 1px solid rgba(142, 104, 56, 0.3);
  color: #24201a;
  background: rgba(255, 249, 235, 0.94);
  box-shadow: 0 8px 18px rgba(49, 43, 33, 0.14);
  font-family: var(--sans);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.03em;
}

.route-map-canvas::before {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(255, 255, 255, 0.78);
  pointer-events: none;
}

.route-line {
  position: absolute;
  inset: 11% 5% 8%;
  width: 90%;
  height: 81%;
  overflow: visible;
}

.route-line path {
  fill: none;
  stroke: #a36d33;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-dasharray: 4 5;
  filter: drop-shadow(0 8px 12px rgba(74, 53, 29, 0.16));
}

.route-land {
  position: absolute;
  color: rgba(47, 65, 55, 0.54);
  font-family: var(--serif);
  font-size: clamp(1.7rem, 4vw, 3.4rem);
  font-style: italic;
  pointer-events: none;
}

.route-land-mountains {
  left: 8%;
  top: 10%;
}

.route-land-coast {
  right: 5%;
  bottom: 7%;
  color: rgba(42, 74, 82, 0.5);
}

.route-pins {
  position: absolute;
  inset: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.route-pin {
  position: absolute;
  left: var(--x);
  top: var(--y);
  display: grid;
  grid-template-columns: 34px minmax(0, 132px);
  gap: 7px;
  align-items: center;
  transform: translate(-17px, -17px);
}

.route-pin span,
.route-stop-list > li > span {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(132, 93, 43, 0.54);
  border-radius: 50%;
  color: #442f19;
  background: #fffaf0;
  box-shadow: 0 10px 20px rgba(54, 43, 31, 0.14);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.route-pin strong {
  padding: 7px 10px;
  color: #30271e;
  background: rgba(255, 251, 243, 0.86);
  border: 1px solid rgba(179, 146, 91, 0.28);
  font-size: 0.76rem;
  line-height: 1;
  white-space: normal;
}

.route-logistics {
  display: contents;
}

.route-stop-list {
  display: grid;
  gap: 1px;
  margin: 0;
  padding: 0;
  list-style: none;
  background: var(--line);
  border: 1px solid var(--line);
}

.route-stop-list li {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  padding: 14px;
  background: rgba(251, 250, 247, 0.96);
}

.route-stop-list strong {
  display: block;
  margin-bottom: 3px;
  font-size: 0.86rem;
  letter-spacing: 0.02em;
}

.route-stop-list p,
.logistics-grid p {
  margin: 0;
  color: var(--muted);
  line-height: 1.5;
}

.logistics-grid {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.logistics-grid article {
  padding: 18px;
  border: 1px solid rgba(179, 146, 91, 0.28);
  background: rgba(255, 252, 245, 0.74);
}

.logistics-grid h3 {
  margin: 6px 0 8px;
  font-size: clamp(1.35rem, 2.4vw, 1.9rem);
  line-height: 0.98;
}
.compact-link-list {
  display: grid;
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}

.compact-link-list a,
.compact-link-list div {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 14px 16px;
  background: var(--paper);
}

.compact-link-list span {
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.nav-links {
  gap: clamp(10px, 1.4vw, 22px);
  font-size: 0.68rem;
}


.complete-gallery.complete-gallery-center-ring {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  grid-template-rows: repeat(5, minmax(0, 1fr));
  gap: 8px;
  height: clamp(420px, 72vh, 860px);
}

.complete-gallery.complete-gallery-center-ring figure:nth-child(1) {
  grid-column: 2 / 5;
  grid-row: 2 / 5;
}

.complete-gallery.complete-gallery-center-ring figure:nth-child(2) { grid-column: 1; grid-row: 1; }
.complete-gallery.complete-gallery-center-ring figure:nth-child(3) { grid-column: 2; grid-row: 1; }
.complete-gallery.complete-gallery-center-ring figure:nth-child(4) { grid-column: 3; grid-row: 1; }
.complete-gallery.complete-gallery-center-ring figure:nth-child(5) { grid-column: 4; grid-row: 1; }
.complete-gallery.complete-gallery-center-ring figure:nth-child(6) { grid-column: 5; grid-row: 1; }
.complete-gallery.complete-gallery-center-ring figure:nth-child(7) { grid-column: 1; grid-row: 2; }
.complete-gallery.complete-gallery-center-ring figure:nth-child(8) { grid-column: 1; grid-row: 3; }
.complete-gallery.complete-gallery-center-ring figure:nth-child(9) { grid-column: 1; grid-row: 4; }
.complete-gallery.complete-gallery-center-ring figure:nth-child(10) { grid-column: 1; grid-row: 5; }
.complete-gallery.complete-gallery-center-ring figure:nth-child(11) { grid-column: 2; grid-row: 5; }
.complete-gallery.complete-gallery-center-ring figure:nth-child(12) { grid-column: 3; grid-row: 5; }
.complete-gallery.complete-gallery-center-ring figure:nth-child(13) { grid-column: 4; grid-row: 5; }
.complete-gallery.complete-gallery-center-ring figure:nth-child(14) { grid-column: 5; grid-row: 5; }
.complete-gallery.complete-gallery-center-ring figure:nth-child(15) { grid-column: 5; grid-row: 2; }
.complete-gallery.complete-gallery-center-ring figure:nth-child(16) { grid-column: 5; grid-row: 3; }
.complete-gallery.complete-gallery-center-ring figure:nth-child(17) { grid-column: 5; grid-row: 4; }
.complete-gallery[data-layout-id] {
  grid-template-columns: repeat(var(--gallery-columns, 4), minmax(0, 1fr));
  grid-template-rows: repeat(var(--gallery-rows, 4), minmax(0, 1fr));
  height: clamp(520px, 72vh, 760px);
}
.complete-gallery[data-layout-id="ays-10"] {
  max-width: min(100%, 1120px);
  height: clamp(560px, 70vh, 800px);
}
.module-gallery[data-layout-id] {
  grid-template-columns: repeat(var(--gallery-columns, 4), minmax(0, 1fr));
  grid-template-rows: repeat(var(--gallery-rows, 4), minmax(0, 1fr));
  min-height: 0;
  width: 100%;
  aspect-ratio: 1.45 / 1;
  height: auto !important;
  max-height: none;
}
.module-gallery[data-layout-id="tce-park-water-square"] {
  width: 100%;
  aspect-ratio: 3 / 2;
  height: auto !important;
}.module-gallery[data-layout-id="tce-park-water-four-square"] {
  width: 100%;
  aspect-ratio: 1 / 1;
  height: auto !important;
}.module-gallery[data-layout-id="tce-story-3-feature-right"] {
  width: 100%;
  aspect-ratio: 5 / 4;
  height: auto !important;
  grid-template-columns: minmax(0, 2fr) minmax(0, 3fr);
  grid-template-rows: repeat(2, minmax(0, 1fr));
}.module-gallery[data-layout-id="tce-landscape-pair"] {
  width: 100%;
  aspect-ratio: 16 / 5;
  height: auto !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: minmax(0, 1fr);
}
.module-gallery[data-layout-id="tce-landscape-pair"] figure {
  aspect-ratio: auto !important;
  min-height: 0;
}.module-gallery[data-layout-id="tce-story-strip-4"] {
  width: 100%;
  aspect-ratio: 1.45 / 1;
  height: auto !important;
  grid-template-columns: minmax(0, 1fr) minmax(150px, 0.45fr);
  grid-template-rows: repeat(3, minmax(0, 1fr));
}
.module-gallery[data-layout-id="tce-story-strip-4"] figure:first-child {
  grid-column: 1 !important;
  grid-row: 1 / -1 !important;
}
.module-gallery[data-layout-id="tce-story-strip-4"] figure:nth-child(n + 2) {
  aspect-ratio: auto;
}.module-gallery[data-layout-id="tce-interior-six-mosaic"] {
  width: 100%;
  aspect-ratio: 4 / 3;
  height: auto !important;
}@media (max-width: 920px) {
  .module-gallery[data-layout-id],
  .complete-gallery[data-layout-id] {
    display: flex !important;
    flex-wrap: wrap;
    align-content: flex-start;
    gap: 8px;
    height: auto;
    max-height: 72vh;
    overflow: hidden;
  }

  .module-gallery[data-layout-id] figure,
  .complete-gallery[data-layout-id] figure {
    flex: 0 0 calc(50% - 4px);
    grid-column: auto !important;
    grid-row: auto !important;
    aspect-ratio: 1 / 1;
  }

  .module-gallery[data-layout-id] figure:first-child,
  .complete-gallery[data-layout-id] figure:first-child {
    flex-basis: 100%;
    aspect-ratio: 16 / 10;
  }
}
.module-gallery[data-layout-id="tce-landscape-pair"] {
  width: 100%;
  aspect-ratio: 16 / 5;
  height: auto !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: minmax(0, 1fr);
}
.module-gallery[data-layout-id="tce-landscape-square-pair"] {
  width: 100%;
  aspect-ratio: 2.55 / 1;
  height: auto !important;
  grid-template-columns: minmax(0, 1.55fr) minmax(0, 1fr);
  grid-template-rows: minmax(0, 1fr);
}
.module-gallery[data-layout-id="tce-landscape-square-pair"] figure {
  aspect-ratio: auto !important;
  min-height: 0;
}
@media (max-width: 920px) {
  .module-gallery[data-layout-id="tce-story-strip-4"] {
    display: grid !important;
    grid-template-columns: 1fr !important;
    grid-template-rows: none !important;
    aspect-ratio: auto;
    max-height: none;
    overflow: visible;
  }

  .module-gallery[data-layout-id="tce-story-strip-4"] figure,
  .module-gallery[data-layout-id="tce-story-strip-4"] figure:first-child {
    flex: none;
    grid-column: auto !important;
    grid-row: auto !important;
    aspect-ratio: 16 / 10;
  }


  .module-gallery[data-layout-id="tce-landscape-pair"] {
    display: grid !important;
    grid-template-columns: 1fr !important;
    grid-template-rows: none !important;
    aspect-ratio: auto;
    height: auto !important;
    max-height: none;
    overflow: visible;
  }

  .module-gallery[data-layout-id="tce-landscape-pair"] figure,
  .module-gallery[data-layout-id="tce-landscape-pair"] figure:first-child {
    flex: none;
    grid-column: 1 / -1 !important;
    grid-row: auto !important;
    aspect-ratio: 16 / 9 !important;
  }

  .module-gallery[data-layout-id="tce-landscape-square-pair"] {
    display: grid !important;
    grid-template-columns: 1fr !important;
    grid-template-rows: none !important;
    aspect-ratio: auto;
    height: auto !important;
    max-height: none;
    overflow: visible;
  }

  .module-gallery[data-layout-id="tce-landscape-square-pair"] figure {
    flex: none;
    grid-column: 1 / -1 !important;
    grid-row: auto !important;
    aspect-ratio: 16 / 10 !important;
  }

  .module-gallery[data-layout-id="tce-landscape-square-pair"] figure:nth-child(2) {
    aspect-ratio: 1 / 1 !important;
  }
  .metric-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .board-six {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: none;
  }

  .photo-module,
  .video-moment,
  .context-band,
  .route-guide {
    grid-template-columns: 1fr;
  }

  .route-map-canvas {
    min-height: 300px;
  }



  .route-pin {
    grid-template-columns: 30px;
    width: 30px !important;
    height: 30px !important;
    min-width: 0 !important;
    min-height: 0 !important;
    gap: 0;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    transform: translate(-15px, -15px);
  }

  .route-pin span,
  .route-stop-list > li > span {
    width: 30px;
    height: 30px;
  }

  .logistics-grid {
    grid-template-columns: 1fr;
  }

  .route-pin strong {
    display: none;
  }

  .module-copy {
    position: static;
  }

  .module-gallery {
    grid-template-columns: 1fr 1fr;
    min-height: 0;
  }

  .video-grid {
    grid-template-columns: 1fr;
  }


  .module-gallery.count-1 {
    grid-template-columns: 1fr;
  }

  .module-gallery.count-2,
  .module-gallery.count-4 {
    grid-template-columns: 1fr 1fr;
  }

  .module-gallery.count-3 {
    grid-template-columns: 1fr 1fr;
  }

  .complete-gallery {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-template-rows: repeat(5, minmax(0, 1fr));
    height: clamp(430px, 80vh, 680px);
  }

  .complete-gallery figure:nth-child(1) {
    grid-column: 1 / 4;
    grid-row: 1 / 4;
  }

  .complete-gallery figure:nth-child(n + 2) {
    grid-column: auto;
    grid-row: auto;
  }

  .complete-gallery figure:nth-child(n + 11) {
    display: none;
  }

  .module-gallery figure {
    aspect-ratio: 1 / 1;
  }

  .module-gallery.count-3 figure:first-child {
    grid-column: span 2;
    grid-row: auto;
    aspect-ratio: 16 / 10;
  }

  .module-gallery.variant-feature-right figure,
  .module-gallery.variant-feature-right figure:nth-child(n) {
    grid-column: auto;
    grid-row: auto;
  }

  .module-gallery.variant-feature-right figure:first-child {
    grid-column: 1 / -1;
    grid-row: auto;
    aspect-ratio: 16 / 10;
  }
  .module-gallery.count-1 figure:first-child,
  .module-gallery.count-2 figure:first-child,
  .module-gallery.count-4 figure:first-child {
    grid-column: auto;
    grid-row: auto;
    aspect-ratio: 1 / 1;
  }

  .module-gallery.variant-compact-strip {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    height: auto;
    min-height: 0;
  }

  .module-gallery.variant-compact-strip figure,
  .module-gallery.variant-compact-strip figure:first-child {
    grid-column: auto;
    grid-row: auto;
    aspect-ratio: 1 / 1;
  }

  .module-gallery.variant-compact-mosaic {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    height: auto;
    min-height: 0;
  }

  .module-gallery.variant-compact-mosaic figure,
  .module-gallery.variant-compact-mosaic figure:nth-child(n) {
    grid-column: auto;
    grid-row: auto;
    aspect-ratio: 1 / 1;
  }

  .module-gallery.variant-compact-mosaic figure:first-child {
    grid-column: 1 / -1;
    grid-row: auto;
    aspect-ratio: 16 / 10;
  }
  .module-gallery.variant-ruins-compact,
  .module-gallery.variant-compact-collage {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: none;
    grid-auto-rows: auto;
    height: auto;
    min-height: 0;
  }

  .module-gallery.variant-ruins-compact figure,
  .module-gallery.variant-compact-collage figure,
  .module-gallery.variant-ruins-compact figure:nth-child(n),
  .module-gallery.variant-compact-collage figure:nth-child(n) {
    grid-column: auto;
    grid-row: auto;
    aspect-ratio: 1 / 1;
  }

  .module-gallery.variant-ruins-compact figure:first-child,
  .module-gallery.variant-compact-collage figure:first-child {
    grid-column: 1 / -1;
    aspect-ratio: 16 / 10;
  }
}
@media (max-width: 920px) {
  .module-gallery[data-layout-id="tce-story-strip-4"] {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) minmax(84px, 0.45fr) !important;
    grid-template-rows: repeat(3, minmax(0, 1fr)) !important;
    aspect-ratio: 1.45 / 1;
    height: auto !important;
    max-height: none;
    overflow: visible;
  }

  .module-gallery[data-layout-id="tce-story-strip-4"] figure:first-child {
    grid-column: 1 !important;
    grid-row: 1 / -1 !important;
    aspect-ratio: auto !important;
  }

  .module-gallery[data-layout-id="tce-story-strip-4"] figure:nth-child(2) {
    grid-column: 2 !important;
    grid-row: 1 !important;
    aspect-ratio: auto !important;
  }

  .module-gallery[data-layout-id="tce-story-strip-4"] figure:nth-child(3) {
    grid-column: 2 !important;
    grid-row: 2 !important;
    aspect-ratio: auto !important;
  }

  .module-gallery[data-layout-id="tce-story-strip-4"] figure:nth-child(4) {
    grid-column: 2 !important;
    grid-row: 3 !important;
    aspect-ratio: auto !important;
  }
}


/* Visitor-facing trip hub */
.trip-hub-hero .hero-inner {
  grid-template-columns: minmax(0, 1fr) minmax(230px, 0.24fr);
}

.trip-hub-hero h1 {
  max-width: 1040px;
}

.trip-intro {
  padding-bottom: clamp(48px, 7vw, 86px);
}

.trip-theme-list {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 24px;
}

.trip-theme {
  padding: 8px 12px;
  border: 1px solid var(--line);
  color: #86602d;
  background: rgba(255, 253, 248, 0.72);
  font: 800 0.65rem/1 var(--sans);
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hub-day-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.hub-day-card {
  position: relative;
  min-height: clamp(460px, 62vw, 680px);
  display: grid;
  align-items: end;
  overflow: hidden;
  color: #fffdf8;
  background: #1c211d;
}

.hub-day-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 28%, rgba(13, 17, 14, 0.84));
}

.hub-day-card img {
  position: absolute;
  inset: 0;
  transition: transform 300ms ease;
}

.hub-day-card:hover img {
  transform: scale(1.025);
}
.hub-card-copy {
  position: relative;
  z-index: 1;
  padding: clamp(26px, 5vw, 52px);
}

.hub-card-copy h3 {
  max-width: 760px;
  margin: 12px 0 14px;
  font: 400 clamp(2.8rem, 5vw, 5.6rem)/0.88 var(--serif);
}

.hub-card-copy p {
  max-width: 650px;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.6;
}

.hub-day-card.is-published > .tag {
  position: absolute;
  top: clamp(24px, 4vw, 44px);
  left: clamp(26px, 5vw, 52px);
  z-index: 2;
  color: #f1c77b;
  text-shadow: 0 1px 12px rgba(0, 0, 0, 0.62);
}

.hub-card-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  margin-top: 20px;
  color: #efd19b;
  font-size: 0.67rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.trip-status-note {
  max-width: 900px;
  margin: 24px 0 0;
  color: var(--muted);
  font-size: 0.98rem;
  line-height: 1.65;
}

.hub-day-card.is-coming-soon {
  min-height: clamp(320px, 42vw, 500px);
  color: #3e3a32;
  background:
    linear-gradient(135deg, rgba(255, 253, 248, 0.86), rgba(229, 224, 214, 0.78)),
    repeating-linear-gradient(135deg, rgba(33, 31, 28, 0.055) 0 1px, transparent 1px 18px);
  border: 1px solid rgba(94, 86, 73, 0.22);
  box-shadow: none;
}

.hub-day-card.is-coming-soon::after {
  background: linear-gradient(180deg, rgba(255, 253, 248, 0.08), rgba(255, 253, 248, 0.52));
}

.hub-day-card.is-coming-soon .tag {
  color: #8a6b3d;
}

.hub-day-card.is-coming-soon h3 {
  color: #38342e;
  font-size: clamp(2.05rem, 3.4vw, 4.1rem);
}

.hub-day-card.is-coming-soon p {
  color: rgba(55, 51, 43, 0.74);
}

.hub-day-card.is-coming-soon .hub-card-meta {
  color: #7f6235;
}

.hub-day-card.is-coming-soon .hub-card-meta span:first-child {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 0 9px;
  border: 1px solid rgba(127, 98, 53, 0.28);
  background: rgba(255, 253, 248, 0.68);
}

.lodging-spine {
  padding-top: clamp(54px, 8vw, 100px);
}

.lodging-map-panel {
  margin: clamp(22px, 4vw, 40px) 0 clamp(24px, 5vw, 48px);
}

.lodging-map-canvas,
.lodging-real-map {
  min-height: clamp(430px, 52vw, 620px);
}

.lodging-real-map .route-poi-marker {
  max-width: 210px;
}

.lodging-list {
  display: grid;
  border-top: 1px solid var(--line);
}

.lodging-row {
  display: grid;
  grid-template-columns: minmax(110px, 0.22fr) minmax(220px, 0.44fr) minmax(180px, 0.34fr);
  gap: 18px;
  align-items: center;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
}

.lodging-row span {
  color: #966a35;
  font: 800 0.68rem/1.2 var(--sans);
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.lodging-row strong {
  color: var(--ink);
  font: 500 clamp(1.18rem, 1.9vw, 1.72rem)/1.12 var(--serif);
}

.lodging-row em {
  color: var(--muted);
  font-style: normal;
  line-height: 1.45;
}

.lodging-row.is-coming-soon {
  opacity: 0.72;
}

.hub-poi-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.hub-poi-card {
  display: grid;
  grid-template-rows: auto 1fr;
  min-width: 0;
  overflow: hidden;
  color: inherit;
  background: #fffdf8;
  border: 1px solid var(--line);
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.hub-poi-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 46px rgba(32, 32, 29, 0.12);
}

.hub-poi-media {
  display: block;
  aspect-ratio: 16 / 9;
  min-height: 0;
  overflow: hidden;
}

.hub-poi-card img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  transition: transform 260ms ease;
}

.hub-poi-card:hover img:not(.is-framing-image) {
  transform: scale(1.025);
}

.hub-poi-copy {
  padding: 22px 22px 24px;
}

.hub-poi-copy > span {
  color: #916433;
  font-size: 0.64rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hub-poi-copy h3 {
  margin: 12px 0 10px;
  font: 400 clamp(1.65rem, 2.35vw, 2.45rem)/0.98 var(--serif);
}

.hub-poi-copy p {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

.hub-continuation {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.42fr);
  gap: clamp(30px, 7vw, 100px);
  align-items: end;
  padding: clamp(34px, 6vw, 70px);
  color: #fffdf8;
  background: #173f4c;
}

.hub-continuation h2 {
  max-width: 800px;
  font-size: clamp(2.8rem, 5.5vw, 5.8rem);
}

.hub-continuation > p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.7;
}

@media (max-width: 900px) {
  .trip-hub-hero .hero-inner,
  .hub-continuation {
    grid-template-columns: 1fr;
  }

  .hub-day-grid,
  .hub-poi-grid {
    grid-template-columns: 1fr;
  }

  .lodging-row {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .hub-day-card {
    min-height: 520px;
  }
}

@media (max-width: 620px) {
  .hub-day-card {
    min-height: 460px;
  }

  .hub-card-copy h3 {
    font-size: clamp(2.7rem, 13vw, 4rem);
  }

  .hub-continuation {
    padding: 28px;
  }
}

