:root {
  color-scheme: dark;
  --viewport: 100svh;
  --chrome: #edf1f7;
  --chrome-dim: #c2ccda;
  --accent: #b8dff5;
  --pad: clamp(24px, 5.5vw, 106px);
  --serif: "Bodoni MT", "Didot", "Times New Roman", serif;
  --sans: "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif;
  --fine: Georgia, "Times New Roman", serif;
  background: #101a29;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: var(--sans); color: #edf1f7; -webkit-font-smoothing: antialiased; }
body[data-chapter="academy"] { --chrome: #25384a; --chrome-dim: #526473; --accent: #395b72; }
body[data-chapter="nocturne"] { --chrome: #f6e9e7; --chrome-dim: #dfbfbc; --accent: #df9a9b; }
body[data-chapter="astral"] { --chrome: #e7ecff; --chrome-dim: #c8ccf1; --accent: #c6c4ff; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; cursor: pointer; }
button, a { -webkit-tap-highlight-color: transparent; touch-action: manipulation; }
button:focus-visible, a:focus-visible { outline: 2px solid currentColor; outline-offset: 6px; }
svg { width: 24px; height: 24px; flex-shrink: 0; }
[hidden] { display: none !important; }
::selection { background: #c3e5ff; color: #132337; }
.svg-library { position: absolute; width: 0; height: 0; overflow: hidden; }
.visually-hidden { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: 12px; left: 20px; z-index: 100; padding: 12px 20px; background: #f1f4f7; color: #142438; transform: translateY(-150%); }
.skip-link:focus { transform: none; }
.opening, #atmosphere, .scroll-track { display: none; }
.story-ready { scroll-snap-type: y mandatory; }
.story-ready.modal-open { overflow: hidden; scroll-snap-type: none; }
.story-ready.is-loading { overflow: hidden; scroll-snap-type: none; }
.story-ready.is-turning { scroll-snap-type: none; }
.story-ready .scroll-track { display: block; pointer-events: none; }
.scroll-stop { height: var(--viewport); scroll-snap-align: start; scroll-snap-stop: always; }
.experience-stage { position: relative; isolation: isolate; }
.story-ready .experience-stage { position: fixed; inset: 0; height: var(--viewport); overflow: hidden; }
.story-ready #atmosphere { display: block; position: fixed; inset: 0; z-index: 7; width: 100%; height: var(--viewport); pointer-events: none; }
.scroll-meter { position: fixed; z-index: 50; top: 0; left: 0; width: 100%; height: 2px; background: var(--accent); transform: scaleX(var(--journey, 0)); transform-origin: left; pointer-events: none; box-shadow: 0 0 12px #c6e3ff55; }
.site-header { position: fixed; z-index: 30; inset: 0 0 auto; min-height: 90px; display: flex; align-items: center; gap: 34px; padding: 18px var(--pad); color: var(--chrome); transition: color .4s; }
.site-header::after { content: ""; position: absolute; bottom: 0; left: var(--pad); right: var(--pad); height: 1px; background: currentColor; opacity: .17; }
.brand { display: inline-flex; align-items: center; gap: 12px; }
.brand > svg { width: 28px; height: 28px; }
.brand > span { font: 23px/1 var(--serif); letter-spacing: .12em; }
.brand small { display: block; margin-top: 7px; font: 7px var(--fine); letter-spacing: .14em; opacity: .7; }
.header-edition { margin: 0 auto; font: 8px var(--fine); letter-spacing: .19em; display: flex; align-items: center; gap: 20px; opacity: .8; }
.header-edition i { width: 37px; height: 1px; background: currentColor; opacity: .6; }
.header-actions { display: flex; align-items: center; gap: 27px; }
.header-actions button { padding: 12px 0; min-height: 44px; border: 0; background: none; font-size: 11px; letter-spacing: .06em; }
.header-actions .profile-open { display: flex; gap: 15px; align-items: center; }
.motion-toggle { display: inline-flex; align-items: center; gap: 10px; }
.motion-label { font-size: 9px; opacity: .8; }
.motion-bars { display: flex; gap: 3px; height: 16px; align-items: center; }
.motion-bars i { width: 1px; height: 10px; background: currentColor; animation: soundless-wave 1.6s ease-in-out infinite; }
.motion-bars i:nth-child(2) { height: 16px; animation-delay: -.4s; }.motion-bars i:nth-child(3) { height: 7px; animation-delay: -.8s; }
.menu-open { width: 27px; display: grid; align-content: center; gap: 7px; }
.menu-open span { height: 1px; display: block; background: currentColor; }.menu-open span:last-child { width: 18px; margin-left: auto; transition: width .3s; }.menu-open:hover span:last-child { width: 27px; }
.scene { position: relative; height: var(--viewport); min-height: 700px; overflow: hidden; isolation: isolate; background: var(--scene-bg); color: var(--scene-ink); --mouse-x: 0; --mouse-y: 0; --text-y: 0px; --text-opacity: 1; --image-y: 0px; --image-scale: 1.025; }
.story-ready .scene { position: absolute; inset: 0; min-height: 0; height: 100%; pointer-events: none; visibility: hidden; }
.story-ready .scene.is-active { pointer-events: auto; }
.scene-moon { --scene-bg: #101a29; --scene-ink: #edf1f7; --scene-accent: #c0e1f4; --image-focus: 74%; z-index: 1; }
.scene-academy { --scene-bg: #e9e6dc; --scene-ink: #293d4e; --scene-accent: #4e728a; --image-focus: 27%; z-index: 2; }
.scene-nocturne { --scene-bg: #1d1017; --scene-ink: #f6e9e9; --scene-accent: #d8979d; --image-focus: 74%; z-index: 3; }
.scene-astral { --scene-bg: #101936; --scene-ink: #edf0ff; --scene-accent: #c4c7ff; --image-focus: 31%; z-index: 4; }
.scene-art { position: absolute; inset: 76px 0 0; z-index: -4; transform: translate3d(calc(var(--mouse-x) * -10px + var(--image-x, 0px)), calc(var(--mouse-y) * -6px + var(--image-y)), 0) scale(var(--image-scale)); }
.scene::after { content: ""; position: absolute; inset: 0; background: #040810; opacity: var(--screen-dim, 0); z-index: 5; pointer-events: none; }
.scene-art img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.scene-shade { position: absolute; inset: 0; z-index: -3; pointer-events: none; }
.scene-moon .scene-shade { background: linear-gradient(90deg, #0b172bd9 0%, #0b172b85 32%, transparent 62%), linear-gradient(0deg, #0a1628dd, transparent 29%, transparent 75%, #0b172b65); }
.scene-academy .scene-shade { background: linear-gradient(270deg, #ebe7dcdc 0%, #ebe7dcaf 32%, transparent 65%), linear-gradient(0deg, #e8e3d3e6, transparent 28%, transparent 75%, #e8e5d388); }
.scene-nocturne .scene-shade { background: linear-gradient(90deg, #180911dd, #200c14a0 35%, transparent 66%), linear-gradient(0deg, #180911e6, transparent 33%, transparent 75%, #18091180); }
.scene-astral .scene-shade { background: linear-gradient(270deg, #10142edb, #131b44ad 34%, transparent 67%), linear-gradient(0deg, #0c1230e6, transparent 32%, transparent 75%, #0b103a55); }
.scene-copy { position: absolute; left: var(--pad); top: 49%; width: min(48vw, 660px); transform: translate3d(calc(var(--mouse-x) * 5px + var(--text-x, 0px)), calc(-43% + var(--text-y)), 0); opacity: var(--text-opacity); }
.scene-academy .scene-copy, .scene-astral .scene-copy { left: auto; right: clamp(95px, 8.6vw, 175px); width: min(40vw, 565px); }
.scene-eyebrow { display: flex; align-items: center; gap: 15px; font: 9px var(--fine); letter-spacing: .17em; margin: 0 0 18px; }
.scene-eyebrow > span { font-size: 11px; color: var(--scene-accent); }.scene-eyebrow > i { height: 1px; width: 32px; background: currentColor; opacity: .4; }
.scene-name { font: 400 clamp(66px, 7.6vw, 122px)/.92 var(--serif); letter-spacing: -.045em; margin: 0 0 23px -4px; }
.scene h1, .scene h2 { font-size: clamp(31px, 3.25vw, 54px); line-height: 1.36; font-weight: 480; letter-spacing: -.025em; margin: 0; }
.scene h1 > span, .scene h2 > span { color: var(--scene-accent); }
.scene-description { margin: 22px 0 19px; font-size: clamp(11px, .96vw, 14px); line-height: 1.95; letter-spacing: .035em; opacity: .83; }
.scene-tags { display: flex; align-items: center; gap: 18px; font-size: 10px; letter-spacing: .14em; opacity: .77; }
.scene-tags > span + span::before { content: "/"; margin-right: 18px; opacity: .45; }
.scene-link { display: inline-flex; align-items: center; gap: 40px; min-height: 48px; margin-top: 26px; padding: 11px 0; border: none; border-bottom: 1px solid currentColor; background: none; font-size: 12px; letter-spacing: .11em; transition: gap .3s; }
.scene-link svg { width: 19px; height: 19px; transition: transform .3s; }.scene-link:hover { gap: 55px; }.scene-link:hover svg { transform: translate(2px, -2px); }
.scene-watermark { position: absolute; left: 3.5%; bottom: 80px; z-index: -1; font: 16vw/.8 var(--serif); letter-spacing: -.07em; color: transparent; -webkit-text-stroke: 1px #cee4ff14; pointer-events: none; transform: translateX(var(--watermark-x, 0px)); white-space: nowrap; }
.scene-academy .scene-watermark { left: auto; right: 5%; font-size: 23vw; -webkit-text-stroke-color: #435b7520; }
.scene-nocturne .scene-watermark { -webkit-text-stroke-color: #e5afac13; font-style: italic; }
.scene-astral .scene-watermark { left: auto; right: 2%; font-size: 21vw; -webkit-text-stroke-color: #c4c7ff1b; }
.scene-note { position: absolute; top: 37%; right: 28px; display: flex; align-items: center; gap: 18px; writing-mode: vertical-rl; font: 8px var(--fine); letter-spacing: .16em; opacity: .62; pointer-events: none; }
.scene-note i { height: 50px; width: 1px; background: currentColor; }.scene-note small { font: 9px var(--sans); letter-spacing: .15em; }
.moon-halo { width: min(54vw, 770px); aspect-ratio: 1; position: absolute; right: -10%; top: 0; z-index: -2; pointer-events: none; opacity: .35; animation: halo-revolve 100s linear infinite; }
.moon-halo i { position: absolute; inset: 8%; border: 1px solid #b9ddf259; border-radius: 50%; }.moon-halo i:nth-child(2) { inset: 11%; border-style: dashed; border-color: #b9ddf233; transform: rotate(20deg); }.moon-halo span { position: absolute; left: 48%; top: 4%; color: #d5ebff; font-size: 25px; }
.archive-lines { position: absolute; left: 28px; right: 28px; top: 116px; bottom: 116px; border: 1px solid #59718525; z-index: -2; pointer-events: none; }
.archive-lines > span { position: absolute; top: 20px; right: 22px; font: 8px var(--fine); letter-spacing: .16em; color: #4f657a; }.archive-lines i { position: absolute; bottom: 18px; right: 25px; width: 73px; height: 1px; background: #516b8350; }.archive-lines b { position: absolute; left: 27px; bottom: 15px; font: 85px/.8 var(--serif); color: #39556e30; }
.scene-nocturne .scene-name { font-style: italic; letter-spacing: -.05em; font-size: clamp(72px, 8.5vw, 136px); }
.scene-nocturne .scene-eyebrow { color: #dba9ad; }.scene-nocturne .scene-link { border-color: #d2a181; }
.nocturne-frame { position: absolute; left: 35px; top: 115px; bottom: 115px; width: 31%; border-left: 1px solid #ba919443; border-top: 1px solid #ba919420; z-index: -2; pointer-events: none; }
.nocturne-frame > span { position: absolute; top: -10px; left: -8px; color: #c6a28d; font-size: 18px; }.nocturne-frame i { position: absolute; bottom: 0; width: 50px; height: 1px; background: #c6a28d77; }
.astral-orbit { position: absolute; width: 60vw; height: 60vw; right: -20%; top: -30%; z-index: -2; pointer-events: none; opacity: .25; transform: rotate(-25deg); }
.astral-orbit i { position: absolute; inset: 12%; border: 1px solid #c7cbff; border-radius: 50%; transform: rotateX(55deg); animation: astral-drift 24s ease-in-out infinite alternate; }.astral-orbit i:nth-child(2) { inset: 17%; transform: rotateX(65deg) rotateZ(50deg); animation-delay: -12s; }.astral-orbit span { position: absolute; left: 25%; top: 35%; font-size: 35px; color: #e3e7ff; }
.scene-astral .scene-name { font-size: clamp(65px, 7vw, 111px); letter-spacing: .045em; }
.chapter-rail { position: fixed; right: 36px; top: 50%; z-index: 31; transform: translateY(-50%); display: grid; gap: 25px; color: var(--chrome); transition: color .4s; }
.chapter-rail a { display: flex; gap: 13px; justify-content: flex-end; align-items: center; min-height: 23px; }
.rail-number { font: 10px var(--fine); opacity: .5; }.rail-name { font-size: 9px; letter-spacing: .15em; opacity: 0; transform: translateX(5px); transition: opacity .3s, transform .3s; }
.chapter-rail i { width: 4px; height: 4px; border: 1px solid currentColor; transform: rotate(45deg); opacity: .4; transition: transform .4s, opacity .4s; }
.chapter-rail a[aria-current="true"] .rail-name, .chapter-rail a:hover .rail-name { opacity: .85; transform: none; }.chapter-rail a[aria-current="true"] .rail-number { opacity: 1; }.chapter-rail a[aria-current="true"] i { opacity: 1; transform: rotate(135deg) scale(1.6); background: currentColor; }
.chapter-footer { position: fixed; z-index: 30; left: var(--pad); right: var(--pad); bottom: 0; height: 99px; border-top: 1px solid; border-color: color-mix(in srgb, var(--chrome) 22%, transparent); display: flex; align-items: center; justify-content: space-between; gap: 30px; color: var(--chrome); transition: color .4s, border-color .4s; }
.chapter-current { display: flex; align-items: center; gap: 19px; min-width: 190px; }.current-number { font: 42px/1 var(--serif); }.current-name { font-size: 11px; letter-spacing: .2em; }.current-name small { display: block; margin-top: 7px; font: 7px var(--fine); letter-spacing: .08em; opacity: .63; }
.scroll-prompt { display: flex; align-items: center; gap: 13px; background: none; border: 0; font-size: 9px; min-height: 46px; padding: 10px; letter-spacing: .11em; }.scroll-prompt svg { width: 15px; height: 15px; margin-left: 4px; }.scroll-wheel { width: 13px; height: 22px; border: 1px solid currentColor; border-radius: 9px; opacity: .8; position: relative; }.scroll-wheel::after { content: ""; position: absolute; left: 5px; top: 4px; width: 1px; height: 4px; background: currentColor; animation: scroll-tick 1.8s ease-in-out infinite; }
.footer-signature { font: 7px var(--fine); letter-spacing: .13em; display: flex; align-items: center; gap: 14px; opacity: .65; }.footer-signature i { width: 20px; height: 1px; background: currentColor; }
.footer-meta { display: flex; flex-direction: column; align-items: flex-end; gap: 9px; }
.icp-record { color: var(--chrome-dim); font-size: 10px; line-height: 1.6; letter-spacing: .025em; white-space: nowrap; }
.icp-record:hover { color: var(--chrome); text-decoration: underline; text-underline-offset: 3px; }

.story-ready .opening { position: fixed; inset: 0; z-index: 70; display: grid; place-items: center; background: #20252b; }
.opening.is-complete { animation: loading-dismiss .7s ease-in-out both; pointer-events: none; }
.loading-footer { position: absolute; left: 14%; right: 12%; bottom: 19%; display: flex; align-items: flex-end; gap: 11%; }
.loading-signature { font: 11px var(--fine); white-space: nowrap; color: #c4cad2; }
.loading-progress { flex: 1; min-width: 0; }.loading-track { height: 2px; background: #abb9c745; position: relative; }.loading-track::before, .loading-track::after { content: ""; position: absolute; top: -1px; width: 3px; height: 4px; background: #c6d2df; }.loading-track::before { left: 0; }.loading-track::after { right: 0; }.loading-track i { display: block; height: 100%; background: #addcf5; transform: scaleX(var(--load-progress, 0)); transform-origin: left; box-shadow: 0 0 10px #c6e7ff40; }
.loading-meta { display: flex; justify-content: space-between; gap: 20px; margin-top: 12px; font: 9px var(--fine); letter-spacing: .07em; color: #c0ccd8; }.loading-meta b { font-weight: 400; }#load-status { text-align: right; font-family: var(--sans); font-size: 9px; }#load-retry { margin-top: 15px; padding: 8px 16px; border: 1px solid #8aa5bc; background: transparent; font-size: 11px; }
.scene.is-arriving .scene-copy > * { animation: chapter-copy-in .55s ease-out both; }.scene.is-arriving .scene-name { animation-delay: .05s; }.scene.is-arriving h1, .scene.is-arriving h2 { animation-delay: .1s; }.scene.is-arriving .scene-description { animation-delay: .15s; }.scene.is-arriving .scene-tags { animation-delay: .19s; }.scene.is-arriving .scene-link { animation-delay: .23s; }
.opening-mark { display: grid; justify-items: center; gap: 20px; }.opening-mark svg { width: 53px; height: 53px; color: #c4e7ff; filter: drop-shadow(0 0 15px #b3d7ff66); stroke-dasharray: 180; stroke-dashoffset: 180; animation: draw-crown .7s .05s ease-out forwards; }.opening-mark > span { font: 27px var(--serif); letter-spacing: .3em; padding-left: .3em; }.opening-mark small { color: #adb9ce; font: 8px var(--fine); letter-spacing: .17em; }
dialog { padding: 0; color: #edf1f7; background: #111a2a; border: 1px solid #c0d4ec40; box-shadow: 0 30px 150px #05070bbb; max-height: 88svh; }
dialog::backdrop { background: #080d19c9; backdrop-filter: blur(18px); }
dialog[open] { animation: dialog-arrive .35s ease-out; }
.chapter-menu { width: min(1220px, 90vw); padding: 35px; }
.dialog-heading { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 28px; gap: 24px; }.dialog-heading span { font: 9px var(--fine); letter-spacing: .16em; color: #b4c4da; }.dialog-heading h2 { font-size: 28px; font-weight: 400; margin: 12px 0 0; }.dialog-close { display: grid; place-items: center; min-width: 42px; min-height: 42px; padding: 10px; border: 1px solid #ccd9ec33; background: transparent; }.dialog-close svg { width: 20px; height: 20px; }
.chapter-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }.chapter-grid button { position: relative; height: min(51vh, 465px); padding: 0; text-align: left; overflow: hidden; background: #1c2940; border: 1px solid #b4c7e733; }.chapter-grid img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: 74% top; transition: transform .7s; }.chapter-grid button:nth-child(2) img { object-position: 27% top; }.chapter-grid button:nth-child(4) img { object-position: 31% top; }.chapter-grid button:hover img { transform: scale(1.05); }.chapter-grid button > span { position: absolute; inset: auto 0 0; padding: 50px 20px 23px; background: linear-gradient(transparent, #080e20de); }.chapter-grid small { display: block; margin-bottom: 11px; font: 8px var(--fine); letter-spacing: .1em; color: #d3deef; }.chapter-grid b { font-size: 20px; font-weight: 400; letter-spacing: .12em; }
.profile-dialog { width: min(640px, 90vw); padding: 46px 50px; }.profile-dialog .dialog-close { position: absolute; right: 20px; top: 20px; }.profile-kicker { font: 8px var(--fine); letter-spacing: .17em; color: #b1c2d8; margin: 10px 50px 32px 0; }.profile-crown { width: 35px; height: 35px; color: #c5dff6; }.profile-dialog h2 { font-size: 36px; font-weight: 400; margin: 17px 0 26px; }.profile-dialog h2 span { font: italic 30px var(--serif); color: #acbed7; margin-left: 12px; }.profile-lead { font-size: 20px; line-height: 1.8; }.profile-dialog > p:not([class]) { font-size: 13px; line-height: 2; color: #b9c7da; }.profile-skills { display: flex; flex-wrap: wrap; gap: 18px; padding: 22px 0; font-size: 11px; color: #d2dff0; }.profile-dialog blockquote { margin: 10px 0 25px; padding: 18px 0 18px 21px; border-left: 1px solid #a2bfd9; color: #cbdef1; font-size: 15px; line-height: 1.9; }.profile-signature { font-size: 11px; color: #b8c6dc; letter-spacing: .12em; }

.motion-paused #atmosphere { display: none !important; }
.motion-paused .opening.is-complete { display: none !important; }
.motion-paused *, .motion-paused *::before, .motion-paused *::after { animation: none !important; transition: none !important; }
.motion-paused { scroll-behavior: auto; }
.motion-paused .scene-art { transform: none !important; }
@keyframes soundless-wave { 0%, 100% { transform: scaleY(.4); } 50% { transform: scaleY(1); } }
@keyframes halo-revolve { to { transform: rotate(360deg); } }
@keyframes astral-drift { to { transform: rotateX(50deg) rotateZ(60deg); } }
@keyframes scroll-tick { 0%, 100% { transform: translateY(0); opacity: .4; } 50% { transform: translateY(6px); opacity: 1; } }
@keyframes loading-dismiss { from { opacity: 1; } to { opacity: 0; visibility: hidden; } }
@keyframes chapter-copy-in { from { opacity: 0; transform: translateX(25px); } to { opacity: 1; transform: none; } }
@keyframes draw-crown { to { stroke-dashoffset: 0; } }
@keyframes dialog-arrive { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: none; } }

@media (min-aspect-ratio: 19/10) {
  .scene-art img { object-position: center 23%; }
  .scene-copy { top: 50%; transform: translate3d(calc(var(--mouse-x) * 5px + var(--text-x, 0px)), calc(-43% + var(--text-y)), 0); }
  .scene-name { font-size: clamp(60px, 6.2vw, 104px); margin-bottom: 16px; }.scene h1, .scene h2 { font-size: clamp(30px, 2.9vw, 46px); }.scene-description { margin-top: 16px; margin-bottom: 14px; }.scene-link { margin-top: 19px; }
}
@media (max-width: 1100px) {
  .header-edition { display: none; }.header-actions { margin-left: auto; gap: 23px; }.chapter-rail { right: 22px; }.rail-name { display: none; }.scene-note { display: none; }
  .scene-academy .scene-copy, .scene-astral .scene-copy { right: 85px; width: 41vw; }
  .scene-name { font-size: 8vw; }.scene-nocturne .scene-name { font-size: 9vw; }.scene-astral .scene-name { font-size: 7.5vw; }
  .scene-description { font-size: 12px; }.footer-signature { display: none; }.chapter-footer { height: 88px; }
}
@media (max-height: 760px) and (min-width: 761px) {
  .site-header { min-height: 72px; padding-top: 12px; padding-bottom: 12px; }.chapter-footer { height: 75px; }
  .scene-copy { top: 49%; transform: translate3d(calc(var(--mouse-x) * 5px + var(--text-x, 0px)), calc(-43% + var(--text-y)), 0); }
  .scene-name, .scene-astral .scene-name { font-size: 72px; margin-bottom: 17px; }.scene-nocturne .scene-name { font-size: 83px; }.scene h1, .scene h2 { font-size: 33px; }.scene-eyebrow { margin-bottom: 14px; }.scene-description { margin: 16px 0 14px; font-size: 11px; }.scene-link { margin-top: 19px; min-height: 42px; }.scene-watermark { bottom: 63px; }
}
@media (max-width: 760px) {
  :root { --pad: 24px; }
  .site-header { min-height: 75px; padding-top: 12px; padding-bottom: 12px; gap: 14px; }.brand { gap: 8px; }.brand > svg { width: 22px; height: 22px; }.brand > span { font-size: 18px; }.brand small { font-size: 5px; letter-spacing: .12em; margin-top: 6px; }
  .header-actions { gap: 19px; }.header-actions .profile-open { font-size: 10px; gap: 7px; }.motion-label { display: none; }.menu-open { width: 21px; }.menu-open span:last-child { width: 14px; }
  .scene { min-height: 720px; }.scene-art img { object-position: var(--image-focus) top; }.scene-art { transform: translate3d(var(--image-x, 0px), var(--image-y), 0) scale(var(--image-scale)); }
  .scene-copy, .scene-academy .scene-copy, .scene-astral .scene-copy { top: auto; left: 24px; right: 51px; bottom: 121px; width: auto; transform: translate3d(var(--text-x, 0px), var(--text-y), 0); }
  .scene-moon .scene-shade { background: linear-gradient(0deg, #101a29 0%, #101a29f5 20%, #101a29d6 43%, #101a290c 75%, #101a2955 100%); }
  .scene-academy .scene-shade { background: linear-gradient(0deg, #e9e6dc 0%, #e9e6dcf5 20%, #e9e6dccf 45%, #e9e6dc08 75%, #e9e6dc80 100%); }
  .scene-nocturne .scene-shade { background: linear-gradient(0deg, #1d1017 0%, #1d1017f5 20%, #1d1017dc 44%, #1d101708 76%, #1d101755 100%); }
  .scene-astral .scene-shade { background: linear-gradient(0deg, #101936 0%, #101936f5 20%, #101936d6 44%, #10193608 75%, #10193677 100%); }
  .scene-eyebrow { font-size: 7px; gap: 11px; margin-bottom: 12px; letter-spacing: .12em; }.scene-eyebrow > span { font-size: 9px; }.scene-eyebrow > i { width: 25px; }
  .scene-name, .scene-astral .scene-name { font-size: clamp(47px, 11.9vw, 82px); line-height: .95; margin: 0 0 15px -2px; }.scene-nocturne .scene-name { font-size: clamp(53px, 13vw, 87px); }
  .scene h1, .scene h2 { font-size: clamp(29px, 6.8vw, 38px); line-height: 1.32; }
  .scene-description { margin: 16px 0 13px; font-size: 11px; line-height: 1.85; letter-spacing: 0; }.scene-tags { gap: 12px; font-size: 9px; }.scene-tags > span + span::before { margin-right: 12px; }
  .scene-link { margin-top: 17px; min-height: 42px; font-size: 11px; gap: 33px; padding: 8px 0; }.scene-link svg { width: 17px; height: 17px; }
  .scene-watermark, .scene-academy .scene-watermark, .scene-astral .scene-watermark { font-size: 29vw; left: -3%; right: auto; bottom: 106px; }
  .moon-halo { width: 108vw; top: 33px; right: -28%; }.archive-lines { left: 13px; right: 13px; top: 95px; bottom: 112px; }.archive-lines > span { font-size: 6px; }.archive-lines b { display: none; }.nocturne-frame { top: 100px; bottom: 115px; left: 13px; width: 50%; }.astral-orbit { width: 120vw; height: 120vw; top: -10%; right: -40%; }
  .chapter-rail { right: 17px; top: 49%; gap: 21px; }.chapter-rail a { gap: 7px; min-height: 26px; }.rail-number { font-size: 8px; }.chapter-rail i { width: 3px; height: 3px; }
  .chapter-footer { height: 96px; left: 24px; right: 24px; gap: 12px; }.chapter-current { min-width: 0; gap: 12px; }.current-number { font-size: 33px; }.current-name { font-size: 10px; letter-spacing: .1em; }.current-name small { font-size: 6px; letter-spacing: 0; }.scroll-prompt { padding: 10px 0 10px 5px; gap: 9px; }.scroll-prompt-label { max-width: 60px; font-size: 8px; line-height: 1.6; text-align: left; }.scroll-prompt svg { display: none; }.scroll-wheel { width: 11px; height: 19px; }.scroll-wheel::after { left: 4px; }
  .chapter-footer { padding-bottom: 19px; }.footer-meta { position: absolute; left: 0; right: 0; bottom: 6px; align-items: center; }.icp-record { font-size: 9px; }
  .chapter-menu { width: 93vw; padding: 22px; max-height: 90svh; }.dialog-heading { margin-bottom: 21px; }.dialog-heading h2 { font-size: 23px; }.dialog-heading span { font-size: 7px; }.chapter-grid { grid-template-columns: 1fr 1fr; gap: 10px; }.chapter-grid button { height: min(29svh, 285px); }.chapter-grid button > span { padding: 35px 14px 17px; }.chapter-grid small { font-size: 6px; margin-bottom: 8px; }.chapter-grid b { font-size: 17px; }
  .profile-dialog { padding: 37px 26px; width: 90vw; }.profile-kicker { font-size: 7px; margin-right: 28px; }.profile-dialog h2 { font-size: 31px; }.profile-dialog h2 span { font-size: 26px; }.profile-lead { font-size: 18px; }.profile-dialog blockquote { font-size: 13px; }.profile-dialog .dialog-close { right: 13px; top: 13px; min-width: 36px; min-height: 36px; padding: 8px; }
  .loading-footer { left: 9%; right: 9%; bottom: 18%; display: block; }.loading-signature { display: block; margin-bottom: 25px; font-size: 9px; }.loading-meta { font-size: 8px; gap: 10px; }#load-status { font-size: 8px; }
}
@media (max-width: 760px) and (max-height: 740px) {
  .scene-copy, .scene-academy .scene-copy, .scene-astral .scene-copy { bottom: 105px; }
  .scene-name, .scene-astral .scene-name { font-size: 43px; margin-bottom: 10px; }.scene-nocturne .scene-name { font-size: 50px; }.scene h1, .scene h2 { font-size: 26px; }.scene-description { margin-top: 13px; font-size: 10px; }.scene-link { margin-top: 13px; }.chapter-footer { height: 84px; }.scene-eyebrow { margin-bottom: 10px; }
}
@media (max-width: 359px) { :root { --pad: 19px; }.header-actions { gap: 13px; }.site-header .profile-open span { display: none; }.scene-copy, .scene-academy .scene-copy, .scene-astral .scene-copy { left: 19px; right: 42px; }.chapter-footer { left: 19px; right: 19px; }.scene-description { font-size: 10px; } }
@media (max-width: 760px) and (max-height: 640px) {
  .scene-name, .scene-astral .scene-name, .scene-nocturne .scene-name { font-size: 34px; margin-bottom: 8px; }
  .scene h1, .scene h2 { font-size: 23px; }.scene-description { line-height: 1.7; margin: 10px 0; }.scene-eyebrow { margin-bottom: 8px; }.scene-link { margin-top: 10px; min-height: 38px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
  #atmosphere { display: none !important; }.opening.is-complete { display: none !important; }.scene-art { transform: none !important; }
}

/* Keep artwork loading independent from access to the page and its services. */
.loading-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; margin-top: 15px; }
.loading-actions #load-retry { margin-top: 0; }
#load-services { padding: 9px 0; border: 0; border-bottom: 1px solid #819bb280; background: transparent; font-size: 11px; color: #b9cddd; }
#load-services span { margin-left: 13px; }
.artwork-notice { position: fixed; z-index: 34; left: var(--pad); top: 105px; max-width: calc(100vw - var(--pad) * 2 - 30px); display: flex; align-items: center; gap: 14px; flex-wrap: wrap; padding: 11px 15px; border: 1px solid #c4d6ea35; background: #101a29ed; color: #d9e5f2; font-size: 11px; line-height: 1.6; box-shadow: 0 6px 25px #0002; }
.artwork-notice button { padding: 4px 0; border: 0; border-bottom: 1px solid #b6d8ed7d; background: transparent; font-size: 10px; white-space: nowrap; }
.scene[data-art-state="loading"] .scene-art img, .scene[data-art-state="error"] .scene-art img { opacity: 0; }
.scene[data-art-state="loading"] .scene-art::after, .scene[data-art-state="error"] .scene-art::after { content: "立绘载入中"; position: absolute; top: 42%; right: 18%; color: var(--scene-accent); font-size: 12px; letter-spacing: .2em; opacity: .65; }
.scene[data-art-state="error"] .scene-art::after { content: "立绘暂未载入"; }
.scene-academy[data-art-state] .scene-art::after, .scene-astral[data-art-state] .scene-art::after { right: auto; left: 18%; }
.services-shortcut { font-size: 11px; letter-spacing: .06em; padding: 12px 0; white-space: nowrap; }
.services-shortcut span { margin-left: 9px; }
.services-shortcut:hover { color: var(--accent); }
.scene-services { --scene-bg: #111f2b; --scene-ink: #ecf2f6; --scene-accent: #b6d8dc; z-index: 5; background: radial-gradient(ellipse at 80% 15%, #20383f 0, transparent 60%), #111f2b; }
body[data-chapter="services"] { --chrome: #e4eff1; --chrome-dim: #b6c9ce; --accent: #b6d8dc; }
.services-orbit { position: absolute; width: 80vw; height: 80vw; left: 38%; top: -65%; opacity: .12; pointer-events: none; transform: rotate(-22deg); }
.services-orbit i { position: absolute; inset: 4%; border: 1px solid #adccd3; border-radius: 50%; }.services-orbit i + i { inset: 8%; border-style: dashed; }
.services-scroll { position: absolute; z-index: 2; left: var(--pad); right: max(102px, var(--pad)); top: 122px; bottom: 122px; overflow-y: auto; overscroll-behavior-y: contain; scrollbar-width: thin; scrollbar-color: #536f7b #0000; padding: 8px 14px 14px 0; opacity: var(--text-opacity); transform: translateX(var(--text-x, 0px)); }
.services-scroll:focus-visible { outline: 1px solid #b6d8dc; outline-offset: 7px; }
.services-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 25px; margin-bottom: 28px; }
.services-heading .scene-eyebrow { font-size: 9px; margin-bottom: 16px; }
.scene-services h2 { font-size: clamp(26px, 2.6vw, 42px); line-height: 1.4; font-weight: 400; }
.services-heading p:not(.scene-eyebrow) { margin: 12px 0 0; color: #9fb6c0; font-size: 12px; line-height: 1.8; }
.services-index { color: #93abb5; font: 10px/1.8 var(--fine); letter-spacing: .1em; text-align: right; white-space: nowrap; }
.services-index b { font-weight: 400; font-size: 8px; letter-spacing: .13em; }
.service-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.service-card { display: flex; flex-direction: column; min-width: 0; padding: 24px 25px 20px; background: #182d38a6; border: 1px solid #b7d0da28; transition: border-color .22s, background .22s, transform .22s; }
.service-card:first-child { grid-column: span 2; background: linear-gradient(110deg, #2b4956b0, #19343db3); }
.service-card:hover { background: #25414bad; border-color: #b6d8dc77; transform: translateY(-3px); }
.service-top { display: flex; align-items: center; gap: 13px; color: #9db9c4; }
.service-top > span:not(.service-icon) { font: 8px var(--fine); letter-spacing: .12em; }
.service-icon { display: grid; place-items: center; width: 64px; height: 64px; flex-shrink: 0; overflow: hidden; border: 1px solid #c9e4f34d; border-radius: 14px; background: #172d3a; box-shadow: 0 5px 18px #060e1b35; }
.service-icon img { display: block; width: 100%; height: 100%; object-fit: cover; }
.service-top .service-arrow { width: 15px; height: 15px; margin-left: auto; opacity: .55; }
.service-card h3 { margin: 15px 0 8px; font: 400 22px/1.2 var(--serif); letter-spacing: .02em; }
.service-card:first-child h3 { font: 400 20px/1.3 var(--sans); letter-spacing: .015em; }
.service-card p { margin: 0 0 17px; color: #b0c1c9; font-size: 11px; line-height: 1.8; }
.service-bottom { margin-top: auto; border-top: 1px solid #c9dce71a; padding-top: 13px; display: flex; justify-content: space-between; gap: 12px; font-size: 9px; color: #b4c8ce; }
.service-bottom > span:first-child { color: #829da9; }
.services-footnote { display: flex; align-items: center; gap: 8px; margin: 22px 0 0; font-size: 10px; color: #97aeb7; }
.services-footnote > span { width: 4px; height: 4px; border-radius: 50%; background: #94b7ad; }
.menu-services { margin-top: 18px; display: flex; align-items: center; width: 100%; padding: 18px 20px; background: #17303a; border: 1px solid #c0d8e338; text-align: left; gap: 22px; }
.menu-services > span { font: 8px var(--fine); letter-spacing: .1em; color: #a9c0cc; }
.menu-services > strong { font-size: 13px; font-weight: 400; }
.menu-services > svg { margin-left: auto; width: 17px; height: 17px; }
@media (min-width: 1500px) and (min-height: 900px) { .services-scroll { top: 16vh; bottom: 17vh; } .service-card { padding: 30px; } .services-heading { margin-bottom: 40px; } .service-card h3 { margin-top: 28px; } }
@media (max-width: 980px) { .service-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } .services-scroll { right: 65px; } .services-index { display: none; } }
@media (max-width: 760px) { .services-shortcut { display: none; } .services-scroll { left: 24px; right: 45px; top: 99px; bottom: 115px; padding-right: 9px; } .services-heading { margin-bottom: 22px; } .scene-services h2 { font-size: 28px; } .services-heading p:not(.scene-eyebrow) { font-size: 11px; max-width: 28em; } .service-card { padding: 20px; } .artwork-notice { top: 87px; left: 24px; right: 45px; max-width: none; font-size: 10px; gap: 8px 13px; } .menu-services { gap: 14px; padding: 16px 14px; } .menu-services > span { font-size: 7px; } }
@media (max-width: 600px) { .service-grid { grid-template-columns: minmax(0, 1fr); gap: 12px; } .service-card:first-child { grid-column: auto; } .service-card h3 { margin-top: 15px; } .service-card p { margin-bottom: 16px; } .services-heading .scene-eyebrow { font-size: 7px; gap: 10px; } .scene-services h2 span { display: block; } }
@media (max-height: 760px) and (min-width: 761px) { .services-scroll { top: 96px; bottom: 96px; } .services-heading { margin-bottom: 20px; } .service-card { padding: 18px 21px; } .service-card h3 { margin-top: 14px; font-size: 20px; } .service-card p { margin-bottom: 15px; } }
@media (max-height: 740px) and (max-width: 760px) { .services-scroll { bottom: 103px; } }
