.page-yuxi {
  --yx-ink: #17332d;
  --yx-green: #1f5c50;
  --yx-leaf: #7f9b6b;
  --yx-coral: #e3614c;
  --yx-sun: #e8b64a;
  --yx-paper: #f4f0e4;
  --yx-cream: #fffaf0;
  --yx-line: rgba(23, 51, 45, .18);
  background: var(--yx-paper);
  color: var(--yx-ink);
  font-family: "Microsoft YaHei", "PingFang SC", Arial, sans-serif;
}

.page-yuxi .city-main { overflow: clip; }
.page-yuxi .city-shell { width: min(1200px, calc(100% - 48px)); margin-inline: auto; }
.page-yuxi .city-section { position: relative; padding: 112px 0; }
.page-yuxi .city-eyebrow { margin: 0 0 18px; color: var(--yx-coral); font-size: 12px; font-weight: 800; letter-spacing: .19em; text-transform: uppercase; }
.page-yuxi h1,
.page-yuxi h2,
.page-yuxi h3,
.page-yuxi p { margin-top: 0; }
.page-yuxi h1,
.page-yuxi h2 { font-family: "Noto Serif SC", "Songti SC", SimSun, serif; letter-spacing: -.045em; }
.page-yuxi h2 { margin-bottom: 22px; font-size: 46px; line-height: 1.12; }
.page-yuxi h3 { line-height: 1.34; }
.page-yuxi p { color: #52625e; line-height: 1.9; }
.page-yuxi a { text-underline-offset: 4px; }
.page-yuxi .reveal { opacity: 0; transform: translateY(28px); transition: opacity .72s ease, transform .72s cubic-bezier(.2,.75,.25,1); }
.page-yuxi .reveal.is-visible { opacity: 1; transform: none; }

.page-yuxi .yx-hero {
  position: relative;
  padding: 32px 0 70px;
  background:
    linear-gradient(90deg, rgba(23,51,45,.06) 1px, transparent 1px) 0 0 / 48px 48px,
    linear-gradient(rgba(23,51,45,.06) 1px, transparent 1px) 0 0 / 48px 48px,
    var(--yx-paper);
}
.page-yuxi .yx-hero::after { content: ""; position: absolute; inset: auto -8vw -70px auto; width: 34vw; height: 210px; background: var(--yx-green); clip-path: polygon(14% 0,100% 0,100% 100%,0 100%); z-index: 0; }
.page-yuxi .yx-hero-shell { position: relative; z-index: 1; }
.page-yuxi .city-crumb { display: flex; gap: 10px; align-items: center; padding: 12px 0 34px; font-size: 13px; }
.page-yuxi .city-crumb a { color: #76837f; }
.page-yuxi .city-crumb i { color: #b2bbb7; font-style: normal; }
.page-yuxi .city-crumb strong { color: var(--yx-ink); }
.page-yuxi .yx-masthead { display: flex; justify-content: space-between; align-items: center; padding: 14px 0; border-top: 2px solid var(--yx-ink); border-bottom: 1px solid var(--yx-line); }
.page-yuxi .yx-masthead p { margin: 0; color: #697773; font-size: 12px; font-weight: 700; letter-spacing: .12em; }
.page-yuxi .yx-edition { display: flex; align-items: center; gap: 12px; color: var(--yx-ink); }
.page-yuxi .yx-edition span { font-family: Georgia, serif; font-size: 24px; font-weight: 800; letter-spacing: .08em; }
.page-yuxi .yx-edition i { width: 60px; height: 2px; background: var(--yx-coral); }
.page-yuxi .yx-edition b { font-size: 11px; letter-spacing: .14em; }
.page-yuxi .yx-title-row { display: grid; grid-template-columns: minmax(0, 1fr) 280px; gap: 70px; padding: 58px 0 44px; }
.page-yuxi .yx-title-copy h1 { max-width: 890px; margin: 0 0 24px; color: var(--yx-ink); font-size: 58px; line-height: 1.07; }
.page-yuxi .yx-title-copy h1 span { display: block; color: var(--yx-coral); }
.page-yuxi .yx-title-copy > p:last-of-type { max-width: 800px; margin-bottom: 28px; font-size: 16px; }
.page-yuxi .yx-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.page-yuxi .yx-actions a,
.page-yuxi .yx-actions button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; padding: 0 22px; border: 1px solid var(--yx-ink); background: transparent; color: var(--yx-ink); font-size: 14px; font-weight: 800; cursor: pointer; }
.page-yuxi .yx-actions a { background: var(--yx-ink); color: #fff; text-decoration: none; }
.page-yuxi .yx-route-key { align-self: end; border-left: 1px solid var(--yx-line); padding-left: 30px; }
.page-yuxi .yx-route-key small { display: block; margin-bottom: 18px; color: #788681; font-size: 10px; font-weight: 800; letter-spacing: .18em; }
.page-yuxi .yx-route-key ol { list-style: none; margin: 0; padding: 0; }
.page-yuxi .yx-route-key li { position: relative; display: flex; align-items: center; gap: 15px; min-height: 52px; border-top: 1px dashed var(--yx-line); font-weight: 800; }
.page-yuxi .yx-route-key li:last-child { border-bottom: 1px dashed var(--yx-line); }
.page-yuxi .yx-route-key li i { width: 14px; height: 14px; border: 3px solid var(--yx-paper); outline: 2px solid var(--yx-coral); background: var(--yx-coral); transform: rotate(45deg); }
.page-yuxi .yx-route-key li:nth-child(2) i { outline-color: var(--yx-green); background: var(--yx-green); }
.page-yuxi .yx-route-key li:nth-child(3) i { outline-color: var(--yx-sun); background: var(--yx-sun); }
.page-yuxi .yx-hero-map { position: relative; margin: 0; padding: 14px; background: var(--yx-cream); border: 1px solid var(--yx-line); box-shadow: 0 24px 70px rgba(23,51,45,.14); }
.page-yuxi .yx-hero-map picture { display: block; overflow: hidden; aspect-ratio: 16 / 8.15; }
.page-yuxi .yx-hero-map img { display: block; width: 100%; height: 100%; object-fit: cover; }
.page-yuxi .yx-hero-map figcaption { display: flex; justify-content: space-between; align-items: center; padding: 12px 2px 0; font-size: 11px; letter-spacing: .12em; }
.page-yuxi .yx-hero-map figcaption span { color: var(--yx-coral); font-weight: 900; }
.page-yuxi .yx-map-line { position: absolute; inset: 19% 9% 21% 8%; pointer-events: none; }
.page-yuxi .yx-map-line::before { content: ""; position: absolute; inset: 48% 0 auto; border-top: 3px solid rgba(255,250,240,.9); transform: rotate(-6deg); filter: drop-shadow(0 1px 0 rgba(23,51,45,.3)); }
.page-yuxi .yx-map-line i { position: absolute; width: 18px; height: 18px; border: 5px solid var(--yx-cream); background: var(--yx-coral); transform: rotate(45deg); box-shadow: 0 0 0 2px var(--yx-ink); }
.page-yuxi .yx-map-line i:nth-child(1) { left: 4%; top: 58%; }
.page-yuxi .yx-map-line i:nth-child(2) { left: 35%; top: 42%; background: var(--yx-sun); }
.page-yuxi .yx-map-line i:nth-child(3) { left: 66%; top: 30%; background: var(--yx-green); }
.page-yuxi .yx-map-line i:nth-child(4) { right: 2%; top: 12%; }
.page-yuxi .yx-route-nav { display: grid; grid-template-columns: repeat(4,1fr); margin: 22px 0 0; border: 1px solid var(--yx-line); background: var(--yx-cream); }
.page-yuxi .yx-route-nav button { display: flex; align-items: center; gap: 15px; min-height: 78px; padding: 0 22px; border: 0; border-right: 1px solid var(--yx-line); background: transparent; color: var(--yx-ink); text-align: left; cursor: pointer; }
.page-yuxi .yx-route-nav button:last-child { border-right: 0; }
.page-yuxi .yx-route-nav button i { display: grid; width: 34px; height: 34px; place-items: center; border: 1px solid var(--yx-coral); color: var(--yx-coral); font-style: normal; font-size: 11px; transform: rotate(45deg); }
.page-yuxi .yx-route-nav button i::first-line { transform: rotate(-45deg); }
.page-yuxi .yx-route-nav button span { font-weight: 800; }
.page-yuxi .yx-route-nav button.is-active { background: var(--yx-ink); color: #fff; }
.page-yuxi .yx-route-nav button.is-active i { border-color: var(--yx-sun); color: var(--yx-sun); }

.page-yuxi .city-ad { position: relative; z-index: 2; padding: 54px 24px; background: #edf3f0; }
.page-yuxi .city-ad.is-dark { background: #122c28; }
.page-yuxi .city-ad-inner { width: min(1200px,100%); margin: 0 auto; }
.page-yuxi .city-ad picture,
.page-yuxi .city-ad img { display: block; width: 100%; }
.page-yuxi .city-ad img { height: auto; object-fit: contain; border-radius: 18px; }

.page-yuxi .yx-field-section { background: var(--yx-cream); }
.page-yuxi .yx-stream-head { display: grid; grid-template-columns: 1fr 1fr; gap: 20px 70px; align-items: end; margin-bottom: 54px; }
.page-yuxi .yx-stream-head .city-eyebrow { grid-column: 1 / -1; margin-bottom: 0; }
.page-yuxi .yx-stream-head h2 { margin-bottom: 0; }
.page-yuxi .yx-stream-head > p:last-child { margin-bottom: 3px; }
.page-yuxi .yx-waterfall { display: grid; grid-template-columns: 1.1fr .9fr 1fr; grid-template-rows: auto auto auto; gap: 18px; align-items: start; }
.page-yuxi .yx-note { position: relative; min-height: 260px; padding: 32px; overflow: hidden; border: 1px solid var(--yx-line); background: #f8f1df; }
.page-yuxi .yx-note::after { content: ""; position: absolute; width: 86px; height: 86px; right: -43px; bottom: -43px; border: 1px solid rgba(23,51,45,.22); border-radius: 50%; }
.page-yuxi .yx-note small { display: block; margin: 7px 0 45px; color: #75817d; font-size: 10px; font-weight: 900; letter-spacing: .16em; }
.page-yuxi .yx-note h3 { margin: 0 0 16px; font-family: "Noto Serif SC", "Songti SC", SimSun, serif; font-size: 28px; }
.page-yuxi .yx-note p { margin-bottom: 0; }
.page-yuxi .yx-waypoint { display: grid; width: 42px; height: 42px; place-items: center; background: var(--yx-coral); color: #fff; font-family: Georgia, serif; font-weight: 800; transform: rotate(45deg); }
.page-yuxi .yx-waypoint::first-line { transform: rotate(-45deg); }
.page-yuxi .yx-note.is-tall { grid-row: span 2; min-height: 578px; padding-top: 44px; }
.page-yuxi .yx-note.is-tall ul { display: grid; gap: 0; list-style: none; margin: 36px 0 0; padding: 0; }
.page-yuxi .yx-note.is-tall li { position: relative; padding: 17px 0 17px 32px; border-top: 1px dashed var(--yx-line); font-weight: 800; }
.page-yuxi .yx-note.is-tall li::before { content: ""; position: absolute; left: 4px; top: 20px; width: 10px; height: 10px; background: var(--yx-sun); transform: rotate(45deg); }
.page-yuxi .yx-note.is-photo { min-height: 300px; background: #e6eddc; }
.page-yuxi .yx-note.is-wide { grid-column: 2 / 4; min-height: 280px; background: #fff; }
.page-yuxi .yx-note.is-wide .yx-waypoint { background: var(--yx-green); }
.page-yuxi .yx-mini-route { display: flex; align-items: center; gap: 9px; margin-top: 28px; color: var(--yx-ink); font-size: 12px; font-weight: 800; }
.page-yuxi .yx-mini-route i { width: 11px; height: 11px; background: var(--yx-coral); transform: rotate(45deg); }
.page-yuxi .yx-mini-route i:not(:first-child) { margin-left: auto; }
.page-yuxi .yx-note.is-compact { min-height: 240px; background: #f1d8c6; }
.page-yuxi .yx-note.is-dark { min-height: 240px; background: var(--yx-ink); color: #fff; }
.page-yuxi .yx-note.is-dark .yx-waypoint { background: var(--yx-sun); color: var(--yx-ink); }
.page-yuxi .yx-note.is-dark small,
.page-yuxi .yx-note.is-dark p { color: #b9c9c3; }
.page-yuxi .yx-note blockquote { margin: 0 0 18px; font-family: "Noto Serif SC", "Songti SC", SimSun, serif; font-size: 26px; line-height: 1.45; }

.page-yuxi .yx-register-section { background: #e9eadc; }
.page-yuxi .yx-register-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 24px 50px; align-items: start; }
.page-yuxi .yx-register-grid > header { position: sticky; top: 110px; padding: 34px 0 0; }
.page-yuxi .yx-main-figure { grid-column: 2; margin: 0; padding: 12px; background: var(--yx-cream); border: 1px solid var(--yx-line); }
.page-yuxi .yx-main-figure img { display: block; width: 100%; height: auto; }
.page-yuxi .yx-main-figure figcaption,
.page-yuxi .yx-ledger-figure figcaption,
.page-yuxi .yx-growth-figure figcaption,
.page-yuxi .yx-platform-visual figcaption { padding: 12px 4px 2px; color: #71807b; font-size: 11px; font-weight: 800; letter-spacing: .08em; }
.page-yuxi .yx-waypoint-cards { grid-column: 2; display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.page-yuxi .yx-waypoint-cards article { display: flex; gap: 18px; min-height: 122px; padding: 24px; background: var(--yx-cream); border: 1px solid var(--yx-line); }
.page-yuxi .yx-waypoint-cards article i { display: grid; flex: 0 0 40px; height: 40px; place-items: center; background: var(--yx-coral); color: #fff; font-style: normal; font-size: 11px; transform: rotate(45deg); }
.page-yuxi .yx-waypoint-cards article span { display: flex; flex-direction: column; gap: 8px; }
.page-yuxi .yx-waypoint-cards article b { font-size: 17px; }
.page-yuxi .yx-waypoint-cards article em { color: #65736f; font-style: normal; font-size: 13px; line-height: 1.6; }

.page-yuxi .yx-ledger-section { background: var(--yx-cream); }
.page-yuxi .yx-ledger-top { display: grid; grid-template-columns: 1fr .7fr; gap: 60px; align-items: end; margin-bottom: 40px; }
.page-yuxi .yx-ledger-top header p:last-child { max-width: 760px; }
.page-yuxi .yx-route-meter { display: flex; align-items: center; gap: 8px; padding-bottom: 10px; }
.page-yuxi .yx-route-meter span,
.page-yuxi .yx-route-meter b { font-size: 11px; letter-spacing: .12em; }
.page-yuxi .yx-route-meter i { width: 14px; height: 14px; background: var(--yx-coral); transform: rotate(45deg); }
.page-yuxi .yx-route-meter i:nth-of-type(2),
.page-yuxi .yx-route-meter i:nth-of-type(4) { background: var(--yx-sun); }
.page-yuxi .yx-route-meter::before,
.page-yuxi .yx-route-meter::after { content: ""; flex: 1; border-top: 1px dashed var(--yx-line); }
.page-yuxi .yx-ledger-figure { margin: 0; padding: 13px; background: #e7eee8; border: 1px solid var(--yx-line); }
.page-yuxi .yx-ledger-figure img { display: block; width: 100%; aspect-ratio: 3 / 1.35; object-fit: cover; }
.page-yuxi .yx-ledger-stops { display: grid; grid-template-columns: repeat(5,1fr); list-style: none; margin: 18px 0 0; padding: 0; border: 1px solid var(--yx-line); }
.page-yuxi .yx-ledger-stops li { position: relative; min-height: 154px; padding: 24px 20px; border-right: 1px solid var(--yx-line); }
.page-yuxi .yx-ledger-stops li:last-child { border-right: 0; }
.page-yuxi .yx-ledger-stops li::after { content: ""; position: absolute; right: -6px; top: 32px; width: 11px; height: 11px; background: var(--yx-sun); transform: rotate(45deg); z-index: 2; }
.page-yuxi .yx-ledger-stops li:last-child::after { display: none; }
.page-yuxi .yx-ledger-stops i { display: block; margin-bottom: 24px; color: var(--yx-coral); font-style: normal; font-size: 11px; font-weight: 900; }
.page-yuxi .yx-ledger-stops b { display: block; margin-bottom: 10px; font-size: 18px; }
.page-yuxi .yx-ledger-stops span { color: #697773; font-size: 12px; line-height: 1.6; }

.page-yuxi .yx-platform-section { background: var(--yx-ink); color: #fff; }
.page-yuxi .yx-platform-grid { display: grid; grid-template-columns: .86fr 1.14fr; gap: 26px 54px; }
.page-yuxi .yx-platform-grid header { align-self: center; }
.page-yuxi .yx-platform-grid h2 { color: #fff; }
.page-yuxi .yx-platform-grid header p { color: #bdcbc6; }
.page-yuxi .yx-platform-grid header a { display: inline-flex; margin-top: 12px; padding: 13px 18px; background: var(--yx-sun); color: var(--yx-ink); font-weight: 900; text-decoration: none; }
.page-yuxi .yx-stations { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.page-yuxi .yx-stations span { min-height: 118px; padding: 22px; border: 1px solid rgba(255,255,255,.18); background: rgba(255,255,255,.05); }
.page-yuxi .yx-stations i { display: block; margin-bottom: 18px; color: var(--yx-sun); font-style: normal; font-size: 11px; }
.page-yuxi .yx-stations b { display: block; margin-bottom: 6px; }
.page-yuxi .yx-stations em { color: #9fb2ab; font-style: normal; font-size: 12px; }
.page-yuxi .yx-platform-visual { grid-column: 1 / -1; margin: 18px 0 0; padding: 12px; background: #e7eee8; }
.page-yuxi .yx-platform-visual img { display: block; width: 100%; height: auto; }
.page-yuxi .yx-platform-visual figcaption { color: #566862; }

.page-yuxi .yx-standard-section { background: #f0e6d4; }
.page-yuxi .city-section-head { display: grid; grid-template-columns: 1fr .62fr; gap: 60px; align-items: end; margin-bottom: 45px; }
.page-yuxi .city-section-head h2 { margin-bottom: 0; }
.page-yuxi .city-section-copy { margin-bottom: 4px; }
.page-yuxi .standard-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 14px; }
.page-yuxi .standard-card { min-height: 220px; padding: 28px; background: var(--yx-cream); border: 1px solid var(--yx-line); }
.page-yuxi .standard-card span { display: grid; width: 38px; height: 38px; place-items: center; margin-bottom: 45px; border: 1px solid var(--yx-coral); color: var(--yx-coral); font-size: 11px; transform: rotate(45deg); }
.page-yuxi .standard-card h3 { margin-bottom: 10px; font-size: 19px; }
.page-yuxi .standard-card p { margin-bottom: 0; font-size: 13px; }

.page-yuxi .yx-growth-section { background: #dfe9e3; }
.page-yuxi .yx-growth-grid { display: grid; grid-template-columns: .83fr 1.17fr; gap: 22px 50px; }
.page-yuxi .yx-growth-grid > header { align-self: center; }
.page-yuxi .yx-growth-grid > header > div { display: flex; gap: 10px; margin-top: 25px; }
.page-yuxi .yx-growth-grid > header a { padding: 12px 15px; border: 1px solid var(--yx-ink); color: var(--yx-ink); font-size: 13px; font-weight: 800; text-decoration: none; }
.page-yuxi .yx-growth-figure { margin: 0; padding: 12px; background: var(--yx-cream); border: 1px solid var(--yx-line); }
.page-yuxi .yx-growth-figure img { display: block; width: 100%; height: auto; }
.page-yuxi .yx-content-lines { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; margin-top: 10px; }
.page-yuxi .yx-content-lines article { position: relative; padding: 30px 28px 28px 58px; background: var(--yx-cream); border: 1px solid var(--yx-line); }
.page-yuxi .yx-content-lines article i { position: absolute; left: 27px; top: 34px; width: 15px; height: 15px; background: var(--yx-coral); transform: rotate(45deg); }
.page-yuxi .yx-content-lines article:nth-child(2) i { background: var(--yx-sun); }
.page-yuxi .yx-content-lines article:nth-child(3) i { background: var(--yx-green); }
.page-yuxi .yx-content-lines small { color: #74817d; font-size: 10px; font-weight: 900; letter-spacing: .14em; }
.page-yuxi .yx-content-lines h3 { margin: 16px 0 9px; font-size: 20px; }
.page-yuxi .yx-content-lines p { margin-bottom: 0; font-size: 13px; }

.page-yuxi .yx-articles-section { background: var(--yx-cream); }
.page-yuxi .yx-tickets { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.page-yuxi .yx-tickets a { position: relative; display: grid; grid-template-columns: 48px 1fr 28px; gap: 16px; align-items: center; min-height: 126px; padding: 20px 24px; overflow: hidden; border: 1px solid var(--yx-line); background: #f5eddd; color: var(--yx-ink); text-decoration: none; }
.page-yuxi .yx-tickets a:nth-child(5) { grid-column: 1 / -1; }
.page-yuxi .yx-tickets a::before,
.page-yuxi .yx-tickets a::after { content: ""; position: absolute; right: 62px; width: 18px; height: 18px; border-radius: 50%; background: var(--yx-cream); border: 1px solid var(--yx-line); }
.page-yuxi .yx-tickets a::before { top: -10px; }
.page-yuxi .yx-tickets a::after { bottom: -10px; }
.page-yuxi .yx-tickets > a > i { display: grid; width: 40px; height: 40px; place-items: center; background: var(--yx-green); color: #fff; font-style: normal; font-size: 11px; transform: rotate(45deg); }
.page-yuxi .yx-tickets small { color: var(--yx-coral); font-size: 10px; font-weight: 900; letter-spacing: .12em; }
.page-yuxi .yx-tickets h3 { margin: 8px 0 0; font-size: 17px; }
.page-yuxi .yx-tickets > a > b { color: var(--yx-coral); font-size: 20px; }

.page-yuxi .yx-faq-section { background: #efe3cf; }
.page-yuxi .yx-faq-grid { display: grid; grid-template-columns: .55fr 1fr; gap: 70px; align-items: start; }
.page-yuxi .yx-faq-grid > header { position: sticky; top: 110px; }
.page-yuxi .yx-faq-grid h2 { margin-bottom: 20px; }
.page-yuxi .yx-compass { position: relative; width: 126px; height: 126px; margin-top: 40px; border: 1px solid var(--yx-line); border-radius: 50%; }
.page-yuxi .yx-compass::before,
.page-yuxi .yx-compass::after { content: ""; position: absolute; background: var(--yx-coral); }
.page-yuxi .yx-compass::before { left: 50%; top: 12px; bottom: 12px; width: 1px; }
.page-yuxi .yx-compass::after { top: 50%; left: 12px; right: 12px; height: 1px; }
.page-yuxi .yx-compass i { position: absolute; width: 12px; height: 12px; background: var(--yx-sun); transform: rotate(45deg); }
.page-yuxi .yx-compass i:nth-child(1) { left: 57px; top: 4px; }
.page-yuxi .yx-compass i:nth-child(2) { right: 4px; top: 57px; }
.page-yuxi .yx-compass i:nth-child(3) { left: 57px; bottom: 4px; }
.page-yuxi .yx-compass i:nth-child(4) { left: 4px; top: 57px; }
.page-yuxi .faq-list { border-top: 1px solid var(--yx-line); }
.page-yuxi .faq-list details { border-bottom: 1px solid var(--yx-line); background: rgba(255,250,240,.48); }
.page-yuxi .faq-list summary { display: grid; grid-template-columns: 42px 1fr 24px; gap: 16px; align-items: center; min-height: 92px; padding: 15px 22px; color: var(--yx-ink); font-weight: 800; line-height: 1.55; cursor: pointer; list-style: none; }
.page-yuxi .faq-list summary::-webkit-details-marker { display: none; }
.page-yuxi .faq-list summary i { color: var(--yx-coral); font-style: normal; font-size: 11px; }
.page-yuxi .faq-list summary b { color: var(--yx-coral); font-size: 20px; }
.page-yuxi .faq-list details[open] summary b { transform: rotate(45deg); }
.page-yuxi .faq-list details p { padding: 0 22px 26px 80px; margin: 0; }

.page-yuxi .yx-final { padding: 74px 0; background: #12241f; color: #fff; }
.page-yuxi .yx-final-inner { display: grid; grid-template-columns: 1.1fr .7fr; gap: 80px; align-items: end; }
.page-yuxi .yx-final small { color: var(--yx-sun); font-size: 10px; font-weight: 900; letter-spacing: .16em; }
.page-yuxi .yx-final h2 { max-width: 760px; margin: 18px 0 0; color: #fff; }
.page-yuxi .yx-final p { margin: 0; color: #aebfba; }

@media (max-width: 900px) {
  .page-yuxi .yx-title-row,
  .page-yuxi .yx-stream-head,
  .page-yuxi .yx-register-grid,
  .page-yuxi .yx-ledger-top,
  .page-yuxi .yx-platform-grid,
  .page-yuxi .city-section-head,
  .page-yuxi .yx-growth-grid,
  .page-yuxi .yx-faq-grid,
  .page-yuxi .yx-final-inner { grid-template-columns: 1fr; }
  .page-yuxi .yx-route-key { display: none; }
  .page-yuxi .yx-waterfall { grid-template-columns: 1fr 1fr; }
  .page-yuxi .yx-note.is-wide { grid-column: 1 / -1; }
  .page-yuxi .yx-register-grid > header,
  .page-yuxi .yx-faq-grid > header { position: static; }
  .page-yuxi .yx-main-figure,
  .page-yuxi .yx-waypoint-cards { grid-column: 1; }
  .page-yuxi .yx-ledger-stops { grid-template-columns: 1fr 1fr; }
  .page-yuxi .yx-ledger-stops li { border-bottom: 1px solid var(--yx-line); }
  .page-yuxi .standard-grid { grid-template-columns: 1fr 1fr; }
  .page-yuxi .yx-content-lines { grid-column: 1; }
}

@media (max-width: 700px) {
  .page-yuxi .city-shell { width: min(100% - 28px, 520px); }
  .page-yuxi .city-section { padding: 78px 0; }
  .page-yuxi h2 { font-size: 31px; line-height: 1.18; }
  .page-yuxi .yx-hero { padding-top: 8px; }
  .page-yuxi .yx-hero::after { width: 54vw; height: 120px; bottom: -35px; }
  .page-yuxi .city-crumb { padding: 22px 0 28px; }
  .page-yuxi .yx-masthead { align-items: flex-start; gap: 12px; }
  .page-yuxi .yx-masthead p { max-width: 115px; text-align: right; line-height: 1.6; }
  .page-yuxi .yx-edition { gap: 8px; }
  .page-yuxi .yx-edition span { font-size: 20px; }
  .page-yuxi .yx-edition i { width: 24px; }
  .page-yuxi .yx-edition b { max-width: 72px; line-height: 1.45; }
  .page-yuxi .yx-title-row { gap: 0; padding: 42px 0 30px; }
  .page-yuxi .yx-title-copy h1 { font-size: 38px; line-height: 1.1; }
  .page-yuxi .yx-title-copy > p:last-of-type { font-size: 15px; line-height: 1.85; }
  .page-yuxi .yx-actions { display: grid; grid-template-columns: 1fr 1fr; }
  .page-yuxi .yx-actions a,
  .page-yuxi .yx-actions button { min-height: 48px; padding: 0 10px; font-size: 12px; }
  .page-yuxi .yx-hero-map { padding: 9px; }
  .page-yuxi .yx-hero-map picture { aspect-ratio: 3 / 4; }
  .page-yuxi .yx-hero-map figcaption { font-size: 9px; }
  .page-yuxi .yx-map-line { inset: 20% 12% 20%; }
  .page-yuxi .yx-map-line::before { top: 45%; transform: rotate(-47deg); }
  .page-yuxi .yx-map-line i:nth-child(1) { left: 6%; top: 77%; }
  .page-yuxi .yx-map-line i:nth-child(2) { left: 31%; top: 55%; }
  .page-yuxi .yx-map-line i:nth-child(3) { left: 59%; top: 32%; }
  .page-yuxi .yx-map-line i:nth-child(4) { right: 3%; top: 7%; }
  .page-yuxi .yx-route-nav { grid-template-columns: 1fr 1fr; }
  .page-yuxi .yx-route-nav button { min-height: 66px; padding: 0 14px; border-bottom: 1px solid var(--yx-line); }
  .page-yuxi .yx-route-nav button:nth-child(2) { border-right: 0; }
  .page-yuxi .yx-route-nav button:nth-child(3),
  .page-yuxi .yx-route-nav button:nth-child(4) { border-bottom: 0; }
  .page-yuxi .city-ad { padding: 32px 14px; }
  .page-yuxi .city-ad img { width: 100%; height: auto; object-fit: contain; }
  .page-yuxi .yx-stream-head { gap: 12px; margin-bottom: 36px; }
  .page-yuxi .yx-waterfall { display: flex; flex-direction: column; }
  .page-yuxi .yx-note,
  .page-yuxi .yx-note.is-tall,
  .page-yuxi .yx-note.is-photo,
  .page-yuxi .yx-note.is-wide,
  .page-yuxi .yx-note.is-compact,
  .page-yuxi .yx-note.is-dark { width: 100%; min-height: 0; padding: 28px; }
  .page-yuxi .yx-note small { margin-bottom: 28px; }
  .page-yuxi .yx-note h3 { font-size: 24px; }
  .page-yuxi .yx-mini-route { flex-wrap: wrap; }
  .page-yuxi .yx-register-grid { gap: 28px; }
  .page-yuxi .yx-waypoint-cards { grid-template-columns: 1fr; }
  .page-yuxi .yx-main-figure,
  .page-yuxi .yx-ledger-figure,
  .page-yuxi .yx-growth-figure,
  .page-yuxi .yx-platform-visual { padding: 8px; }
  .page-yuxi .yx-ledger-top { gap: 20px; }
  .page-yuxi .yx-route-meter { margin-top: 6px; }
  .page-yuxi .yx-ledger-figure img { aspect-ratio: 3 / 2; }
  .page-yuxi .yx-ledger-stops { grid-template-columns: 1fr; }
  .page-yuxi .yx-ledger-stops li { min-height: 112px; border-right: 0; }
  .page-yuxi .yx-ledger-stops li::after { right: 23px; top: auto; bottom: -6px; }
  .page-yuxi .yx-stations,
  .page-yuxi .standard-grid,
  .page-yuxi .yx-content-lines,
  .page-yuxi .yx-tickets { grid-template-columns: 1fr; }
  .page-yuxi .standard-card { min-height: 190px; }
  .page-yuxi .yx-content-lines article { padding-left: 58px; }
  .page-yuxi .yx-growth-grid > header > div { flex-direction: column; align-items: stretch; }
  .page-yuxi .yx-growth-grid > header a { text-align: center; }
  .page-yuxi .yx-tickets a,
  .page-yuxi .yx-tickets a:nth-child(5) { grid-column: auto; min-height: 142px; padding: 20px 18px; }
  .page-yuxi .yx-tickets h3 { font-size: 15px; }
  .page-yuxi .yx-faq-grid { gap: 34px; }
  .page-yuxi .yx-compass { display: none; }
  .page-yuxi .faq-list summary { grid-template-columns: 30px 1fr 18px; gap: 10px; min-height: 102px; padding: 14px 12px; font-size: 14px; }
  .page-yuxi .faq-list details p { padding: 0 14px 24px 52px; font-size: 14px; }
  .page-yuxi .yx-final { padding: 60px 0; }
  .page-yuxi .yx-final-inner { gap: 28px; }
}

@media (prefers-reduced-motion: reduce) {
  .page-yuxi { scroll-behavior: auto; }
  .page-yuxi .reveal,
  .page-yuxi .reveal.is-visible { opacity: 1; transform: none; transition: none; animation: none; }
  .page-yuxi * { scroll-behavior: auto !important; }
}
