body.page-about {
  overflow: hidden;
  white-space: nowrap;
  font-size: 0;
}

.aboutScreen {
  position: absolute;
  inset: 0;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  scrollbar-width: none;
}

.aboutScreen::-webkit-scrollbar {
  display: none;
}

.aboutContent {
  position: relative;
  width: 260vh;
  height: 100vh;
  background-image: url("images/about/waves.webp");
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: auto 15vh;
  overflow: hidden;
}

.wind {
  position: absolute;
  inset: 0;
  overflow: hidden;
  z-index: -1;
}

.aboutBubble {
  position: absolute;
  top: 8vh;
  left: 20vh;
  animation: fadeIn 0.58s ease-out 0.08s both;
}

.aboutBubbleImage {
  max-height: 78vh;
}

.aboutBubbleTitle {
  position: absolute;
  top: 9.2vh;
  left: 12vh;
  width: 46vh;
  margin: 0;
  font-family: "JosefinSansLight", "PingFang SC", sans-serif;
  font-size: 5.4vh;
  line-height: 1.08;
  letter-spacing: 0.06vh;
  text-align: center;
  color: var(--deep);
  white-space: normal;
}

.aboutText,
.miniCounter,
.memoryEyebrow {
  position: absolute;
  font-size: 1.95vh;
  line-height: 1.62;
  text-align: center;
  white-space: normal;
}

.aboutText {
  width: 54vh;
  left: 10.5vh;
}

.text1 {
  top: 23vh;
}

.text2 {
  top: 36vh;
}

.text3 {
  top: 49vh;
}

.text4 {
  top: 62vh;
}

.miniCounter {
  left: 17vh;
  top: 74vh;
  width: 40vh;
  font-size: 2.2vh;
  color: var(--primary);
}

.closeBubble {
  top: 4vh;
  left: 4vh;
}

.closeBubble img {
  height: 10vh;
}

.memoryCard {
  position: absolute;
  top: 22vh;
  left: 154vh;
  width: 56vh;
  padding: 3.2vh 3.4vh;
  border: 1px solid var(--card-border);
  border-radius: 4vh;
  background:
    linear-gradient(180deg, rgba(255, 252, 251, 0.88), rgba(249, 244, 241, 0.78)),
    url("images/index/paper.webp");
  background-size: auto, 48%;
  box-shadow: 0 3vh 8vh -5vh var(--shadow-strong);
  white-space: normal;
  animation: slideUp 0.62s ease-out 0.16s both;
}

.memoryEyebrow {
  position: static;
  margin: 0;
  font-size: 1.3vh;
  letter-spacing: 0.34vh;
  text-transform: uppercase;
  color: var(--muted);
  text-align: left;
}

.memoryTitle {
  margin: 1.8vh 0 0;
  font-size: 4.2vh;
  line-height: 1.2;
  color: var(--deep);
}

.memoryBody {
  position: static;
  margin: 1.8vh 0 0;
  font-size: 1.95vh;
  line-height: 1.68;
  text-align: left;
  color: var(--body);
}

.tree {
  position: absolute;
  top: 0;
  right: 0;
  height: 100vh;
  z-index: -1;
  animation: fadeIn 0.66s ease-out 0.22s both;
}
