/* The opening and final act share a film-first visual language. */
.opening-sequence {
  position: fixed;
  inset: 0;
  z-index: 150;
  background: #e8ede4;
  color: #253c49;
  overflow: clip;
  isolation: isolate;
}
.intro-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 68% center;
  opacity: 0.72;
  transform: scale(1.07);
}
.intro-wash {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    #eff0e5f7 0%,
    #e9eee4d9 24%,
    #e0e8e666 65%,
    #d9e4e22b
  );
}
.intro-border {
  position: absolute;
  inset: 7%;
  border: 1px solid #41677344;
  pointer-events: none;
}
.intro-border:after {
  content: "";
  position: absolute;
  width: 45vw;
  height: 45vw;
  top: 50%;
  left: 24%;
  border: 1px solid #aa94684a;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
.intro-index {
  position: absolute;
  left: 9%;
  top: 10%;
  font:
    9px Georgia,
    serif;
  letter-spacing: 0.3em;
}
.intro-skip {
  position: absolute;
  right: 9%;
  top: 9%;
  font: 12px var(--serif);
  letter-spacing: 0.15em;
  padding: 10px 0;
  border-bottom: 1px solid #45657577;
  z-index: 5;
}
.intro-skip span {
  padding-left: 25px;
}
.intro-copy {
  position: absolute;
  left: 13%;
  top: 27%;
  width: 64%;
}
.intro-copy > p:first-child {
  font:
    9px Georgia,
    serif;
  letter-spacing: 0.45em;
  margin-bottom: 23px;
}
.intro-copy h2 {
  font: 500 clamp(34px, 5.5vw, 80px) / 1.6 var(--serif);
  letter-spacing: 0.17em;
}
.intro-copy h2 > span,
.intro-copy h2 > em {
  display: block;
}
.intro-copy h2 > em {
  color: #917448;
  padding-left: 1.25em;
}
.intro-rule {
  display: block;
  width: 280px;
  max-width: 55%;
  height: 1px;
  background: #a58b62;
  transform-origin: left;
  margin: 32px 0;
}
.intro-signature {
  font: 19px var(--serif);
  letter-spacing: 0.2em;
}
.intro-signature small {
  display: block;
  font:
    8px Georgia,
    serif;
  letter-spacing: 0.22em;
  margin-top: 9px;
}
.intro-bottom {
  position: absolute;
  bottom: 10%;
  left: 9%;
  right: 9%;
  display: flex;
  justify-content: space-between;
  font:
    8px Georgia,
    serif;
  letter-spacing: 0.2em;
}
.intro-progress {
  position: absolute;
  bottom: 7%;
  left: 7%;
  right: 7%;
  height: 1px;
  background: #44647625;
}
.intro-progress i {
  display: block;
  height: 100%;
  background: #9e8050;
  transform-origin: left;
}
.intro-active {
  overflow: hidden;
}
.film-section {
  padding: 0;
  height: 195svh;
  overflow: visible;
  background: #081923;
}
.film-pin {
  position: sticky;
  top: 0;
  min-height: 660px;
  height: 100svh;
  overflow: clip;
  isolation: isolate;
}
.film-environment {
  position: absolute;
  inset: -10%;
  z-index: -4;
  opacity: 0.22;
  transform: scale(var(--film-bg-scale, 1.07)) rotate(-8deg);
}
.film-environment img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.3);
}
.film-environment:after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, #091a23b0, transparent 70%),
    linear-gradient(0deg, #091a2380, transparent);
}
.film-section:before {
  display: none;
}
.film-orbit {
  position: absolute;
  width: 72vw;
  height: 72vw;
  left: -15%;
  top: -10%;
  border: 1px solid #b1aa714d;
  border-radius: 50%;
  pointer-events: none;
  transform: rotate(var(--film-orbit, 0deg));
  z-index: -2;
}
.film-orbit:before {
  content: "";
  position: absolute;
  inset: 8%;
  border: 1px dashed #ccdbb433;
  border-radius: 50%;
}
.film-orbit:after {
  content: "✦";
  position: absolute;
  left: 6%;
  top: 20%;
  font-size: 32px;
  color: #d8c997;
}
.film-pin > .section-kicker {
  position: absolute;
  left: 6%;
  right: 6%;
  top: 100px;
  z-index: 5;
  pointer-events: none;
  opacity: var(--film-copy-alpha, 1);
}
.film-composition {
  position: absolute;
  inset: 0;
  padding: 0;
  margin: 0;
  perspective: 1200px;
}
.film-screen {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  aspect-ratio: auto;
  border: none;
  box-shadow: none;
  clip-path: inset(var(--film-inset-y, 19%) var(--film-inset-x, 13%));
  transform: none;
  transform-origin: center;
}
.film-screen > video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(var(--film-video-scale, 1.1));
}
.film-screen-shade {
  background:
    linear-gradient(90deg, #071b3277, transparent 65%),
    linear-gradient(0deg, #071724bb, transparent 65%);
}
.film-label {
  position: absolute;
  top: 26%;
  left: 7%;
  z-index: 4;
  pointer-events: none;
  transform: translate3d(var(--film-copy-x, 0px), var(--film-copy-y, 0px), 0);
  opacity: var(--film-copy-alpha, 1);
}
.film-label > .film-english {
  font:
    clamp(25px, 4.9vw, 72px) / 0.96 Georgia,
    serif;
  letter-spacing: -0.04em;
  color: #f2eddb57;
  display: block;
  margin: 0 0 35px 4px;
}
.film-statement {
  font: 500 clamp(40px, 5.3vw, 78px) / 1.55 var(--serif);
  letter-spacing: 0.09em;
  color: #f8f2d9;
}
.film-statement > span,
.film-statement > em {
  display: block;
}
.film-statement > em {
  font-size: 1.24em;
  letter-spacing: 0.2em;
  padding-left: 1.3em;
  color: #d8d6a6;
}
.film-statement .glyph-window {
  padding-bottom: 0.25em;
  margin-bottom: -0.25em;
}
.film-play {
  left: 70%;
  top: 47%;
  transform: translate(-50%, -50%) scale(var(--film-play-scale, 0.85));
  opacity: 0.94;
  transition: color 0.3s;
}
.film-play i {
  width: 95px;
  height: 95px;
  outline-offset: 18px;
  background: #0f263233;
  border: 1px solid #faf3d9ab;
}
.film-play > span {
  font:
    9px Georgia,
    serif;
  letter-spacing: 0.25em;
}
.film-screen:hover .film-play i {
  background: #e2d7ac22;
  transform: scale(1.06);
}
.film-caption {
  left: 16%;
  right: 16%;
  bottom: 23%;
  transform: translateY(var(--film-caption-y, 0px));
  transition: none;
}
.film-caption b {
  font-size: 22px;
  color: #e2d8b3;
}
.film-caption > span {
  font:
    8px Georgia,
    serif;
  letter-spacing: 0.17em;
}
.film-vertical {
  right: 5%;
  top: 31%;
  font-size: 8px;
  color: #b7d1c4;
  opacity: var(--film-copy-alpha, 1);
}
.film-still {
  position: absolute;
  right: 8%;
  bottom: 7%;
  width: 24%;
  z-index: 4;
  pointer-events: none;
  opacity: var(--film-copy-alpha, 1);
  transform: translate3d(0, var(--film-still-y, 0px), 0);
}
.film-still img {
  width: 100%;
  aspect-ratio: 3.6/1;
  object-fit: cover;
  object-position: 50% 45%;
  border: 1px solid #c4ba8777;
}
.film-still > span {
  font:
    7px Georgia,
    serif;
  letter-spacing: 0.22em;
  color: #cad8c5;
  display: block;
  padding-top: 8px;
}
.film-scroll-note {
  position: absolute;
  left: 7%;
  bottom: 11%;
  z-index: 4;
  pointer-events: none;
  font: 12px var(--serif);
  letter-spacing: 0.12em;
  color: #cdd9c8;
  opacity: var(--film-copy-alpha, 1);
}
.film-scroll-note > span {
  display: block;
  font:
    7px Georgia,
    serif;
  letter-spacing: 0.25em;
  margin-top: 8px;
}
.film-bottom {
  position: absolute;
  inset: auto 6% 4%;
  margin: 0;
  font-size: 8px;
  z-index: 4;
  pointer-events: none;
  color: #abc7c0;
  border: 0;
}
.gallery {
  position: relative;
  overflow: clip;
  padding: 95px 7% 130px;
  isolation: isolate;
}
.gallery-display {
  position: absolute;
  top: 125px;
  right: -6%;
  z-index: -1;
  font:
    italic 25vw/1 Georgia,
    serif;
  letter-spacing: -0.055em;
  color: transparent;
  -webkit-text-stroke: 1px #72837532;
  transform: translateX(var(--gallery-letter-x, 0px));
  pointer-events: none;
}
.gallery-heading {
  padding: 60px 0 25px;
}
.gallery-heading p {
  font-size: clamp(29px, 3.5vw, 53px);
  line-height: 1.7;
}
.gallery-heading > span {
  margin-bottom: 10px;
}
.memory-strip {
  margin: 40px 0 85px;
  grid-template-columns: 1.1fr 0.3fr 1fr;
  gap: 35px;
}
.memory-strip figure:first-child {
  transform: translateY(calc(var(--gallery-drift, 0px) * -1));
}
.memory-strip figure:last-child {
  transform: translateY(var(--gallery-drift, 0px));
  margin-top: 55px;
}
.memory-strip img {
  aspect-ratio: 2.4/1;
}
.memory-strip > p {
  font-size: 32px;
}
.memory-strip small {
  top: 60px;
}
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 44px 35px;
  align-items: start;
}
.gallery-item {
  grid-column: span 5;
  aspect-ratio: 4/4.5;
  overflow: visible;
  position: relative;
  background: transparent;
  box-shadow: none;
  transform: translateY(var(--gallery-drift, 0px)) !important;
}
.gallery-item.gallery-wide {
  grid-column: span 7;
  aspect-ratio: 16/11;
}
.gallery-item:nth-child(2) {
  margin-top: 100px;
}
.gallery-item:nth-child(3) {
  margin-top: 0;
  grid-column: span 4;
  aspect-ratio: 3/4.4;
}
.gallery-item:nth-child(4) {
  margin-top: 80px;
  grid-column: span 8;
  aspect-ratio: 16/10;
}
.gallery-item:nth-child(5) {
  margin-top: -30px;
  grid-column: span 5;
  aspect-ratio: 4/5;
}
.gallery-item:nth-child(6) {
  margin-top: 115px;
  grid-column: span 7;
  aspect-ratio: 16/11;
}
.gallery-item:nth-child(2n) {
  transform: translateY(calc(var(--gallery-drift, 0px) * -1)) !important;
}
.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  clip-path: inset(0);
  filter: saturate(0.9);
  box-shadow: 0 20px 55px #52605017;
  transform: none;
}
.gallery-item:after {
  content: "";
  position: absolute;
  inset: -10px;
  border: 1px solid #93836555;
  pointer-events: none;
  opacity: 0;
  transform: scale(0.98);
  transition:
    opacity 0.7s,
    transform 0.7s var(--ease);
}
.gallery-item:hover:after,
.gallery-item:focus-visible:after {
  opacity: 1;
  transform: scale(1);
}
.gallery-item > span {
  position: absolute;
  top: 100%;
  bottom: auto;
  left: 0;
  right: 0;
  padding: 14px 0 0;
  color: #344d58;
  background: none;
  display: flex;
  gap: 12px;
  align-items: center;
  font: 15px var(--serif);
  letter-spacing: 0.07em;
}
.gallery-item > span small {
  font:
    8px Georgia,
    serif;
  letter-spacing: 0.16em;
  display: block;
  color: #7b8171;
  margin: 0;
}
.gallery-item > span i {
  margin-left: auto;
  position: static;
  color: #917b53;
  font-size: 24px;
}
.gallery-item:hover img {
  transform: scale(1.02);
  filter: saturate(1.02);
}
.site-footer {
  min-height: 710px;
  padding-top: 105px;
  overflow: clip;
}
.footer-quote {
  position: relative;
  z-index: 3;
  font-size: clamp(35px, 5vw, 72px);
  letter-spacing: 0.1em;
}
.footer-quote em {
  padding-left: 1.2em;
}
.footer-memory {
  position: absolute;
  left: -5%;
  top: 10%;
  width: 42%;
  height: 58%;
  opacity: 0.6;
  transform: rotate(-8deg) translateY(var(--footer-memory-y, 0px));
  mask-image: linear-gradient(90deg, black 70%, transparent);
}
.footer-memory img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: 40% center;
}
.footer-scene {
  opacity: 0.4;
}
.footer-title {
  position: relative;
  z-index: 3;
  margin-top: 30px;
}
.footer-bottom {
  z-index: 4;
}
.site-footer > .eyebrow {
  position: relative;
  z-index: 3;
}
@media (max-width: 1100px) and (min-width: 761px) {
  .film-label {
    top: 29%;
  }
  .film-statement {
    font-size: 47px;
  }
  .film-label > .film-english {
    font-size: 44px;
  }
  .film-play {
    left: 74%;
    top: 45%;
  }
  .film-still {
    width: 26%;
    bottom: 11%;
  }
  .gallery-item > span {
    font-size: 13px;
    gap: 8px;
  }
  .gallery-item > span small {
    font-size: 6px;
  }
  .gallery-grid {
    gap: 50px 28px;
  }
  .gallery {
    padding-bottom: 110px;
  }
}
@media (max-width: 760px) {
  .intro-border {
    inset: 5%;
  }
  .intro-index {
    left: 8%;
    top: 9%;
    font-size: 6px;
  }
  .intro-skip {
    right: 8%;
    top: 8%;
    font-size: 10px;
  }
  .intro-skip span {
    padding-left: 13px;
  }
  .intro-copy {
    left: 11%;
    top: 28%;
    width: 84%;
  }
  .intro-copy > p:first-child {
    font-size: 7px;
    letter-spacing: 0.27em;
    margin-bottom: 25px;
  }
  .intro-copy h2 {
    font-size: 34px;
    line-height: 1.75;
    letter-spacing: 0.09em;
  }
  .intro-copy h2 > em {
    padding-left: 0.7em;
  }
  .intro-rule {
    width: 165px;
    margin: 25px 0;
  }
  .intro-signature {
    font-size: 15px;
    letter-spacing: 0.1em;
  }
  .intro-signature small {
    font-size: 6px;
  }
  .intro-bottom {
    left: 8%;
    right: 8%;
    bottom: 9%;
    font-size: 6px;
  }
  .intro-bottom > span + span {
    display: none;
  }
  .intro-border:after {
    width: 85vw;
    height: 85vw;
    left: 38%;
  }
  .intro-wash {
    background:
      linear-gradient(90deg, #e9eee4e8, #e1e7e2a1 45%, #d3dfe148),
      linear-gradient(0deg, #d3e1e8a1, transparent);
  }
  .intro-video {
    object-position: 61% center;
  }
  .intro-progress {
    bottom: 5%;
    left: 5%;
    right: 5%;
  }
  .film-section {
    height: 175svh;
    padding: 0;
  }
  .film-pin {
    height: 100svh;
    min-height: 0;
  }
  .film-pin > .section-kicker {
    top: 91px;
    left: 7%;
    right: 7%;
  }
  .film-label {
    top: 23%;
    left: 7%;
    display: block;
    margin: 0;
  }
  .film-label > .film-english {
    font-size: 32px;
    margin-bottom: 27px;
    line-height: 0.98;
    color: #f2eddb66;
  }
  .film-statement {
    font-size: 32px;
    letter-spacing: 0.06em;
    line-height: 1.7;
  }
  .film-statement > em {
    font-size: 1.3em;
    padding-left: 1.2em;
  }
  .film-screen {
    aspect-ratio: auto;
    inset: 0;
  }
  .film-screen > video {
    object-position: 58% center;
  }
  .film-play {
    left: 73%;
    top: 59%;
    transform: translate(-50%, -50%) scale(var(--film-play-scale, 0.85));
  }
  .film-play i {
    width: 61px;
    height: 61px;
    outline-offset: 10px;
    font-size: 14px;
  }
  .film-play > span {
    font-size: 7px;
  }
  .film-caption {
    left: 14%;
    right: 14%;
    bottom: 25%;
    display: block;
  }
  .film-caption b {
    font-size: 17px;
  }
  .film-caption > span {
    font-size: 6px;
    display: block;
    padding-top: 6px;
  }
  .film-still {
    right: 8%;
    bottom: 11%;
    width: 42%;
  }
  .film-still img {
    aspect-ratio: 3.2/1;
  }
  .film-still > span {
    font-size: 5px;
    letter-spacing: 0.08em;
  }
  .film-scroll-note {
    font-size: 10px;
    left: 7%;
    bottom: 11%;
    max-width: 40%;
  }
  .film-scroll-note > span {
    font-size: 5px;
    letter-spacing: 0.1em;
  }
  .film-bottom {
    font-size: 7px;
    bottom: 4%;
  }
  .film-orbit {
    width: 120vw;
    height: 120vw;
    left: -65%;
    top: 15%;
  }
  .film-vertical {
    display: none;
  }
  .gallery {
    padding: 48px 7% 80px;
  }
  .gallery-heading {
    padding: 30px 0 15px;
  }
  .gallery-heading p {
    font-size: 25px;
  }
  .gallery-heading > span {
    font-size: 7px;
    margin-top: 18px;
  }
  .gallery-display {
    top: 180px;
    font-size: 36vw;
    right: -20%;
  }
  .memory-strip {
    gap: 10px;
    margin: 20px 0 50px;
    grid-template-columns: 1fr 0.22fr 1fr;
  }
  .memory-strip figure:last-child {
    margin-top: 25px;
  }
  .memory-strip img {
    aspect-ratio: 4/5;
  }
  .memory-strip > p {
    font-size: 20px;
  }
  .gallery-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 52px 14px;
  }
  .gallery-item,
  .gallery-item.gallery-wide,
  .gallery-item:nth-child(n) {
    grid-column: span 1;
    margin: 0;
    aspect-ratio: 3/4;
    transform: none !important;
  }
  .gallery-item:nth-child(2n) {
    margin-top: 37px;
    transform: none !important;
  }
  .gallery-item:first-child,
  .gallery-item:last-child {
    grid-column: span 2;
    aspect-ratio: 16/11;
  }
  .gallery-item:first-child {
    margin-bottom: 5px;
  }
  .gallery-item:last-child {
    margin-top: 25px;
  }
  .gallery-item > span {
    font-size: 12px;
    display: block;
    padding-top: 10px;
    letter-spacing: 0.02em;
  }
  .gallery-item > span small {
    font-size: 6px;
    letter-spacing: 0.08em;
    margin-bottom: 3px;
  }
  .gallery-item > span i {
    position: absolute;
    right: 0;
    top: 15px;
    font-size: 18px;
  }
  .gallery-item:after {
    inset: -6px;
  }
  .site-footer {
    min-height: 660px;
    padding-top: 120px;
  }
  .footer-quote {
    font-size: 35px;
  }
  .footer-memory {
    width: 70%;
    left: -27%;
    top: 34%;
    height: 35%;
    opacity: 0.4;
  }
  .footer-title {
    margin-top: 35px;
  }
  .footer-bottom {
    font-size: 9px;
  }
  .footer-quote em {
    padding-left: 0.5em;
  }
}
@media (max-width: 760px) and (max-height: 740px) {
  .film-label {
    top: 23%;
  }
  .film-label > .film-english {
    font-size: 27px;
    margin-bottom: 15px;
  }
  .film-statement {
    font-size: 28px;
  }
  .film-pin > .section-kicker {
    top: 82px;
  }
  .film-play {
    top: 58%;
    left: 76%;
  }
  .film-play i {
    width: 51px;
    height: 51px;
  }
  .film-still {
    bottom: 10%;
  }
  .film-scroll-note {
    bottom: 10%;
  }
  .intro-copy {
    top: 25%;
  }
  .intro-copy h2 {
    font-size: 31px;
  }
}
:is(.compact-stage, .no-js) .film-section {
  height: auto;
}
:is(.compact-stage, .no-js) .film-pin {
  height: 720px;
  position: relative;
}
:is(.compact-stage, .no-js) .film-screen {
  clip-path: inset(18% 8%);
}
.motion-paused .gallery-item img {
  transition: none;
}
@media (prefers-reduced-motion: reduce) {
  .gallery-item,
  .gallery-item:nth-child(2n),
  .gallery-display,
  .memory-strip figure,
  .footer-memory {
    transform: none !important;
  }
  .film-screen {
    clip-path: inset(12% 7%) !important;
  }
  .film-label {
    transform: none !important;
    opacity: 1 !important;
  }
  .opening-sequence {
    display: none !important;
  }
}
/* Character poster and a sequence of original memories. */
.characters {
  overflow: clip;
  padding-bottom: 130px;
  background: #eeeede;
}
.character-layout {
  min-height: 735px;
  grid-template-columns: 56% 44%;
}
.character-art {
  min-height: 735px;
  overflow: clip;
}
.character-orbit {
  opacity: 0.35;
}
.character-name-display {
  position: absolute;
  top: 23%;
  left: 11%;
  z-index: 1;
  font: 500 clamp(105px, 11vw, 174px) / 1.4 var(--serif);
  white-space: nowrap;
  letter-spacing: -0.06em;
  color: #c7bc958c;
  transform: rotate(-7deg);
}
.characters[data-active-character="2"] .character-name-display {
  font-size: clamp(84px, 8.6vw, 133px);
  left: 10%;
  top: 24%;
}
.character-word {
  font:
    italic 20px Georgia,
    serif;
  -webkit-text-stroke: 0;
  color: #738675;
  letter-spacing: 0.08em;
  writing-mode: vertical-rl;
  top: 20%;
  left: 8%;
  z-index: 4;
}
.character-info {
  padding-top: 54px;
}
.character-info h3 {
  font-size: clamp(33px, 3.3vw, 51px);
  letter-spacing: 0.17em;
}
.character-info blockquote {
  font: 500 clamp(21px, 2.05vw, 31px) / 1.9 var(--serif);
  letter-spacing: 0.055em;
  border: 0;
  padding: 0;
  margin: 26px 0 24px;
  color: #374d54;
  white-space: normal;
  position: relative;
}
.character-info blockquote:before {
  content: "“";
  font:
    100px Georgia,
    serif;
  position: absolute;
  left: -0.4em;
  top: -0.36em;
  z-index: -1;
  color: #b5a47755;
}
.character-description {
  font-size: 14px;
  line-height: 2;
  max-width: 29em;
}
.character-info > .eyebrow {
  font-size: 9px;
  margin-bottom: 24px;
  padding-bottom: 17px;
}
.character-tabs {
  margin-top: 26px;
}
.character-details {
  position: relative;
  display: grid;
  grid-template-columns: 1.12fr 0.74fr 1.05fr;
  gap: 5%;
  margin: 28px 2% 0 6%;
  padding-bottom: 28px;
  isolation: isolate;
}
.character-detail {
  position: relative;
  z-index: 2;
}
.character-detail:nth-child(2) {
  margin-top: 75px;
}
.character-detail:nth-child(3) {
  margin-top: -8px;
}
.character-detail-window {
  overflow: clip;
  aspect-ratio: 16/10;
}
.character-detail:nth-child(2) .character-detail-window {
  aspect-ratio: 4/5;
}
.character-detail:nth-child(3) .character-detail-window {
  aspect-ratio: 16/10;
}
.character-detail-window img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition:
    filter 0.6s,
    transform 1.1s var(--ease);
}
.character-detail-window:hover img {
  transform: scale(1.035);
}
.character-detail figcaption {
  display: flex;
  gap: 15px;
  align-items: center;
  padding: 14px 0;
  font: 12px var(--serif);
  letter-spacing: 0.12em;
  color: #4e686a;
}
.character-detail figcaption span {
  font:
    10px Georgia,
    serif;
  color: #998051;
}
.character-detail figcaption b {
  font-weight: 500;
}
.character-memory-label {
  position: absolute;
  left: -3%;
  bottom: 0;
  font:
    italic clamp(34px, 5.4vw, 80px) / 0.98 Georgia,
    serif;
  letter-spacing: -0.04em;
  color: #a19a764f;
  z-index: 1;
}
.character-memory-label em {
  padding-left: 0.6em;
}
@media (max-width: 1100px) and (min-width: 761px) {
  .character-info blockquote {
    font-size: 21px;
  }
  .character-layout {
    grid-template-columns: 54% 46%;
  }
  .character-art {
    min-height: 740px;
  }
  .character-name-display {
    font-size: 116px;
  }
  .character-details {
    margin-left: 2%;
    gap: 4%;
  }
}
@media (max-width: 760px) {
  .characters {
    padding-bottom: 70px;
  }
  .character-layout {
    min-height: 0;
    display: flex;
  }
  .character-art {
    min-height: 0;
    height: 430px;
  }
  .character-name-display {
    font-size: 85px;
    left: 10%;
    top: 22%;
  }
  .characters[data-active-character="2"] .character-name-display {
    font-size: 64px;
    left: 9%;
    top: 23%;
  }
  .character-word {
    font-size: 13px;
    left: 7%;
    top: 18%;
  }
  .character-info {
    padding: 10px 0 20px;
  }
  .character-info h3 {
    font-size: 38px;
  }
  .character-info blockquote {
    font-size: 24px;
    line-height: 1.85;
    letter-spacing: 0.025em;
    margin: 27px 0 22px;
  }
  .character-info blockquote:before {
    font-size: 80px;
    left: -0.18em;
    top: -0.4em;
  }
  .character-description {
    font-size: 14px;
    max-width: none;
  }
  .character-tabs {
    margin-top: 25px;
  }
  .character-details {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 16px;
    margin: 25px 0 0;
    padding: 0;
  }
  .character-detail:nth-child(n) {
    margin: 0;
  }
  .character-detail:first-child {
    grid-column: span 2;
    width: 87%;
  }
  .character-detail:nth-child(2) {
    margin-top: 8px;
  }
  .character-detail:nth-child(3) {
    margin-top: 45px;
  }
  .character-detail-window,
  .character-detail:nth-child(2) .character-detail-window,
  .character-detail:nth-child(3) .character-detail-window {
    aspect-ratio: 4/3;
  }
  .character-detail:first-child .character-detail-window {
    aspect-ratio: 16/9;
  }
  .character-detail figcaption {
    font-size: 10px;
    gap: 9px;
    padding-top: 10px;
  }
  .character-detail figcaption span {
    font-size: 8px;
  }
  .character-memory-label {
    font-size: 37px;
    left: auto;
    right: -3%;
    top: 12%;
    bottom: auto;
    z-index: 3;
    color: #dbd2ac;
    pointer-events: none;
  }
}
.motion-paused .character-detail-window img {
  transition: none;
}
.hero-pin,
.story-pin,
.film-pin {
  min-height: 0;
}
.replay-opening:disabled {
  opacity: 0.45;
  cursor: default;
}
@media (min-width: 761px) {
  .hero-poetry {
    right: 3.7%;
    gap: 12px;
    font-size: clamp(16px, 1.4vw, 22px);
  }
}
.character-name-display {
  top: 5%;
}
.characters[data-active-character="2"] .character-name-display {
  top: 8%;
}
.character-info blockquote:before {
  content: "“" / "";
}
@media (max-width: 760px) {
  .character-name-display {
    top: 8%;
  }
  .characters[data-active-character="2"] .character-name-display {
    top: 11%;
  }
}
