/* Swipe Left My Heart */
@font-face {
  font-family: "Gilroy";
  src:
    url("/assets/fonts/Gilroy/3714E1_B_0.woff2") format("woff2"),
    url("/assets/fonts/Gilroy/3714E1_B_0.woff") format("woff");
  font-weight: 200;
  font-display: swap;
}

@font-face {
  font-family: "Manifold-CF-Extra-Bold";
  src:
    url("/assets/fonts/Manifold/manifold-cf-extra-bold.woff2") format("woff2"),
    url("/assets/fonts/Manifold/manifold-cf-extra-bold.woff") format("woff");
  font-weight: 400;
  font-display: swap;
}

html,
body.page-swipe-main {
  margin: 0;
  width: 100%;
  height: 100%;
}

html {
  background: #000;
  font-size: 0.52083vw;
}

@media (max-width: 599px) {
  html {
    font-size: 0.92593vw;
  }
}

@media (min-width: 1920px) {
  html {
    font-size: 10px;
  }
}

.page-swipe-main *,
.page-swipe-main *::before,
.page-swipe-main *::after {
  box-sizing: border-box;
}

.page-swipe-main {
  margin: 0;
  width: 100%;
  min-height: 100dvh;
  background: #000;
  color: #fff;
  font-family: "Gilroy", Helvetica, Arial, sans-serif;
  font-weight: 200;
  letter-spacing: 0.02em;
  font-size: 2rem;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  overflow: hidden;
  position: relative;
}

.page-swipe-main::before {
  content: none;
}

.page-swipe-main::after {
  content: none;
}

.swipe-page {
  width: 100%;
  height: 100dvh;
  position: relative;
  overflow: hidden;
}

.swipe-story {
  width: 100%;
  height: 100dvh;
}

.page-swipe-main.swipe-local-fullpage .swipe-story {
  overflow-y: auto;
  overscroll-behavior-y: contain;
  scrollbar-width: none;
}

.page-swipe-main.swipe-local-fullpage .swipe-story::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.swipe-no-fullpage .swipe-page {
  height: auto;
  min-height: 100dvh;
  overflow: visible;
}

.swipe-no-fullpage .swipe-story {
  height: auto;
}

.scene,
.swipe-section {
  position: relative;
  width: 100vw;
  height: 100dvh;
  overflow: hidden;
}

.swipe-chrome {
  position: fixed;
  top: calc(5.5vh + 0.5rem);
  left: 3.1vw;
  width: 3.2rem;
  z-index: 80;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  pointer-events: none;
}

.swipe-menu-btn {
  pointer-events: auto;
}

.swipe-back-link {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: clamp(11px, 0.95vw, 14px);
  letter-spacing: 0.1em;
  opacity: 0.76;
  transition: opacity 280ms ease;
}

.swipe-back-link:hover {
  opacity: 1;
}

.swipe-back-link-menu {
  display: inline-flex;
  align-items: center;
  margin: 0;
  white-space: nowrap;
  pointer-events: auto;
}

.swipe-back-link:focus-visible,
.swipe-menu-btn:focus-visible,
.swipe-menu-close:focus-visible,
.swipe-nav-link:focus-visible {
  outline: 1px solid rgba(255, 220, 174, 0.92);
  outline-offset: 3px;
}

.swipe-menu-btn {
  width: 3.2rem;
  height: 1.8rem;
  display: block;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  color: #fff;
  background: transparent;
  border: 0;
  padding: 0;
}

.swipe-menu-btn-line {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: currentColor;
  transform-origin: left center;
  will-change: transform;
}

.swipe-menu-btn-line:nth-child(1) {
  transform: translate3d(0, -3.6px, 0);
}

.swipe-menu-btn-line:nth-child(2) {
  transform: translate3d(0, 0, 0);
}

.swipe-menu-btn-line:nth-child(3) {
  transform: translate3d(0, 3.6px, 0);
}

.scene-1 {
  background: transparent;
  clip-path: none;
  will-change: clip-path;
}

.scene-1.scene-scroll-active {
  transition: clip-path 0.5s cubic-bezier(0.42, 0, 0.58, 1);
  clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
}

.scene-sticky {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
}

.scene-1 .scene-sticky::before {
  content: none;
}

.scene-layer {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.scene-layer-bg {
  display: none;
  opacity: 0;
  background: none;
}

.scene-layer-bg::before,
.scene-layer-bg::after {
  content: none;
  background: none;
  animation: none;
}

.scene-layer-shooting-stars {
  z-index: 2;
  overflow: hidden;
  pointer-events: none;
  mix-blend-mode: screen;
}

.scene-layer-shooting-stars::before,
.scene-layer-shooting-stars::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-repeat: repeat;
}

.scene-layer-shooting-stars::before {
  opacity: 0.5;
  background-image:
    radial-gradient(circle, rgba(255, 255, 255, 0.95) 1px, transparent 1.5px),
    radial-gradient(circle, rgba(255, 244, 226, 0.72) 1px, transparent 1.5px),
    radial-gradient(circle, rgba(255, 255, 255, 0.58) 0.8px, transparent 1.3px);
  background-size: 420px 260px, 330px 220px, 510px 310px;
  background-position: 0 0, 170px 120px, 280px 30px;
  animation: starfield-drift 18s linear infinite;
}

.scene-layer-shooting-stars::after {
  opacity: 0.3;
  background-image:
    radial-gradient(circle, rgba(255, 255, 255, 0.88) 1px, transparent 1.4px),
    radial-gradient(circle, rgba(255, 249, 240, 0.68) 0.9px, transparent 1.3px);
  background-size: 520px 320px, 380px 280px;
  background-position: 90px 60px, 260px 190px;
  animation: starfield-twinkle 4.4s ease-in-out infinite alternate;
}

.shooting-star {
  position: absolute;
  top: var(--star-top, 16%);
  left: var(--star-left, 92%);
  width: var(--star-tail, clamp(150px, 17vw, 280px));
  height: 2px;
  border-radius: 999px;
  opacity: 0;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 0.98) 32%,
    rgba(196, 227, 255, 0.62) 60%,
    rgba(255, 255, 255, 0)
  );
  filter: drop-shadow(0 0 11px rgba(255, 255, 255, 0.92));
  transform-origin: left center;
  animation: shooting-star var(--star-duration, 7s) cubic-bezier(0.25, 0.1, 0.2, 1) infinite;
  animation-delay: var(--star-delay, 0s);
}

.shooting-star::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0),
    rgba(196, 227, 255, 0.6),
    rgba(255, 255, 255, 0)
  );
  transform: translateY(-50%);
  filter: blur(3.5px);
}

.shooting-star::after {
  content: "";
  position: absolute;
  right: -2px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fff;
  transform: translateY(-50%);
  box-shadow:
    0 0 14px rgba(255, 255, 255, 0.98),
    0 0 24px rgba(196, 227, 255, 0.68);
}

.shooting-star-1 {
  --star-top: 12%;
  --star-left: 86%;
  --star-duration: 7.9s;
  --star-delay: 0.4s;
  --star-angle: -33deg;
  --travel-x: -138vw;
  --travel-y: 80vh;
}

.shooting-star-2 {
  --star-top: 22%;
  --star-left: 95%;
  --star-duration: 9.8s;
  --star-delay: 1.5s;
  --star-tail: clamp(120px, 13vw, 220px);
  --star-angle: -29deg;
  --travel-x: -124vw;
  --travel-y: 72vh;
}

.shooting-star-3 {
  --star-top: 34%;
  --star-left: 88%;
  --star-duration: 6.9s;
  --star-delay: 3.2s;
  --star-angle: -37deg;
  --travel-x: -130vw;
  --travel-y: 82vh;
}

.shooting-star-4 {
  --star-top: 8%;
  --star-left: 77%;
  --star-duration: 10.8s;
  --star-delay: 2.1s;
  --star-tail: clamp(170px, 18vw, 290px);
  --star-angle: -34deg;
  --travel-x: -136vw;
  --travel-y: 76vh;
}

.shooting-star-5 {
  --star-top: 18%;
  --star-left: 74%;
  --star-duration: 10.6s;
  --star-delay: 4.3s;
  --star-tail: clamp(110px, 11vw, 190px);
  --star-angle: -30deg;
  --travel-x: -122vw;
  --travel-y: 68vh;
}

.shooting-star-6 {
  --star-top: 6%;
  --star-left: 97%;
  --star-duration: 12.2s;
  --star-delay: 5.4s;
  --star-tail: clamp(150px, 16vw, 250px);
  --star-angle: -41deg;
  --travel-x: -148vw;
  --travel-y: 88vh;
}

.shooting-star-7 {
  --star-top: 30%;
  --star-left: 100%;
  --star-duration: 8.6s;
  --star-delay: 6.1s;
  --star-tail: clamp(125px, 14vw, 230px);
  --star-angle: -28deg;
  --travel-x: -118vw;
  --travel-y: 66vh;
}

.shooting-star-8 {
  --star-top: 44%;
  --star-left: 92%;
  --star-duration: 11.8s;
  --star-delay: 7.3s;
  --star-tail: clamp(140px, 15vw, 240px);
  --star-angle: -35deg;
  --travel-x: -133vw;
  --travel-y: 78vh;
}

.shooting-star-9 {
  --star-top: 15%;
  --star-left: 83%;
  --star-duration: 13.4s;
  --star-delay: 8.2s;
  --star-tail: clamp(100px, 10vw, 170px);
  --star-angle: -32deg;
  --travel-x: -126vw;
  --travel-y: 70vh;
}

.scene-layer-copy,
.scene-shell {
  z-index: 3;
  position: relative;
  width: min(96vw, 1240px);
  margin-inline: auto;
  text-align: center;
  padding: 0 4vw;
}

.scene-kicker {
  margin: 0 0 18px;
  text-transform: uppercase;
  letter-spacing: 0.11em;
  font-size: clamp(11px, 0.95vw, 14px);
  color: rgba(255, 232, 199, 0.78);
}

.scene-main-title {
  margin: 0 0 18px;
  line-height: 1;
  text-transform: uppercase;
  font-family: "Manifold-CF-Extra-Bold", Helvetica, Arial, sans-serif;
  font-weight: 400;
  letter-spacing: -0.02em;
  font-size: min(10rem, 9vw);
  color: #fff;
  text-shadow: none;
  text-wrap: balance;
}

.scene-main-copy {
  max-width: 80ch;
  margin: 0 auto;
  font-size: 2rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.86);
}

h1.scene-main-title {
  font-family: "Manifold-CF-Extra-Bold", Helvetica, Arial, sans-serif;
  font-size: min(10rem, 13vw);
  line-height: 1;
  letter-spacing: -0.02em;
  margin: 0;
  position: relative;
  display: inline-block;
  cursor: default;
  text-shadow: none;
  --fx-x: 50%;
  --fx-y: 50%;
  --fx-r: 0px;
  --fx-hole-r: 0px;
  --fx-text-r: 0px;
  --fx-particle-r: 0px;
  --outline-phase: 0;
  --outline-hover-pr: 1;
}

.scene-1 .scene-layer-copy {
  width: min(96vw, 1240px);
  inset: 0;
  margin: auto;
  padding: 0 4vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.scene-main-title-fill,
.scene-main-title-outline {
  display: block;
  white-space: inherit;
  line-height: inherit;
}

.scene-main-title-char {
  display: inline-block;
  white-space: pre;
  backface-visibility: hidden;
  transform: translateZ(0);
  will-change: transform, opacity;
  --line-pr: 0;
  --char-index: 0;
}

.scene-main-title-char-space {
  min-width: 0.3em;
}

.scene-main-title-fill {
  position: relative;
  color: #fff;
  will-change: mask-image, -webkit-mask-image;
}

.scene-main-title-outline {
  position: absolute;
  inset: 0;
  color: transparent;
  opacity: 0;
  pointer-events: none;
  -webkit-text-stroke: 1.2px rgba(241, 246, 255, 0.88);
  text-shadow: 0 0 16px rgba(152, 206, 255, 0.3);
  will-change: opacity, mask-image, -webkit-mask-image;
}

.scene-main-title-outline .scene-main-title-char {
  --line-masked-pr: calc(var(--line-pr, 0) * var(--outline-hover-pr, 1));
  -webkit-mask-image: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 1) calc((var(--line-masked-pr, 0) * 100%) - 12% + ((var(--outline-phase, 0) - 0.5) * 6%) + (var(--char-index, 0) * 0.08%)),
    rgba(0, 0, 0, 1) calc(var(--line-masked-pr, 0) * 100%),
    rgba(0, 0, 0, 0) calc((var(--line-masked-pr, 0) * 100%) + 8%),
    rgba(0, 0, 0, 0) 100%
  );
  mask-image: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 1) calc((var(--line-masked-pr, 0) * 100%) - 12% + ((var(--outline-phase, 0) - 0.5) * 6%) + (var(--char-index, 0) * 0.08%)),
    rgba(0, 0, 0, 1) calc(var(--line-masked-pr, 0) * 100%),
    rgba(0, 0, 0, 0) calc((var(--line-masked-pr, 0) * 100%) + 8%),
    rgba(0, 0, 0, 0) 100%
  );
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.scene-main-title.is-title-intro {
  perspective: 900px;
}

.scene-main-title.is-title-intro .scene-main-title-outline {
  opacity: 1;
}

.scene-main-title.is-title-active .scene-main-title-outline {
  opacity: 0.42;
}

.scene-main-title-particles {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0;
  transition: opacity 140ms linear;
}

.scene-main-title.is-fx-active .scene-main-title-particles {
  opacity: 1;
  -webkit-mask-image: radial-gradient(
    circle var(--fx-particle-r, var(--fx-hole-r)) at var(--fx-x) var(--fx-y),
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 1) 99.4%,
    rgba(0, 0, 0, 0) 100%
  );
  mask-image: radial-gradient(
    circle var(--fx-particle-r, var(--fx-hole-r)) at var(--fx-x) var(--fx-y),
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 1) 99.4%,
    rgba(0, 0, 0, 0) 100%
  );
  -webkit-clip-path: circle(var(--fx-particle-r, var(--fx-hole-r)) at var(--fx-x) var(--fx-y));
  clip-path: circle(var(--fx-particle-r, var(--fx-hole-r)) at var(--fx-x) var(--fx-y));
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.scene-main-title.is-fx-active .scene-main-title-fill {
  -webkit-mask-image: radial-gradient(
    circle var(--fx-text-r, var(--fx-hole-r)) at var(--fx-x) var(--fx-y),
    rgba(0, 0, 0, 0.28) 0%,
    rgba(0, 0, 0, 0.28) 99.4%,
    rgba(0, 0, 0, 1) 100%
  );
  mask-image: radial-gradient(
    circle var(--fx-text-r, var(--fx-hole-r)) at var(--fx-x) var(--fx-y),
    rgba(0, 0, 0, 0.28) 0%,
    rgba(0, 0, 0, 0.28) 99.4%,
    rgba(0, 0, 0, 1) 100%
  );
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.scene-main-title.is-fx-active .scene-main-title-outline {
  opacity: 1;
  -webkit-mask-image: radial-gradient(
    circle var(--fx-r) at var(--fx-x) var(--fx-y),
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 1) 25%,
    rgba(0, 0, 0, 0) 50%
  );
  mask-image: radial-gradient(
    circle var(--fx-r) at var(--fx-x) var(--fx-y),
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 1) 25%,
    rgba(0, 0, 0, 0) 50%
  );
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.scene-1 .scene-main-copy {
  max-width: min(88vw, 800px);
  margin-top: clamp(20px, 5vh, 54px);
  font-family: "Gilroy", Helvetica, Arial, sans-serif;
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
}

.scene-1-corner-art {
  position: absolute;
  left: clamp(-500px, -15vw, -150px);
  bottom: clamp(-600px, -35vh, -200px);
  width: clamp(600px, 72vw, 2000px);
  height: auto;
  z-index: 0;
  pointer-events: none;
  user-select: none;
  opacity: 0;
}

.scene-1-corner-art.corner-art-animate {
  animation: slide-in-left 0.6s cubic-bezier(0.34, 0.86, 0.66, 1) forwards;
  animation-delay: 3.6s;
}

.scene-1-corner-art-right {
  left: auto;
  right: clamp(-500px, -15vw, -150px);
  transform: scaleX(-1);
}

.scene-1-corner-art-right.corner-art-animate {
  animation: slide-in-right 0.6s cubic-bezier(0.34, 0.86, 0.66, 1) forwards;
  animation-delay: 3.6s;
}

.scene-1-exit {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 22vh;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 0 22px 6.8vh;
  z-index: 4;
  pointer-events: none;
  background: none;
}

.scene-exit-copy {
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 2rem;
  opacity: 1;
}

.scene-basic {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20vh 0 14vh;
  position: relative;
  z-index: 1;
}

.scene-2 {
  background: #000;
  position: relative;
  z-index: 1;
  clip-path: none;
  will-change: clip-path;
}

.scene-2.scene-scroll-active {
  transition: clip-path 0.5s cubic-bezier(0.42, 0, 0.58, 1);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 82%);
}

.scene-3 {
  background: #000;
  position: relative;
  z-index: 1;
  clip-path: none;
  will-change: clip-path;
}

.scene-3.scene-scroll-active {
  transition: clip-path 0.5s cubic-bezier(0.42, 0, 0.58, 1);
  clip-path: polygon(0 18%, 100% 0, 100% 100%, 0 100%);
}

.scene-4 {
  background: #000;
  position: relative;
  z-index: 1;
  clip-path: none;
  will-change: clip-path;
}

.scene-4.scene-scroll-active {
  transition: clip-path 0.5s cubic-bezier(0.42, 0, 0.58, 1);
  clip-path: polygon(0 0, 100% 19%, 100% 100%, 0 100%);
}

.scene-5 {
  background: #000;
  position: relative;
  z-index: 1;
  clip-path: none;
  will-change: clip-path;
}

.scene-5.scene-scroll-active {
  transition: clip-path 0.5s cubic-bezier(0.42, 0, 0.58, 1);
  clip-path: polygon(0 0, 100% 0, 100% 84%, 0 100%);
}

.swipe-menu-overlay {
  position: fixed;
  inset: 0;
  z-index: 150;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 300ms ease, visibility 300ms ease;
}

.page-swipe-main.swipe-menu-open .swipe-menu-overlay {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.swipe-menu-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.94);
  border: 0;
  padding: 0;
  cursor: pointer;
}

.swipe-menu {
  width: 100%;
  min-height: 100dvh;
  position: relative;
  display: flex;
  gap: min(6vw, 80px);
  align-items: center;
  padding: 5.5vh 8.3vw;
  transform: none;
  opacity: 1;
  transition: none;
}

.swipe-menu-top {
  position: absolute;
  top: 5.5vh;
  left: 8.3vw;
  right: 8.3vw;
  z-index: 6;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.swipe-menu-close {
  width: 2.2rem;
  height: 2.2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #fff;
  background: transparent;
  border: 0;
  z-index: 5;
  opacity: 0.68;
  transition: opacity 280ms ease;
}

.swipe-menu-close:hover {
  opacity: 1;
}

.swipe-menu-close-icon {
  width: 1.5rem;
  height: 1.5rem;
  display: block;
  position: relative;
}

.swipe-menu-close-icon::before,
.swipe-menu-close-icon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 1px;
  background: currentColor;
  transform-origin: center;
}

.swipe-menu-close-icon::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.swipe-menu-close-icon::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.swipe-left,
.swipe-right {
  width: 50%;
  min-height: calc(100dvh - 11vh);
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.swipe-left {
  align-items: center;
}

.swipe-right {
  align-items: flex-start;
}

.swipe-header {
  margin: 0 0 4.5rem;
  text-transform: uppercase;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  opacity: 1;
}

.swipe-title {
  margin: 0;
  line-height: 1;
  text-transform: uppercase;
  font-family: "Manifold-CF-Extra-Bold", Helvetica, Arial, sans-serif;
  font-weight: 400;
  letter-spacing: -0.02em;
  font-size: clamp(6.4rem, 10vw, 10rem);
  text-align: center;
  color: #fff;
}

.swipe-nav-list {
  list-style: decimal;
  list-style-position: inside;
  margin: 0 0 3.2vh;
  padding: 0;
}

.swipe-nav-item {
  display: block;
  margin: 0 0 5vh;
}

.swipe-nav-link {
  width: 100%;
  display: block;
  background: transparent;
  border: 0;
  color: inherit;
  text-align: left;
  padding: 0;
  cursor: pointer;
}

.swipe-nav-sub {
  display: block;
  margin-bottom: 1rem;
  font-size: 2rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  opacity: 0.3;
  transition: opacity 500ms ease;
}

.swipe-nav-title {
  display: block;
  font-size: clamp(3.4rem, 4.8vw, 9rem);
  line-height: 1;
  text-transform: uppercase;
  font-family: "Manifold-CF-Extra-Bold", Helvetica, Arial, sans-serif;
  letter-spacing: -0.02em;
  transition: transform 260ms ease, color 260ms ease;
  color: rgba(255, 255, 255, 0.92);
}

.swipe-nav-item.is-active .swipe-nav-sub,
.swipe-nav-item:hover .swipe-nav-sub {
  opacity: 1;
}

.swipe-nav-item.is-active .swipe-nav-title,
.swipe-nav-item:hover .swipe-nav-title {
  color: #fff;
  transform: translateX(4px);
}

@media (prefers-reduced-motion: reduce) {
  .shooting-star,
  .scene-layer-bg::after,
  .scene-layer-copy,
  .scene-shell {
    animation: none !important;
  }

  .swipe-menu-overlay,
  .swipe-menu,
  .swipe-menu-btn-line,
  .swipe-nav-title {
    transition: none;
  }
}

@media (max-width: 980px) {
  .swipe-chrome {
    top: 24px;
    left: 22px;
    width: 3.2rem;
  }

  .scene-main-title {
    font-size: min(11rem, 16vw);
  }

  .scene-1 .scene-main-title {
    font-size: min(12.5rem, 20vw);
  }

  .scene-1-corner-art {
    left: 18px;
    bottom: 18px;
    width: clamp(120px, 28vw, 180px);
  }

  .scene-1-corner-art-right {
    right: 18px;
    left: auto;
  }

  .scene-main-copy {
    font-size: 4rem;
  }

  .scene-1-exit {
    height: 20vh;
    padding-bottom: 56px;
  }

  .shooting-star {
    height: 1px;
  }

  .shooting-star-6,
  .shooting-star-7,
  .shooting-star-8,
  .shooting-star-9 {
    display: none;
  }

  .swipe-menu {
    min-height: 100dvh;
    height: auto;
    overflow-y: auto;
    flex-direction: column;
    align-items: stretch;
    gap: 36px;
    padding: 88px 22px 32px;
  }

  .swipe-menu-top {
    top: 24px;
    left: 22px;
    right: 22px;
  }

  .swipe-left,
  .swipe-right {
    width: 100%;
    height: auto;
    min-height: 0;
  }

  .swipe-left {
    align-items: flex-start;
  }

  .swipe-title {
    text-align: left;
    font-size: min(10rem, 16vw);
  }

  .swipe-header {
    margin-bottom: 2.6vh;
    font-size: 2.5rem;
  }

  .swipe-nav-item {
    margin-bottom: 2.6vh;
  }

  .swipe-nav-sub {
    margin-bottom: 2rem;
    font-size: 2.5rem;
  }

  .swipe-nav-title {
    font-size: clamp(4.8rem, 9vw, 9rem);
  }
}

@keyframes shooting-star {
  0% {
    opacity: 0;
    transform: translate3d(0, 0, 0) rotate(var(--star-angle, -32deg)) scaleX(0.25);
  }

  7% {
    opacity: 1;
  }

  56% {
    opacity: 0.95;
  }

  100% {
    opacity: 0;
    transform: translate3d(var(--travel-x, -135vw), var(--travel-y, 74vh), 0) rotate(var(--star-angle, -32deg)) scaleX(1.04);
  }
}

@keyframes starfield-drift {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(-140px, 90px, 0);
  }
}

@keyframes starfield-twinkle {
  0% {
    opacity: 0.18;
  }

  100% {
    opacity: 0.42;
  }
}

@keyframes slide-in-left {
  from {
    opacity: 0;
    transform: translateX(clamp(-500px, -15vw, -150px));
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes slide-in-right {
  from {
    opacity: 0;
    transform: translateX(clamp(500px, 15vw, 150px)) scaleX(-1);
  }

  to {
    opacity: 1;
    transform: translateX(0) scaleX(-1);
  }
}
