:root {
  --paper: #efeee7;
  --ink: #17201e;
  --blue: #244fe9;
  --line: #d1d3ca;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 95px;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
}
button,
input,
select,
textarea {
  font: inherit;
}
button,
a {
  -webkit-tap-highlight-color: transparent;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  cursor: pointer;
}
button:focus-visible,
a:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
[tabindex]:focus-visible {
  outline: 3px solid #e16d31;
  outline-offset: 6px;
}
.skip {
  position: fixed;
  top: -100px;
  left: 15px;
  background: white;
  padding: 15px;
  z-index: 100;
}
.skip:focus {
  top: 10px;
}
header {
  height: 104px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 5%;
  position: absolute;
  top: 0;
  z-index: 10;
  width: 100%;
  border-bottom: 1px solid var(--line);
}
.brand {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 25px;
  font-weight: 800;
  letter-spacing: -1.5px;
  display: block;
}
.brand span {
  color: var(--blue);
  padding: 0 5px;
}
.brand i {
  font:
    8px Arial,
    Helvetica,
    sans-serif;
  letter-spacing: 2px;
  font-style: normal;
  display: block;
  margin-top: 4px;
}
nav {
  display: flex;
  align-items: center;
  gap: 35px;
  font-size: 12px;
}
nav > a:hover {
  color: var(--blue);
}
.nav-book {
  border: 1px solid var(--ink);
  background: none;
  padding: 13px 20px;
  border-radius: 30px;
  color: inherit;
}
.nav-book span {
  margin-left: 20px;
}
.hero {
  min-height: 900px;
  height: 100svh;
  max-height: 1150px;
  padding: 145px 5% 45px;
  position: relative;
  overflow: hidden;
}
.hero-top {
  display: flex;
  justify-content: space-between;
}
.eyebrow,
.edition,
.hero-index,
.object-label,
.chapter,
.scene-head,
.scene-progress,
.flow-status,
.service-kind {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 1.8px;
}
.eyebrow b {
  display: inline-block;
  width: 6px;
  height: 6px;
  background: var(--blue);
  border-radius: 50%;
  margin-right: 9px;
}
.edition {
  color: #727870;
}
h1,
h2,
h3,
p {
  margin: 0;
}
h1,
h2,
h3 {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 500;
  letter-spacing: -0.07em;
}
h1 {
  font-size: clamp(85px, 10.5vw, 166px);
  line-height: 0.96;
  margin-top: 90px;
  position: relative;
  z-index: 2;
  pointer-events: none;
  width: 67%;
}
em {
  font-family: Georgia, serif;
  font-weight: 400;
  letter-spacing: -0.07em;
}
h1 em {
  color: var(--blue);
}
.hero-object {
  position: absolute;
  width: 54%;
  right: -2%;
  top: 19%;
  transform: rotate(-13deg);
  z-index: 1;
}
.hero-object svg {
  width: 100%;
  overflow: visible;
}
.object-label {
  display: block;
  transform: rotate(13deg);
  text-align: center;
  color: #707774;
  margin-top: 0;
}
.cross {
  font-size: 30px;
  position: absolute;
  font-weight: 400;
  color: #9daba5;
}
.c1 {
  top: 0;
  right: 16%;
}
.c2 {
  left: 5%;
  bottom: 5%;
}
.hero-bottom {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: end;
  justify-content: space-between;
  margin-top: 75px;
}
.hero-bottom p {
  font-size: 15px;
  line-height: 1.8;
  color: #606963;
}
.round-link {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 9px;
  letter-spacing: 1.5px;
}
.round-link i {
  font-style: normal;
  width: 64px;
  height: 64px;
  border: 1px solid #aab0a7;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 25px;
  transition: 0.3s;
}
.round-link:hover i {
  background: var(--blue);
  color: white;
  border-color: var(--blue);
}
.hero-index {
  position: absolute;
  bottom: 35px;
  color: #80877d;
  font-size: 8px;
}
.hero-droplet {
  animation: bob 5s ease-in-out infinite;
  transform-origin: 494px 440px;
}
.water-thread {
  opacity: 0.7;
}
@keyframes bob {
  50% {
    transform: translateY(10px) scale(0.97, 1.04);
  }
}
.journey {
  height: 440vh;
  position: relative;
  background: #080f1e;
  color: #f7f6ed;
}
.journey-stage {
  position: sticky;
  top: 0;
  height: 100svh;
  min-height: 650px;
  overflow: hidden;
}
canvas {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
}
.scene-head {
  position: absolute;
  top: 45px;
  left: 5%;
  right: 5%;
  display: flex;
  justify-content: space-between;
  font-size: 9px;
  color: #b0bdd1;
}
.scene-head .eyebrow b {
  background: #78c8ff;
}
.scene-copy {
  position: absolute;
  left: 7%;
  top: 26%;
  width: 39%;
  pointer-events: none;
}
.chapter {
  color: #7aa8ff;
  font-size: 9px;
  display: block;
  margin-bottom: 27px;
}
.scene-copy h2 {
  font-size: clamp(48px, 5.5vw, 86px);
  line-height: 1.03;
  letter-spacing: -0.065em;
  min-height: 2.1em;
}
.scene-copy p {
  font-size: 14px;
  line-height: 1.85;
  color: #a9b7ce;
  max-width: 340px;
  margin-top: 30px;
  min-height: 6em;
}
.flow-status {
  position: absolute;
  bottom: 21%;
  left: 7%;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #92b9e8;
  font-size: 8px;
}
.flow-status > span:first-child {
  height: 5px;
  width: 5px;
  background: #5ee7bc;
  border-radius: 50%;
  box-shadow: 0 0 12px #5ee7bc;
}
.wave {
  font-size: 28px;
  letter-spacing: -4px;
  margin-left: 15px;
}
.scene-progress {
  position: absolute;
  bottom: 40px;
  left: 5%;
  right: 5%;
  display: flex;
  align-items: center;
  gap: 25px;
  color: #7988a2;
  font-size: 8px;
}
.scene-progress > div {
  height: 1px;
  background: #27334a;
  flex: 1;
}
.scene-progress i {
  display: block;
  height: 2px;
  background: #85baff;
  width: 0;
}
.scene-progress > span:last-child {
  font-size: 22px;
}
.quiet {
  padding: 120px 7% 100px;
}
.quiet > .eyebrow {
  color: #72796e;
}
.quiet h2 {
  font-size: clamp(40px, 5.3vw, 76px);
  line-height: 1.18;
  margin: 35px 0 55px;
}
.quiet h2 em {
  color: #7d8775;
}
.quiet-row {
  display: flex;
  align-items: center;
  gap: 45px;
  border-top: 1px solid var(--line);
  padding-top: 32px;
}
.quiet-icon {
  font-family: Georgia, serif;
  font-size: 75px;
  color: #7f8b76;
}
.quiet-row p {
  max-width: 440px;
  font-size: 15px;
  line-height: 1.8;
  color: #687163;
}
.text-link {
  margin-left: auto;
  font-size: 11px;
  border-bottom: 1px solid #a0a99b;
  padding: 12px 0;
  white-space: nowrap;
}
.text-link span {
  margin-left: 30px;
}
.services {
  padding: 100px 7%;
  background: #e0e4d9;
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 9%;
}
.service-intro h2 {
  font-size: clamp(48px, 5vw, 72px);
  line-height: 1.07;
  margin: 35px 0;
}
.service-intro p {
  font-size: 14px;
  color: #697164;
  line-height: 1.8;
}
.service-tabs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid #b6bfaf;
}
.service-tabs button {
  border: 0;
  border-bottom: 1px solid #b6bfaf;
  background: transparent;
  text-align: left;
  padding: 23px 12px;
  color: #5c6858;
  font-size: 11px;
  display: flex;
  justify-content: space-between;
  gap: 8px;
  transition: 0.2s;
}
.service-tabs button[aria-selected='true'] {
  background: var(--ink);
  color: #f1f4ec;
}
.service-tabs button span {
  font-size: 8px;
  opacity: 0.55;
}
.mini-diagram {
  height: 130px;
  position: relative;
  margin: 30px 0 20px;
  overflow: hidden;
}
.mini-diagram svg {
  width: 100%;
  height: 95px;
}
.mini-diagram span {
  font-size: 8px;
  letter-spacing: 1.5px;
  position: absolute;
  bottom: 0;
  left: 0;
  color: #597151;
}
.diagram-water {
  animation: water 2s linear infinite;
}
@keyframes water {
  to {
    stroke-dashoffset: -72;
  }
}
#service-panel h3 {
  font-size: 36px;
  letter-spacing: -1.8px;
  line-height: 1.15;
}
#service-panel p {
  font-size: 13px;
  line-height: 1.8;
  max-width: 430px;
  margin: 20px 0 25px;
  color: #5f6a59;
}
.solid-button {
  padding: 18px 22px;
  border: 0;
  background: var(--blue);
  color: white;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  transition: background 0.2s;
}
.solid-button:hover {
  background: #113cc7;
}
.approach {
  padding: 110px 7%;
}
.approach-title {
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin-top: 35px;
}
.approach-title h2 {
  font-size: clamp(48px, 5.5vw, 80px);
  line-height: 1.04;
}
.approach-title p {
  font-size: 14px;
  color: #697164;
  line-height: 1.8;
}
.principles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
  margin-top: 80px;
}
.principles article {
  border-top: 1px solid #b8c0b2;
  padding-top: 25px;
}
.principles article > span {
  font-size: 9px;
  letter-spacing: 1px;
  color: #78846f;
}
.principles h3 {
  font-size: 30px;
  letter-spacing: -1.5px;
  margin: 28px 0 15px;
}
.principles p {
  font-size: 13px;
  line-height: 1.8;
  color: #697164;
  max-width: 300px;
}
.end {
  background: #214bdd;
  color: white;
  padding: 100px 7%;
  position: relative;
  overflow: hidden;
}
.end h2 {
  font-size: clamp(65px, 9vw, 140px);
  line-height: 0.98;
  margin: 40px 0;
  position: relative;
  z-index: 1;
}
.end-button {
  background: #f1f2e9;
  border: 0;
  color: #1b31a4;
  padding: 20px 25px;
  display: flex;
  gap: 50px;
  align-items: center;
  position: relative;
  z-index: 1;
  font-size: 13px;
}
.end > p {
  font-size: 10px;
  letter-spacing: 0.4px;
  opacity: 0.6;
  margin-top: 25px;
  position: relative;
  z-index: 1;
}
.end-orb {
  position: absolute;
  right: 4%;
  top: 16%;
  width: 45vw;
  height: 45vw;
  border-radius: 50%;
  background: radial-gradient(
    circle at 25% 20%,
    #b6edff 0,
    #3d89ff 20%,
    #214bdd 48%,
    #031970 75%,
    #7ccaff 100%
  );
  box-shadow:
    inset -12px -15px 40px #1644dd,
    0 30px 90px #062594;
  transform: rotate(-25deg);
}
.end-orb:after {
  content: '';
  position: absolute;
  inset: 10%;
  border-radius: 50%;
  border: 1px solid #82b1ff66;
}
footer {
  padding: 35px 5%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 25px;
}
footer .brand {
  font-size: 20px;
}
footer p {
  font-size: 10px;
  color: #6e7567;
}
footer p a {
  color: var(--ink);
  border-bottom: 1px solid #bcc4b5;
}
footer > span {
  font-size: 8px;
  color: #858e7c;
  letter-spacing: 1px;
}
dialog {
  background: var(--paper);
  border: 0;
  padding: 50px;
  width: min(530px, calc(100% - 30px));
  max-height: 90svh;
  color: var(--ink);
}
dialog::backdrop {
  background: #061329b8;
  backdrop-filter: blur(8px);
}
.close-dialog {
  position: absolute;
  right: 18px;
  top: 12px;
  border: 0;
  background: none;
  font-size: 32px;
  color: var(--ink);
}
dialog h2 {
  font-size: 44px;
  line-height: 1.05;
  margin: 25px 0 20px;
}
.demo-notice {
  font-size: 12px;
  line-height: 1.6;
  color: #66725f;
  margin-bottom: 25px;
}
form label {
  display: block;
  font-size: 11px;
  margin-bottom: 18px;
}
input,
select,
textarea {
  display: block;
  width: 100%;
  background: #e6e8de;
  border: 1px solid #b8c1af;
  border-radius: 0;
  padding: 12px;
  margin-top: 7px;
  color: var(--ink);
  font-size: 13px;
}
textarea {
  resize: vertical;
}
.booking-success h3 {
  font-size: 35px;
  letter-spacing: -1.5px;
  margin: 15px 0;
}
.booking-success p {
  font-size: 13px;
  line-height: 1.8;
  margin-bottom: 18px;
}
.success-symbol {
  color: var(--blue);
  font-size: 45px;
}
body.modal-open {
  overflow: hidden;
}
@media (min-width: 1500px) {
  .hero {
    padding-top: 165px;
  }
  .hero-object {
    width: 49%;
    right: 2%;
  }
  .hero-bottom {
    margin-top: 85px;
  }
}
@media (max-width: 900px) {
  header {
    height: 88px;
  }
  .hero {
    height: auto;
    min-height: 980px;
    padding-top: 125px;
  }
  .hero-top .edition {
    display: none;
  }
  h1 {
    font-size: 105px;
    margin-top: 55px;
    width: 100%;
  }
  .hero-object {
    width: 70%;
    right: -10%;
    top: 34%;
  }
  .hero-bottom {
    margin-top: 360px;
    align-items: center;
  }
  .hero-index {
    bottom: 28px;
  }
  .journey-stage {
    min-height: 650px;
  }
  .scene-copy {
    left: 6%;
    width: 45%;
  }
  .scene-copy h2 {
    font-size: 55px;
  }
  .scene-copy p {
    font-size: 13px;
    max-width: 250px;
  }
  .services {
    gap: 6%;
    padding: 80px 5%;
  }
  .service-intro h2 {
    font-size: 50px;
  }
  .quiet {
    padding: 85px 6%;
  }
  .quiet-row {
    gap: 25px;
  }
  .quiet-row p {
    max-width: 350px;
  }
  .approach {
    padding: 80px 6%;
  }
  .principles {
    gap: 28px;
  }
  footer {
    flex-wrap: wrap;
  }
  footer > span {
    width: 100%;
  }
}
@media (max-width: 600px) {
  header {
    padding: 0 6%;
    height: 85px;
  }
  .brand {
    font-size: 21px;
  }
  .brand i {
    font-size: 6px;
  }
  nav {
    gap: 0;
  }
  nav > a {
    display: none;
  }
  .nav-book {
    padding: 10px 14px;
    font-size: 10px;
  }
  .nav-book span {
    margin-left: 12px;
  }
  .hero {
    min-height: 920px;
    padding: 118px 6% 55px;
  }
  .hero .eyebrow {
    font-size: 8px;
  }
  h1 {
    font-size: clamp(73px, 17vw, 100px);
    margin-top: 48px;
    line-height: 1;
  }
  .hero-object {
    width: 98%;
    right: 0;
    top: 390px;
  }
  .object-label {
    font-size: 7px;
  }
  .hero-bottom {
    margin-top: 405px;
    gap: 15px;
  }
  .hero-bottom p {
    font-size: 12px;
    max-width: 230px;
  }
  .round-link > span {
    display: none;
  }
  .round-link i {
    width: 48px;
    height: 48px;
  }
  .hero-index {
    font-size: 6px;
    letter-spacing: 1px;
  }
  .journey {
    height: 400vh;
  }
  .journey-stage {
    min-height: 670px;
  }
  .scene-head {
    top: 28px;
    left: 6%;
    right: 6%;
  }
  .scene-head .eyebrow {
    font-size: 7px;
    letter-spacing: 1px;
  }
  .scene-head > span:last-child {
    font-size: 8px;
  }
  .scene-copy {
    left: 6%;
    top: 13%;
    width: 88%;
  }
  .chapter {
    font-size: 8px;
    margin-bottom: 17px;
  }
  .scene-copy h2 {
    font-size: 47px;
    min-height: 2.1em;
    line-height: 1.03;
  }
  .scene-copy p {
    font-size: 12px;
    line-height: 1.65;
    max-width: 280px;
    margin-top: 18px;
    min-height: 5em;
  }
  .flow-status {
    bottom: 12%;
    left: 6%;
    font-size: 7px;
  }
  .scene-progress {
    bottom: 25px;
    font-size: 6px;
    letter-spacing: 1px;
    gap: 15px;
  }
  .scene-progress > span:first-child {
    max-width: 145px;
    line-height: 1.8;
  }
  .quiet {
    padding: 70px 6%;
  }
  .quiet h2 {
    font-size: 36px;
    line-height: 1.22;
    margin: 28px 0 35px;
  }
  .quiet-row {
    flex-wrap: wrap;
    gap: 15px;
  }
  .quiet-icon {
    font-size: 54px;
  }
  .quiet-row p {
    font-size: 13px;
    max-width: calc(100% - 65px);
  }
  .text-link {
    margin-left: 65px;
  }
  .services {
    display: block;
    padding: 65px 6%;
  }
  .service-intro h2 {
    font-size: 52px;
    margin: 25px 0;
  }
  .service-intro p {
    font-size: 13px;
  }
  .service-finder {
    margin-top: 40px;
  }
  .service-tabs button {
    font-size: 10px;
    padding: 20px 10px;
  }
  #service-panel h3 {
    font-size: 33px;
  }
  .approach {
    padding: 70px 6%;
  }
  .approach-title {
    display: block;
  }
  .approach-title h2 {
    font-size: 52px;
  }
  .approach-title p {
    margin-top: 25px;
    font-size: 13px;
  }
  .principles {
    display: block;
    margin-top: 45px;
  }
  .principles article {
    margin-top: 30px;
  }
  .principles h3 {
    margin: 20px 0 12px;
  }
  .principles p {
    max-width: none;
  }
  .end {
    padding: 70px 6% 80px;
  }
  .end h2 {
    font-size: 71px;
    margin: 35px 0;
  }
  .end-orb {
    width: 70vw;
    height: 70vw;
    right: -28%;
    top: 15%;
    opacity: 0.65;
  }
  .end .eyebrow {
    font-size: 8px;
  }
  .end-button {
    font-size: 12px;
    padding: 18px 20px;
  }
  .end > p {
    font-size: 8px;
  }
  footer {
    padding: 32px 6%;
    gap: 20px;
  }
  footer p {
    width: 100%;
    line-height: 1.8;
  }
  dialog {
    padding: 40px 25px;
  }
  dialog h2 {
    font-size: 40px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    animation: none !important;
    transition: none !important;
  }
  .journey {
    height: auto;
  }
  .journey-stage {
    position: relative;
    height: auto;
    min-height: 1000px;
  }
  .scene-copy {
    position: relative;
    top: auto;
    left: auto;
    width: auto;
    padding: 120px 7% 200px;
  }
  .scene-copy h2 {
    min-height: 0;
  }
  .scene-copy p {
    max-width: 430px;
    min-height: 0;
  }
  .scene-copy .reduced-chapter {
    margin-top: 45px;
  }
  .flow-status {
    bottom: 70px;
  }
  .scene-progress {
    display: none;
  }
  canvas {
    opacity: 0.22;
  }
}

/* One continuous journey, from an extraordinary drop to the everyday. */
header {
  color: #edf8f7;
  border-color: #ffffff26;
}
header .brand span {
  color: #8ee8ed;
}
header .nav-book {
  border-color: #ffffff66;
}
header nav > a:hover {
  color: #8ee8ed;
}
.journey {
  height: 650svh;
  background: #06131e;
  position: relative;
}
.journey-stage {
  position: sticky;
  top: 0;
  height: 100svh;
  min-height: 620px;
  overflow: hidden;
  color: #eef6f4;
  isolation: isolate;
}
.cinema-art,
.home-reveal,
.cinema-shade,
#flow-world,
#flow-fallback {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.cinema-art {
  opacity: var(--art-opacity, 1);
}
.cinema-art img,
.home-reveal img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cinema-art img {
  transform: scale(var(--art-scale, 1));
  transform-origin: 67% 51%;
}
.home-reveal {
  opacity: var(--home-opacity, 0);
}
.home-reveal img {
  transform: scale(var(--home-scale, 1.18));
  transform-origin: 70% 50%;
}
#flow-world,
#flow-fallback {
  opacity: var(--world-opacity, 0);
}
[hidden] {
  display: none !important;
}
.cinema-shade {
  background:
    linear-gradient(90deg, #04101bea 0%, #04101b94 34%, #04101b00 70%),
    linear-gradient(0deg, #04101bdb, transparent 24%, transparent 86%, #04101b44);
}
.scene-head {
  position: absolute;
  top: 138px;
  left: 6%;
  right: 6%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #b2c4c7;
  font-size: 9px;
  letter-spacing: 0.16em;
}
.scene-head b {
  width: 5px;
  height: 5px;
  background: var(--signal, #8ee8ed);
  display: inline-block;
  border-radius: 50%;
  margin-right: 10px;
  box-shadow: 0 0 16px var(--signal, #8ee8ed);
}
#scene-counter {
  font-variant-numeric: tabular-nums;
}
.story-copy {
  position: absolute;
  left: 6%;
  top: 25%;
  width: 56%;
}
.story-card {
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transform: translateY(28px);
  transition: none;
}
.story-card.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition:
    opacity 0.4s,
    transform 0.7s cubic-bezier(0.2, 0.7, 0.2, 1);
}
.story-card .chapter {
  color: #a8ccd1;
  font-size: 9px;
  letter-spacing: 0.13em;
  margin-bottom: 27px;
}
.story-card h1,
.story-card h2 {
  font-size: clamp(64px, 7.7vw, 124px);
  line-height: 0.97;
  letter-spacing: -0.075em;
  font-weight: 400;
  margin: 0;
}
.story-card h1 {
  font-size: clamp(88px, 10.5vw, 160px);
  width: 100%;
}
.story-card h1 em,
.story-card h2 em {
  font-family: Georgia, 'Times New Roman', serif;
  font-weight: 400;
  letter-spacing: -0.06em;
  color: #b7e5e4;
}
.story-card p {
  color: #aebfc6;
  font-size: 14px;
  line-height: 1.85;
  margin: 30px 0 24px;
}
.story-enter {
  display: inline-flex;
  gap: 42px;
  align-items: center;
  padding-bottom: 12px;
  border-bottom: 1px solid #acc7cb66;
  font-size: 12px;
}
.story-enter span {
  font-size: 20px;
}
.system-reading {
  position: absolute;
  right: 6%;
  bottom: 146px;
  display: grid;
  justify-items: end;
  gap: 18px;
  color: #a2bfc7;
  font-size: 8px;
  letter-spacing: 0.15em;
}
.signal {
  display: flex;
  align-items: center;
  height: 28px;
  gap: 5px;
}
.signal i {
  width: 2px;
  height: 10px;
  background: var(--signal, #8ee8ed);
  box-shadow: 0 0 12px #8ee8ed44;
}
.signal i:nth-child(2n) {
  height: 18px;
}
.signal i:nth-child(3n) {
  height: 26px;
}
.signal i:nth-child(4n) {
  height: 13px;
}
.journey-stage[data-phase='2'] .story-card em {
  color: #ffc28b;
}
.journey-stage[data-phase='4'] {
  color: #f8f2e9;
}
.journey-stage[data-phase='4'] .story-card em {
  color: #efe3c6;
}
.journey-stage[data-phase='4'] .story-card p {
  color: #e3d8c5;
}
.scene-bottom {
  position: absolute;
  bottom: 37px;
  left: 6%;
  right: 6%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
.scroll-hint {
  font-size: 8px;
  letter-spacing: 0.12em;
  white-space: nowrap;
}
.scroll-hint b {
  display: inline-block;
  margin-left: 12px;
  font-size: 18px;
  font-weight: 400;
}
.chapter-nav {
  display: flex;
  gap: 24px;
}
.chapter-nav button {
  color: #8ea0a8;
  border: 0;
  background: transparent;
  border-top: 1px solid #ffffff26;
  padding: 13px 0 0;
  font-size: 9px;
  text-align: left;
  transition:
    color 0.2s,
    border-color 0.2s;
}
.chapter-nav button span {
  margin-left: 8px;
}
.chapter-nav button[aria-current] {
  color: #f1ffff;
  border-color: #adeaf2;
}
.skip-journey {
  font-size: 9px;
  color: #a8b7bc;
  white-space: nowrap;
}
.journey-progress {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #ffffff0d;
}
.journey-progress i {
  display: block;
  width: 100%;
  height: 100%;
  background: #8ee8ed;
  transform: scaleX(var(--journey-progress, 0));
  transform-origin: left;
}
.inside-anchor {
  position: absolute;
  top: 23%;
}
@media (min-width: 1500px) {
  .cinema-art img,
  .home-reveal img {
    object-position: center 52%;
  }
}
@media (max-height: 780px) and (min-width: 761px) {
  .scene-head {
    top: 125px;
  }
  .story-copy {
    top: 27%;
  }
  .story-card h1 {
    font-size: 108px;
  }
  .story-card h2 {
    font-size: 79px;
  }
  .story-card .chapter {
    margin-bottom: 18px;
  }
  .story-card p {
    margin: 20px 0;
  }
  .system-reading {
    bottom: 130px;
  }
}
@media (max-width: 1000px) {
  .chapter-nav {
    gap: 16px;
  }
  .scroll-hint {
    display: none;
  }
  .scene-bottom {
    gap: 20px;
  }
}
@media (max-width: 760px) {
  header {
    height: 86px;
  }
  .journey {
    height: 580svh;
  }
  .journey-stage {
    min-height: 600px;
  }
  .cinema-art img {
    object-position: 64% center;
  }
  .home-reveal img {
    object-position: 65% center;
  }
  .cinema-shade {
    background:
      linear-gradient(180deg, #04101ba8, #04101b88 47%, #04101b00 67%, #04101bec),
      linear-gradient(90deg, #04101b99, transparent 95%);
  }
  .scene-head {
    top: 113px;
    font-size: 7px;
    left: 7%;
    right: 7%;
  }
  .story-copy {
    top: 21%;
    left: 7%;
    width: 86%;
  }
  .story-card h1 {
    font-size: clamp(77px, 23vw, 130px);
  }
  .story-card h2 {
    font-size: clamp(61px, 17vw, 96px);
  }
  .story-card .chapter {
    font-size: 7px;
    margin-bottom: 20px;
  }
  .story-card p {
    font-size: 12px;
    margin: 24px 0 20px;
    max-width: 310px;
  }
  .story-enter {
    font-size: 11px;
    gap: 26px;
  }
  .system-reading {
    bottom: 122px;
    right: 7%;
    font-size: 7px;
    gap: 12px;
  }
  .scene-bottom {
    left: 7%;
    right: 7%;
    bottom: 32px;
  }
  .chapter-nav {
    flex: 1;
    gap: 12px;
  }
  .chapter-nav button {
    flex: 1;
    font-size: 11px;
    padding-top: 12px;
  }
  .chapter-nav button span {
    display: none;
  }
  .skip-journey {
    font-size: 8px;
  }
}
@media (max-width: 760px) and (max-height: 700px) {
  .scene-head {
    top: 103px;
  }
  .story-copy {
    top: 23%;
  }
  .story-card h1 {
    font-size: 80px;
  }
  .story-card h2 {
    font-size: 58px;
  }
  .story-card .chapter {
    margin-bottom: 15px;
  }
  .story-card p {
    margin: 18px 0;
  }
  .system-reading {
    bottom: 108px;
  }
  .system-reading > span:first-child {
    display: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  .journey {
    height: auto;
  }
  .journey-stage {
    position: relative;
    height: auto;
    min-height: 0;
  }
  .cinema-art {
    height: 850px;
    opacity: 0.45 !important;
  }
  .cinema-art img {
    transform: none;
  }
  .cinema-shade,
  .home-reveal,
  #flow-world,
  #flow-fallback,
  .scene-head,
  .system-reading,
  .scene-bottom,
  .journey-progress {
    display: none;
  }
  .story-copy {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    padding-top: 110px;
  }
  .story-card {
    position: relative;
    inset: auto;
    visibility: visible;
    opacity: 1;
    transform: none;
    padding: 90px 7%;
    min-height: 460px;
  }
  .story-card + .story-card {
    border-top: 1px solid #ffffff24;
  }
  .story-card:last-child {
    background:
      linear-gradient(90deg, #04101bd9, #04101b33),
      url('./home-water.webp') 65% center / cover;
  }
  .story-card h1 {
    font-size: clamp(72px, 10vw, 150px);
  }
  .story-card h2 {
    font-size: clamp(57px, 7vw, 104px);
  }
  .story-card:first-child .story-enter {
    display: none;
  }
}
