html,
body {
  height: 100%;
  background-color: #ffffff;
  overflow: hidden;
  touch-action: manipulation;
}

.slow-dream-page {
  position: fixed;
  inset: 0;
  overflow: hidden;
}

.slow-dream-video-bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.slow-dream-video-bg video {
  position: absolute;
  top: -0.5%;
  left: -0.5%;
  width: 101%;
  height: 101%;
  object-fit: cover;
  opacity: 0.2;
}

.slow-dream-gradient {
  position: absolute;
  inset: 0;
  pointer-events: none;
  display: none;
}

.slow-dream-content {
  position: absolute;
  inset: 0;
  padding: 70px 50px 50px;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;         /* Firefox */
  -ms-overflow-style: none;      /* legacy IE/Edge */
  color: rgba(0, 0, 0, 0.9);
  font-family: "LetterGothicStd", "Courier New", monospace;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.slow-dream-content > * {
  width: 100%;
  max-width: 500px;
}

.slow-dream-content::-webkit-scrollbar {
  display: none;                 /* Chrome, Safari, Edge, Opera */
}

.slow-dream-content a {
  color: inherit;
  text-decoration: none;
  text-underline-offset: 3px;
}

.title-line {
  -webkit-text-stroke: 0.4px currentColor;
}

.half-br {
  display: block;
  height: 0.5em;
}

.slow-dream-contacts {
  flex: 0 0 auto;
  margin-top: auto;
  padding: 26px 0 10px;
  font-size: 12px;
  text-transform: none;
  text-transform: uppercase;
}

.slow-dream-arrow {
  width: 0.4em;
  height: 0.4em;
  vertical-align: 0.08em;
  margin-left: 0.15em;
  display: inline-block;
}

@media (max-width: 700px) {
  .slow-dream-content {
    padding: 20px;
    line-height: 22px;
  }

  .slow-dream-content > * {
    max-width: 85vw;
  }

  .slow-dream-contacts {
    padding-top: 60px;
    padding-bottom: 10px;
  }

  .slow-dream-gradient {
    display: block;
    background-image: linear-gradient(
      140.19deg,
      rgba(255, 255, 255, 0.4) 10%,
      rgba(255, 255, 255, 0) 80%
    );
  }
}
