﻿:root {
  --bg: #fff6ed;
  --bg-deep: #ffe1d3;
  --paper: #ffffff;
  --paper-strong: #fff7ef;
  --surface: rgba(255, 255, 255, 0.96);
  --surface-strong: #fff1e7;
  --surface-contrast: #fff7ef;
  --ink: #241414;
  --ink-soft: #4d2d2a;
  --muted: #705350;
  --line: #f0c6b9;
  --line-strong: #ff7b65;
  --accent: #e60012;
  --accent-deep: #b4000e;
  --accent-soft: #ffe0d7;
  --forest: #657342;
  --night: #2f1010;
  --night-soft: #7a1718;
  --white-soft: rgba(255, 250, 243, 0.92);
  --shadow-soft: 0 14px 34px rgba(178, 0, 14, 0.08);
  --shadow: 0 22px 54px rgba(178, 0, 14, 0.13);
  --radius-xl: 10px;
  --radius-lg: 8px;
  --radius-md: 8px;
  --radius-sm: 6px;
  --container: min(1180px, calc(100vw - 2rem));
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at top left, rgba(230, 0, 18, 0.1), transparent 28%),
    linear-gradient(180deg, #fff 0%, var(--bg) 48%, var(--bg-deep) 100%);
  font-family: "Manrope", "Segoe UI", sans-serif;
  line-height: 1.7;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
  background-size: 140px 140px;
  opacity: 0.16;
}

img {
  display: block;
  max-width: 100%;
}

svg {
  display: block;
}

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

.lang-zh {
  display: none;
}

html[lang="zh"] .lang-en {
  display: none;
}

html[lang="zh"] .lang-zh {
  display: inline;
}

button {
  font: inherit;
}

.site-shell {
  min-height: 100vh;
  position: relative;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  backdrop-filter: blur(18px);
  background: rgba(230, 0, 18, 0.96);
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
}

.site-header__inner {
  width: var(--container);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.85rem 0;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  color: #f8f3ec;
  min-width: 0;
}

.brand__mark {
  width: 50px;
  height: 50px;
  flex: 0 0 auto;
  transition: transform 360ms ease, filter 360ms ease;
}

.brand:hover .brand__mark {
  transform: rotate(-8deg) scale(1.04);
  filter: drop-shadow(0 8px 14px rgba(84, 0, 8, 0.24));
}

.brand__lockup {
  width: min(320px, 42vw);
  height: auto;
}

.brand--footer .brand__lockup {
  width: min(270px, 70vw);
}

.brand__eyebrow,
.brand__name {
  display: none;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.nav-token {
  position: relative;
  width: 0.58rem;
  height: 0.58rem;
  display: inline-block;
  flex: 0 0 auto;
  border-radius: 50%;
  background: currentColor;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.28);
  transition: transform 220ms ease, border-radius 220ms ease, box-shadow 220ms ease;
}

.nav-token--route {
  border-radius: 2px;
}

.nav-token--practical {
  width: 0.72rem;
  height: 0.42rem;
  border-radius: 999px;
}

.nav-token--language {
  background: transparent;
  border: 2px solid currentColor;
}

.site-nav a:hover .nav-token,
.language-toggle:hover .nav-token,
.site-nav a[aria-current="page"] .nav-token {
  transform: rotate(45deg) scale(1.08);
  border-radius: 3px;
  box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.12);
}

.site-nav a,
.site-nav button,
.language-toggle {
  display: inline-flex;
  align-items: center;
  gap: 0.48rem;
  border: 0;
  background: transparent;
  color: rgba(255, 248, 239, 0.86);
  padding: 0.72rem 0.98rem;
  border-radius: 999px;
  font-weight: 800;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.site-nav a:hover,
.site-nav button:hover,
.language-toggle:hover {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  transform: translateY(-1px);
}

.site-nav a[aria-current="page"] {
  background: #fff;
  color: var(--accent);
  box-shadow: 0 10px 22px rgba(84, 0, 8, 0.16);
}

.language-toggle {
  cursor: pointer;
}

.language-toggle[aria-pressed="true"] {
  background: #fff;
  color: var(--accent);
}

.nav-toggle {
  display: none;
}

.hero {
  position: relative;
  color: #fff;
  overflow: hidden;
  background: var(--night);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(24, 10, 8, 0.52) 0%, rgba(24, 10, 8, 0.2) 42%, rgba(24, 10, 8, 0.02) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.01) 0%, rgba(24, 10, 8, 0.14) 100%);
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 180px;
  background: linear-gradient(180deg, rgba(22, 14, 12, 0), rgba(22, 14, 12, 0.1));
}

.hero__image {
  min-height: 76vh;
  background-position: center;
  background-size: cover;
}

.hero:first-of-type .hero__image {
  background-position: 30% center;
}

.hero--subpage .hero__image {
  min-height: 62vh;
}

.hero__content {
  position: absolute;
  inset: 0;
  width: var(--container);
  margin: 0 auto;
  display: flex;
  align-items: center;
  padding: 5.2rem 0 3.6rem;
}

.hero__panel {
  max-width: 760px;
}

.hero__panel--split {
  width: 100%;
  max-width: none;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.72fr);
  gap: 2rem;
  align-items: end;
}

.hero__aside {
  padding: 1.35rem;
  border-radius: var(--radius-lg);
  background: rgba(230, 0, 18, 0.88);
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 20px 42px rgba(70, 0, 8, 0.22);
}

.hero__aside h3 {
  margin: 0 0 0.75rem;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.58rem;
}

.hero__aside p {
  margin: 0;
  font-size: 0.95rem;
  color: rgba(255, 246, 236, 0.88);
}

.hero__aside-list {
  display: grid;
  gap: 0.62rem;
  margin-top: 0.85rem;
}

.hero__aside-item {
  display: grid;
  gap: 0.18rem;
}

.hero__aside-item span {
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 236, 214, 0.72);
  font-weight: 800;
}

.hero__aside-item strong {
  font-size: 0.94rem;
  font-weight: 700;
  color: #fff;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  margin: 0 0 1.1rem;
  padding: 0.48rem 0.78rem;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  background: rgba(255, 249, 240, 0.12);
  color: rgba(255, 249, 242, 0.96);
}

.eyebrow::before {
  content: "";
  width: 0.52rem;
  height: 0.52rem;
  border-radius: 50%;
  background: #efc58f;
}

.hero h1,
.page-title {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2.75rem, 5.4vw, 4.35rem);
  line-height: 0.98;
  letter-spacing: 0;
  text-wrap: pretty;
}

.hero__lede,
.page-lede {
  max-width: 62ch;
  margin: 1rem 0 0;
  font-size: clamp(1.02rem, 1.6vw, 1.16rem);
  color: rgba(255, 247, 239, 0.92);
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-top: 1.35rem;
}

.button,
.button--ghost,
.button--line {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0.85rem 1.35rem;
  border-radius: 999px;
  font-weight: 800;
  letter-spacing: 0.01em;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease, border-color 180ms ease;
}

.button {
  background: var(--accent);
  color: #fff;
  box-shadow: 0 12px 24px rgba(230, 0, 18, 0.26);
}

.button--ghost {
  border: 1px solid rgba(255, 245, 232, 0.32);
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
}

.button--line {
  border: 1px solid rgba(230, 0, 18, 0.24);
  color: var(--accent-deep);
  background: #fff;
}

.button:hover,
.button--ghost:hover,
.button--line:hover,
.day-card__link:hover,
.pager a:hover {
  transform: translateY(-2px);
}

.section {
  width: var(--container);
  margin: 0 auto;
  padding: 5rem 0;
}

.section--tight {
  padding-top: 3.25rem;
}

.section--portal {
  padding-top: 4rem;
  padding-bottom: 4.5rem;
}

.section--flush-top {
  padding-top: 2rem;
}

.section__head {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1.16fr 0.9fr;
  align-items: end;
  margin-bottom: 2.4rem;
  padding-bottom: 1.35rem;
  border-bottom: 4px solid var(--accent);
}

.section__head h2 {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2.35rem, 5vw, 3.95rem);
  line-height: 0.98;
  letter-spacing: 0;
  text-wrap: pretty;
}

.section__head p,
.section__intro {
  margin: 0;
  color: var(--muted);
  font-size: 1.02rem;
}

.section__head--stacked {
  grid-template-columns: 1fr;
  max-width: 880px;
}

.eyebrow--light {
  background: var(--accent-soft);
  color: var(--accent-deep);
}

.destination-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
}

.destination-card {
  display: grid;
  grid-template-rows: 260px 1fr;
  overflow: hidden;
  border-radius: var(--radius-lg);
  background: #fff;
  border: 1px solid rgba(230, 0, 18, 0.12);
  box-shadow: var(--shadow);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.destination-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 26px 58px rgba(178, 0, 14, 0.18);
}

.destination-card__image {
  background-size: cover;
  background-position: center;
  position: relative;
}

.destination-card__image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0.18));
}

.destination-card__body {
  padding: 1.35rem;
  border-top: 5px solid var(--accent);
}

.destination-card__body span {
  display: block;
  margin-bottom: 0.35rem;
  color: var(--accent-deep);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.destination-card__body h3 {
  margin: 0 0 0.55rem;
  font-size: 1.55rem;
  line-height: 1.1;
}

.destination-card__body p {
  margin: 0;
  color: var(--muted);
}

.hero--exhibit .hero__image {
  min-height: 82vh;
}

.section--exhibit {
  padding-bottom: 3.5rem;
}

.exhibit-grid,
.city-route-grid,
.sensory-grid,
.route-map {
  display: grid;
  gap: 1.25rem;
}

.exhibit-grid {
  grid-template-columns: 1.15fr 0.85fr;
  grid-auto-flow: dense;
}

.exhibit-card {
  min-height: 360px;
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
  background: var(--night);
  color: #fff;
}

.exhibit-card:nth-child(1),
.exhibit-card:nth-child(4) {
  min-height: 460px;
}

.exhibit-card__image {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transition: transform 600ms ease;
}

.exhibit-card:hover .exhibit-card__image {
  transform: scale(1.035);
}

.exhibit-card__image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(26, 10, 8, 0.06), rgba(26, 10, 8, 0.74));
}

.exhibit-card__body {
  position: absolute;
  inset: auto 0 0;
  padding: 1.45rem;
  display: grid;
  gap: 0.5rem;
}

.exhibit-card__body span {
  width: fit-content;
  padding: 0.38rem 0.66rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.15);
  color: rgba(255, 249, 242, 0.9);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.exhibit-card__body p {
  max-width: 44ch;
  margin: 0;
  color: rgba(255, 248, 240, 0.9);
  font-size: 1.02rem;
}

.feature-band {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 2rem;
  align-items: end;
  padding: 2rem 0;
  border-top: 4px solid var(--accent);
  border-bottom: 1px solid rgba(230, 0, 18, 0.18);
}

.feature-band h2 {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2.25rem, 4.8vw, 3.8rem);
  line-height: 1;
}

.feature-band__list p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 1.12rem;
}

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

.sensory-card {
  min-height: 220px;
  padding: 1.55rem;
  border-radius: var(--radius-lg);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.97), rgba(255, 247, 241, 0.94));
  box-shadow: var(--shadow);
  border: 1px solid rgba(230, 0, 18, 0.12);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.sensory-card p {
  margin: 1.1rem 0 0;
  color: var(--muted);
}

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

.city-route-card {
  overflow: hidden;
  border-radius: var(--radius-lg);
  background: #fff;
  border: 1px solid rgba(230, 0, 18, 0.12);
  box-shadow: var(--shadow);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.city-route-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 26px 58px rgba(178, 0, 14, 0.18);
}

.city-route-card__image {
  min-height: 260px;
  background-size: cover;
  background-position: center;
}

.city-route-card__body {
  padding: 1.4rem;
  border-top: 5px solid var(--accent);
}

.city-route-card__body span {
  color: var(--accent-deep);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.city-route-card__body p {
  margin: 0.65rem 0 0;
  color: var(--muted);
}

.route-map {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  position: relative;
}

.route-map::before {
  content: "";
  position: absolute;
  top: 2.15rem;
  left: 12%;
  right: 12%;
  height: 3px;
  background: linear-gradient(90deg, var(--accent), var(--forest));
  opacity: 0.28;
}

.route-stop-card {
  position: relative;
  padding: 1.45rem;
  border-radius: var(--radius-lg);
  background: var(--surface);
  border: 1px solid rgba(230, 0, 18, 0.12);
  box-shadow: var(--shadow-soft);
}

.route-stop-card span {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--accent);
  color: #fff;
  font-weight: 800;
  position: relative;
  z-index: 1;
}

.route-stop-card h3 {
  margin: 1rem 0 0.55rem;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.55rem;
}

.route-stop-card p {
  margin: 0;
  color: var(--muted);
}

.stat-strip {
  margin-top: 0;
  position: relative;
  z-index: 2;
  background: #fff;
  border-bottom: 1px solid rgba(230, 0, 18, 0.12);
  box-shadow: 0 10px 28px rgba(178, 0, 14, 0.08);
}

.stat-grid,
.page-summary {
  display: grid;
  gap: 1rem;
}

.stat-grid {
  width: var(--container);
  margin: 0 auto;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  padding: 1.1rem 0;
}

.stat-card,
.route-card,
.city-card,
.feature-card,
.day-card,
.timeline-card,
.info-card,
.cta-card,
.story-card,
.practical-card,
.highlight-card,
.quote-panel {
  border-radius: var(--radius-xl);
  background: var(--surface);
  box-shadow: var(--shadow);
  border: 1px solid rgba(230, 0, 18, 0.12);
}

.stat-card {
  padding: 1.1rem 1.2rem;
  background: #fff;
  box-shadow: none;
  border: 0;
  border-left: 4px solid var(--accent);
}

.stat-card__label {
  margin: 0;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--muted);
  font-weight: 800;
}

.stat-card__value {
  margin: 0.38rem 0 0;
  font-size: 1.16rem;
  font-weight: 800;
  color: var(--ink);
}

.route-band,
.story-grid,
.city-grid,
.feature-grid,
.content-grid,
.timeline-grid,
.practical-grid,
.day-grid,
.route-preview-grid,
.pager,
.footer-grid,
.curation-grid,
.info-columns,
.dual-panel {
  display: grid;
  gap: 1.25rem;
}

.route-band {
  grid-template-columns: 1.12fr 0.88fr;
}

.route-card,
.city-card,
.feature-card,
.timeline-card,
.info-card,
.cta-card,
.story-card,
.practical-card,
.highlight-card,
.quote-panel {
  padding: 1.7rem;
}

.route-list,
.hero-facts,
.info-stack,
.timeline,
.practical-list,
.curated-list,
.quote-stack {
  display: grid;
  gap: 1rem;
}

.route-list {
  margin-top: 1.6rem;
}

.route-stop {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 1rem;
  align-items: center;
  padding: 1rem 1.05rem;
  border-radius: var(--radius-md);
  background: var(--surface-strong);
  border-left: 5px solid var(--accent);
}

.route-stop__index {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--accent);
  color: #fff;
  font-weight: 800;
}

.route-stop strong {
  display: block;
  font-size: 1.05rem;
}

.route-stop span {
  color: var(--muted);
  font-size: 0.95rem;
}

.route-preview-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.route-preview-card {
  position: relative;
  min-height: 184px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.25rem;
  border-radius: var(--radius-lg);
  overflow: hidden;
  background:
    linear-gradient(155deg, rgba(230, 0, 18, 0.95), rgba(92, 19, 15, 0.95)),
    var(--accent);
  color: #fff;
  box-shadow: var(--shadow);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.route-preview-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.12) 1px, transparent 1px),
    linear-gradient(rgba(255, 255, 255, 0.1) 1px, transparent 1px);
  background-size: 34px 34px;
  opacity: 0.2;
}

.route-preview-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 26px 58px rgba(178, 0, 14, 0.2);
}

.route-preview-card span,
.route-preview-card strong,
.route-preview-card small {
  position: relative;
}

.route-preview-card span {
  width: fit-content;
  padding: 0.38rem 0.64rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
  color: rgba(255, 249, 242, 0.92);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.route-preview-card strong {
  display: block;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.34rem;
  line-height: 1.08;
}

.route-preview-card small {
  color: rgba(255, 244, 234, 0.78);
  font-size: 0.86rem;
  font-weight: 800;
}

.pill {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  width: fit-content;
  padding: 0.48rem 0.78rem;
  border-radius: 999px;
  background: var(--accent-soft);
  color: var(--accent-deep);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.hero-facts {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 1.35rem;
}

.hero-fact {
  padding: 1rem 1.1rem;
  border-top: 1px solid rgba(255, 245, 232, 0.18);
  background: rgba(255, 255, 255, 0.08);
}

.hero-fact span {
  display: block;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 236, 214, 0.72);
}

.hero-fact strong {
  display: block;
  margin-top: 0.35rem;
  color: #fff;
  font-size: 0.98rem;
}

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

.story-card--dark,
.quote-panel,
.pager a,
.site-footer {
  background: linear-gradient(180deg, #6f241d 0%, #35120f 100%);
  color: #fff;
}

.story-card--dark p,
.quote-panel p,
.quote-panel small,
.pager span,
.site-footer {
  color: rgba(255, 247, 240, 0.82);
}

.story-card h3,
.city-card h3,
.feature-card h3,
.timeline-card h3,
.info-card h3,
.cta-card h3,
.practical-card h3,
.highlight-card h3 {
  margin: 0 0 0.8rem;
  font-size: 1.36rem;
  line-height: 1.18;
}

.story-card h3,
.city-card h3,
.feature-card h3,
.timeline-card h3,
.info-card h3,
.cta-card h3,
.practical-card h3,
.highlight-card h3,
.pull-quote p,
.quote-panel p {
  font-family: "Cormorant Garamond", serif;
}

.story-card p,
.city-card p,
.feature-card p,
.timeline-card p,
.info-card p,
.cta-card p,
.practical-card p,
.highlight-card p,
.day-card p {
  margin: 0;
  color: var(--muted);
}

.story-card--dark p {
  color: rgba(255, 244, 234, 0.82);
}

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

#days .day-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

#days .day-card {
  min-height: 100%;
}

#days .day-card__image {
  min-height: 210px;
}

.day-card {
  overflow: hidden;
  background: rgba(255, 250, 243, 0.96);
}

.day-card--text {
  background:
    linear-gradient(180deg, #fff, #fff7f1);
  border: 1px solid rgba(230, 0, 18, 0.14);
}

.day-card--text .day-card__body {
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

.day-card__image {
  min-height: 290px;
  background-size: cover;
  background-position: center;
  position: relative;
}

.day-card__image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(27, 14, 8, 0.02), rgba(27, 14, 8, 0.24));
}

.day-card__body {
  padding: 1.55rem;
}

.day-card__meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-bottom: 0.85rem;
}

.day-card__meta .pill {
  background: rgba(239, 87, 72, 0.14);
}

.tag-row,
.route-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.tag-row {
  margin-top: 1.15rem;
}

.tag {
  padding: 0.38rem 0.68rem;
  border-radius: 999px;
  background: #f3d0bf;
  color: #a8322b;
  font-size: 0.8rem;
  font-weight: 700;
}

.day-card__link {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  margin-top: 1.35rem;
  color: var(--accent-deep);
  font-weight: 800;
}

.day-card__link::after,
.button--line::after {
  content: "->";
}

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

.content-grid {
  grid-template-columns: 1.12fr 0.88fr;
}

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

.practical-grid,
.curation-grid,
.info-columns,
.dual-panel {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.city-card ul,
.timeline-card ul,
.info-card ul,
.practical-card ul,
.story-card ul {
  margin: 1rem 0 0;
  padding-left: 1.05rem;
  color: var(--muted);
}

.city-card li,
.timeline-card li,
.info-card li,
.practical-card li,
.story-card li {
  margin-bottom: 0.45rem;
}

.timeline-item {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 1rem;
  padding: 1rem 0;
  border-bottom: 1px solid var(--line);
}

.timeline-item:last-child {
  border-bottom: 0;
}

.timeline-item__time {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 42px;
  border-radius: 999px;
  background: var(--night);
  color: #fff;
  font-size: 0.8rem;
  font-weight: 800;
}

.timeline-item h4 {
  margin: 0 0 0.35rem;
  font-size: 1.02rem;
}

.pull-quote,
.quote-panel {
  padding: 1.8rem;
}

.pull-quote {
  border-radius: var(--radius-xl);
  background: linear-gradient(165deg, #3a1512, #d84d3f);
  color: #fff;
  box-shadow: var(--shadow);
}

.pull-quote p,
.quote-panel p {
  margin: 0;
  font-size: 1.75rem;
  line-height: 1.16;
}

.pull-quote small,
.quote-panel small {
  display: block;
  margin-top: 0.85rem;
  color: rgba(255, 255, 255, 0.74);
}

.page-topbar {
  position: absolute;
  top: 74px;
  left: 0;
  right: 0;
  z-index: 2;
  width: var(--container);
  margin: 0 auto;
  padding-top: 1.15rem;
  color: #fff;
}

.page-topbar a {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.72rem 1rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  font-weight: 700;
}

.page-summary {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: -2.6rem;
  position: relative;
  z-index: 4;
}

.site-shell > .page-summary {
  margin-top: 0;
  align-content: center;
}

.page-summary .stat-card {
  background: rgba(255, 249, 241, 0.98);
}

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

.pager a {
  padding: 1.35rem 1.45rem;
  border-radius: var(--radius-lg);
  display: grid;
  gap: 0.25rem;
}

.pager span {
  font-size: 0.8rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 800;
}

.pager strong {
  font-size: 1.08rem;
  color: #fff;
}

.subnav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 1.1rem;
}

.subnav a {
  padding: 0.56rem 0.88rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.94);
  font-weight: 700;
  font-size: 0.9rem;
}

.site-footer {
  margin-top: 4rem;
}

.site-footer__inner {
  width: var(--container);
  margin: 0 auto;
  padding: 2.2rem 0;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  align-items: flex-end;
}

.site-footer p {
  margin: 0;
}

.site-footer a {
  color: #fff;
}

.footer-meta {
  display: grid;
  gap: 0.35rem;
  justify-items: end;
}

.footer-meta span {
  font-size: 0.8rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 240, 230, 0.56);
  font-weight: 800;
}

.footer-social {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 0.55rem;
}

.footer-social__icon {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff7ee;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 240, 224, 0.2);
}

.footer-social__icon svg {
  width: 18px;
  height: 18px;
}

@media (max-width: 1100px) {
  .hero__panel--split,
  .route-band,
  .content-grid,
  .story-grid,
  .practical-grid,
  .curation-grid,
  .info-columns,
  .dual-panel,
  .exhibit-grid,
  .feature-band {
    grid-template-columns: 1fr;
  }

  #days .day-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .city-route-grid,
  .sensory-grid,
  .route-map {
    grid-template-columns: 1fr;
  }

  .route-map::before {
    display: none;
  }

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

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

@media (max-width: 980px) {
  .section__head,
  .destination-grid,
  .city-grid,
  .feature-grid,
  .timeline-grid,
  .stat-grid,
  .day-grid,
  .pager,
  .hero-facts,
  .city-route-grid,
  .sensory-grid {
    grid-template-columns: 1fr;
  }

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

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

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

@media (max-width: 760px) {
  .site-header__inner {
    align-items: flex-start;
    padding: 0.62rem 0;
  }

  .brand__mark {
    width: 42px;
    height: 42px;
  }

  .brand__lockup {
    width: min(230px, 56vw);
  }

  .nav-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 44px;
    min-height: 44px;
    color: #fff;
  }

  .site-nav {
    position: absolute;
    top: calc(100% + 0.55rem);
    right: 1rem;
    left: 1rem;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 0.8rem;
    background: rgba(230, 0, 18, 0.98);
    border: 1px solid rgba(255, 236, 210, 0.22);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow);
  }

  .site-nav.is-open {
    display: flex;
  }

  .site-nav a,
  .site-nav button,
  .language-toggle {
    width: 100%;
    text-align: left;
  }

  .hero__content {
    padding: 5.2rem 0 2.8rem;
    align-items: center;
  }

  .hero__image {
    min-height: 74vh;
  }

  .hero--exhibit .hero__image {
    min-height: 78vh;
  }

  .hero:first-of-type .hero__image {
    background-position: 22% center;
  }

  .hero--subpage .hero__image {
    min-height: 58vh;
  }

  .hero h1,
  .page-title {
    font-size: clamp(2.55rem, 13vw, 4rem);
    line-height: 0.98;
  }

  .hero__panel--split {
    gap: 1rem;
  }

  .hero__aside {
    display: none;
  }

  .hero__lede,
  .page-lede {
    font-size: 1rem;
  }

  .hero__actions {
    gap: 0.65rem;
    margin-top: 1.35rem;
  }

  .button,
  .button--ghost,
  .button--line {
    width: 100%;
    min-height: 46px;
  }

  .subnav {
    display: none;
  }

  .site-shell > .section {
    padding: 3.5rem 1rem;
  }

  .site-shell > .stat-strip {
    padding: 0 1rem;
  }

  .section__head {
    margin-bottom: 1.35rem;
  }

  .section__head h2 {
    font-size: clamp(2rem, 11vw, 2.8rem);
    line-height: 1.02;
  }

  .page-topbar {
    top: 58px;
    width: calc(100vw - 2rem);
    padding-top: 0.8rem;
  }

  .page-summary {
    grid-template-columns: 1fr;
  }

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

  .route-preview-grid {
    grid-template-columns: 1fr;
  }

  .timeline-item {
    grid-template-columns: 1fr;
  }

  .timeline-item__time {
    width: fit-content;
  }

  .pull-quote p,
  .quote-panel p {
    font-size: 1.45rem;
  }

  .exhibit-card,
  .exhibit-card:nth-child(1),
  .exhibit-card:nth-child(4) {
    min-height: 330px;
  }

  .feature-band {
    gap: 1.15rem;
  }

  .city-route-card__image {
    min-height: 220px;
  }

  .site-footer__inner,
  .footer-meta {
    justify-items: start;
  }

  .footer-social {
    justify-content: flex-start;
  }

  #days .day-grid {
    grid-auto-columns: minmax(260px, 86vw);
  }
}
