:root {
  --ink: #2f2a25;
  --ink-soft: #4e473f;
  --paper: #f3ebd8;
  --paper-deep: #e5d6b6;
  --cream: #fbf7ec;
  --tea: #8c5a35;
  --brick: #b65333;
  --pine: #426b61;
  --pine-deep: #294940;
  --gold: #c69445;
  --line: rgba(47, 42, 37, 0.17);
  --shadow: 0 24px 70px rgba(54, 39, 27, 0.14);
  --serif: "Songti SC", "STSong", "Noto Serif CJK SC", "Source Han Serif SC", Georgia, serif;
  --sans: -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", "Noto Sans CJK SC", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: var(--sans);
  line-height: 1.65;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { color: inherit; }
svg { display: block; max-width: 100%; }
img { max-width: 100%; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 1rem; top: -100px; z-index: 999; background: var(--ink); color: white; padding: .65rem 1rem; }
.skip-link:focus { top: 1rem; }
.wrap { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.section { padding: 116px 0; }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  color: #fff;
  transition: background .35s ease, color .35s ease, border-color .35s ease, transform .35s ease;
  border-bottom: 1px solid transparent;
}
.site-header.is-scrolled {
  color: var(--ink);
  background: rgba(251, 247, 236, .91);
  backdrop-filter: blur(16px);
  border-bottom-color: rgba(47, 42, 37, .12);
}
.header-inner { height: 84px; width: min(1320px, calc(100% - 48px)); margin: 0 auto; display: flex; align-items: center; gap: 34px; }
.brand { display: inline-flex; align-items: center; gap: 12px; flex: 0 0 auto; }
.brand-seal { width: 38px; height: 38px; border: 1px solid currentColor; display: grid; place-items: center; font-family: var(--serif); font-size: 20px; line-height: 1; transform: rotate(-2deg); }
.brand-copy { display: flex; flex-direction: column; line-height: 1.12; }
.brand-copy strong { font-family: var(--serif); font-size: 18px; letter-spacing: .12em; }
.brand-copy small { font-size: 9px; letter-spacing: .16em; margin-top: 5px; opacity: .72; }
.site-nav { display: flex; gap: 28px; margin-left: auto; align-items: center; }
.site-nav a { position: relative; font-size: 14px; letter-spacing: .04em; opacity: .86; }
.site-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 1px; background: currentColor; transition: right .25s ease; }
.site-nav a:hover::after, .site-nav a:focus-visible::after { right: 0; }
.header-action { display: inline-flex; align-items: center; gap: 12px; padding: 10px 14px 10px 18px; border: 1px solid currentColor; font-size: 13px; }
.header-action svg { width: 16px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.menu-toggle { display: none; margin-left: auto; width: 42px; height: 42px; background: transparent; border: 0; position: relative; }
.menu-toggle span:not(.sr-only) { position: absolute; width: 22px; height: 1px; left: 10px; background: currentColor; transition: transform .25s ease, top .25s ease; }
.menu-toggle span:first-child { top: 17px; }
.menu-toggle span:nth-child(2) { top: 25px; }

.hero { min-height: 900px; height: 100svh; position: relative; overflow: hidden; color: #fff; background: #333; }
.hero-landscape, .hero-svg, .hero-scrim, .hero-noise { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-landscape { transform: scale(1.02); }
.hero-svg { object-fit: cover; }
.hero-scrim { background: linear-gradient(90deg, rgba(20,27,24,.82) 0%, rgba(20,27,24,.64) 37%, rgba(20,27,24,.12) 75%), linear-gradient(0deg, rgba(12,19,17,.5), transparent 42%); }
.hero-noise { opacity: .12; pointer-events: none; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.75' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.6'/%3E%3C/svg%3E"); mix-blend-mode: soft-light; z-index: 2; }
.hero-content { position: relative; z-index: 4; height: 100%; display: flex; flex-direction: column; justify-content: center; padding-top: 64px; }
.hero-kicker { display: flex; align-items: center; gap: 14px; margin-bottom: 26px; font-size: 12px; letter-spacing: .19em; text-transform: uppercase; }
.hero-kicker i { width: 46px; height: 1px; background: rgba(255,255,255,.62); }
.hero h1 { font-family: var(--serif); font-weight: 500; margin: 0; max-width: 820px; font-size: clamp(54px, 6.1vw, 92px); line-height: 1.13; letter-spacing: -.04em; }
.hero h1 em { color: #ead5a3; font-style: normal; }
.hero-intro { max-width: 620px; margin: 30px 0 0; font-size: 18px; line-height: 1.9; color: rgba(255,255,255,.83); }
.hero-actions { display: flex; gap: 14px; margin-top: 38px; }
.button { min-height: 52px; padding: 0 24px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid transparent; cursor: pointer; transition: transform .2s ease, background .2s ease, color .2s ease, border-color .2s ease; font-weight: 600; font-size: 14px; letter-spacing: .03em; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--brick); color: #fff; box-shadow: 0 10px 25px rgba(85,30,15,.22); }
.button-primary:hover { background: #ca6541; }
.button-ghost { color: #fff; border-color: rgba(255,255,255,.46); background: rgba(255,255,255,.03); backdrop-filter: blur(6px); }
.button-ghost:hover { background: rgba(255,255,255,.12); border-color: #fff; }
.button-dark { background: var(--ink); color: #fff; }
.button-light { background: var(--paper); color: var(--ink); }
.hero-status { margin-top: 31px; font-size: 12px; letter-spacing: .04em; display: flex; align-items: center; gap: 9px; color: rgba(255,255,255,.7); }
.status-dot { width: 7px; height: 7px; border-radius: 50%; background: #e6b860; box-shadow: 0 0 0 5px rgba(230,184,96,.13); }
.status-sep { opacity: .45; }
.hero-scroll { position: absolute; z-index: 4; right: max(42px, calc((100vw - 1180px)/2)); bottom: 40px; display: flex; align-items: center; gap: 15px; font-size: 11px; letter-spacing: .18em; writing-mode: vertical-rl; color: rgba(255,255,255,.72); }
.hero-scroll i { width: 1px; height: 58px; background: rgba(255,255,255,.55); position: relative; overflow: hidden; }
.hero-scroll i::after { content: ""; position: absolute; left: 0; top: -24px; width: 1px; height: 24px; background: #fff; animation: scrollLine 2.2s infinite ease-in-out; }
@keyframes scrollLine { 0%{ transform: translateY(0)} 70%,100%{transform:translateY(82px)} }
.route-line { animation: routeDash 12s linear infinite; }
@keyframes routeDash { to { stroke-dashoffset: -180; } }

.intro-band { background: var(--paper); border-bottom: 1px solid var(--line); }
.intro-band-inner { min-height: 136px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.intro-band p { margin: 0; max-width: 830px; font-family: var(--serif); font-size: 23px; line-height: 1.65; }
.intro-stamp { flex: 0 0 auto; width: 64px; height: 64px; border: 2px solid var(--brick); color: var(--brick); display: grid; place-items: center; font-family: var(--serif); text-align: center; line-height: 1.15; transform: rotate(5deg); }

.section-heading { display: grid; grid-template-columns: 1.4fr .8fr; align-items: end; gap: 70px; margin-bottom: 48px; }
.section-heading h2, .how-copy h2, .legacy-copy h2, .closing h2 { font-family: var(--serif); font-weight: 500; font-size: clamp(37px, 4.2vw, 58px); line-height: 1.25; letter-spacing: -.03em; margin: 7px 0 0; }
.section-heading > p { margin: 0 0 6px; color: #71685f; line-height: 1.85; }
.eyebrow { margin: 0; color: var(--brick); font-size: 11px; letter-spacing: .18em; font-weight: 700; }

.explore { background: var(--cream); }
.entry-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.entry-card { position: relative; min-height: 390px; padding: 28px; text-align: left; border: 0; cursor: pointer; overflow: hidden; display: flex; flex-direction: column; justify-content: space-between; transition: transform .3s ease, box-shadow .3s ease; }
.entry-card:hover { transform: translateY(-7px); box-shadow: var(--shadow); }
.entry-place { background: #87603e; color: #fff; }
.entry-topic { background: var(--paper-deep); }
.entry-play { background: var(--pine-deep); color: #fff; }
.entry-index { font-size: 11px; letter-spacing: .18em; opacity: .65; }
.entry-icon { width: 96px; height: 96px; position: absolute; right: 24px; top: 22px; opacity: .58; }
.entry-icon svg { width: 100%; fill: none; stroke: currentColor; stroke-width: 2; }
.entry-copy span { font-size: 12px; opacity: .72; letter-spacing: .08em; }
.entry-copy h3 { font-family: var(--serif); font-size: 30px; font-weight: 500; margin: 7px 0 12px; }
.entry-copy p { margin: 0; max-width: 285px; opacity: .78; line-height: 1.8; }
.entry-arrow { position: absolute; right: 26px; bottom: 22px; font-size: 24px; }

.map-section { background: #e9dfc7; overflow: hidden; }
.map-toolbar, .work-filters { display: flex; flex-wrap: wrap; gap: 8px; margin: -14px 0 26px; }
.chip { border: 1px solid rgba(47,42,37,.2); background: transparent; min-height: 38px; padding: 0 15px; border-radius: 999px; cursor: pointer; font-size: 13px; transition: .2s ease; }
.chip:hover, .chip.is-active { background: var(--ink); color: white; border-color: var(--ink); }
.chip-link { display:inline-flex; align-items:center; color:var(--brick); border-color:rgba(182,83,51,.38); }
.map-shell { display: grid; grid-template-columns: minmax(0, 1.55fr) minmax(320px, .68fr); min-height: 620px; background: var(--cream); box-shadow: var(--shadow); }
.map-canvas { position: relative; overflow: hidden; background: #ded2b6; min-height: 620px; }
.map-art { position: absolute; inset: 0; width: 100%; height: 100%; }
.map-paper-noise { position: absolute; inset: 0; opacity: .22; z-index: 2; pointer-events:none; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.82' numOctaves='3'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.28'/%3E%3C/svg%3E"); mix-blend-mode: multiply; }
.map-marker { position: absolute; z-index: 5; border: 0; background: none; cursor: pointer; display: flex; flex-direction: column; align-items: center; gap: 8px; transition: opacity .25s ease, transform .25s ease; }
.map-marker:hover { transform: translateY(-4px); }
.map-marker.is-hidden { opacity: .14; pointer-events: none; }
.marker-dot { width: 38px; height: 38px; border-radius: 50% 50% 50% 8px; transform: rotate(-45deg); display: grid; place-items: center; background: var(--brick); border: 4px solid rgba(255,255,255,.72); box-shadow: 0 7px 18px rgba(69,45,30,.27); }
.marker-dot i { width: 8px; height: 8px; border-radius: 50%; background: white; }
.marker-dot.marker-station { background: var(--gold); }
.map-marker.is-active .marker-dot { box-shadow: 0 0 0 9px rgba(182,83,51,.16), 0 9px 22px rgba(69,45,30,.31); }
.map-marker b { background: rgba(251,247,236,.94); padding: 4px 9px; font-size: 12px; border: 1px solid rgba(47,42,37,.12); box-shadow: 0 6px 16px rgba(45,35,28,.08); white-space: nowrap; }
.marker-theatre { left: 51%; top: 42%; }
.marker-sideng { left: 36%; top: 55%; }
.marker-bridge { left: 19%; top: 25%; }
.marker-gate { left: 73%; top: 24%; }
.marker-river { left: 80%; top: 70%; }
.marker-book { left: 26%; top: 72%; }
.map-panel { padding: 42px 38px 34px; display: flex; flex-direction: column; background: var(--cream); border-left: 1px solid var(--line); }
.map-panel-topline { display: flex; justify-content: space-between; font-size: 11px; letter-spacing: .08em; color: #756d63; }
.map-node-index { margin: 56px 0 4px; font-size: 10px; letter-spacing: .2em; color: var(--brick); }
.map-panel h3 { font-family: var(--serif); font-size: 44px; font-weight: 500; margin: 0; }
.map-panel > p:not(.map-node-index) { color: #71685f; margin: 14px 0 22px; }
.map-panel-meta { display: grid; gap: 8px; padding: 16px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.map-panel-meta span { display: flex; align-items: center; gap: 10px; font-size: 12px; }
.map-panel-meta b { font-weight: 500; }
.mini-icon { width: 20px; height: 20px; border: 1px solid rgba(47,42,37,.3); border-radius: 50%; position: relative; }
.icon-walk::after { content: ""; position:absolute; width:6px; height:6px; border:1px solid var(--ink); border-radius:50%; left:6px; top:3px; }
.icon-walk::before { content:""; position:absolute; width:7px; height:7px; border-left:1px solid var(--ink); border-bottom:1px solid var(--ink); left:7px; top:9px; transform:rotate(-18deg); }
.icon-age::after { content:""; position:absolute; width:8px; height:8px; border:1px solid var(--ink); border-radius:50%; left:5px; top:3px; }
.icon-age::before { content:""; position:absolute; width:10px; height:5px; border:1px solid var(--ink); border-bottom:0; border-radius:8px 8px 0 0; left:4px; bottom:2px; }
.map-panel-preview { margin: 22px 0 18px; min-height: 130px; padding: 20px; display:flex; flex-direction:column; justify-content:flex-end; color:#fff; position:relative; overflow:hidden; background:linear-gradient(135deg,#694634,#2f3f39); }
.map-panel-preview::before { content:""; position:absolute; width:180px; height:100px; right:-25px; top:-10px; border:2px solid rgba(255,255,255,.2); transform:rotate(-12deg); }
.map-panel-preview span, .map-panel-preview strong { position:relative; z-index:1; }
.map-panel-preview span { font-size:10px; opacity:.65; letter-spacing:.12em; }
.map-panel-preview strong { font-family:var(--serif); font-size:21px; font-weight:500; }
.map-experience-list { display:grid; gap:8px; margin:20px 0 18px; }
.map-experience-list a { position:relative; min-height:66px; padding:12px 38px 12px 14px; display:flex; flex-direction:column; justify-content:center; border:1px solid rgba(47,42,37,.16); background:rgba(255,255,255,.34); color:var(--ink); transition:background .2s ease,transform .2s ease; }
.map-experience-list a::after { content:"↗"; position:absolute; right:14px; top:50%; transform:translateY(-50%); color:var(--brick); }
.map-experience-list a:hover { background:#fffaf0; transform:translateX(3px); }
.map-experience-list span { color:var(--brick); font-size:8px; letter-spacing:.1em; }
.map-experience-list strong { margin-top:4px; font-family:var(--serif); font-size:16px; font-weight:500; }
.map-panel .button { margin-top:auto; width:100%; }

.works { background: var(--cream); }
.works-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 38px 20px; }
.work-card { min-width: 0; transition: opacity .25s ease, transform .25s ease; }
.work-card.is-hidden { display: none; }
.work-card-large { grid-column: span 2; }
.work-card-wide { grid-column: span 2; }
.work-cover { position: relative; width: 100%; aspect-ratio: 1/1; border: 0; padding: 0; overflow: hidden; cursor: pointer; background: #ddd; text-align: left; transition: transform .3s ease, box-shadow .3s ease; }
.work-card-large .work-cover { aspect-ratio: 1.45/1; }
.work-card-wide .work-cover { aspect-ratio: 1.7/1; }

.topic-index { background:#d8c69f; }
.topic-filters { display:flex; flex-wrap:wrap; gap:8px; margin:-14px 0 28px; }
.topic-work-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:16px; }
.topic-work-card { min-width:0; border:1px solid rgba(47,42,37,.18); background:rgba(255,255,255,.2); transition:opacity .25s ease,transform .25s ease; }
.topic-work-card:hover { transform:translateY(-5px); }
.topic-work-card.is-hidden { display:none; }
.topic-work-cover { position:relative; width:100%; min-height:290px; padding:25px; border:0; display:flex; flex-direction:column; align-items:flex-start; overflow:hidden; text-align:left; color:#fff; background:#3d574f; cursor:pointer; }
.topic-work-cover::before,.topic-work-cover::after { content:""; position:absolute; width:230px; height:230px; right:-95px; bottom:-105px; border:1px solid rgba(255,255,255,.22); border-radius:50%; }
.topic-work-cover::after { width:150px; height:150px; right:-45px; bottom:-58px; }
.topic-work-cover small,.topic-work-cover strong,.topic-work-cover span { position:relative; z-index:1; }
.topic-work-cover small { font-size:9px; letter-spacing:.11em; opacity:.7; }
.topic-work-cover strong { margin:auto 0; font-family:var(--serif); font-size:38px; line-height:1.16; font-weight:500; }
.topic-work-cover span { padding:6px 8px; border:1px solid rgba(255,255,255,.38); font-size:9px; }
.topic-work-card > div { min-height:175px; padding:22px 24px; }
.topic-work-card > div > span { color:var(--brick); font-size:10px; letter-spacing:.09em; }
.topic-work-card h3 { margin:8px 0 6px; font-family:var(--serif); font-size:23px; font-weight:500; }
.topic-work-card p { margin:0; color:#6d6359; font-size:12px; line-height:1.75; }
.topic-trade .topic-work-cover { background:#9b7048; }
.topic-sound .topic-work-cover { background:#304943; }
.topic-conservation .topic-work-cover { background:#7b5c43; }
.topic-public .topic-work-cover { background:#934b36; }
.topic-ecology .topic-work-cover { background:#557d77; }
.work-cover:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.work-cover svg { width: 100%; height: 100%; object-fit: cover; }
.cover-badge { position:absolute; z-index:3; left:18px; top:18px; background:rgba(251,247,236,.9); color:var(--ink); padding:6px 9px; font-size:10px; letter-spacing:.08em; }
.cover-title { position:absolute; z-index:3; left:22px; right:22px; bottom:20px; color:#fff; text-shadow:0 2px 16px rgba(0,0,0,.35); display:flex; flex-direction:column; }
.cover-title small { opacity:.75; font-size:11px; }
.cover-title strong { font-family:var(--serif); font-size:clamp(25px,3vw,39px); font-weight:500; line-height:1.2; }
.cover-coming { position:absolute; z-index:3; right:17px; bottom:17px; padding:5px 8px; border:1px solid rgba(255,255,255,.45); color:#fff; font-size:10px; letter-spacing:.1em; }
.cover-caravan::after, .cover-hunt::after, .cover-bridge::after, .cover-sound::after, .cover-stage::after, .cover-wall::after { content:""; position:absolute; inset:0; background:linear-gradient(0deg,rgba(22,22,19,.55),transparent 55%); pointer-events:none; }
.work-cover-text { background:#3e5a52; }
.work-cover-text::before,.work-cover-text::after { content:""; position:absolute; width:82%; height:58%; right:-24%; bottom:-20%; border:2px solid rgba(255,255,255,.18); border-radius:50%; transform:rotate(-10deg); }
.work-cover-text::after { width:58%; height:42%; right:-9%; bottom:-8%; }
.cover-inn { background:#9a6c3f; }.cover-maintain { background:#765b45; }.cover-river-sound { background:#4f7873; }.cover-minute { background:#35564f; }.cover-horse-film { background:#343b3c; }.cover-today-film { background:#8f4b38; }
.work-info { padding: 16px 2px 0; }
.work-info > div > span { font-size: 10px; letter-spacing: .08em; color: var(--brick); }
.work-info h3 { font-family: var(--serif); font-size: 22px; font-weight: 500; margin: 4px 0 12px; }
.work-info dl { margin:0; display:flex; flex-wrap:wrap; gap:6px 18px; color:#777067; font-size:11px; }
.work-info dl div { display:flex; gap:5px; }
.work-info dt::after { content:" ·"; }
.work-info dd, .work-info dt { margin:0; }

.routes { background: var(--pine-deep); color: #fff; }
.route-heading > p { color: rgba(255,255,255,.68); }
.routes .eyebrow { color: #e5bd68; }
.route-layout { display: grid; grid-template-columns: .75fr 1.35fr; border: 1px solid rgba(255,255,255,.16); min-height: 520px; }
.route-tabs { display: flex; flex-direction: column; border-right: 1px solid rgba(255,255,255,.15); }
.route-tab { flex:1; border:0; border-bottom:1px solid rgba(255,255,255,.14); background:transparent; color:#fff; text-align:left; padding:27px 28px; cursor:pointer; display:flex; flex-direction:column; justify-content:center; transition:background .2s ease; }
.route-tab:last-child { border-bottom:0; }
.route-tab:hover, .route-tab.is-active { background: rgba(255,255,255,.1); }
.route-tab span { color:#e6bc62; font-size:10px; letter-spacing:.16em; }
.route-tab strong { font-family:var(--serif); font-size:22px; font-weight:500; margin:5px 0 3px; }
.route-tab small { opacity:.58; }
.route-preview { padding: 42px 45px; display:flex; flex-direction:column; }
.route-preview-head { display:flex; justify-content:space-between; gap:20px; align-items:flex-start; padding-bottom:28px; border-bottom:1px solid rgba(255,255,255,.16); }
.route-preview-head span { color:#e6bc62; font-size:11px; }
.route-preview-head h3 { font-family:var(--serif); font-size:38px; font-weight:500; margin:2px 0 0; }
.route-stats { display:flex; flex-direction:column; align-items:flex-end; color:rgba(255,255,255,.65); font-size:11px; }
.route-stops { list-style:none; padding:8px 0 10px; margin:0; }
.route-stops li { display:grid; grid-template-columns:44px 1fr auto; gap:16px; align-items:center; padding:21px 0; border-bottom:1px solid rgba(255,255,255,.12); }
.route-stops li > span { width:38px; height:38px; border:1px solid rgba(255,255,255,.3); border-radius:50%; display:grid; place-items:center; color:#e7c578; font-size:10px; }
.route-stops strong { display:block; font-family:var(--serif); font-weight:500; font-size:18px; }
.route-stops small { color:rgba(255,255,255,.57); }
.route-stops i { font-style:normal; font-size:9px; letter-spacing:.12em; opacity:.55; }
.route-preview .button { margin-top:auto; align-self:flex-start; }

.how { background: #d9c69d; }
.how-grid { display:grid; grid-template-columns: .92fr 1fr; gap:120px; }
.how-copy { position:sticky; top:130px; align-self:start; }
.how-copy > p:last-child { color:#665b4f; max-width:500px; }
.how-steps { list-style:none; padding:0; margin:0; }
.how-steps li { display:grid; grid-template-columns:68px 1fr; gap:20px; padding:31px 0; border-top:1px solid rgba(47,42,37,.22); }
.how-steps li:last-child { border-bottom:1px solid rgba(47,42,37,.22); }
.how-steps li > span { width:48px; height:48px; display:grid; place-items:center; border:1px solid var(--ink); border-radius:50%; font-size:11px; }
.how-steps strong { font-family:var(--serif); font-size:25px; font-weight:500; }
.how-steps p { margin:5px 0 0; color:#665d54; }
.how-more { display:flex; justify-content:flex-end; margin-top:34px; }

.legacy { background: var(--cream); }
.legacy-shell { position:relative; display:grid; grid-template-columns:220px 1fr; gap:60px; padding:70px; background:var(--paper); overflow:hidden; }
.legacy-shell::after { content:""; position:absolute; right:-90px; bottom:-100px; width:330px; height:330px; border:1px solid rgba(182,83,51,.16); border-radius:50%; box-shadow:0 0 0 30px rgba(182,83,51,.04),0 0 0 60px rgba(182,83,51,.03); }
.legacy-mark { width:180px; height:180px; border:3px solid var(--brick); color:var(--brick); display:grid; place-items:center; font-family:var(--serif); font-size:96px; line-height:1; transform:rotate(-4deg); }
.legacy-copy { position:relative; z-index:1; }
.legacy-copy > p:not(.eyebrow) { color:#6f665b; max-width:760px; font-size:17px; }
.legacy-chain { display:flex; flex-wrap:wrap; align-items:center; gap:10px; margin-top:28px; }
.legacy-chain span { border:1px solid rgba(47,42,37,.2); padding:9px 12px; font-size:12px; background:rgba(255,255,255,.42); }
.legacy-chain i { font-style:normal; color:var(--brick); }

.stations { background: #efe5cf; }
.station-value { display:grid; grid-template-columns:repeat(4,1fr); margin:-12px 0 38px; border:1px solid rgba(47,42,37,.16); }
.station-value > div { padding:22px 20px; border-right:1px solid rgba(47,42,37,.16); }
.station-value > div:last-child { border-right:0; }
.station-value span { color:var(--brick); font-size:10px; letter-spacing:.12em; }
.station-value strong { display:block; margin:8px 0 5px; font-family:var(--serif); font-size:18px; font-weight:500; }
.station-value p { margin:0; color:#756a5e; font-size:12px; line-height:1.65; }
.station-row { display:grid; grid-template-columns:repeat(4,1fr); gap:12px; }
.station-card { padding:30px 24px; border:1px solid rgba(47,42,37,.16); min-height:280px; display:flex; flex-direction:column; justify-content:space-between; transition:transform .25s ease, background .25s ease; }
.station-card:hover { transform:translateY(-5px); background:rgba(255,255,255,.45); }
.station-symbol { width:52px; height:52px; border:1px solid var(--brick); color:var(--brick); display:grid; place-items:center; font-family:var(--serif); font-size:26px; transform:rotate(3deg); }
.station-card small { font-size:9px; letter-spacing:.17em; color:var(--brick); }
.station-card h3 { font-family:var(--serif); font-size:25px; font-weight:500; margin:5px 0 6px; }
.station-card p { margin:0; color:#6f665c; font-size:13px; }

.archive-index { background:#d8c69f; }
.archive-cards { display:grid; grid-template-columns:repeat(3,1fr); gap:14px; }
.archive-card { min-height:245px; padding:28px; border:1px solid rgba(47,42,37,.2); display:flex; flex-direction:column; color:var(--ink); transition:transform .25s ease, background .25s ease; }
.archive-card:hover { transform:translateY(-5px); background:rgba(255,255,255,.28); }
.archive-card > span { color:var(--brick); font-size:12px; letter-spacing:.13em; }
.archive-card strong { margin-top:46px; font-family:var(--serif); font-size:27px; font-weight:500; }
.archive-card small { margin-top:7px; color:#6f6458; }
.archive-card b { margin-top:auto; font-size:11px; font-weight:500; letter-spacing:.06em; }
.archive-action { display:flex; justify-content:flex-end; margin-top:28px; }

.closing { position:relative; overflow:hidden; background:#2d342f; color:#fff; padding:110px 0; }
.closing-pattern { position:absolute; inset:0; opacity:.17; background-image:linear-gradient(35deg,transparent 44%,rgba(255,255,255,.2) 45%,transparent 46%),linear-gradient(-35deg,transparent 44%,rgba(255,255,255,.14) 45%,transparent 46%); background-size:70px 70px; }
.closing-inner { position:relative; display:flex; align-items:flex-end; justify-content:space-between; gap:50px; }
.closing p { color:#dab262; font-size:12px; letter-spacing:.1em; }
.closing h2 { max-width:850px; }

.site-footer { background:#202421; color:rgba(255,255,255,.72); padding:50px 0; border-top:1px solid rgba(255,255,255,.1); }
.footer-grid { display:grid; grid-template-columns:1.2fr 1.5fr .8fr; gap:35px; align-items:start; }
.footer-brand { display:flex; gap:12px; align-items:center; color:white; }
.footer-brand > div { display:flex; flex-direction:column; }
.footer-brand strong { font-family:var(--serif); font-weight:500; }
.footer-brand small { font-size:8px; letter-spacing:.18em; margin-top:3px; opacity:.6; }
.footer-grid > p { margin:0; font-size:13px; }
.footer-links { display:flex; flex-direction:column; align-items:flex-end; gap:5px; font-size:12px; }
.footer-note { grid-column:1/-1; padding-top:25px; border-top:1px solid rgba(255,255,255,.1); font-size:10px; opacity:.48; }
.mobile-cta { display:none; }

.coming-dialog { width:min(560px,calc(100% - 32px)); border:0; padding:50px; background:var(--paper); color:var(--ink); box-shadow:0 35px 100px rgba(0,0,0,.35); }
.coming-dialog::backdrop { background:rgba(20,25,22,.72); backdrop-filter:blur(5px); }
.dialog-close { position:absolute; right:16px; top:13px; border:0; background:transparent; font-size:26px; cursor:pointer; }
.dialog-stamp { width:70px; height:70px; border:2px solid var(--brick); color:var(--brick); display:grid; place-items:center; text-align:center; font-family:var(--serif); line-height:1.1; transform:rotate(5deg); margin-bottom:28px; }
.coming-dialog h2 { font-family:var(--serif); font-size:36px; font-weight:500; margin:6px 0 12px; }
.coming-dialog > p:not(.eyebrow) { color:#6a6258; }
.dialog-meta { display:flex; flex-wrap:wrap; gap:7px; margin:24px 0; }
.dialog-meta span { border:1px solid rgba(47,42,37,.18); padding:6px 9px; font-size:10px; }
.dialog-confirm { width:100%; }

.reveal { opacity:0; transform:translateY(24px); transition:opacity .75s ease, transform .75s ease; }
.reveal.is-visible { opacity:1; transform:none; }

@media (max-width: 980px) {
  .site-nav, .header-action { display:none; }
  .menu-toggle { display:block; }
  .site-nav.is-open { display:flex; position:fixed; inset:84px 0 0; background:var(--cream); color:var(--ink); flex-direction:column; align-items:flex-start; padding:40px 28px; gap:0; }
  .site-nav.is-open a { width:100%; padding:18px 0; border-bottom:1px solid var(--line); font-family:var(--serif); font-size:26px; }
  .menu-toggle[aria-expanded="true"] span:first-child { top:21px; transform:rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { top:21px; transform:rotate(-45deg); }
  .section-heading { grid-template-columns:1fr; gap:20px; }
  .entry-grid { grid-template-columns:1fr; }
  .entry-card { min-height:300px; }
  .map-shell { grid-template-columns:1fr; }
  .map-panel { border-left:0; border-top:1px solid var(--line); }
  .works-grid { grid-template-columns:repeat(2,1fr); }
  .topic-work-grid { grid-template-columns:repeat(2,1fr); }
  .work-card-large, .work-card-wide { grid-column:span 2; }
  .route-layout { grid-template-columns:1fr; }
  .route-tabs { border-right:0; border-bottom:1px solid rgba(255,255,255,.15); display:grid; grid-template-columns:repeat(3,1fr); }
  .route-tab { border-bottom:0; border-right:1px solid rgba(255,255,255,.14); min-height:170px; }
  .route-tab:last-child { border-right:0; }
  .how-grid { grid-template-columns:1fr; gap:50px; }
  .how-copy { position:static; }
  .legacy-shell { grid-template-columns:1fr; }
  .legacy-mark { width:120px; height:120px; font-size:65px; }
  .station-row { grid-template-columns:repeat(2,1fr); }
  .station-value { grid-template-columns:repeat(2,1fr); }
  .station-value > div:nth-child(2) { border-right:0; }
  .station-value > div:nth-child(-n+2) { border-bottom:1px solid rgba(47,42,37,.16); }
  .archive-cards { grid-template-columns:1fr; }
}

@media (max-width: 680px) {
  .wrap, .header-inner { width:min(100% - 30px,1180px); }
  .section { padding:78px 0; }
  .header-inner { height:70px; }
  .brand-copy strong { font-size:16px; }
  .site-nav.is-open { inset:70px 0 0; }
  .hero { min-height:760px; height:100svh; }
  .hero-content { padding-top:82px; justify-content:center; }
  .hero-scrim { background:linear-gradient(90deg,rgba(20,27,24,.81),rgba(20,27,24,.45)),linear-gradient(0deg,rgba(12,19,17,.67),transparent 55%); }
  .hero h1 { font-size:clamp(44px,13vw,64px); }
  .hero-intro { font-size:15px; line-height:1.8; }
  .hero-actions { flex-direction:column; align-items:stretch; }
  .hero-actions .button { width:100%; }
  .hero-status { flex-wrap:wrap; }
  .hero-scroll { display:none; }
  .hero-svg { transform:translateX(-22%); width:145%; }
  .intro-band-inner { min-height:150px; }
  .intro-band p { font-size:18px; }
  .intro-stamp { width:54px; height:54px; font-size:13px; }
  .section-heading h2, .how-copy h2, .legacy-copy h2, .closing h2 { font-size:36px; }
  .entry-card { min-height:280px; padding:23px; }
  .entry-icon { width:74px; height:74px; }
  .map-canvas { min-height:510px; }
  .map-panel { padding:30px 24px; }
  .map-node-index { margin-top:30px; }
  .map-panel h3 { font-size:38px; }
  .marker-theatre { left:49%; top:41%; }
  .marker-sideng { left:31%; top:56%; }
  .marker-bridge { left:12%; top:24%; }
  .marker-gate { left:70%; top:24%; }
  .marker-river { left:75%; top:71%; }
  .marker-book { left:21%; top:73%; }
  .map-marker b { font-size:10px; }
  .marker-dot { width:34px; height:34px; }
  .works-grid { grid-template-columns:1fr; gap:30px; }
  .topic-work-grid { grid-template-columns:1fr; gap:24px; }
  .topic-work-cover { min-height:270px; }
  .work-card-large, .work-card-wide { grid-column:span 1; }
  .work-card-large .work-cover, .work-card-wide .work-cover { aspect-ratio:1/1; }
  .work-cover svg { object-fit:cover; }
  .route-tabs { display:flex; overflow:auto; }
  .route-tab { min-width:245px; min-height:150px; }
  .route-preview { padding:30px 22px; }
  .route-preview-head { flex-direction:column; }
  .route-stats { align-items:flex-start; }
  .route-stops li { grid-template-columns:40px 1fr; }
  .route-stops i { display:none; }
  .how-steps li { grid-template-columns:54px 1fr; }
  .how-steps strong { font-size:21px; }
  .legacy-shell { padding:35px 24px; gap:30px; }
  .legacy-mark { width:90px; height:90px; font-size:48px; }
  .legacy-chain i { display:none; }
  .station-row { grid-template-columns:1fr; }
  .station-card { min-height:220px; }
  .station-value { grid-template-columns:1fr; }
  .station-value > div { border-right:0; border-bottom:1px solid rgba(47,42,37,.16); }
  .station-value > div:last-child { border-bottom:0; }
  .archive-card { min-height:210px; }
  .closing-inner { align-items:flex-start; flex-direction:column; }
  .footer-grid { grid-template-columns:1fr; }
  .footer-links { align-items:flex-start; }
  .footer-note { grid-column:auto; }
  .mobile-cta { position:fixed; z-index:90; display:block; left:12px; right:12px; bottom:12px; }
  .mobile-cta a { height:54px; background:var(--brick); color:#fff; display:flex; justify-content:space-between; align-items:center; padding:0 20px; box-shadow:0 14px 40px rgba(56,24,14,.32); }
  .site-footer { padding-bottom:95px; }
  .coming-dialog { padding:36px 25px 28px; }
  .coming-dialog h2 { font-size:30px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior:auto !important; animation-duration:.01ms !important; animation-iteration-count:1 !important; transition-duration:.01ms !important; }
  .reveal { opacity:1; transform:none; }
}
