:root {
  --exhibit-forest: #111711;
  --exhibit-forest-soft: #1b2119;
  --exhibit-ink: #20231f;
  --exhibit-paper: #eee9df;
  --exhibit-paper-deep: #ddd4c4;
  --exhibit-mist: #a9aca2;
  --exhibit-amber: #b49a70;
  --exhibit-rust: #9e604a;
  --exhibit-line: rgba(32, 35, 31, 0.2);
  --exhibit-line-light: rgba(238, 233, 223, 0.2);
  --exhibit-serif: "Yu Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif JP", Georgia, serif;
  --exhibit-sans: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Yu Gothic", "Noto Sans JP", sans-serif;
  --exhibit-shell: 1160px;
  --exhibit-reading: 680px;
  --exhibit-header: 72px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  overflow-x: clip;
  background: var(--exhibit-paper);
  color: var(--exhibit-ink);
  font-family: var(--exhibit-sans);
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.9;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

img,
svg {
  display: block;
  max-width: 100%;
}

img {
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  color: inherit;
  font: inherit;
}

::selection {
  background: rgba(180, 154, 112, 0.3);
}

:focus-visible {
  outline: 2px solid var(--exhibit-amber);
  outline-offset: 5px;
}

.exhibit-skip {
  position: fixed;
  z-index: 120;
  top: 12px;
  left: 12px;
  padding: 8px 14px;
  background: var(--exhibit-paper);
  color: var(--exhibit-ink);
  font-size: 12px;
  transform: translateY(-160%);
  transition: transform 180ms ease;
}

.exhibit-skip:focus {
  transform: translateY(0);
}

.exhibit-shell {
  width: min(calc(100% - 96px), var(--exhibit-shell));
  margin-inline: auto;
}

.exhibit-reading {
  width: min(calc(100% - 48px), var(--exhibit-reading));
  margin-inline: auto;
}

.exhibit-serif {
  font-family: var(--exhibit-serif);
}

.exhibit-kicker,
.exhibit-index,
.exhibit-date {
  margin: 0;
  font-family: var(--exhibit-sans);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.6;
  text-transform: uppercase;
}

.exhibit-kicker,
.exhibit-index {
  color: #6f746c;
}

.exhibit-kicker--light,
.exhibit-index--light,
.exhibit-date {
  color: rgba(238, 233, 223, 0.62);
}

.exhibit-nav {
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  left: 0;
  display: flex;
  min-height: var(--exhibit-header);
  align-items: center;
  justify-content: space-between;
  padding: env(safe-area-inset-top) 36px 0;
  color: var(--exhibit-paper);
  transition: background-color 500ms ease, box-shadow 500ms ease;
}

.exhibit-nav.is-scrolled {
  background: rgba(10, 14, 10, 0.88);
  box-shadow: 0 1px 0 rgba(238, 233, 223, 0.12);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.exhibit-nav__back {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 12px;
  color: rgba(238, 233, 223, 0.78);
  font-family: var(--exhibit-serif);
  font-size: 12px;
  transition: color 350ms ease;
}

.exhibit-nav__back:hover {
  color: var(--exhibit-paper);
}

.exhibit-nav__brand {
  display: block;
  width: 134px;
}

.exhibit-nav__brand img {
  width: 100%;
  filter: invert(91%) sepia(8%) saturate(368%) hue-rotate(348deg) brightness(96%) contrast(91%);
  opacity: 0.72;
}

.exhibit-hero {
  position: relative;
  display: grid;
  min-height: 94vh;
  min-height: 94svh;
  overflow: hidden;
  align-items: end;
  isolation: isolate;
  background: var(--exhibit-forest);
  color: var(--exhibit-paper);
}

.exhibit-hero__media,
.exhibit-hero__shade {
  position: absolute;
  inset: 0;
}

.exhibit-hero__media {
  z-index: -3;
}

.exhibit-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.76) saturate(0.84);
  transform: translate3d(0, var(--hero-shift, 0), 0) scale(1.035);
  transition: filter 1400ms ease;
}

.memory-exhibit--kitchen .exhibit-hero__media img {
  object-position: 52% 50%;
}

.memory-exhibit--name .exhibit-hero__media img {
  object-position: 54% 50%;
}

.exhibit-hero__shade {
  z-index: -2;
  background:
    linear-gradient(180deg, rgba(7, 10, 8, 0.34) 0%, rgba(7, 10, 8, 0.04) 34%, rgba(7, 10, 8, 0.72) 100%),
    linear-gradient(90deg, rgba(7, 10, 8, 0.65) 0%, rgba(7, 10, 8, 0.16) 62%, rgba(7, 10, 8, 0.08) 100%);
}

.exhibit-hero__air {
  position: absolute;
  z-index: -1;
  top: 22%;
  left: 14%;
  width: 1px;
  height: 42%;
  background: linear-gradient(180deg, transparent, rgba(238, 233, 223, 0.56), transparent);
  opacity: 0.7;
  transform-origin: top;
  animation: exhibitAir 7s ease-in-out infinite alternate;
}

.exhibit-hero__inner {
  width: min(calc(100% - 96px), var(--exhibit-shell));
  margin-inline: auto;
  padding-block: calc(var(--exhibit-header) + 80px) 92px;
}

.exhibit-hero__copy {
  max-width: 720px;
}

.exhibit-concept-note {
  max-width: 520px;
  margin: 20px 0 0;
  padding-left: 13px;
  border-left: 1px solid rgba(206, 177, 126, 0.58);
  color: rgba(238, 233, 223, 0.64);
  font-family: var(--exhibit-sans);
  font-size: 10px;
  line-height: 1.9;
}

.exhibit-concept-note strong {
  margin-right: 0.75em;
  color: rgba(238, 233, 223, 0.82);
  font-weight: 600;
}

.exhibit-hero__copy h1 {
  margin: 28px 0 0;
  font-family: var(--exhibit-serif);
  font-size: 52px;
  font-weight: 400;
  line-height: 1.55;
}

.exhibit-hero__lead {
  max-width: 530px;
  margin: 26px 0 0;
  color: rgba(238, 233, 223, 0.76);
  font-family: var(--exhibit-serif);
  font-size: 15px;
  line-height: 2.1;
}

.exhibit-hero__meta {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 38px;
  color: rgba(238, 233, 223, 0.54);
  font-size: 10px;
}

.exhibit-hero__meta span {
  display: block;
  width: 38px;
  height: 1px;
  background: rgba(238, 233, 223, 0.4);
}

.exhibit-hero__scroll {
  position: absolute;
  right: 36px;
  bottom: 30px;
  display: flex;
  align-items: center;
  gap: 12px;
  color: rgba(238, 233, 223, 0.48);
  font-size: 9px;
}

.exhibit-hero__scroll::before {
  display: block;
  width: 34px;
  height: 1px;
  background: currentColor;
  content: "";
  animation: exhibitScrollLine 3.8s ease-in-out infinite;
  transform-origin: right;
}

.exhibit-opening {
  position: relative;
  overflow: clip;
  padding-block: 210px 230px;
  background: var(--exhibit-paper);
}

.exhibit-opening__layout {
  display: grid;
  grid-template-columns: minmax(360px, 0.9fr) minmax(480px, 1.1fr);
  align-items: center;
  gap: 9%;
}

.exhibit-opening__copy {
  max-width: 520px;
}

.exhibit-opening h2,
.exhibit-score h2,
.exhibit-trace h2,
.exhibit-turn h2,
.exhibit-echo h2,
.exhibit-afterglow h2 {
  margin: 22px 0 0;
  font-family: var(--exhibit-serif);
  font-size: 38px;
  font-weight: 400;
  line-height: 1.7;
}

.exhibit-opening__body {
  margin-top: 38px;
}

.exhibit-opening__body p {
  margin: 0 0 24px;
  color: #50544e;
  font-family: var(--exhibit-serif);
  font-size: 14px;
  line-height: 2.25;
}

.exhibit-opening__body p:last-child {
  margin-bottom: 0;
}

.exhibit-opening__fragment {
  position: relative;
  margin: 0;
}

.exhibit-opening__fragment::before {
  position: absolute;
  z-index: 1;
  inset: -18px 28px 18px -28px;
  border: 1px solid rgba(180, 154, 112, 0.26);
  content: "";
  pointer-events: none;
}

.exhibit-opening__fragment img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  filter: saturate(0.82) brightness(0.92);
}

.memory-exhibit--kitchen .exhibit-opening__fragment img {
  object-position: 17% 50%;
}

.memory-exhibit--name .exhibit-opening__fragment img {
  object-position: 62% 50%;
}

.exhibit-opening__fragment figcaption {
  margin-top: 18px;
  color: #777970;
  font-family: var(--exhibit-serif);
  font-size: 10px;
}

.exhibit-score,
.exhibit-trace {
  position: relative;
  overflow: clip;
  padding-block: 210px 230px;
  background: var(--exhibit-forest);
  color: var(--exhibit-paper);
}

.exhibit-score__head,
.exhibit-trace__head {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  align-items: end;
  gap: 9%;
}

.exhibit-score__head > p:last-child,
.exhibit-trace__head > p:last-child {
  max-width: 500px;
  margin: 0 0 10px;
  color: rgba(238, 233, 223, 0.58);
  font-family: var(--exhibit-serif);
  font-size: 13px;
  line-height: 2.1;
}

.sound-sequence {
  position: relative;
  max-width: 860px;
  margin: 130px auto 0;
  padding: 0;
  list-style: none;
}

.sound-sequence::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 91px;
  width: 1px;
  background: rgba(238, 233, 223, 0.14);
  content: "";
}

.sound-sequence li {
  position: relative;
  display: grid;
  min-height: 170px;
  grid-template-columns: 92px minmax(180px, 0.7fr) minmax(260px, 1.3fr);
  align-items: center;
  border-bottom: 1px solid rgba(238, 233, 223, 0.12);
  opacity: 0.24;
  transform: translateY(12px);
  transition: opacity 900ms ease var(--sound-delay), transform 1000ms cubic-bezier(.22, .68, .25, 1) var(--sound-delay);
}

.sound-sequence li:first-child {
  border-top: 1px solid rgba(238, 233, 223, 0.12);
}

.sound-sequence li::before {
  position: absolute;
  top: 50%;
  left: 87px;
  width: 9px;
  height: 9px;
  border: 1px solid var(--exhibit-amber);
  border-radius: 50%;
  background: var(--exhibit-forest);
  content: "";
  transform: translateY(-50%) scale(0.7);
  transition: background-color 600ms ease var(--sound-delay), transform 700ms ease var(--sound-delay);
}

.exhibit-score.is-visible .sound-sequence li {
  opacity: 1;
  transform: translateY(0);
}

.exhibit-score.is-visible .sound-sequence li::before {
  background: var(--exhibit-amber);
  transform: translateY(-50%) scale(1);
}

.sound-sequence__time {
  color: rgba(238, 233, 223, 0.4);
  font-size: 10px;
}

.sound-sequence__sound {
  padding-inline: 44px 30px;
  font-family: var(--exhibit-serif);
  font-size: 31px;
}

.sound-sequence__note {
  margin: 0;
  color: rgba(238, 233, 223, 0.6);
  font-family: var(--exhibit-serif);
  font-size: 13px;
  line-height: 2;
}

.trace-steps {
  position: relative;
  display: grid;
  max-width: 960px;
  grid-template-columns: repeat(4, 1fr);
  margin: 140px auto 0;
  padding: 0;
  list-style: none;
}

.trace-steps::before {
  position: absolute;
  top: 26px;
  right: 12.5%;
  left: 12.5%;
  height: 1px;
  background: rgba(238, 233, 223, 0.16);
  content: "";
}

.trace-steps li {
  position: relative;
  padding: 0 24px;
  text-align: center;
}

.trace-steps__mark {
  position: relative;
  z-index: 1;
  display: grid;
  width: 54px;
  height: 54px;
  margin-inline: auto;
  place-items: center;
  border: 1px solid rgba(238, 233, 223, 0.34);
  border-radius: 50%;
  background: var(--exhibit-forest);
  color: var(--exhibit-amber);
  font-family: var(--exhibit-serif);
  font-size: 18px;
  opacity: 0.4;
  transform: scale(0.84);
  transition: opacity 800ms ease var(--trace-delay), transform 900ms cubic-bezier(.22, .68, .25, 1) var(--trace-delay);
}

.trace-steps h3 {
  margin: 30px 0 0;
  font-family: var(--exhibit-serif);
  font-size: 18px;
  font-weight: 400;
}

.trace-steps p {
  margin: 14px 0 0;
  color: rgba(238, 233, 223, 0.52);
  font-family: var(--exhibit-serif);
  font-size: 12px;
  line-height: 2;
}

.exhibit-trace.is-visible .trace-steps__mark {
  opacity: 1;
  transform: scale(1);
}

.trace-drawing {
  position: absolute;
  right: -2%;
  bottom: 8%;
  width: 42%;
  color: rgba(180, 154, 112, 0.18);
  pointer-events: none;
}

.trace-drawing path {
  fill: none;
  stroke: currentColor;
  stroke-dasharray: 1;
  stroke-dashoffset: 1;
  stroke-linecap: round;
  stroke-width: 1.2;
  transition: stroke-dashoffset 2400ms cubic-bezier(.22, .68, .25, 1) 500ms;
}

.exhibit-trace.is-visible .trace-drawing path {
  stroke-dashoffset: 0;
}

.exhibit-turn {
  position: relative;
  overflow: clip;
  padding-block: 190px 205px;
  background: var(--exhibit-paper-deep);
}

.exhibit-turn::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 1px;
  background: linear-gradient(180deg, transparent, rgba(32, 35, 31, 0.12) 22%, rgba(32, 35, 31, 0.12) 78%, transparent);
  content: "";
  pointer-events: none;
}

.exhibit-turn__layout {
  display: grid;
  grid-template-columns: minmax(300px, 0.82fr) minmax(420px, 1.18fr);
  align-items: start;
  gap: 10%;
}

.exhibit-turn__heading {
  position: sticky;
  top: calc(var(--exhibit-header) + 54px);
}

.exhibit-turn__body {
  max-width: 600px;
}

.exhibit-turn__body p {
  margin: 0 0 28px;
  color: #4f534d;
  font-family: var(--exhibit-serif);
  font-size: 14px;
  line-height: 2.35;
}

.exhibit-turn__body p:last-child {
  margin-bottom: 0;
}

.exhibit-turn__body blockquote {
  margin: 54px 0;
  padding: 30px 0 30px 34px;
  border-left: 1px solid var(--exhibit-rust);
  color: var(--exhibit-ink);
  font-family: var(--exhibit-serif);
  font-size: 23px;
  font-style: normal;
  line-height: 1.9;
}

.exhibit-echo {
  position: relative;
  display: grid;
  min-height: 94vh;
  min-height: 94svh;
  overflow: hidden;
  place-items: center;
  isolation: isolate;
  background: var(--exhibit-forest-soft);
  color: var(--exhibit-paper);
}

.exhibit-echo__media,
.exhibit-echo__shade {
  position: absolute;
  inset: 0;
}

.exhibit-echo__media {
  z-index: -3;
}

.exhibit-echo__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.68) saturate(0.76);
  transform: scale(1.02);
}

.memory-exhibit--kitchen .exhibit-echo__media img {
  object-position: 71% 48%;
}

.memory-exhibit--name .exhibit-echo__media img {
  object-position: 35% 50%;
}

.exhibit-echo__shade {
  z-index: -2;
  background: rgba(8, 11, 8, 0.32);
  box-shadow: inset 0 0 190px rgba(5, 8, 5, 0.5);
}

.exhibit-echo__veil {
  position: absolute;
  z-index: -1;
  top: 8%;
  bottom: 8%;
  left: 7%;
  width: 52%;
  background:
    linear-gradient(90deg, rgba(231, 224, 211, 0.82), rgba(231, 224, 211, 0.28) 74%, transparent);
  opacity: 0.8;
  mix-blend-mode: screen;
  filter: blur(8px);
  transform: skewX(-2deg);
}

.memory-exhibit--name .exhibit-echo__veil {
  right: 7%;
  left: auto;
  background: linear-gradient(270deg, rgba(231, 224, 211, 0.78), rgba(231, 224, 211, 0.24) 74%, transparent);
  transform: skewX(2deg);
}

.exhibit-echo__content {
  position: relative;
  z-index: 2;
  width: min(calc(100% - 96px), 900px);
  margin-inline: auto;
}

.memory-exhibit--name .exhibit-echo__content {
  text-align: right;
}

.exhibit-echo blockquote {
  max-width: 700px;
  margin: 34px 0 0;
  font-family: var(--exhibit-serif);
  font-size: 34px;
  font-style: normal;
  line-height: 1.85;
}

.memory-exhibit--name .exhibit-echo blockquote {
  margin-left: auto;
}

.exhibit-echo__note {
  max-width: 540px;
  margin: 36px 0 0;
  color: rgba(238, 233, 223, 0.64);
  font-family: var(--exhibit-serif);
  font-size: 13px;
  line-height: 2.2;
}

.memory-exhibit--name .exhibit-echo__note {
  margin-left: auto;
}

.exhibit-afterglow {
  position: relative;
  overflow: clip;
  padding-block: 230px 210px;
  background: var(--exhibit-paper);
}

.exhibit-afterglow__inner {
  max-width: 760px;
  margin-inline: auto;
  text-align: center;
}

.exhibit-afterglow__line {
  display: block;
  width: 1px;
  height: 74px;
  margin: 0 auto 54px;
  background: linear-gradient(180deg, transparent, var(--exhibit-amber));
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 1200ms cubic-bezier(.22, .68, .25, 1);
}

.exhibit-afterglow.is-visible .exhibit-afterglow__line {
  transform: scaleY(1);
}

.exhibit-afterglow__inner > p:not(.exhibit-index) {
  margin: 42px 0 0;
  color: #535750;
  font-family: var(--exhibit-serif);
  font-size: 14px;
  line-height: 2.4;
}

.exhibit-afterglow__signature {
  display: block;
  margin-top: 54px;
  color: #777970;
  font-family: var(--exhibit-serif);
  font-size: 11px;
}

.exhibit-colophon {
  padding-block: 92px max(76px, env(safe-area-inset-bottom));
  border-top: 1px solid var(--exhibit-line);
  background: #ded6c8;
}

.exhibit-colophon__inner {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 60px;
}

.exhibit-colophon__note {
  max-width: 580px;
  margin: 18px 0 0;
  color: #60635d;
  font-family: var(--exhibit-serif);
  font-size: 12px;
  line-height: 2.1;
}

.exhibit-colophon__actions {
  display: flex;
  align-items: center;
  gap: 28px;
}

.exhibit-link {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  gap: 18px;
  padding: 8px 0;
  border-bottom: 1px solid rgba(32, 35, 31, 0.34);
  font-family: var(--exhibit-serif);
  font-size: 13px;
  transition: border-color 350ms ease, transform 350ms ease;
}

.exhibit-link:hover {
  border-color: var(--exhibit-ink);
  transform: translateY(-2px);
}

.exhibit-link--primary {
  padding-inline: 22px;
  border: 1px solid rgba(32, 35, 31, 0.46);
}

.exhibit-reveal {
  opacity: 1;
  transform: none;
}

html:not(.no-js) .exhibit-reveal {
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 1100ms cubic-bezier(.22, .68, .25, 1), transform 1200ms cubic-bezier(.22, .68, .25, 1);
}

html:not(.no-js) .exhibit-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes exhibitAir {
  from {
    opacity: 0.35;
    transform: scaleY(0.78);
  }
  to {
    opacity: 0.78;
    transform: scaleY(1.04);
  }
}

@keyframes exhibitScrollLine {
  0%,
  100% {
    opacity: 0.35;
    transform: scaleX(0.72);
  }
  50% {
    opacity: 0.9;
    transform: scaleX(1);
  }
}

@media (max-width: 900px) {
  .exhibit-shell,
  .exhibit-hero__inner,
  .exhibit-echo__content {
    width: min(calc(100% - 56px), 760px);
  }

  .exhibit-opening {
    padding-block: 175px 195px;
  }

  .exhibit-opening__layout,
  .exhibit-score__head,
  .exhibit-trace__head,
  .exhibit-turn__layout {
    grid-template-columns: 1fr;
    gap: 70px;
  }

  .exhibit-opening__copy {
    max-width: 620px;
  }

  .exhibit-opening__fragment {
    width: 74%;
    margin-left: auto;
  }

  .exhibit-score,
  .exhibit-trace {
    padding-block: 180px 200px;
  }

  .exhibit-turn {
    padding-block: 170px 185px;
  }

  .exhibit-turn::before {
    left: 28px;
  }

  .exhibit-turn__heading {
    position: static;
    max-width: 620px;
  }

  .exhibit-turn__body {
    max-width: 660px;
    padding-left: 15%;
  }

  .sound-sequence {
    margin-top: 100px;
  }

  .sound-sequence li {
    grid-template-columns: 80px minmax(160px, 0.8fr) minmax(220px, 1.2fr);
  }

  .sound-sequence::before {
    left: 79px;
  }

  .sound-sequence li::before {
    left: 75px;
  }

  .sound-sequence__sound {
    padding-inline: 34px 22px;
    font-size: 27px;
  }

  .trace-steps li {
    padding-inline: 14px;
  }

  .exhibit-afterglow {
    padding-block: 190px 180px;
  }

  .exhibit-colophon__inner {
    grid-template-columns: 1fr;
    gap: 46px;
  }

  .exhibit-colophon__actions {
    justify-content: flex-start;
  }
}

@media (max-width: 620px) {
  :root {
    --exhibit-header: 66px;
  }

  .exhibit-nav {
    padding-inline: 18px;
  }

  .exhibit-nav__brand {
    width: 112px;
  }

  .exhibit-nav__back {
    font-size: 11px;
  }

  .exhibit-nav__back span:first-child {
    width: 0;
    overflow: hidden;
  }

  .exhibit-hero {
    min-height: 96svh;
  }

  .exhibit-hero__inner,
  .exhibit-shell,
  .exhibit-echo__content {
    width: calc(100% - 40px);
  }

  .exhibit-hero__inner {
    padding-block: calc(var(--exhibit-header) + 74px) 92px;
  }

  .exhibit-hero__copy h1 {
    font-size: 34px;
    line-height: 1.65;
  }

  .exhibit-hero__lead {
    font-size: 13px;
  }

  .memory-exhibit--kitchen .exhibit-hero__media img {
    object-position: 42% 50%;
  }

  .memory-exhibit--name .exhibit-hero__media img {
    object-position: 48% 50%;
  }

  .exhibit-hero__shade {
    background:
      linear-gradient(180deg, rgba(7, 10, 8, 0.38) 0%, rgba(7, 10, 8, 0.08) 34%, rgba(7, 10, 8, 0.78) 100%),
      rgba(7, 10, 8, 0.16);
  }

  .exhibit-hero__scroll {
    right: 20px;
  }

  .exhibit-opening {
    padding-block: 145px 165px;
  }

  .exhibit-opening h2,
  .exhibit-score h2,
  .exhibit-trace h2,
  .exhibit-turn h2,
  .exhibit-echo h2,
  .exhibit-afterglow h2 {
    font-size: 28px;
  }

  .exhibit-opening__body p {
    font-size: 13px;
  }

  .exhibit-opening__fragment {
    width: calc(100% - 20px);
  }

  .exhibit-opening__fragment::before {
    inset: -12px 18px 12px -18px;
  }

  .exhibit-score,
  .exhibit-trace {
    padding-block: 150px 170px;
  }

  .exhibit-turn {
    padding-block: 140px 155px;
  }

  .exhibit-turn::before {
    left: 20px;
  }

  .exhibit-turn__layout {
    gap: 54px;
  }

  .exhibit-turn__body {
    padding-left: 22px;
  }

  .exhibit-turn__body p {
    font-size: 13px;
  }

  .exhibit-turn__body blockquote {
    margin-block: 42px;
    padding: 24px 0 24px 22px;
    font-size: 20px;
  }

  .exhibit-score__head,
  .exhibit-trace__head {
    gap: 38px;
  }

  .sound-sequence {
    margin-top: 84px;
  }

  .sound-sequence::before {
    left: 25px;
  }

  .sound-sequence li {
    min-height: 174px;
    grid-template-columns: 52px 1fr;
    align-content: center;
    padding-block: 24px;
  }

  .sound-sequence li::before {
    left: 21px;
  }

  .sound-sequence__time {
    grid-row: 1 / 3;
    align-self: start;
    padding-top: 10px;
  }

  .sound-sequence__sound {
    padding-inline: 20px 0;
    font-size: 25px;
  }

  .sound-sequence__note {
    padding: 10px 0 0 20px;
    font-size: 12px;
  }

  .trace-steps {
    grid-template-columns: 1fr;
    gap: 0;
    margin-top: 86px;
  }

  .trace-steps::before {
    top: 28px;
    bottom: 28px;
    left: 26px;
    width: 1px;
    height: auto;
  }

  .trace-steps li {
    display: grid;
    min-height: 148px;
    grid-template-columns: 56px 1fr;
    grid-template-rows: auto auto;
    align-content: center;
    padding: 18px 0;
    text-align: left;
  }

  .trace-steps__mark {
    grid-row: 1 / 3;
    width: 54px;
    height: 54px;
    margin: 0;
  }

  .trace-steps h3 {
    margin: 0 0 0 24px;
  }

  .trace-steps p {
    margin: 10px 0 0 24px;
  }

  .trace-drawing {
    right: -26%;
    bottom: 5%;
    width: 86%;
  }

  .exhibit-echo {
    min-height: 92svh;
  }

  .exhibit-echo__veil,
  .memory-exhibit--name .exhibit-echo__veil {
    top: 12%;
    right: 0;
    bottom: 12%;
    left: 0;
    width: 88%;
  }

  .memory-exhibit--name .exhibit-echo__veil {
    right: 0;
    left: auto;
  }

  .exhibit-echo blockquote {
    font-size: 26px;
  }

  .exhibit-echo__note {
    font-size: 12px;
  }

  .exhibit-afterglow {
    padding-block: 155px 145px;
  }

  .exhibit-afterglow__inner {
    width: calc(100% - 40px);
  }

  .exhibit-afterglow__inner > p:not(.exhibit-index) {
    font-size: 13px;
  }

  .exhibit-colophon {
    padding-block: 74px max(62px, env(safe-area-inset-bottom));
  }

  .exhibit-colophon__actions {
    align-items: stretch;
    flex-direction: column;
    gap: 10px;
  }

  .exhibit-link {
    justify-content: space-between;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-delay: 0ms !important;
    transition-duration: 0.01ms !important;
  }

  .exhibit-hero__media img {
    transform: scale(1.02);
  }

  html:not(.no-js) .exhibit-reveal,
  .sound-sequence li {
    opacity: 1;
    transform: none;
  }

  .trace-drawing path {
    stroke-dashoffset: 0;
  }

  .exhibit-afterglow__line {
    transform: scaleY(1);
  }
}
