:root {
  --ink: #162b46;
  --navy: #101d32;
  --gold: #dfbd7c;
  --ease: cubic-bezier(0.16, 1, 0.3, 1);
  --serif: "Noto Serif SC", "Source Han Serif SC", "Songti SC", "SimSun", serif;
  --sans: "Microsoft YaHei", "PingFang SC", sans-serif;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 86px;
}
body {
  margin: 0;
  color: var(--ink);
  background: var(--navy);
  font: 16px/1.7 var(--sans);
  overflow-x: clip;
}
button,
a {
  -webkit-tap-highlight-color: transparent;
}
button {
  font: inherit;
  color: inherit;
  cursor: pointer;
  border: 0;
  border-radius: 0;
  background: none;
  padding: 0;
}
a {
  color: inherit;
  text-decoration: none;
}
img {
  display: block;
  max-width: 100%;
  object-fit: cover;
}
button:focus-visible,
a:focus-visible,
[tabindex]:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 6px;
}
h1,
h2,
h3,
p,
figure {
  margin: 0;
}
h1,
h2,
h3 {
  font-weight: 400;
}
em {
  font-style: normal;
}
::selection {
  background: #d2b67b;
  color: #13233b;
}
[hidden] {
  display: none !important;
}
.skip-link {
  position: fixed;
  z-index: 100;
  top: 10px;
  left: 12px;
  padding: 12px;
  background: white;
  transform: translateY(-160%);
}
.skip-link:focus {
  transform: none;
}
.site-header {
  height: 90px;
  padding: 0 4%;
  position: absolute;
  inset: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 40;
  color: #17334c;
  border-bottom: 1px solid #34537225;
}
.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  font: 19px var(--serif);
  letter-spacing: 2px;
}
.brand-mark {
  font-size: 40px;
}
.brand small {
  display: block;
  font:
    10px Georgia,
    serif;
  letter-spacing: 2px;
  margin-top: 5px;
}
.desktop-nav {
  display: flex;
  gap: 32px;
}
.desktop-nav a {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
}
.desktop-nav small {
  font-size: 10px;
  letter-spacing: 1px;
  opacity: 0.65;
}
.desktop-nav a:after {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 0;
  width: 100%;
  height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.6s var(--ease);
}
.desktop-nav a:hover:after {
  transform: scaleX(1);
  transform-origin: left;
}
.header-controls {
  display: flex;
  align-items: center;
  gap: 20px;
}
.motion-toggle {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
}
.motion-icon {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border: 1px solid #27405750;
  border-radius: 50%;
  font-size: 13px;
}
.menu-toggle {
  display: none;
  width: 32px;
  height: 40px;
  position: relative;
}
.menu-toggle span {
  height: 1px;
  background: currentColor;
  position: absolute;
  left: 2px;
  right: 2px;
  top: 15px;
}
.menu-toggle span + span {
  top: 23px;
  width: 18px;
}
.mobile-menu {
  position: fixed;
  inset: 72px 16px auto;
  background: #101e34f5;
  color: white;
  z-index: 50;
  padding: 20px;
  box-shadow: 0 15px 50px #09152660;
}
.mobile-menu a {
  display: block;
  padding: 14px;
  border-bottom: 1px solid #ffffff22;
}
.page-index {
  position: fixed;
  z-index: 30;
  right: 22px;
  top: 50%;
  display: grid;
  gap: 19px;
  color: #fff;
  mix-blend-mode: difference;
}
.page-index a {
  display: flex;
  align-items: center;
  position: relative;
  width: 20px;
  height: 20px;
  justify-content: center;
}
.page-index i {
  height: 5px;
  width: 5px;
  background: currentColor;
  border-radius: 50%;
  transition: transform 0.6s;
}
.page-index .is-current i {
  transform: scale(1.5);
}
.page-index .is-current:after {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid currentColor;
  border-radius: 50%;
  opacity: 0.5;
}
.page-index span {
  position: absolute;
  right: 28px;
  font-size: 12px;
  white-space: nowrap;
  opacity: 0;
  transition: opacity 0.3s;
}
.page-index a:hover span {
  opacity: 1;
}
.eyebrow {
  font: 12px/1.7 var(--sans);
  letter-spacing: 2px;
}
.hero {
  height: 220svh;
  position: relative;
  background: #b9d6e8;
}
.hero-pin {
  height: 100svh;
  min-height: 660px;
  position: sticky;
  top: 0;
  overflow: hidden;
  isolation: isolate;
}
.sky-layer {
  position: absolute;
  inset: -4%;
  z-index: -8;
  transform: translate3d(var(--sky-x, 0px), var(--sky-y, 0px), 0)
    scale(var(--sky-scale, 1.08));
  will-change: transform;
}
.sky-layer img {
  width: 100%;
  height: 100%;
  object-position: 32% center;
  filter: saturate(0.72);
}
.hero-shade {
  position: absolute;
  inset: 0;
  z-index: -6;
  background:
    linear-gradient(
      90deg,
      #eef6f7dd 0%,
      #d9edf2a6 24%,
      #d3eaf62b 55%,
      #97c4e600 77%
    ),
    linear-gradient(0deg, #c9e5f580, transparent 35%, #c6dcea44);
  opacity: var(--wash-opacity, 1);
}
.hero-orbit {
  position: absolute;
  width: 67vw;
  height: 67vw;
  max-width: 1100px;
  max-height: 1100px;
  right: -12vw;
  top: -14vw;
  z-index: -3;
  border: 1px solid #f3f9ffd0;
  border-radius: 50%;
  transform: rotate(var(--orbit-angle, -20deg));
  opacity: 0.62;
  pointer-events: none;
}
.hero-orbit i {
  position: absolute;
  inset: 4%;
  border: 1px solid #e6f3ff99;
  border-radius: 50%;
}
.hero-orbit i:nth-child(2) {
  inset: 13%;
  border-style: dashed;
  opacity: 0.4;
}
.hero-orbit span {
  position: absolute;
  left: 3%;
  top: 49%;
  font-size: 10px;
  letter-spacing: 4px;
  transform: rotate(-90deg);
}
.hero-word {
  position: absolute;
  right: -2%;
  top: 11%;
  font:
    clamp(160px, 27vw, 480px) / 1 Georgia,
    serif;
  letter-spacing: -0.07em;
  color: #e9f2f359;
  z-index: -3;
  transform: translate3d(0, var(--word-y, 0px), 0);
  pointer-events: none;
}
.hero-rider {
  position: absolute;
  z-index: -1;
  width: 88%;
  right: -13%;
  bottom: 3%;
  transform: translate3d(var(--rider-x, 0px), var(--rider-y, 0px), 0)
    scale(var(--rider-scale, 1));
  transform-origin: 70% 60%;
  opacity: var(--rider-opacity, 1);
  will-change: transform;
}
.hero-rider img {
  width: 100%;
  height: auto;
  filter: drop-shadow(0 20px 26px #28436426);
}
#atmosphere {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}
.hero-copy {
  position: absolute;
  left: 8%;
  top: 19%;
  z-index: 4;
  transform: translate3d(0, var(--copy-y, 0px), 0);
  opacity: var(--copy-opacity, 1);
  width: 45%;
  transform-origin: left center;
}
.hero-copy .eyebrow {
  display: flex;
  align-items: center;
  gap: 11px;
  font-size: 10px;
  letter-spacing: 2px;
}
.hero-copy .eyebrow > span:first-child {
  height: 1px;
  width: 27px;
  background: #436680;
}
.hero-edition {
  border-left: 1px solid #36536b55;
  padding-left: 10px;
}
.hero-prelude {
  font-size: 14px;
  letter-spacing: 4px;
  margin: 30px 0 14px;
  color: #48657b;
}
.hero-copy h1 {
  font-family: var(--serif);
  line-height: 1.22;
  letter-spacing: -0.07em;
  text-shadow: 0 2px 25px #f4fbff55;
  width: max-content;
}
.title-small {
  display: block;
  font-size: clamp(24px, 3.5vw, 54px);
  letter-spacing: 0.2em;
  margin-left: 4px;
}
.title-main {
  display: block;
  position: relative;
  font-size: clamp(52px, 6.4vw, 102px);
  font-weight: 500;
}
.title-last {
  font-size: 0.72em;
  margin-left: 0.05em;
  letter-spacing: -0.1em;
}
.title-main i {
  position: absolute;
  right: -0.26em;
  top: -0.55em;
  font-size: 0.5em;
  font-style: normal;
  color: #577b91;
}
.title-english {
  font:
    clamp(12px, 1.1vw, 17px) Georgia,
    serif;
  letter-spacing: 5px;
  padding: 14px 0 0;
  margin-left: 4px;
}
.hero-quote {
  font: 21px/1.9 var(--serif);
  letter-spacing: 4px;
  margin-top: 30px;
}
.hero-quote em {
  color: #355b76;
}
.journey-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 205px;
  padding: 14px 0 7px;
  border-bottom: 1px solid #1a3c6044;
  font-size: 14px;
  letter-spacing: 3px;
  margin-top: 12px;
}
.circle-arrow {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border: 1px solid #40627a70;
  border-radius: 50%;
  font-size: 22px;
  transition:
    transform 0.7s var(--ease),
    background 0.4s,
    color 0.4s;
}
.journey-link:hover .circle-arrow {
  transform: rotate(-45deg);
  background: var(--ink);
  color: white;
}
.hero-coordinate {
  position: absolute;
  top: 18%;
  right: 4%;
  font-size: 10px;
  letter-spacing: 2px;
  writing-mode: vertical-rl;
  display: flex;
  gap: 26px;
  color: #325873;
  opacity: var(--copy-opacity, 1);
}
.hero-coordinate span + span {
  font-size: 12px;
  letter-spacing: 4px;
}
.hero-preview {
  position: absolute;
  right: 8%;
  bottom: 14%;
  z-index: 6;
  display: flex;
  align-items: center;
  gap: 17px;
  color: white;
  padding: 10px 18px 10px 10px;
  background: #122841d9;
  border: 1px solid #f1f7ff6b;
  box-shadow: 0 15px 45px #17375220;
  transform: translate3d(0, var(--preview-y, 0px), 0);
  opacity: var(--copy-opacity, 1);
}
.preview-image {
  position: relative;
  width: 138px;
  aspect-ratio: 16/9;
  overflow: hidden;
}
.preview-image img,
.preview-image video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.preview-image > span {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  font-size: 18px;
  background: #102a4033;
  transition: background 0.4s;
}
.preview-image:hover > span {
  background: #102a4000;
}
.hero-preview .eyebrow {
  font-size: 9px;
  letter-spacing: 2px;
  color: #bfd9ec;
}
.hero-preview p {
  font: 20px var(--serif);
  margin: 2px 0 5px;
}
.preview-text {
  font-size: 12px;
  color: #c5d8e5;
}
.cloud-layer {
  position: absolute;
  inset: -5%;
  pointer-events: none;
  background: url("assets/cloud-layer.webp") center bottom/100% auto no-repeat;
  will-change: transform;
  transform: translate3d(var(--cloud-x, 0px), var(--cloud-y, 0px), 0)
    scale(var(--cloud-scale, 1));
  opacity: var(--cloud-opacity, 0.95);
}
.cloud-back {
  z-index: -2;
  bottom: 5%;
  left: -20%;
  right: -15%;
  opacity: 0.45;
  transform: translate3d(
      calc(var(--cloud-x, 0px) * -0.4),
      calc(var(--cloud-y, 0px) * 0.3),
      0
    )
    scale(1.14);
}
.cloud-front {
  z-index: 2;
  bottom: -15%;
  left: -8%;
  right: -8%;
  opacity: var(--cloud-opacity, 0.84);
}
.hero-bottom {
  position: absolute;
  inset: auto 4% 26px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 5;
  opacity: var(--copy-opacity, 1);
  color: #17374e;
}
.scroll-cue {
  display: flex;
  gap: 14px;
  align-items: center;
  font-size: 12px;
  letter-spacing: 2px;
}
.scroll-cue small {
  display: block;
  font-size: 9px;
  letter-spacing: 2px;
}
.scroll-line {
  width: 1px;
  height: 40px;
  background: #31557155;
  position: relative;
  overflow: hidden;
}
.scroll-line:after {
  content: "";
  position: absolute;
  left: 0;
  top: -100%;
  width: 1px;
  height: 100%;
  background: #173b5b;
  animation: scroll-line 2.4s infinite var(--ease);
}
.hero-bottom p {
  text-align: center;
  font-size: 12px;
  letter-spacing: 3px;
}
.hero-bottom p span {
  display: block;
  font-size: 9px;
  letter-spacing: 3px;
}
.hero-progress {
  display: flex;
  align-items: center;
  gap: 12px;
  font:
    12px Georgia,
    serif;
}
.hero-progress i {
  width: 60px;
  height: 1px;
  background: #22426060;
  position: relative;
}
.hero-progress i:after {
  content: "";
  position: absolute;
  inset: 0;
  background: #224260;
  transform-origin: left;
  transform: scaleX(var(--hero-progress, 0));
}
.prologue-panel {
  position: absolute;
  z-index: 7;
  left: 8%;
  top: 22%;
  width: 40%;
  opacity: var(--prologue-opacity, 0);
  transform: translate3d(0, var(--prologue-y, 80px), 0);
  pointer-events: none;
}
.hero.is-prologue .prologue-panel {
  pointer-events: auto;
}
.prologue-panel .eyebrow {
  color: #315877;
}
.prologue-panel h2 {
  font: clamp(30px, 4vw, 62px) / 1.55 var(--serif);
  letter-spacing: 0.04em;
  margin: 20px 0;
}
.prologue-panel h2 em {
  color: #4c7e94;
}
.prologue-panel > p:not(.eyebrow) {
  font-size: 16px;
  line-height: 2.2;
  color: #365a73;
}
.text-link {
  display: inline-flex;
  gap: 36px;
  align-items: center;
  padding: 15px 0;
  border-bottom: 1px solid currentColor;
  font-size: 14px;
  letter-spacing: 2px;
}
.prologue-stills {
  position: absolute;
  z-index: 5;
  right: 9%;
  top: 20%;
  width: 34%;
  height: 62%;
  opacity: var(--prologue-opacity, 0);
  transform: translate3d(0, var(--stills-y, 160px), 0);
  pointer-events: none;
}
.prologue-stills figure {
  position: absolute;
  width: 89%;
  padding: 8px 8px 25px;
  background: #f3f8fa;
  box-shadow: 0 20px 65px #16355530;
  transform: rotate(-7deg);
}
.prologue-stills figure + figure {
  right: -5%;
  bottom: 4%;
  width: 78%;
  transform: rotate(8deg);
}
.prologue-stills img {
  aspect-ratio: 16/9;
  width: 100%;
}
.prologue-stills figcaption {
  font-size: 9px;
  letter-spacing: 2px;
  position: absolute;
  bottom: 6px;
  left: 12px;
}
.story {
  position: relative;
  height: 360svh;
  color: #eaf2f5;
  background: #142841;
}
.story-pin {
  height: 100svh;
  min-height: 660px;
  position: sticky;
  top: 0;
  overflow: hidden;
  isolation: isolate;
}
.story-backdrops {
  position: absolute;
  inset: -5%;
  z-index: -4;
}
.story-backdrop {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  transform: scale(1.1);
  transition: opacity 1s;
  filter: saturate(0.6);
}
.story-backdrop:first-child {
  opacity: 1;
}
.story-veil {
  position: absolute;
  inset: 0;
  z-index: -3;
  background:
    linear-gradient(90deg, #07192ee8, #09273db0 48%, #081e355c),
    linear-gradient(0deg, #0c1c30d9, transparent 70%);
}
.story-topline,
.section-kicker {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #b3cdd72e;
  padding-bottom: 17px;
  font-size: 11px;
  letter-spacing: 2px;
}
.story-topline {
  position: absolute;
  top: 7%;
  left: 7%;
  right: 7%;
}
.story-topline h2,
.section-kicker h2 {
  font-size: 12px;
  letter-spacing: 3px;
  display: flex;
  gap: 26px;
  align-items: center;
}
.story-topline h2 span,
.section-kicker h2 span {
  font-size: 14px;
  letter-spacing: 2px;
  font-family: var(--serif);
}
.story-counter {
  font:
    14px Georgia,
    serif;
}
.story-rail {
  position: absolute;
  left: 7%;
  top: 40%;
  display: grid;
  gap: 22px;
  z-index: 8;
}
.story-rail button {
  display: flex;
  align-items: center;
  gap: 14px;
  color: #b2c8d3;
  transition: color 0.4s;
  min-height: 36px;
}
.story-rail b {
  font:
    17px Georgia,
    serif;
  position: relative;
}
.story-rail span {
  font-size: 12px;
  letter-spacing: 3px;
  opacity: 0.5;
}
.story-rail .is-active {
  color: #e9d49f;
}
.story-rail .is-active span {
  opacity: 1;
}
.story-rail .is-active b:before {
  content: "";
  position: absolute;
  left: -17px;
  top: 10px;
  width: 5px;
  height: 5px;
  background: #dec486;
  transform: rotate(45deg);
}
.story-track {
  position: absolute;
  left: -15px;
  top: 25px;
  bottom: 20px;
  width: 1px;
  background: #ccdceb33;
}
.story-track i {
  display: block;
  width: 1px;
  height: 100%;
  transform: scaleY(var(--story-progress, 0));
  transform-origin: top;
  background: #dfc895;
}
.chapter-scenes {
  position: absolute;
  inset: 19% 8% 14% 18%;
}
.chapter {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: 42% 58%;
  align-items: center;
  pointer-events: none;
  opacity: 0;
}
.chapter.is-active {
  pointer-events: auto;
  opacity: 1;
}
.chapter-copy {
  z-index: 4;
  transform: translate3d(0, var(--chapter-copy-y, 0px), 0);
}
.chapter-copy .eyebrow {
  color: #d6c296;
  font-size: 10px;
  margin-bottom: 25px;
}
.chapter h3 {
  font: clamp(27px, 3.15vw, 52px) / 1.65 var(--serif);
  letter-spacing: 1px;
  white-space: nowrap;
}
.chapter h3 em {
  color: #e7d4a3;
}
.chapter-copy > p:not(.eyebrow) {
  font-size: 16px;
  line-height: 2.15;
  color: #c9d7df;
  margin-top: 25px;
}
.chapter-detail {
  display: inline-flex;
  align-items: center;
  gap: 45px;
  border-bottom: 1px solid #afc6d15a;
  padding: 14px 0;
  margin-top: 20px;
  font-size: 14px;
  letter-spacing: 2px;
}
.chapter-detail span {
  font-size: 24px;
  transition: transform 0.5s;
}
.chapter-detail:hover span {
  transform: rotate(90deg);
}
.chapter-art {
  height: 100%;
  position: relative;
  perspective: 1000px;
  transform: translate3d(var(--art-x, 0px), var(--art-y, 0px), 0);
}
.chapter-number {
  position: absolute;
  right: -4%;
  top: -18%;
  font:
    clamp(160px, 23vw, 350px) / 1 Georgia,
    serif;
  color: transparent;
  -webkit-text-stroke: 1px #d6e6ef33;
  z-index: -1;
}
.scene-main {
  position: absolute;
  top: 15%;
  right: 0;
  width: 100%;
  transform: translate3d(0, var(--main-y, 0px), 0)
    rotate(var(--main-rotation, -5deg));
  border: 7px solid #eaf0ef;
  box-shadow: 0 30px 70px #06152965;
}
.scene-main img {
  width: 100%;
  aspect-ratio: 16/10;
}
.scene-main figcaption {
  position: absolute;
  left: 13px;
  bottom: 12px;
  letter-spacing: 3px;
  font-size: 9px;
  color: #fff;
  text-shadow: 0 1px 10px black;
}
.scene-fragment {
  position: absolute;
  bottom: -2%;
  left: -12%;
  width: 55%;
  border: 6px solid #eaf0ef;
  box-shadow: 0 25px 55px #06152970;
  transform: translate3d(0, var(--fragment-y, 0px), 0) rotate(7deg);
  z-index: 2;
}
.scene-fragment img {
  width: 100%;
  aspect-ratio: 16/9;
}
.scene-fragment figcaption {
  font-size: 12px;
  letter-spacing: 3px;
  background: #eaf0ef;
  color: #385064;
  text-align: center;
  padding: 4px 0 1px;
}
.scene-cross {
  position: absolute;
  right: -3%;
  bottom: 4%;
  font-size: 30px;
  color: #dbc68d;
  font-weight: 200;
}
.story-bottom {
  position: absolute;
  bottom: 6%;
  left: 18%;
  right: 8%;
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  letter-spacing: 2px;
  color: #b1c8d4;
}
.story-bottom span {
  font-size: 9px;
  letter-spacing: 2px;
}
.story-bottom i {
  font-style: normal;
  margin-left: 15px;
}
.characters {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: #e7eced;
  padding: 64px 7% 0;
  min-height: 860px;
  color: #1e3750;
}
.character-backdrop {
  position: absolute;
  inset: 0;
  z-index: -2;
  opacity: 0.16;
  mask-image: linear-gradient(90deg, black, transparent 78%);
}
.character-backdrop img {
  width: 100%;
  height: 100%;
  filter: grayscale(0.75);
}
.characters .section-kicker {
  border-color: #486c8030;
}
.character-layout {
  display: grid;
  grid-template-columns: 56% 44%;
  min-height: 730px;
  position: relative;
}
.character-art {
  position: relative;
  min-height: 730px;
  margin-left: -16%;
  overflow: hidden;
}
.character-word {
  position: absolute;
  top: 9%;
  left: 12%;
  font:
    clamp(70px, 12vw, 175px) / 1 Georgia,
    serif;
  letter-spacing: -0.06em;
  color: transparent;
  -webkit-text-stroke: 1px #50708650;
  white-space: nowrap;
  transition: color 1s;
}
.character-orbit {
  position: absolute;
  width: 520px;
  height: 520px;
  max-width: 85%;
  aspect-ratio: 1;
  left: 12%;
  top: 20%;
  border: 1px solid #66889755;
  border-radius: 50%;
  transform: rotate(var(--character-rotate, 0deg));
}
.character-orbit i {
  position: absolute;
  inset: 7%;
  border: 1px dashed #8097a566;
  border-radius: 50%;
}
.character-orbit span {
  position: absolute;
  top: 10%;
  left: 10%;
  font-size: 34px;
  color: #64869b;
}
.character-portrait {
  position: absolute;
  bottom: -1%;
  left: -38%;
  width: 170%;
  max-width: none;
  height: 89%;
  object-fit: contain;
  object-position: center bottom;
  opacity: 0;
  transform: translate3d(90px, 35px, 0) scale(0.94);
  transition:
    transform 1.2s var(--ease),
    opacity 0.55s;
  z-index: 2;
  pointer-events: none;
}
.character-portrait.is-active {
  opacity: 1;
  transform: translate3d(var(--portrait-x, 0px), var(--portrait-y, 0px), 0)
    scale(1);
}
.character-number {
  position: absolute;
  left: 17%;
  bottom: 5%;
  font:
    100px/0.8 Georgia,
    serif;
  color: #d3a969;
  z-index: 3;
  mix-blend-mode: multiply;
}
.character-art-caption {
  position: absolute;
  left: 16%;
  bottom: 1%;
  font-size: 9px;
  letter-spacing: 3px;
  z-index: 3;
}
.character-info {
  padding: 55px 0 45px 6%;
  z-index: 4;
}
.character-info > .eyebrow {
  color: #627d8d;
  border-bottom: 1px solid #43647a30;
  padding-bottom: 20px;
  margin-bottom: 27px;
}
.character-role {
  font-size: 14px;
  letter-spacing: 3px;
  color: #47667d;
}
.character-info h3 {
  font: clamp(42px, 5.4vw, 80px) / 1.4 var(--serif);
  letter-spacing: 0.12em;
  margin: 12px 0 0;
}
.character-latin {
  font:
    15px Georgia,
    serif;
  letter-spacing: 5px;
  color: #638097;
}
.character-info blockquote {
  font: 22px/1.9 var(--serif);
  white-space: pre-line;
  margin: 25px 0 17px;
  letter-spacing: 1px;
}
.character-description {
  font-size: 16px;
  line-height: 2.1;
  color: #536d7f;
  max-width: 420px;
}
.character-tabs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 30px;
}
.character-tabs button {
  position: relative;
  min-height: 106px;
  background: #bdcfd844;
  border: 1px solid #60809430;
  overflow: hidden;
  text-align: left;
  transition:
    border-color 0.4s,
    background 0.4s;
}
.character-tabs button[aria-selected="true"] {
  border-color: #566b7b;
  background: #c6d5db;
}
.character-tabs img {
  position: absolute;
  top: -9px;
  right: -52%;
  width: 210%;
  height: 117px;
  max-width: none;
  object-fit: contain;
  opacity: 0.74;
  transform: translateY(10px);
  transition: transform 0.7s var(--ease);
}
.character-tabs button:hover img,
.character-tabs button[aria-selected="true"] img {
  transform: translateY(0);
}
.character-tabs button > span {
  position: absolute;
  left: 9px;
  bottom: 6px;
  right: 0;
  z-index: 1;
  font-size: 14px;
  text-shadow:
    0 1px 9px white,
    0 0 8px white;
}
.character-tabs small {
  display: block;
  font:
    10px Georgia,
    serif;
  letter-spacing: 2px;
}
.film-section {
  padding: 70px 7% 55px;
  background: #0c172a;
  color: #e2edf3;
  position: relative;
  overflow: hidden;
}
.film-section:before {
  content: "";
  position: absolute;
  width: 900px;
  height: 900px;
  border: 1px solid #597d9626;
  border-radius: 50%;
  top: 90px;
  left: -240px;
  pointer-events: none;
}
.film-composition {
  position: relative;
  margin-top: 55px;
  padding-left: 19%;
  padding-right: 3%;
}
.film-label {
  position: absolute;
  left: 0;
  top: 9%;
  z-index: 2;
  pointer-events: none;
}
.film-label > span {
  font:
    clamp(35px, 5.4vw, 86px) / 1.1 Georgia,
    serif;
  letter-spacing: -0.05em;
  color: #e8e6db;
}
.film-label p {
  font: 17px/1.8 var(--serif);
  letter-spacing: 3px;
  margin-top: 25px;
  color: #a5bed1;
}
.film-screen {
  display: block;
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
  border: 1px solid #8dacbf66;
  box-shadow: 0 40px 70px #0003;
}
.film-screen > img {
  height: 100%;
  width: 100%;
  transition: transform 1.6s var(--ease);
  transform: scale(1.01);
}
.film-screen:hover > img {
  transform: scale(1.055);
}
.film-screen-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, #071124c9, transparent 55%);
}
.film-play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  font-size: 10px;
  letter-spacing: 4px;
}
.film-play i {
  font-style: normal;
  width: 84px;
  height: 84px;
  border: 1px solid #e5f2ffb0;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 18px;
  padding-left: 3px;
  outline: 1px solid #e5f2ff30;
  outline-offset: 12px;
  transition:
    background 0.4s,
    transform 0.8s var(--ease);
}
.film-screen:hover .film-play i {
  background: #dcecf733;
  transform: scale(1.08);
}
.film-caption {
  position: absolute;
  bottom: 6%;
  left: 5%;
  right: 5%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  letter-spacing: 2px;
}
.film-caption b {
  font: 24px var(--serif);
}
.film-caption > span {
  font-size: 9px;
}
.film-vertical {
  position: absolute;
  right: 0;
  top: 0;
  writing-mode: vertical-rl;
  font-size: 9px;
  letter-spacing: 3px;
  color: #b8c9d5;
}
.film-bottom {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  color: #9bb2c4;
  margin-top: 32px;
  letter-spacing: 2px;
}
.gallery {
  background: #eef2f1;
  padding: 70px 7% 95px;
}
.gallery .section-kicker {
  border-color: #486c8030;
}
.gallery-heading {
  display: flex;
  justify-content: space-between;
  align-items: end;
  padding: 32px 0 45px;
}
.gallery-heading p {
  font: clamp(27px, 3.5vw, 47px) / 1.6 var(--serif);
  letter-spacing: 2px;
}
.gallery-heading em {
  color: #658a9a;
}
.gallery-heading > span {
  font-size: 10px;
  letter-spacing: 2px;
  line-height: 2.1;
  color: #638093;
  text-align: right;
}
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px 17px;
}
.gallery-item {
  position: relative;
  grid-column: span 1;
  aspect-ratio: 3/4;
  overflow: hidden;
  text-align: left;
  color: #f0f6fa;
  background: #162f49;
}
.gallery-wide {
  grid-column: span 2;
  aspect-ratio: auto;
}
.gallery-item img {
  width: 100%;
  height: 100%;
  transition:
    transform 1.4s var(--ease),
    filter 0.8s;
}
.gallery-item:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, #0a203ac9, transparent 60%);
  transition: opacity 0.5s;
}
.gallery-item > span {
  position: absolute;
  inset: auto 19px 19px;
  z-index: 2;
  font: 18px var(--serif);
  letter-spacing: 1px;
}
.gallery-item small {
  display: block;
  font: 9px var(--sans);
  letter-spacing: 2px;
  margin-bottom: 10px;
}
.gallery-item i {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 22px;
  font-style: normal;
  transform: translate(-5px, 5px);
  opacity: 0.6;
  transition:
    transform 0.6s var(--ease),
    opacity 0.3s;
}
.gallery-item:hover img {
  transform: scale(1.07);
  filter: saturate(1.12);
}
.gallery-item:hover i {
  transform: none;
  opacity: 1;
}
.gallery-item:hover:after {
  opacity: 0.7;
}
.site-footer {
  min-height: 580px;
  padding: 70px 7% 25px;
  text-align: center;
  position: relative;
  color: #f2f5f5;
  isolation: isolate;
  overflow: hidden;
}
.footer-scene {
  position: absolute;
  inset: 0;
  z-index: -2;
}
.footer-scene img {
  width: 100%;
  height: 100%;
  object-position: center 37%;
}
.site-footer:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, #0b1b31f5, #183d5d6b 90%);
  z-index: -1;
}
.site-footer > .eyebrow {
  color: #d0e3ec;
  font-size: 10px;
  letter-spacing: 4px;
}
.footer-quote {
  font: clamp(35px, 4.3vw, 65px) / 1.7 var(--serif);
  letter-spacing: 0.12em;
  margin: 36px 0;
}
.footer-title {
  display: inline-block;
  font: 24px var(--serif);
  letter-spacing: 5px;
}
.footer-title small {
  display: block;
  font: 10px var(--sans);
  letter-spacing: 4px;
  margin-top: 13px;
}
.footer-bottom {
  border-top: 1px solid #b2d0e030;
  padding-top: 22px;
  display: flex;
  justify-content: space-between;
  font-size: 11px;
  letter-spacing: 1px;
  margin-top: 65px;
}
.footer-bottom a {
  color: #e9d2a0;
}
.body-modal {
  overflow: hidden;
}
dialog {
  border: 1px solid #8badc150;
  padding: 0;
  color: #e9f1f5;
  background: #101c2c;
  max-height: 92dvh;
  width: min(1080px, 92vw);
  box-shadow: 0 40px 120px #0008;
}
dialog::backdrop {
  background: #050d1ce8;
  backdrop-filter: blur(7px);
}
dialog[open] {
  animation: dialog-in 0.45s var(--ease);
}
.dialog-bar {
  padding: 16px 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.dialog-bar h2 {
  font: 18px var(--serif);
}
.dialog-bar h2 span {
  font: 10px var(--sans);
  letter-spacing: 2px;
  margin-left: 12px;
  color: #a8c2d3;
}
.dialog-close {
  font-size: 14px;
  letter-spacing: 2px;
  min-width: 64px;
  min-height: 38px;
}
.media-dialog video {
  display: block;
  width: 100%;
  max-height: 75dvh;
  background: #000;
}
.video-error {
  padding: 20px;
}
.video-error a {
  text-decoration: underline;
}
.gallery-dialog > img {
  width: 100%;
  object-fit: contain;
  max-height: 70dvh;
}
.gallery-dialog-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 22px;
}
.round-button {
  width: 40px;
  height: 40px;
  border: 1px solid #b9d0de66;
  border-radius: 50%;
  font-size: 22px;
}
.gallery-count {
  font-size: 12px;
  letter-spacing: 3px;
}
.gallery-title {
  font: 18px var(--serif);
}
.story-dialog {
  width: min(920px, 92vw);
  background: #eef1ed;
  color: #244059;
  overflow: auto;
}
.story-dialog > .dialog-close {
  position: absolute;
  right: 14px;
  top: 12px;
  z-index: 1;
  background: #172c40dd;
  color: white;
  padding: 0 14px;
}
.story-dialog > img {
  width: 100%;
  max-height: 340px;
  object-fit: cover;
}
.detail-copy {
  padding: 35px 45px;
}
.detail-copy .eyebrow {
  color: #63818f;
}
.detail-copy h2 {
  font: 32px var(--serif);
  margin: 12px 0 20px;
}
.detail-text {
  line-height: 2.1;
  white-space: pre-line;
  max-width: 680px;
}
.detail-copy .text-link {
  margin-top: 15px;
}
@keyframes scroll-line {
  to {
    transform: translateY(200%);
  }
}
@keyframes dialog-in {
  from {
    opacity: 0;
    transform: translateY(30px) scale(0.97);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@media (min-width: 1700px) {
  .hero-copy {
    top: 22%;
  }
  .hero-rider {
    width: 82%;
    right: -8%;
    bottom: 0;
  }
  .hero-preview {
    bottom: 15%;
  }
  .chapter-scenes {
    inset: 21% 9% 15% 18%;
  }
  .character-layout {
    min-height: 820px;
  }
  .character-art {
    min-height: 820px;
  }
}
@media (max-width: 1100px) {
  .desktop-nav {
    gap: 20px;
  }
  .desktop-nav small {
    display: none;
  }
  .hero-copy {
    left: 7%;
    top: 21%;
    width: 50%;
  }
  .hero-rider {
    width: 106%;
    right: -31%;
    bottom: 10%;
  }
  .hero-preview {
    right: 7%;
    bottom: 15%;
  }
  .hero-prelude {
    font-size: 12px;
    letter-spacing: 2px;
  }
  .hero-quote {
    font-size: 18px;
  }
  .title-main {
    font-size: 7vw;
  }
  .hero-coordinate {
    right: 3%;
    font-size: 9px;
  }
  .hero-orbit {
    top: 0;
    right: -30vw;
    width: 90vw;
    height: 90vw;
  }
  .chapter-scenes {
    left: 19%;
    right: 7%;
  }
  .chapter h3 {
    font-size: 32px;
  }
  .chapter-copy > p:not(.eyebrow) {
    font-size: 14px;
  }
  .scene-fragment {
    bottom: 4%;
    left: -5%;
    width: 62%;
  }
  .scene-main {
    top: 22%;
  }
  .chapter-number {
    top: 0;
  }
  .character-art {
    margin-left: -21%;
  }
  .character-info {
    padding-left: 0;
  }
  .character-portrait {
    width: 190%;
    left: -46%;
  }
  .character-info blockquote {
    font-size: 19px;
  }
  .gallery-grid {
    gap: 14px;
  }
  .film-label > span {
    font-size: 55px;
  }
  .film-label p {
    font-size: 14px;
  }
}
@media (max-width: 760px) {
  html {
    scroll-padding-top: 80px;
  }
  .site-header {
    height: 74px;
    padding: 0 5%;
  }
  .brand {
    font-size: 15px;
    letter-spacing: 1px;
    gap: 8px;
  }
  .brand-mark {
    font-size: 30px;
  }
  .brand small {
    font-size: 8px;
    letter-spacing: 1px;
  }
  .desktop-nav {
    display: none;
  }
  .header-controls {
    gap: 12px;
  }
  .motion-label {
    display: none;
  }
  .menu-toggle {
    display: block;
  }
  .page-index {
    display: none;
  }
  .hero {
    height: 185svh;
  }
  .hero-pin {
    height: 100svh;
    min-height: 720px;
  }
  .hero-copy {
    top: 15%;
    left: 7%;
    width: 86%;
  }
  .hero-copy .eyebrow {
    font-size: 8px;
    letter-spacing: 1.4px;
  }
  .hero-prelude {
    margin: 20px 0 10px;
    font-size: 12px;
    letter-spacing: 2px;
  }
  .title-small {
    font-size: 27px;
  }
  .title-main {
    font-size: clamp(44px, 10.7vw, 80px);
  }
  .title-english {
    font-size: 10px;
    letter-spacing: 3px;
    padding-top: 10px;
  }
  .hero-quote {
    font-size: 17px;
    letter-spacing: 3px;
    margin-top: 16px;
    line-height: 1.8;
  }
  .journey-link {
    max-width: 168px;
    font-size: 12px;
    letter-spacing: 2px;
    margin-top: 0;
  }
  .circle-arrow {
    width: 30px;
    height: 30px;
    font-size: 18px;
  }
  .sky-layer {
    inset: -3% -50%;
  }
  .sky-layer img {
    object-position: 35% center;
    filter: saturate(0.6);
  }
  .hero-shade {
    background:
      linear-gradient(180deg, #e4f2f7c9, #d5e8f166 47%, transparent 65%),
      linear-gradient(90deg, #dcedf490, transparent 95%);
  }
  .hero-rider {
    width: 154%;
    right: -48%;
    bottom: 10%;
    z-index: 0;
  }
  .hero-word {
    top: 36%;
    right: -10%;
    font-size: 53vw;
  }
  .hero-orbit {
    width: 150vw;
    height: 150vw;
    right: -77vw;
    top: 22%;
    border-color: #ffffff8a;
  }
  .hero-coordinate {
    display: none;
  }
  .cloud-front {
    inset: 20% -48% -6%;
    background-size: 100% auto;
  }
  .cloud-back {
    inset: 20% -55% 3%;
    background-size: 100% auto;
  }
  .hero-preview {
    bottom: 8%;
    right: 6%;
    gap: 11px;
    padding: 6px 12px 6px 6px;
  }
  .preview-image {
    width: 98px;
  }
  .hero-preview .eyebrow {
    font-size: 7px;
  }
  .hero-preview p {
    font-size: 17px;
  }
  .preview-text {
    font-size: 11px;
  }
  .hero-bottom {
    left: 6%;
    right: 6%;
    bottom: 15px;
  }
  .hero-bottom p,
  .hero-progress {
    display: none;
  }
  .scroll-cue {
    font-size: 10px;
    gap: 10px;
  }
  .scroll-cue small {
    font-size: 7px;
    letter-spacing: 1px;
  }
  .scroll-line {
    height: 28px;
  }
  .prologue-panel {
    left: 8%;
    top: 15%;
    width: 84%;
  }
  .prologue-panel h2 {
    font-size: 32px;
    line-height: 1.6;
    margin: 17px 0;
  }
  .prologue-panel > p:not(.eyebrow) {
    font-size: 16px;
    line-height: 2;
  }
  .prologue-stills {
    right: 9%;
    top: auto;
    bottom: 8%;
    height: 27%;
    width: 72%;
  }
  .prologue-stills figure {
    width: 75%;
    left: 0;
    top: 0;
  }
  .prologue-stills figure + figure {
    width: 60%;
    right: -2%;
    bottom: 0;
    left: auto;
    top: auto;
  }
  .prologue-panel .text-link {
    padding: 10px 0;
    font-size: 14px;
  }
  .story {
    height: 330svh;
  }
  .story-pin {
    min-height: 780px;
  }
  .story-topline {
    left: 7%;
    right: 7%;
    top: 12%;
  }
  .story-topline h2,
  .section-kicker h2 {
    font-size: 10px;
    letter-spacing: 2px;
    gap: 15px;
  }
  .story-topline h2 span,
  .section-kicker h2 span {
    font-size: 12px;
  }
  .story-topline {
    padding-bottom: 12px;
  }
  .story-counter {
    font-size: 12px;
  }
  .story-rail {
    left: 8%;
    top: 19%;
    right: 8%;
    display: flex;
    gap: 25px;
  }
  .story-rail button {
    gap: 8px;
    min-height: 32px;
  }
  .story-rail span {
    font-size: 12px;
  }
  .story-rail b {
    font-size: 14px;
  }
  .story-rail .is-active b:before {
    left: -12px;
    top: 8px;
    width: 4px;
    height: 4px;
  }
  .story-track {
    left: 0;
    right: 0;
    top: auto;
    bottom: -5px;
    width: 100%;
    height: 1px;
  }
  .story-track i {
    height: 1px;
    width: 100%;
    transform: scaleX(var(--story-progress, 0));
    transform-origin: left;
  }
  .chapter-scenes {
    inset: 29% 8% 9%;
  }
  .chapter {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 5px;
  }
  .chapter-copy {
    width: 100%;
  }
  .chapter-copy .eyebrow {
    font-size: 9px;
    letter-spacing: 2px;
    margin-bottom: 10px;
  }
  .chapter h3 {
    font-size: 27px;
    line-height: 1.5;
  }
  .chapter-copy > p:not(.eyebrow) {
    font-size: 14px;
    line-height: 1.9;
    margin-top: 14px;
  }
  .chapter-detail {
    position: static;
    font-size: 12px;
    gap: 20px;
    padding: 7px 0;
    letter-spacing: 1px;
    margin-top: 8px;
  }
  .chapter-detail span {
    font-size: 18px;
  }
  .chapter-art {
    width: 86%;
    height: 45%;
    min-height: 190px;
    margin: 20px 0 0 auto;
  }
  .scene-main {
    top: 2%;
    width: 95%;
    border-width: 4px;
  }
  .scene-main img {
    aspect-ratio: 16/9;
  }
  .scene-fragment {
    left: -16%;
    bottom: -7%;
    width: 54%;
    border-width: 4px;
  }
  .scene-main figcaption {
    font-size: 7px;
    letter-spacing: 1px;
    bottom: 7px;
    left: 6px;
  }
  .scene-fragment figcaption {
    font-size: 9px;
    letter-spacing: 1px;
    padding: 2px;
  }
  .chapter-number {
    font-size: 130px;
    top: -40px;
    right: -9%;
  }
  .scene-cross {
    right: -8%;
    bottom: 15%;
    font-size: 24px;
  }
  .story-bottom {
    left: 8%;
    right: 8%;
    bottom: 3.8%;
    font-size: 10px;
    letter-spacing: 1px;
  }
  .story-bottom > span {
    font-size: 7px;
    letter-spacing: 1px;
  }
  .characters {
    padding: 40px 7% 0;
    min-height: 0;
  }
  .section-kicker > span {
    font-size: 8px;
    letter-spacing: 1px;
  }
  .character-layout {
    display: flex;
    flex-direction: column;
    min-height: 0;
  }
  .character-art {
    height: 430px;
    min-height: 0;
    margin: 0 -8%;
    overflow: hidden;
  }
  .character-word {
    font-size: 100px;
    top: 10%;
    left: 7%;
  }
  .character-orbit {
    height: 300px;
    width: 300px;
    left: 12%;
    top: 17%;
  }
  .character-portrait {
    height: 106%;
    bottom: -16%;
    width: 180%;
    left: -39%;
  }
  .character-number {
    font-size: 78px;
    bottom: 12%;
    left: 7%;
  }
  .character-art-caption {
    left: 8%;
    bottom: 5%;
    font-size: 8px;
  }
  .character-info {
    padding: 22px 0 40px;
  }
  .character-info > .eyebrow {
    font-size: 10px;
    margin-bottom: 22px;
  }
  .character-info h3 {
    font-size: 44px;
    margin-top: 5px;
  }
  .character-latin {
    font-size: 12px;
  }
  .character-info blockquote {
    font-size: 19px;
    line-height: 1.9;
    margin: 20px 0 15px;
  }
  .character-description {
    font-size: 16px;
    max-width: none;
  }
  .character-tabs {
    margin-top: 22px;
    gap: 8px;
  }
  .character-tabs button {
    min-height: 105px;
  }
  .character-tabs img {
    height: 118px;
    right: -52%;
  }
  .character-tabs button > span {
    font-size: 14px;
  }
  .film-section {
    padding: 40px 7%;
  }
  .film-composition {
    margin-top: 30px;
    padding: 0;
  }
  .film-label {
    position: static;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 23px;
  }
  .film-label > span {
    font-size: 39px;
  }
  .film-label p {
    font-size: 12px;
    line-height: 2;
    letter-spacing: 2px;
    margin: 0;
  }
  .film-vertical {
    display: none;
  }
  .film-screen {
    aspect-ratio: 4/3;
  }
  .film-play i {
    width: 57px;
    height: 57px;
    outline-offset: 8px;
    font-size: 14px;
  }
  .film-play {
    gap: 15px;
    font-size: 8px;
    letter-spacing: 2px;
  }
  .film-caption {
    bottom: 6%;
  }
  .film-caption b {
    font-size: 20px;
  }
  .film-caption > span {
    font-size: 7px;
    letter-spacing: 1px;
  }
  .film-bottom {
    font-size: 9px;
    letter-spacing: 1px;
    gap: 10px;
    margin-top: 23px;
  }
  .film-bottom span:nth-child(2) {
    display: none;
  }
  .gallery {
    padding: 40px 6% 55px;
  }
  .gallery-heading {
    padding: 25px 0 28px;
    align-items: start;
  }
  .gallery-heading p {
    font-size: 23px;
    letter-spacing: 1px;
  }
  .gallery-heading > span {
    font-size: 8px;
    letter-spacing: 1px;
    max-width: 100px;
    line-height: 2;
  }
  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
  .gallery-item {
    aspect-ratio: 4/5;
  }
  .gallery-wide {
    grid-column: span 2;
    aspect-ratio: 16/10;
  }
  .gallery-item > span {
    inset: auto 12px 14px;
    font-size: 15px;
  }
  .gallery-item small {
    font-size: 8px;
    letter-spacing: 1px;
    margin-bottom: 6px;
  }
  .gallery-item i {
    font-size: 17px;
  }
  .site-footer {
    min-height: 500px;
    padding: 50px 7% 25px;
  }
  .footer-quote {
    font-size: 34px;
    margin: 34px 0;
  }
  .footer-title {
    font-size: 21px;
    letter-spacing: 3px;
  }
  .footer-title small {
    font-size: 8px;
    letter-spacing: 2px;
  }
  .footer-bottom {
    margin-top: 50px;
    font-size: 9px;
    gap: 15px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .footer-bottom > span:last-child {
    display: none;
  }
  dialog {
    width: 94vw;
    max-height: 92dvh;
  }
  .dialog-bar {
    padding: 12px 15px;
  }
  .dialog-bar h2 {
    font-size: 16px;
  }
  .dialog-bar h2 span {
    display: none;
  }
  .dialog-close {
    font-size: 12px;
    min-height: 35px;
  }
  .gallery-title {
    font-size: 16px;
  }
  .detail-copy {
    padding: 25px;
  }
  .detail-copy h2 {
    font-size: 26px;
  }
  .detail-text {
    font-size: 16px;
  }
  .story-dialog > img {
    min-height: 190px;
  }
  .media-dialog video {
    min-height: 180px;
  }
  .gallery-dialog-bottom {
    padding: 12px 15px;
  }
  .gallery-dialog > img {
    max-height: 65dvh;
  }
}
@media (max-width: 360px) {
  .hero-rider {
    bottom: 13%;
  }
  .hero-copy {
    top: 15%;
  }
  .hero-copy .eyebrow {
    font-size: 7px;
  }
  .hero-edition {
    display: none;
  }
  .hero-prelude {
    letter-spacing: 1px;
  }
  .title-main {
    font-size: 11vw;
  }
  .hero-preview {
    bottom: 9%;
  }
  .hero-quote {
    font-size: 15px;
  }
  .chapter-detail {
    margin-top: 7px;
    padding: 4px 0;
  }
  .chapter-copy > p:not(.eyebrow) {
    font-size: 14px;
  }
  .chapter-art {
    margin-top: 16px;
    min-height: 170px;
  }
  .chapter h3 {
    font-size: 25px;
  }
  .story-bottom > span {
    display: none;
  }
  .character-art {
    height: 350px;
  }
  .character-tabs button > span {
    font-size: 12px;
  }
  .gallery-heading {
    display: block;
  }
  .gallery-heading > span {
    display: block;
    text-align: left;
    max-width: none;
    margin-top: 12px;
  }
}
.site-header {
  position: fixed;
  transition:
    background 0.5s,
    color 0.5s,
    height 0.5s,
    border-color 0.5s;
}
body.has-scrolled .site-header {
  background: #101f33f2;
  color: #e6eef5;
  height: 66px;
  border-color: #a9c4d329;
}
body.has-scrolled .motion-icon {
  border-color: #a9c4d355;
}
.hero.is-prologue .hero-copy,
.hero.is-prologue .hero-preview,
.hero.is-prologue .hero-bottom {
  pointer-events: none;
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    animation: none !important;
    transition: none !important;
  }
  .hero-orbit,
  .character-orbit {
    transform: none !important;
  }
  .scroll-line:after {
    top: 0;
  }
  .hero-rider,
  .sky-layer,
  .hero-copy,
  .cloud-layer,
  .chapter-art,
  .character-portrait.is-active {
    will-change: auto;
  }
}
body.motion-paused .scroll-line:after {
  animation-play-state: paused;
}
/* Clip stage overflow without creating an internally scrollable focus container. */
img {
  height: auto;
}
.sky-layer img,
.story-backdrop,
.character-backdrop img,
.film-screen > img,
.gallery-item img,
.footer-scene img {
  height: 100%;
}
.hero-pin,
.story-pin {
  overflow: clip;
}
.hero-rider {
  mask-image: linear-gradient(90deg, transparent 0%, black 7%, black 100%);
}
.cloud-back {
  opacity: calc(var(--cloud-opacity, 0.85) * 0.53);
}
.hero-rider {
  mask-image:
    linear-gradient(90deg, transparent, black 7%),
    linear-gradient(0deg, transparent, black 10%);
  mask-composite: intersect;
}
.story-topline {
  top: max(90px, 12%);
}
@media (max-width: 760px) {
  .story-topline {
    top: 12%;
  }
  .hero-bottom {
    bottom: 28px;
  }
  .hero-preview {
    bottom: 11%;
  }
}
/* Short landscape windows and static HTML use a readable document flow. */
:is(.no-js, .compact-stage) .hero {
  height: auto;
}
:is(.no-js, .compact-stage) .hero-pin {
  height: auto;
  min-height: 0;
  padding-top: 660px;
  background: #d9e9ef;
  position: relative;
}
:is(.no-js, .compact-stage) .sky-layer {
  inset: 0;
  height: 660px;
  transform: none;
}
:is(.no-js, .compact-stage) .hero-shade {
  height: 660px;
  opacity: 1;
}
:is(.no-js, .compact-stage) .hero-copy {
  top: 140px;
  transform: none;
  opacity: 1;
}
:is(.no-js, .compact-stage) .hero-rider {
  top: 150px;
  bottom: auto;
  transform: none;
  opacity: 1;
}
:is(.no-js, .compact-stage) .hero-word {
  top: 120px;
  transform: none;
}
:is(.no-js, .compact-stage) .hero-preview {
  top: 495px;
  bottom: auto;
  transform: none;
  opacity: 1;
}
:is(.no-js, .compact-stage) .hero-bottom {
  top: 595px;
  bottom: auto;
  opacity: 1;
}
:is(.no-js, .compact-stage) .cloud-layer {
  display: none;
}
:is(.no-js, .compact-stage) .prologue-panel {
  position: relative;
  inset: auto;
  width: auto;
  padding: 65px 8%;
  opacity: 1;
  transform: none;
  pointer-events: auto;
  background: #e1edf0;
}
:is(.no-js, .compact-stage) .prologue-stills {
  display: none;
}
:is(.no-js, .compact-stage) .story {
  height: auto;
}
:is(.no-js, .compact-stage) .story-pin {
  height: auto;
  min-height: 0;
  position: relative;
  padding: 100px 7% 50px;
  overflow: clip;
}
:is(.no-js, .compact-stage) .story-topline {
  position: relative;
  inset: auto;
}
:is(.no-js, .compact-stage) .story-rail,
:is(.no-js, .compact-stage) .story-counter,
:is(.no-js, .compact-stage) .story-bottom {
  display: none;
}
:is(.no-js, .compact-stage) .chapter-scenes {
  position: relative;
  inset: auto;
}
:is(.no-js, .compact-stage) .chapter {
  position: relative;
  inset: auto;
  min-height: 570px;
  margin-top: 40px;
  opacity: 1;
  pointer-events: auto;
}
:is(.no-js, .compact-stage) .chapter-art {
  height: 450px;
}
:is(.no-js, .compact-stage) .chapter h3 {
  white-space: normal;
}
:is(.no-js, .compact-stage) .hero-copy h1 {
  font-size: inherit;
}
.noscript-note {
  position: relative;
  z-index: 50;
  background: #e3cc99;
  color: #1c3043;
  padding: 15px;
  text-align: center;
  margin-top: 90px;
}
.noscript-note a {
  text-decoration: underline;
  margin-left: 15px;
}
@media (max-width: 760px) {
  :is(.no-js, .compact-stage) .chapter {
    min-height: 660px;
    margin-top: 45px;
  }
  :is(.no-js, .compact-stage) .chapter-art {
    height: 260px;
  }
  :is(.no-js, .compact-stage) .hero-rider {
    top: 345px;
  }
  :is(.no-js, .compact-stage) .hero-preview {
    top: 530px;
  }
  :is(.no-js, .compact-stage) .hero-bottom {
    top: 615px;
  }
}
@media (max-width: 760px) {
  .chapter-copy > p:not(.eyebrow) {
    font-size: 16px;
    line-height: 1.8;
  }
  .chapter-detail {
    font-size: 14px;
  }
  .preview-text {
    font-size: 14px;
  }
  .hero-preview .preview-text {
    font-size: 12px;
  }
}
@media (max-width: 760px) {
  .title-main {
    font-size: clamp(44px, 13.8vw, 78px);
  }
}
body.motion-paused .hero-orbit,
body.motion-paused .character-orbit {
  transform: none;
}
