.story-prototype-body {
  background: #090806;
}

.story-prototype {
  --story-paper: #d8cab1;
  --story-ink: #17120c;
  --story-red: #a82019;
  --story-muted: rgba(23, 18, 12, 0.74);
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.49), rgba(0, 0, 0, 0.3) 34%, rgba(0, 0, 0, 0.76)),
    url("../assets/backgrounds/backgrounds-newspaper.webp") center top / cover no-repeat;
  background-color: #090806;
  color: var(--story-ink);
  isolation: isolate;
  min-height: 100vh;
  overflow: clip;
  position: relative;
}

.story-prototype::before {
  background:
    radial-gradient(circle at 50% 10%, rgba(255, 246, 221, 0.7), transparent 24rem),
    linear-gradient(90deg, rgba(0, 0, 0, 0.18), transparent 18%, transparent 82%, rgba(0, 0, 0, 0.18));
  content: "";
  inset: 0;
  pointer-events: none;
  position: fixed;
  z-index: -1;
}

.story-proto-hero {
  align-items: center;
  display: grid;
  min-height: calc(100svh - var(--site-header-height, 72px));
  padding: clamp(5rem, 12vw, 9rem) clamp(1rem, 4vw, 4rem);
  position: relative;
}

.story-proto-hero__paper {
  background:
    linear-gradient(rgba(23, 18, 12, 0.055) 1px, transparent 1px),
    radial-gradient(circle, rgba(23, 18, 12, 0.24) 0 0.35px, transparent 0.7px);
  background-size: 100% 8px, 13px 13px;
  inset: 0;
  opacity: 0.28;
  pointer-events: none;
  position: absolute;
}

.story-proto-hero__inner {
  margin-inline: auto;
  max-width: min(78rem, calc(100vw - 2rem));
  position: relative;
  width: 100%;
}

.story-proto-kicker,
.story-proto-step {
  color: var(--story-red);
  font-family: var(--display);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  margin: 0 0 1rem;
  text-transform: uppercase;
}

.story-proto-hero h1,
.story-proto-chapter h2 {
  color: var(--story-ink);
  font-family: var(--display);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 0.82;
  margin: 0;
  text-transform: uppercase;
}

.story-proto-hero h1 {
  color: #fff8e8;
  font-size: clamp(5rem, 16vw, 14rem);
  max-width: 6ch;
  text-shadow: 0 0.035em 0 rgba(0, 0, 0, 0.72), 0 0 0.65rem rgba(0, 0, 0, 0.36);
}

.story-font-loading .story-proto-hero h1 {
  visibility: hidden;
}

.story-proto-hero p:not(.story-proto-kicker) {
  color: var(--story-muted);
  font-size: clamp(1.05rem, 1.7vw, 1.35rem);
  font-weight: 800;
  line-height: 1.45;
  margin: 1.5rem 0 0;
  max-width: 45rem;
}

.story-proto-hero__lede {
  background: rgba(168, 32, 25, 0.9);
  color: #fff8e8 !important;
  display: inline-block;
  padding: 0.75rem 0.9rem;
}

.story-proto-hero__link,
.story-proto-timeline-link {
  align-items: center;
  background: var(--story-red);
  color: #fff8e8;
  display: inline-flex;
  font-family: var(--display);
  font-weight: 900;
  gap: 0.55rem;
  letter-spacing: 0.04em;
  margin-top: 2rem;
  padding: 0.95rem 1rem;
  text-decoration: none;
  text-transform: uppercase;
  transition:
    background-color 180ms ease,
    box-shadow 180ms ease,
    color 180ms ease,
    transform 180ms ease;
}

.story-proto-hero__link .material-symbols-outlined,
.story-proto-timeline-link .material-symbols-outlined {
  transition: transform 180ms ease;
}

.story-proto-hero__link:hover,
.story-proto-hero__link:focus-visible,
.story-proto-timeline-link:hover,
.story-proto-timeline-link:focus-visible {
  background: #7f1712;
  box-shadow: 0 0.55rem 1.1rem rgba(23, 18, 12, 0.24);
  color: #fff8e8;
  transform: translateY(-2px);
}

.story-proto-hero__link:hover .material-symbols-outlined,
.story-proto-hero__link:focus-visible .material-symbols-outlined,
.story-proto-timeline-link:hover .material-symbols-outlined,
.story-proto-timeline-link:focus-visible .material-symbols-outlined {
  transform: translateX(0.18rem);
}

.story-proto-hero__link:focus-visible,
.story-proto-timeline-link:focus-visible {
  outline: 3px solid rgba(255, 248, 232, 0.9);
  outline-offset: 3px;
}

.story-proto-rail {
  position: relative;
}

.story-proto-rail::before {
  background: rgba(168, 32, 25, 0.72);
  bottom: 0;
  content: "";
  left: calc(50% - 2px);
  position: absolute;
  top: 0;
  width: 4px;
  z-index: 4;
}

.story-proto-chapter {
  --story-enter-x: 110vw;
  min-height: 135svh;
  position: relative;
}

.story-proto-chapter__sticky {
  align-items: start;
  display: grid;
  grid-template-columns: minmax(20rem, 1fr) minmax(0, 1fr);
  min-height: 100svh;
  padding: clamp(2rem, 5vw, 5rem);
  position: relative;
}

.story-proto-chapter__copy {
  background: rgba(216, 202, 177, 0.8);
  border-left: 0.35rem solid var(--story-red);
  box-shadow: 0 1.25rem 3rem rgba(0, 0, 0, 0.18);
  margin-top: clamp(4rem, 18svh, 11rem);
  max-width: 42rem;
  padding: clamp(1.15rem, 2.7vw, 2.4rem);
  position: relative;
  z-index: 1;
}

.story-proto-chapter h2 {
  font-size: clamp(2.35rem, 6vw, 6.2rem);
  max-width: 9ch;
}

.story-proto-chapter__copy p:not(.story-proto-step) {
  color: var(--story-muted);
  font-size: clamp(1rem, 1.3vw, 1.17rem);
  font-weight: 800;
  line-height: 1.55;
  margin: 1rem 0 0;
}

.story-proto-bridge {
  color: var(--story-ink) !important;
  font-family: var(--display);
  font-size: clamp(1.35rem, 2.5vw, 2.25rem) !important;
  line-height: 0.96 !important;
  text-transform: uppercase;
}

.story-proto-stage {
  align-self: start;
  height: min(54rem, calc(100svh - var(--site-header-height, 72px) - 2rem));
  margin-top: 1rem;
  overflow-x: clip;
  overflow-y: visible;
  position: sticky;
  top: calc(var(--site-header-height, 72px) + 1rem);
  z-index: 2;
}

.story-proto-stage--chapter-aligned {
  margin-top: clamp(4rem, 18svh, 11rem);
  position: relative;
  top: auto;
}

.story-proto-stage--rikidozan {
  overflow: visible;
  z-index: 4;
}

@media (min-width: 881px) {
  .story-proto-stage {
    margin-right: calc(0px - clamp(2rem, 5vw, 5rem));
  }

  .story-proto-cutout--misawa,
  .story-proto-cutout--muta,
  .story-proto-cutout--onita-funk {
    --story-device-x: -2vw;
  }
}

.story-proto-clipping,
.story-proto-polaroid,
.story-proto-cutout,
.story-proto-caption {
  left: 50%;
  margin: 0;
  position: absolute;
  top: 50%;
  transform:
    translate(
      calc(var(--story-anchor-x, -50%) + var(--x, 0px) + var(--story-device-x, 0px)),
      calc(var(--anchor-y, -50%) + var(--y, 0px))
    )
    rotate(var(--rotate, 0deg));
  will-change: transform, opacity;
}

.story-proto-clipping {
  background: #ede3cf;
  box-shadow:
    0 0.45rem 0 rgba(255, 248, 232, 0.45) inset,
    0 1.4rem 3rem rgba(0, 0, 0, 0.34);
  padding: clamp(0.45rem, 0.8vw, 0.75rem);
}

.story-proto-clipping img,
.story-proto-polaroid img,
.story-proto-cutout img {
  display: block;
  filter: grayscale(1) contrast(1.14) sepia(0.16);
  height: 100%;
  object-fit: cover;
  opacity: 0.9;
  width: 100%;
}

.story-proto-polaroid {
  filter: drop-shadow(0 1.4rem 2.5rem rgba(0, 0, 0, 0.34));
}

.story-proto-cutout {
  filter: drop-shadow(0 1.5rem 2.4rem rgba(0, 0, 0, 0.44));
  width: min(48rem, calc(50vw - 2rem));
}

.story-proto-cutout img {
  filter: grayscale(1) contrast(1.08) brightness(0.9);
  height: auto;
  object-fit: contain;
}

.story-proto-cutout--rikidozan {
  --anchor-y: 0%;
  --y: var(--story-rikidozan-center-y, 0px);
  height: 720px;
  max-width: none;
  z-index: 1;
  top: 0;
  width: auto;
}

.story-proto-cutout--rikidozan img {
  height: 100%;
  max-width: none;
  width: auto;
}

.story-proto-cutout--baba-inoki {
  --anchor-y: 0%;
  --y: var(--story-baba-inoki-center-y, 0px);
  height: min(52rem, calc(100svh - var(--site-header-height, 72px) - 4rem));
  max-width: none;
  top: 0;
  width: auto;
}

.story-proto-cutout--baba-inoki img {
  height: 100%;
  max-width: none;
  width: auto;
}

.story-proto-cutout--brody {
  --anchor-y: 0%;
  --y: calc(var(--story-brody-center-y, 0px) - 40px - 5%);
  height: min(45.4896rem, calc((100svh - var(--site-header-height, 72px) - 4rem) * 0.8748));
  max-width: none;
  top: 0;
  z-index: 2;
  width: auto;
}

.story-proto-cutout--brody img {
  height: 100%;
  max-width: none;
  width: auto;
}

.story-proto-cutout--tiger-mask {
  --anchor-y: 0%;
  --y: calc(var(--story-tiger-mask-center-y, 0px) + 3.5rem - 30px - 7%);
  height: min(40.34745rem, calc((100svh - var(--site-header-height, 72px) - 4rem) * 0.7759125));
  max-width: none;
  top: 0;
  z-index: 5;
  width: auto;
}

.story-proto-cutout--tiger-mask img {
  height: 100%;
  max-width: none;
  width: auto;
}

.story-proto-cutout--crush-gals {
  --anchor-y: 0%;
  --y: calc(var(--story-crush-gals-center-y, 0px) + 6rem);
  height: min(39.6rem, calc((100svh - var(--site-header-height, 72px) - 4rem) * 0.759));
  max-width: none;
  top: 0;
  z-index: 6;
  width: auto;
}

.story-proto-cutout--crush-gals img {
  height: 100%;
  max-width: none;
  width: auto;
}

.story-proto-cutout--misawa {
  --anchor-y: 0%;
  --y: var(--story-misawa-center-y, 0px);
  height: min(48rem, calc(100svh - var(--site-header-height, 72px) - 4rem));
  max-width: none;
  top: 0;
  width: auto;
}

.story-proto-cutout--misawa img {
  height: 100%;
  max-width: none;
  object-fit: contain;
  width: auto;
}

.story-proto-cutout--muta {
  --anchor-y: 0%;
  --y: calc(var(--story-muta-bottom-y, 0px) - 15%);
  height: min(37.4rem, calc((100svh - var(--site-header-height, 72px) - 4rem) * 0.715));
  max-width: none;
  top: 0;
  width: auto;
  z-index: 5;
}

.story-proto-cutout--muta img {
  height: 100%;
  max-width: none;
  object-fit: contain;
  width: auto;
}

.story-proto-cutout--onita-funk {
  --anchor-y: 0%;
  --y: calc(var(--story-onita-funk-bottom-y, 0px) - 23%);
  height: min(49.3164rem, calc((100svh - var(--site-header-height, 72px) - 4rem) * 1.027425));
  max-width: none;
  top: 0;
  width: auto;
  z-index: 3;
}

.story-proto-cutout--onita-funk img {
  height: 100%;
  max-width: none;
  object-fit: contain;
  width: auto;
}

.story-proto-cutout--okada {
  --anchor-y: 0%;
  --y: var(--story-okada-center-y, 0px);
  height: min(calc(48.6552rem - 30px), calc(((100svh - var(--site-header-height, 72px) - 4rem) * 1.01365) - 30px));
  max-width: none;
  top: 0;
  width: auto;
  z-index: 4;
}

.story-proto-cutout--okada img {
  height: 100%;
  max-width: none;
  object-fit: contain;
  width: auto;
}

.story-proto-cutout--saya {
  --anchor-y: 0%;
  --y: calc(var(--story-saya-center-y, 0px) + 14%);
  height: min(42.4116rem, calc((100svh - var(--site-header-height, 72px) - 4rem) * 0.886788));
  max-width: none;
  top: 0;
  width: auto;
  z-index: 5;
}

.story-proto-cutout--saya img {
  height: 100%;
  max-width: none;
  object-fit: contain;
  width: auto;
}

.story-proto-cutout--tanahashi {
  --anchor-y: 0%;
  --y: calc(var(--story-tanahashi-center-y, 0px) - 3%);
  height: min(43.795rem, calc((100svh - var(--site-header-height, 72px) - 4rem) * 0.912475));
  max-width: none;
  top: 0;
  width: auto;
  z-index: 3;
}

.story-proto-cutout--tanahashi img {
  height: 100%;
  max-width: none;
  object-fit: contain;
  width: auto;
}

.story-proto-polaroid--sorakichi {
  --anchor-y: 0%;
  --y: var(--story-photo-center-y, 0px);
  height: auto;
  top: 0;
  width: min(37.825rem, calc((50vw - 2rem) * 0.85));
}

.story-proto-polaroid--sorakichi img {
  filter: grayscale(1) sepia(0.39) saturate(1.16) hue-rotate(348deg) contrast(1.06) brightness(0.93);
  height: auto;
  object-fit: contain;
}

@media (min-width: 881px) and (max-height: 900px) {
  .story-proto-polaroid--sorakichi {
    height: calc(100% - 4rem);
  }

  .story-proto-polaroid--sorakichi img {
    height: 100%;
  }
}

.story-proto-clipping--primary {
  height: clamp(20rem, 43vw, 35rem);
  width: clamp(14rem, 28vw, 24rem);
}

.story-proto-clipping--hero {
  height: clamp(25rem, 54vw, 42rem);
  width: clamp(17rem, 35vw, 28rem);
}

.story-proto-clipping--small {
  height: clamp(11rem, 19vw, 17rem);
  width: clamp(13rem, 24vw, 20rem);
}

.story-proto-clipping--medium {
  height: clamp(15rem, 27vw, 24rem);
  width: clamp(12rem, 22vw, 19rem);
}

.story-proto-clipping--wide {
  height: clamp(16rem, 30vw, 27rem);
  width: clamp(22rem, 47vw, 42rem);
}

.story-proto-caption {
  background: #f1e4c9;
  border: 1px solid rgba(23, 18, 12, 0.28);
  color: var(--story-ink);
  font-family: var(--display);
  font-size: clamp(1rem, 1.8vw, 1.65rem);
  font-weight: 900;
  line-height: 0.95;
  max-width: 17rem;
  padding: 0.85rem;
  text-transform: uppercase;
}

.story-proto-beats {
  display: grid;
  gap: 0;
  margin-top: 1.3rem;
}

.story-proto-beat {
  border-top: 1px solid rgba(23, 18, 12, 0.22);
  padding: 0.7rem 0 0.8rem;
}

.story-proto-beat span {
  color: var(--story-ink);
  display: block;
  font-family: var(--display);
  font-size: clamp(1rem, 1.8vw, 1.5rem);
  font-weight: 900;
  line-height: 0.92;
  text-transform: uppercase;
}

.story-proto-chapter__copy .story-proto-beat p {
  color: rgba(23, 18, 12, 0.72);
  font-size: clamp(0.84rem, 1vw, 0.96rem);
  line-height: 1.4;
  margin: 0.35rem 0 0;
  max-width: none;
  width: 100%;
}

.story-proto-facts {
  border-top: 2px solid rgba(148, 35, 29, 0.32);
  display: grid;
  gap: 0;
  list-style: none;
  margin: 1.25rem 0 0;
  padding: 0;
}

.story-proto-facts li {
  align-items: baseline;
  border-bottom: 1px solid rgba(23, 18, 12, 0.18);
  display: grid;
  gap: 0.75rem;
  grid-template-columns: minmax(7.5rem, 0.62fr) minmax(0, 1fr);
  padding: 0.62rem 0;
}

.story-proto-facts span {
  color: rgba(23, 18, 12, 0.58);
  font-family: var(--display);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1;
  text-transform: uppercase;
}

.story-proto-facts strong {
  color: var(--story-ink);
  font-size: clamp(0.86rem, 1.08vw, 1rem);
  font-weight: 900;
  line-height: 1.2;
}

@media (prefers-reduced-motion: no-preference) {
  .story-proto-clipping,
  .story-proto-polaroid,
  .story-proto-cutout,
  .story-proto-caption {
    opacity: var(--card-opacity, 0.35);
    transition:
      opacity 420ms ease-out,
      transform 620ms cubic-bezier(0.22, 1, 0.36, 1);
    transform:
      translate(
        calc(var(--story-anchor-x, -50%) + var(--x, 0px) + var(--story-device-x, 0px) + var(--story-card-enter-x, var(--story-enter-x, 0px))),
        calc(var(--anchor-y, -50%) + var(--y, 0px) + (var(--move-y, 0px) * var(--story-progress, 0)))
      )
      rotate(calc(var(--rotate, 0deg) + (var(--story-progress, 0) * var(--story-scroll-rotate, 3deg))));
  }

  .story-proto-chapter.is-active .story-proto-clipping,
  .story-proto-chapter.is-active .story-proto-polaroid,
  .story-proto-chapter.is-active .story-proto-cutout,
  .story-proto-chapter.is-active .story-proto-caption {
    --card-opacity: 1;
  }

  .story-proto-chapter.is-measuring-photo-group .story-proto-cutout--misawa,
  .story-proto-chapter.is-measuring-photo-group .story-proto-cutout--muta,
  .story-proto-chapter.is-measuring-photo-group .story-proto-cutout--onita-funk {
    transition: none;
  }
}

@media (max-width: 880px) {
  .story-proto-rail::before {
    left: 1.1rem;
  }

  .story-proto-chapter {
    min-height: auto;
  }

  .story-proto-chapter__sticky {
    display: block;
    min-height: 0;
    padding: clamp(3rem, 12vw, 5rem) 1rem;
    position: relative;
    top: auto;
  }

  .story-proto-chapter__copy {
    margin-inline: auto;
  }

  .story-proto-stage {
    height: clamp(29rem, 90vw, 40rem);
    margin-top: 1.5rem;
  }

  .story-proto-polaroid--sorakichi {
    --anchor-y: -50%;
    --y: 0vh;
    top: 50%;
  }

  .story-proto-cutout--rikidozan {
    --anchor-y: -50%;
    --y: 0vh;
    height: auto;
    max-width: 100%;
    top: 50%;
    width: min(36rem, 79.2vw);
  }

  .story-proto-cutout--rikidozan img {
    height: auto;
    max-width: 100%;
    width: 100%;
  }

  .story-proto-cutout--baba-inoki {
    --anchor-y: -50%;
    --y: 0vh;
    height: auto;
    max-width: 100%;
    top: 50%;
    width: min(36rem, 84vw);
  }

  .story-proto-cutout--baba-inoki img {
    height: auto;
    max-width: 100%;
    width: 100%;
  }

  .story-proto-cutout--brody {
    --anchor-y: -50%;
    --y: 0vh;
    height: auto;
    max-width: 100%;
    top: 50%;
    width: min(19.2456rem, 55.9872vw);
  }

  .story-proto-cutout--brody img {
    height: auto;
    max-width: 100%;
    width: 100%;
  }

  .story-proto-cutout--tiger-mask {
    --anchor-y: -50%;
    --y: 0vh;
    height: auto;
    max-width: 100%;
    top: 50%;
    width: min(17.58735rem, 49.6584vw);
  }

  .story-proto-cutout--tiger-mask img {
    height: auto;
    max-width: 100%;
    width: 100%;
  }

  .story-proto-cutout--crush-gals {
    --anchor-y: -50%;
    --y: 0vh;
    height: auto;
    max-width: 100%;
    top: 50%;
    width: min(25.3rem, 72.6vw);
  }

  .story-proto-cutout--crush-gals img {
    height: auto;
    max-width: 100%;
    width: 100%;
  }

  .story-proto-cutout--misawa {
    --anchor-y: -50%;
    --y: 0vh;
    height: auto;
    max-width: 100%;
    top: 50%;
    width: min(21rem, 68vw);
  }

  .story-proto-cutout--misawa img {
    height: auto;
    max-width: 100%;
    width: 100%;
  }

  .story-proto-cutout--muta {
    --anchor-y: -50%;
    --y: 0vh;
    height: auto;
    max-width: 100%;
    top: 50%;
    width: min(28rem, 82vw);
  }

  .story-proto-cutout--muta img {
    height: auto;
    max-width: 100%;
    width: 100%;
  }

  .story-proto-cutout--onita-funk {
    --anchor-y: -50%;
    --y: 0vh;
    height: auto;
    max-width: 100%;
    top: 50%;
    width: min(22rem, 68vw);
  }

  .story-proto-cutout--onita-funk img {
    height: auto;
    max-width: 100%;
    width: 100%;
  }

  .story-proto-cutout--okada {
    --anchor-y: -50%;
    --y: 0vh;
    height: auto;
    max-width: 100%;
    top: 50%;
    width: min(21rem, 64vw);
  }

  .story-proto-cutout--okada img {
    height: auto;
    max-width: 100%;
    width: 100%;
  }

  .story-proto-cutout--saya {
    --anchor-y: -50%;
    --y: -1%;
    height: auto;
    max-width: 100%;
    top: 50%;
    width: min(19rem, 58vw);
  }

  .story-proto-cutout--saya img {
    height: auto;
    max-width: 100%;
    width: 100%;
  }

  .story-proto-cutout--tanahashi {
    --anchor-y: -50%;
    --y: 0vh;
    height: auto;
    max-width: 100%;
    top: 50%;
    width: min(20rem, 61vw);
  }

  .story-proto-cutout--tanahashi img {
    height: auto;
    max-width: 100%;
    width: 100%;
  }

  .story-proto-chapter h2 {
    font-size: clamp(2.2rem, 12vw, 4.4rem);
  }
}

@media (min-width: 561px) and (max-width: 880px) and (orientation: portrait) {
  .story-proto-polaroid--sorakichi {
    --y: 5%;
    width: min(37.4rem, 68.2vw);
  }

  .story-proto-cutout--rikidozan {
    width: min(44rem, 90vw);
  }

  .story-proto-cutout--baba-inoki {
    --y: 10%;
    width: min(37.62rem, 87.78vw);
  }

  .story-proto-cutout--tiger-mask {
    --story-anchor-x: 0%;
    --story-device-x: var(--story-copy-left-x, 0px);
    --story-scroll-rotate: 0deg;
    --x: 0px !important;
    --y: 10%;
  }

  .story-proto-cutout--brody {
    --story-anchor-x: -50%;
    --story-device-x: var(--story-copy-center-x, 0px);
    --story-scroll-rotate: 0deg;
    --x: 0px !important;
  }

  .story-proto-cutout--crush-gals {
    --story-anchor-x: -100%;
    --story-device-x: var(--story-copy-right-x, 0px);
    --story-scroll-rotate: 0deg;
    --x: 0px !important;
    --y: 30%;
    width: min(31rem, 82vw);
  }

  .story-proto-cutout--misawa {
    --story-device-x: calc(-8vw + var(--story-chapter5-group-x, 0px));
    --story-scroll-rotate: 0deg;
    height: min(38rem, 78vw);
    max-width: none;
    width: auto;
  }

  .story-proto-cutout--muta {
    --story-anchor-x: -50%;
    --story-device-x: calc(var(--story-copy-center-x, 0px) + var(--story-chapter5-group-x, 0px));
    --story-scroll-rotate: 0deg;
    --x: 0px !important;
    --y: calc(min(2.717rem, 5.58vw) + 23%);
    height: min(27.17rem, 55.8vw);
    max-width: none;
    left: 50%;
    top: 50%;
    width: auto;
  }

  .story-proto-cutout--onita-funk {
    --story-anchor-x: -100%;
    --story-device-x: calc(var(--story-copy-right-x, 0px) + var(--story-chapter5-group-x, 0px));
    --story-scroll-rotate: 0deg;
    --x: 0px !important;
    --y: 3%;
    height: min(39.03rem, 80.1vw);
    max-width: none;
    width: auto;
  }

  .story-proto-cutout--misawa img,
  .story-proto-cutout--muta img,
  .story-proto-cutout--onita-funk img {
    height: 100%;
    max-width: none;
    width: auto;
  }

  .story-proto-chapter--finale {
    padding-bottom: clamp(3rem, 10vw, 6rem);
  }

  .story-proto-stage--finale .story-proto-cutout--tanahashi {
    --story-anchor-x: 0%;
    --story-device-x: var(--story-copy-left-x, 0px);
    --story-scroll-rotate: 0deg;
    --x: 0px !important;
    --y: -1vw;
  }

  .story-proto-stage--finale .story-proto-cutout--saya {
    --story-scroll-rotate: 0deg;
    --y: calc(-1% + 12vw);
  }

  .story-proto-stage--finale .story-proto-cutout--okada {
    --story-anchor-x: -100%;
    --story-device-x: var(--story-copy-right-x, 0px);
    --story-scroll-rotate: 0deg;
    --x: 0px !important;
    --y: -5vw;
  }
}

@media (max-width: 560px) {
  .story-prototype {
    --story-mobile-reference-height: min(39rem, 118vw);
  }

  .story-proto-hero {
    min-height: calc(86svh - var(--site-header-height, 72px));
  }

  .story-proto-hero h1 {
    font-size: clamp(4.2rem, 23vw, 6.4rem);
  }

  .story-proto-clipping--wide {
    width: min(21rem, 84vw);
  }

  .story-proto-clipping--hero,
  .story-proto-clipping--primary {
    width: min(16rem, 68vw);
  }

  .story-proto-polaroid--sorakichi {
    --anchor-y: -50%;
    --rotate: 2deg !important;
    height: calc(var(--story-mobile-reference-height) * 1.1);
    max-width: none;
    top: 56%;
    --x: 0vw !important;
    --y: 8vw;
    width: auto;
  }

  .story-proto-polaroid--sorakichi img {
    height: 100%;
    max-width: none;
    width: auto;
  }

  .story-proto-cutout--rikidozan {
    --story-anchor-x: -50%;
    --story-device-x: var(--story-copy-center-x, 0px);
    --story-scroll-rotate: 0deg;
    --x: 0px !important;
    --y: 5vw;
    height: var(--story-mobile-reference-height);
    max-width: none;
    top: 55%;
    width: auto;
  }

  .story-proto-cutout--rikidozan img {
    height: 100%;
    max-width: none;
    width: auto;
  }

  .story-proto-cutout--baba-inoki {
    --story-anchor-x: -50%;
    --story-device-x: var(--story-copy-center-x, 0px);
    --story-scroll-rotate: 0deg;
    --x: 0px !important;
    height: var(--story-mobile-reference-height);
    max-width: none;
    top: 55%;
    width: auto;
    --y: 2vw;
  }

  .story-proto-cutout--baba-inoki img {
    height: 100%;
    max-width: none;
    width: auto;
  }

  .story-proto-stage--constellation .story-proto-cutout--tiger-mask {
    --story-anchor-x: 0%;
    --story-device-x: var(--story-copy-left-x, 0px);
    --story-scroll-rotate: 0deg;
    --x: 0px !important;
    --y: 3vw;
    height: calc(var(--story-mobile-reference-height) * 0.887);
    max-width: none;
    width: auto;
  }

  .story-proto-stage--constellation .story-proto-cutout--brody {
    --story-anchor-x: -50%;
    --story-device-x: calc(var(--story-copy-center-x, 0px) + 7vw);
    --story-scroll-rotate: 0deg;
    --x: 0px !important;
    --y: -4vw;
    height: var(--story-mobile-reference-height);
    max-width: none;
    width: auto;
  }

  .story-proto-stage--constellation .story-proto-cutout--crush-gals {
    --story-anchor-x: -100%;
    --story-device-x: calc(var(--story-copy-right-x, 0px) + 3vw);
    --story-scroll-rotate: 0deg;
    --x: 0px !important;
    --y: 23vw !important;
    height: calc(var(--story-mobile-reference-height) * 0.871);
    max-width: none;
    width: auto;
  }

  .story-proto-stage--constellation .story-proto-cutout--tiger-mask img,
  .story-proto-stage--constellation .story-proto-cutout--brody img,
  .story-proto-stage--constellation .story-proto-cutout--crush-gals img {
    height: 100%;
    max-width: none;
    width: auto;
  }

  .story-proto-cutout--misawa {
    --story-anchor-x: -50%;
    --story-device-x: calc(var(--story-copy-left-x, 0px) + 20vw);
    --story-scroll-rotate: 0deg;
    --x: 0px !important;
    --y: -1vw;
    height: calc(var(--story-mobile-reference-height) * 0.94);
    max-width: none;
    top: 58%;
    width: auto;
    z-index: 4;
  }

  .story-proto-cutout--muta {
    --story-anchor-x: -50%;
    --story-device-x: calc(var(--story-copy-center-x, 0px) + 3vw);
    --story-scroll-rotate: 0deg;
    --x: 0px !important;
    --y: 26vw;
    height: calc(var(--story-mobile-reference-height) * 0.72);
    max-width: none;
    top: 58%;
    width: auto;
    z-index: 5;
  }

  .story-proto-cutout--onita-funk {
    --story-anchor-x: -100%;
    --story-device-x: calc(var(--story-copy-right-x, 0px) + 2vw);
    --story-scroll-rotate: 0deg;
    --x: 0px !important;
    --y: -5vw;
    height: calc(var(--story-mobile-reference-height) * 0.95);
    max-width: none;
    top: 58%;
    width: auto;
    z-index: 3;
  }

  .story-proto-cutout--misawa img,
  .story-proto-cutout--muta img,
  .story-proto-cutout--onita-funk img {
    height: 100%;
    max-width: none;
    width: auto;
  }

  .story-proto-chapter--finale {
    padding-bottom: clamp(3rem, 10vw, 6rem);
  }

  .story-proto-stage--finale .story-proto-cutout--tanahashi {
    --story-anchor-x: 0%;
    --story-device-x: var(--story-copy-left-x, 0px);
    --story-scroll-rotate: 0deg;
    --x: 0px !important;
    --y: 3vw;
    height: calc(var(--story-mobile-reference-height) * 0.9);
    max-width: none;
    top: 58%;
    width: auto;
  }

  .story-proto-stage--finale .story-proto-cutout--saya {
    --story-anchor-x: -50%;
    --story-device-x: var(--story-copy-center-x, 0px);
    --story-scroll-rotate: 0deg;
    --x: 0px !important;
    --y: 18vw;
    height: calc(var(--story-mobile-reference-height) * 0.872);
    max-width: none;
    top: 58%;
    width: auto;
  }

  .story-proto-stage--finale .story-proto-cutout--okada {
    --story-anchor-x: -100%;
    --story-device-x: var(--story-copy-right-x, 0px);
    --story-scroll-rotate: 0deg;
    --x: 0px !important;
    --y: 2vw;
    height: var(--story-mobile-reference-height);
    max-width: none;
    top: 58%;
    width: auto;
  }

  .story-proto-stage--finale .story-proto-cutout--tanahashi img,
  .story-proto-stage--finale .story-proto-cutout--saya img,
  .story-proto-stage--finale .story-proto-cutout--okada img {
    height: 100%;
    max-width: none;
    width: auto;
  }

  .story-proto-caption {
    max-width: 12rem;
  }
}
