:root {
  --stage-scale: 1;
  color-scheme: dark;
  font-family: Georgia, "Times New Roman", serif;
  background: #1d130e;
}

@font-face {
  font-family: "AaTEST";
  src: url("/assets/fonts/AaTEST-Non-Commercial-Use.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}

* {
  box-sizing: border-box;
}

html,
body,
body *,
body *::before,
body *::after,
button,
a,
[data-interactive],
[data-hit-area] {
  cursor: none !important;
}

html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  overflow: hidden;
  background: #1d130e;
}

button,
img {
  -webkit-tap-highlight-color: transparent;
  user-select: none;
}

.viewport {
  position: relative;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  background: #1d130e;
}

.stage {
  --stage-scale: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1920px;
  height: 1080px;
  overflow: hidden;
  transform: translate(-50%, -50%) scale(var(--stage-scale));
  transform-origin: center;
  background: #2c1e17;
  isolation: isolate;
  cursor: none;
}

.wood {
  position: absolute;
  inset: -2px;
  z-index: 0;
  background-image:
    linear-gradient(rgba(24, 13, 8, 0.06), rgba(24, 13, 8, 0.06)),
    url("/assets/shared/wood-background.png");
  background-position: center;
  background-size: cover;
  transform: scale(1.006);
}

.book-trigger {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  overflow: visible;
  border: 0;
  outline: 0;
  background: transparent;
  color: inherit;
  cursor: none;
  perspective: 1700px;
}

.book-trigger:focus-visible::after {
  content: "";
  position: absolute;
  top: 135px;
  left: 885px;
  width: 650px;
  height: 900px;
  border: 2px solid rgba(255, 244, 211, 0.72);
  border-radius: 10px;
  box-shadow: 0 0 0 4px rgba(66, 38, 24, 0.55);
}

.stage.is-opening .book-trigger::before {
  content: "";
  position: absolute;
  inset: -2px;
  z-index: 2;
  visibility: visible;
  background-image:
    linear-gradient(rgba(24, 13, 8, 0.06), rgba(24, 13, 8, 0.06)),
    url("/assets/shared/wood-background.png");
  background-position: center;
  background-size: cover;
  transform: scale(1.006);
  transform-origin: center;
  clip-path: polygon(0 0, 50.5% 0, 50.5% 100%, 0 100%);
  pointer-events: none;
  animation: left-page-reveal-mask 1500ms linear forwards;
}

.book {
  position: absolute;
  inset: 0;
  display: block;
  transform-origin: 62% 54%;
  will-change: transform, filter, clip-path;
}

.book img,
.cover-turn img {
  display: block;
  width: 1920px;
  height: 1080px;
  object-fit: contain;
  pointer-events: none;
}

.book--closed {
  z-index: 3;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  filter: drop-shadow(0 22px 16px rgba(10, 5, 3, 0.11));
}

.book--opened {
  z-index: 1;
  visibility: hidden;
  transform: translate3d(168px, 0, 0) scale3d(0.72, 0.93, 1);
  clip-path: polygon(50% 0, 50% 0, 50% 100%, 50% 100%);
  filter: drop-shadow(0 18px 15px rgba(10, 5, 3, 0.15));
}

.cover-turn {
  position: absolute;
  inset: 0;
  z-index: 4;
  display: block;
  visibility: hidden;
  clip-path: polygon(48% 8%, 86% 8%, 88% 98%, 47% 98%);
  transform: translate3d(0, 0, 0) rotateY(0deg);
  transform-origin: 51.5% 53%;
  transform-style: preserve-3d;
  backface-visibility: hidden;
  filter: drop-shadow(-18px 12px 14px rgba(21, 10, 5, 0.26));
  pointer-events: none;
  will-change: transform;
}

.stage.is-opening .book--closed {
  animation: closed-book-yield 1500ms cubic-bezier(0.58, 0, 0.22, 1) forwards;
}

.stage.is-opening .cover-turn {
  visibility: visible;
  animation: cover-turn 1320ms cubic-bezier(0.52, 0.02, 0.2, 1) 70ms forwards;
}

.stage.is-opening .book--opened {
  visibility: visible;
  animation: opened-book-unfold 1500ms cubic-bezier(0.56, 0.02, 0.18, 1) forwards;
}

.stage.is-open .book--opened {
  z-index: 2;
  visibility: visible;
  transform: none;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.stage.is-open .book--closed,
.stage.is-open .cover-turn {
  display: none;
}

@keyframes closed-book-yield {
  0% {
    visibility: visible;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
  6% {
    visibility: visible;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
  6.1%,
  100% {
    visibility: hidden;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}

@keyframes cover-turn {
  0% {
    visibility: visible;
    transform: rotateY(0deg) translateX(0);
  }
  42% {
    visibility: visible;
    transform: rotateY(-52deg) translateX(-26px);
  }
  78% {
    visibility: visible;
    transform: rotateY(-86deg) translateX(-64px) scaleX(0.95);
  }
  78.1% {
    visibility: hidden;
    transform: rotateY(-86deg) translateX(-64px) scaleX(0.95);
  }
  100% {
    visibility: hidden;
    transform: rotateY(-86deg) translateX(-64px) scaleX(0.95);
  }
}

@keyframes opened-book-unfold {
  0% {
    visibility: visible;
    transform: translate3d(168px, 0, 0) scale3d(0.72, 0.93, 1);
    clip-path: polygon(49.7% 0, 50.3% 0, 50.3% 100%, 49.7% 100%);
  }
  28% {
    transform: translate3d(104px, 0, 0) scale3d(0.8, 0.96, 1);
    clip-path: polygon(40% 0, 66% 0, 66% 100%, 40% 100%);
  }
  66% {
    transform: translate3d(22px, 0, 0) scale3d(0.97, 0.995, 1);
    clip-path: polygon(12% 0, 93% 0, 93% 100%, 12% 100%);
  }
  78% {
    visibility: visible;
    transform: none;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
  100% {
    visibility: visible;
    transform: none;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}

@keyframes left-page-reveal-mask {
  0%,
  78% {
    clip-path: polygon(0 0, 50.5% 0, 50.5% 100%, 0 100%);
  }
  78.1%,
  100% {
    clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  }
}

.interactive-layer {
  position: absolute;
  inset: 0;
  z-index: 3;
  visibility: hidden;
  pointer-events: none;
}

.stage.is-open .interactive-layer {
  visibility: visible;
  pointer-events: auto;
}

.interactive-object {
  position: absolute;
  display: block;
  overflow: hidden;
  pointer-events: auto;
}

.interactive-object img {
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
  object-fit: fill;
  filter: drop-shadow(0 0 0 rgba(34, 18, 9, 0));
  pointer-events: none;
  transition:
    opacity 160ms ease,
    transform 160ms ease-out,
    filter 160ms ease-out;
  will-change: transform, opacity;
}

.interactive-object:hover img {
  opacity: 1;
  transform: translateY(-2px) scale(1.005);
  filter: drop-shadow(0 2px 2px rgba(34, 18, 9, 0.08));
}

.interactive-object--polaroids {
  top: 94px;
  left: 388px;
  z-index: 7;
  width: 288px;
  height: 344px;
}

.interactive-object--letter {
  top: 96px;
  left: 1122px;
  z-index: 8;
  width: 446px;
  height: 468px;
  clip-path: polygon(12% 0, 100% 0, 100% 94%, 18% 100%, 0 78%, 0 22%);
}

.interactive-object--photo-strip {
  top: 276px;
  left: 1026px;
  z-index: 9;
  width: 252px;
  height: 532px;
  clip-path: polygon(23% 0, 100% 5%, 78% 100%, 0 94%);
}

.interactive-object--yellow-note {
  top: 36px;
  left: 1002px;
  z-index: 11;
  width: 364px;
  height: 364px;
  clip-path: polygon(8% 23%, 46% 23%, 46% 40%, 70% 40%, 70% 23%, 94% 23%, 94% 70%, 8% 62%);
}

.start-hit-area {
  position: absolute;
  top: 720px;
  left: 1500px;
  z-index: 12;
  display: none;
  width: 166px;
  height: 70px;
  padding: 0;
  border: 0;
  opacity: 0;
  background: transparent;
  clip-path: polygon(0 19%, 76% 7%, 100% 27%, 88% 88%, 5% 78%);
  pointer-events: auto;
}

.stage.is-open .start-hit-area {
  display: block;
}

.stage.is-start-preparing .interactive-layer,
.stage.is-start-preparing .start-hit-area,
.stage.is-video-playing .interactive-layer,
.stage.is-video-playing .start-hit-area {
  pointer-events: none;
}

.start-transition-video {
  position: absolute;
  inset: 0;
  z-index: 30;
  display: block;
  width: 1920px;
  height: 1080px;
  opacity: 0;
  border: 0;
  background: transparent;
  object-fit: contain;
  pointer-events: none;
  transition: opacity 280ms ease;
}

.stage.is-start-transitioning .start-transition-video,
.stage.is-video-playing .start-transition-video,
.stage.is-video-ended .start-transition-video {
  opacity: 1;
}

.verification-ui {
  position: absolute;
  inset: 0;
  z-index: 40;
  display: block;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 360ms ease;
}

.stage.is-page-four .verification-ui {
  visibility: visible;
}

.stage.is-page-four-visible .verification-ui {
  opacity: 1;
  pointer-events: auto;
}

.verification-ui__base {
  position: absolute;
  inset: 0;
  display: block;
  width: 1920px;
  height: 1080px;
  object-fit: contain;
  pointer-events: none;
}

.verification-page {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 180ms ease;
}

.verification-page.is-active {
  opacity: 1;
  pointer-events: auto;
}

.stage.is-page-five .verification-page--4 {
  opacity: 0;
  pointer-events: none;
}

.stage.is-page-five .verification-page--5 {
  opacity: 1;
  pointer-events: auto;
}

.stage.is-page-six .verification-page--5 {
  opacity: 0;
  pointer-events: none;
}

.stage.is-page-six .verification-page--6 {
  opacity: 1;
  pointer-events: auto;
}

.stage.is-page-seven .verification-page--6 {
  opacity: 0;
  pointer-events: none;
}

.stage.is-page-seven .verification-page--7 {
  opacity: 1;
  pointer-events: auto;
}

.stage.is-page-eight .verification-page--7 {
  opacity: 0;
  pointer-events: none;
}

.stage.is-page-eight .verification-page--8 {
  opacity: 1;
  pointer-events: auto;
}

.stage.is-page-nine .verification-page--8,
.stage.is-update-transition .loading-page,
.stage.is-page-ten .update-transition,
.stage.is-page-eleven .verification-page--10,
.stage.is-page-twelve .verification-page--11,
.stage.is-page-thirteen .verification-page--12,
.stage.is-page-fourteen .verification-page--13 {
  opacity: 0;
  pointer-events: none;
}

.stage.is-page-nine .loading-page,
.stage.is-update-transition .update-transition,
.stage.is-page-ten .verification-page--10,
.stage.is-page-eleven .verification-page--11,
.stage.is-page-twelve .verification-page--12,
.stage.is-page-thirteen .verification-page--13,
.stage.is-page-fourteen .verification-page--14 {
  opacity: 1;
  pointer-events: auto;
}

.loading-page__cells {
  position: absolute;
  top: 517px;
  left: 700px;
  z-index: 3;
  display: none;
  grid-template-columns: repeat(10, 20px);
  gap: 4px;
  width: 236px;
  height: 24px;
  pointer-events: none;
}

.stage.is-page-nine .loading-page__cells {
  display: grid;
}

.stage.is-update-transition .loading-page__cells,
.stage.is-page-ten .loading-page__cells,
.stage.is-page-eleven .loading-page__cells,
.stage.is-page-twelve .loading-page__cells,
.stage.is-page-thirteen .loading-page__cells,
.stage.is-page-fourteen .loading-page__cells {
  display: none;
}

.loading-page__cell {
  width: 20px;
  height: 24px;
  opacity: 0;
  border: 1px solid rgba(218, 229, 255, 0.42);
  background: linear-gradient(90deg, #092273 0%, #153e94 100%);
}

.loading-page__cell.is-filled {
  opacity: 1;
}

.loading-page__percent {
  position: absolute;
  top: 516px;
  left: 1260px;
  z-index: 3;
  display: none;
  min-width: 88px;
  color: #111;
  font-family: "Arial", sans-serif;
  font-size: 26px;
  line-height: 32px;
  pointer-events: none;
}

.stage.is-page-nine .loading-page__percent {
  display: block;
}

.stage.is-update-transition .loading-page__percent,
.stage.is-page-ten .loading-page__percent,
.stage.is-page-eleven .loading-page__percent,
.stage.is-page-twelve .loading-page__percent,
.stage.is-page-thirteen .loading-page__percent,
.stage.is-page-fourteen .loading-page__percent {
  display: none;
}

.loading-page__next {
  position: absolute;
  top: 608px;
  left: 1249px;
  z-index: 4;
  display: none;
  width: 86px;
  height: 36px;
  padding: 0 0 1px;
  opacity: 0;
  border: 0;
  background: transparent;
  color: #111;
  font-family: "Arial", sans-serif;
  font-size: 22px;
  pointer-events: none;
}

.stage.is-page-nine .loading-page__next {
  display: block;
}

.stage.is-update-transition .loading-page__next,
.stage.is-page-ten .loading-page__next,
.stage.is-page-eleven .loading-page__next,
.stage.is-page-twelve .loading-page__next,
.stage.is-page-thirteen .loading-page__next,
.stage.is-page-fourteen .loading-page__next {
  display: none;
}

.loading-page__next.is-ready {
  opacity: 1;
  pointer-events: auto;
}

.update-transition {
  background: #0057d8;
  color: #fff;
  font-family: "Trebuchet MS", Arial, sans-serif;
}

.update-transition__panel {
  position: absolute;
  top: 50%;
  left: 0;
  width: 1920px;
  text-align: center;
  transform: translateY(-50%);
}

.update-transition__title {
  margin: 34px 0 16px;
  font-size: 34px;
  font-weight: 400;
}

.update-transition__progress {
  margin: 0;
  font-size: 30px;
}

.update-transition__note {
  margin: 30px 0 0;
  font-size: 22px;
}

.update-transition__dots {
  display: flex;
  justify-content: center;
  gap: 19px;
}

.update-transition__dots span {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  opacity: 0.2;
  background: #fff;
  animation: update-dot 1200ms linear infinite;
}

.update-transition__dots span:nth-child(2) {
  animation-delay: 120ms;
}

.update-transition__dots span:nth-child(3) {
  animation-delay: 240ms;
}

.update-transition__dots span:nth-child(4) {
  animation-delay: 360ms;
}

.update-transition__dots span:nth-child(5) {
  animation-delay: 480ms;
}

@keyframes update-dot {
  0%,
  100% {
    opacity: 0.2;
  }
  35% {
    opacity: 1;
  }
}

.verification-item {
  position: absolute;
  z-index: 2;
  display: block;
  width: 185px;
  height: 185px;
  padding: 0;
  overflow: hidden;
  border: 0;
  outline: 0;
  background: #000;
}

.verification-item::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 2px solid #d90000;
  opacity: 0;
  pointer-events: none;
}

.verification-item.is-selected::after {
  opacity: 1;
}

.verification-item video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  pointer-events: none;
}

.verification-item--1 {
  top: 366px;
  left: 700px;
}

.verification-item--2 {
  top: 366px;
  left: 890px;
}

.verification-item--3 {
  top: 366px;
  left: 1081px;
}

.verification-item--4 {
  top: 557px;
  left: 700px;
}

.verification-item--5 {
  top: 557px;
  left: 890px;
}

.verification-item--6 {
  top: 557px;
  left: 1081px;
}

.verification-page--6 .verification-item--2 {
  left: 892px;
}

.verification-page--6 .verification-item--3 {
  left: 1083px;
}

.verification-page--6 .verification-item--4 {
  top: 558px;
}

.verification-page--6 .verification-item--5 {
  top: 558px;
  left: 892px;
}

.verification-page--6 .verification-item--6 {
  top: 558px;
  left: 1083px;
}

.verification-page--7 .verification-item--2 {
  left: 892px;
  width: 184px;
}

.verification-page--7 .verification-item--3 {
  left: 1083px;
}

.verification-page--7 .verification-item--4 {
  top: 558px;
}

.verification-page--7 .verification-item--5 {
  top: 558px;
  left: 892px;
  height: 184px;
}

.verification-page--7 .verification-item--6 {
  top: 558px;
  left: 1083px;
}

.verification-page--8 .verification-item--2 {
  left: 892px;
}

.verification-page--8 .verification-item--3 {
  left: 1083px;
}

.verification-page--8 .verification-item--4 {
  top: 558px;
}

.verification-page--8 .verification-item--5 {
  top: 558px;
  left: 892px;
}

.verification-page--8 .verification-item--6 {
  top: 558px;
  left: 1083px;
}

.verification-page--family .verification-item {
  width: 178px;
  height: 178px;
}

.verification-page--family .verification-item--1 {
  top: 381px;
  left: 703px;
}

.verification-page--family .verification-item--2 {
  top: 381px;
  left: 887px;
  width: 177px;
}

.verification-page--family .verification-item--3 {
  top: 381px;
  left: 1070px;
  width: 177px;
}

.verification-page--family .verification-item--4 {
  top: 565px;
  left: 703px;
  height: 177px;
}

.verification-page--family .verification-item--5 {
  top: 565px;
  left: 887px;
  width: 177px;
  height: 177px;
}

.verification-page--family .verification-item--6 {
  top: 565px;
  left: 1070px;
  width: 177px;
  height: 177px;
}

.verification-page--11 .verification-item--2,
.verification-page--11 .verification-item--5 {
  left: 886px;
  width: 178px;
}

.verification-page--11 .verification-item--4,
.verification-page--11 .verification-item--5,
.verification-page--11 .verification-item--6,
.verification-page--13 .verification-item--4,
.verification-page--13 .verification-item--5,
.verification-page--13 .verification-item--6,
.verification-page--14 .verification-item--4,
.verification-page--14 .verification-item--5,
.verification-page--14 .verification-item--6 {
  top: 564px;
}

.verification-page--12 .verification-item--1,
.verification-page--12 .verification-item--2,
.verification-page--12 .verification-item--3,
.verification-page--13 .verification-item--1,
.verification-page--13 .verification-item--2,
.verification-page--13 .verification-item--3,
.verification-page--14 .verification-item--1,
.verification-page--14 .verification-item--2,
.verification-page--14 .verification-item--3 {
  height: 177px;
}

.verification-page--13 .verification-item--1,
.verification-page--13 .verification-item--4 {
  width: 177px;
}

.family-site-name {
  position: absolute;
  top: 34px;
  left: 213px;
  z-index: 3;
  width: 1378px;
  height: 33px;
  overflow: hidden;
  background: #eef3fb;
  pointer-events: none;
}

.family-site-name__text {
  position: absolute;
  top: 0;
  left: 16px;
  color: #4f5f6b;
  font-family: Arial, sans-serif;
  font-size: 18px;
  line-height: 33px;
  white-space: nowrap;
  transform: translateY(-3px);
}

.robot-check {
  position: absolute;
  top: 776px;
  left: 702px;
  z-index: 3;
  display: block;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 0;
  background: transparent;
}

.robot-check::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 6px;
  width: 30px;
  height: 30px;
  opacity: 0;
  background: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2030%2030'%3E%3Cpath%20d='M8%2016%20L13%2021%20L22%208'%20fill='none'%20stroke='%23444444'%20stroke-width='3.2'%20stroke-linecap='butt'%20stroke-linejoin='miter'/%3E%3C/svg%3E") center / contain no-repeat;
}

.verification-page--family .robot-check::after {
  content: none;
}

.verification-page--family .robot-check {
  top: 798px;
  left: 687px;
  width: 37px;
  height: 37px;
  position: absolute;
}

.robot-check__mark {
  position: absolute;
  left: 50%;
  top: 50%;
  display: none;
  width: 27px;
  height: 27px;
  transform: translate(-50%, -50%);
  overflow: visible;
  pointer-events: none;
}

.robot-check__mark path {
  fill: none;
  stroke: #444444;
  stroke-width: 3.4;
  stroke-linecap: butt;
  stroke-linejoin: miter;
}

.verification-page--family .robot-check.is-checked .robot-check__mark {
  display: block;
}

.robot-check.is-checked::after {
  opacity: 1;
}

.verify-hit-area {
  position: absolute;
  top: 772px;
  left: 1158px;
  z-index: 3;
  display: block;
  width: 106px;
  height: 52px;
  padding: 0;
  border: 0;
  background: transparent;
}

.cursor-hand {
  position: fixed;
  top: 866px;
  left: 1517px;
  z-index: 2147483647;
  display: block;
  width: calc(96px * var(--stage-scale));
  height: calc(96px * var(--stage-scale));
  object-fit: contain;
  transform: translate(-38%, -10%);
  transform-origin: 38% 10%;
  pointer-events: none;
  will-change: left, top, transform;
  filter: drop-shadow(3px 5px 3px rgba(18, 9, 4, 0.28));
}

.stage.is-pressing .cursor-hand {
  transform: translate(-38%, -10%);
}

.cursor-hand--ui {
  width: calc(58px * var(--stage-scale));
  height: calc(58px * var(--stage-scale));
  transform: translate(-17%, -9%);
  filter: none;
}

.stage.is-pressing .cursor-hand--ui {
  transform: translate(-17%, -9%);
}

.cursor-hand--modern {
  width: calc(79px * var(--stage-scale));
  height: calc(79px * var(--stage-scale));
  transform: translate(-17%, -9%);
  filter: none;
}

.stage.is-pressing .cursor-hand--modern {
  transform: translate(-17%, -9%);
}

.story-loading-page,
.desktop-page,
.story-stage,
.story-page {
  overflow: hidden;
  background: #201510;
}

.story-stage,
.story-page,
.desktop-page {
  visibility: hidden;
}

.desktop-page {
  display: none;
}

.desktop-page.is-active {
  display: block;
}

.story-stage.is-active,
.story-page.is-active,
.desktop-page.is-active {
  visibility: visible;
}

.story-page {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 180ms ease;
}

.stage.is-page-fifteen .verification-page:not(.story-loading-page),
.stage.is-page-sixteen .verification-page:not(.desktop-page),
.stage.is-page-seventeen .verification-page:not(.story-stage),
.stage.is-page-eighteen .verification-page:not(.story-stage),
.stage.is-page-nineteen .verification-page:not(.story-stage),
.stage.is-page-twenty .verification-page:not(.story-stage),
.stage.is-page-twenty-one .verification-page:not(.story-stage),
.stage.is-page-twenty-two .verification-page:not(.project-page) {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.stage.is-page-fifteen .story-loading-page,
.stage.is-page-sixteen .desktop-page,
.stage.is-page-seventeen .story-stage,
.stage.is-page-eighteen .story-stage,
.stage.is-page-nineteen .story-stage,
.stage.is-page-twenty .story-stage,
.stage.is-page-twenty-one .story-stage,
.stage.is-page-twenty-two .project-page {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.story-loading-page .verification-ui__base,
.desktop-page .verification-ui__base,
.story-stage,
.story-page .verification-ui__base,
.project-page .verification-ui__base {
  width: 1920px;
  height: 1080px;
  object-fit: cover;
  display: block;
}

.scene-transition-cover {
  position: absolute;
  inset: 0;
  z-index: 20;
  display: none;
  width: 1920px;
  height: 1080px;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  transition: opacity 200ms ease;
}

.scene-transition-cover.is-visible {
  display: block;
}

.scene-transition-cover img {
  display: block;
  width: 1920px;
  height: 1080px;
  object-fit: cover;
}

.story-site-name {
  top: 34px;
  left: 205px;
  width: 1410px;
}

.story-loading__status {
  position: absolute;
  top: 469px;
  left: 50%;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 37px;
  transform: translateX(-50%);
  pointer-events: none;
}

.story-loading__dots {
  display: flex;
  gap: 18px;
  justify-content: center;
  align-items: center;
  transform: translateX(-6px);
}

.story-loading__dots span {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #d9d9d9;
  animation: story-dot 920ms ease-in-out infinite;
}

.story-loading__dots span:nth-child(2) {
  animation-delay: 115ms;
}

.story-loading__dots span:nth-child(3) {
  animation-delay: 230ms;
}

.story-loading__dots span:nth-child(4) {
  animation-delay: 345ms;
}

.story-loading__label {
  color: #555;
  font-family: Arial, sans-serif;
  font-size: 28px;
  line-height: 34px;
  text-align: center;
}

.story-loading__track {
  position: absolute;
  top: 588px;
  left: 707px;
  z-index: 3;
  width: 484px;
  height: 6px;
  overflow: hidden;
  background: #d7d7d7;
  pointer-events: none;
}

.story-loading__track span {
  display: block;
  width: 100%;
  height: 100%;
  transform: scaleX(0);
  transform-origin: left center;
  background: #2f80d7;
}

.story-loading__percent {
  position: absolute;
  top: 575px;
  left: 1213px;
  z-index: 3;
  width: 90px;
  color: #555;
  font-family: Arial, sans-serif;
  font-size: 22px;
  line-height: 32px;
  pointer-events: none;
}

@keyframes story-dot {
  0%,
  100% {
    transform: translateY(0);
    background: #d9d9d9;
  }
  45% {
    transform: translateY(-7px);
    background: #1a73e8;
  }
}

.desktop-hit,
.story-hit {
  position: absolute;
  z-index: 6;
  display: block;
  padding: 0;
  border: 0;
  background: transparent;
}

.desktop-hit--documents {
  top: 166px;
  left: 24px;
  width: 112px;
  height: 94px;
}

.desktop-hit--computer {
  top: 46px;
  left: 34px;
  width: 112px;
  height: 96px;
}

.desktop-hit--restart {
  top: 290px;
  left: 34px;
  width: 92px;
  height: 96px;
}

.project-page {
  overflow: hidden;
  background: #6ab2ff;
  visibility: hidden;
}

.project-page__clip {
  position: absolute;
  top: 366px;
  left: 548px;
  z-index: 4;
  right: 500px;
  width: auto;
  height: 452px;
  overflow: hidden;
}

.project-page__scroller {
  position: absolute;
  inset: 0 8px 0 0;
  width: auto;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  box-sizing: border-box;
  scroll-padding-bottom: 38px;
  scrollbar-width: auto;
  scrollbar-color: #8d8d8d #d6d6d6;
}

.project-page__body {
  width: 681px;
  margin-left: 113px;
  margin-right: auto;
  min-height: 100%;
  padding: 0 32px 40px 0;
  color: #000;
  font-family: "AaTEST", monospace;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: justify;
  text-align-last: left;
  text-justify: inter-word;
  hyphens: none;
  word-spacing: normal;
  white-space: pre-wrap;
}

.project-page__scroller::-webkit-scrollbar {
  width: 18px;
}

.project-page__scroller::-webkit-scrollbar-track {
  background: #d6d6d6;
  border-left: 1px solid #a0a0a0;
}

.project-page__scroller::-webkit-scrollbar-thumb {
  background: #8d8d8d;
  border: 2px solid #d6d6d6;
  border-radius: 0;
}

.project-hit {
  position: absolute;
  z-index: 6;
  display: block;
  padding: 0;
  border: 0;
  background: transparent;
}

.project-hit--close {
  top: 196px;
  left: 1365px;
  width: 38px;
  height: 36px;
}

.project-hit--close-panel {
  top: 232px;
  left: 1358px;
  width: 54px;
  height: 62px;
}

.story-hit--desktop {
  top: 188px;
  left: 1365px;
  width: 178px;
  height: 130px;
}

.story-hit--previous {
  top: 635px;
  left: 1464px;
  width: 178px;
  height: 86px;
}

.story-hit--next {
  top: 730px;
  left: 1464px;
  width: 182px;
  height: 92px;
}

.motion-hint {
  position: absolute;
  left: 50%;
  bottom: 32px;
  z-index: 8;
  margin: 0;
  padding: 8px 13px 7px;
  border: 1px solid rgba(235, 220, 190, 0.18);
  border-radius: 2px;
  opacity: 0;
  transform: translateX(-50%);
  background: rgba(42, 25, 16, 0.46);
  color: rgba(245, 232, 204, 0.72);
  font-size: 13px;
  font-style: italic;
  letter-spacing: 0.05em;
  pointer-events: none;
  transition: opacity 260ms ease;
}

.stage.is-keyboard-user .motion-hint {
  opacity: 1;
}

.stage.is-opening .motion-hint,
.stage.is-open .motion-hint {
  opacity: 0;
}

@media (hover: none), (pointer: coarse) {
  .cursor-hand {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .stage.is-opening .book--closed,
  .stage.is-opening .cover-turn,
  .stage.is-opening .book--opened {
    animation-duration: 1ms;
    animation-delay: 0ms;
  }

  .interactive-object img {
    transition-duration: 1ms;
  }
}
