:root {
  --paper: #f7f3ec;
  --paper-soft: #fffdf8;
  --ink: #191512;
  --muted: #6f675d;
  --line: rgba(25, 21, 18, 0.1);
  --wine: #6d3b33;
  --red: #9f5145;
  --green: #66735c;
  --gold: #9a7a43;
  --shadow: 0 18px 54px rgba(30, 22, 17, 0.1);
  --reader-scale: 1;
  --reader-font: Bookerly, "Literata", Georgia, "Times New Roman", serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body.lightbox-open {
  overflow: hidden;
}

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

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

.icon {
  display: inline-grid;
  flex: 0 0 auto;
  width: 1.12em;
  height: 1.12em;
  place-items: center;
  line-height: 0;
}

.icon svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

p {
  line-height: 1.72;
}

.site-header {
  position: sticky;
  z-index: 20;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 96px;
  padding: 20px clamp(22px, 4.8vw, 64px);
  border-bottom: 1px solid var(--line);
  background:
    linear-gradient(180deg, rgba(255, 253, 248, 0.96), rgba(247, 243, 236, 0.92)),
    var(--paper);
  box-shadow: 0 10px 30px rgba(30, 22, 17, 0.035);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  min-width: max-content;
}

.brand-mark {
  display: grid;
  width: 45px;
  height: 42px;
  place-items: center;
  color: #d7b834;
}

.brand-mark svg {
  width: 48px;
  height: 34px;
  overflow: visible;
  filter:
    drop-shadow(0 0 4px rgba(215, 184, 52, 0.24))
    drop-shadow(0 6px 12px rgba(154, 122, 67, 0.12));
}

.brand-mark path {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.brand-mark-side {
  stroke-width: 4.2;
}

.brand-mark-petal {
  fill: currentColor;
  stroke-width: 1.4;
}

.brand-mark-stem {
  stroke-width: 2.1;
}

.brand-wordmark {
  display: grid;
  gap: 1px;
}

.brand-wordmark small {
  color: var(--gold);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1.1;
  text-transform: uppercase;
}

.brand strong,
.site-header nav a,
.button,
.text-link,
.back-link,
.archive-group a {
  font-size: 14px;
  font-weight: 800;
}

.brand strong {
  color: var(--ink);
  font-family: Cinzel, "Trajan Pro", "Times New Roman", serif;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.025em;
  line-height: 1.24;
  overflow: visible;
  text-transform: none;
}

.site-header nav {
  display: flex;
  gap: 8px;
  padding: 5px;
  border: 1px solid rgba(25, 21, 18, 0.07);
  border-radius: 999px;
  background: rgba(255, 253, 248, 0.54);
}

.site-header nav a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 34px;
  padding: 0 13px;
  border-radius: 999px;
  color: var(--muted);
  transition: color 180ms ease, transform 180ms ease, background 180ms ease;
}

.site-header nav a .icon {
  color: var(--gold);
  font-size: 12px;
  opacity: 0.7;
}

.site-header nav a:hover {
  transform: translateY(-1px);
  background: rgba(154, 122, 67, 0.08);
}

.site-header nav a:hover,
.text-link:hover,
.back-link:hover,
.archive-group a:hover,
.side-nav a:hover,
.section-toc a.is-active {
  color: var(--wine);
}

h1,
h2,
h3 {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  letter-spacing: 0;
  line-height: 0.94;
}

h1 {
  font-size: clamp(58px, 9vw, 132px);
}

h2 {
  font-size: clamp(44px, 6vw, 82px);
}

h3 {
  font-size: clamp(34px, 4vw, 52px);
}

.kicker {
  margin: 0 0 14px;
  color: var(--gold);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.opening {
  position: relative;
  min-height: calc(88vh - 62px);
  display: grid;
  align-items: end;
  overflow: hidden;
  padding: clamp(90px, 11vw, 150px) clamp(20px, 5vw, 72px) clamp(44px, 6vw, 72px);
  color: #fffaf4;
  background: var(--ink);
}

.opening-copy {
  position: relative;
  z-index: 1;
  min-width: 0;
}

.opening-copy h1 {
  max-width: min(1680px, 94vw);
  font-size: clamp(58px, 7vw, 118px);
  line-height: 0.94;
  text-shadow: 0 18px 58px rgba(0, 0, 0, 0.42);
}

.opening-copy p:not(.kicker) {
  max-width: 620px;
  color: rgba(255, 250, 244, 0.78);
  font-size: clamp(22px, 2.4vw, 34px);
  line-height: 1.32;
}

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

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 14px 20px;
  border-radius: 999px;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button .icon {
  font-size: 16px;
  transition: transform 180ms ease;
}

.button:hover .icon {
  transform: translateX(3px);
}

.button.primary {
  color: #fffaf4;
  background: var(--wine);
}

.button.ghost {
  border: 1px solid var(--line);
  color: var(--ink);
  background: rgba(255, 250, 244, 0.5);
}

.opening .button.ghost {
  border-color: rgba(255, 250, 244, 0.42);
  color: #fffaf4;
  background: rgba(255, 250, 244, 0.08);
}

.opening-portrait {
  position: absolute;
  inset: 0;
  margin: 0;
  overflow: hidden;
  border-radius: 0;
  background: var(--ink);
  box-shadow: none;
}

.opening-portrait::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(18, 14, 11, 0.86), rgba(18, 14, 11, 0.4) 48%, rgba(18, 14, 11, 0.12)),
    linear-gradient(0deg, rgba(18, 14, 11, 0.64), transparent 55%);
}

.opening-portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 58% 16%;
  filter: saturate(0.88) contrast(1.04);
}

.intro-section,
.pathways,
.city-section,
.home-archive,
.archive-page {
  padding: clamp(56px, 7vw, 96px) clamp(20px, 5vw, 72px);
}

.intro-section {
  display: grid;
  grid-template-columns: minmax(260px, 0.42fr) minmax(0, 1fr);
  gap: clamp(30px, 5vw, 72px);
  align-items: start;
  background: var(--paper-soft);
}

.intro-section > h2,
.pathways h2,
.section-title h2 {
  max-width: 860px;
}

.intro-section > .kicker,
.intro-section > h2,
.intro-section > .section-lead {
  grid-column: 1;
}

.intro-section > h2 {
  margin-top: 12px;
  font-size: clamp(46px, 6vw, 76px);
}

.person-grid {
  display: grid;
  grid-column: 2;
  grid-row: 1 / span 3;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 0;
}

.person-card {
  position: relative;
  min-height: 230px;
  display: grid;
  grid-template-columns: 42% minmax(0, 1fr);
  align-items: stretch;
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid var(--line);
  background: rgba(255, 253, 248, 0.72);
  box-shadow: 0 12px 34px rgba(30, 22, 17, 0.055);
}

.person-card::after {
  display: none;
}

.person-card img {
  position: static;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 18%;
  transition: transform 500ms ease;
}

.person-card:hover img {
  transform: scale(1.015);
}

.person-card div {
  position: static;
  z-index: 1;
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
  padding: 22px;
  color: var(--ink);
}

.person-card span {
  color: var(--gold);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.person-card h3 {
  margin-top: 8px;
  font-size: clamp(30px, 3.6vw, 44px);
}

.person-card p {
  min-height: 0;
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.55;
}

.card-arrow {
  display: inline-grid;
  width: 36px;
  height: 36px;
  place-items: center;
  margin-top: 18px;
  border: 1px solid rgba(154, 122, 67, 0.28);
  border-radius: 50%;
  color: var(--gold);
  background: rgba(154, 122, 67, 0.06);
  transition: transform 220ms ease, background 220ms ease;
}

.card-arrow .icon {
  width: 18px;
  height: 18px;
}

.person-card:hover .card-arrow {
  transform: translateX(3px);
  background: rgba(154, 122, 67, 0.12);
}

.pathways {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(420px, 1.2fr);
  gap: clamp(34px, 6vw, 86px);
  background: var(--paper);
}

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

.path-grid a {
  position: relative;
  min-height: 168px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: rgba(255, 253, 248, 0.58);
  transition: transform 180ms ease, background 180ms ease;
}

.path-grid a:hover {
  transform: translateY(-1px);
  background: var(--paper-soft);
}

.path-grid i {
  display: inline-grid;
  width: 36px;
  height: 36px;
  place-items: center;
  margin-bottom: 12px;
  border: 1px solid rgba(116, 57, 47, 0.18);
  border-radius: 50%;
  color: var(--wine);
  background: rgba(116, 57, 47, 0.06);
  font-style: normal;
}

.path-grid a > .icon:last-child {
  position: absolute;
  right: 20px;
  bottom: 20px;
  color: var(--gold);
  transition: transform 180ms ease;
}

.path-grid a:hover > .icon:last-child {
  transform: translateX(2px);
}

.path-grid strong {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 42px;
}

.path-grid span {
  color: var(--muted);
  line-height: 1.55;
}

.city-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.72fr);
  gap: clamp(34px, 6vw, 88px);
  align-items: center;
  background: var(--paper-soft);
}

.city-section p {
  max-width: 680px;
  color: var(--muted);
  font-size: 18px;
}

.city-section img {
  width: 100%;
  max-height: 560px;
  object-fit: cover;
  object-position: 50% 35%;
  border-radius: 14px;
  box-shadow: var(--shadow);
}

.text-link,
.back-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-top: 18px;
  color: var(--wine);
}

.text-link .icon,
.back-link .icon {
  transition: transform 180ms ease;
}

.text-link:hover .icon {
  transform: translateX(4px);
}

.back-link:hover .icon {
  transform: translateX(-4px);
}

.home-archive {
  background: var(--paper);
}

.section-title {
  max-width: 760px;
  margin-bottom: 34px;
}

.section-title p:not(.kicker) {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.6;
}

.section-lead {
  max-width: 680px;
  margin: -14px 0 30px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.6;
}

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

.smart-index {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

.smart-index-card {
  position: relative;
  display: grid;
  grid-template-rows: 210px auto auto 1fr auto;
  gap: 10px;
  min-height: 0;
  overflow: hidden;
  padding: 0 0 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--muted);
  background: rgba(255, 253, 248, 0.72);
  transition: background 180ms ease, color 180ms ease;
}

.smart-index-card img {
  width: 100%;
  height: 210px;
  object-fit: cover;
  object-position: 50% 18%;
  filter: saturate(0.9) contrast(1.04);
}

.smart-index-card:hover {
  color: var(--wine);
  background: rgba(255, 253, 248, 0.96);
}

.smart-index-card small,
.archive-group header span {
  padding: 0 18px;
  color: var(--gold);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.smart-index-card strong {
  padding: 0 18px;
  color: var(--ink);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(26px, 2.7vw, 34px);
  line-height: 1;
}

.smart-index-card span {
  padding: 0 18px;
  max-width: 24ch;
  font-size: 15px;
  line-height: 1.55;
}

.smart-index-card em {
  padding: 0 18px;
  color: var(--wine);
  font-size: 13px;
  font-style: normal;
  font-weight: 900;
}

.smart-index-card > .icon {
  position: absolute;
  right: 18px;
  bottom: 18px;
  color: var(--gold);
  transition: transform 180ms ease;
}

.smart-index-card:hover > .icon {
  transform: translateX(4px);
}

.archive-group {
  display: grid;
  grid-template-columns: minmax(180px, 250px) minmax(0, 1fr);
  gap: clamp(18px, 3vw, 32px);
  align-items: start;
  scroll-margin-top: 110px;
  padding: clamp(22px, 3vw, 34px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 253, 248, 0.64);
}

.archive-group figure {
  margin: 0;
}

.archive-group figure img {
  width: 100%;
  aspect-ratio: 1 / 1.12;
  object-fit: cover;
  object-position: 50% 18%;
  border-radius: 8px;
  filter: saturate(0.9) contrast(1.04);
}

.archive-preview.all {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

.archive-group header {
  margin-bottom: 12px;
}

.archive-group header span {
  padding: 0;
}

.archive-group h2 {
  max-width: 760px;
  margin: 0 0 12px;
  font-size: clamp(38px, 5vw, 64px);
  line-height: 0.96;
}

.archive-group-copy p {
  max-width: 720px;
  margin: 0 0 18px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.6;
}

.archive-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 8px;
  color: var(--wine);
  font-weight: 800;
}

.archive-cta .icon {
  color: var(--gold);
  transition: transform 180ms ease;
}

.archive-cta:hover .icon {
  transform: translateX(4px);
}

.archive-list {
  grid-column: 2;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0 18px;
  align-self: stretch;
}

.archive-item {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 58px;
  padding: 14px 42px 14px 16px;
  border: 0;
  border-top: 1px solid var(--line);
  border-radius: 0;
  color: var(--muted);
  background: transparent;
  transition: color 180ms ease, background 180ms ease;
}

.archive-item:hover {
  color: var(--wine);
  background: rgba(154, 122, 67, 0.06);
}

.archive-item strong {
  color: var(--ink);
  font-size: 17px;
  line-height: 1.25;
}

.archive-item > .icon {
  position: absolute;
  right: 14px;
  top: 50%;
  color: var(--gold);
  transform: translateY(-50%);
  transition: transform 180ms ease;
}

.archive-item:hover > .icon {
  transform: translate(4px, -50%);
}

.story-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.58fr);
  gap: clamp(26px, 4vw, 56px);
  align-items: center;
  padding: clamp(42px, 6vw, 74px) clamp(20px, 5vw, 72px);
  background: var(--paper-soft);
}

.story-title h1 {
  font-size: clamp(52px, 7.5vw, 104px);
  max-width: 900px;
  overflow-wrap: break-word;
}

.story-title > p:not(.kicker) {
  max-width: 720px;
  color: var(--muted);
  font-size: 18px;
}

.story-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 20px;
}

.story-meta span {
  padding: 8px 11px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.story-photo {
  margin: 0;
  width: min(100%, 430px);
  aspect-ratio: 9 / 16;
  justify-self: center;
  overflow: visible;
  border-radius: 14px;
  background: transparent;
  box-shadow: 0 24px 68px rgba(30, 22, 17, 0.13);
}

.story-photo:empty {
  display: none;
}

.page-photo {
  width: 100%;
  height: 100%;
  max-height: none;
  object-fit: cover;
  object-position: 50% 18%;
  border-radius: 14px;
  background: transparent;
  box-shadow: var(--shadow);
}

.story-hero .page-photo {
  width: 100%;
  max-width: none;
  height: 100%;
  margin-inline: auto;
}

.central-story-hero .story-photo {
  overflow: visible;
}

.central-story-hero .page-photo {
  width: 100%;
  height: 100%;
  max-height: none;
  object-fit: cover;
  margin-inline: 0;
}

.story-photo figcaption,
.image-grid figcaption {
  margin-top: 9px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
}

.author-hero {
  background:
    linear-gradient(90deg, rgba(116, 57, 47, 0.045), transparent 48%),
    var(--paper-soft);
}

.author-page-shell {
  display: flex;
  justify-content: center;
  padding: clamp(34px, 5vw, 68px) clamp(20px, 5vw, 72px) clamp(64px, 8vw, 110px);
}

.author-reader {
  display: grid;
  max-width: 820px;
  gap: 36px;
}

.author-section {
  padding-top: 36px;
  border-top: 1px solid var(--line);
}

.author-section:first-child {
  padding-top: 0;
  border-top: 0;
}

.author-section > span {
  display: block;
  margin-bottom: 16px;
  color: var(--gold);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.author-opening {
  color: var(--ink);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(32px, 4.2vw, 54px);
  line-height: 1.08;
}

.author-contact {
  display: grid;
  gap: 14px;
  padding: 28px;
  border: 1px solid rgba(116, 57, 47, 0.14);
  border-radius: 8px;
  background: rgba(255, 253, 248, 0.72);
}

.author-contact > span {
  color: var(--gold);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.author-contact a {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  width: fit-content;
  color: var(--wine);
  font-size: clamp(18px, 2vw, 24px);
  font-weight: 800;
}

.author-contact .icon {
  color: var(--gold);
}

.zoomable {
  cursor: zoom-in;
}

.zoomable img {
  will-change: transform;
}

.story-shell {
  display: grid;
  grid-template-columns: minmax(0, 720px) minmax(190px, 260px);
  gap: clamp(34px, 5vw, 72px);
  align-items: start;
  justify-content: center;
  padding: clamp(36px, 6vw, 72px) clamp(20px, 5vw, 72px);
}

.story-aside {
  position: sticky;
  top: 86px;
  display: grid;
  gap: 12px;
  width: 100%;
}

.reader {
  max-width: 720px;
  padding: clamp(28px, 5vw, 52px) clamp(24px, 5vw, 50px) clamp(360px, 105vh, 900px);
  border: 1px solid rgba(25, 21, 18, 0.07);
  border-radius: 6px;
  background:
    linear-gradient(180deg, rgba(255, 250, 244, 0.96), rgba(251, 248, 242, 0.98)),
    var(--paper-soft);
  box-shadow: 0 12px 46px rgba(30, 22, 17, 0.055);
}

.timeline-card {
  margin-bottom: 30px;
  padding: 20px;
  border: 1px solid rgba(116, 57, 47, 0.13);
  border-radius: 8px;
  background: rgba(255, 253, 248, 0.56);
}

.timeline-card > strong,
.section-note strong {
  display: block;
  color: var(--wine);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.timeline-card ol {
  display: grid;
  gap: 14px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.timeline-card li {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 14px;
  align-items: baseline;
  padding-top: 14px;
  border-top: 1px solid var(--line);
  cursor: pointer;
  transition: background 180ms ease, padding 180ms ease;
}

.timeline-card li:first-child {
  padding-top: 0;
  border-top: 0;
}

.timeline-card li span {
  color: var(--gold);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
}

.timeline-card li:hover,
.timeline-card li:focus,
.timeline-card li.is-selected {
  padding-left: 10px;
  background: rgba(173, 135, 64, 0.08);
  outline: 0;
}

.timeline-card p,
.section-note p {
  margin: 0;
  color: var(--muted);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 14px;
  line-height: 1.55;
}

.section-note {
  margin: 0 0 22px;
  padding: 14px 0 14px 16px;
  border-left: 2px solid rgba(154, 122, 67, 0.5);
  background: transparent;
}

.section-note strong {
  margin-bottom: 7px;
}

.editorial-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: 24px 0 28px;
}

.editorial-gallery figure {
  margin: 0;
  padding: 8px;
  border: 1px solid rgba(25, 21, 18, 0.08);
  border-radius: 8px;
  background: rgba(255, 253, 248, 0.66);
}

.editorial-gallery img {
  width: 100%;
  height: 260px;
  object-fit: contain;
  object-position: 50% 18%;
  border-radius: 8px;
  background: #fffaf4;
  filter: saturate(0.92) contrast(1.04);
}

.editorial-gallery figure:only-child img {
  height: auto;
  max-height: 520px;
  object-fit: contain;
  background: #fffaf4;
}

.editorial-gallery figcaption {
  margin-top: 10px;
  color: var(--muted);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.45;
}

.document-section {
  position: relative;
  padding: 26px;
  border: 1px solid rgba(116, 57, 47, 0.13);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(116, 57, 47, 0.08), transparent 34%),
    rgba(255, 250, 244, 0.72);
}

.image-sequence {
  display: none;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid var(--line);
}

.image-sequence > div:first-child {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 14px;
}

.image-sequence strong {
  color: var(--wine);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.image-sequence span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

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

.image-grid figure {
  margin: 0 0 8px;
  overflow: hidden;
  border-radius: 10px;
  background: var(--paper);
}

.image-grid img {
  width: 100%;
  height: 132px;
  object-fit: contain;
  object-position: 50% 18%;
  background: #fffaf4;
  transition: transform 220ms ease;
}

.image-grid figcaption {
  padding: 0 2px 2px;
}

.image-grid img:hover {
  transform: scale(1.03);
}

.reader p {
  margin: 0 0 1.22em;
  color: #4f473f;
  font-family: var(--reader-font);
  font-size: calc(clamp(19px, 1.28vw, 21px) * var(--reader-scale));
  line-height: 1.74;
  max-width: 66ch;
  text-wrap: pretty;
}

.reader p + p {
  margin-top: 0.3em;
}

.reader > p:first-of-type,
.reader-section:first-of-type p:first-of-type {
  color: var(--ink);
  font-family: var(--reader-font);
  font-size: calc(clamp(22px, 1.75vw, 27px) * var(--reader-scale));
  line-height: 1.52;
  margin-bottom: 1.05em;
}

.reader-section {
  scroll-margin-top: 112px;
  padding-top: clamp(28px, 4.6vw, 46px);
  margin-top: clamp(28px, 4.6vw, 46px);
  border-top: 1px solid var(--line);
}

.reader-section:first-of-type {
  padding-top: 0;
  margin-top: 0;
  border-top: 0;
}

.reader-section h2 {
  margin-bottom: 18px;
  color: var(--wine);
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1;
}

.archive-story-shell {
  grid-template-columns: minmax(0, 660px) minmax(180px, 240px);
  gap: clamp(24px, 4vw, 52px);
  padding-top: clamp(28px, 4vw, 48px);
  padding-bottom: clamp(42px, 6vw, 76px);
}

.archive-reader {
  padding: clamp(24px, 4vw, 38px) clamp(22px, 4vw, 40px) clamp(34px, 5vw, 58px);
}

.archive-hero-back {
  margin: 0 0 clamp(36px, 8vw, 96px);
  font-size: 14px;
  font-weight: 800;
}

.archive-reader .reader-section h2 {
  margin-bottom: 14px;
  font-size: clamp(30px, 3.2vw, 42px);
}

.archive-reader p,
.archive-reader .reader-section:first-of-type p:first-of-type {
  color: #514940;
  font-size: calc(clamp(18px, 1.16vw, 20px) * var(--reader-scale));
  line-height: 1.68;
  margin-bottom: 0;
}

.archive-reader .reader-section {
  padding-top: clamp(20px, 3vw, 32px);
  margin-top: clamp(20px, 3vw, 32px);
}

.archive-reader .reader-section:first-of-type {
  padding-top: 0;
  margin-top: 0;
}

.section-kind {
  display: inline-flex;
  width: fit-content;
  margin: 0 0 14px;
  padding: 7px 10px;
  border: 1px solid rgba(154, 122, 67, 0.28);
  border-radius: 999px;
  color: var(--gold);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
}

.chronology-section h2 {
  margin-bottom: 28px;
}

.smart-chronology {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(25, 21, 18, 0.1);
}

.smart-chronology li {
  display: grid;
  grid-template-columns: minmax(82px, 0.24fr) minmax(0, 1fr);
  gap: clamp(18px, 3vw, 34px);
  align-items: baseline;
  padding: 22px 0;
  border-bottom: 1px solid rgba(25, 21, 18, 0.1);
}

.smart-chronology time {
  color: var(--gold);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(30px, 4vw, 46px);
  font-weight: 700;
  line-height: 0.95;
  font-variant-numeric: lining-nums;
}

.smart-chronology p {
  margin: 0;
  max-width: 52ch;
  color: #4f473f;
  font-family: var(--reader-font);
  font-size: calc(clamp(18px, 1.2vw, 20px) * var(--reader-scale));
  line-height: 1.58;
}

.works-panel > p {
  max-width: 58ch;
  margin-bottom: 24px;
  color: #5d554c;
  font-size: calc(clamp(18px, 1.2vw, 20px) * var(--reader-scale));
  line-height: 1.66;
}

.works-list {
  display: grid;
  gap: 0;
  margin: 0 0 24px;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(25, 21, 18, 0.1);
}

.works-list li {
  display: grid;
  gap: 5px;
  padding: 18px 0;
  border-bottom: 1px solid rgba(25, 21, 18, 0.1);
}

.works-list strong {
  color: var(--ink);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(25px, 3vw, 34px);
  line-height: 1.02;
}

.works-list span {
  max-width: 56ch;
  color: var(--muted);
  font-family: var(--reader-font);
  font-size: calc(clamp(16px, 1.05vw, 18px) * var(--reader-scale));
  line-height: 1.58;
}

.reader-more {
  margin-top: 26px;
  border-top: 1px solid rgba(25, 21, 18, 0.12);
  border-bottom: 1px solid rgba(25, 21, 18, 0.08);
}

.reader-more summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 58px;
  cursor: pointer;
  color: var(--wine);
  font-weight: 800;
  list-style: none;
}

.reader-more summary::-webkit-details-marker {
  display: none;
}

.reader-more summary .icon {
  flex: 0 0 auto;
  color: var(--gold);
  transition: transform 180ms ease;
}

.reader-more[open] summary .icon {
  transform: rotate(90deg);
}

.reader-more ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0 0 20px 18px;
  color: var(--muted);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 14px;
  line-height: 1.55;
}

.source-text {
  padding: 0 0 24px;
}

.source-text p {
  max-width: 62ch;
  margin: 0 0 1em;
  color: #5d554c;
  font-family: var(--reader-font);
  font-size: calc(clamp(16px, 1vw, 18px) * var(--reader-scale));
  line-height: 1.65;
}

.source-text p:last-child {
  margin-bottom: 0;
}

.voice-panel {
  margin-top: 22px;
  padding-left: clamp(18px, 3vw, 30px);
  border-left: 3px solid var(--gold);
}

.voice-panel.represented-voice {
  border-left-color: var(--wine);
}

.voice-panel-intro {
  max-width: 58ch;
  margin-bottom: 22px;
  color: var(--muted);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 14px;
  font-weight: 750;
  line-height: 1.55;
}

.memory-quote {
  margin: 30px 0 0;
  padding: clamp(22px, 4vw, 34px);
  border-left: 3px solid var(--gold);
  border-radius: 0 8px 8px 0;
  background: rgba(154, 122, 67, 0.07);
}

.memory-quote strong {
  display: block;
  margin-bottom: 16px;
  color: var(--wine);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.memory-quote p {
  max-width: 58ch;
  margin-bottom: 1em;
  color: #4f473f;
  font-size: calc(clamp(18px, 1.2vw, 20px) * var(--reader-scale));
  line-height: 1.68;
}

.memory-quote p:last-child {
  margin-bottom: 0;
}

.document-quote {
  background: rgba(154, 122, 67, 0.09);
}

.poem-block {
  display: grid;
  gap: 4px;
  margin: 30px 0;
  padding: clamp(20px, 3vw, 30px);
  border-left: 3px solid var(--wine);
  background: rgba(123, 49, 49, 0.06);
  color: #4f473f;
  font-family: var(--reader-font);
  font-size: calc(clamp(17px, 1.1vw, 19px) * var(--reader-scale));
  line-height: 1.5;
}

.poem-block strong {
  margin-bottom: 10px;
  color: var(--wine);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(30px, 4vw, 42px);
  line-height: 1;
}

.poem-block span {
  display: block;
}

.poem-block em {
  display: block;
  margin-top: 12px;
  color: var(--muted);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.text-date,
.text-place {
  border-radius: 4px;
  padding: 0 0.08em;
  font-weight: 650;
}

.text-date {
  color: #73433b;
  background: rgba(116, 57, 47, 0.045);
}

.text-place {
  color: #53604b;
  background: rgba(102, 115, 92, 0.055);
}

.story-closing {
  margin-top: clamp(42px, 7vw, 74px);
  padding-top: 28px;
  border-top: 1px solid rgba(25, 21, 18, 0.12);
}

.story-closing p {
  max-width: 48ch;
  margin-bottom: 18px;
  color: #5d554c;
  font-size: calc(clamp(18px, 1.2vw, 20px) * var(--reader-scale));
  line-height: 1.6;
}

.story-closing div {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.story-closing a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 42px;
  padding: 10px 14px;
  border: 1px solid rgba(154, 122, 67, 0.25);
  border-radius: 999px;
  color: var(--wine);
  background: rgba(255, 253, 248, 0.62);
  font-size: 13px;
  font-weight: 850;
}

.story-closing a .icon {
  color: var(--gold);
}

.section-toc,
.side-nav {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0;
  padding: 4px 0 0 18px;
  border-top: 0;
  border-radius: 0;
  background: transparent;
}

.section-toc::before {
  content: "";
  position: absolute;
  left: 4px;
  top: 34px;
  bottom: 8px;
  width: 1px;
  background: linear-gradient(180deg, rgba(154, 122, 67, 0.42), rgba(25, 21, 18, 0.06));
}

.section-toc > span,
.side-nav > span {
  flex: 0 0 auto;
  margin-bottom: 14px;
  color: var(--gold);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.section-toc a,
.side-nav a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  min-height: 42px;
  padding: 7px 0 7px 2px;
  border: 0;
  border-bottom: 1px solid rgba(25, 21, 18, 0.08);
  border-radius: 0;
  color: var(--muted);
  background: transparent;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.4;
}

.side-nav {
  margin-top: 26px;
  overflow: visible;
}

.side-nav a {
  min-height: 58px;
  gap: 10px;
  padding: 9px 0;
}

.side-nav a img {
  width: 44px;
  height: 54px;
  flex: 0 0 auto;
  border-radius: 6px;
  object-fit: contain;
  object-position: 50% 18%;
  background: #fffaf4;
}

.side-nav a.all-link {
  min-height: 46px;
  margin-top: 12px;
  padding: 12px 14px;
  border: 1px solid rgba(154, 122, 67, 0.24);
  border-radius: 999px;
  color: var(--wine);
  background: rgba(255, 253, 248, 0.62);
}

.section-toc a::before {
  content: "";
  position: absolute;
  left: -18px;
  top: 50%;
  width: 9px;
  height: 9px;
  border: 1px solid rgba(154, 122, 67, 0.48);
  border-radius: 50%;
  background: var(--paper);
  transform: translateY(-50%);
}

.section-toc a small,
.side-nav a small {
  min-width: 24px;
  color: rgba(154, 122, 67, 0.86);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 1;
}

.section-toc a span,
.side-nav a span {
  flex: 1;
  min-width: 0;
}

.bio-nav {
  padding-left: 0;
}

.bio-nav > span {
  margin-bottom: 14px;
  color: var(--gold);
  font-size: 13px;
  letter-spacing: 0.02em;
  text-transform: none;
}

.bio-nav a {
  min-height: 70px;
  padding: 9px;
  border: 1px solid rgba(25, 21, 18, 0.08);
  border-radius: 8px;
  background: rgba(255, 253, 248, 0.58);
}

.bio-nav a:hover {
  border-color: rgba(154, 122, 67, 0.2);
  background: rgba(255, 253, 248, 0.78);
}

.bio-nav a span {
  color: #5f584f;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.18;
}

.bio-nav a .icon {
  width: 17px;
  height: 17px;
}

.bio-nav a.all-link {
  justify-content: center;
  min-height: 44px;
  padding: 10px 14px;
}

.bio-nav a.all-link span {
  flex: 0 1 auto;
  color: var(--wine);
  font-size: 13px;
}

.section-toc a .icon,
.side-nav a .icon {
  margin-left: auto;
  color: var(--gold);
  opacity: 0.72;
  transition: transform 180ms ease, opacity 180ms ease;
}

.section-toc a .icon {
  display: none;
}

.section-toc a:hover .icon,
.side-nav a:hover .icon,
.section-toc a.is-active .icon {
  opacity: 1;
  transform: translateX(4px);
}

.section-toc a.is-active {
  padding-left: 2px;
  border-left: 0;
  color: var(--wine);
  background: transparent;
}

.section-toc a.is-active::before {
  border-color: var(--wine);
  background: var(--wine);
}

.archive-page {
  position: relative;
  overflow: hidden;
  background: var(--paper);
}

.index-board {
  display: block;
  padding: clamp(92px, 12vw, 150px) clamp(20px, 5vw, 72px) clamp(42px, 6vw, 72px);
  background:
    linear-gradient(180deg, rgba(255, 253, 248, 0.92), rgba(248, 244, 236, 0.98)),
    var(--paper);
}

.archive-hero {
  position: relative;
  overflow: hidden;
}

.archive-hero::before,
.archive-hero::after,
.archive-page::before {
  content: "";
  position: absolute;
  pointer-events: none;
}

.archive-hero::before {
  right: clamp(24px, 7vw, 112px);
  bottom: clamp(-190px, -12vw, -96px);
  width: min(46vw, 620px);
  aspect-ratio: 1;
  border: 1px solid rgba(154, 122, 67, 0.14);
  border-radius: 50%;
}

.archive-hero::after {
  right: clamp(72px, 12vw, 190px);
  bottom: clamp(-112px, -7vw, -48px);
  width: min(28vw, 360px);
  aspect-ratio: 1;
  border: 1px solid rgba(116, 57, 47, 0.1);
  transform: rotate(45deg);
}

.archive-page::before {
  top: -118px;
  left: clamp(18px, 5vw, 76px);
  width: min(36vw, 460px);
  height: 720px;
  border-left: 1px solid rgba(154, 122, 67, 0.1);
  border-radius: 50%;
  transform: rotate(13deg);
}

.archive-page > * {
  position: relative;
  z-index: 1;
}

.index-board h1 {
  max-width: 980px;
  margin-bottom: 20px;
  font-size: clamp(72px, 10vw, 148px);
}

.index-board p:not(.kicker) {
  max-width: 620px;
  color: var(--muted);
  font-size: 20px;
  line-height: 1.65;
}

.collection-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 16px;
}

.collection-card {
  display: grid;
  grid-column: span 2;
  grid-template-columns: 128px minmax(0, 1fr);
  min-height: 154px;
  overflow: hidden;
  border: 1px solid rgba(154, 122, 67, 0.11);
  border-radius: 8px;
  color: var(--muted);
  background: rgba(255, 253, 248, 0.42);
  box-shadow: 0 1px 0 rgba(255, 253, 248, 0.76) inset;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.collection-card--wide {
  grid-column: span 3;
  grid-template-columns: 128px minmax(0, 1fr);
}

.collection-card:hover {
  transform: translateY(-2px);
  border-color: rgba(116, 57, 47, 0.18);
  background: rgba(255, 253, 248, 0.9);
  box-shadow: 0 14px 38px rgba(42, 31, 24, 0.06);
}

.collection-card img {
  align-self: center;
  justify-self: center;
  width: 108px;
  height: 108px;
  min-height: 0;
  border-radius: 5px;
  object-fit: cover;
  object-position: 50% 24%;
  background: #fffaf4;
  filter: saturate(0.92) contrast(1.04);
}

.collection-card > div {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 6px;
  align-content: center;
  padding: 15px 16px;
}

.collection-card small {
  color: var(--gold);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 1.1;
  text-transform: uppercase;
}

.collection-card h2 {
  margin: 0;
  color: var(--ink);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(22px, 1.8vw, 28px);
  font-weight: 700;
  line-height: 0.98;
  letter-spacing: 0;
}

.collection-card p {
  max-width: 34em;
  margin: 0;
  color: #6b6259;
  font-size: 13.5px;
  line-height: 1.48;
}

.index-board-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
  margin-top: clamp(28px, 5vw, 54px);
}

.index-route {
  position: relative;
  display: grid;
  align-content: end;
  min-height: 360px;
  overflow: hidden;
  padding: 18px;
  border-radius: 8px;
  color: #fffaf4;
  background: rgba(255, 253, 248, 0.76);
  transition: background 180ms ease;
}

.index-route::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 26%, rgba(25, 21, 18, 0.74));
}

.index-route img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 18%;
  filter: saturate(0.9) contrast(1.04);
  transition: transform 220ms ease;
}

.index-route:hover img {
  transform: scale(1.03);
}

.index-route small {
  display: none;
}

.index-route strong {
  position: relative;
  z-index: 1;
  color: #fffaf4;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(28px, 2.5vw, 36px);
  line-height: 1;
}

.index-route span {
  position: relative;
  z-index: 1;
  color: rgba(255, 250, 244, 0.82);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.archive-tools {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(280px, 1fr);
  gap: 18px 28px;
  align-items: end;
  margin-bottom: 38px;
  padding-bottom: 22px;
  border-bottom: 1px solid rgba(154, 122, 67, 0.13);
}

.search-box {
  display: block;
  max-width: 760px;
  margin: 0;
}

.search-box span {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 10px;
  color: var(--muted);
  font-weight: 800;
}

.search-box span .icon {
  color: var(--gold);
}

.search-box input {
  width: 100%;
  min-height: 54px;
  padding: 0 18px;
  border: 0;
  border-bottom: 1px solid rgba(154, 122, 67, 0.28);
  border-radius: 0;
  outline: 0;
  color: var(--ink);
  background: transparent;
  font: inherit;
}

.search-box input:focus {
  border-color: var(--wine);
  box-shadow: none;
}

.archive-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
  margin: 0;
}

.archive-filter {
  min-height: 34px;
  padding: 0 13px;
  border: 1px solid rgba(154, 122, 67, 0.15);
  border-radius: 999px;
  color: #6b6259;
  background: rgba(255, 253, 248, 0.36);
  font: 800 12px/1 Inter, system-ui, sans-serif;
  letter-spacing: 0.04em;
  cursor: pointer;
  transition: color 180ms ease, border-color 180ms ease, background 180ms ease;
}

.archive-filter:hover,
.archive-filter.is-active {
  border-color: rgba(116, 57, 47, 0.24);
  color: var(--wine);
  background: rgba(255, 253, 248, 0.88);
}

.suggested-section {
  margin: 0 0 38px;
  padding: 0 0 36px;
  border-bottom: 1px solid rgba(154, 122, 67, 0.16);
}

.suggested-section > div:first-child {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 18px;
}

.suggested-section .kicker {
  margin: 0 0 7px;
}

.suggested-section h2 {
  margin: 0;
  color: var(--ink);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(34px, 4vw, 54px);
  line-height: 0.98;
}

.suggested-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.suggested-card {
  display: grid;
  grid-template-rows: 154px auto auto 1fr;
  min-height: 308px;
  overflow: hidden;
  border: 1px solid rgba(154, 122, 67, 0.11);
  border-radius: 8px;
  color: var(--muted);
  background: rgba(255, 253, 248, 0.42);
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.suggested-card:hover {
  transform: translateY(-2px);
  border-color: rgba(116, 57, 47, 0.18);
  background: rgba(255, 253, 248, 0.9);
  box-shadow: 0 14px 38px rgba(42, 31, 24, 0.06);
}

.suggested-card img {
  width: 100%;
  height: 154px;
  object-fit: cover;
  object-position: 50% 24%;
  background: #fffaf4;
}

.suggested-card small,
.suggested-card h2,
.suggested-card p {
  margin-left: 16px;
  margin-right: 16px;
}

.suggested-card small {
  margin-top: 15px;
  color: var(--gold);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.suggested-card h2 {
  margin-top: 7px;
  margin-bottom: 0;
  color: var(--ink);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(24px, 2.2vw, 31px);
  line-height: 0.98;
}

.suggested-card p {
  margin-top: 9px;
  margin-bottom: 18px;
  color: #6b6259;
  font-size: 13px;
  line-height: 1.42;
}

.city-page {
  background: var(--paper);
}

.city-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.7fr);
  gap: clamp(28px, 6vw, 88px);
  align-items: end;
  padding: clamp(96px, 12vw, 152px) clamp(20px, 5vw, 72px) clamp(44px, 7vw, 88px);
  border-bottom: 1px solid var(--line);
}

.city-hero h1 {
  max-width: 980px;
  margin: 0 0 22px;
  font-size: clamp(68px, 10vw, 144px);
  line-height: 0.86;
}

.city-hero p:not(.kicker) {
  max-width: 720px;
  color: var(--muted);
  font-size: clamp(20px, 2vw, 28px);
  line-height: 1.45;
}

.city-hero figure {
  margin: 0;
}

.city-hero img {
  width: 100%;
  aspect-ratio: 4 / 3;
  border-radius: 8px;
  object-fit: cover;
  object-position: center;
  box-shadow: 0 26px 70px rgba(43, 35, 28, 0.13);
}

.city-intro {
  display: grid;
  grid-template-columns: minmax(260px, 0.55fr) minmax(0, 1fr);
  gap: clamp(28px, 5vw, 72px);
  padding: clamp(42px, 7vw, 82px) clamp(20px, 5vw, 72px);
  border-bottom: 1px solid var(--line);
}

.city-intro > p {
  margin: 0;
  color: var(--muted);
  font-family: Literata, Georgia, serif;
  font-size: clamp(19px, 1.7vw, 25px);
  line-height: 1.65;
}

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

.city-intro a {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 7px 14px;
  align-items: center;
  min-height: 92px;
  padding: 17px 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--ink);
  background: rgba(255, 253, 248, 0.72);
}

.city-intro a small {
  grid-column: 1 / -1;
  color: var(--gold);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.city-intro a span {
  font-weight: 800;
  line-height: 1.15;
}

.city-intro a .icon {
  color: var(--gold);
}

.city-chapter {
  display: grid;
  grid-template-columns: minmax(300px, 0.68fr) minmax(0, 1fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: start;
  padding: clamp(52px, 8vw, 104px) clamp(20px, 5vw, 72px);
  border-bottom: 1px solid var(--line);
}

.city-chapter-copy {
  position: sticky;
  top: 96px;
}

.city-chapter h2 {
  max-width: 620px;
  margin: 0 0 22px;
  font-size: clamp(42px, 5.2vw, 76px);
  line-height: 0.94;
}

.city-chapter p:not(.kicker) {
  max-width: 620px;
  color: var(--muted);
  font-family: Literata, Georgia, serif;
  font-size: 19px;
  line-height: 1.78;
}

.city-more {
  max-width: 620px;
  margin-top: 24px;
  border-top: 1px solid rgba(25, 21, 18, 0.12);
  border-bottom: 1px solid rgba(25, 21, 18, 0.08);
}

.city-more summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 58px;
  cursor: pointer;
  color: var(--wine);
  font-weight: 800;
  list-style: none;
}

.city-more summary::-webkit-details-marker {
  display: none;
}

.city-more summary .icon {
  flex: 0 0 auto;
  color: var(--gold);
  transition: transform 180ms ease;
}

.city-more[open] summary .icon {
  transform: rotate(90deg);
}

.city-more div {
  padding: 0 0 18px;
}

.city-more p {
  margin: 0 0 14px;
  color: var(--muted);
  font-family: Literata, Georgia, serif;
  font-size: 17px;
  line-height: 1.72;
}

.city-chapter-images {
  display: grid;
  gap: 12px;
}

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

.city-images-3 figure:first-child {
  grid-row: span 2;
}

.city-chapter figure {
  margin: 0;
}

.city-chapter img {
  width: 100%;
  aspect-ratio: 4 / 3;
  border-radius: 8px;
  object-fit: cover;
  object-position: center;
  background: #fffaf4;
}

.city-chapter figcaption {
  margin-top: 8px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 30px clamp(20px, 5vw, 72px);
  color: #fffaf4;
  background: var(--ink);
}

.site-footer span {
  color: rgba(255, 250, 244, 0.68);
}

.experience-controls {
  position: fixed;
  z-index: 40;
  right: clamp(12px, 2vw, 22px);
  left: auto;
  bottom: clamp(12px, 2vw, 22px);
  display: flex;
  flex-direction: column;
  gap: 3px;
  padding: 5px;
  border: 1px solid rgba(25, 21, 18, 0.08);
  border-radius: 999px;
  background: rgba(255, 253, 248, 0.66);
  box-shadow: 0 10px 28px rgba(30, 22, 17, 0.075);
  opacity: 0.72;
  backdrop-filter: blur(16px);
  transition: opacity 160ms ease, transform 160ms ease;
}

.experience-controls:hover,
.experience-controls:focus-within {
  opacity: 1;
}

.experience-controls button,
.lightbox button {
  border: 0;
  border-radius: 999px;
  color: var(--ink);
  background: rgba(255, 250, 244, 0.9);
  font: inherit;
  font-size: 15px;
  font-weight: 900;
  cursor: pointer;
}

.experience-controls button {
  display: grid;
  min-width: 32px;
  min-height: 32px;
  place-items: center;
  padding: 0 9px;
  color: #5f584f;
  background: transparent;
  font-size: 13px;
}

.experience-controls button:hover,
.experience-controls button[aria-pressed="true"] {
  color: #fffaf4;
  background: var(--wine);
}

.focus-mode .site-header,
.focus-mode .story-aside,
.focus-mode .story-photo,
.focus-mode .timeline-card {
  opacity: 0.18;
  filter: saturate(0.5);
  transition: opacity 180ms ease;
}

.focus-mode .story-shell {
  grid-template-columns: minmax(0, 760px);
}

.focus-mode .story-aside {
  display: none;
}

.focus-mode .reader {
  margin: 0 auto;
}

.focus-mode .site-header:hover,
.focus-mode .story-aside:hover,
.focus-mode .story-photo:hover,
.focus-mode .timeline-card:hover {
  opacity: 1;
}

.lightbox {
  position: fixed;
  z-index: 80;
  inset: 0;
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr) 76px;
  align-items: center;
  gap: 16px;
  padding: clamp(18px, 4vw, 56px);
  color: #fffaf4;
  background: rgba(16, 13, 11, 0.92);
  backdrop-filter: blur(18px);
}

.lightbox[hidden] {
  display: none;
}

.lightbox figure {
  margin: 0;
  min-width: 0;
}

.lightbox img {
  width: 100%;
  max-height: 78vh;
  object-fit: contain;
}

.lightbox figcaption {
  max-width: 920px;
  margin: 18px auto 0;
  color: rgba(255, 250, 244, 0.82);
  text-align: center;
  line-height: 1.55;
}

.lightbox-close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 46px;
  height: 46px;
  font-size: 26px;
  line-height: 1;
}

.lightbox-nav {
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  font-size: 26px;
}

.lightbox button:hover {
  color: #fffaf4;
  background: var(--wine);
}

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

.mini-profile {
  display: grid;
  align-content: start;
  gap: 10px;
  padding: 18px 18px 20px;
  border: 1px solid rgba(154, 122, 67, 0.16);
  color: inherit;
  background: rgba(255, 253, 248, 0.54);
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.mini-profile:hover {
  transform: translateY(-2px);
  border-color: rgba(116, 57, 47, 0.22);
  background: rgba(255, 253, 248, 0.9);
}

.mini-profile h3 {
  margin: 0;
  color: var(--wine);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(25px, 2.4vw, 34px);
  line-height: 1;
}

.mini-profile p {
  margin: 0;
  color: #514940;
  font-size: calc(clamp(16px, 1vw, 18px) * var(--reader-scale));
  line-height: 1.58;
}

.mini-profile b {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 2px;
  color: var(--gold);
  font-family: Inter, system-ui, sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.reveal {
  opacity: 1;
  transform: none;
  transition: none;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

[hidden] {
  display: none !important;
}

/* Calm geometry layer */
body {
  background:
    linear-gradient(180deg, rgba(255, 253, 248, 0.68), rgba(247, 243, 236, 0.9) 44%, rgba(241, 235, 226, 0.82)),
    var(--paper);
}

body::before {
  content: "";
  position: fixed;
  z-index: -1;
  inset: 0;
  pointer-events: none;
  background:
    repeating-linear-gradient(90deg, rgba(154, 122, 67, 0.035) 0 1px, transparent 1px 96px),
    repeating-linear-gradient(0deg, rgba(154, 122, 67, 0.028) 0 1px, transparent 1px 96px),
    radial-gradient(circle at 50% 12%, transparent 0 118px, rgba(154, 122, 67, 0.05) 119px 120px, transparent 121px 238px, rgba(116, 57, 47, 0.035) 239px 240px, transparent 241px),
    radial-gradient(circle at 14% 72%, transparent 0 82px, rgba(102, 115, 92, 0.035) 83px 84px, transparent 85px),
    radial-gradient(circle at 88% 46%, transparent 0 104px, rgba(154, 122, 67, 0.035) 105px 106px, transparent 107px);
  background-size: auto, auto, 920px 920px, 520px 520px, 620px 620px;
  background-position: center top, center top, center -280px, -160px 40%, calc(100% + 180px) 22%;
  opacity: 0.88;
}

.site-header {
  min-height: 84px;
  background:
    linear-gradient(180deg, rgba(255, 253, 248, 0.94), rgba(247, 243, 236, 0.84)),
    var(--paper);
}

.story-hero,
.city-hero {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(255, 253, 248, 0.96), rgba(239, 232, 219, 0.82)),
    var(--paper-soft);
}

.story-hero::before,
.city-hero::before {
  content: "";
  position: absolute;
  inset: auto clamp(18px, 5vw, 72px) 0 auto;
  width: min(42vw, 520px);
  aspect-ratio: 1;
  border: 1px solid rgba(154, 122, 67, 0.16);
  border-radius: 50%;
  transform: translateY(42%);
  pointer-events: none;
}

.story-hero::after,
.city-hero::after {
  content: "";
  position: absolute;
  right: clamp(42px, 8vw, 118px);
  bottom: clamp(30px, 5vw, 74px);
  width: min(24vw, 300px);
  aspect-ratio: 1;
  border: 1px solid rgba(116, 57, 47, 0.12);
  transform: rotate(45deg);
  pointer-events: none;
}

.story-title,
.story-photo,
.city-hero > div,
.city-hero figure {
  position: relative;
  z-index: 1;
}

.story-title h1,
.city-hero h1 {
  letter-spacing: 0;
}

.story-title > p:not(.kicker),
.city-hero p:not(.kicker) {
  color: #5f584f;
}

.story-photo,
.city-hero figure,
.editorial-gallery figure,
.city-chapter figure {
  position: relative;
}

.archive-story-hero .story-photo {
  display: grid;
  place-items: center;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.city-hero figure::before {
  content: "";
  position: absolute;
  inset: -12px;
  z-index: -1;
  border: 1px solid rgba(154, 122, 67, 0.2);
  border-radius: 18px;
}

.story-photo::before,
.story-photo::after {
  content: "";
  position: absolute;
  z-index: 0;
  pointer-events: none;
}

.story-photo::before {
  inset: -10% -18%;
  background:
    radial-gradient(circle at 50% 50%, transparent 0 42%, rgba(154, 122, 67, 0.18) 42.2% 42.8%, transparent 43%),
    linear-gradient(135deg, transparent 0 47.8%, rgba(116, 57, 47, 0.13) 48% 48.4%, transparent 48.6%),
    linear-gradient(45deg, transparent 0 52%, rgba(154, 122, 67, 0.12) 52.2% 52.6%, transparent 52.8%);
  transform: scale(1.08);
}

.story-photo::after {
  right: -18%;
  bottom: 10%;
  width: 42%;
  aspect-ratio: 1;
  border: 1px solid rgba(154, 122, 67, 0.18);
  transform: rotate(45deg);
}

.story-photo.motif-orbit::before {
  inset: -12% -24%;
  background:
    radial-gradient(circle at 50% 50%, transparent 0 39%, rgba(154, 122, 67, 0.18) 39.2% 39.8%, transparent 40%),
    radial-gradient(circle at 50% 50%, transparent 0 58%, rgba(116, 57, 47, 0.1) 58.2% 58.6%, transparent 58.8%);
}

.story-photo.motif-orbit::after {
  right: -16%;
  bottom: 12%;
  width: 38%;
  border-color: rgba(154, 122, 67, 0.18);
}

.story-photo.motif-arch::before {
  inset: -8% -22%;
  background:
    radial-gradient(ellipse at 50% 100%, transparent 0 44%, rgba(154, 122, 67, 0.18) 44.2% 44.8%, transparent 45%),
    linear-gradient(90deg, transparent 0 49.7%, rgba(102, 115, 92, 0.1) 49.9% 50.1%, transparent 50.3%);
}

.story-photo.motif-arch::after {
  right: auto;
  left: -11%;
  bottom: 18%;
  width: 28%;
  border-color: rgba(102, 115, 92, 0.16);
}

.story-photo.motif-diagonal::before {
  inset: -14% -24%;
  background:
    linear-gradient(132deg, transparent 0 38%, rgba(154, 122, 67, 0.16) 38.2% 38.7%, transparent 38.9% 50%, rgba(116, 57, 47, 0.12) 50.2% 50.7%, transparent 50.9%),
    radial-gradient(circle at 72% 26%, transparent 0 18%, rgba(154, 122, 67, 0.12) 18.2% 18.8%, transparent 19%);
}

.story-photo.motif-diagonal::after {
  right: -9%;
  bottom: 8%;
  width: 34%;
  border-color: rgba(116, 57, 47, 0.15);
}

.story-photo.motif-diamond::before {
  inset: -16% -24%;
  background:
    linear-gradient(45deg, transparent 0 49.6%, rgba(154, 122, 67, 0.17) 49.8% 50.2%, transparent 50.4%),
    linear-gradient(135deg, transparent 0 49.6%, rgba(154, 122, 67, 0.13) 49.8% 50.2%, transparent 50.4%),
    radial-gradient(circle at 50% 50%, transparent 0 52%, rgba(102, 115, 92, 0.08) 52.2% 52.8%, transparent 53%);
}

.story-photo.motif-diamond::after {
  right: -14%;
  bottom: 33%;
  width: 30%;
  border-color: rgba(154, 122, 67, 0.2);
}

.story-photo.motif-minimal::before {
  inset: -10% -20%;
  background:
    radial-gradient(circle at 50% 52%, transparent 0 47%, rgba(154, 122, 67, 0.14) 47.2% 47.7%, transparent 47.9%),
    linear-gradient(90deg, transparent 0 49.8%, rgba(154, 122, 67, 0.08) 50% 50.2%, transparent 50.4%);
}

.story-photo.motif-minimal::after {
  display: none;
}

.page-photo,
.city-hero img,
.editorial-gallery img,
.city-chapter img,
.image-grid img,
.collection-card img,
.side-nav a img {
  filter: saturate(0.9) contrast(1.05) sepia(0.04);
}

.story-photo .page-photo {
  position: relative;
  z-index: 1;
}

.page-photo,
.city-hero img {
  border: 0;
  border-radius: 12px;
  box-shadow:
    0 28px 80px rgba(30, 22, 17, 0.13);
}

.archive-story-hero .page-photo {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: none;
  object-fit: cover;
  border: 0;
  border-radius: 12px;
  background: transparent;
  box-shadow: 0 18px 46px rgba(30, 22, 17, 0.12);
}

.story-photo figcaption,
.city-hero figcaption,
.editorial-gallery figcaption,
.city-chapter figcaption,
.image-grid figcaption {
  display: block;
  margin-top: 11px;
  padding-left: 11px;
  border-left: 2px solid rgba(154, 122, 67, 0.36);
  color: #70685f;
  font-size: 12px;
  font-weight: 750;
  line-height: 1.45;
}

.story-shell {
  grid-template-columns: minmax(0, 760px) minmax(198px, 272px);
  gap: clamp(42px, 6vw, 86px);
  padding-top: clamp(46px, 7vw, 88px);
}

.reader {
  max-width: 760px;
  padding: clamp(34px, 5vw, 58px) clamp(26px, 5vw, 58px) clamp(300px, 90vh, 760px);
  border: 1px solid rgba(154, 122, 67, 0.12);
  border-radius: 2px;
  background:
    linear-gradient(90deg, rgba(154, 122, 67, 0.09) 0 1px, transparent 1px calc(100% - 1px), rgba(154, 122, 67, 0.07) calc(100% - 1px)),
    linear-gradient(180deg, rgba(255, 253, 248, 0.88), rgba(250, 246, 239, 0.94)),
    var(--paper-soft);
  box-shadow:
    0 26px 80px rgba(30, 22, 17, 0.07),
    0 1px 0 rgba(255, 253, 248, 0.94) inset;
}

.reader p {
  color: #463f38;
  font-size: calc(clamp(19px, 1.22vw, 21px) * var(--reader-scale));
  line-height: 1.78;
}

.reader > p:first-of-type,
.reader-section:first-of-type p:first-of-type {
  color: #2a241f;
  font-size: calc(clamp(23px, 1.8vw, 29px) * var(--reader-scale));
  line-height: 1.48;
}

.reader-section {
  position: relative;
  padding-top: clamp(44px, 6vw, 66px);
  margin-top: clamp(44px, 6vw, 66px);
  border-top-color: rgba(154, 122, 67, 0.18);
}

.reader-section:not(:first-of-type)::before {
  content: "";
  position: absolute;
  top: -7px;
  left: 0;
  width: 13px;
  height: 13px;
  border: 1px solid rgba(154, 122, 67, 0.44);
  background: var(--paper-soft);
  transform: rotate(45deg);
}

.reader-section h2 {
  max-width: 14ch;
  margin-bottom: clamp(18px, 3vw, 28px);
  color: #69372f;
  font-size: clamp(38px, 4.25vw, 58px);
  line-height: 0.96;
}

.archive-story-shell {
  grid-template-columns: minmax(0, 660px) minmax(180px, 240px);
  gap: clamp(24px, 4vw, 52px);
  padding-top: clamp(28px, 4vw, 48px);
  padding-bottom: clamp(42px, 6vw, 76px);
}

.archive-reader {
  max-width: 660px;
  padding: clamp(24px, 4vw, 38px) clamp(22px, 4vw, 40px) clamp(34px, 5vw, 58px);
}

.archive-reader .reader-section {
  padding-top: clamp(20px, 3vw, 32px);
  margin-top: clamp(20px, 3vw, 32px);
}

.archive-reader .reader-section:first-of-type {
  padding-top: 0;
  margin-top: 0;
}

.archive-reader .reader-section h2 {
  max-width: none;
  margin-bottom: 14px;
  font-size: clamp(30px, 3.2vw, 42px);
}

.archive-reader p,
.archive-reader .reader-section:first-of-type p:first-of-type {
  color: #514940;
  font-size: calc(clamp(18px, 1.16vw, 20px) * var(--reader-scale));
  line-height: 1.68;
  margin-bottom: 0;
}

.editorial-gallery {
  gap: 18px;
  margin: 32px 0 36px;
}

.editorial-gallery figure {
  padding: 10px;
  border-color: rgba(154, 122, 67, 0.14);
  border-radius: 2px;
  background: rgba(255, 253, 248, 0.72);
  box-shadow: 0 14px 38px rgba(30, 22, 17, 0.06);
}

.editorial-gallery img {
  border-radius: 2px;
}

.timeline-card,
.works-panel,
.voice-panel,
.memory-quote,
.poem-block,
.document-section {
  position: relative;
}

.timeline-card {
  padding: 22px;
  border-color: rgba(154, 122, 67, 0.16);
  border-radius: 2px;
  background:
    linear-gradient(135deg, rgba(255, 253, 248, 0.8), rgba(246, 240, 231, 0.78)),
    var(--paper-soft);
}

.timeline-card li {
  border-top-color: rgba(154, 122, 67, 0.16);
}

.timeline-card li span,
.smart-chronology time {
  color: #9c7b3f;
}

.smart-chronology,
.works-list,
.reader-more {
  border-color: rgba(154, 122, 67, 0.18);
}

.smart-chronology li,
.works-list li {
  border-bottom-color: rgba(154, 122, 67, 0.16);
}

.memory-quote,
.poem-block,
.document-section {
  border-radius: 2px;
  box-shadow: 0 14px 34px rgba(30, 22, 17, 0.045);
}

.voice-panel {
  padding: clamp(22px, 3.4vw, 34px);
  border: 1px solid rgba(154, 122, 67, 0.16);
  border-left: 3px solid var(--gold);
  background: rgba(255, 253, 248, 0.48);
}

.voice-panel.represented-voice {
  border-color: rgba(116, 57, 47, 0.14);
  border-left-color: var(--wine);
}

.section-toc,
.side-nav {
  padding-left: 22px;
}

.section-toc::before {
  left: 5px;
  background: linear-gradient(180deg, rgba(154, 122, 67, 0.62), rgba(102, 115, 92, 0.2), rgba(25, 21, 18, 0.04));
}

.section-toc a,
.side-nav a {
  border-bottom-color: rgba(154, 122, 67, 0.14);
  overflow-wrap: anywhere;
}

.section-toc a::before {
  left: -22px;
  width: 10px;
  height: 10px;
  border-radius: 0;
  transform: translateY(-50%) rotate(45deg);
}

.section-toc a.is-active::before {
  background: var(--gold);
  border-color: var(--gold);
}

.bio-nav a {
  border-radius: 2px;
}

.city-chapter {
  position: relative;
  border-bottom-color: rgba(154, 122, 67, 0.14);
}

.city-chapter::before {
  content: "";
  position: absolute;
  left: clamp(20px, 5vw, 72px);
  top: 0;
  width: 64px;
  height: 1px;
  background: var(--gold);
}

.city-chapter h2 {
  color: #69372f;
}

.city-chapter img {
  border: 1px solid rgba(255, 253, 248, 0.86);
  border-radius: 2px;
  box-shadow: 0 18px 48px rgba(30, 22, 17, 0.09);
}

@media (max-width: 1020px) {
  .opening,
  .intro-section,
  .pathways,
  .city-section,
  .city-hero,
  .city-intro,
  .city-chapter,
  .story-hero,
  .index-board,
  .story-shell {
    grid-template-columns: 1fr;
  }

  .opening-portrait {
    min-height: 440px;
  }

  .intro-section > .kicker,
  .intro-section > h2,
  .intro-section > .section-lead,
  .person-grid {
    grid-column: auto;
    grid-row: auto;
  }

  .person-grid,
  .archive-preview,
  .archive-list,
  .collection-grid,
  .smart-index,
  .index-board-grid,
  .path-grid,
  .image-grid,
  .editorial-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .archive-tools {
    grid-template-columns: 1fr;
  }

  .archive-filters {
    justify-content: flex-start;
  }

  .collection-card,
  .collection-card--wide {
    grid-column: span 1;
  }

  .archive-group {
    grid-template-columns: 1fr;
  }

  .archive-list {
    grid-column: auto;
  }

  .side-nav {
    position: static;
  }

  .story-aside {
    position: static;
    order: -1;
  }

  .archive-story-shell .story-aside {
    order: 0;
  }

  .section-toc {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    padding: 0;
    border-top: 0;
  }

  .section-toc::before,
  .section-toc a::before {
    display: none;
  }

  .section-toc > span {
    flex: 1 0 100%;
  }

  .section-toc a {
    padding: 8px 10px;
    border: 1px solid var(--line);
    border-radius: 999px;
    background: rgba(255, 253, 248, 0.58);
  }

  .section-toc a small {
    min-width: auto;
    font-size: 14px;
  }

  .section-toc a.is-active {
    border-left: 1px solid rgba(154, 122, 67, 0.42);
    border-color: rgba(154, 122, 67, 0.42);
    background: rgba(154, 122, 67, 0.08);
  }

  .city-chapter-copy {
    position: static;
  }

  .city-intro nav {
    grid-template-columns: 1fr;
  }

  .experience-controls {
    left: clamp(12px, 2vw, 22px);
    right: auto;
  }
}

@media (max-width: 680px) {
  html,
  body {
    overflow-x: hidden;
  }

  .site-header {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    align-items: center;
    min-height: 0;
    padding: 12px 14px 14px;
  }

  .brand {
    gap: 10px;
    min-width: 0;
  }

  .brand-mark {
    width: 36px;
    height: 36px;
  }

  .brand-mark svg {
    width: 36px;
    height: 27px;
  }

  .brand strong {
    display: block;
    max-width: none;
    font-size: 13px;
    line-height: 1.22;
    letter-spacing: 0.018em;
    white-space: nowrap;
  }

  .brand-wordmark small {
    display: none;
  }

  .site-header nav {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 3px;
    width: 100%;
    max-width: none;
    padding: 4px;
    overflow: visible;
    border-radius: 16px;
  }

  .site-header nav a {
    justify-content: center;
    gap: 4px;
    min-width: 0;
    min-height: 32px;
    padding: 0 4px;
    font-size: clamp(11px, 2.85vw, 12px);
    line-height: 1;
    white-space: nowrap;
  }

  .site-header nav a .icon {
    font-size: 11px;
  }

  h1 {
    font-size: clamp(54px, 16vw, 78px);
  }

  .opening-copy h1 {
    max-width: 94vw;
    font-size: clamp(54px, 13vw, 86px);
  }

  .opening,
  .intro-section,
  .pathways,
  .city-section,
  .city-hero,
  .city-intro,
  .city-chapter,
  .home-archive,
  .archive-page,
  .index-board,
  .story-hero,
  .story-shell {
    padding-left: 18px;
    padding-right: 18px;
  }

  .reader,
  .story-aside,
  .section-toc,
  .side-nav {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .section-toc a,
  .side-nav a {
    min-width: 0;
    overflow-wrap: anywhere;
  }

  .opening-portrait {
    min-height: 360px;
  }

  .archive-hero::before {
    right: -132px;
    bottom: -126px;
    width: 320px;
    opacity: 0.7;
  }

  .archive-hero::after {
    right: -42px;
    bottom: -76px;
    width: 178px;
    opacity: 0.55;
  }

  .archive-page::before {
    left: -120px;
    top: -54px;
    width: 260px;
    height: 520px;
    opacity: 0.58;
  }

  .person-grid,
  .archive-preview,
  .archive-list,
  .collection-grid,
  .smart-index,
  .index-board-grid,
  .path-grid,
  .image-grid,
  .editorial-gallery {
    grid-template-columns: 1fr;
  }

  .suggested-section > div:first-child {
    display: block;
  }

  .archive-tools {
    gap: 16px;
  }

  .archive-filter {
    min-height: 32px;
    padding: 0 11px;
    font-size: 11px;
  }

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

  .suggested-card {
    grid-template-columns: 116px minmax(0, 1fr);
    grid-template-rows: auto auto 1fr;
    min-height: 154px;
  }

  .suggested-card img {
    grid-row: 1 / 4;
    width: 108px;
    height: 108px;
    align-self: center;
    justify-self: center;
    border-radius: 5px;
  }

  .suggested-card small,
  .suggested-card h2,
  .suggested-card p {
    margin-left: 0;
  }

  .suggested-card small {
    margin-top: 18px;
  }

  .suggested-card p {
    margin-right: 16px;
  }

  .person-card {
    grid-template-columns: 116px minmax(0, 1fr);
    min-height: 176px;
  }

  .person-card div {
    padding: 18px;
  }

  .city-hero h1 {
    font-size: clamp(56px, 17vw, 82px);
  }

  .city-hero img {
    aspect-ratio: 5 / 4;
  }

  .city-intro,
  .city-chapter {
    gap: 24px;
  }

  .city-images-2,
  .city-images-3 {
    grid-template-columns: 1fr;
  }

  .city-images-3 figure:first-child {
    grid-row: auto;
  }

  .index-route {
    min-height: 240px;
  }

  .index-board h1 {
    font-size: clamp(62px, 18vw, 82px);
  }

  .index-board p:not(.kicker) {
    max-width: calc(100vw - 36px);
    font-size: 19px;
  }

  .smart-index-card,
  .index-route {
    min-height: 0;
  }

  .timeline-card li {
    grid-template-columns: 1fr;
    gap: 5px;
  }

  .reader p,
  .source-text p,
  .city-more p {
    overflow-wrap: anywhere;
  }

  .reader-section h2 {
    max-width: none;
    overflow-wrap: anywhere;
  }

  .smart-chronology li {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 19px 0;
  }

  .editorial-gallery img {
    height: auto;
    max-height: 420px;
    object-fit: contain;
    background: #fffaf4;
  }

  .image-sequence > div:first-child {
    display: block;
  }

  .mini-profile-grid {
    grid-template-columns: 1fr;
  }

  .site-footer {
    display: block;
    padding-bottom: 94px;
  }

  .site-footer span {
    display: block;
    margin-top: 10px;
  }

  .experience-controls {
    left: auto;
    right: 10px;
    bottom: 12px;
    transform: none;
    flex-direction: column;
    max-width: none;
    overflow: visible;
    opacity: 0.58;
  }

  .experience-controls button {
    min-width: 30px;
    min-height: 30px;
    padding: 0 8px;
    white-space: nowrap;
  }

  .lightbox {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr auto;
    padding: 54px 16px 18px;
  }

  .lightbox-nav {
    display: none;
  }
}

@media (max-width: 360px) {
  .site-header nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    scroll-behavior: auto !important;
    transition-duration: 0.001ms !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}
