@font-face {
  font-family: "Xuantian Serif";
  src: url("fonts/xuantian-headings-500.woff2") format("woff2");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  unicode-range: U+3002, U+4e00, U+4e0d, U+4e16, U+4e24, U+4e4b, U+4e8b, U+4ece, U+4ed9, U+4f5c, U+5168, U+5185, U+518d, U+521b, U+5230, U+52ab, U+5355, U+53d9, U+53f0, U+540c, U+5411, U+56fe, U+5730, U+573a, U+5883, U+5929, U+5b8c, U+5b97, U+5bb6, U+5bb9, U+5bfc, U+5e73, U+5e87, U+5e8f, U+5f0f, U+5f53, U+5f71, U+6210, U+6240, U+6296, U+62a4, U+63a8, U+6574, U+65b0, U+662f, U+672f, U+6f14, U+7247, U+7384, U+751f, U+7535, U+753b, U+754c, U+79cd, U+79e9, U+7cbe, U+8005, U+827a, U+8350, U+884d, U+89c6, U+89c9, U+8d70, U+8fdb, U+9009, U+9762, U+97f3, U+9875, U+9996, U+ff0c;
}

:root {
  --xj-black: #081011;
  --xj-ink: #e8ece5;
  --xj-dim: #a3b2ae;
  --xj-line: rgba(167, 193, 184, .2);
  --xj-gold: #bba780;
  --xj-jade: #b5cbc0;
  --xj-blue: #8eafb2;
  --xj-serif: "Xuantian Serif", "Songti SC", "STSong", "SimSun", serif;
  --xj-sans: Arial, "PingFang SC", "Hiragino Sans GB", sans-serif;
  --xj-pad: max(clamp(20px, 4.5vw, 80px), calc((100vw - 1600px) / 2));
  --xj-section-space: clamp(80px, 9vw, 144px);
}

html { scroll-behavior: smooth; background: var(--xj-black); }
body.xj-page { overflow-x: clip; background: var(--xj-black); color: var(--xj-ink); font-family: var(--xj-sans); }
.xj-page ::selection { background: #38544b; color: #fff; }
/* The introduction keeps the original neutral palette; sect colors begin at 03. */
.xj-palette--neutral {
  --xj-black: #080a0d;
  --xj-ink: #f3f0e8;
  --xj-dim: rgba(243, 240, 232, .7);
  --xj-line: rgba(243, 240, 232, .18);
  --xj-gold: #d9b56d;
  color: var(--xj-ink);
}
.xj-page .xj-palette--neutral:not(.xj-header) { background-color: var(--xj-black); }
.xj-palette--neutral ::selection { background: #55504a; color: #fff; }
.xj-palette--neutral .xj-button { background: var(--xj-ink); border-color: var(--xj-ink); color: var(--xj-black); }
.xj-palette--neutral .xj-button__duration { color: inherit; border-left-color: rgba(8,10,13,.24); }
.xj-palette--neutral .xj-button:hover { background: var(--xj-gold); border-color: var(--xj-gold); }
.xj-palette--neutral .xj-video-play { background: rgba(8,10,13,.94); border-color: rgba(243,240,232,.5); }
.xj-palette--neutral .xj-video-play:hover, .xj-palette--neutral .xj-video-play:focus-visible { background: var(--xj-black); border-color: var(--xj-gold); }
.xj-page h2, .xj-page h3, .xj-hero h1 > span { font-family: var(--xj-serif); }
.xj-page img { max-width: 100%; }
.xj-page .site-header { z-index: 70; align-items: center; padding: 18px var(--xj-pad); mix-blend-mode: normal; background: linear-gradient(180deg, rgba(8,10,13,.92), rgba(8,10,13,.58) 65%, transparent); border-bottom: 1px solid transparent; }
.xj-page .site-header.is-scrolled { background: var(--xj-black); border-bottom-color: var(--xj-line); }
.xj-page .primary-nav { font-size: 14px; gap: clamp(18px, 2vw, 32px); letter-spacing: .04em; }
.xj-page .primary-nav a { min-height: 44px; }
.xj-page main section[id] { scroll-margin-top: 108px; }
.xj-page a:focus-visible, .xj-page button:focus-visible { outline: 2px solid var(--xj-gold); outline-offset: 5px; }
.xj-page .primary-nav { color: #fff; }
.xj-page .wordmark { color: #fff; }
.xj-page .xj-project-mark { gap: 7px; }
.xj-project-mark > span { font: 500 25px/1.2 var(--xj-serif); letter-spacing: .22em; }
.xj-project-mark > small { color: var(--xj-dim); font-size: 8px; line-height: 1.4; letter-spacing: .24em; }
.xj-page .primary-nav a:last-child { color: var(--xj-dim); }
.xj-page .xj-header { transition: opacity .5s ease, background-color .25s ease; }
.xj-page.is-revealing .xj-header { opacity: 0; }

.xj-cloud-reveal { position: fixed; z-index: 100; inset: 0; overflow: hidden; background: rgba(10,15,21,.52); backdrop-filter: blur(3px); transition: background-color 2.1s ease, backdrop-filter 2.1s ease, opacity .3s ease, visibility .3s ease; }
.xj-cloud-stage { position: absolute; inset: 0; overflow: hidden; }
.xj-cloud { --flip: 1; position: absolute; display: block; width: clamp(650px, 82vw, 1480px); aspect-ratio: 1; background: url("images/projects/xuantian-jie/cloud-photo.png") center / contain no-repeat; filter: blur(4px) saturate(.6) brightness(.75); opacity: .96; will-change: transform, opacity, filter; transition: transform 2.35s cubic-bezier(.5,0,.12,1), opacity 1.8s ease, filter 2s ease; transition-delay: var(--cloud-delay, 0s); }
.xj-cloud--back-left { z-index: 1; top: -43%; left: -24%; transform: rotate(-8deg) scale(.98) scaleX(var(--flip)); opacity: .9; filter: blur(15px) saturate(.5) brightness(.62); --cloud-delay: .02s; }
.xj-cloud--back-right { --flip: -1; z-index: 1; top: -39%; right: -28%; transform: rotate(7deg) scale(1.02) scaleX(var(--flip)); opacity: .9; filter: blur(14px) saturate(.5) brightness(.64); --cloud-delay: .08s; }
.xj-cloud--top { --flip: -1; z-index: 2; top: -52%; left: 7%; width: clamp(700px, 90vw, 1600px); transform: rotate(-2deg) scale(1.04) scaleX(var(--flip)); filter: blur(9px) saturate(.55) brightness(.68); --cloud-delay: .12s; }
.xj-cloud--mid-left { z-index: 3; top: -3%; left: -33%; transform: rotate(4deg) scale(.9) scaleX(var(--flip)); filter: blur(3px) saturate(.66) brightness(.8); --cloud-delay: .18s; }
.xj-cloud--mid-right { --flip: -1; z-index: 3; top: -6%; right: -34%; transform: rotate(-6deg) scale(.94) scaleX(var(--flip)); filter: blur(3px) saturate(.64) brightness(.78); --cloud-delay: .23s; }
.xj-cloud--front-left { --flip: -1; z-index: 4; bottom: -53%; left: -24%; width: clamp(760px, 94vw, 1680px); transform: rotate(-4deg) scale(1.06) scaleX(var(--flip)); filter: blur(1px) saturate(.72) brightness(.9); --cloud-delay: .28s; }
.xj-cloud--front-right { z-index: 4; right: -27%; bottom: -56%; width: clamp(760px, 96vw, 1720px); transform: rotate(5deg) scale(1.04) scaleX(var(--flip)); filter: blur(2px) saturate(.68) brightness(.86); --cloud-delay: .32s; }
.xj-cloud--front-center { --flip: -1; z-index: 5; left: 7%; bottom: -63%; width: clamp(720px, 92vw, 1650px); transform: rotate(1deg) scale(1.08) scaleX(var(--flip)); opacity: .84; filter: blur(2px) saturate(.7) brightness(.88); --cloud-delay: .38s; }
.xj-cloud-reveal.is-open { background-color: rgba(5,8,12,0); backdrop-filter: blur(0); }
.xj-cloud-reveal.is-open .xj-cloud { opacity: 0; filter: blur(12px) saturate(.55) brightness(.74); }
.xj-cloud-reveal.is-open .xj-cloud--back-left { transform: translate3d(-57vw,-8vh,0) rotate(-12deg) scale(1.08) scaleX(var(--flip)); }
.xj-cloud-reveal.is-open .xj-cloud--back-right { transform: translate3d(57vw,-6vh,0) rotate(11deg) scale(1.1) scaleX(var(--flip)); }
.xj-cloud-reveal.is-open .xj-cloud--top { transform: translate3d(0,-55vh,0) rotate(-4deg) scale(1.12) scaleX(var(--flip)); }
.xj-cloud-reveal.is-open .xj-cloud--mid-left { transform: translate3d(-66vw,2vh,0) rotate(-2deg) scale(1.04) scaleX(var(--flip)); }
.xj-cloud-reveal.is-open .xj-cloud--mid-right { transform: translate3d(66vw,4vh,0) rotate(1deg) scale(1.06) scaleX(var(--flip)); }
.xj-cloud-reveal.is-open .xj-cloud--front-left { transform: translate3d(-72vw,26vh,0) rotate(-10deg) scale(1.16) scaleX(var(--flip)); }
.xj-cloud-reveal.is-open .xj-cloud--front-right { transform: translate3d(72vw,24vh,0) rotate(12deg) scale(1.16) scaleX(var(--flip)); }
.xj-cloud-reveal.is-open .xj-cloud--front-center { transform: translate3d(0,62vh,0) rotate(3deg) scale(1.2) scaleX(var(--flip)); }
.xj-cloud-reveal.is-gone { opacity: 0; visibility: hidden; pointer-events: none; }

.xj-leaf { --leaf-y: 0px; --leaf-turn: 0deg; --leaf-alpha: 0; position: fixed; z-index: 28; top: 10vh; right: clamp(8px, 2vw, 34px); width: clamp(34px, 3.4vw, 58px); height: auto; object-fit: contain; opacity: var(--leaf-alpha); transform: translate3d(0, var(--leaf-y), 0) rotate(var(--leaf-turn)); mix-blend-mode: screen; filter: drop-shadow(0 0 10px rgba(218,177,89,.36)); pointer-events: none; will-change: transform, opacity; }

.xj-hero { position: relative; min-height: 100svh; display: flex; align-items: flex-end; overflow: hidden; isolation: isolate; padding: max(180px, 24svh) var(--xj-pad) 60px; }
.xj-hero__image, .xj-hero__veil { position: absolute; inset: 0; width: 100%; height: 100%; }
.xj-hero__image { z-index: -3; object-fit: cover; object-position: 53% 50%; transform: scale(1.035); transition: transform 1.8s cubic-bezier(.2,.7,.2,1); }
.xj-page:not(.is-revealing) .xj-hero__image { transform: scale(1); }
.xj-hero__veil { z-index: -2; background: linear-gradient(180deg, rgba(8,10,13,.1) 20%, rgba(8,10,13,.18) 40%, rgba(8,10,13,.95) 100%), linear-gradient(90deg, rgba(8,10,13,.72), rgba(8,10,13,.36) 40%, transparent 75%); }
.xj-hero__content { width: min(760px, 100%); transition: opacity .9s ease .35s, transform 1s cubic-bezier(.2,.7,.2,1) .25s; }
.xj-page.is-revealing .xj-hero__content { opacity: 0; transform: translateY(26px); }
.xj-hero__support { justify-content: flex-start; gap: 8px 10px; margin-bottom: 24px; color: var(--xj-ink); font-size: 12px; line-height: 1.5; flex-wrap: wrap; white-space: normal; }
.xj-hero__support .project-tool-logo { width: 15px; height: 15px; flex-basis: 15px; }
.xj-kicker, .xj-index { margin: 0; font-size: 12px; line-height: 1.6; letter-spacing: .12em; text-transform: uppercase; color: var(--xj-dim); }
.xj-index { color: var(--xj-gold); font-size: 13px; font-variant-numeric: tabular-nums; }
.xj-index > span { display: inline-block; margin-left: 12px; color: var(--xj-dim); font-size: 10px; letter-spacing: .1em; }
.xj-kicker { color: rgba(243,240,232,.85); font-size: 14px; letter-spacing: .08em; }
.xj-kicker span { display: block; font-size: 10px; margin-top: 3px; color: rgba(243,240,232,.65); }
.xj-hero h1 { margin: 20px 0 22px; display: flex; flex-direction: column; align-items: flex-start; font-weight: 400; line-height: 1; }
.xj-hero h1 > span { font-size: clamp(94px, 12.4vw, 184px); font-weight: 500; line-height: 1.12; letter-spacing: .09em; }
.xj-hero h1 small { margin-top: 20px; color: var(--xj-ink); font-size: clamp(18px, 1.7vw, 26px); line-height: 1.2; letter-spacing: .4em; }
.xj-hero__intro { margin: 0; color: rgba(243,240,232,.87); font-size: clamp(16px, 1.3vw, 20px); line-height: 1.75; }
.xj-hero__actions { display: flex; align-items: center; flex-wrap: wrap; gap: 16px 30px; margin-top: 28px; }
.xj-button { display: inline-flex; min-height: 52px; padding: 14px 21px; align-items: center; justify-content: center; gap: 12px; border: 1px solid #819b90; background: rgba(24,43,38,.85); color: var(--xj-ink); font-size: 14px; line-height: 1.4; letter-spacing: .04em; text-decoration: none; transition: background-color .2s ease, border-color .2s ease; }
.xj-button > span:first-child { font-size: 11px; }
.xj-button__duration { margin-left: 8px; padding-left: 14px; border-left: 1px solid var(--xj-line); color: var(--xj-dim); font-size: 12px; font-variant-numeric: tabular-nums; }
.xj-button:hover { background: #294039; border-color: var(--xj-jade); }
.xj-text-link { display: inline-flex; min-height: 44px; align-items: center; gap: 14px; color: var(--xj-ink); font-size: 14px; line-height: 1.5; text-decoration: none; }
.xj-text-link:hover { color: var(--xj-gold); }
.xj-hero__meta { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 24px; max-width: 670px; margin: 30px 0 0; padding-top: 18px; border-top: 1px solid var(--xj-line); }
.xj-hero__meta div { display: grid; gap: 7px; align-content: start; }
.xj-hero__meta dt { font-size: 12px; line-height: 1.5; letter-spacing: .08em; color: var(--xj-dim); }
.xj-hero__meta dd { margin: 0; font-size: 14px; line-height: 1.8; }
.xj-hero__meta div:last-child dd { white-space: nowrap; }

.xj-chapters { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); padding: 0 var(--xj-pad); border-block: 1px solid var(--xj-line); background: #0c1616; }
.xj-chapters a { display: flex; min-height: 76px; align-items: center; gap: 14px; padding: 12px 24px; border-left: 1px solid var(--xj-line); font-size: 15px; text-decoration: none; transition: color .2s ease; }
.xj-chapters a:first-child { padding-left: 0; border-left: 0; }
.xj-chapters a:last-child { padding-right: 0; }
.xj-chapters a > span:first-child { color: var(--xj-gold); font-size: 11px; font-variant-numeric: tabular-nums; }
.xj-chapters a > span:last-child { margin-left: auto; color: var(--xj-dim); }
.xj-chapters a:hover { color: var(--xj-gold); }

.xj-film-section, .xj-world, .xj-breakdown, .xj-role, .xj-recognition { padding: var(--xj-section-space) var(--xj-pad); border-bottom: 1px solid var(--xj-line); }
.xj-section-head { display: grid; grid-template-columns: minmax(0, 1fr) minmax(230px, .34fr); column-gap: clamp(28px, 6vw, 96px); align-items: end; margin-bottom: clamp(36px, 4vw, 64px); }
.xj-section-head .xj-index { grid-column: 1 / -1; margin-bottom: 24px; }
.xj-section-head h2, .xj-statement h2, .xj-atlas h2, .xj-breakdown h2, .xj-role h2, .xj-recognition h2, .xj-end h2 { margin: 0; font-size: clamp(38px, 4.25vw, 68px); font-weight: 500; line-height: 1.45; letter-spacing: .025em; text-wrap: balance; }
.xj-page .xj-heading-en { display: block; max-width: 48ch; margin-top: 18px; color: var(--xj-dim); font-family: var(--xj-sans); font-size: clamp(14px, 1.2vw, 17px); font-weight: 400; line-height: 1.65; letter-spacing: .015em; text-wrap: pretty; }
.xj-section-head > p:last-child { max-width: 32ch; margin: 0 0 4px; color: var(--xj-dim); font-size: 14px; line-height: 1.7; }
.xj-screening { width: min(100%, max(320px, calc((100svh - 220px) * 16 / 9))); margin: 0 auto; scroll-margin-top: 104px; }
.xj-screening__caption { display: flex; justify-content: space-between; align-items: center; gap: 12px 32px; padding-top: 12px; }
.xj-screening__caption > p { display: flex; align-items: center; flex-wrap: wrap; gap: 8px 16px; margin: 0; font-size: 15px; line-height: 1.6; }
.xj-screening__caption > p span { font-size: 10px; letter-spacing: .14em; color: var(--xj-dim); }
.xj-screening__caption .xj-watch-links { margin-top: 0; }
.xj-video-shell { position: relative; aspect-ratio: 16 / 9; overflow: hidden; background: #34363a; }
.xj-video { display: block; width: 100%; height: 100%; object-fit: contain; }
.xj-link-icon { display: inline-block; width: .9em; height: .9em; margin-inline-start: .2em; flex: 0 0 auto; vertical-align: -.06em; fill: none; stroke: currentColor; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.xj-video-play { position: absolute; z-index: 6; top: 50%; left: 50%; transform: translate(-50%, -50%); display: flex; align-items: center; gap: 20px; max-width: calc(100% - 32px); padding: 18px 26px; border: 1px solid #819b90; background: rgba(8,16,17,.94); color: var(--xj-ink); cursor: pointer; transition: background-color .2s ease, border-color .2s ease; }
.xj-video-play__icon { width: 20px; height: 20px; flex: 0 0 20px; fill: currentColor; color: var(--xj-gold); }
.xj-video-play__label { display: grid; gap: 5px; text-align: left; white-space: nowrap; }
.xj-video-play b { font-size: 16px; font-weight: 500; line-height: 1.5; letter-spacing: .08em; }
.xj-video-play small { color: var(--xj-dim); font-size: 11px; line-height: 1.5; letter-spacing: .04em; }
.xj-video-play:hover, .xj-video-play:focus-visible { background: #1d302b; border-color: var(--xj-jade); }
.xj-video-play[hidden] { display: none; }
.xj-player-status { position: absolute; z-index: 6; bottom: 56px; left: 50%; transform: translateX(-50%); width: max-content; max-width: calc(100% - 32px); margin: 0; padding: 8px 14px; background: rgba(8,10,13,.9); color: var(--xj-ink); font-size: 13px; line-height: 1.6; text-align: center; pointer-events: none; }
.xj-player-help { position: absolute; z-index: 7; top: 43%; left: 50%; transform: translate(-50%, -50%); width: min(440px, calc(100% - 24px)); padding: 18px; border: 1px solid rgba(243,240,232,.25); background: rgba(8,10,13,.96); color: var(--xj-ink); }
.xj-player-message { margin: 0 0 12px; font-size: 13px; line-height: 1.6; }
.xj-player-help__actions { display: flex; flex-wrap: wrap; gap: 8px 12px; align-items: center; font-size: 12px; line-height: 1.5; }
.xj-player-retry { min-height: 40px; padding: 6px 12px; border: 1px solid var(--xj-gold); background: transparent; color: var(--xj-ink); font: inherit; cursor: pointer; }
.xj-player-help a { text-decoration: underline; text-underline-offset: 4px; }
.xj-player-status[hidden], .xj-player-help[hidden] { display: none; }
.xj-watch-links { display: flex; flex-wrap: wrap; gap: 8px 28px; justify-content: flex-end; margin-top: 18px; }
.xj-watch-links a { display: inline-flex; min-height: 44px; align-items: center; border-bottom: 1px solid var(--xj-line); color: var(--xj-ink); font-size: 14px; line-height: 1.5; text-decoration: none; }
.xj-watch-links a:hover, .xj-watch-links a:focus-visible { border-color: var(--xj-gold); color: var(--xj-gold); }

.xj-statement { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, .9fr); gap: 32px clamp(40px, 8vw, 128px); align-items: start; padding: var(--xj-section-space) var(--xj-pad); border-bottom: 1px solid var(--xj-line); }
.xj-statement > .xj-index { grid-column: 1 / -1; }
.xj-statement h2 { font-size: clamp(36px, 4.1vw, 64px); line-height: 1.5; letter-spacing: 0; }
.xj-statement h2 span { display: block; white-space: nowrap; }
.xj-statement__copy { max-width: 60ch; }
.xj-statement__copy p { margin: 0 0 22px; color: rgba(243,240,232,.85); font-size: 18px; line-height: 1.95; }
.xj-statement__copy p:first-child { color: var(--xj-ink); }
.xj-statement__copy p:last-child { margin-bottom: 0; }

.xj-world { padding-inline: 0; padding-bottom: 0; }
.xj-world > .xj-section-head--world { display: flex; flex-direction: column; align-items: center; gap: 22px; text-align: center; margin-bottom: clamp(48px, 6vw, 96px); }
.xj-section-head--world .xj-index { margin-bottom: 4px; }
.xj-section-head--world .xj-heading-en { margin-inline: auto; }
.xj-section-head--world h2 { font-size: clamp(44px, 5vw, 80px); }
.xj-world > .xj-section-head--world > p:last-child { max-width: none; }
.xj-world > .xj-section-head, .xj-location-intro { margin-left: var(--xj-pad); margin-right: var(--xj-pad); }
.xj-panorama { margin: 0; background: #101c1b; }
.xj-panorama img { display: block; width: 100%; height: auto; }
.xj-panorama figcaption { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 8px 30px; align-items: end; padding: 28px var(--xj-pad) 32px; border-bottom: 1px solid var(--xj-line); }
.xj-panorama figcaption span { grid-column: 1; color: var(--xj-jade); font-size: 11px; line-height: 1.5; letter-spacing: .12em; }
.xj-panorama figcaption strong { grid-column: 1; font-size: clamp(22px, 2.3vw, 36px); line-height: 1.5; font-weight: 400; }
.xj-panorama figcaption small { grid-column: 2; grid-row: 1 / span 2; max-width: 32ch; color: var(--xj-dim); font-size: 12px; line-height: 1.7; }
.xj-panorama figcaption i { font-style: normal; }
.xj-sect { padding-block: var(--xj-section-space); }
.xj-sect--xuantian { background: #101c1b; }
.xj-sect--tianyan { background: #0b151c; border-top: 1px solid var(--xj-line); }
.xj-location-intro { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, .7fr); justify-content: space-between; gap: clamp(36px, 8vw, 128px); margin-top: 0; margin-bottom: clamp(40px, 5vw, 80px); }
.xj-location-name { display: grid; align-content: start; gap: 20px; margin: 0; font-size: clamp(44px, 5vw, 78px); font-weight: 500; line-height: 1.2; letter-spacing: .09em; }
.xj-location-name small { font-family: var(--xj-sans); font-size: 12px; line-height: 1.5; letter-spacing: .22em; color: var(--xj-jade); }
.xj-sect--tianyan .xj-location-name small { color: var(--xj-blue); }
.xj-location-intro > p:last-child, .xj-location-intro > div > p { max-width: 40em; margin: 0; color: rgba(243,240,232,.85); font-size: 18px; line-height: 1.95; }
.xj-location-intro blockquote { margin: 24px 0 0; padding-top: 20px; border-top: 1px solid var(--xj-line); color: var(--xj-blue); font-size: clamp(18px, 1.6vw, 24px); line-height: 1.9; }
.xj-location-grid { display: grid; gap: 40px 24px; padding-inline: var(--xj-pad); }
.xj-location-grid--xuantian { grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr); gap: clamp(24px, 4vw, 64px); align-items: start; }
.xj-location-grid--xuantian .xj-location:last-child { margin-top: clamp(64px, 9vw, 144px); }
.xj-location-grid--tianyan { grid-template-columns: 1fr; gap: clamp(48px, 7vw, 112px); }
.xj-location-grid--tianyan .xj-location:last-child { width: 86%; justify-self: end; }
.xj-location { min-width: 0; margin: 0; }
.xj-location img { display: block; width: 100%; height: auto; background: #11151a; }
.xj-location figcaption { display: grid; grid-template-columns: 30px minmax(0, 1fr); gap: 5px 12px; padding-top: 18px; }
.xj-location figcaption span { grid-column: 1; grid-row: 1 / span 2; padding-top: 6px; color: var(--xj-gold); font-size: 11px; line-height: 1.5; font-variant-numeric: tabular-nums; }
.xj-location figcaption strong { grid-column: 2; font-size: clamp(18px, 1.5vw, 24px); font-weight: 400; line-height: 1.5; }
.xj-location figcaption small { grid-column: 2; color: var(--xj-dim); font-size: 12px; line-height: 1.65; }
.xj-atlas { display: grid; grid-template-columns: minmax(0, .75fr) minmax(0, 1fr); gap: clamp(44px, 8vw, 128px); align-items: start; padding: var(--xj-section-space) var(--xj-pad); border-bottom: 1px solid var(--xj-line); }
.xj-atlas__copy { position: sticky; top: 120px; }
.xj-atlas h2 { margin-top: 24px; font-size: clamp(52px, 6vw, 92px); line-height: 1.22; letter-spacing: 0; }
.xj-atlas__copy > p:not(.xj-index) { max-width: 48ch; margin: 28px 0 0; color: rgba(243,240,232,.85); font-size: 18px; line-height: 1.95; }
.xj-atlas__map { margin: 0; }
.xj-atlas__viewport { overflow: hidden; background: #141718; }
.xj-atlas__viewport:focus-visible { outline: 2px solid var(--xj-gold); outline-offset: 5px; }
.xj-atlas__map img { display: block; width: 100%; height: auto; }
.xj-atlas__hint { display: none; font-size: 12px; }
.xj-atlas__viewport.is-zoomable { cursor: zoom-in; }
.xj-atlas__viewport.is-zoomable img { transform-origin: var(--map-x, 50%) var(--map-y, 50%); transition: transform .45s cubic-bezier(.2,.7,.2,1); }
.xj-atlas__viewport.is-zoomable.is-zoomed { cursor: crosshair; }
.xj-atlas__viewport.is-zoomable.is-zoomed img { transform: scale(2.3); }
.xj-atlas__viewport.is-zoomable + figcaption .xj-atlas__hint { display: inline; }
.xj-atlas__viewport:focus-visible + figcaption .xj-atlas__hint { font-size: 0; }
.xj-atlas__viewport:focus-visible + figcaption .xj-atlas__hint::after { content: "方向键移动 · Esc 恢复全图"; font-size: 12px; }
.xj-atlas__map figcaption { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 8px; padding-top: 12px; color: var(--xj-dim); font-size: 13px; }

.xj-breakdown header { display: grid; gap: 24px; }
.xj-breakdown h2 { max-width: 19ch; }
.xj-breakdown__columns { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(0, .8fr); gap: clamp(32px, 7vw, 112px); margin-top: 44px; }
.xj-breakdown__columns p { max-width: 62ch; margin: 0 0 24px; color: rgba(243,240,232,.85); font-size: 18px; line-height: 1.95; }
.xj-breakdown__columns p:first-child { color: var(--xj-ink); }
.xj-breakdown__columns p:last-child { margin-bottom: 0; }
.xj-role__lead { display: grid; grid-template-columns: minmax(0, 1fr) minmax(240px, .5fr); align-items: end; column-gap: clamp(32px, 8vw, 128px); margin-bottom: 48px; }
.xj-role__lead > .xj-index { grid-column: 1 / -1; }
.xj-role h2 { margin-top: 24px; font-size: clamp(32px, 3.1vw, 50px); line-height: 1.5; }
.xj-role__lead > p:last-child { max-width: 44ch; margin: 0 0 4px; color: var(--xj-jade); font-size: 16px; line-height: 1.9; }
.xj-scope-list { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); column-gap: clamp(24px, 4vw, 64px); margin: 0; padding: 0; list-style: none; }
.xj-scope-list li { display: grid; grid-template-columns: 22px minmax(0, 1fr); gap: 12px; padding: 24px 0; border-top: 1px solid var(--xj-line); font-size: clamp(18px, 1.45vw, 22px); line-height: 1.5; align-content: start; }
.xj-scope-list span { padding-top: .5em; color: var(--xj-dim); font-size: 11px; letter-spacing: .08em; font-variant-numeric: tabular-nums; }
.xj-scope-list small { display: block; margin-top: 5px; color: var(--xj-dim); font-size: 13px; line-height: 1.6; }
/* Approved recognition artwork: keep its black canvas and full desktop composition. */
.xj-recognition { --xj-black: #000; padding: 0; }
/* Place the live heading in the artwork's upper black negative space. */
.xj-recognition__heading { position: absolute; z-index: 1; top: 5%; left: 34%; right: 5%; padding: 0; margin: 0; }
.xj-recognition__heading .xj-index { font-size: clamp(9px, .8vw, 12px); line-height: 1.4; }
.xj-recognition__heading .xj-index > span { font-size: 9px; }
.xj-recognition h2 { margin: 6px 0 0; font-size: clamp(24px, 2.5vw, 44px); line-height: 1.25; }
.xj-recognition__artwork { position: relative; width: 100%; max-width: 1800px; margin: 0 auto; }
.xj-recognition__desktop { display: block; width: 100%; height: auto; }
.xj-recognition__mobile { display: none; }
.xj-end { position: relative; isolation: isolate; display: flex; flex-direction: column; align-items: center; justify-content: center; min-height: 640px; padding: var(--xj-section-space) var(--xj-pad); overflow: hidden; text-align: center; }
.xj-end__image, .xj-end::before { position: absolute; inset: 0; width: 100%; height: 100%; z-index: -2; }
.xj-end__image { object-fit: cover; object-position: 60% 45%; }
.xj-end::before { content: ""; z-index: -1; background: linear-gradient(180deg, #081011, rgba(8,16,17,.68) 40%, rgba(8,16,17,.7) 72%, #081011); }
.xj-end > p { margin: 0 0 24px; color: var(--xj-jade); font-size: 12px; line-height: 1.6; letter-spacing: .2em; }
.xj-end h2 { max-width: 16ch; font-size: clamp(48px, 6.2vw, 96px); }
.xj-end .xj-heading-en { margin-inline: auto; }
.xj-end > .xj-button { margin-top: 36px; }
.xj-page p.xj-english, .xj-page .xj-english p { color: var(--xj-dim); font-size: 15px; line-height: 1.8; }
.xj-statement__copy p.xj-english, .xj-atlas__copy p.xj-english { padding-top: 20px; border-top: 1px solid var(--xj-line); }
.xj-end .xj-watch-links { justify-content: center; margin-top: 18px; }
.xj-footer { background: var(--xj-black); padding-inline: var(--xj-pad); align-items: center; }
.xj-footer > a { font-size: clamp(20px, 2vw, 28px); letter-spacing: .02em; }
.xj-footer nav { display: flex; flex-wrap: wrap; gap: 12px 24px; }
.xj-footer nav a { font-size: 13px; letter-spacing: .04em; color: var(--xj-dim); }
.xj-reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .9s cubic-bezier(.2,.7,.2,1); }
.xj-reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1000px) {
  .xj-section-head { grid-template-columns: 1fr; gap: 20px; }
  .xj-section-head .xj-index { margin-bottom: 4px; }
  .xj-section-head > p:last-child { max-width: none; }
  .xj-statement { grid-template-columns: 1fr; gap: 28px; }
  .xj-statement__copy { max-width: 65ch; }
  .xj-statement h2 { font-size: clamp(36px, 6vw, 60px); }
  .xj-atlas { gap: 44px; }
  .xj-atlas__copy { position: static; }
  .xj-chapters a { padding-inline: 16px; gap: 8px; }
  .xj-scope-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .xj-role__lead { grid-template-columns: minmax(0, 1fr) minmax(0, .8fr); gap: 0 32px; }
}

@media (max-width: 700px) {
  .xj-page .site-header { display: grid; grid-template-columns: 1fr; gap: 2px; align-items: start; padding: max(10px, env(safe-area-inset-top)) 20px 10px; }
  .xj-page .wordmark { min-height: 26px; font-size: 13px; }
  .xj-page .xj-project-mark { flex-direction: row; justify-content: flex-start; align-items: center; gap: 12px; }
  .xj-project-mark > span { font-size: 22px; }
  .xj-project-mark > small { font-size: 8px; letter-spacing: .2em; }
  .xj-page .wordmark-role { display: none; }
  .xj-page .primary-nav { justify-content: space-between; gap: 12px; font-size: 13px; letter-spacing: .04em; }
  .xj-page .primary-nav a { min-height: 44px; padding: 0 2px; }
  .xj-page main section[id] { scroll-margin-top: 112px; }
  .xj-hero { padding: max(218px, 29svh) 20px 32px; }
  .xj-hero__image { object-position: 55% 50%; }
  .xj-hero__veil { background: linear-gradient(180deg, rgba(8,10,13,.08) 12%, rgba(8,10,13,.42) 40%, rgba(8,10,13,.94) 78%, #080a0d), linear-gradient(90deg, rgba(8,10,13,.22), transparent); }
  .xj-hero__content { width: 100%; }
  .xj-hero__support { gap: 6px 8px; margin-bottom: 20px; font-size: 11px; }
  .xj-hero__support .project-tool-logo { width: 14px; height: 14px; flex-basis: 14px; }
  .xj-kicker { font-size: 12px; letter-spacing: .04em; }
  .xj-kicker span { max-width: 34ch; font-size: 10px; line-height: 1.6; }
  .xj-hero h1 { margin-top: 18px; }
  .xj-hero h1 > span { font-size: clamp(72px, 24vw, 132px); letter-spacing: .065em; }
  .xj-hero h1 small { font-size: clamp(16px, 4.5vw, 23px); margin-top: 16px; letter-spacing: .34em; }
  .xj-hero__intro { font-size: 16px; }
  .xj-hero__actions { gap: 6px 20px; margin-top: 22px; }
  .xj-button { min-height: 50px; }
  .xj-hero__meta { grid-template-columns: minmax(0, 1fr) auto; gap: 16px; margin-top: 22px; padding-top: 16px; }
  .xj-hero__meta dd { font-size: 12px; line-height: 1.65; }
  .xj-chapters { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .xj-chapters a { min-height: 64px; padding: 10px 14px; font-size: 14px; }
  .xj-chapters a:nth-child(odd) { border-left: 0; padding-left: 0; }
  .xj-chapters a:nth-child(even) { padding-right: 0; }
  .xj-chapters a:nth-child(n+3) { border-top: 1px solid var(--xj-line); }
  .xj-section-head h2, .xj-breakdown h2, .xj-role h2, .xj-recognition h2 { font-size: clamp(28px, 8.1vw, 48px); line-height: 1.45; }
  .xj-section-head { gap: 20px; margin-bottom: 32px; }
  .xj-section-head--world h2 { font-size: clamp(34px, 9vw, 48px); }
  .xj-section-head > p:last-child { font-size: 14px; }
  .xj-screening { width: auto; margin-inline: calc(var(--xj-pad) * -1); scroll-margin-top: 112px; }
  .xj-screening__caption { flex-direction: column; align-items: flex-start; gap: 8px; padding: 18px var(--xj-pad) 0; }
  .xj-video-play { gap: 14px; padding: 12px 18px; }
  .xj-video-play b { font-size: 14px; }
  .xj-video-play small { font-size: 10px; }
  .xj-watch-links { justify-content: flex-start; gap: 8px 20px; }
  .xj-watch-links a { font-size: 14px; }
  .xj-statement h2 { font-size: clamp(28px, 8.5vw, 48px); line-height: 1.5; letter-spacing: 0; }
  .xj-statement__copy p, .xj-location-intro > p:last-child, .xj-location-intro > div > p, .xj-atlas__copy > p:not(.xj-index), .xj-breakdown__columns p { font-size: 17px; line-height: 1.95; }
  .xj-page p.xj-english, .xj-page .xj-english p { font-size: 14px; line-height: 1.8; }
  .xj-panorama figcaption { grid-template-columns: 1fr; padding-block: 22px; gap: 8px; }
  .xj-panorama figcaption small { grid-column: 1; grid-row: auto; max-width: none; }
  .xj-panorama figcaption strong { font-size: 23px; }
  .xj-location-intro { grid-template-columns: 1fr; gap: 26px; margin-bottom: 28px; }
  .xj-location-name { font-size: clamp(40px, 11vw, 58px); gap: 10px; }
  .xj-location-grid--xuantian { grid-template-columns: 1fr; }
  .xj-location-grid--xuantian .xj-location:last-child { margin-top: 0; }
  .xj-location-grid--tianyan .xj-location:last-child { width: 100%; }
  .xj-location-grid, .xj-location-grid--tianyan { gap: 32px; }
  .xj-location figcaption { padding-top: 14px; grid-template-columns: 22px minmax(0, 1fr); gap: 4px 8px; }
  .xj-location figcaption strong { font-size: 18px; }
  .xj-atlas, .xj-breakdown__columns { grid-template-columns: 1fr; gap: 36px; }
  .xj-atlas h2 { font-size: 52px; line-height: 1.25; }
  .xj-atlas__map { width: min(100%, 600px); justify-self: center; }
  .xj-breakdown__columns { margin-top: 32px; }
  .xj-breakdown__columns .xj-english { border-top: 1px solid var(--xj-line); padding-top: 24px; }
  .xj-role__lead { grid-template-columns: 1fr; gap: 24px; margin-bottom: 32px; }
  .xj-role h2 { margin-top: 0; }
  .xj-scope-list { column-gap: 22px; }
  .xj-scope-list li { grid-template-columns: 18px minmax(0, 1fr); gap: 8px; padding-block: 18px; font-size: 16px; }
  .xj-scope-list small { font-size: 12px; }
  .xj-scope-list span { font-size: 10px; }
  .xj-recognition__heading { top: 12px; left: 55.7%; right: 4%; }
  .xj-recognition__heading .xj-index { display: none; }
  .xj-recognition h2 { margin-top: 0; font-size: clamp(20px, 5.5vw, 30px); line-height: 1.25; }
  /* Reframe the same source into two readable groups; do not shrink the wide text. */
  .xj-recognition__desktop { display: none; }
  .xj-recognition__mobile { display: grid; gap: 8px; }
  .xj-recognition__crop { position: relative; overflow: hidden; }
  .xj-recognition__crop--xpc { aspect-ratio: 1.83; }
  .xj-recognition__crop--douyin { aspect-ratio: 1.28; }
  .xj-recognition__crop img { position: absolute; top: 0; display: block; width: auto; max-width: none; height: 100%; }
  .xj-recognition__crop--xpc img { left: 0; }
  .xj-recognition__crop--douyin img { right: 0; }
  .xj-end { min-height: 520px; }
  .xj-end h2 { font-size: clamp(32px, 8.6vw, 52px); }
  .xj-footer { gap: 16px; }
  .xj-footer nav { gap: 8px 24px; }
  .xj-leaf { right: 2px; width: 26px; }
}
@media (max-width: 374px) {
  .xj-scope-list { grid-template-columns: 1fr; }
}
@media (max-width: 700px) and (max-height: 650px) {
  .xj-hero { padding-top: 170px; }
}
/* Approved Golden Dawn board: align live playback and controls to its empty slots. */
.xj-film-section.xj-viewing { --xj-black: #000; padding: 0; }
.xj-viewing__stage { position: relative; isolation: isolate; width: 100%; max-width: 1800px; margin: 0 auto; }
.xj-viewing__art { position: relative; z-index: 0; display: block; width: 100%; height: auto; pointer-events: none; }
/* Extend the central black opening equally above and below the original slot.
   Its width stays 72.44%; on the 4:3 board, 16:9 gives a height of 54.33%. */
.xj-viewing__stage::after { content: ""; position: absolute; z-index: 1; top: 81.675%; bottom: 0; left: 15.12%; width: 72.44%; background: #000; pointer-events: none; }
.xj-viewing__heading { position: absolute; top: 3.65%; left: 32.5%; width: 42%; }
/* A small live chapter label covers only the baked-in chapter label, not the art. */
.xj-viewing__index { display: flex; align-items: center; width: 37%; min-height: 2.8vw; max-height: 50px; margin: 0; padding: .25em .6em; background: rgba(25,29,27,.7); -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px); color: #eee5d4; font-size: clamp(12px, 1.4vw, 24px); line-height: 1.5; letter-spacing: .08em; white-space: nowrap; }
.xj-viewing__live-copy, .xj-viewing__accessible { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }
.xj-viewing .xj-screening { position: absolute; z-index: 2; top: 27.345%; left: 15.12%; width: 72.44%; height: auto; aspect-ratio: 16 / 9; margin: 0; }
/* Keep decoded video in an explicit foreground layer above the artwork. */
.xj-viewing .xj-video-shell { isolation: isolate; width: 100%; height: auto; aspect-ratio: 16 / 9; background: #000; }
.xj-viewing .xj-video { position: absolute; inset: 0; z-index: 0; width: 100%; height: 100%; object-fit: contain; }
.xj-viewing__row { position: absolute; z-index: 2; left: 15.12%; right: 12.44%; display: grid; grid-template-columns: 13% minmax(0, 1fr); align-items: center; gap: 12px; }
.xj-viewing__row > h3 { margin: 0; color: #eee5d4; font-size: clamp(14px, 1.6vw, 24px); font-weight: 500; line-height: 1.5; white-space: nowrap; }
.xj-viewing__episodes { top: 84%; }
.xj-viewing__platforms { top: 93%; }
.xj-viewing__options { display: flex; align-items: center; flex-wrap: wrap; gap: 10px 14px; }
.xj-viewing__choice { display: inline-flex; align-items: center; justify-content: center; gap: 14px; min-height: 44px; padding: 9px 20px; border: 1px solid rgba(238,229,212,.28); background: rgba(0,0,0,.75); color: #eee5d4; font-size: clamp(13px, 1.05vw, 17px); line-height: 1.5; text-decoration: none; transition: border-color .2s ease, background-color .2s ease; }
.xj-viewing__choice[aria-current] { border-color: #b59a63; background: #211e17; }
.xj-viewing__choice:hover { border-color: #dec38b; background: #302a1d; }
.xj-viewing__choice:focus-visible { outline: 2px solid #f0d9aa; outline-offset: 4px; }
.xj-viewing__choice > span { color: #cfb98f; font-size: .85em; }
.xj-viewing__note { margin: 0; color: #b1aca2; font-size: clamp(12px, 1vw, 15px); line-height: 1.6; }

/* Touch-size controls need more room than the scaled artwork on small tablets. */
@media (min-width: 701px) and (max-width: 1000px) {
  .xj-film-section.xj-viewing { padding-bottom: 40px; }
}

/* Keep the same artwork on phones, but reflow live text and controls for reading. */
@media (max-width: 700px) {
  .xj-viewing__stage { padding-bottom: 40px; }
  .xj-viewing__stage::after { display: none; }
  .xj-viewing__art { display: none; }
  .xj-viewing__heading { position: relative; inset: auto; width: auto; padding: 48px 20px 32px; isolation: isolate; background: linear-gradient(180deg, rgba(0,0,0,.5), rgba(0,0,0,.72) 55%, #000), url("images/projects/xuantian-jie/series-golden-dawn.webp") left top / 350% auto no-repeat; }
  .xj-viewing__index { display: block; width: auto; min-height: 0; max-height: none; padding: 0; margin: 0 0 22px; background: none; -webkit-backdrop-filter: none; backdrop-filter: none; color: #dec38b; font-size: 13px; }
  .xj-viewing__live-copy, .xj-viewing__row > h3 { position: static; width: auto; height: auto; padding: 0; margin: 0; overflow: visible; clip-path: none; white-space: normal; }
  .xj-page .xj-viewing__live-copy h2 { margin: 0; font-family: "Songti SC", "STSong", "SimSun", serif; font-size: clamp(28px, 7.7vw, 46px); font-weight: 500; line-height: 1.5; letter-spacing: .035em; }
  .xj-viewing__live-copy p { max-width: 32ch; margin: 16px 0 0; color: #c9c4ba; font-family: Georgia, serif; font-size: 15px; line-height: 1.65; }
  .xj-viewing .xj-screening { position: relative; inset: auto; width: 100%; height: auto; margin: 0; }
  .xj-viewing .xj-video-shell { height: auto; aspect-ratio: 16 / 9; }
  .xj-viewing__row { position: relative; inset: auto; display: block; margin: 28px 20px 0; }
  .xj-viewing__row > h3 { margin-bottom: 14px; color: #eee5d4; font-size: 18px; font-weight: 500; line-height: 1.5; letter-spacing: .08em; }
  .xj-viewing__options { gap: 10px; }
  .xj-viewing__choice { padding-inline: 16px; font-size: 14px; }
  .xj-viewing__note { font-size: 12px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .xj-cloud-reveal { display: none; }
  .xj-page.is-revealing .xj-header, .xj-page.is-revealing .xj-hero__content { opacity: 1; transform: none; }
  .xj-hero__image, .xj-location img, .xj-reveal { transition: none !important; transform: none !important; }
  .xj-reveal { opacity: 1; }
  .xj-atlas__viewport img { transition: none !important; }
  .xj-leaf { display: none; }
}
