:root {
  color-scheme: light;
  --paper: #f2f0ea;
  --paper-deep: #e7e4dc;
  --ink: #0b0b0a;
  --ink-soft: rgba(11, 11, 10, 0.64);
  --ink-faint: rgba(11, 11, 10, 0.16);
  --work-rgb: 255, 212, 59;
  --work-accent: #ffd43b;
  --work-secondary-rgb: 0, 217, 255;
  --work-secondary: #00d9ff;
  --hero-aspect: 16 / 9;
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
  --ease-soft: cubic-bezier(0.22, 1, 0.36, 1);
  --sans: "Noto Sans SC", "Microsoft YaHei", system-ui, sans-serif;
  --display: "Bricolage Grotesque", "Noto Sans SC", system-ui, sans-serif;
  --serif: "Noto Serif SC", "Songti SC", serif;
}

* {
  box-sizing: border-box;
}

html {
  min-width: 320px;
  background: var(--paper);
  scroll-behavior: smooth;
  scrollbar-color: var(--ink) var(--paper-deep);
}

body {
  min-width: 320px;
  margin: 0;
  overflow-x: clip;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
}

body.is-cinema,
body.is-leaving {
  overflow: hidden;
}

button,
a,
input {
  font: inherit;
}

button,
a {
  color: inherit;
}

button {
  padding: 0;
  border: 0;
  background: none;
}

a {
  text-decoration: none;
}

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

[hidden] {
  display: none !important;
}

::selection {
  color: var(--ink);
  background: var(--work-accent);
}

.page-shell {
  position: relative;
  background: var(--paper);
}

.site-strip {
  position: fixed;
  z-index: 30;
  top: 0;
  left: 0;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  width: 100%;
  padding: 1.15rem clamp(1rem, 2.2vw, 2.4rem);
  color: #fff;
  mix-blend-mode: difference;
  pointer-events: none;
}

.site-strip > * {
  pointer-events: auto;
}

.site-strip p,
.brand {
  margin: 0;
  font-family: var(--display);
  font-size: 0.66rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  line-height: 1;
  text-transform: uppercase;
}

.brand {
  display: inline-flex;
  align-items: center;
  justify-self: start;
  gap: 0.75rem;
}

.brand span {
  transition: transform 320ms var(--ease-out);
}

.brand:hover span,
.brand:focus-visible span {
  transform: translateX(-0.3rem);
}

.site-strip > p:nth-child(2) {
  justify-self: center;
}

.site-strip > p:last-child {
  justify-self: end;
}

.hero {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  background: var(--paper);
}

.hero-frame {
  position: relative;
  min-height: 100svh;
  isolation: isolate;
}

.hero-display {
  position: absolute;
  z-index: 0;
  top: clamp(5.5rem, 10svh, 8.5rem);
  left: clamp(1rem, 2.4vw, 2.5rem);
  width: calc(100% - clamp(2rem, 4.8vw, 5rem));
  font-family: var(--display);
  font-size: clamp(6rem, 16.4vw, 18.5rem);
  font-weight: 500;
  letter-spacing: -0.085em;
  line-height: 0.69;
  text-transform: uppercase;
  pointer-events: none;
}

.hero-display span {
  display: block;
  overflow: hidden;
}

.hero-display span:last-child {
  text-align: right;
}

.hero-display i {
  display: inline-block;
  font-style: normal;
  will-change: transform;
}

.hero-media {
  position: absolute;
  z-index: 1;
  top: 20svh;
  left: 33.5vw;
  width: min(53vw, 61rem);
  aspect-ratio: var(--hero-aspect);
  pointer-events: none;
  will-change: transform;
}

.hero-backdrop {
  position: absolute;
  top: 1.15rem;
  left: 1.15rem;
  width: 100%;
  height: 100%;
  background: var(--work-accent);
  transition: background-color 700ms var(--ease-out), transform 500ms var(--ease-out);
}

.hero-media__surface {
  position: absolute;
  inset: 0;
  overflow: hidden;
  background: #151515;
}

.hero-still,
.hero-reel {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 420ms ease, transform 700ms var(--ease-out);
}

.hero-still {
  z-index: 1;
}

.hero-reel {
  z-index: 2;
  opacity: 0;
}

.hero-media.is-preview-ready .hero-reel {
  opacity: 1;
}

.hero-media.is-media-changing .hero-still,
.hero-media.is-media-changing .hero-reel {
  opacity: 0;
  transform: scale(1.025);
}

.hero-copy {
  position: absolute;
  z-index: 3;
  inset: 0;
  pointer-events: none;
}

.hero-heading,
.hero-detail {
  pointer-events: auto;
}

.hero-heading {
  position: absolute;
  bottom: clamp(3.2rem, 6.8svh, 6rem);
  left: clamp(1rem, 4.2vw, 4.8rem);
  width: min(44rem, 47vw);
}

.hero-practice {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  width: fit-content;
  margin: 0 0 0.85rem 0.25rem;
  font-family: var(--display);
  font-size: clamp(0.62rem, 0.75vw, 0.72rem);
  letter-spacing: 0.16em;
  line-height: 1;
  text-transform: uppercase;
}

.hero-practice strong {
  padding: 0.48rem 0.62rem;
  color: var(--paper);
  background: var(--ink);
  font-weight: 500;
}

.hero-practice span {
  color: var(--ink-soft);
}
.hero-index {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  margin: 0 0 1rem;
  font-family: var(--display);
  font-size: 0.66rem;
  font-weight: 600;
  letter-spacing: 0.16em;
}

.hero-index i {
  width: 2.8rem;
  height: 2px;
  background: var(--work-accent);
}

.hero-heading h1 {
  display: flex;
  gap: 0.02em;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(4rem, 8.4vw, 9.2rem);
  font-weight: 600;
  letter-spacing: -0.09em;
  line-height: 0.86;
}

.hero-heading h1 span {
  display: inline-block;
}

.hero-topic {
  margin: 1rem 0 0 0.25rem;
  font-size: clamp(0.78rem, 1vw, 0.95rem);
  letter-spacing: 0.12em;
}

.hero-detail {
  position: absolute;
  right: clamp(1rem, 4.2vw, 4.8rem);
  bottom: clamp(3.4rem, 7.2svh, 6.2rem);
  width: min(20rem, 23vw);
}

.hero-detail > p {
  max-width: 29em;
  margin: 0 0 1.5rem;
  font-size: clamp(0.82rem, 0.95vw, 0.98rem);
  line-height: 1.72;
}

.hero-detail dl {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin: 0 0 1.5rem;
  padding-top: 0.75rem;
  border-top: 1px solid var(--ink);
}

.hero-detail dl div {
  display: grid;
  gap: 0.3rem;
}

.hero-detail dt {
  color: var(--ink-soft);
  font-size: 0.58rem;
  letter-spacing: 0.14em;
}

.hero-detail dd {
  margin: 0;
  font-family: var(--display);
  font-size: 0.73rem;
  letter-spacing: 0.06em;
}

.watch-button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0.85rem 0;
  border-top: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
  cursor: pointer;
}

.watch-button span {
  font-size: 0.76rem;
  letter-spacing: 0.12em;
}

.watch-button i {
  font-family: var(--display);
  font-size: 1.2rem;
  font-style: normal;
  transition: transform 320ms var(--ease-out);
}

.watch-button:hover i,
.watch-button:focus-visible i {
  transform: translate(0.22rem, -0.22rem);
}

.work-switcher {
  position: absolute;
  z-index: 5;
  top: 22svh;
  right: clamp(1rem, 2.4vw, 2.5rem);
  display: grid;
  width: min(10rem, 12vw);
}

.work-switch {
  position: relative;
  display: grid;
  grid-template-columns: 2rem 1fr;
  align-items: baseline;
  gap: 0.4rem;
  padding: 0.55rem 0;
  color: var(--ink-soft);
  text-align: left;
  cursor: pointer;
}

.work-switch span {
  font-family: var(--display);
  font-size: 0.66rem;
  letter-spacing: 0.1em;
}

.work-switch small {
  overflow: hidden;
  font-size: 0.68rem;
  white-space: nowrap;
}

.work-switch i {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: var(--ink);
  transition: width 500ms var(--ease-out);
}

.work-switch:hover,
.work-switch:focus-visible,
.work-switch.is-active {
  color: var(--ink);
}

.work-switch.is-active i {
  width: 100%;
}

.hero-cue {
  position: absolute;
  z-index: 4;
  bottom: 1.25rem;
  left: 50%;
  display: flex;
  align-items: center;
  gap: 0.7rem;
  margin: 0;
  font-family: var(--display);
  font-size: 0.58rem;
  letter-spacing: 0.15em;
  transform: translateX(-50%);
}

.hero-cue span {
  width: 1.8rem;
  height: 1px;
  background: var(--ink);
}

.manifesto {
  position: relative;
  display: grid;
  min-height: 100svh;
  overflow: hidden;
  padding: clamp(6rem, 12vw, 13rem) clamp(1rem, 4.2vw, 4.8rem);
  background: var(--paper);
}

.manifesto::before {
  content: "";
  position: absolute;
  top: 0;
  right: clamp(1rem, 4.2vw, 4.8rem);
  left: clamp(1rem, 4.2vw, 4.8rem);
  height: 1px;
  background: var(--ink);
}

.manifesto-mark {
  position: absolute;
  top: 21%;
  left: 4.2vw;
  color: var(--work-accent);
  font-family: var(--display);
  font-size: clamp(3.8rem, 9vw, 10rem);
  font-weight: 500;
  letter-spacing: -0.075em;
  line-height: 0.72;
  pointer-events: none;
  will-change: transform;
}

.manifesto-inner {
  position: relative;
  z-index: 1;
  align-self: center;
  margin-left: 33.333%;
}

.section-label {
  margin: 0;
  font-family: var(--display);
  font-size: 0.64rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  line-height: 1.3;
  text-transform: uppercase;
}

.manifesto h2 {
  max-width: 12em;
  margin: clamp(2rem, 4vw, 4.4rem) 0;
  font-family: var(--serif);
  font-size: clamp(3.8rem, 7.2vw, 8.5rem);
  font-weight: 500;
  letter-spacing: -0.07em;
  line-height: 1.02;
}

.manifesto h2 em {
  font-family: var(--sans);
  font-size: 0.75em;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -0.075em;
}

.manifesto-char {
  opacity: var(--char-opacity, 0.14);
}

.manifesto-foot {
  display: grid;
  grid-template-columns: minmax(0, 27rem) auto;
  align-items: end;
  justify-content: space-between;
  gap: 3rem;
  padding-top: 1rem;
  border-top: 1px solid var(--ink);
}

.manifesto-foot p {
  margin: 0;
  font-size: 0.79rem;
  line-height: 1.7;
}

.manifesto-foot p:last-child {
  font-family: var(--display);
  font-size: 0.58rem;
  letter-spacing: 0.14em;
  white-space: nowrap;
}

.works {
  position: relative;
  overflow: clip;
  padding-top: clamp(6rem, 9vw, 10rem);
  background: var(--paper);
}

.works-watermark {
  position: absolute;
  z-index: 0;
  top: 4rem;
  left: -0.04em;
  color: var(--paper-deep);
  font-family: var(--display);
  font-size: clamp(8rem, 20.5vw, 23rem);
  font-weight: 500;
  letter-spacing: -0.09em;
  line-height: 0.75;
  pointer-events: none;
  will-change: transform;
}

.works-head {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: clamp(0.7rem, 1.4vw, 1.5rem);
  padding: 0 clamp(1rem, 4.2vw, 4.8rem) clamp(8rem, 15vw, 16rem);
}

.works-head > div {
  grid-column: 1 / 8;
}

.works-head h2 {
  margin: 0.8rem 0 0;
  font-family: var(--serif);
  font-size: clamp(4rem, 8vw, 9rem);
  font-weight: 500;
  letter-spacing: -0.075em;
  line-height: 0.94;
}

.works-head > p {
  grid-column: 9 / 13;
  align-self: end;
  max-width: 26em;
  margin: 0 0 0.4rem;
  font-size: 0.8rem;
  line-height: 1.75;
}

.work-walk {
  position: relative;
  z-index: 1;
}

.motion-piece {
  --piece-accent: #ffd43b;
  position: relative;
  min-height: 108svh;
  margin-top: -8svh;
  padding: 7svh clamp(1rem, 4.2vw, 4.8rem);
}

.motion-piece:first-child {
  margin-top: 0;
}

.motion-piece--one {
  --piece-accent: #ffd43b;
}

.motion-piece--two {
  --piece-accent: #00d9ff;
}

.motion-piece--three {
  --piece-accent: #9b5cff;
}

.motion-piece--four {
  --piece-accent: #ff633d;
}

.motion-piece--five {
  --piece-accent: #45f2a8;
}

.motion-piece--six {
  --piece-accent: #ffb21a;
}

.work-card__action {
  position: relative;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  align-items: center;
  width: 100%;
  min-height: 94svh;
  color: var(--ink);
  text-align: left;
  cursor: pointer;
}

.motion-piece__number {
  position: absolute;
  z-index: 0;
  inset: 0;
  display: grid;
  place-items: center;
  color: var(--paper-deep);
  font-family: var(--display);
  font-size: clamp(10rem, 25vw, 28rem);
  font-weight: 500;
  letter-spacing: -0.09em;
  line-height: 0.7;
  pointer-events: none;
}

.motion-piece__media {
  position: relative;
  z-index: 1;
  margin: 0;
  will-change: transform;
}

.motion-piece__ink {
  position: absolute;
  z-index: 0;
  inset: 0;
  background: var(--piece-accent);
  transform: translate(1rem, 1rem);
  transition: transform 500ms var(--ease-out);
}

.motion-piece__frame {
  position: relative;
  z-index: 1;
  display: block;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #111;
}

.motion-piece__frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.055);
  transition: transform 850ms var(--ease-out);
  will-change: transform;
}

.motion-piece__media figcaption {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: -2.05rem;
  font-family: var(--display);
  font-size: 0.58rem;
  font-weight: 500;
  letter-spacing: 0.13em;
}

.motion-piece__copy {
  position: relative;
  z-index: 2;
  will-change: transform;
}

.motion-piece__copy-inner {
  transition: opacity 700ms var(--ease-out), transform 700ms var(--ease-out);
}

.motion-piece__copy p,
.motion-piece__copy span,
.motion-piece__copy i {
  display: block;
}

.motion-piece__copy p {
  margin: 0 0 1.15rem;
  font-family: var(--display);
  font-size: 0.61rem;
  font-weight: 600;
  letter-spacing: 0.16em;
}

.motion-piece__copy h3 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(3.6rem, 6vw, 7.3rem);
  font-weight: 600;
  letter-spacing: -0.08em;
  line-height: 0.9;
}

.motion-piece__copy span {
  max-width: 24em;
  margin-top: 1.2rem;
  font-size: clamp(0.78rem, 0.92vw, 0.92rem);
  line-height: 1.72;
}

.motion-piece__copy i {
  width: max-content;
  margin-top: 1.8rem;
  padding-bottom: 0.35rem;
  border-bottom: 1px solid var(--ink);
  font-size: 0.68rem;
  font-style: normal;
  letter-spacing: 0.12em;
  transition: transform 320ms var(--ease-out);
}

.work-card__action:hover .motion-piece__ink,
.work-card__action:focus-visible .motion-piece__ink {
  transform: translate(1.45rem, 1.45rem);
}

.work-card__action:hover .motion-piece__frame img,
.work-card__action:focus-visible .motion-piece__frame img {
  transform: scale(1.015);
}

.work-card__action:hover .motion-piece__copy i,
.work-card__action:focus-visible .motion-piece__copy i {
  transform: translateX(0.4rem);
}

.motion-piece.is-current .motion-piece__copy p::before {
  content: "";
  display: inline-block;
  width: 0.48rem;
  height: 0.48rem;
  margin-right: 0.65rem;
  background: var(--piece-accent);
}

.motion-piece--one .motion-piece__media {
  grid-column: 1 / 8;
}

.motion-piece--one .motion-piece__copy {
  grid-column: 9 / 13;
}

.motion-piece--two .motion-piece__media {
  grid-column: 6 / 13;
}

.motion-piece--two .motion-piece__frame {
  aspect-ratio: 12 / 5;
}

.motion-piece--two .motion-piece__copy {
  grid-column: 1 / 5;
  grid-row: 1;
}

.motion-piece--three .motion-piece__media {
  grid-column: 2 / 7;
}

.motion-piece--three .motion-piece__copy {
  grid-column: 8 / 13;
}

.motion-piece--four .motion-piece__media {
  grid-column: 5 / 13;
}

.motion-piece--four .motion-piece__copy {
  grid-column: 1 / 5;
  grid-row: 1;
}

.motion-piece--five .motion-piece__media {
  grid-column: 1 / 9;
}

.motion-piece--five .motion-piece__frame {
  aspect-ratio: 12 / 5;
}

.motion-piece--five .motion-piece__copy {
  grid-column: 9 / 13;
  padding-left: clamp(1rem, 2vw, 2rem);
}

.motion-piece--six .motion-piece__media {
  grid-column: 4 / 12;
}

.motion-piece--six .motion-piece__frame {
  aspect-ratio: 2 / 1;
}

.motion-piece--six .motion-piece__copy {
  grid-column: 1 / 4;
  grid-row: 1;
}

.page-footer {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  min-height: 34svh;
  padding: 2rem clamp(1rem, 4.2vw, 4.8rem);
  color: var(--paper);
  background: var(--ink);
}

.page-footer p,
.footer-return {
  margin: 0;
  font-family: var(--display);
  font-size: 0.62rem;
  letter-spacing: 0.14em;
}

.footer-return {
  justify-self: start;
}

.page-footer p:nth-child(2) {
  justify-self: center;
}

.page-footer p:last-child {
  justify-self: end;
}

.entry-matte {
  position: fixed;
  z-index: 100;
  inset: 0;
  overflow: hidden;
  color: var(--paper);
  pointer-events: none;
}

.entry-matte__panel {
  position: absolute;
  right: 0;
  left: 0;
  height: 50.2%;
  background: var(--ink);
  transition: transform 900ms var(--ease-out);
}

.entry-matte__panel--top {
  top: 0;
  transform: translateY(-101%);
}

.entry-matte__panel--bottom {
  bottom: 0;
  transform: translateY(101%);
}

.is-entering .entry-matte__panel,
.is-leaving .entry-matte__panel {
  transform: translateY(0);
}

.is-ready.is-entering .entry-matte__panel--top {
  transform: translateY(-101%);
}

.is-ready.is-entering .entry-matte__panel--bottom {
  transform: translateY(101%);
}

.entry-matte__line {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background: var(--work-accent);
  transform: scaleX(0);
  transform-origin: left;
}

.is-entering .entry-matte__line,
.is-leaving .entry-matte__line {
  animation: matte-line 760ms var(--ease-out) both;
}

.entry-matte p {
  position: absolute;
  z-index: 3;
  top: calc(50% - 2.7rem);
  left: 50%;
  display: flex;
  justify-content: space-between;
  width: min(32rem, calc(100% - 2rem));
  margin: 0;
  font-family: var(--display);
  font-size: 0.59rem;
  letter-spacing: 0.16em;
  transform: translateX(-50%);
  transition: opacity 250ms ease;
}

.is-ready.is-entering .entry-matte p {
  opacity: 0;
}

@keyframes matte-line {
  0% {
    transform: scaleX(0);
  }
  55% {
    transform: scaleX(1);
    transform-origin: left;
  }
  56% {
    transform-origin: right;
  }
  100% {
    transform: scaleX(0);
    transform-origin: right;
  }
}

[data-reveal] {
  opacity: 0;
  transform: translateY(1.4rem);
  transition: opacity 780ms var(--ease-out), transform 780ms var(--ease-out);
}

[data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

.cinema {
  position: fixed;
  z-index: 80;
  inset: 0;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto auto;
  padding: 1.2rem clamp(1rem, 2.5vw, 2.5rem) 1.5rem;
  color: var(--paper);
  background: #050505;
  opacity: 0;
  transform: translateY(100%);
  transition: opacity 420ms ease, transform 520ms var(--ease-out);
}

.is-cinema .cinema {
  opacity: 1;
  transform: translateY(0);
}

.cinema-header {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  min-height: 3.6rem;
  border-bottom: 1px solid rgba(242, 240, 234, 0.32);
}

.cinema-header button,
.cinema-header > span,
.cinema-header p {
  margin: 0;
  font-family: var(--display);
  font-size: 0.62rem;
  letter-spacing: 0.13em;
}

.cinema-header button {
  justify-self: start;
  color: var(--paper);
  cursor: pointer;
}

.cinema-header p {
  display: flex;
  align-items: center;
  gap: 0.9rem;
}

.cinema-header p span {
  color: var(--work-accent);
}

.cinema-mode {
  justify-self: end;
}

.cinema-stage {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 0;
  overflow: hidden;
}

.cinema-stage video {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.cinema-start {
  position: absolute;
  inset: 0;
  display: grid;
  place-content: center;
  gap: 0.5rem;
  color: var(--paper);
  background: rgba(5, 5, 5, 0.24);
  text-align: center;
  cursor: pointer;
  transition: opacity 220ms ease;
}

.cinema-start span {
  font-family: var(--serif);
  font-size: clamp(2rem, 5vw, 5rem);
}

.cinema-start small {
  font-family: var(--display);
  font-size: 0.68rem;
  letter-spacing: 0.14em;
}

.cinema-start.is-hidden {
  opacity: 0;
  pointer-events: none;
}

.cinema-error {
  min-height: 1.4rem;
  margin: 0;
  color: #ff806b;
  font-size: 0.72rem;
  line-height: 1.4rem;
  text-align: center;
}

.cinema-controls {
  display: grid;
  grid-template-columns: auto auto minmax(6rem, 1fr) auto auto auto;
  align-items: center;
  gap: 1rem;
  min-height: 3.8rem;
  border-top: 1px solid rgba(242, 240, 234, 0.32);
}

.cinema-controls button,
.cinema-controls span {
  color: var(--paper);
  font-family: var(--display);
  font-size: 0.62rem;
  letter-spacing: 0.1em;
}

.cinema-controls button {
  cursor: pointer;
}

.cinema-controls input {
  width: 100%;
  accent-color: var(--work-accent);
}

:focus-visible {
  outline: 2px solid var(--work-accent);
  outline-offset: 0.35rem;
}

@media (max-width: 1100px) {
  .hero-media {
    top: 22svh;
    left: 25vw;
    width: 61vw;
  }

  .hero-heading {
    width: 55vw;
  }

  .hero-detail {
    width: 27vw;
  }

  .work-switcher {
    width: 8.5rem;
  }

  .manifesto-inner {
    margin-left: 25%;
  }

  .motion-piece {
    min-height: 96svh;
  }

  .work-card__action {
    min-height: 84svh;
  }
}

@media (max-width: 820px) {
  .hero-display i,
  .hero-media,
  .manifesto-mark,
  .works-watermark,
  .motion-piece__media,
  .motion-piece__frame img,
  .motion-piece__copy {
    will-change: auto;
  }

  .site-strip {
    grid-template-columns: 1fr auto;
  }

  .site-strip > p:nth-child(2) {
    display: none;
  }

  .hero-display {
    top: 9rem;
    font-size: 20vw;
  }

  .hero-media {
    top: 26svh;
    left: 12vw;
    width: 76vw;
  }

  .work-switcher {
    top: 4.6rem;
    right: 1rem;
    left: 1rem;
    display: flex;
    width: auto;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .work-switcher::-webkit-scrollbar {
    display: none;
  }

  .work-switch {
    flex: 0 0 auto;
    grid-template-columns: 1.6rem auto;
    padding: 0.45rem 0.9rem 0.45rem 0;
  }

  .hero-heading {
    bottom: 6.2rem;
    width: 56vw;
  }

  .hero-heading h1 {
    font-size: 10vw;
  }

  .hero-detail {
    right: 1rem;
    bottom: 5rem;
    width: 31vw;
  }

  .hero-detail dl {
    display: none;
  }

  .manifesto-mark {
    top: 13%;
    font-size: 12vw;
  }

  .manifesto-inner {
    align-self: end;
    margin-left: 10%;
  }

  .manifesto h2 {
    font-size: 9.2vw;
  }

  .manifesto-foot {
    grid-template-columns: 1fr;
  }

  .works-head {
    padding-bottom: 9rem;
  }

  .works-head > div {
    grid-column: 1 / 9;
  }

  .works-head > p {
    grid-column: 9 / 13;
  }

  .motion-piece__copy h3 {
    font-size: 7vw;
  }

  .motion-piece {
    margin-top: 0;
  }

  .motion-piece--one .motion-piece__media,
  .motion-piece--three .motion-piece__media {
    grid-column: 1 / 8;
  }

  .motion-piece--one .motion-piece__copy,
  .motion-piece--three .motion-piece__copy {
    grid-column: 8 / 13;
    padding-left: 1rem;
  }

  .motion-piece--two .motion-piece__media,
  .motion-piece--four .motion-piece__media {
    grid-column: 5 / 13;
  }

  .motion-piece--two .motion-piece__copy,
  .motion-piece--four .motion-piece__copy {
    grid-column: 1 / 5;
  }

  .motion-piece--five .motion-piece__media {
    grid-column: 1 / 9;
  }

  .motion-piece--five .motion-piece__copy {
    grid-column: 9 / 13;
  }
}

@media (max-width: 640px) {
  body {
    overflow-x: hidden;
  }

  .site-strip {
    padding: 1rem;
  }

  .hero,
  .hero-frame {
    min-height: max(100svh, 46rem);
  }

  .hero-display {
    top: 8.2rem;
    left: 1rem;
    width: calc(100% - 2rem);
    font-size: 23.5vw;
    line-height: 0.74;
  }

  .hero-media {
    top: 25.5svh;
    left: 8vw;
    width: 84vw;
  }

  .hero-backdrop {
    top: 0.7rem;
    left: 0.7rem;
  }

  .hero-heading {
    bottom: 5rem;
    left: 1rem;
    width: 70vw;
  }

  .hero-practice {
    gap: 0.55rem;
    margin-bottom: 0.6rem;
    font-size: 0.58rem;
  }

  .hero-practice strong {
    padding: 0.4rem 0.5rem;
  }
  .hero-index {
    margin-bottom: 0.6rem;
  }

  .hero-heading h1 {
    font-size: 14vw;
  }

  .hero-topic {
    margin-top: 0.6rem;
    font-size: 0.68rem;
  }

  .hero-detail {
    right: 1rem;
    bottom: 1rem;
    width: calc(100% - 2rem);
  }

  .hero-detail > p {
    display: none;
  }

  .watch-button {
    width: 9.8rem;
    margin-left: auto;
    padding: 0.7rem 0;
  }

  .watch-button span {
    font-size: 0.63rem;
  }

  .hero-cue {
    display: none;
  }

  .manifesto {
    min-height: 92svh;
    padding: 7rem 1rem 5rem;
  }

  .manifesto::before {
    right: 1rem;
    left: 1rem;
  }

  .manifesto-mark {
    top: 11%;
    left: 1rem;
    font-size: 16vw;
  }

  .manifesto-inner {
    margin-left: 0;
  }

  .manifesto h2 {
    margin: 2rem 0 3rem;
    font-size: clamp(3rem, 13vw, 5rem);
    line-height: 1.05;
  }

  .manifesto-foot {
    gap: 1.2rem;
  }

  .manifesto-foot p:last-child {
    white-space: normal;
  }

  .works {
    padding-top: 6rem;
  }

  .works-watermark {
    top: 3rem;
    font-size: 31vw;
  }

  .works-head {
    display: block;
    padding: 0 1rem 7rem;
  }

  .works-head h2 {
    font-size: 15vw;
  }

  .works-head > p {
    max-width: 22em;
    margin-top: 2rem;
  }

  .motion-piece {
    min-height: 88svh;
    margin-top: 0;
    padding: 6svh 1rem;
  }

  .work-card__action {
    display: block;
    min-height: 76svh;
  }

  .motion-piece__number {
    top: 15%;
    right: 0;
    bottom: auto;
    left: auto;
    display: block;
    width: auto;
    height: auto;
    font-size: 44vw;
  }

  .motion-piece__media {
    width: 89%;
  }

  .motion-piece:nth-child(even) .motion-piece__media {
    margin-left: auto;
  }

  .motion-piece:nth-child(3n) .motion-piece__media {
    width: 82%;
  }

  .motion-piece__ink {
    transform: translate(0.65rem, 0.65rem);
  }

  .motion-piece__media figcaption {
    bottom: -1.7rem;
  }

  .motion-piece__copy {
    width: 76%;
    margin-top: clamp(5.5rem, 13vh, 8rem);
  }

  .motion-piece:nth-child(odd) .motion-piece__copy {
    margin-left: auto;
  }

  .motion-piece--five .motion-piece__copy {
    padding-left: 0;
  }

  .motion-piece__copy h3 {
    font-size: clamp(3.4rem, 14vw, 5.6rem);
  }

  .motion-piece__copy span {
    font-size: 0.78rem;
  }

  .page-footer {
    grid-template-columns: 1fr auto;
    min-height: 28svh;
    padding: 2rem 1rem;
  }

  .page-footer p:nth-child(2) {
    display: none;
  }

  .cinema {
    padding: 0.8rem;
  }

  .cinema-header {
    grid-template-columns: 1fr auto;
  }

  .cinema-mode {
    display: none;
  }

  .cinema-controls {
    grid-template-columns: auto auto minmax(4rem, 1fr) auto;
    gap: 0.55rem;
  }

  .cinema-controls #cinema-mute,
  .cinema-controls #cinema-fullscreen {
    display: none;
  }
}

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

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .manifesto-char {
    opacity: 1;
  }

  [data-reveal] {
    opacity: 1;
    transform: none;
  }
}
