:root {
  --screen-w: 1920;
  --screen-h: 1080;
  --margin: 30px;
  --white: #f7f7f4;
  --black: #030303;
  --hero-logo-position: absolute;
  --hero-logo-left: var(--margin);
  --hero-logo-top: 398px;
  --hero-logo-scale: 1;
  --hero-logo-opacity: 1;
  --hero-logo-z-index: 2;
  --global-logo-opacity: 0;
  --logo-bottom-guide-top: 109px;
  --works-lock-guide-top: 69px;
  --hero-footer-fade: 1;
  --hero-copy-fade: 1;
}

/* One switch controls every calibration line, label, split and frame. */
.reference-layer-hidden .design-reference-grid,
.reference-layer-hidden .works-boundary-guide,
.reference-layer-hidden .dark-background-top-guide,
.reference-layer-hidden .dark-background-boundary-guide {
  visibility: hidden !important;
}

.reference-layer-hidden .dark-visual-section::before {
  visibility: hidden !important;
}

.reference-layer-hidden .static-page::before {
  visibility: hidden !important;
}

.reference-layer-hidden .global-nav {
  outline-color: transparent !important;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  background: var(--white);
  color: var(--black);
  font-family: Arial, Helvetica, sans-serif;
}

html {
  overflow-y: scroll;
  scrollbar-width: none;
}

html::-webkit-scrollbar {
  width: 0;
  height: 0;
}

body {
  min-width: 1280px;
  position: relative;
  -ms-overflow-style: none;
}

body.is-static-loading {
  overflow: hidden;
}

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

.static-loader {
  --loader-word-rise: 112%;
  --loader-word-opacity: 0;
  --loader-mark-scale: .8;
  --loader-mark-opacity: 1;
  --loader-mark-gap: 6.3px;
  --loader-object-space: 0px;
  --loader-object-size: clamp(122px, 12.74vw, 239px);
  --loader-object-scale: .08;
  --loader-object-opacity: 0;
  --loader-counter-opacity: 0;
  --loader-y: 0%;
  position: fixed;
  inset: 0;
  z-index: 2147482500;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  background: #000;
  color: #fff;
  transform: translate3d(0, var(--loader-y), 0);
  will-change: transform;
}

.static-loader.is-complete {
  pointer-events: none;
}

.static-loader-mark {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--loader-mark-gap);
  opacity: var(--loader-mark-opacity);
  transform: translate(-50%, -51%) scale(var(--loader-mark-scale));
  will-change: gap, opacity, transform;
}

.static-loader-word {
  position: relative;
  height: clamp(77px, 7.12vw, 138px);
  flex: 0 0 auto;
  overflow: hidden;
}

.static-loader-word-light {
  width: clamp(311px, 28.88vw, 558px);
}

.static-loader-word-wu {
  width: clamp(162px, 14.8vw, 290px);
}

.static-loader-word-img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  opacity: var(--loader-word-opacity);
  transform: translate3d(0, var(--loader-word-rise), 0);
  user-select: none;
  pointer-events: none;
  will-change: transform, opacity;
}

.static-loader-object-space {
  position: relative;
  flex: 0 0 auto;
  width: var(--loader-object-space);
  height: var(--loader-object-size);
  overflow: visible;
  opacity: var(--loader-object-opacity);
  will-change: width, opacity;
}

.static-loader-object {
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: var(--loader-object-size);
  height: var(--loader-object-size);
  object-fit: contain;
  transform: translate(-50%, -50%) scale(var(--loader-object-scale));
  transform-origin: 50% 50%;
  filter:
    drop-shadow(0 18px 28px rgba(255, 255, 255, .08))
    drop-shadow(0 34px 38px rgba(0, 0, 0, .95));
  user-select: none;
  pointer-events: none;
  will-change: transform;
}

.static-loader-counter {
  position: absolute;
  left: 50%;
  bottom: clamp(44px, 8.5vh, 92px);
  z-index: 3;
  min-width: 3.1ch;
  transform: translateX(-50%);
  opacity: var(--loader-counter-opacity);
  color: #fff;
  font-size: clamp(18px, 1.24vw, 26px);
  font-weight: 900;
  line-height: 1;
  letter-spacing: .015em;
  text-align: center;
}

.static-loader-vignette {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    radial-gradient(circle at 50% 49%, transparent 0 17vw, rgba(0, 0, 0, .08) 31vw, rgba(0, 0, 0, .7) 82vw),
    linear-gradient(180deg, rgba(255, 255, 255, .015), transparent 16%, transparent 84%, rgba(255, 255, 255, .014));
}

.design-reference-grid {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2147483000;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
}

.design-reference-grid::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    repeating-linear-gradient(to right, rgba(0, 255, 64, .1) 0 1px, transparent 1px 60px),
    repeating-linear-gradient(to bottom, rgba(0, 255, 64, .1) 0 1px, transparent 1px 60px),
    repeating-linear-gradient(to right, rgba(0, 255, 64, .24) 0 1px, transparent 1px 120px),
    repeating-linear-gradient(to bottom, rgba(0, 255, 64, .24) 0 1px, transparent 1px 120px),
    repeating-linear-gradient(to bottom, transparent 0 1078px, rgba(0, 255, 64, .9) 1078px 1080px);
}

.design-reference-grid::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 1px;
  height: 100%;
  background: rgba(255, 80, 80, .55);
}

.width-guide {
  position: fixed;
  top: 0;
  z-index: 2147483002;
  width: 2px;
  height: 100vh;
  background: rgba(255, 80, 80, .95);
  box-shadow: 0 0 0 1px rgba(255, 80, 80, .25);
}

.width-guide-left {
  left: var(--margin);
}

.width-guide-right {
  right: var(--margin);
}

.viewport-guide-100 {
  position: fixed;
  left: 0;
  right: 0;
  top: 250px;
  z-index: 2147483003;
  height: 2px;
  background: rgba(255, 0, 220, .95);
  box-shadow: 0 0 0 1px rgba(255, 0, 220, .25);
  pointer-events: none;
}

.logo-bottom-guide {
  position: fixed;
  left: 0;
  right: 0;
  top: var(--logo-bottom-guide-top);
  z-index: 2147483003;
  height: 2px;
  background: rgba(0, 180, 255, .95);
  box-shadow: 0 0 0 1px rgba(0, 180, 255, .25);
  pointer-events: none;
}

.works-lock-guide {
  position: fixed;
  left: 0;
  right: 0;
  top: var(--works-lock-guide-top);
  z-index: 2147483004;
  height: 2px;
  background: rgba(255, 196, 0, .98);
  box-shadow: 0 0 0 1px rgba(255, 196, 0, .24);
  color: rgb(255, 196, 0);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .06em;
  pointer-events: none;
}

.works-lock-guide::after {
  content: "";
}

.works-lock-guide {
  padding-left: var(--margin);
  padding-top: 6px;
}

.design-reference-grid span {
  position: absolute;
  left: 22px;
  top: calc(var(--screen) * 1080px + 18px);
  padding: 6px 9px 5px;
  border: 1px solid rgba(0, 255, 64, .9);
  background: rgba(0, 0, 0, .68);
  color: #00ff40;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .08em;
}

.grid-axis {
  position: absolute;
  inset: 0;
  color: #00ff40;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .04em;
}

.grid-axis i {
  position: absolute;
  display: block;
  padding: 2px 4px;
  background: rgba(0, 0, 0, .58);
  border: 1px solid rgba(0, 255, 64, .45);
  font-style: normal;
  white-space: nowrap;
}

.grid-axis-x {
  position: fixed;
  z-index: 2147483001;
  height: 22px;
  bottom: auto;
  background: linear-gradient(to bottom, rgba(0, 0, 0, .55), transparent);
}

.grid-axis-x i {
  top: 0;
  transform: translateX(-50%);
}

.grid-axis-y i {
  left: 0;
  transform: translateY(-50%);
}

.global-nav {
  position: fixed;
  left: var(--margin);
  right: var(--margin);
  top: 32px;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  outline: 2px solid rgba(0, 255, 120, .85);
  pointer-events: none;
}

.global-logo {
  display: block;
  opacity: var(--global-logo-opacity);
  pointer-events: auto;
  text-decoration: none;
  color: #000;
}

.global-logo svg {
  display: block;
  width: auto;
  height: 27px;
  fill: currentColor;
}

.global-nav nav {
  display: flex;
  justify-content: flex-end;
  gap: 32px;
  font-size: 16px;
  font-weight: 950;
  line-height: 1;
  color: #000;
  pointer-events: auto;
}

.global-nav nav a {
  color: inherit;
  text-decoration: none;
}

body.adaptive-nav-active .global-nav {
  mix-blend-mode: difference;
}

body.adaptive-nav-active .global-nav nav {
  color: #fff;
}

body.adaptive-nav-active .global-logo {
  color: #fff;
}

.hero-nav-invert-mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 1080px;
  z-index: 51;
  pointer-events: none;
  opacity: var(--hero-mask-visibility, 1);
  transition: opacity .12s linear;
}

.hero-nav-invert-svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.hero-nav-fluid-blob,
.hero-nav-fluid-metaballs {
  fill: #fff;
}

.hero-nav-invert-object {
  width: 100%;
  height: 100%;
}

.hero-nav-invert-content {
  position: relative;
  width: 100vw;
  height: 1080px;
}

.hero-nav-invert-content nav {
  position: absolute;
  left: var(--mask-nav-left, 0px);
  top: var(--mask-nav-top, 0px);
  display: flex;
  justify-content: flex-end;
  gap: 32px;
  font-size: 16px;
  font-weight: 950;
  line-height: 1;
  color: #fff;
  white-space: nowrap;
}

.hero-nav-invert-content nav a {
  color: inherit;
  text-decoration: none;
}

.hero-fluid-mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 1080px;
  z-index: 36;
  pointer-events: none;
  opacity: var(--hero-mask-visibility, 1);
  transition: opacity .12s linear;
}

.hero-fluid-svg {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.hero-fluid-blob {
  fill: #000;
  fill-rule: nonzero;
}

.hero-fluid-metaballs {
  fill: #000;
}

.hero-fluid-video-blob {
  fill: #fff;
  fill-rule: nonzero;
}

.hero-fluid-video-metaballs {
  fill: #fff;
}

.hero-fluid-video-object {
  width: 100%;
  height: 100%;
}

.hero-fluid-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.static-page {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.static-page::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 100;
  pointer-events: none;
  background:
    repeating-linear-gradient(
      to bottom,
      transparent 0,
      transparent 1079px,
      rgba(255, 64, 64, .92) 1079px,
      rgba(255, 64, 64, .92) 1081px
    );
}

.screen {
  position: relative;
  width: 100%;
  min-height: 100vh;
}

.hero-screen {
  height: 1080px;
  overflow: hidden;
  background: #000;
}

.hero-background-video {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  opacity: 0;
}

.hero-erasable {
  position: absolute;
  inset: 0;
  z-index: auto;
  background: var(--white);
}

.hero-copy {
  position: absolute;
  left: var(--margin);
  top: 32px;
  z-index: 42;
  color: #fff;
  mix-blend-mode: difference;
  opacity: var(--hero-copy-fade);
  will-change: opacity;
}

.hero-copy p {
  margin: 0;
  font-size: 31px;
  font-weight: 420;
  line-height: 1.06;
  letter-spacing: -.045em;
}

.pill-button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 1;
  min-width: 250px;
  height: 64px;
  margin-top: 54px;
  padding: 0 28px;
  border-radius: 999px;
  background: #fff;
  color: #000;
  font-size: 18px;
  font-weight: 900;
}

.hero-logo {
  position: var(--hero-logo-position);
  left: var(--hero-logo-left);
  top: var(--hero-logo-top);
  z-index: var(--hero-logo-z-index);
  width: calc(100% - var(--margin) * 2);
  height: auto;
  display: block;
  opacity: var(--hero-logo-opacity);
  transform: scale(var(--hero-logo-scale));
  transform-origin: 0 0;
  will-change: transform, opacity;
}

.screen-footer {
  position: absolute;
  left: var(--margin);
  right: var(--margin);
  bottom: 168px;
  z-index: 42;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  line-height: 1;
  mix-blend-mode: difference;
  opacity: var(--hero-footer-fade);
  will-change: opacity;
}

.screen-footer p {
  margin: 0;
}

.screen-footer span {
  margin: 0 18px;
}

.screen-footer b {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 22px;
  margin-left: 14px;
  border-radius: 5px;
  background: #000;
  color: #fff;
  font-size: 12px;
}

.project-intro {
  position: relative;
  height: 1080px;
  padding: 170px var(--margin) 0;
  background: var(--white);
}

.screen02-final-logo {
  display: none;
}

.screen02-final-logo img {
  display: block;
  width: auto;
  height: 16px;
}

.project-headline {
  position: relative;
  z-index: 38;
  color: #fff;
  mix-blend-mode: difference;
  opacity: var(--project-headline-opacity, 1);
  transform: translate3d(0, var(--project-headline-y, 0px), 0);
  will-change: opacity, transform;
}

.project-headline p {
  margin: 0;
  font-size: 95px;
  font-weight: 300;
  line-height: 1.18;
  letter-spacing: -.055em;
}

.wide-work {
  margin: 80px 0 0;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #111;
  position: relative;
  z-index: 37;
  transform-origin: 100% 100%;
  visibility: var(--wide-work-visibility, visible);
  will-change: transform;
}

.wide-work img,
.project-card-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wide-work > .wide-work-image {
  position: absolute;
  inset: 0;
  will-change: opacity;
}

.wide-work-image-1 {
  opacity: var(--wide-image-1-opacity, 1);
}

.wide-work-image-2 {
  opacity: var(--wide-image-2-opacity, 0);
}

.project-lockup {
  height: 1080px;
  position: relative;
  padding: 0 var(--margin);
  background: var(--white);
}

.project-copy {
  position: absolute;
  left: var(--margin);
  bottom: 140px;
  display: grid;
  grid-template-columns: 220px 430px;
  gap: 58px;
  align-items: start;
  opacity: var(--project-copy-opacity, 1);
  transform: translate3d(0, var(--project-copy-y, 0px), 0);
  will-change: opacity, transform;
}

.project-copy p:first-child {
  margin: 0;
  font-size: 22px;
  font-weight: 520;
  line-height: 1.12;
  letter-spacing: -.04em;
}

.project-copy p:last-child {
  margin: 0;
  font-size: 22px;
  font-weight: 520;
  line-height: 1.12;
  letter-spacing: -.04em;
}

.project-card-image {
  position: absolute;
  right: var(--margin);
  bottom: 140px;
  width: 32.15%;
  aspect-ratio: 16 / 9;
  margin: 0;
  padding: 42px 42px 28px;
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  row-gap: 10px;
  background: #000;
  color: #fff;
  visibility: var(--project-card-visibility, visible);
}

.project-card-image img {
  min-height: 0;
  aspect-ratio: auto;
}

.project-card-image figcaption {
  display: flex;
  justify-content: space-between;
  margin-top: 0;
  font-size: 15px;
  font-weight: 950;
}

.works-section {
  position: relative;
  min-height: 3300px;
  padding: 50px var(--margin) 240px;
  background: #000;
  color: #fff;
}

.works-word-shell {
  position: relative;
  z-index: 5;
  width: 100%;
  height: 28px;
}

.works-word {
  position: absolute;
  left: 0;
  top: -20px;
  z-index: 5;
  width: max-content;
  font-size: 35px;
  font-weight: 950;
  line-height: .8;
  letter-spacing: .02916em;
  height: 28px;
  white-space: nowrap;
  pointer-events: none;
}

.works-word.is-fixed {
  position: fixed;
  left: var(--margin);
  top: var(--works-fixed-top, 69px);
}

.works-word.is-released {
  top: calc(-20px + var(--works-release-y, 0px));
}

.works-word span {
  display: inline-flex;
  align-items: center;
  height: 28px;
  overflow: hidden;
  vertical-align: top;
  transform: translate3d(var(--works-letter-x, 0px), 0, 0);
  will-change: transform;
}

.works-word span i {
  display: block;
  font: inherit;
  font-style: normal;
  line-height: 28px;
  transform: scale(var(--works-letter-scale, 1));
  transform-origin: 50% 50%;
  will-change: transform;
}

.works-meta {
  position: absolute;
  left: calc(var(--margin) + ((100% - (var(--margin) * 2)) * .675));
  top: 202px;
  width: 860px;
  font-size: 49.6px;
  font-weight: 420;
  line-height: 1.08;
  letter-spacing: -.055em;
  text-align: left;
  opacity: 1;
  clip-path: inset(0 0 calc((1 - var(--works-meta-opacity, 1)) * 100%) 0);
  transform: translate3d(0, calc((1 - var(--works-meta-opacity, 1)) * 28px), 0);
  will-change: clip-path, transform;
}

.works-meta p {
  margin: 0;
}

.works-grid {
  position: relative;
  min-height: 1180px;
  transform: translateY(270px);
}

.works-grid-a {
  margin-top: 64px;
}

.works-grid-b {
  margin-top: 1050px;
  min-height: 2180px;
  transform: translateY(280px);
}

.work-item {
  position: absolute;
  color: #fff;
}

.work-item p {
  margin: 0 0 14px;
  color: rgba(255, 255, 255, .42);
  font-size: 13px;
  font-weight: 520;
  line-height: 1;
  letter-spacing: .02em;
}

.work-item h2 {
  margin: 0 0 22px;
  max-width: 650px;
  color: #fff;
  font-size: 31px;
  font-weight: 760;
  line-height: 1.03;
  letter-spacing: -.045em;
}

.work-large {
  left: 0;
  top: 0;
  width: 49.5%;
}

.work-small {
  right: 0;
  top: 210px;
  width: 32.5%;
}

.works-grid-a .work-large {
  top: -30px;
}

.works-grid-a .work-large p,
.works-grid-a .work-large h2 {
  opacity: var(--work-01-text-opacity, 1);
  transform: translate3d(0, var(--work-01-text-y, 0px), 0);
  will-change: opacity, transform;
}

.works-grid-a .work-large .thumb {
  opacity: var(--work-01-image-opacity, 1);
  transform: translate3d(0, var(--work-01-image-y, 0px), 0);
  will-change: opacity, transform;
}

.works-grid-a .work-small {
  top: 220px;
}

.works-grid-a .work-small p,
.works-grid-a .work-small h2 {
  opacity: var(--work-02-text-opacity, 1);
  transform: translate3d(0, var(--work-02-text-y, 0px), 0);
  will-change: opacity, transform;
}

.works-grid-a .work-small .thumb {
  opacity: var(--work-02-image-opacity, 1);
  transform: translate3d(0, var(--work-02-image-y, 0px), 0);
  will-change: opacity, transform;
}

.works-grid-a .work-wide {
  top: 1130px;
  width: 61.66875%;
}

.works-grid-a .work-wide p,
.works-grid-a .work-wide h2 {
  opacity: var(--work-03-text-opacity, 1);
  transform: translate3d(0, var(--work-03-text-y, 0px), 0);
  will-change: opacity, transform;
}

.works-grid-a .work-wide .thumb {
  height: 809.25px;
  opacity: var(--work-03-image-opacity, 1);
  transform: translate3d(0, var(--work-03-image-y, 0px), 0);
  will-change: opacity, transform;
}

.work-wide {
  left: 50%;
  right: auto;
  top: 820px;
  width: 32.5%;
  transform: translateX(-50%);
}

.works-grid-b .work-large {
  left: auto;
  right: 0;
}

.works-grid-b .work-large p,
.works-grid-b .work-large h2 {
  opacity: var(--work-04-text-opacity, 1);
  transform: translate3d(0, var(--work-04-text-y, 0px), 0);
  will-change: opacity, transform;
}

.works-grid-b .work-large .thumb {
  opacity: var(--work-04-image-opacity, 1);
  transform: translate3d(0, var(--work-04-image-y, 0px), 0);
  will-change: opacity, transform;
}

.works-grid-b .work-small {
  left: 0;
  right: auto;
}

.works-grid-b .work-small p,
.works-grid-b .work-small h2 {
  opacity: var(--work-03b-text-opacity, 1);
  transform: translate3d(0, var(--work-03b-text-y, 0px), 0);
  will-change: opacity, transform;
}

.works-grid-b .work-small .thumb {
  opacity: var(--work-03b-image-opacity, 1);
  transform: translate3d(0, var(--work-03b-image-y, 0px), 0);
  will-change: opacity, transform;
}

.works-grid-b .work-wide {
  left: 50%;
  right: auto;
  top: 1210px;
  width: 61.66875%;
}

.works-grid-b .work-wide p,
.works-grid-b .work-wide h2 {
  opacity: var(--work-06-text-opacity, 1);
  transform: translate3d(0, var(--work-06-text-y, 0px), 0);
  will-change: opacity, transform;
}

.works-grid-b .work-wide .thumb {
  height: 809.25px;
  opacity: var(--work-06-image-opacity, 1);
  transform: translate3d(0, var(--work-06-image-y, 0px), 0);
  will-change: opacity, transform;
}

/* Scroll-reveal interaction: preserve final layout while the text masks lift
   and each image frame expands over an unchanged internal image. */
.works-grid-a .work-large {
  --work-text-progress: var(--work-01-text-opacity, 1);
  --work-frame-progress: var(--work-01-image-opacity, 1);
}

.works-grid-a .work-small {
  --work-text-progress: var(--work-02-text-opacity, 1);
  --work-frame-progress: var(--work-02-image-opacity, 1);
}

.works-grid-a .work-wide {
  --work-text-progress: var(--work-03-text-opacity, 1);
  --work-frame-progress: var(--work-03-image-opacity, 1);
}

.works-grid-b .work-small {
  --work-text-progress: var(--work-03b-text-opacity, 1);
  --work-frame-progress: var(--work-03b-image-opacity, 1);
}

.works-grid-b .work-large {
  --work-text-progress: var(--work-04-text-opacity, 1);
  --work-frame-progress: var(--work-04-image-opacity, 1);
}

.works-grid-b .work-wide {
  --work-text-progress: var(--work-06-text-opacity, 1);
  --work-frame-progress: var(--work-06-image-opacity, 1);
}

.works-section .work-item p,
.works-section .work-item h2 {
  opacity: 1;
  transform: translate3d(0, calc((1 - var(--line-reveal-progress)) * 26px), 0);
  clip-path: inset(0 0 calc((1 - var(--line-reveal-progress)) * 100%) 0);
  will-change: clip-path, transform;
}

.works-section .work-item p {
  --line-reveal-progress: var(--work-text-progress, 1);
}

.works-section .work-item h2 {
  --line-reveal-progress: clamp(0, calc((var(--work-text-progress, 1) - .14) * 1.1628), 1);
}

.works-section .work-item .thumb {
  opacity: 1;
  transform: none;
  will-change: clip-path;
}

/* Left column: expand from the lower-left corner. */
.works-section .works-grid-a .work-large .thumb,
.works-section .works-grid-b .work-small .thumb {
  clip-path: inset(
    calc((1 - var(--work-frame-progress, 1)) * 92%)
    calc((1 - var(--work-frame-progress, 1)) * 88%)
    0
    0
  );
  transform-origin: 0 100%;
}

/* Right column: expand from the lower-right corner. */
.works-section .works-grid-a .work-small .thumb,
.works-section .works-grid-b .work-large .thumb {
  clip-path: inset(
    calc((1 - var(--work-frame-progress, 1)) * 92%)
    0
    0
    calc((1 - var(--work-frame-progress, 1)) * 88%)
  );
  transform-origin: 100% 100%;
}

/* Center column: expand upward and outward from the lower edge center. */
.works-section .work-wide .thumb {
  clip-path: inset(
    calc((1 - var(--work-frame-progress, 1)) * 92%)
    calc((1 - var(--work-frame-progress, 1)) * 44%)
    0
    calc((1 - var(--work-frame-progress, 1)) * 44%)
  );
  transform-origin: 50% 100%;
}

.works-footer {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  margin-top: 360px;
  color: #fff;
}

.works-footer-view {
  display: flex;
  align-items: center;
  gap: 18px;
  font-size: 44.2px;
  font-weight: 420;
  line-height: 1;
  letter-spacing: -.033em;
}

.works-footer-view span {
  font-size: 22px;
  line-height: 1;
}

.works-footer-count,
.works-footer-year {
  font-size: 25px;
  font-weight: 760;
  line-height: 1;
  letter-spacing: -.03em;
}

.works-footer-year {
  justify-self: end;
}

.video-interlude {
  height: 1080px;
  margin-top: -100px;
  background: #f2f2f2;
  color: #111;
}

.video-interlude-media {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #000;
}

.video-interlude-background {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.thumb {
  position: relative;
  display: flex;
  align-items: flex-end;
  padding: 34px;
  border-radius: 4px;
  overflow: hidden;
  color: #fff;
  font-size: 54px;
  font-weight: 950;
  letter-spacing: .14em;
}

.thumb > img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: translate3d(0, var(--work-image-parallax-y, 0px), 0) scale(1.08);
  transform-origin: 50% 50%;
  will-change: transform;
}

.work-large .thumb {
  height: 850px;
}

.work-small .thumb {
  height: 520px;
}

.work-wide .thumb {
  height: 300px;
}

.thumb-silver {
  background:
    radial-gradient(circle at 72% 26%, rgba(255,255,255,.72), transparent 18%),
    linear-gradient(135deg, #303030, #a1a1a1 44%, #151515);
}

.thumb-black {
  background:
    radial-gradient(circle at 58% 40%, rgba(255,255,255,.18), transparent 28%),
    linear-gradient(135deg, #050505, #3a3a3a 50%, #080808);
}

.thumb-green {
  background:
    radial-gradient(circle at 18% 54%, rgba(255,255,255,.22), transparent 22%),
    linear-gradient(135deg, #6b982d, #b8e44d 48%, #354b20);
}

.works-section-label {
  position: absolute;
  left: var(--margin);
  top: 9440px;
  z-index: 6;
  color: #fff;
  font-size: 35px;
  font-weight: 780;
  line-height: .8;
  letter-spacing: .02916em;
  pointer-events: none;
}

.studio-section {
  position: relative;
  min-height: 1980px;
  padding: 180px var(--margin) 0;
  background: #000;
  color: #fff;
}

.works-boundary-guide {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 20;
  height: 2px;
  background: rgba(0, 180, 255, .95);
  pointer-events: none;
}

.works-boundary-guide::after {
  content: "Y9420";
  position: absolute;
  right: var(--margin);
  top: 8px;
  color: rgb(0, 180, 255);
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .04em;
}

.studio-section h2 {
  margin: 0;
  max-width: 760px;
  font-size: 86px;
  font-weight: 300;
  line-height: 1.05;
  letter-spacing: -.034em;
  opacity: var(--studio-title-opacity, 0);
  transform: translate3d(0, var(--studio-title-y, 72px), 0);
  will-change: opacity, transform;
}

.studio-columns {
  display: grid;
  grid-template-columns: 1fr 1.1fr 1.4fr;
  gap: 90px;
  margin-top: 110px;
  width: 1120px;
  margin-left: calc(50% + 20px);
  transform: translateX(-50%);
  font-size: 21.6px;
  font-weight: 420;
  line-height: 1.06;
  text-align: left;
}

.studio-columns p,
.studio-columns ul {
  margin: 0;
  padding-left: 22px;
  list-style-position: outside;
}

.studio-columns span.studio-line {
  display: block;
}

.studio-columns .studio-line {
  opacity: var(--studio-line-opacity, 0);
  transform: translate3d(0, var(--studio-line-y, 72px), 0);
  will-change: opacity, transform;
}

.floaters {
  position: relative;
  left: 50%;
  width: 100%;
  height: 860px;
  transform: translateX(-50%);
}

.floaters img,
.floaters span {
  --repel-x: 0px;
  --repel-y: 0px;
  position: absolute;
  display: block;
  transform: translate3d(var(--repel-x), var(--repel-y), 0);
  will-change: transform;
}

.floaters img:nth-child(1) {
  left: 34.16%;
  top: 222px;
  width: 360px;
}

.floaters img:nth-child(2) {
  left: 56.6%;
  top: 134px;
  width: 240px;
}

.floaters img:nth-child(3) {
  left: 46.04%;
  top: 398px;
  width: 260px;
}

.floaters img:nth-child(4) {
  left: 28.88%;
  top: 446px;
  width: 210px;
}

.floaters img:nth-child(5) {
  left: 65.84%;
  top: 414px;
  width: 230px;
}

.floaters span {
  font-size: 48px;
  font-weight: 950;
}

.floaters span:nth-of-type(1) { left: 31.52%; top: 286px; font-size: 39px; transform: translate3d(var(--repel-x), var(--repel-y), 0) rotate(-20deg); }
.floaters span:nth-of-type(2) { left: 64.52%; top: 334px; font-size: 64px; transform: translate3d(var(--repel-x), var(--repel-y), 0) rotate(20deg); }
.floaters span:nth-of-type(3) { left: 50%; top: 566px; font-size: 48px; transform: translate3d(var(--repel-x), var(--repel-y), 0) rotate(-8deg); }
.floaters span:nth-of-type(4) { left: 68.48%; top: 518px; font-size: 34px; transform: translate3d(var(--repel-x), var(--repel-y), 0) rotate(15deg); }
.floaters span:nth-of-type(5) { left: 35.48%; top: 510px; font-size: 76px; transform: translate3d(var(--repel-x), var(--repel-y), 0) rotate(24deg); }

.studio-people {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 120px;
  width: 1120px;
  margin: 170px 0 0 calc(50% + 42px);
  transform: translateX(-50%);
  font-size: 21.6px;
  font-weight: 420;
  line-height: 1.06;
  text-align: left;
}

.studio-people p {
  margin: 0 0 4px;
}

.studio-people div p:first-child {
  margin-bottom: 25px;
  color: rgba(255,255,255,.38);
  letter-spacing: .08em;
}

.dark-visual-section {
  position: relative;
  min-height: 2101px;
  margin-top: -30px;
  overflow: hidden;
  background: #000;
  color: #fff;
}

.dark-bg {
  display: block;
  width: 100%;
  height: 2101px;
  object-fit: cover;
  object-position: center top;
  opacity: .9;
}

.dark-background-top-guide {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 100;
  height: 3px;
  background: #00b7ff;
  color: #00b7ff;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: .06em;
  pointer-events: none;
}

.dark-background-top-guide span {
  position: absolute;
  right: var(--margin);
  top: 10px;
}

.dark-visual-section::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 980px;
  background: linear-gradient(180deg, rgba(0,0,0,0) 0%, #000 86%);
}

.dark-visual-section::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 20;
  height: 3px;
  background: #00ff38;
  pointer-events: none;
}

.dark-background-boundary-guide {
  position: relative;
  z-index: 100;
  width: 100%;
  height: 0;
  color: #ff3b30;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: .06em;
  text-align: right;
  pointer-events: none;
}

.dark-background-boundary-guide::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -3px;
  height: 3px;
  background: #ff3b30;
}

.dark-background-boundary-guide span {
  position: absolute;
  right: var(--margin);
  bottom: 9px;
}

.noise-text p {
  position: absolute;
  z-index: 2;
  margin: 0;
  color: rgba(255,255,255,.84);
  font-size: 21.700224px;
  font-weight: 20;
  line-height: 1.14;
  letter-spacing: .022em;
  white-space: pre;
  transform: translate3d(0, var(--noise-lock-y, 0px), 0);
  will-change: transform;
}

.noise-text .noise-line,
.noise-text .noise-char,
.center-copy .center-char {
  display: inline-block;
  will-change: transform, opacity;
}

.noise-text .noise-line {
  white-space: pre;
}

.noise-text .noise-char-extra[hidden] {
  display: none;
}

.center-copy .center-char[hidden],
.center-copy .center-char-extra[hidden] {
  display: none;
}

.noise-text .noise-char {
  opacity: var(--noise-opacity, 1);
  transform:
    translate3d(var(--noise-x, 0px), var(--noise-y, 0px), 0)
    rotate(var(--noise-r, 0deg));
}

.noise-text p:nth-child(1) { left: 210px; top: 290px; }
.noise-text p:nth-child(2) { left: 555px; top: 122px; }
.noise-text p:nth-child(3) { left: 1460px; top: 220px; }
.noise-text p:nth-child(4) { left: 410px; top: 580px; }
.noise-text p:nth-child(5) { left: 1545px; top: 625px; }

.center-copy {
  position: fixed;
  z-index: 3;
  left: 50%;
  top: 50%;
  max-width: 360px;
  margin: 0;
  transform: translate(-50%, calc(-50% + var(--center-exit-y, 0px)));
  visibility: hidden;
  color: rgba(255,255,255,.92);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 21.700224px;
  font-weight: 20;
  line-height: 1.05;
  letter-spacing: -.055em;
}

.contact-section {
  position: relative;
  height: 1080px;
  margin-top: -141px;
  background: #000;
  color: #fff;
  overflow: hidden;
  --contact-copy-top: 170px;
  --contact-title-block: 190.4px;
  --contact-actions-gap: 44px;
}

.contact-copy {
  position: absolute;
  left: var(--margin);
  top: var(--contact-copy-top);
  transform: translateY(30px);
}

.contact-copy h2 {
  margin: 0;
  font-size: 97.24px;
  font-weight: 300;
  line-height: .98;
  letter-spacing: .0043008em;
}

.contact-actions {
  display: flex;
  gap: 18px;
  margin-top: 44px;
}

.contact-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  min-width: 214px;
  height: 62px;
  padding: 0 26px;
  border: 2px solid rgba(255,255,255,.36);
  border-radius: 999px;
  font-size: 16px;
  font-weight: 480;
}

.contact-actions a span {
  font-size: 1.15em;
}

.contact-social {
  position: absolute;
  right: 17vw;
  top: calc(var(--contact-copy-top) + var(--contact-title-block) + var(--contact-actions-gap));
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-size: 28.8px;
  font-weight: 400;
  line-height: 1.02;
  transform: translateY(30px);
}

.contact-logo {
  position: absolute;
  left: var(--margin);
  right: var(--margin);
  bottom: 130px;
  width: calc(100% - var(--margin) * 2);
  filter: invert(1);
  transform: translateY(-20px);
}

.contact-logo-letter {
  transform-box: view-box;
  transform-origin: var(--letter-origin-x) 65px;
  pointer-events: bounding-box;
}

.contact-logo-letter image {
  pointer-events: none;
}

.contact-logo-letter rect {
  fill: transparent;
  pointer-events: all;
}

.contact-logo-letter.is-bouncing {
  animation: contact-logo-letter-bounce 1333ms cubic-bezier(.2, .82, .24, 1) both;
}

@keyframes contact-logo-letter-bounce {
  0% { transform: scale(1); }
  34% { transform: scale(.04); }
  68% { transform: scale(1.075); }
  84% { transform: scale(.975); }
  100% { transform: scale(1); }
}

.site-endnote {
  position: absolute;
  left: var(--margin);
  right: var(--margin);
  bottom: 18px;
  z-index: 5;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr auto;
  align-items: center;
  gap: 28px;
  color: rgba(255, 255, 255, .9);
  font-size: 17px;
  font-weight: 420;
  line-height: 1;
  transform: translateY(-20px);
}

.site-endnote p {
  margin: 0;
}

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

.site-endnote p:nth-child(3) {
  justify-self: end;
}

.site-endnote-lang {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 24px;
  border-radius: 4px;
  background: #fff;
  color: #000;
  font-size: 14px;
  font-weight: 800;
}





