@font-face {
  font-family: "IBM Plex Mono";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("https://res.cloudinary.com/fbga0vby/raw/upload/v1790234982/IBMPlexMono-Light.woff2") format("woff2"),
    url("https://res.cloudinary.com/fbga0vby/raw/upload/v1790234981/IBMPlexMono-Light.ttf") format("truetype");
}

@font-face {
  font-family: "Inclusive Sans";
  font-style: normal;
  font-weight: 300 600;
  font-display: swap;
  src: url("https://res.cloudinary.com/fbga0vby/raw/upload/v1790234981/InclusiveSans_wght.ttf") format("truetype"),
    url("https://res.cloudinary.com/fbga0vby/raw/upload/v1790234982/InclusiveSans.woff2") format("woff2");
}

@font-face {
  font-family: Varela;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("https://res.cloudinary.com/fbga0vby/raw/upload/v1790234981/Varela-Regular.woff2") format("woff2");
}

@font-face {
  font-family: Yaldevi;
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("https://res.cloudinary.com/fbga0vby/raw/upload/v1790234981/Yaldevi-Medium.woff2") format("woff2"),
    url("https://res.cloudinary.com/fbga0vby/raw/upload/v1790234984/Yaldevi_wght.ttf") format("truetype");
}

@font-face {
  font-family: "Yuji Boku";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("https://res.cloudinary.com/fbga0vby/raw/upload/v1790234981/YujiBoku-Regular.woff2") format("woff2"),
    url("https://res.cloudinary.com/fbga0vby/raw/upload/v1790235007/YujiBoku-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Zen Kaku Gothic New";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("https://res.cloudinary.com/fbga0vby/raw/upload/v1790234989/ZenKakuGothicNew-Regular.ttf") format("truetype"),
    url("https://res.cloudinary.com/fbga0vby/raw/upload/v1790234982/ZenKakuGothicNew-Regular.woff2") format("woff2");
}

:root {
  --ink: #000;
  --header: #ffffff;
  --highlight: #faff9f;
  --max: 1920px;
  --min: 390px;
  --header-h: 7.5rem;
  --hero-hold: 130vh;
  --hero-rest: 55vh;
  --story-travel: 560vh;
  --yellow: #feff76;
  --cloud-yellow-w: 120.1875rem;
  --cloud-gray-w: 51.835rem;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: clamp(10px, calc(100vw * 16 / 1920), 16px);
  scroll-padding-top: 8rem;
  background: #f3f3f3;
  overflow-x: hidden;
}

body {
  min-width: var(--min);
  width: min(100%, var(--max));
  margin: 0 auto;
  background: #fff;
  color: var(--ink);
  font-family: "Inclusive Sans", "Zen Kaku Gothic New", "Microsoft YaHei", "PingFang SC", sans-serif;
}

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

button {
  font: inherit;
  color: inherit;
  background: none;
  border: 0;
  cursor: pointer;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-slot {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: var(--slot);
}

.img-slot img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  object-position: center;
}

.img-slot img:not([src]),
.img-slot img[src=""] {
  display: none;
}

header {
  position: sticky;
  top: 0;
  z-index: 200;
  display: flex;
  align-items: center;
  height: var(--header-h);
  padding: 0 5.6875rem;
  background: var(--header);
  font-family: Varela, sans-serif;
  font-size: 2.5rem;
  letter-spacing: -0.1rem;
}

.brand {
  margin-right: 2.8rem;
}

.img-slot-logo {
  width: 7.1875rem;
  height: 2.9375rem;
  background: var(--slot);
}

.nav-overview {
  margin-left: auto;
}

.hero-pin {
  position: relative;
  z-index: 0;
  height: calc(100svh - var(--header-h) + var(--hero-hold) + var(--hero-rest));
}

.hero {
  position: sticky;
  top: var(--header-h);
  z-index: 1;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  overflow: hidden;
  height: calc(100svh - var(--header-h));
  padding: 0 5.6875rem 5rem 0;
  background: #fff;
}

.hero-cloud {
  pointer-events: none;
}

.hero-cloud img {
  display: block;
  width: 100%;
  height: auto;
}

.hero-cloud-gray-track {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
}

.hero-cloud-gray {
  position: sticky;
  top: calc(var(--header-h) + 38vh);
  left: 68.165rem;
  width: var(--cloud-gray-w);
  margin-top: calc(100svh - var(--header-h) + 18vh);
}

.hero-cloud-yellow {
  position: absolute;
  left: -0.1875rem;
  top: calc(100svh - var(--header-h) + 0.25rem);
  z-index: 3;
  width: var(--cloud-yellow-w);
}

.hero-yellow-screen {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  height: calc(100svh - var(--header-h));
  background: var(--yellow);
}

.img-slot-hero {
  position: relative;
  z-index: 1;
  width: min(78.75rem, 92%);
  height: 36.625rem;
  align-items: flex-end;
  justify-content: flex-end;
  background: var(--slot);
}

.img-slot-hero img {
  object-position: right bottom;
}

.story-pin {
  position: relative;
  z-index: 4;
  height: calc(100svh - var(--header-h) + var(--story-travel));
  background: var(--yellow);
  view-timeline-name: --story-pin;
  view-timeline-axis: block;
}

.story-sticky {
  position: sticky;
  top: var(--header-h);
  height: calc(100svh - var(--header-h));
  overflow: hidden;
  background: var(--yellow);
  container-type: size;
}

.story-track {
  position: relative;
  height: 100%;
  aspect-ratio: 12813 / 1080;
  will-change: transform;
  animation: story-pan linear both;
  animation-timeline: --story-pin;
  animation-range: contain 0% contain 100%;
}

@keyframes story-pan {
  0%,
  22% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(calc(-100% + 100cqi), 0, 0);
  }
}

.story-img {
  position: absolute;
  display: block;
  height: auto;
  max-width: none;
}

.story-crop {
  position: absolute;
  border: 0.5rem dashed #000;
  box-sizing: border-box;
}

.story-crop-1 {
  left: calc(100% * 208 / 12813);
  top: calc(100% * 252 / 1080);
  width: calc(100% * 419 / 12813);
  height: calc(100% * 688 / 1080);
}

.story-crop-2 {
  left: calc(100% * 3803 / 12813);
  top: calc(100% * 252 / 1080);
  width: calc(100% * 747 / 12813);
  height: calc(100% * 688 / 1080);
}

.story-crop-3 {
  left: calc(100% * 11630 / 12813);
  top: calc(100% * 252 / 1080);
  width: calc(100% * 747 / 12813);
  height: calc(100% * 688 / 1080);
}

.story-blob-a {
  left: calc(100% * 208 / 12813);
  top: calc(100% * 454 / 1080);
  width: calc(100% * 354 / 12813);
}

.story-blob-b {
  left: calc(100% * 273 / 12813);
  top: calc(100% * 577 / 1080);
  width: calc(100% * 354 / 12813);
}

.story-plus {
  width: calc(100% * 70 / 12813);
}

.story-plus-1 {
  left: calc(100% * 382 / 12813);
  top: calc(100% * 561 / 1080);
}

.story-plus-2 {
  left: calc(100% * 4142 / 12813);
  top: calc(100% * 561 / 1080);
}

.story-plus-3 {
  left: calc(100% * 11969 / 12813);
  top: calc(100% * 561 / 1080);
}

.story-welcome,
.story-discover {
  position: absolute;
  margin: 0;
  font-family: "Inclusive Sans", "Microsoft YaHei", sans-serif;
  font-weight: 400;
  font-size: calc(600 / 1080 * 100cqh);
  line-height: 1.29;
  letter-spacing: -0.02em;
  white-space: nowrap;
  color: var(--ink);
}

.story-welcome {
  left: calc(100% * 857 / 12813);
  top: calc(100% * 241 / 1080);
}

.story-discover {
  left: calc(100% * 4727 / 12813);
  top: calc(100% * 244 / 1080);
}

.story-underline {
  left: calc(100% * 857 / 12813);
  top: calc(100% * 933 / 1080);
  width: calc(100% * 2690 / 12813);
}

.story-d {
  position: absolute;
  inset: 0;
}

.story-bead {
  left: calc(100% * var(--bx) / 12813);
  top: calc(100% * var(--by) / 1080);
  width: calc(100% * 98 / 12813);
}

.story-arrow-a {
  left: calc(100% * 11478.5 / 12813);
  top: calc(100% * 175 / 1080);
  width: calc(100% * 958 / 12813);
}

.story-arrow-b {
  left: calc(100% * 12253 / 12813);
  top: calc(100% * 551 / 1080);
  width: calc(100% * 309 / 12813);
}

.story-track [data-in],
.story-bead {
  opacity: 0;
  transform: translate3d(2.8rem, 0.5rem, 0) scale(0.88);
  filter: blur(6px);
  animation: story-reveal cubic-bezier(0.34, 1.56, 0.64, 1) both;
  animation-timeline: --story-pin;
}

.story-track .story-plus {
  animation-name: story-reveal-plus;
}

@keyframes story-reveal {
  0% {
    opacity: 0;
    transform: translate3d(2.8rem, 0.5rem, 0) scale(0.88);
    filter: blur(6px);
  }
  70% {
    opacity: 1;
    transform: translate3d(-0.15rem, 0, 0) scale(1.04);
    filter: none;
  }
  100% {
    opacity: 1;
    transform: none;
    filter: none;
  }
}

@keyframes story-reveal-plus {
  0% {
    opacity: 0;
    transform: rotate(-28deg) scale(0.6);
    filter: blur(6px);
  }
  100% {
    opacity: 1;
    transform: rotate(0deg) scale(1);
    filter: none;
  }
}

.story-track [data-in="0"] {
  animation-range: contain 0% contain 8%;
}

.story-track [data-in="0.08"] {
  animation-range: contain 8% contain 16%;
}

.story-track [data-in="0.16"] {
  animation-range: contain 16% contain 24%;
}

.story-track [data-in="0.24"] {
  animation-range: contain 24% contain 32%;
}

.story-track [data-in="0.32"] {
  animation-range: contain 32% contain 40%;
}

.story-track [data-in="0.42"] {
  animation-range: contain 42% contain 52%;
}

.story-track [data-in="0.52"] {
  animation-range: contain 52% contain 60%;
}

.story-track [data-in="0.72"] {
  animation-range: contain 72% contain 80%;
}

.story-track [data-in="0.84"] {
  animation-range: contain 84% contain 92%;
}

.story-track [data-in="0.88"] {
  animation-range: contain 88% contain 96%;
}

.story-bead[data-i="0"] { animation-range: contain 42% contain 50%; }
.story-bead[data-i="1"] { animation-range: contain 42.4% contain 50.4%; }
.story-bead[data-i="2"] { animation-range: contain 42.8% contain 50.8%; }
.story-bead[data-i="3"] { animation-range: contain 43.2% contain 51.2%; }
.story-bead[data-i="4"] { animation-range: contain 43.6% contain 51.6%; }
.story-bead[data-i="5"] { animation-range: contain 44% contain 52%; }
.story-bead[data-i="6"] { animation-range: contain 44.4% contain 52.4%; }
.story-bead[data-i="7"] { animation-range: contain 44.8% contain 52.8%; }
.story-bead[data-i="8"] { animation-range: contain 45.2% contain 53.2%; }
.story-bead[data-i="9"] { animation-range: contain 45.6% contain 53.6%; }
.story-bead[data-i="10"] { animation-range: contain 46% contain 54%; }
.story-bead[data-i="11"] { animation-range: contain 46.4% contain 54.4%; }
.story-bead[data-i="12"] { animation-range: contain 46.8% contain 54.8%; }
.story-bead[data-i="13"] { animation-range: contain 47.2% contain 55.2%; }
.story-bead[data-i="14"] { animation-range: contain 47.6% contain 55.6%; }
.story-bead[data-i="15"] { animation-range: contain 48% contain 56%; }
.story-bead[data-i="16"] { animation-range: contain 48.4% contain 56.4%; }
.story-bead[data-i="17"] { animation-range: contain 48.8% contain 56.8%; }

.grid-page {
  position: relative;
  z-index: 4;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: repeat(3, 1fr);
  width: 100%;
  aspect-ratio: 1920 / 1080;
  background: #fff;
  border-top: 0.125rem solid #000;
  border-bottom: 0.125rem solid #000;
}

.cell {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  min-height: 0;
  overflow: hidden;
  border-right: 0.0625rem solid #000;
  border-bottom: 0.0625rem solid #000;
}

.cell:nth-child(5n) {
  border-right: 0;
}

.cell span {
  font-family: Varela, sans-serif;
  font-size: 8rem;
  letter-spacing: 1.6rem;
  line-height: 1;
}

.cell .img-slot,
.cell-arrow .mosaic-host {
  cursor: pointer;
  transform: scale(1);
  transform-style: preserve-3d;
  transition: transform 0.52s cubic-bezier(0.22, 1, 0.36, 1);
}

.cell .img-slot {
  position: relative;
  width: 70%;
  height: 70%;
  overflow: hidden;
  background: var(--slot-dark);
}

.cell-arrow .mosaic-host {
  position: relative;
  display: inline-flex;
  overflow: hidden;
}

.cell .img-slot img,
.cell-arrow .arrow {
  transform: scale(1) translateZ(0);
  transform-origin: center;
  image-rendering: auto;
  transition: transform 0.52s cubic-bezier(0.22, 1, 0.36, 1);
}

.cell .img-slot:hover,
.cell-arrow .mosaic-host:hover {
  transform: scale(8);
}

.cell .img-slot:hover img,
.cell-arrow .mosaic-host:hover .arrow {
  transform: scale(0.125) translateZ(0);
  image-rendering: pixelated;
  filter: contrast(1);
}

.cell-arrow .arrow {
  width: 9rem;
  height: 9rem;
  object-fit: contain;
}

.slang {
  position: relative;
  z-index: 4;
  width: min(110.5rem, 92%);
  margin: 7.5rem auto 9rem;
}

.slang-item {
  scroll-margin-top: 8.5rem;
}

.slang-row {
  position: relative;
  width: 100%;
  border-bottom: 0.1875rem solid #000;
}

.slang-toggle {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  width: 100%;
  min-height: 7.25rem;
  padding: 0 4rem 0 20rem;
  text-align: left;
  cursor: pointer;
  transition: padding 0.45s cubic-bezier(0.22, 1.56, 0.36, 1), background-color 0.25s ease;
}

.slang-toggle:hover {
  background: rgba(250, 255, 159, 0.45);
}

.slang-item:hover .slang-toggle,
.slang-item:focus-within .slang-toggle,
.slang-item:has(.slang-radio:checked) .slang-toggle {
  padding: 0 5.2rem 0 0;
  background: transparent;
}

.slang-word {
  font-family: "Zen Kaku Gothic New", "Microsoft YaHei", "PingFang SC", sans-serif;
  font-size: 4rem;
  color: var(--muted);
}

.slang-item:hover .slang-word,
.slang-item:focus-within .slang-word,
.slang-item:has(.slang-radio:checked) .slang-word {
  color: var(--ink);
}

.slang-pinyin {
  font-family: Varela, sans-serif;
  font-size: 3rem;
  letter-spacing: 0.6rem;
}

.slang-close {
  position: absolute;
  top: 1.6rem;
  right: 0;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 3.75rem;
  height: 3.75rem;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-0.35rem) scale(0.55);
  transition:
    opacity 0.3s ease,
    transform 0.55s cubic-bezier(0.22, 1.56, 0.36, 1);
}

.slang-item:hover .slang-close,
.slang-item:focus-within .slang-close,
.slang-item:has(.slang-radio:checked) .slang-close {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0) scale(1);
}

.slang-fold-arrow {
  width: 3.75rem;
  height: 3.75rem;
  object-fit: contain;
}

.slang-panel {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.6s cubic-bezier(0.22, 1.56, 0.36, 1);
}

.slang-radio {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.slang-item:hover .slang-panel,
.slang-item:focus-within .slang-panel,
.slang-item:has(.slang-radio:checked) .slang-panel {
  grid-template-rows: 1fr;
}

.slang-panel-clip {
  min-height: 0;
  overflow: hidden;
}

.slang-panel-inner {
  position: relative;
  min-height: 42.25rem;
  padding: 2.25rem 0 0;
}

.slang-copy {
  width: min(37.1875rem, calc(100% - 56rem));
}

.slang-photo {
  width: 21.0625rem;
  max-width: 100%;
  height: 11.875rem;
  background: var(--slot-dark);
}

.slang-en {
  margin-top: 0.3125rem;
  font-family: Varela, sans-serif;
  font-size: 3rem;
  letter-spacing: 0.12rem;
  line-height: 1.29;
}

.slang-note {
  width: min(37.1875rem, 100%);
  margin-top: 5.5625rem;
  margin-left: 7.8125rem;
  font-weight: 300;
  font-size: 2rem;
  line-height: 1.29;
  letter-spacing: 0.18rem;
}

.video-slot {
  position: absolute;
  top: 6.3125rem;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 53.75rem;
  height: 35.9375rem;
  overflow: hidden;
  background: #000;
}

.video-slot video {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  object-position: center;
}

.video-slot video:not([src]):not(:has(source[src])),
.video-slot video[src=""] {
  display: none;
}

.lexicon {
  display: flex;
  flex-direction: column;
  gap: 8rem;
  width: min(120rem, 94%);
  margin: 0 auto 8rem;
}

.entry {
  display: grid;
  grid-template-columns: minmax(20rem, 34rem) minmax(0, 1fr);
  grid-template-areas:
    "ticket photo"
    "meaning photo"
    "tag photo"
    "dialogue photo";
  column-gap: 4rem;
  row-gap: 1.4rem;
  align-items: start;
}

.entry-mouwei {
  grid-template-columns: minmax(0, 1fr) minmax(20rem, 34rem);
  grid-template-areas:
    "photo ticket"
    "photo meaning"
    "photo tag"
    "photo dialogue";
}

.ticket {
  grid-area: ticket;
  position: relative;
  width: 17.875rem;
  height: 10.06rem;
  background: var(--highlight);
  border: 0.0625rem solid #575757;
  font-family: "Zen Kaku Gothic New", "Microsoft YaHei", "PingFang SC", sans-serif;
  font-size: 6rem;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.ticket-wide {
  width: 21.3rem;
}

.ticket span {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.ticket::before,
.ticket::after,
.ticket span::before,
.ticket span::after {
  content: "";
  position: absolute;
  width: 1.875rem;
  height: 1.875rem;
  background: #fff;
  border: 0.0625rem solid #000;
}

.ticket::before { top: -0.95rem; left: -0.95rem; }
.ticket::after { top: -0.95rem; right: -0.95rem; }
.ticket span::before { bottom: -0.95rem; left: -0.95rem; }
.ticket span::after { bottom: -0.95rem; right: -0.95rem; }

.entry.is-active .ticket,
.ticket:hover {
  transform: translateY(-0.25rem);
  box-shadow: 0.5rem 0.5rem 0 #000;
}

.meaning {
  grid-area: meaning;
  font-weight: 300;
  font-size: 2rem;
  line-height: 1.29;
  letter-spacing: 0.18rem;
}

.tag {
  grid-area: tag;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 12.4rem;
  height: 2.75rem;
  border: 0.0625rem solid #000;
  border-radius: 999px;
  font-family: "IBM Plex Mono", monospace;
  font-size: 2rem;
  font-weight: 300;
}

.dialogue {
  grid-area: dialogue;
  font-family: Varela, "Inclusive Sans", sans-serif;
  font-size: 2.25rem;
  line-height: 1.29;
  letter-spacing: 0.2rem;
}

.img-slot-emotion {
  grid-area: photo;
  width: 100%;
  aspect-ratio: 1080 / 1025;
  background: var(--slot-dark);
}

.collection {
  position: relative;
  min-height: 45rem;
  text-align: center;
}

.brace {
  display: none;
}

.img-slot-window {
  width: min(57.875rem, 86%);
  height: 22.3rem;
  margin: 4rem auto 0;
  background: var(--slot);
}

.char-left,
.char-right,
.collection-kicker,
.collection-mid,
.collection-yan {
  font-family: "IBM Plex Mono", monospace;
  font-weight: 300;
}

.char-left,
.char-right {
  position: absolute;
  top: 12.5rem;
  font-size: 6rem;
}

.char-left { left: 25.4rem; }
.char-right { right: 20.4rem; }

.collection-kicker {
  margin-top: 2rem;
  font-size: 2rem;
}

.collection-mid,
.collection-yan {
  font-size: 6rem;
}

.collection-mid .dot {
  display: inline-block;
  width: 3.5rem;
  height: 3.5rem;
  margin: 0 0.6rem;
  border-radius: 50%;
  background: var(--highlight);
  vertical-align: middle;
}

.site-footer {
  background: #000;
  color: #fff;
  padding: 7.5rem 6rem 5rem;
}

.footer-panel {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 39.9rem;
  padding: 4rem 3rem;
  border: 0.125rem solid #fff;
}

.corner {
  position: absolute;
  width: 1.9375rem;
  height: 1.9375rem;
  background: #fff;
}

.corner-tl { top: -0.12rem; left: -0.12rem; }
.corner-tm { top: -0.12rem; left: 49%; }
.corner-tr { top: -0.12rem; right: -0.12rem; }
.corner-bl { bottom: -0.12rem; left: -0.12rem; }
.corner-bm { bottom: -0.12rem; left: 49%; }
.corner-br { bottom: -0.12rem; right: -0.12rem; }

.footer-title {
  font-size: 6rem;
  font-weight: 600;
  line-height: 0.88;
}

.footer-note {
  width: 26.7rem;
  margin-top: 3rem;
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 1.29;
}

.footer-links {
  padding-left: 5rem;
  border-left: 0.0625rem solid #fff;
}

.footer-links h2 {
  font-size: 2rem;
  letter-spacing: 0.18rem;
}

.footer-links a {
  display: block;
  margin-top: 1.2rem;
  font-size: 1.25rem;
}

.footer-links a:hover {
  color: var(--highlight);
}

.footer-email {
  margin-top: 2.8rem;
  padding-top: 1.4rem;
  border-top: 0.0625rem solid #fff;
}

@media (max-width: 900px) {
  :root {
    --header-h: 3.2rem;
    --hero-hold: 100vh;
    --hero-rest: 16vh;
  }

  header {
    height: auto;
    min-height: var(--header-h);
    padding: 0.8rem 1rem;
    font-size: 1.1rem;
  }

  .hero {
    padding: 2rem 1rem 3rem;
  }

  .hero-cloud-yellow {
    left: 50%;
    margin-left: calc(var(--cloud-yellow-w) / -2);
  }

  .hero-cloud-gray {
    left: auto;
    right: -6%;
    width: min(var(--cloud-gray-w), 78%);
  }

  .img-slot-hero {
    width: 100%;
    height: 14rem;
  }

  .slang-toggle {
    min-height: 4.6rem;
    padding: 0 1rem 0 1.2rem;
  }

  .slang-item:hover .slang-toggle,
  .slang-item:focus-within .slang-toggle,
  .slang-item:has(.slang-radio:checked) .slang-toggle {
    padding: 0 0.6rem 0 0;
  }

  .slang-word {
    font-size: 2.2rem;
  }

  .slang-pinyin {
    font-size: 1.4rem;
    letter-spacing: 0.15rem;
  }

  .slang-panel-inner {
    min-height: 0;
    padding: 1.2rem 0 1.6rem;
  }

  .slang-copy {
    width: 100%;
  }

  .slang-photo {
    height: 8rem;
  }

  .slang-en {
    font-size: 1.8rem;
  }

  .slang-note {
    margin-top: 1.4rem;
    margin-left: 0;
    font-size: 1.2rem;
  }

  .video-slot {
    position: static;
    width: 100%;
    height: 14rem;
    margin-top: 1.4rem;
  }

  .grid-page {
    aspect-ratio: 1 / 1;
  }

  .cell span {
    font-size: 2.4rem;
    letter-spacing: 0;
  }

  .entry,
  .entry-mouwei {
    grid-template-columns: 1fr;
    grid-template-areas:
      "ticket"
      "meaning"
      "tag"
      "dialogue"
      "photo";
  }

  .footer-panel {
    grid-template-columns: 1fr;
    gap: 3rem;
  }

  .footer-links {
    padding-left: 0;
    border-left: 0;
    border-top: 0.0625rem solid #fff;
    padding-top: 2rem;
  }

  .char-left,
  .char-right {
    position: static;
    display: inline-block;
    margin: 0 1rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-pin {
    height: auto;
  }

  .hero {
    position: relative;
    top: auto;
    height: auto;
    min-height: calc(100svh - var(--header-h));
  }

  .hero-cloud-gray,
  .hero-cloud-yellow,
  .hero-yellow-screen {
    display: none;
    animation: none;
  }

  .story-pin {
    height: auto;
  }

  .story-sticky {
    position: relative;
    top: auto;
    height: auto;
  }

  .story-track,
  .story-track [data-in],
  .story-bead {
    animation: none;
    transform: none !important;
    opacity: 1;
    filter: none;
  }

  .cell .img-slot,
  .cell .img-slot img,
  .cell-arrow .mosaic-host,
  .cell-arrow .arrow,
  .ticket,
  .slang-toggle,
  .slang-close,
  .slang-panel {
    transition: none;
  }
}

@supports not (animation-timeline: view()) {
  .story-sticky {
    overflow-x: auto;
  }

  .story-track,
  .story-track [data-in],
  .story-bead {
    animation: none;
    opacity: 1;
    transform: none;
    filter: none;
  }
}
