:root {
  --topic-asphalt: #17231f;
  --topic-road-red: #b43a2d;
  --topic-road-red-light: #ef624d;
  --topic-amber: #d2942d;
  --topic-survey: #f1eee5;
  --topic-paper: #fbfaf5;
  --topic-archive: #71878b;
  --topic-rule: rgba(23, 35, 31, .2);
  --topic-shadow: 0 24px 70px rgba(23, 35, 31, .13);
  --topic-display: "Songti SC", "STSong", "Noto Serif SC", serif;
  --topic-body: "PingFang SC", "Microsoft YaHei", sans-serif;
  --topic-data: ui-monospace, "SFMono-Regular", Menlo, monospace;
}

.topic-catalog-page,
.topic-publication-page {
  color: var(--topic-asphalt);
  background: var(--topic-survey);
  font-family: var(--topic-body);
}

.topic-catalog-page::before,
.topic-publication-page::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background-image: linear-gradient(rgba(23, 35, 31, .026) 1px, transparent 1px);
  background-size: 100% 28px;
}

.topic-kicker,
.topic-card-index,
.topic-place-meta,
.topic-map-state,
.topic-source-type {
  margin: 0;
  font: 700 11px/1.4 var(--topic-data);
  letter-spacing: .09em;
  text-transform: uppercase;
}

.topic-catalog-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  width: min(1280px, calc(100vw - 48px));
  min-height: 520px;
  margin: 0 auto;
  padding: 120px 0 70px;
  align-items: end;
  border-bottom: 1px solid var(--topic-rule);
}

.topic-catalog-hero h1 {
  max-width: 760px;
  margin: 15px 0 20px;
  font: 500 clamp(68px, 10vw, 148px)/.86 var(--topic-display);
  letter-spacing: -.07em;
}

.topic-catalog-hero > div > p:last-child {
  max-width: 580px;
  margin: 0;
  font: 500 clamp(18px, 2.2vw, 28px)/1.48 var(--topic-display);
}

.topic-catalog {
  width: min(1280px, calc(100vw - 48px));
  margin: 0 auto;
  padding: 70px 0 120px;
}

.topic-section-heading { margin-bottom: 30px; }
.topic-section-heading h2 { margin: 8px 0 0; font: 500 clamp(36px, 5vw, 68px)/1 var(--topic-display); }
.topic-publication-grid { display: grid; width: min(1040px, 100%); gap: 20px; margin-inline: auto; }
.topic-publication-card {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, .92fr);
  min-height: 0;
  background: var(--topic-paper);
  border: 1px solid var(--topic-rule);
  box-shadow: var(--topic-shadow);
}

.topic-card-image { position: relative; min-height: 0; aspect-ratio: 4 / 3; overflow: hidden; background: #dfe9e4; }
.topic-card-image.has-route-shield { display: grid; place-items: center; background: #e4ede8; }
.topic-card-route-shield { position: relative; z-index: 1; }
.topic-card-image img { width: 100%; height: 100%; object-fit: contain; filter: saturate(.82) contrast(1.02); transition: transform .55s ease; }
.topic-card-image:hover img { transform: scale(1.025); }
.topic-card-image i {
  position: absolute;
  top: 0;
  left: 0;
  padding: 9px 11px;
  color: white;
  background: var(--topic-road-red);
  font: 800 11px/1 var(--topic-data);
  font-style: normal;
  letter-spacing: .04em;
}

.topic-card-copy { display: flex; flex-direction: column; padding: clamp(26px, 3.4vw, 42px); }
.topic-card-index { color: var(--topic-road-red); }
.topic-card-copy h3 { margin: 18px 0 14px; font: 500 30px/1.08 var(--topic-display); letter-spacing: -.025em; }
.topic-card-copy > p:not(.topic-card-index) { display: -webkit-box; margin: 0; overflow: hidden; color: #495952; font-size: 15px; line-height: 1.7; -webkit-box-orient: vertical; -webkit-line-clamp: 5; }
.topic-card-copy dl { display: grid; gap: 9px; margin: auto 0 20px; padding-top: 24px; }
.topic-card-copy dl div { display: grid; grid-template-columns: 88px 1fr; gap: 14px; padding-top: 12px; border-top: 1px solid var(--topic-rule); }
.topic-card-copy dt { color: #68766f; font-size: 12px; }
.topic-card-copy dd { margin: 0; font-size: 13px; font-weight: 700; }
.topic-enter-link,
.topic-action {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-height: 46px;
  padding: 0 18px;
  color: white;
  background: var(--topic-asphalt);
  text-decoration: none;
  font-weight: 800;
}
.topic-enter-link:hover,
.topic-action:hover { color: white; background: var(--topic-road-red); }

.topic-loading,
.topic-error,
.topic-empty { padding: 30px; background: var(--topic-paper); border: 1px solid var(--topic-rule); }
.topic-error { color: var(--topic-road-red); }
.topic-page-loading { width: min(1180px, calc(100vw - 36px)); margin: 80px auto; }

/* Publication: a field survey sheet anchored by a fixed-width highway spine. */
.topic-hero {
  position: relative;
  display: grid;
  min-height: 520px;
  place-items: center;
  overflow: hidden;
  color: var(--topic-asphalt);
  background: #e4ede8;
}

.topic-hero-inner { position: relative; z-index: 1; width: min(920px, calc(100vw - 48px)); margin: 0 auto; padding: 42px 0 56px; text-align: center; }
.topic-breadcrumb { display: flex; gap: 8px; margin-bottom: 28px; align-items: center; color: #66766f; font: 700 12px/1.4 var(--topic-data); text-align: left; }
.topic-breadcrumb a { color: var(--topic-road-red); text-decoration: none; }
.topic-route-shield {
  display: inline-grid;
  min-width: 210px;
  min-height: 112px;
  padding: 12px 24px;
  place-items: center;
  color: white;
  background: var(--topic-road-red);
  border: 4px solid white;
  border-radius: 12px;
  box-shadow: 0 0 0 3px var(--topic-road-red);
  font: 900 48px/1 var(--topic-data);
}
.topic-route-shield + .topic-kicker { margin-top: 14px; }
.topic-hero h1 { max-width: none; margin: 30px 0 18px; font: 800 32px/1.12 ui-monospace, "SFMono-Regular", "SF Mono", Menlo, Consolas, monospace; letter-spacing: -.035em; }
.topic-hero-subtitle { max-width: 720px; margin: 0 auto; color: #43534d; font: 500 16px/1.75 var(--topic-body); text-align: left; }
.topic-hero-meta { display: flex; flex-wrap: wrap; justify-content: center; gap: 26px; margin-top: 30px; }
.topic-hero-meta span { display: grid; gap: 5px; min-width: 130px; padding-top: 10px; border-top: 1px solid var(--topic-rule); }
.topic-hero-meta small { color: #66766f; font: 700 10px/1.2 var(--topic-data); letter-spacing: .08em; text-transform: uppercase; }
.topic-hero-meta b { font-size: 14px; }

.topic-notice { background: var(--topic-amber); }
.topic-notice p { width: min(1280px, calc(100vw - 48px)); margin: 0 auto; padding: 18px 0; color: #261f14; font-size: 14px; font-weight: 700; line-height: 1.7; }

.topic-opening,
.topic-chapters,
.topic-map-reading,
.topic-places-section,
.topic-stories,
.topic-research,
.topic-sources,
.topic-credits,
.topic-publication-info { width: min(1280px, calc(100vw - 48px)); margin: 0 auto; }
.topic-opening { padding: 42px 0; }
.topic-opening h2,
.topic-stories h2,
.topic-places-section h2,
.topic-research h2,
.topic-sources h2,
.topic-credits h2 { margin: 10px 0 24px; font: 500 clamp(42px, 6vw, 78px)/1 var(--topic-display); letter-spacing: -.045em; }
.topic-opening-lead { margin: 0; font: 500 clamp(20px, 2.2vw, 29px)/1.6 var(--topic-display); }
.topic-opening dl { display: grid; grid-template-columns: 1fr; margin: 0; background: var(--topic-paper); border: 1px solid var(--topic-rule); }
.topic-opening dl div { display: grid; grid-template-columns: 92px 1fr; gap: 16px; padding: 16px 18px; border-right: 1px solid var(--topic-rule); }
.topic-opening dl div { border-right: 0; border-bottom: 1px solid var(--topic-rule); }
.topic-opening dl div:last-child { border-bottom: 0; }
.topic-opening dt { color: #64736c; font-size: 12px; }
.topic-opening dd { margin: 0; font-size: 13px; line-height: 1.65; }
.topic-chapters { padding: 14px 0 64px; }
.topic-chapters-head { margin-bottom: 18px; }
.topic-chapters-head h2 { margin: 8px 0 0; font: 500 32px/1 var(--topic-display); letter-spacing: -.035em; }
.topic-section-heading-row { display: flex; gap: 18px; align-items: flex-end; justify-content: space-between; }
.topic-section-heading-row h2 { margin-bottom: 0; }
.topic-view-switch { display: inline-flex; flex: 0 0 auto; gap: 3px; padding-bottom: 3px; }
.topic-view-switch button { display: grid; width: 34px; height: 34px; padding: 0; place-items: center; color: #98a19c; background: transparent; border: 1px solid transparent; cursor: pointer; }
.topic-view-switch button:hover { color: var(--topic-asphalt); }
.topic-view-switch button:focus-visible { outline: 2px solid var(--topic-road-red); outline-offset: 2px; }
.topic-view-switch button[aria-pressed="true"] { color: var(--topic-asphalt); background: var(--topic-paper); border-color: var(--topic-rule); }
.topic-view-switch svg { width: 18px; height: 18px; fill: currentColor; }
.topic-chapter-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.topic-chapter-card { position: relative; display: flex; min-height: 0; flex-direction: column; color: var(--topic-asphalt); background: var(--topic-paper); border: 1px solid var(--topic-rule); text-decoration: none; overflow: hidden; }
.topic-chapter-card::before { content: ""; position: absolute; inset: 0 auto 0 0; width: 5px; background: var(--topic-road-red); transform: scaleY(0); transform-origin: bottom; transition: transform .2s ease; }
.topic-chapter-card:nth-child(2)::before { background: var(--topic-amber); }
.topic-chapter-card:nth-child(3)::before { background: var(--topic-archive); }
.topic-chapter-card:hover::before, .topic-chapter-card:focus-visible::before { transform: scaleY(1); }
.topic-chapter-image { overflow: hidden; aspect-ratio: 3 / 2; background: #dfe3dc; border-bottom: 1px solid var(--topic-rule); }
.topic-chapter-image img { display: block; width: 100%; height: 100%; object-fit: cover; }
.topic-chapter-copy { display: flex; flex: 1; flex-direction: column; padding: 28px 22px 22px; }
.topic-chapter-meta { display: flex; gap: 10px; align-items: baseline; }
.topic-chapter-number { color: #a6aea9; font: 800 12px/1 var(--topic-data); }
.topic-chapter-card .topic-chapter-role { margin: 0; color: var(--topic-road-red); font: 800 11px/1.4 var(--topic-data); letter-spacing: .08em; }
.topic-chapter-card h3 { margin: 0; font: 500 24px/1.18 var(--topic-display); letter-spacing: -.025em; }
.topic-chapter-card .topic-chapter-meta + h3 { margin-top: 22px; }
.topic-chapter-card .topic-chapter-excerpt { display: -webkit-box; margin: 14px 0 26px; overflow: hidden; color: #59675f; font: 13px/1.65 var(--topic-body); -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.topic-chapters:not(.is-list-view) .topic-chapter-excerpt { display: none; }
.topic-chapters.is-list-view .topic-chapter-grid { grid-template-columns: 1fr; gap: 8px; background: transparent; border: 0; }
.topic-chapters.is-list-view .topic-chapter-card { display: grid; grid-template-columns: minmax(0, 1fr); min-height: 150px; border: 1px solid var(--topic-rule); }
.topic-chapters.is-list-view .topic-chapter-card.has-image { grid-template-columns: minmax(0, 1fr) 150px; }
.topic-chapters.is-list-view .topic-chapter-card::before { inset: 0 auto 0 0; }
.topic-chapters.is-list-view .topic-chapter-image { grid-row: 1; grid-column: 2; height: 100%; aspect-ratio: auto; border: 0; border-left: 1px solid var(--topic-rule); }
.topic-chapters.is-list-view .topic-chapter-copy { grid-row: 1; grid-column: 1; padding: 22px 24px; }
.topic-chapters.is-list-view .topic-chapter-card .topic-chapter-meta + h3 { margin-top: 14px; }
.topic-chapters.is-list-view .topic-chapter-card .topic-chapter-excerpt { margin: 10px 0 0; -webkit-line-clamp: 2; }

.topic-map-band { padding: 0 0 28px; }
.topic-map-reading { min-height: 0; background: var(--topic-paper); border: 1px solid var(--topic-rule); box-shadow: var(--topic-shadow); }
.topic-map-shell { position: relative; min-height: 680px; background: #dce2dc; }
.topic-map-canvas { position: absolute; inset: 0; }
.topic-map-fallback { position: absolute; inset: 0; display: grid; padding: 30px; place-content: center; text-align: center; background: #e5e8df; }
.topic-map-fallback[hidden] { display: none; }
.topic-map-fallback b { font: 500 28px/1.2 var(--topic-display); }
.topic-map-fallback span { max-width: 420px; margin-top: 8px; color: #5e6d66; font-size: 13px; line-height: 1.6; }
.topic-map-tools { position: absolute; z-index: 4; top: 16px; right: 16px; display: flex; gap: 7px; }
.topic-map-tools button { min-height: 38px; padding: 0 12px; color: var(--topic-asphalt); background: rgba(251,250,245,.95); border: 1px solid var(--topic-rule); font-weight: 800; cursor: pointer; }
.topic-map-tools .topic-map-zoom { width: 38px; padding: 0; font: 800 21px/1 var(--topic-data); }
.topic-map-layer-control { position: relative; }
.topic-map-layer-toggle { display: grid; width: 40px; padding: 0 !important; place-items: center; }
.topic-map-layer-toggle svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.topic-map-layer-menu { position: absolute; top: calc(100% + 7px); right: 0; display: grid; width: 138px; padding: 9px; gap: 5px; background: rgba(251,250,245,.98); border: 1px solid var(--topic-rule); box-shadow: 0 10px 28px rgba(23,35,31,.15); }
.topic-map-layer-menu[hidden] { display: none; }
.topic-map-layer-menu strong { padding: 5px 7px; font: 800 11px/1.3 var(--topic-data); }
.topic-map-layer-menu button { width: 100%; min-height: 34px; text-align: left; }
.topic-map-layer-menu button[aria-pressed="true"] { color: white; background: var(--topic-asphalt); }
.topic-panel-toggle { display: none; }
.topic-map-info { position: absolute; z-index: 5; right: 18px; bottom: 18px; width: min(230px, calc(100% - 36px)); overflow: hidden; background: #dfe3dc; border: 1px solid var(--topic-rule); border-radius: 3px; box-shadow: 0 12px 34px rgba(23,35,31,.18); }
.topic-map-info[hidden] { display: none; }
.topic-map-info-media { position: relative; display: block; aspect-ratio: 4 / 3; color: var(--topic-asphalt); text-decoration: none; }
.topic-map-info-media img { display: block; width: 100%; height: 100%; object-fit: cover; }
.topic-map-info-no-image { display: grid; width: 100%; height: 100%; place-items: center; color: #7b8882; font: 800 12px/1 var(--topic-data); }
.topic-map-info-title { position: absolute; right: auto; bottom: 0; left: 0; max-width: calc(100% - 12px); padding: 8px 12px; overflow-wrap: anywhere; color: #0d6862; background: rgba(202,246,235,.95); font: 800 16px/1.15 var(--topic-body); }
.topic-map-info-media:hover .topic-map-info-title,
.topic-map-info-media:focus-visible .topic-map-info-title { background: #b8efe2; }
.topic-map-info-close { position: absolute; z-index: 2; top: 8px; right: 8px; display: grid; width: 28px; height: 28px; place-items: center; color: white; background: rgba(23,35,31,.85); border: 0; cursor: pointer; }
.topic-number-marker { display: grid; width: 31px; height: 31px; place-items: center; color: white; background: var(--topic-asphalt); border: 2px solid white; border-radius: 50%; box-shadow: 0 4px 12px rgba(23,35,31,.25); font: 800 11px/1 var(--topic-data); cursor: pointer; }
.topic-number-marker.is-featured { width: 35px; height: 35px; background: var(--topic-road-red); box-shadow: 0 0 0 3px rgba(180,58,45,.25), 0 5px 14px rgba(23,35,31,.25); }
.topic-number-marker.is-active { background: var(--topic-amber); color: #1f271f; }

.topic-stories,
.topic-places-section,
.topic-research,
.topic-sources,
.topic-credits { padding: 85px 0; border-top: 1px solid var(--topic-rule); }
.topic-places-section h2,
.topic-credits h2 { font-size: 32px; letter-spacing: -.035em; }
.topic-places-section .topic-section-heading-row { margin-bottom: 18px; }
.topic-story-grid { display: grid; gap: 40px; }
.topic-story { display: grid; grid-template-columns: minmax(300px, .85fr) minmax(0, 1.15fr); min-height: 480px; background: var(--topic-paper); border: 1px solid var(--topic-rule); }
.topic-story:nth-child(even) { grid-template-columns: minmax(0, 1.15fr) minmax(300px, .85fr); }
.topic-story:nth-child(even) .topic-story-media { order: 2; }
.topic-story-media { position: relative; min-height: 450px; overflow: hidden; background: #d7ddd6; }
.topic-story-media img { width: 100%; height: 100%; object-fit: contain; }
.topic-story-media span { position: absolute; left: 16px; bottom: 16px; padding: 10px 12px; color: white; background: var(--topic-road-red); font: 800 12px/1 var(--topic-data); }
.topic-story-copy { padding: clamp(28px, 5vw, 62px); }
.topic-story-copy h3 { margin: 13px 0 18px; font: 500 clamp(34px, 4vw, 56px)/1.05 var(--topic-display); letter-spacing: -.035em; }
.topic-story-summary { color: #4f5f57; font-size: 16px; line-height: 1.75; }
.topic-body-block { margin: 17px 0 0; font-size: 15px; line-height: 1.9; }
.topic-body-block.is-quote { padding-left: 18px; border-left: 3px solid var(--topic-amber); font-family: var(--topic-display); font-size: 18px; }
.topic-body-block.is-source-note { color: #69776f; font-size: 12px; }

.topic-place-archive { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.topic-place-card { position: relative; display: flex; min-width: 0; flex-direction: column; background: transparent; scroll-margin-top: 90px; }
.topic-place-card-media { position: relative; display: block; overflow: hidden; aspect-ratio: 4 / 3; color: var(--topic-asphalt); background: #dfe3dc; border: 1px solid var(--topic-rule); border-radius: 3px; }
.topic-place-card img { display: block; width: 100%; height: 100%; object-fit: cover; }
.topic-place-card-no-image { display: grid; min-height: 260px; place-items: center; color: #7b8882; background: #e4e7df; font: 800 12px/1 var(--topic-data); }
.topic-place-card-copy { display: contents; }
.topic-place-card-number { position: absolute; top: 0; left: 0; display: grid; min-width: 30px; height: 27px; padding: 0 8px; place-items: center; color: #68716d; background: rgba(251,250,245,.96); border-radius: 0; box-shadow: none; font: 800 9px/1 var(--topic-data); letter-spacing: .02em; }
.topic-place-card-title { position: absolute; right: auto; bottom: 0; left: 0; max-width: 100%; color: #0d6862; }
.topic-place-card-title h3 { width: fit-content; max-width: 100%; margin: 0; padding: 8px 12px; overflow-wrap: anywhere; color: #0d6862; background: rgba(202,246,235,.95); border-radius: 0; font: 800 16px/1.15 var(--topic-body); letter-spacing: 0; }
.topic-place-card-summary { display: none; }
.topic-place-card-media:hover .topic-place-card-title h3,
.topic-place-card-media:focus-visible .topic-place-card-title h3 { background: #b8efe2; }
.topic-places-section.is-list-view .topic-place-archive { grid-template-columns: 1fr; gap: 8px; }
.topic-places-section.is-list-view .topic-place-card-media { display: grid; min-height: 116px; aspect-ratio: auto; grid-template-columns: minmax(0, 1fr) 132px; background: var(--topic-paper); }
.topic-places-section.is-list-view .topic-place-card img { grid-row: 1; grid-column: 2; border-left: 1px solid var(--topic-rule); }
.topic-places-section.is-list-view .topic-place-card-no-image { grid-row: 1; grid-column: 2; min-height: 116px; border-left: 1px solid var(--topic-rule); }
.topic-places-section.is-list-view .topic-place-card-copy { display: grid; grid-row: 1; grid-column: 1; grid-template-columns: auto minmax(0, 1fr); gap: 10px; padding: 18px; align-content: center; align-items: baseline; }
.topic-places-section.is-list-view .topic-place-card-number { position: static; min-width: auto; height: auto; padding: 0; color: #68716d; background: transparent; font-size: 18px; }
.topic-places-section.is-list-view .topic-place-card-title { position: static; min-width: 0; max-width: none; padding: 0; }
.topic-places-section.is-list-view .topic-place-card-title h3 { padding: 0; color: var(--topic-asphalt); background: transparent; font-size: 18px; }
.topic-places-section.is-list-view .topic-place-card-summary { display: -webkit-box; margin: 8px 0 0; overflow: hidden; color: #59675f; font: 12px/1.55 var(--topic-body); -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.topic-places-section.is-list-view .topic-place-card-media:hover .topic-place-card-title h3,
.topic-places-section.is-list-view .topic-place-card-media:focus-visible .topic-place-card-title h3 { color: var(--topic-road-red); background: transparent; }
.topic-archive-controls { display: flex; justify-content: center; padding-top: 28px; }
.topic-archive-controls button { min-height: 48px; padding: 0 22px; color: var(--topic-asphalt); background: var(--topic-amber); border: 1px solid var(--topic-asphalt); font-weight: 800; cursor: pointer; }
.topic-archive-controls button[hidden] { display: none; }

.topic-research-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.topic-research-card { padding: 34px; background: var(--topic-paper); border: 1px solid var(--topic-rule); }
.topic-research-card h3 { margin: 10px 0 14px; font: 500 34px/1.1 var(--topic-display); }
.topic-research-card p { color: #54635c; line-height: 1.8; }
.topic-sources-list { display: grid; gap: 1px; background: var(--topic-rule); border: 1px solid var(--topic-rule); }
.topic-source { display: grid; grid-template-columns: 120px 1fr; gap: 20px; padding: 20px; background: var(--topic-paper); }
.topic-source-type { color: var(--topic-road-red); }
.topic-source h3 { margin: 0 0 8px; font: 500 22px/1.2 var(--topic-display); }
.topic-source p { margin: 0; color: #59675f; font-size: 13px; line-height: 1.65; }
.topic-credits-grid { display: grid; grid-template-columns: 1fr; gap: 20px; }
.topic-credit-block { padding: 28px; background: var(--topic-asphalt); color: white; }
.topic-credit-block h3 { margin: 0 0 14px; color: var(--topic-amber); font: 800 12px/1 var(--topic-data); }
.topic-credit-block p { margin: 0; line-height: 1.8; }
.topic-rights { padding: 20px; background: #e5dcc7; color: #463e31; font-size: 13px; line-height: 1.7; }
.topic-publication-info { padding: 14px 0 76px; }
.topic-publication-info-head { margin-bottom: 18px; }
.topic-publication-info-head h2 { margin: 8px 0 0; font: 500 32px/1 var(--topic-display); letter-spacing: -.035em; }
.topic-publication-info-card { display: grid; gap: 0; background: var(--topic-paper); border: 1px solid var(--topic-rule); }
.topic-publication-info-group { padding: 20px 22px; border-bottom: 1px solid var(--topic-rule); }
.topic-publication-info-group:last-child { border-bottom: 0; }
.topic-publication-info-group p { margin: 0; color: #314039; font-size: 14px; line-height: 1.85; }
.topic-publication-info-group p:first-child { font-weight: 800; }
.topic-publication-info-group.is-note p { color: #59675f; font-size: 13px; }
.topic-inline-section { padding-bottom: 44px; }
.topic-inline-list { display: grid; gap: 12px; }
.topic-inline-entry { background: var(--topic-paper); border: 1px solid var(--topic-rule); }
.topic-inline-entry summary { display: flex; gap: 18px; align-items: center; justify-content: space-between; padding: 18px 20px; cursor: pointer; list-style: none; }
.topic-inline-entry summary::-webkit-details-marker { display: none; }
.topic-inline-entry summary span { display: grid; gap: 6px; min-width: 0; }
.topic-inline-entry summary small { color: #64736c; font: 800 11px/1.2 var(--topic-data); letter-spacing: .08em; text-transform: uppercase; }
.topic-inline-entry summary b { color: var(--topic-asphalt); font: 700 22px/1.18 var(--topic-display); letter-spacing: -.025em; }
.topic-inline-entry summary i { flex: 0 0 auto; color: #64736c; font: 800 12px/1 var(--topic-data); font-style: normal; letter-spacing: .08em; }
.topic-inline-entry summary i::before { content: "收起"; }
.topic-inline-entry:not([open]) summary i::before { content: "展开"; }
.topic-inline-entry summary:focus-visible { outline: 2px solid var(--topic-road-red); outline-offset: 3px; }
.topic-inline-body { display: grid; gap: 1em; padding: 0 20px 22px; border-top: 1px solid var(--topic-rule); }
.topic-inline-body p,
.topic-inline-body blockquote { margin: 0; color: #314039; font-size: 16px; line-height: 1.86; }
.topic-inline-body blockquote { padding-left: 18px; border-left: 3px solid var(--topic-road-red); }
.topic-inline-body h3,
.topic-inline-body h4 { margin: .3em 0 0; color: var(--topic-asphalt); font-family: var(--topic-display); line-height: 1.25; }
.topic-inline-body h3 { font-size: 24px; }
.topic-inline-body h4 { font-size: 20px; }
.topic-inline-credit,
.topic-inline-caption { color: #64736c; font-size: 14px; }
.topic-inline-notice { padding: 14px 16px; background: var(--topic-amber); border: 1px solid var(--topic-rule); font-weight: 800; }
.topic-inline-figure { margin: .6em 0; }
.topic-inline-figure img { display: block; width: 100%; height: auto; }
.topic-inline-figure figcaption { margin-top: 8px; color: #64736c; font-size: 13px; line-height: 1.6; }
.topic-inline-image-group > div { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.topic-inline-table { display: grid; gap: .6em; }
.topic-chapter-badge { position: absolute; z-index: 4; top: 10px; left: 10px; padding: 5px 8px; color: white; background: var(--topic-road-red); border: 1px solid currentColor; font: 900 12px/1 var(--topic-data); letter-spacing: .08em; }

@media (min-width: 701px) {
  .topic-place-archive { grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); }
}

@media (min-width: 960px) {
  .topic-publication-page #topicPublication { width: 56vw; }
  .topic-publication-page > .footer { width: 56vw; }
  .topic-publication-page .topic-hero,
  .topic-publication-page .topic-notice { width: 100%; }
  .topic-publication-page .topic-hero-inner,
  .topic-publication-page .topic-notice p,
  .topic-publication-page .topic-opening,
  .topic-publication-page .topic-chapters,
  .topic-publication-page .topic-places-section,
  .topic-publication-page .topic-credits,
  .topic-publication-page .topic-publication-info { width: calc(100% - 36px); }
  .topic-publication-page .topic-map-band { position: fixed; z-index: 100; top: 70px; right: 0; bottom: 0; width: 44vw; padding: 0; background: #dce2dc; }
  .topic-publication-page .topic-map-reading,
  .topic-publication-page .topic-map-shell { width: 100%; height: 100%; min-height: 0; margin: 0; border: 0; }
  .topic-publication-page .topic-map-info { width: min(230px, calc(100% - 36px)); }
  .topic-publication-page .topic-gallery-modal { right: 44vw; }
  .topic-publication-page .topic-gallery-panel { inset: 12px; }
  .topic-publication-page .topic-gallery-backdrop { background: rgba(9,15,13,.64); }
  .topic-panel-toggle { position: absolute; z-index: 6; top: 50%; left: 0; display: grid; width: 34px; height: 76px; padding: 0; place-items: center; color: var(--topic-asphalt); background: rgba(251,250,245,.96); border: 1px solid var(--topic-rule); border-left: 0; transform: translateY(-50%); cursor: pointer; }
  .topic-panel-toggle span { font: 800 28px/1 var(--topic-data); }
  .topic-publication-page #topicPublication,
  .topic-publication-page .topic-map-band { transition: width .24s ease; }
  .topic-publication-page.topic-content-collapsed #topicPublication { width: 0; overflow: hidden; }
  .topic-publication-page.topic-content-collapsed > .footer { width: 0; padding-right: 0; padding-left: 0; overflow: hidden; }
  .topic-publication-page.topic-content-collapsed .topic-map-band { width: 100vw; }
  .topic-publication-page.topic-content-collapsed .topic-gallery-modal { right: 0; }
}

@media (max-width: 900px) {
  .topic-catalog-hero,
  .topic-publication-card,
  .topic-opening,
  .topic-chapter-grid,
  .topic-map-reading,
  .topic-story,
  .topic-story:nth-child(even) { grid-template-columns: 1fr; }
  .topic-catalog-hero { min-height: auto; padding-top: 100px; gap: 50px; }
  .topic-publication-grid { width: min(680px, 100%); }
  .topic-card-image { min-height: 0; aspect-ratio: 16 / 9; }
  .topic-card-copy dl { margin-top: 45px; }
  .topic-map-shell { position: relative; min-height: 560px; }
  .topic-story:nth-child(even) .topic-story-media { order: 0; }
}

@media (max-width: 620px) {
  .topic-catalog-hero,
  .topic-catalog,
  .topic-hero-inner,
  .topic-notice p,
  .topic-opening,
  .topic-map-reading,
  .topic-places-section,
  .topic-stories,
  .topic-research,
  .topic-sources,
  .topic-credits { width: min(100% - 28px, 1280px); }
  .topic-catalog-hero h1 { font-size: 64px; }
  .topic-publication-card { min-height: auto; }
  .topic-card-image { min-height: 0; aspect-ratio: 16 / 9; }
  .topic-card-copy { padding: 24px 20px; }
  .topic-card-copy h3 { margin-top: 18px; font-size: 28px; line-height: 1.08; }
  .topic-card-copy dl { margin-top: 22px; padding-top: 0; }
  .topic-hero { min-height: 560px; }
  .topic-hero-inner { padding: 56px 0 38px; }
  .topic-route-shield { min-width: 180px; min-height: 96px; font-size: 42px; }
  .topic-hero h1 { font-size: 32px; }
  .topic-hero-subtitle { font-size: 16px; }
  .topic-notice p { padding: 15px 0; }
  .topic-opening { padding: 30px 0; }
  .topic-chapter-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
  .topic-chapter-card { min-height: 0; }
  .topic-chapter-copy { padding: 14px 12px 16px; }
  .topic-chapter-card h3 { font-size: 18px; }
  .topic-chapter-card .topic-chapter-meta + h3 { margin-top: 12px; }
  .topic-opening dl { grid-template-columns: 1fr; }
  .topic-opening dl div { grid-template-columns: 76px 1fr; border-right: 0; border-bottom: 1px solid var(--topic-rule); }
  .topic-opening dl div:last-child { border-bottom: 0; }
  .topic-map-shell { min-height: 470px; }
  .topic-map-info { right: 12px; bottom: 12px; width: min(210px, calc(100% - 24px)); }
  .topic-story-media { min-height: 330px; }
  .topic-story-copy { padding: 25px 21px 30px; }
  .topic-research-grid,
  .topic-credits-grid { grid-template-columns: 1fr; }
  .topic-rights { grid-column: auto; }
  .topic-source { grid-template-columns: 1fr; gap: 8px; }
  .topic-place-card-title { right: auto; bottom: 0; left: 0; }
  .topic-place-card-title h3 { padding: 7px 9px; font-size: 14px; }
  .topic-chapters.is-list-view .topic-chapter-card.has-image { grid-template-columns: minmax(0, 1fr) 108px; }
  .topic-chapters.is-list-view .topic-chapter-copy { padding: 18px 16px; }
  .topic-chapters.is-list-view .topic-chapter-card h3 { font-size: 20px; }
  .topic-chapters.is-list-view .topic-chapter-card .topic-chapter-excerpt { margin-top: 8px; font-size: 12px; -webkit-line-clamp: 2; }
  .topic-places-section.is-list-view .topic-place-card-media { min-height: 100px; grid-template-columns: minmax(0, 1fr) 108px; }
  .topic-places-section.is-list-view .topic-place-card-no-image { min-height: 100px; }
  .topic-places-section.is-list-view .topic-place-card-copy { gap: 8px; padding: 14px; }
  .topic-places-section.is-list-view .topic-place-card-number { font-size: 15px; }
  .topic-places-section.is-list-view .topic-place-card-title h3 { padding: 0; font-size: 15px; }
  .topic-places-section.is-list-view .topic-place-card-summary { margin-top: 6px; font-size: 11px; }
}

@media (prefers-reduced-motion: reduce) {
  .topic-card-image img { transition: none; }
  html { scroll-behavior: auto; }
}

.topic-entry-page { font-family: var(--topic-body); }
.topic-entry-publication { background: #f2ede2; min-height: 100vh; color: var(--topic-asphalt); }
.topic-entry-hero { padding: clamp(42px, 8vw, 110px) max(6vw, calc((100vw - 1060px) / 2)); background: #f2ede2; border-bottom: 1px solid var(--topic-rule); }
.topic-entry-hero > a { color: var(--topic-road-red); font-weight: 800; text-decoration: none; }
.topic-entry-kicker { display: flex; flex-wrap: wrap; gap: 10px 14px; margin: 20px 0 0; align-items: center; font: 800 16px/1.45 var(--topic-data); }
.topic-entry-kicker-point { display: inline-flex; gap: 8px; align-items: center; }
.topic-entry-kicker-point b { display: inline-grid; width: 34px; height: 34px; place-items: center; color: white; background: var(--topic-asphalt); border-radius: 50%; font: 800 12px/1 var(--topic-data); }
.topic-entry-kicker-series { padding-left: 14px; border-left: 1px solid var(--topic-rule); }
.topic-entry-kicker > .topic-entry-kicker-series:first-child { padding-left: 0; border-left: 0; }
.topic-entry-hero h1 { max-width: 920px; margin: 32px 0 12px; font-family: var(--topic-display); font-size: 32px; line-height: 1.12; letter-spacing: -.035em; }
.topic-entry-gallery { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; background: var(--topic-rule); border-bottom: 1px solid var(--topic-rule); }
.topic-entry-gallery figure { margin: 0; background: #fff; }
.topic-entry-gallery img { display: block; width: 100%; aspect-ratio: 4 / 3; object-fit: contain; background: #edf0e9; }
.topic-entry-gallery figcaption { padding: 12px 18px 18px; color: var(--topic-archive); font-size: 13px; }
.topic-entry-layout { display: block; max-width: 780px; margin: 0 auto; padding: clamp(54px, 8vw, 110px) 24px; background: #f2ede2; }
.topic-entry-body { font-family: var(--topic-display); font-size: 18px; line-height: 1.9; }
.topic-entry-body p { margin: 0 0 1.6em; }
.topic-entry-body h2 { margin: 2.4em 0 .8em; font-size: clamp(30px, 4vw, 52px); line-height: 1.15; }
.topic-entry-body h3 { margin: 1.8em 0 .65em; font: 700 clamp(22px, 3vw, 34px)/1.25 var(--topic-display); }
.topic-entry-body .topic-entry-caption { padding-left: 18px; border-left: 3px solid var(--topic-road-red); color: var(--topic-archive); font-family: var(--topic-body); font-size: 14px; line-height: 1.7; }
.topic-entry-body .topic-entry-credit { color: var(--topic-archive); font-family: var(--topic-body); font-size: 15px; font-weight: 700; line-height: 1.75; }
.topic-entry-figure { margin: 2.2em 0; font-family: var(--topic-body); }
.topic-entry-image-button { display: block; width: 100%; padding: 0; background: transparent; border: 0; cursor: zoom-in; }
.topic-entry-figure img { display: block; width: 100%; height: auto; }
.topic-entry-figure figcaption { padding-top: 10px; color: var(--topic-archive); font-size: 13px; line-height: 1.65; }
.topic-entry-table { margin: 2.1em 0; padding: clamp(20px, 4vw, 34px); border: 1px solid var(--topic-rule); background: #f4f1e8; font-family: var(--topic-body); }
.topic-entry-table p { margin: 0 0 1em; font-size: 15px; line-height: 1.8; }
.topic-entry-table p:last-child { margin-bottom: 0; }
.topic-entry-table strong { color: var(--topic-asphalt); }
.topic-entry-table.is-research-table { padding-left: clamp(24px, 5vw, 42px); }
.topic-entry-table.is-research-table h3 { margin: 1.7em 0 .65em; font: 800 18px/1.55 var(--topic-body); }
.topic-entry-table.is-research-table h3:first-child { margin-top: 0; }
.topic-entry-table.is-research-table p { position: relative; margin: 0 0 .35em; padding-left: 1.2em; }
.topic-entry-table.is-research-table p::before { content: "·"; position: absolute; left: 0; color: var(--topic-road-red); font-weight: 800; }
.topic-entry-aside { display: grid; gap: 20px; margin-top: 72px; padding-top: 28px; border-top: 1px solid var(--topic-rule); }
.topic-entry-aside p { margin: 0; padding-top: 14px; border-top: 1px solid var(--topic-rule); }
.topic-entry-aside b, .topic-entry-aside span, .topic-entry-aside a { display: block; }
.topic-entry-aside .topic-entry-point-label { display: flex; gap: 8px; align-items: center; }
.topic-entry-aside span { margin-top: 6px; color: var(--topic-archive); line-height: 1.6; }
.topic-entry-aside .topic-entry-point-label span { display: inline-grid; width: 30px; height: 30px; margin: 0; place-items: center; color: white; background: var(--topic-asphalt); border-radius: 50%; font: 800 11px/1 var(--topic-data); }
.topic-entry-aside a { margin-top: 10px; color: var(--topic-road-red); font-weight: 800; }
.topic-entry-map { display: none; }
.topic-entry-image-open { overflow: hidden; }
.topic-entry-lightbox { position: fixed; inset: 0; z-index: 1200; }
.topic-entry-lightbox[hidden] { display: none; }
.topic-entry-lightbox-backdrop { position: absolute; inset: 0; width: 100%; height: 100%; padding: 0; background: rgba(9,15,13,.86); border: 0; }
.topic-entry-lightbox-panel { position: absolute; inset: 24px; display: flex; flex-direction: column; gap: 12px; align-items: center; justify-content: safe center; margin: 0; padding: 22px; overflow-y: auto; background: #111a17; }
.topic-entry-lightbox-panel img { display: block; max-width: 100%; max-height: calc(100vh - 230px); width: auto; height: auto; }
.topic-entry-lightbox-panel figcaption { width: min(900px, 100%); padding-top: 0; color: rgba(255,255,255,.8); font-size: 13px; line-height: 1.6; }
.topic-entry-lightbox-close { position: absolute; z-index: 2; top: 14px; right: 14px; display: grid; width: 42px; height: 42px; padding: 0; place-items: center; color: white; background: var(--topic-road-red); border: 0; font-size: 26px; cursor: pointer; }
.topic-entry-lightbox-controls { display: flex; flex: 0 0 auto; gap: 12px; justify-content: center; width: 100%; }
.topic-entry-lightbox-nav { display: grid; width: 44px; height: 44px; padding: 0 0 3px; place-items: center; color: #111a17; background: rgba(255,255,255,.94); border: 1px solid rgba(255,255,255,.62); border-radius: 50%; box-shadow: 0 2px 14px rgba(0,0,0,.24); font: 500 34px/1 sans-serif; cursor: pointer; }
.topic-entry-lightbox-nav:hover { background: white; }
.topic-entry-lightbox-nav:focus-visible { outline: 3px solid var(--topic-road-red); outline-offset: 3px; }
.topic-entry-lightbox-nav[hidden] { display: none; }
.topic-place-hero { padding: clamp(42px, 8vw, 100px) max(6vw, calc((100vw - 1120px) / 2)); border-bottom: 1px solid var(--topic-rule); }
.topic-place-hero > a { color: var(--topic-road-red); font-weight: 800; text-decoration: none; }
.topic-place-hero .topic-kicker { margin-top: 46px; color: var(--topic-road-red); }
.topic-place-hero h1 { margin: 12px 0 14px; font: 500 clamp(52px, 10vw, 120px)/.95 var(--topic-display); letter-spacing: -.06em; }
.topic-place-hero > p:last-child { color: var(--topic-archive); }
.topic-place-gallery { display: grid; gap: 54px; max-width: 1120px; margin: 0 auto; padding: clamp(40px, 7vw, 90px) 24px; }
.topic-place-gallery figure { margin: 0; }
.topic-place-gallery img { display: block; width: 100%; height: auto; }
.topic-place-gallery figcaption { display: flex; justify-content: space-between; gap: 24px; padding-top: 12px; color: #56655e; font-size: 13px; }
.topic-place-gallery figcaption span { color: var(--topic-archive); }
.topic-place-rights { padding: 30px max(6vw, calc((100vw - 1120px) / 2)); background: var(--topic-asphalt); color: rgba(255,255,255,.78); }
.topic-place-rights p { margin: 0; }
.topic-gallery-open { overflow: hidden; }
.topic-gallery-modal { position: fixed; inset: 0; z-index: 1000; }
.topic-gallery-modal[hidden] { display: none; }
.topic-gallery-backdrop { position: absolute; inset: 0; width: 100%; height: 100%; padding: 0; background: rgba(9, 15, 13, .78); border: 0; cursor: pointer; }
.topic-gallery-panel { position: absolute; inset: 24px; overflow: auto; background: var(--topic-paper); box-shadow: 0 30px 100px rgba(0,0,0,.4); }
.topic-gallery-close { position: sticky; top: 14px; z-index: 2; float: right; display: grid; width: 46px; height: 46px; margin: 14px 14px -60px 0; place-items: center; color: white; background: var(--topic-asphalt); border: 0; font-size: 26px; cursor: pointer; }
.topic-gallery-head { padding: clamp(38px, 7vw, 82px) max(24px, 7vw) 34px; border-bottom: 1px solid var(--topic-rule); }
.topic-gallery-head h2 { margin: 10px 0; font: 500 clamp(46px, 8vw, 92px)/.95 var(--topic-display); letter-spacing: -.055em; }
.topic-gallery-images { display: grid; gap: 54px; max-width: 1120px; margin: 0 auto; padding: clamp(34px, 6vw, 76px) 24px; }
.topic-gallery-images figure { margin: 0; }
.topic-gallery-images img { display: block; width: 100%; height: auto; }
.topic-gallery-images figcaption { display: flex; justify-content: space-between; gap: 20px; padding-top: 12px; color: #56655e; font-size: 13px; }
.topic-gallery-images figcaption span { color: var(--topic-archive); }
@media (max-width: 760px) {
  .topic-entry-hero { padding: 30px 28px 34px; }
  .topic-entry-hero h1 { margin-top: 22px; font-size: 32px; line-height: 1.08; letter-spacing: -.035em; }
  .topic-entry-layout { padding: 32px 20px 58px; }
  .topic-entry-kicker-series { flex-basis: auto; }
  .topic-entry-gallery, .topic-entry-layout { grid-template-columns: 1fr; }
  .topic-entry-aside { position: static; }
  .topic-place-gallery { gap: 34px; padding-inline: 14px; }
  .topic-place-gallery figcaption { display: grid; gap: 4px; }
  .topic-gallery-panel { inset: 0; }
  .topic-gallery-images { gap: 34px; padding-inline: 14px; }
  .topic-gallery-images figcaption { display: grid; gap: 4px; }
  .topic-entry-lightbox-panel { inset: 0; padding: 14px; }
}

@media (min-width: 960px) {
  .topic-entry-page #topicEntry { width: 100%; }
  .topic-entry-publication { width: 56vw; }
  .topic-entry-hero { padding: 30px 36px; }
  .topic-entry-hero h1 { font-size: 32px; }
  .topic-entry-layout { max-width: 720px; padding-inline: 36px; }
  .topic-entry-page > .footer { width: 56vw; margin-right: 44vw; }
  .topic-entry-map { position: fixed; z-index: 90; top: 70px; right: 0; bottom: 0; display: block; width: 44vw; overflow: hidden; background: #dce2dc; border-left: 1px solid var(--topic-rule); }
  .topic-entry-map > div:first-child { position: absolute; inset: 0; }
  .topic-entry-map-fallback { position: absolute; inset: 0; display: grid; padding: 28px; place-items: center; color: #53625d; background: #dce2dc; text-align: center; }
  .topic-entry-map-fallback[hidden] { display: none; }
  .topic-entry-map > a { position: absolute; z-index: 3; top: 18px; right: 18px; padding: 12px 14px; color: var(--topic-asphalt); background: rgba(251,250,245,.95); border: 1px solid var(--topic-rule); font-weight: 800; text-decoration: none; }
}

/* Topic publications share the public Chinese-first typography scale. */
.topic-catalog-hero h1 { font-size: var(--type-display, 56px); line-height: .98; }
.topic-catalog-hero > div > p:last-child { font-size: var(--type-lead, 18px); line-height: 1.65; }
.topic-section-heading h2 { font-size: var(--type-section, 34px); }
.topic-card-copy h3 { font-size: 30px; line-height: 1.08; letter-spacing: -.025em; }
.topic-card-copy > p:not(.topic-card-index) { font-size: 15px; }

.topic-hero h1 { font-size: 32px; }
.topic-hero-subtitle { font-size: var(--type-body, 16px); }
.topic-opening h2,
.topic-stories h2,
.topic-research h2,
.topic-sources h2,
.topic-chapters-head h2,
.topic-places-section h2,
.topic-credits h2 { font-size: 30px; line-height: 1.08; }
.topic-opening-lead { font-size: var(--type-lead, 18px); }
.topic-chapter-card h3 { font-size: 22px; }
.topic-chapters.is-list-view .topic-chapter-card h3 { font-size: 22px; }
.topic-place-card-title h3 { font-size: 16px; }
.topic-places-section.is-list-view .topic-place-card-number,
.topic-places-section.is-list-view .topic-place-card-title h3 { font-size: 17px; }

.topic-entry-hero h1 { font-size: 30px; line-height: 1.15; }
.topic-entry-body { font-size: 17px; line-height: 1.9; }
.topic-entry-body h2 { font-size: 32px; }
.topic-entry-body h3 { font-size: 24px; }
.topic-place-hero h1 { font-size: 48px; line-height: 1.05; }
.topic-gallery-head h2 { font-size: 40px; line-height: 1.05; }

@media (max-width: 640px) {
  .topic-catalog-hero h1 { font-size: var(--type-display, 40px); }
  .topic-section-heading h2 { font-size: var(--type-section, 28px); }
  .topic-card-copy h3 { font-size: 28px; }
  .topic-hero h1,
  .topic-entry-hero h1 { font-size: 28px; }
  .topic-opening h2,
  .topic-stories h2,
  .topic-research h2,
  .topic-sources h2,
  .topic-chapters-head h2,
  .topic-places-section h2,
  .topic-credits h2 { font-size: 28px; }
  .topic-chapter-card h3 { font-size: 18px; }
  .topic-chapters.is-list-view .topic-chapter-card h3 { font-size: 18px; }
  .topic-place-card-title h3 { font-size: 14px; }
  .topic-places-section.is-list-view .topic-place-card-number,
  .topic-places-section.is-list-view .topic-place-card-title h3 { font-size: 15px; }
  .topic-entry-body { font-size: 17px; }
  .topic-entry-body h2 { font-size: 28px; }
  .topic-entry-body h3 { font-size: 22px; }
  .topic-place-hero h1 { font-size: 34px; }
  .topic-gallery-head h2 { font-size: 32px; }
}

body[data-topic-theme="city-center-metamorphosis"] {
  --topic-pink: #e83f91;
  --topic-green: #00a86b;
  --topic-blue: #1479c9;
  --topic-yellow: #ffd12f;
  --topic-orange: #ff7a2f;
  --topic-ink: #111111;
  --topic-paper: #fff8ef;
  --topic-asphalt: var(--topic-ink);
  --topic-road-red: var(--topic-pink);
  --topic-road-red-light: #ff71b4;
  --topic-amber: var(--topic-yellow);
  --topic-survey: #f6efe5;
  --topic-archive: #135a54;
  --topic-rule: rgba(17, 17, 17, .18);
  --topic-shadow: 0 24px 60px rgba(17, 17, 17, .11);
}

body[data-topic-theme="city-center-metamorphosis"].topic-publication-page,
body[data-topic-theme="city-center-metamorphosis"].topic-entry-page {
  background: var(--topic-paper);
}

body[data-topic-theme="city-center-metamorphosis"].topic-publication-page::before,
body[data-topic-theme="city-center-metamorphosis"].topic-entry-page::before {
  background-image: linear-gradient(rgba(17, 17, 17, .035) 1px, transparent 1px);
  background-size: 100% 30px;
}

body[data-topic-theme="city-center-metamorphosis"] .topic-hero {
  min-height: auto;
  place-items: start center;
  background:
    linear-gradient(180deg, var(--topic-yellow) 0 52px, var(--topic-paper) 52px 100%);
  border-bottom: 4px solid var(--topic-ink);
}

body[data-topic-theme="city-center-metamorphosis"] .topic-hero::after {
  display: none;
}

body[data-topic-theme="city-center-metamorphosis"] .topic-hero-inner {
  width: min(680px, calc(100vw - 48px));
  margin: 0 auto;
  padding: 12px 0 46px;
  text-align: center;
}

body[data-topic-theme="city-center-metamorphosis"] .topic-breadcrumb {
  display: flex;
  min-height: 32px;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 22px;
  color: rgba(17,17,17,.68);
}

body[data-topic-theme="city-center-metamorphosis"] .topic-kicker {
  color: rgba(17,17,17,.58);
}

body[data-topic-theme="city-center-metamorphosis"] .topic-hero-inner > .topic-kicker {
  display: none;
}

body[data-topic-theme="city-center-metamorphosis"] .topic-hero h1 {
  max-width: 720px;
  margin: 16px auto 14px;
  font: 700 36px/1.06 var(--topic-display);
  letter-spacing: -.045em;
  text-align: center;
}

body[data-topic-theme="city-center-metamorphosis"] .topic-hero-book {
  width: min(300px, 72vw);
  margin: 14px auto 18px;
  background: transparent;
  border: 0;
  box-shadow: none;
}

body[data-topic-theme="city-center-metamorphosis"] .topic-hero-book img {
  display: block;
  width: 100%;
  height: auto;
  transform: translateX(-20px);
}

body[data-topic-theme="city-center-metamorphosis"] .topic-hero-subtitle {
  max-width: 650px;
  margin: 0 auto;
  color: #2a2a2a;
  font-family: var(--topic-display);
  font-size: 16px;
  line-height: 1.7;
  text-align: left;
}

body[data-topic-theme="city-center-metamorphosis"] .topic-hero-meta {
  justify-content: center;
}

body[data-topic-theme="city-center-metamorphosis"] .topic-hero-meta span {
  border-top: 3px solid var(--topic-ink);
}

body[data-topic-theme="city-center-metamorphosis"] .topic-opening dl {
  background: #e8f1ea;
  color: var(--topic-ink);
  border-color: #8a8a8a;
}

body[data-topic-theme="city-center-metamorphosis"] .topic-opening dl div {
  border-color: rgba(17,17,17,.18);
}

body[data-topic-theme="city-center-metamorphosis"] .topic-opening dt {
  color: #247566;
}

body[data-topic-theme="city-center-metamorphosis"] .topic-opening dd {
  color: #252525;
}

body[data-topic-theme="city-center-metamorphosis"] .topic-opening dd br {
  content: "";
  display: block;
  margin-bottom: 2px;
}

body[data-topic-theme="city-center-metamorphosis"] .topic-chapters,
body[data-topic-theme="city-center-metamorphosis"] .topic-places-section,
body[data-topic-theme="city-center-metamorphosis"] .topic-map-reading,
body[data-topic-theme="city-center-metamorphosis"] .topic-publication-info-card {
  border-color: var(--topic-ink);
}

body[data-topic-theme="city-center-metamorphosis"] .topic-chapters {
  padding-top: 38px;
}

body[data-topic-theme="city-center-metamorphosis"] .topic-chapters-head h2,
body[data-topic-theme="city-center-metamorphosis"] .topic-places-section h2,
body[data-topic-theme="city-center-metamorphosis"] .topic-publication-info-head h2 {
  font: 700 22px/1.2 var(--topic-display);
  letter-spacing: -.035em;
}

body[data-topic-theme="city-center-metamorphosis"] .topic-publication-info-card {
  background: #fffdf8;
  border-width: 2px;
  box-shadow: 8px 8px 0 rgba(17,17,17,.08);
}

body[data-topic-theme="city-center-metamorphosis"] .topic-publication-info-group p {
  color: #252525;
}

body[data-topic-theme="city-center-metamorphosis"] #section-map-essaysTitle {
  font-size: 22px;
  line-height: 1.2;
}

body[data-topic-theme="city-center-metamorphosis"] .topic-chapter-card {
  color: #787878;
  background: #fffdf8;
  border: 1px solid #8a8a8a;
  border-radius: 3px;
  box-shadow: 8px 8px 0 rgba(17,17,17,.10);
}

body[data-topic-theme="city-center-metamorphosis"] .topic-chapter-card h3 {
  color: #000;
  font-size: 16px;
  line-height: 1.28;
}

body[data-topic-theme="city-center-metamorphosis"] .topic-chapter-byline {
  display: none;
}

body[data-topic-theme="city-center-metamorphosis"] .topic-chapter-card .topic-chapter-excerpt {
  display: -webkit-box;
  margin: 12px 0 0;
  color: #444;
  font: 13px/1.7 var(--topic-body);
  -webkit-line-clamp: 3;
}

body[data-topic-theme="city-center-metamorphosis"] .topic-chapters:not(.is-list-view) .topic-chapter-card .topic-chapter-excerpt {
  display: none;
}

body[data-topic-theme="city-center-metamorphosis"] .topic-chapters.is-list-view .topic-chapter-card .topic-chapter-excerpt {
  display: -webkit-box;
}

body[data-topic-theme="city-center-metamorphosis"] .topic-chapter-image {
  aspect-ratio: 4 / 3;
}

body[data-topic-theme="city-center-metamorphosis"] .topic-chapters.is-list-view .topic-chapter-card.has-image {
  grid-template-columns: minmax(0, 1fr) 160px;
  min-height: 160px;
}

body[data-topic-theme="city-center-metamorphosis"] .topic-chapters.is-list-view .topic-chapter-image {
  height: 160px;
  aspect-ratio: auto;
  align-self: start;
}

body[data-topic-theme="city-center-metamorphosis"] .topic-chapters.is-list-view .topic-chapter-card h3 {
  font-size: 16px;
}

body[data-topic-theme="city-center-metamorphosis"] .topic-chapter-copy {
  border-radius: 0 0 2px 2px;
}

body[data-topic-theme="city-center-metamorphosis"] .topic-chapter-badge {
  top: 12px;
  left: 12px;
  color: #fffdf8;
  background: var(--topic-ink);
  border: 0;
  border-radius: 2px;
  box-shadow: 3px 3px 0 rgba(17,17,17,.16);
}

body[data-topic-theme="city-center-metamorphosis"] .topic-chapter-card::before {
  width: 9px;
  background: var(--topic-pink);
}

body[data-topic-theme="city-center-metamorphosis"] .topic-chapter-card:nth-child(3n+2)::before {
  background: var(--topic-pink);
}

body[data-topic-theme="city-center-metamorphosis"] .topic-chapter-card:nth-child(3n)::before {
  background: var(--topic-orange);
}

body[data-topic-theme="city-center-metamorphosis"] .topic-chapter-card.is-special {
  background: var(--topic-yellow);
}

body[data-topic-theme="city-center-metamorphosis"] #section-opening {
  padding-bottom: 22px;
}

body[data-topic-theme="city-center-metamorphosis"] .topic-chapters.is-visual {
  width: min(1280px, calc(100vw - 48px));
  margin: 0 auto;
  padding: 14px 0 42px;
  background: transparent;
  color: var(--topic-ink);
  border-top: 0;
  border-bottom: 0;
}

body[data-topic-theme="city-center-metamorphosis"] .topic-chapters.is-visual .topic-chapter-grid {
  grid-template-columns: 1fr;
}

body[data-topic-theme="city-center-metamorphosis"] .topic-chapters.is-visual .topic-chapters-head {
  margin-bottom: 12px;
}

body[data-topic-theme="city-center-metamorphosis"] .topic-chapters.is-visual .topic-chapter-card {
  display: block;
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}

body[data-topic-theme="city-center-metamorphosis"] .topic-chapters.is-visual .topic-chapter-card::before {
  display: none;
}

body[data-topic-theme="city-center-metamorphosis"] .topic-visual-card-strip {
  display: grid;
  grid-auto-columns: minmax(250px, 78%);
  grid-auto-flow: column;
  gap: 12px;
  overflow-x: auto;
  padding: 2px 2px 14px;
  scroll-snap-type: x mandatory;
}

body[data-topic-theme="city-center-metamorphosis"] .topic-visual-card-image {
  display: block;
  width: fit-content;
  max-width: min(760px, 88vw);
  padding: 0;
  overflow: hidden;
  background: #fffdf8;
  border: 1px solid #8a8a8a;
  border-radius: 3px;
  box-shadow: 6px 6px 0 rgba(17,17,17,.12);
  cursor: zoom-in;
  scroll-snap-align: start;
}

body[data-topic-theme="city-center-metamorphosis"] .topic-visual-card-image img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: auto;
  object-fit: initial;
  background: #fffdf8;
}

body[data-topic-theme="city-center-metamorphosis"] .topic-inline-entry {
  background: #fffdf8;
  border-color: #8a8a8a;
  border-radius: 3px;
  box-shadow: 8px 8px 0 rgba(17,17,17,.08);
  overflow: hidden;
}

body[data-topic-theme="city-center-metamorphosis"] .topic-inline-entry summary {
  padding: 18px 20px;
}

body[data-topic-theme="city-center-metamorphosis"] .topic-inline-entry summary small {
  color: rgba(17,17,17,.58);
}

body[data-topic-theme="city-center-metamorphosis"] .topic-inline-entry summary b,
body[data-topic-theme="city-center-metamorphosis"] .topic-inline-body h3,
body[data-topic-theme="city-center-metamorphosis"] .topic-inline-body h4 {
  color: var(--topic-ink);
}

body[data-topic-theme="city-center-metamorphosis"] .topic-inline-body {
  padding: 20px 20px 24px;
  border-top-color: rgba(17,17,17,.14);
}

body[data-topic-theme="city-center-metamorphosis"] .topic-inline-body p,
body[data-topic-theme="city-center-metamorphosis"] .topic-inline-body blockquote {
  color: #252525;
}

body[data-topic-theme="city-center-metamorphosis"] .topic-chapters.is-visual .topic-kicker,
body[data-topic-theme="city-center-metamorphosis"] .topic-chapters.is-visual .topic-chapters-head h2 {
  color: var(--topic-ink);
}

body[data-topic-theme="city-center-metamorphosis"] .topic-map-band {
  border-top: 0;
}

body[data-topic-theme="city-center-metamorphosis"] .topic-map-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 8px;
  padding: 28px 0 18px;
  align-items: start;
  background: transparent;
  border: 0;
}

body[data-topic-theme="city-center-metamorphosis"] .topic-map-head .topic-kicker {
  grid-column: 1 / -1;
  color: rgba(17,17,17,.58);
}

body[data-topic-theme="city-center-metamorphosis"] .topic-map-head h2 {
  margin: 0;
  font: 700 clamp(28px, 4.2vw, 46px)/1.08 var(--topic-display);
  letter-spacing: -.035em;
}

body[data-topic-theme="city-center-metamorphosis"] .topic-map-head p:last-child {
  margin: 0;
  padding: 10px 12px;
  color: white;
  background: var(--topic-pink);
  border: 2px solid var(--topic-ink);
  box-shadow: 4px 4px 0 rgba(17,17,17,.18);
  font: 800 13px/1.2 var(--topic-data);
  white-space: nowrap;
}

body[data-topic-theme="city-center-metamorphosis"] .topic-map-shell,
body[data-topic-theme="city-center-metamorphosis"] .topic-entry-map,
body[data-topic-theme="city-center-metamorphosis"] .topic-entry-map-fallback {
  background: #e7e9e2;
}

body[data-topic-theme="city-center-metamorphosis"] .topic-number-marker {
  background: var(--topic-pink);
  border-color: var(--topic-yellow);
  color: white;
}

body[data-topic-theme="city-center-metamorphosis"] .topic-number-marker.is-active {
  background: var(--topic-yellow);
  color: var(--topic-ink);
}

body[data-topic-theme="city-center-metamorphosis"] .topic-map-info-title,
body[data-topic-theme="city-center-metamorphosis"] .topic-map-info-media:hover .topic-map-info-title,
body[data-topic-theme="city-center-metamorphosis"] .topic-map-info-media:focus-visible .topic-map-info-title {
  color: #fff;
  background: #e83f91;
}

body[data-topic-theme="city-center-metamorphosis"] .topic-map-tools button,
body[data-topic-theme="city-center-metamorphosis"] .topic-entry-map > a {
  border: 2px solid var(--topic-ink);
  box-shadow: 4px 4px 0 rgba(17,17,17,.16);
}

body[data-topic-theme="city-center-metamorphosis"] .topic-entry-publication {
  background: var(--topic-paper);
}

body[data-topic-theme="city-center-metamorphosis"] .topic-entry-hero {
  padding-top: 0;
  padding-inline: 0;
  background:
    linear-gradient(180deg, var(--topic-yellow) 0 62px, var(--topic-paper) 62px 100%);
  border-bottom: 4px solid var(--topic-ink);
}

body[data-topic-theme="city-center-metamorphosis"] .topic-entry-hero > a,
body[data-topic-theme="city-center-metamorphosis"] .topic-entry-hero .topic-entry-kicker,
body[data-topic-theme="city-center-metamorphosis"] .topic-entry-hero h1 {
  width: min(732px, calc(100% - 48px));
  margin-left: auto;
  margin-right: auto;
}

body[data-topic-theme="city-center-metamorphosis"] .topic-entry-hero > a {
  display: flex;
  min-height: 62px;
  align-items: center;
}

body[data-topic-theme="city-center-metamorphosis"] .topic-entry-hero > a,
body[data-topic-theme="city-center-metamorphosis"] .topic-entry-aside a {
  color: var(--topic-pink);
}

body[data-topic-theme="city-center-metamorphosis"] .topic-entry-publication.is-visual .topic-entry-hero {
  padding-top: 24px;
  padding-bottom: 16px;
  background: transparent;
  border-bottom: 0;
}

body[data-topic-theme="city-center-metamorphosis"] .topic-entry-publication.is-visual .topic-entry-kicker {
  display: none;
}

body[data-topic-theme="city-center-metamorphosis"] .topic-entry-publication.is-visual .topic-entry-hero h1 {
  max-width: 760px;
  margin-top: 18px;
  line-height: 1.08;
}

body[data-topic-theme="city-center-metamorphosis"] .topic-entry-publication.is-visual .topic-entry-layout {
  padding-top: 18px;
}

body[data-topic-theme="city-center-metamorphosis"] .topic-entry-publication.is-visual .topic-entry-body > .topic-entry-figure:first-child {
  margin-top: 0;
}

body[data-topic-theme="city-center-metamorphosis"] .topic-entry-publication.is-special .topic-entry-hero {
  background:
    linear-gradient(180deg, var(--topic-yellow) 0 62px, var(--topic-paper) 62px 100%);
}

body[data-topic-theme="city-center-metamorphosis"] .topic-entry-body {
  color: var(--topic-ink);
}

body[data-topic-theme="city-center-metamorphosis"] .topic-entry-body p {
  text-align: justify;
  text-justify: inter-ideograph;
}

body[data-topic-theme="city-center-metamorphosis"] .topic-entry-body h2 {
  margin-top: 2.8em;
  padding-top: .65em;
  border-top: 3px solid var(--topic-pink);
  font-size: 28px;
  line-height: 1.2;
}

body[data-topic-theme="city-center-metamorphosis"] .topic-entry-body h3 {
  color: var(--topic-blue);
}

body[data-topic-theme="city-center-metamorphosis"] .topic-entry-credit {
  color: var(--topic-blue);
  font-size: 16px;
}

body[data-topic-theme="city-center-metamorphosis"] .topic-entry-notice {
  background: #f5efdb;
  border-color: #525151;
}

.topic-entry-notice {
  margin: 2.2em 0;
  padding: 18px 20px;
  background: var(--topic-amber);
  border: 2px solid var(--topic-asphalt);
  color: var(--topic-asphalt);
  font-family: var(--topic-body);
  font-size: 15px;
  font-weight: 800;
  line-height: 1.75;
}

.topic-entry-image-group > div {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.topic-entry-image-group .topic-entry-image-button {
  background: #fff;
}

body[data-topic-theme="city-center-metamorphosis"] .topic-entry-figure {
  padding: 10px;
  background: #fffdf8;
  border: 1px solid rgba(17,17,17,.12);
}

body[data-topic-theme="city-center-metamorphosis"] .topic-entry-figure figcaption {
  color: #333;
}

body[data-topic-theme="city-center-metamorphosis"] .topic-entry-image-carousel {
  margin: 0 0 2.4em;
  font-family: var(--topic-body);
}

body[data-topic-theme="city-center-metamorphosis"] .topic-entry-image-carousel-track {
  display: grid;
  grid-auto-columns: minmax(280px, 86%);
  grid-auto-flow: column;
  gap: 14px;
  overflow-x: auto;
  padding: 2px 2px 18px;
  scroll-snap-type: x mandatory;
}

body[data-topic-theme="city-center-metamorphosis"] .topic-entry-image-slide {
  margin: 0;
  padding: 10px;
  background: #fffdf8;
  border: 1px solid rgba(17,17,17,.12);
  scroll-snap-align: start;
}

body[data-topic-theme="city-center-metamorphosis"] .topic-entry-image-slide .topic-entry-image-button {
  position: relative;
  display: grid;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  place-items: center;
  background: #fff;
}

body[data-topic-theme="city-center-metamorphosis"] .topic-entry-image-slide img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  object-position: center;
}

body[data-topic-theme="city-center-metamorphosis"] .topic-entry-image-slide figcaption {
  display: none;
}

body[data-topic-theme="city-center-metamorphosis"] .topic-gallery-modal.is-visual-lightbox {
  z-index: 1200;
}

body[data-topic-theme="city-center-metamorphosis"] .topic-gallery-modal.is-visual-lightbox .topic-gallery-backdrop {
  background: rgba(9,15,13,.86);
}

body[data-topic-theme="city-center-metamorphosis"] .topic-gallery-modal.is-visual-lightbox .topic-gallery-panel {
  overflow-y: auto;
  background: #111a17;
}

body[data-topic-theme="city-center-metamorphosis"] .topic-gallery-modal.is-visual-lightbox .topic-gallery-close {
  position: absolute;
  top: 14px;
  right: 14px;
  margin: 0;
  background: var(--topic-pink);
}

body[data-topic-theme="city-center-metamorphosis"] .topic-gallery-modal.is-visual-lightbox #topicGalleryContent {
  display: grid;
  min-height: 100%;
  align-items: safe center;
}

body[data-topic-theme="city-center-metamorphosis"] .topic-visual-lightbox-panel {
  display: flex;
  width: 100%;
  margin: 0;
  padding: 22px;
  box-sizing: border-box;
  flex-direction: column;
  gap: 12px;
  align-items: center;
  justify-content: safe center;
}

body[data-topic-theme="city-center-metamorphosis"] .topic-visual-lightbox-panel img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: calc(100vh - 230px);
  object-fit: contain;
}

body[data-topic-theme="city-center-metamorphosis"] .topic-visual-lightbox-panel figcaption {
  display: grid;
  width: min(900px, 100%);
  gap: 7px;
  color: rgba(255,255,255,.8);
  font-size: 13px;
  line-height: 1.6;
}

body[data-topic-theme="city-center-metamorphosis"] .topic-visual-lightbox-panel figcaption small {
  color: rgba(255,255,255,.58);
  font: 700 11px/1.4 var(--topic-data);
  letter-spacing: .09em;
}

body[data-topic-theme="city-center-metamorphosis"] .topic-visual-lightbox-panel figcaption strong {
  color: white;
  font: 500 clamp(22px, 3vw, 32px)/1.15 var(--topic-display);
}

body[data-topic-theme="city-center-metamorphosis"] .topic-visual-lightbox-panel figcaption span {
  display: block;
}

body[data-topic-theme="city-center-metamorphosis"] .topic-visual-lightbox-controls {
  margin-top: 0;
}

@media (min-width: 960px) {
  body[data-topic-theme="city-center-metamorphosis"].topic-publication-page #topicPublication,
  body[data-topic-theme="city-center-metamorphosis"].topic-publication-page > .footer {
    width: 56vw;
  }

  body[data-topic-theme="city-center-metamorphosis"].topic-publication-page .topic-hero-inner {
    width: min(680px, calc(100% - 36px));
    margin-inline: auto;
    padding: 12px 0 46px;
  }

  body[data-topic-theme="city-center-metamorphosis"].topic-publication-page .topic-hero {
    background:
      linear-gradient(180deg, var(--topic-yellow) 0 52px, var(--topic-paper) 52px 100%);
  }

  body[data-topic-theme="city-center-metamorphosis"].topic-publication-page .topic-opening,
  body[data-topic-theme="city-center-metamorphosis"].topic-publication-page .topic-chapters,
  body[data-topic-theme="city-center-metamorphosis"].topic-publication-page .topic-places-section,
  body[data-topic-theme="city-center-metamorphosis"].topic-publication-page .topic-credits,
  body[data-topic-theme="city-center-metamorphosis"].topic-publication-page .topic-publication-info {
    width: calc(100% - 36px);
  }

  body[data-topic-theme="city-center-metamorphosis"].topic-publication-page .topic-map-band {
    position: fixed;
    z-index: 100;
    top: 70px;
    right: 0;
    bottom: 0;
    width: 44vw;
    margin: 0;
    padding: 0;
    background: #e7e9e2;
  }

  body[data-topic-theme="city-center-metamorphosis"].topic-publication-page .topic-map-reading {
    width: 100%;
    height: 100%;
    min-height: 0;
    margin: 0;
    border: 0;
    box-shadow: none;
  }

  body[data-topic-theme="city-center-metamorphosis"].topic-publication-page .topic-map-shell {
    width: 100%;
    height: 100%;
    min-height: 0;
  }

  body[data-topic-theme="city-center-metamorphosis"].topic-publication-page .topic-map-head {
    display: none;
  }

  body[data-topic-theme="city-center-metamorphosis"].topic-publication-page .topic-panel-toggle {
    display: grid;
  }

  body[data-topic-theme="city-center-metamorphosis"].topic-publication-page .topic-gallery-modal {
    right: 44vw;
  }

  body[data-topic-theme="city-center-metamorphosis"] .topic-chapters.is-visual {
    width: calc(100% - 36px);
    max-width: none;
    padding-inline: 0;
  }

  body[data-topic-theme="city-center-metamorphosis"] .topic-chapters.is-visual .topic-chapter-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  body[data-topic-theme="city-center-metamorphosis"] .topic-chapters.is-visual .topic-chapter-card {
    box-shadow: none;
  }

  body[data-topic-theme="city-center-metamorphosis"] .topic-visual-card-strip {
    grid-auto-columns: minmax(260px, 46%);
  }
}

@media (min-width: 960px) and (max-width: 1199px) {
  body[data-topic-theme="city-center-metamorphosis"].topic-entry-page .topic-entry-publication,
  body[data-topic-theme="city-center-metamorphosis"].topic-entry-page > .footer {
    width: 100%;
    margin-right: 0;
  }

  body[data-topic-theme="city-center-metamorphosis"].topic-entry-page .topic-entry-hero {
    padding-inline: 0;
  }

  body[data-topic-theme="city-center-metamorphosis"].topic-entry-page .topic-entry-hero > a,
  body[data-topic-theme="city-center-metamorphosis"].topic-entry-page .topic-entry-hero .topic-entry-kicker,
  body[data-topic-theme="city-center-metamorphosis"].topic-entry-page .topic-entry-hero h1 {
    width: min(748px, calc(100% - 72px));
  }

  body[data-topic-theme="city-center-metamorphosis"].topic-entry-page .topic-entry-layout {
    max-width: 820px;
  }

  body[data-topic-theme="city-center-metamorphosis"].topic-entry-page .topic-entry-map {
    display: none;
  }
}

@media (min-width: 1200px) {
  body[data-topic-theme="city-center-metamorphosis"].topic-entry-page .topic-entry-publication,
  body[data-topic-theme="city-center-metamorphosis"].topic-entry-page > .footer {
    width: 58vw;
  }

  body[data-topic-theme="city-center-metamorphosis"].topic-entry-page > .footer {
    margin-right: 42vw;
  }

  body[data-topic-theme="city-center-metamorphosis"].topic-entry-page .topic-entry-map {
    width: 42vw;
  }

  body[data-topic-theme="city-center-metamorphosis"].topic-entry-page .topic-entry-hero > a,
  body[data-topic-theme="city-center-metamorphosis"].topic-entry-page .topic-entry-hero .topic-entry-kicker,
  body[data-topic-theme="city-center-metamorphosis"].topic-entry-page .topic-entry-hero h1 {
    width: min(648px, calc(100% - 72px));
  }
}

@media (min-width: 641px) and (max-width: 959px) {
  body[data-topic-theme="city-center-metamorphosis"] .topic-hero {
    background:
      linear-gradient(180deg, var(--topic-yellow) 0 52px, var(--topic-paper) 52px 100%);
  }
}

@media (min-width: 960px) and (max-width: 1199px) {
  body[data-topic-theme="city-center-metamorphosis"] .topic-hero {
    background:
      linear-gradient(180deg, var(--topic-yellow) 0 52px, var(--topic-paper) 52px 100%);
  }
}

@media (max-width: 640px) {
  body[data-topic-theme="city-center-metamorphosis"] .topic-hero {
    min-height: auto;
    background:
      linear-gradient(180deg, var(--topic-yellow) 0 48px, var(--topic-paper) 48px 100%);
  }

  body[data-topic-theme="city-center-metamorphosis"] .topic-hero::after {
    display: none;
  }

  body[data-topic-theme="city-center-metamorphosis"] .topic-hero-inner {
    width: calc(100% - 28px);
    max-width: 880px;
    margin-inline: auto;
    padding: 18px 0 34px;
  }

  body[data-topic-theme="city-center-metamorphosis"] .topic-breadcrumb {
    margin-bottom: 16px;
  }

  body[data-topic-theme="city-center-metamorphosis"] .topic-hero h1 {
    margin: 14px auto 16px;
    font-size: 36px;
    line-height: 1.04;
    text-align: center;
  }

  body[data-topic-theme="city-center-metamorphosis"] .topic-hero-subtitle {
    font-size: 16px;
  }

  body[data-topic-theme="city-center-metamorphosis"] .topic-hero-book {
    width: min(250px, 72vw);
    margin: 10px auto 14px;
  }

  body[data-topic-theme="city-center-metamorphosis"] .topic-chapter-grid {
    grid-template-columns: 1fr;
  }

  body[data-topic-theme="city-center-metamorphosis"] .topic-chapters.is-list-view .topic-chapter-card.has-image {
    grid-template-columns: minmax(0, 4fr) minmax(0, 1fr);
    min-height: 132px;
  }

  body[data-topic-theme="city-center-metamorphosis"] .topic-chapters.is-list-view .topic-chapter-image {
    height: 100%;
    min-height: 132px;
  }

  body[data-topic-theme="city-center-metamorphosis"] .topic-chapters.is-list-view .topic-chapter-card.is-special .topic-chapter-copy {
    padding-top: 48px;
  }

  body[data-topic-theme="city-center-metamorphosis"] .topic-entry-hero > a,
  body[data-topic-theme="city-center-metamorphosis"] .topic-entry-hero .topic-entry-kicker,
  body[data-topic-theme="city-center-metamorphosis"] .topic-entry-hero h1 {
    width: calc(100% - 40px);
  }

  body[data-topic-theme="city-center-metamorphosis"] .topic-visual-card-strip,
  body[data-topic-theme="city-center-metamorphosis"] .topic-entry-image-carousel-track {
    grid-auto-columns: minmax(240px, 88%);
  }

  body[data-topic-theme="city-center-metamorphosis"] .topic-map-shell {
    min-height: 440px;
  }

  body[data-topic-theme="city-center-metamorphosis"] .topic-map-head {
    grid-template-columns: 1fr;
    padding: 22px 18px 14px;
  }

  body[data-topic-theme="city-center-metamorphosis"] .topic-map-head p:last-child {
    width: fit-content;
  }

  .topic-entry-image-group > div {
    grid-template-columns: 1fr;
  }

  .topic-entry-lightbox-nav {
    width: 38px;
    height: 38px;
    font-size: 30px;
  }

  body[data-topic-theme="city-center-metamorphosis"] .topic-gallery-modal.is-visual-lightbox .topic-gallery-panel {
    inset: 0;
  }

  body[data-topic-theme="city-center-metamorphosis"] .topic-visual-lightbox-panel {
    padding: 14px;
  }
}

.topic-catalog-page > .footer,
.topic-publication-page > .footer,
.topic-entry-page > .footer {
  color: #526b62;
  background: linear-gradient(135deg, #fff7df 0%, #f7f8ee 52%, #e8f6f2 100%);
  border-top-color: rgba(15, 118, 110, .34);
}
