body.is-opening {
  overflow: hidden;
}

.opening-splash {
  position: fixed;
  inset: 0;
  z-index: 1200;
  background: #000;
  opacity: 1;
  transition: opacity 0.72s ease;
  pointer-events: none;
}

.opening-splash.is-fadeout {
  opacity: 0;
}

.opening-splash__word {
  position: fixed;
  left: 50%;
  top: 50%;
  color: #fff;
  font-style: italic;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(2.291vw, 6.5vw, 3.437vw);
  line-height: 1;
  letter-spacing: 0.052vw;
  opacity: 0;
  transform: translate(-50%, -50%) translateY(1.145vw);
  transition:
    opacity 0.34s ease,
    transform 0.56s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform, opacity;
  text-wrap: nowrap;
}

.opening-splash__word.is-hidden {
  opacity: 0 !important;
}

.opening-splash__word.is-visible {
  opacity: 1;
  transform: translate(-50%, -50%) translateY(0);
}

.container {
  width: var(--container);
  margin: 0 auto;
}

.top-showcase {
  --handoff-p: 0;
  --ring-text-shift: 0;
  position: relative;
  width: 100%;
  height: 200vh;
  min-height: 114.583vw;
  background: #fff;
}

.top-showcase iframe,
.top-showcase .inkwell-stage {
  position: sticky;
  top: 0;
  width: 100%;
  height: 100vh;
  border: 0;
  display: block;
}

.ring-text-overlay {
  position: sticky;
  top: 0;
  z-index: 30;
  height: 100vh;
  margin-top: -100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  transition: opacity 0.45s ease;
}

.top-showcase.is-handoff-active .ring-text-overlay {
  opacity: 0;
}

.showcase-fullscreen-handoff {
  --handoff-p: 0;
  position: sticky;
  top: 0;
  z-index: 40;
  width: 100%;
  height: 100vh;
  margin-top: -100vh;
  pointer-events: none;
  background: transparent;
}

.showcase-handoff__caption {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 0 0 clamp(2.916vw, 10vh, 5vw);
  box-sizing: border-box;
  opacity: clamp(0, calc((var(--handoff-p) - 0.2) / 0.55), 1);
}

.showcase-handoff__caption h1 {
  font-size: clamp(2.291vw, 5.2vw, 3.854vw);
  line-height: 1.06;
  letter-spacing: -0.125vw;
  font-weight: 500;
  color: #fff;
  text-align: left;
  width: min(75vw, calc(100vw - 5vw));
}

.ring-text-layout {
  position: relative;
  width: min(56.25vw, calc(100vw - 3.75vw));
  height: clamp(13.541vw, 34vw, 18.229vw);
  font-style: italic;
  font-size: clamp(2.916vw, 8vw, 3.437vw);
  line-height: 1.06;
  letter-spacing: 0.052vw;
  color: #101010;
  transform: translateY(calc(var(--ring-text-shift, 0) * -0.052vw));
  will-change: transform;
}

.ring-text-word {
  position: absolute;
  display: inline-block;
  text-wrap: nowrap;
  font-family: "Montserrat", sans-serif;
}

@keyframes ring-word-breath {

  0%,
  100% {
    transform: translateZ(0) scale(1);
    opacity: 1;
  }

  50% {
    transform: translateZ(0) scale(1.045);
    opacity: 1;
  }
}

body.ring-breathing .ring-text-word {
  transform-origin: 50% 50%;
  animation: ring-word-breath 3.2s ease-in-out infinite;
  will-change: transform, opacity;
}

body.ring-breathing .ring-text-word:nth-child(2) {
  animation-delay: 0.28s;
}

body.ring-breathing .ring-text-word:nth-child(3) {
  animation-delay: 0.56s;
}

body.ring-breathing .ring-text-word:nth-child(4) {
  animation-delay: 0.84s;
}

.ring-more-top {
  left: 8%;
  top: 33%;
}

.ring-enjoyable {
  left: 31%;
  top: 33%;
}

.ring-more-bottom {
  left: 44%;
  top: 58%;
}

.ring-interesting {
  left: 67%;
  top: 58%;
}

.site-header,
.site-nav-panel {
  --nav-h: 4.791vw;
  --nav-logo-left: 4.687vw;
  --nav-logo-top: 1.458vw;
  --nav-logo-w: 5.625vw;
  --nav-logo-h: 1.875vw;
  --nav-menu-right: 4.166vw;
  --nav-menu-top: 1.666vw;
  --nav-menu-w: 1.927vw;
  --nav-menu-h: 1.458vw;
  --nav-brand: #410099;
  --nav-panel-w: min(94vw, 29.166vw);
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 510;
  height: var(--nav-h);
  background: none;
  box-sizing: border-box;
  pointer-events: none;
}

.site-header__logo,
.site-header__menu {
  pointer-events: auto;
}

.site-header__logo {
  position: absolute;
  left: var(--nav-logo-left);
  top: var(--nav-logo-top);
  width: var(--nav-logo-w);
  height: var(--nav-logo-h);
  line-height: 0;
  text-decoration: none;
}

.site-header__logo svg,
.site-header__logo img {
  display: block;
  width: 100%;
  height: 100%;
  transition: filter 0.35s ease;
}

.site-header__menu-icon img {
  transition: filter 0.35s ease;
}

.site-header.is-logo-inverse .site-header__logo img,
.site-header.is-logo-inverse .site-header__menu-icon img {
  filter: brightness(0) invert(1);
}

.site-header__menu {
  position: absolute;
  right: var(--nav-menu-right);
  top: var(--nav-menu-top);
  width: var(--nav-menu-w);
  height: var(--nav-menu-h);
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  line-height: 0;
}

.site-header__menu-icon {
  display: block;
  width: 100%;
  height: 100%;
}

.site-header__menu-icon img {
  display: block;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.site-header__menu:hover {
  opacity: 0.72;
}

.site-header__menu:focus-visible {
  outline: 0.104vw solid var(--nav-brand);
  outline-offset: 0.208vw;
}

.site-nav-panel[hidden] {
  display: none !important;
}

.site-nav-panel {
  position: fixed;
  inset: 0;
  z-index: 500;
  display: block;
  visibility: hidden;
  pointer-events: none;
}

.site-nav-panel.is-open {
  visibility: visible;
  pointer-events: auto;
  overflow: visible;
}

/* 菜单打开时不再锁定 body 滚动，让用户可以边看菜单边往下滑。
   .site-nav-panel 本身是 position: fixed，会浮在页面上方；wheel/触摸事件
   会自然透传到 window，实现页面继续滚动的效果。 */
.site-nav-panel {
  /* 允许触摸手势沿纵向滚动透传，避免移动端在面板上滑动被"卡住" */
  touch-action: pan-y;
}

.site-nav-panel__backdrop {
  position: absolute;
  inset: 0;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.site-nav-panel__sheet {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  transform: translateY(-105%);
  transition: transform 0.48s cubic-bezier(0.22, 1, 0.36, 1);
  pointer-events: none;
  overflow-x: visible;
  overflow-y: hidden;
}

.site-nav-panel.is-open .site-nav-panel__sheet {
  transform: translateY(0);
  pointer-events: auto;
  overflow: visible;
  clip-path: none;
  -webkit-clip-path: none;
}

.site-nav-panel__metaballs {
  display: none !important;
}

.site-nav-panel__inner {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: var(--nav-panel-w);
  height: 100%;
  min-height: 100%;
  margin-left: auto;
  margin-right: 0;
  padding: clamp(1.458vw, 6vw, 2.916vw) 0 clamp(2.083vw, 10vw, 4.166vw);
  box-sizing: border-box;
  overflow: visible;
  clip-path: none;
  -webkit-clip-path: none;
  contain: none;
  opacity: 0;
  transition: opacity 0.45s ease 0.4s;
}

.site-nav-panel.is-open .site-nav-panel__inner {
  opacity: 1;
  transition: opacity 0.5s ease 0.35s;
}

@media (prefers-reduced-motion: reduce) {

  .site-nav-panel__inner,
  .site-nav-panel.is-open .site-nav-panel__inner {
    opacity: 1;
    transition: none;
  }

  .site-nav-panel__links a,
  .site-nav-panel__lang {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

.site-nav-panel__links {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-start;
  flex: 0 0 auto;
  align-self: flex-end;
  width: 100%;
  margin: clamp(1.666vw, calc(15vh - 3.125vw), 4.166vw) 0 0;
  gap: clamp(0.937vw, 3.2vh, 1.458vw);
  padding: 0 var(--nav-menu-right) 0 0;
  box-sizing: border-box;
  text-align: right;
}

.site-nav-panel__links a,
.site-nav-panel__lang {
  position: relative;
  z-index: 1;
  color: var(--nav-brand);
  text-decoration: none;
  font-family: "Montserrat", "Inter", sans-serif;
  font-size: clamp(0.833vw, 2.8vw, 1.041vw);
  line-height: 1.35;
  letter-spacing: 0.06em;
  font-weight: 400 !important;
  background: transparent;
  border: 0;
  cursor: pointer;
  padding: 0.208vw 0;
  text-align: right;
  opacity: 0;
  transform: translateX(1.458vw);
  transition:
    opacity 0.42s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.42s cubic-bezier(0.22, 1, 0.36, 1),
    color 0.35s ease;
  transition-delay: 0s;
}

.site-nav-panel.is-open .site-nav-panel__links a,
.site-nav-panel.is-open .site-nav-panel__lang {
  opacity: 1;
  transform: translateX(0);
}

.site-nav-panel.is-open .site-nav-panel__links a:nth-of-type(1) {
  transition-delay: 0.10s;
}

.site-nav-panel.is-open .site-nav-panel__links a:nth-of-type(2) {
  transition-delay: 0.16s;
}

.site-nav-panel.is-open .site-nav-panel__links a:nth-of-type(3) {
  transition-delay: 0.22s;
}

.site-nav-panel.is-open .site-nav-panel__links a:nth-of-type(4) {
  transition-delay: 0.28s;
}

.site-nav-panel.is-open .site-nav-panel__links a:nth-of-type(5) {
  transition-delay: 0.34s;
}

.site-nav-panel.is-open .site-nav-panel__lang {
  transition-delay: 0.40s;
}

.site-nav-panel__links a:hover:not(.is-nav-spot-lit),
.site-nav-panel__lang:hover:not(.is-nav-spot-lit) {
  opacity: 0.72;
}

.site-nav-panel__lang {
  letter-spacing: 0.08em;
  text-transform: none;
  margin-top: clamp(0.416vw, 2vh, 0.833vw);
}

.hero {
  position: relative;
  min-height: 62.5vw;
  background: #000;
  color: #fff;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 0 0 5vw;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
}

.hero-content {
  position: relative;
  z-index: 2;
}

.hero-top {
  align-items: end;
}

h1 {
  font-size: clamp(2.291vw, 5.2vw, 3.854vw);
  line-height: 1.06;
  letter-spacing: -0.125vw;
  font-weight: 500;
}

.hero-bottom {
  margin-top: 0.833vw;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  font-weight: 600;
  text-transform: uppercase;
  mix-blend-mode: difference;
}

.socials {
  display: flex;
  gap: 0.416vw;
  align-items: center;
}

.socials span {
  opacity: .45;
}

.cta-right {
  justify-self: end;
}


.about {
  padding: 0;
}

.about-grid {
  display: grid;
  grid-template-columns: 23.75vw 1fr;
  gap: 1.875vw;
}

.about-tag {
  display: flex;
  align-items: center;
  gap: 0.833vw;
  line-height: 1.166vw;
  opacity: .6;
}

.dot {
  width: 0.312vw;
  height: 0.312vw;
  background: #000;
}

.about h2 {
  font-size: clamp(2.708vw, 6vw, 5vw);
  line-height: 1.08;
  letter-spacing: -0.125vw;
  font-weight: 300;
  margin-bottom: 1.458vw;
}

.about h2 .about-h2-line {
  display: block;
}

.about h2 .about-h2-line+.about-h2-line {
  text-wrap: nowrap;
}

.about p {
  max-width: 30.729vw;
  line-height: 1.166vw;
  opacity: .8;
  margin-bottom: 2.708vw;
  position: relative;
  z-index: 2;
  pointer-events: auto;
  transition:
    color 0.55s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}

.about-copy-zone {
  position: relative;
  isolation: isolate;
  z-index: 2;
  width: fit-content;
  max-width: 30.729vw;
}

.learn-more {
  display: inline-flex;
  align-items: center;
  gap: 0.416vw;
  font-weight: 600;
  line-height: 0.729vw;
  letter-spacing: 0;
  text-transform: none;
}

.learn-more::after {
  content: "↗";
  font-size: 0.833vw;
  line-height: 1;
}

.stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.666vw;
  padding: 0 0 clamp(3.333vw, 9vw, 7.291vw);
  align-items: start;
}

.stat-box {
  padding: 0 1.666vw 8.229vw;
  min-height: 25vw;
  overflow: visible;
}

.stat-box:nth-child(2) {
  transform: translateY(calc(clamp(3.333vw, 9vw, 7.291vw) + 11.458vw));
}

.stat-box:nth-child(3) {
  transform: translateY(clamp(3.333vw, 9vw, 4.687vw));
}

.stat-box h3 {
  font-size: clamp(3.958vw, 7vw, 5.52vw);
  line-height: 1.1;
  letter-spacing: -0.175vw;
  font-weight: 300;
  text-wrap: nowrap;
  overflow: visible;
  clip-path: none;
  -webkit-clip-path: none;
}

.stat-box p {
  margin-top: 0.677vw;
  line-height: 1.25vw;
  font-weight: 600;
  max-width: 11.979vw;
}

.feature-list {
  margin-top: 0;
  position: relative;
  --feature-count: 5;
  height: calc(var(--feature-count) * 100svh);
}

.feature-list__sticky {
  position: sticky;
  top: 0;
  height: 100svh;
  min-height: 100svh;
  display: grid;
  align-items: stretch;
  overflow: visible;
  background: #fff;
}

.feature-list__stage {
  width: 100vw;
  margin: 0;
  height: 100%;
  min-height: 100%;
  display: grid;
  grid-template-columns: minmax(0, 44.687vw) minmax(14.583vw, 27.864vw);
  align-items: stretch;
  justify-content: start;
  gap: clamp(2.187vw, 8vw, 6.25vw);
  padding-right: clamp(1.25vw, 5vw, 3.75vw);
}

.feature-media {
  position: relative;
  align-self: stretch;
  width: min(64vw, 44.687vw);
  height: 100%;
  min-height: 100%;
  overflow: hidden;
  background: transparent;
  cursor: zoom-in;
  pointer-events: auto;
}

.feature-media-item {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0;
  clip-path: inset(100% 0 0 0);
  -webkit-clip-path: inset(100% 0 0 0);
  z-index: 1;
  pointer-events: none;
  image-rendering: auto;
}

.feature-media-item.is-active {
  opacity: 1;
  clip-path: inset(0 0 0 0);
  -webkit-clip-path: inset(0 0 0 0);
  z-index: 2;
}

.feature-media-lightbox {
  position: fixed;
  inset: 0;
  z-index: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(1.041vw, 4vw, 2.5vw);
  box-sizing: border-box;
  visibility: hidden;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.32s ease, visibility 0.32s ease;
}

.feature-media-lightbox[hidden] {
  display: none !important;
}

.feature-media-lightbox.is-open {
  visibility: visible;
  pointer-events: auto;
  opacity: 1;
}

.feature-media-lightbox__backdrop {
  position: absolute;
  inset: 0;
  margin: 0;
  padding: 0;
  border: 0;
  background: rgba(0, 0, 0, 0.88);
  cursor: zoom-out;
}

.feature-media-lightbox__dialog {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(92vw, 68.75vw);
  max-height: min(92vh, 52.083vw);
  transform: translateY(0.833vw) scale(0.98);
  opacity: 0;
  transition:
    transform 0.36s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.32s ease;
}

.feature-media-lightbox.is-open .feature-media-lightbox__dialog {
  transform: translateY(0) scale(1);
  opacity: 1;
}

.feature-media-lightbox__img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: min(92vh, 52.083vw);
  object-fit: contain;
  object-position: center;
  box-shadow: 0 1.041vw 3.125vw rgba(0, 0, 0, 0.35);
  user-select: none;
  -webkit-user-drag: none;
}

.feature-media-lightbox__close {
  position: absolute;
  top: -2.5vw;
  right: 0;
  width: 2.083vw;
  height: 2.083vw;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
  font-size: 1.458vw;
  line-height: 1;
  cursor: pointer;
  transition: background 0.25s ease, opacity 0.25s ease;
}

.feature-media-lightbox__close:hover {
  background: rgba(255, 255, 255, 0.24);
}

.feature-media-lightbox__close:focus-visible {
  outline: 0.104vw solid #fff;
  outline-offset: 0.156vw;
}

body.feature-media-lightbox-open {
  overflow: hidden;
}

.feature-copy-zone {
  position: relative;
  align-self: stretch;
  min-height: 100%;
  height: 100%;
  width: 100%;
  margin-right: calc(-1 * clamp(1.25vw, 5vw, 3.75vw));
  padding-right: clamp(1.25vw, 5vw, 3.75vw);
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: visible;
  z-index: 5;
  isolation: isolate;
}

.feature-copy-stack {
  position: relative;
  z-index: 2;
  min-height: 14.062vw;
  width: 100%;
}

.feature-copy-item {
  position: absolute;
  inset: 0;
  opacity: 0;
  transform: translateY(1.041vw);
  pointer-events: none;
}

.feature-copy-item.is-active {
  opacity: 1;
  transform: translateY(0);
}

.feature-copy-item h4 {
  font-family: "Montserrat", sans-serif;
  line-height: 2.335vw;
  letter-spacing: -0.026vw;
  margin-bottom: 0.937vw;
  font-weight: 400;
  position: relative;
  z-index: 2;
}

.feature-copy-item p {
  font-family: "Montserrat", sans-serif;
  line-height: 1.226vw;
  color: #232323;
  max-width: 17.76vw;
  position: relative;
  z-index: 2;
  pointer-events: auto;
  transition: color 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}

.feature-copy-zone--spot-on > .encore-spot--lead,
.feature-copy-zone--spot-on > .encore-spot--trail,
.about-copy-zone--spot-on > .encore-spot--lead,
.about-copy-zone--spot-on > .encore-spot--trail {
  opacity: 1;
}

.feature-copy-zone--spot-on:not(.feature-copy-zone--text-lit) > .encore-spot--trail,
.about-copy-zone--spot-on:not(.about-copy-zone--text-lit) > .encore-spot--trail {
  opacity: 0;
}

.feature-copy-zone--spot-on > .encore-spot--lead,
.feature-copy-zone--spot-on > .encore-spot--trail,
.about-copy-zone--spot-on > .encore-spot--lead,
.about-copy-zone--spot-on > .encore-spot--trail {
  transition:
    width 0.92s cubic-bezier(0.28, 1.22, 0.38, 1),
    height 0.92s cubic-bezier(0.28, 1.22, 0.38, 1),
    border-radius 1.1s cubic-bezier(0.42, 0.02, 0.18, 1),
    opacity 0.2s ease,
    transform 0.8s cubic-bezier(0.28, 1.1, 0.4, 1),
    filter 0.88s ease,
    box-shadow 0.88s ease;
}

.feature-copy-zone--text-lit > .encore-spot--lead,
.about-copy-zone--text-lit > .encore-spot--lead {
  opacity: 0;
  transition: opacity 0.22s ease;
}

.feature-copy-zone--text-lit > .encore-spot--trail,
.about-copy-zone--text-lit > .encore-spot--trail {
  z-index: 1;
  opacity: 1;
  border-radius: 0.729vw;
  filter: url("#encore-feature-spot-liquid-soft");
  box-shadow:
    0 0 0 0.052vw var(--feature-spot-ring),
    0 0 1.666vw 0.52vw var(--feature-spot-glow-strong),
    0 0 2.916vw 1.041vw rgba(65, 0, 153, 0.18);
}

.feature-copy-item--text-lit p {
  color: #ffffff;
  position: relative;
  z-index: 2;
}

.about-copy-zone--text-lit p {
  color: #ffffff;
  opacity: 1;
  position: relative;
  z-index: 2;
}

.encore-spot-host {
  position: relative;
  isolation: isolate;
  z-index: 5;
}

.encore-spot-target {
  position: relative;
  z-index: 2;
  display: inline-block;
  width: fit-content;
  max-width: 100%;
  vertical-align: top;
  pointer-events: auto;
  transition: color 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}

.encore-spot-target.is-encore-spot-lit,
.projects-marquee .card-meta__title.is-encore-spot-lit {
  color: #ffffff;
}

.encore-spot-host--on > .encore-spot--lead,
.encore-spot-host--on > .encore-spot--trail {
  opacity: 1;
}

.encore-spot-host--on:not(.encore-spot-host--lit) > .encore-spot--trail {
  opacity: 0;
}

.encore-spot-host--on > .encore-spot--lead,
.encore-spot-host--on > .encore-spot--trail {
  transition:
    width 0.92s cubic-bezier(0.28, 1.22, 0.38, 1),
    height 0.92s cubic-bezier(0.28, 1.22, 0.38, 1),
    border-radius 1.1s cubic-bezier(0.42, 0.02, 0.18, 1),
    opacity 0.2s ease,
    transform 0.8s cubic-bezier(0.28, 1.1, 0.4, 1),
    filter 0.88s ease,
    box-shadow 0.88s ease;
}

.encore-spot-host--lit > .encore-spot--lead {
  opacity: 0;
  transition: opacity 0.22s ease;
}

.encore-spot-host--lit > .encore-spot--trail {
  z-index: 1;
  opacity: 1;
  border-radius: 0.729vw;
  filter: url("#encore-feature-spot-liquid-soft");
  box-shadow:
    0 0 0 0.052vw var(--feature-spot-ring),
    0 0 1.666vw 0.52vw var(--feature-spot-glow-strong),
    0 0 2.916vw 1.041vw rgba(65, 0, 153, 0.18);
}

.ticker {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.04em;
  padding: 0.833vw 0 1.145vw;
  overflow: visible;
}

.ticker-lane {
  overflow: visible;
  width: 100%;
  text-wrap: nowrap;
}

.ticker-marquee {
  display: inline-flex;
  align-items: center;
  flex-wrap: nowrap;
  width: max-content;
}

.ticker-marquee--left {
  animation: ticker-marquee-left 28s linear infinite;
}

.ticker-marquee--right {
  animation: ticker-marquee-right 28s linear infinite;
}

.ticker-seg {
  display: inline-flex;
  align-items: center;
  gap: 0;
  flex-shrink: 0;
}

.ticker-seg>span:first-child::after {
  content: "\00a0\00a0";
}

.ticker-marquee span {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(3.645vw, 8vw, 7.656vw);
  line-height: 1.02;
  letter-spacing: -0.135vw;
  font-weight: 300;
}

@keyframes ticker-marquee-left {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

@keyframes ticker-marquee-right {
  from {
    transform: translateX(-50%);
  }

  to {
    transform: translateX(0);
  }
}


.about-intro {
  background: #fff;
  color: #000;
}

.about-intro__inner {
  display: grid;
  grid-template-columns: minmax(7.291vw, 23.75vw) minmax(0, 1fr);
  align-items: start;
  column-gap: 1.875vw;
  row-gap: 1.458vw;
  padding: 0;
  max-width: 75vw;
}

.about-intro__label {
  max-width: 23.75vw;
  display: flex;
  align-items: center;
  gap: 0.833vw;
}

.about-intro__dot {
  flex-shrink: 0;
  width: 0.312vw;
  height: 0.312vw;
  background: #000;
}

.about-intro__label span:last-child {
  line-height: 1.166vw;
  opacity: 0.6;
}

.about-intro__main {
  min-width: 0;
  max-width: 49.375vw;
  display: flex;
  flex-direction: column;
  gap: 1.468vw;
}

.about-intro__text {
  line-height: 2.343vw;
  font-weight: 300;
  letter-spacing: 0;
  font-family: "Inter", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
}

.about-intro__link-wrap {
  padding-top: 2.012vw;
}

.about-intro__link {
  color: #000;
  text-decoration: none;
}

.about-intro__link:hover {
  opacity: 0.72;
}

.pic-big-section {
  position: relative;
  width: 100%;
  height: 240vh;
  background: #fff;
}

.pic-big-sticky {
  position: sticky;
  top: 0;
  z-index: 20;
  height: 100vh;
  min-height: 27.083vw;
  overflow: hidden;
  background: #fff;
}

.pic-big-section .pbt-stage {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fff;
}

.pic-big-section .pbt-panel {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden;
  background: #ebe8f4;
  width: 21.875vw;
  height: 12.291vw;
  box-shadow: 0 0 0 0.052vw rgba(0, 0, 0, 0.06);
}

.pic-big-section .pbt-image-wrap {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  user-select: none;
}

.pic-big-section .pbt-image-wrap img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  image-rendering: auto;
}


.projects.projects-marquee {
  padding: 6.25vw 0 11.458vw;
  width: 100%;
  max-width: none;
  /* padding: 0; */
  overflow: hidden;
}

.projects-marquee__viewport {
  /* overflow: hidden; */
  width: 100%;
  cursor: grab;
  touch-action: pan-y;
}

.projects-marquee__viewport.is-dragging {
  cursor: grabbing;
}

.projects-marquee__track {
  display: flex;
  width: max-content;
  align-items: flex-start;
  will-change: transform;
  transform: translate3d(0, 0, 0);
}

.projects-marquee__group {
  display: flex;
  align-items: flex-start;
  gap: clamp(0.833vw, 4vw, 5.104vw);
  padding: 0 clamp(0.625vw, 2vw, 1.666vw);
  flex-shrink: 0;
}

.projects-marquee .card {
  flex: 0 0 auto;
  width: clamp(12.5vw, 22vw, 18.75vw);
  margin-top: 0;
  display: flex;
  flex-direction: column;
}

.projects-marquee .card img {
  width: 100%;
  height: clamp(9.375vw, 16vw, 12.5vw);
  object-fit: cover;
  display: block;
  flex-shrink: 0;
}

.projects-marquee .card-meta {
  margin-top: 0.625vw;
  letter-spacing: .1.25vw;
}

.projects-marquee .card-meta__title {
  display: block;
  text-transform: none;
  color: var(--text);
  line-height: 1.35;
  font-family: "Inter", sans-serif;
}


.site-footer {
  background: #fff;
  color: #111;
  overflow: hidden;
  padding-bottom: max(0vw, env(safe-area-inset-bottom, 0vw));
}

.site-footer__inner {
  width: min(100%, 68.75vw);
  margin: 0 auto;
  padding: max(1.666vw, env(safe-area-inset-top, 0vw)) max(clamp(1.041vw, 4vw, 2.5vw), env(safe-area-inset-right, 0vw)) 0 max(clamp(1.041vw, 4vw, 2.5vw), env(safe-area-inset-left, 0vw));
}

.site-footer__top {
  display: inline-block;
  font-size: clamp(0.729vw, 1.25vw, 0.833vw);
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #888;
  text-decoration: none;
  margin-bottom: clamp(2.083vw, 5.5vw, 3.333vw);
}

.site-footer__top:hover {
  color: #111;
}

.site-footer__main {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(0, 1.55fr);
  gap: clamp(2.083vw, 6vw, 4.583vw);
  padding-bottom: clamp(2.5vw, 6vw, 3.75vw);
}

.site-footer__headline {
  margin: 0;
  font-size: clamp(1.666vw, 3.6vw, 2.395vw);
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: -0.025em;
  color: #111;
}

.site-footer__headline-line {
  display: block;
}

.site-footer__headline-line+.site-footer__headline-line {
  text-wrap: nowrap;
}

.site-footer__nav {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: clamp(1.041vw, 3vw, 2.083vw);
  row-gap: 1.458vw;
  margin-left: 4.166vw;
}

.site-footer__col-title {
  margin: 0 0 0.729vw;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #888;
}

.site-footer__links {
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-footer__links li {
  margin: 0 0 0.468vw;
}

.site-footer__links a {
  color: #111;
  text-decoration: none;
}

.site-footer__links a:hover {
  color: #666;
  text-decoration: underline;
  text-underline-offset: 0.156vw;
}

.site-footer__meta {
  padding: 0 0 0.833vw;
}

.site-footer__bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.041vw;
  flex-wrap: wrap;
  margin-bottom: 0.625vw;
}

.site-footer__copy {
  margin: 0;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #666;
}

.site-footer__legal,
.site-footer__social {
  display: flex;
  align-items: center;
  gap: 1.145vw;
  flex-wrap: wrap;
}

.site-footer__legal span,
.site-footer__social a {
  color: rgba(0, 0, 0, .55);
  text-decoration: none;
}

.site-footer__social a:hover {
  color: #111;
}

.site-footer__credit {
  margin: 0;
  color: rgba(0, 0, 0, .4);
}

.site-footer__credit strong {
  color: rgba(0, 0, 0, .7);
  font-weight: 500;
}

.site-footer__rule {
  height: 0.052vw;
  margin: 0;
  width: 100%;
  background: rgba(0, 0, 0, .12);
}

@font-face {
  font-family: "Compressa VF";
  src: url("https://res.cloudinary.com/dr6lvwubh/raw/upload/v1529908256/CompressaPRO-GX.woff2") format("woff2");
  font-style: normal;
  font-display: swap;
}

.site-footer__mark {
  position: relative;
  width: 100%;
  height: auto;
  padding: clamp(0.833vw, 2.5vw, 1.875vw) 0 max(3.416vw, env(safe-area-inset-bottom, 0vw));
  overflow: hidden;
  display: flex;
  align-items: flex-end;
}

.site-footer__mark-inner {
  position: relative;
  width: 100%;
  min-height: clamp(10.416vw, 32vw, 17.708vw);
  height: auto;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
}

.text-pressure-title {
  color: #111;
  font-family: "Roboto Flex", "Compressa VF", Inter, "PingFang SC", "Microsoft YaHei", sans-serif;
  font-weight: 100 !important;
  font-synthesis: none;
  font-stretch: normal;
  align-self: flex-end;
  line-height: 0.9;
}

.text-pressure-flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
}

.text-pressure-title span {
  display: inline-block;
  flex: 0 0 auto;
  font-family: inherit !important;
  font-size: inherit;
  line-height: inherit;
  font-weight: 100 !important;
  font-synthesis: none;
  font-stretch: normal;
  vertical-align: bottom;
  will-change: font-variation-settings, opacity;
}

.text-pressure-stroke span {
  position: relative;
  color: var(--text-pressure-fill, #111);
}

.text-pressure-stroke span::after {
  content: attr(data-char);
  position: absolute;
  left: 0;
  top: 0;
  color: transparent;
  z-index: -1;
  -webkit-text-stroke-width: 0.156vw;
  -webkit-text-stroke-color: var(--text-pressure-stroke, #fff);
}

.music-toggle {
  position: fixed;
  right: 0.729vw;
  bottom: 0.937vw;
  z-index: 520;
  border: 0;
  border-radius: 52.031vw;
  background: rgba(0, 0, 0, 0.72);
  color: #fff;
  letter-spacing: 0.02vw;
  padding: 0.625vw 0.729vw;
  cursor: pointer;
  font-family: "Inter", sans-serif;
  backdrop-filter: blur(0.208vw);
}

.music-toggle.is-off {
  background: rgba(0, 0, 0, 0.45);
  color: rgba(255, 255, 255, 0.84);
}


#about {
  margin-top: 6.25vw;
  padding-top: 2.083vw;
}

.top-showcase~section:not(.video-hero):not(.projects):not(.about) {
  margin-top: 7.812vw;
}

.top-showcase~.about-intro+.pic-big-section {
  margin-top: 3.906vw;
}

.top-showcase~.site-footer {
  margin-top: 6.25vw;
}

:root {
  --feature-spot-color: var(--nav-brand, #410099);
  --feature-spot-glow: rgba(65, 0, 153, 0.22);
  --feature-spot-glow-strong: rgba(65, 0, 153, 0.38);
  --feature-spot-ring: rgba(196, 168, 255, 0.35);
}

body.encore-spot-active,
body.encore-spot-active * {
  /* cursor: none !important; */
}

.encore-global-spot {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 900;
  overflow: visible;
}

.encore-spot {
  position: fixed;
  left: 0;
  top: 0;
  width: 2.5vw;
  height: 2.5vw;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: var(--feature-spot-color);
  pointer-events: none;
  opacity: 0;
  box-sizing: border-box;
  transform: translate(-50%, -50%);
  isolation: isolate;
  backface-visibility: hidden;
  filter: url("#encore-feature-spot-liquid-soft");
  box-shadow: 0 0 1.145vw 0.26vw var(--feature-spot-glow);
  transition:
    width 0.92s cubic-bezier(0.28, 1.22, 0.38, 1),
    height 0.92s cubic-bezier(0.28, 1.22, 0.38, 1),
    left 0.8s cubic-bezier(0.25, 0.95, 0.32, 1),
    top 0.8s cubic-bezier(0.25, 0.95, 0.32, 1),
    border-radius 1.1s cubic-bezier(0.42, 0.02, 0.18, 1),
    opacity 0.2s ease,
    transform 0.8s cubic-bezier(0.28, 1.1, 0.4, 1),
    filter 0.88s ease,
    box-shadow 0.88s ease;
}

.encore-global-spot--follow .encore-spot {
  transition:
    width 0.92s cubic-bezier(0.28, 1.22, 0.38, 1),
    height 0.92s cubic-bezier(0.28, 1.22, 0.38, 1),
    border-radius 1.1s cubic-bezier(0.42, 0.02, 0.18, 1),
    opacity 0.2s ease,
    transform 0.8s cubic-bezier(0.28, 1.1, 0.4, 1),
    filter 0.88s ease,
    box-shadow 0.88s ease;
}

.encore-spot--lead {
  z-index: 2;
}

.encore-spot--trail {
  z-index: 1;
}

.encore-global-spot--on .encore-spot {
  opacity: 0.8;
}

.encore-global-spot--on:not(.encore-global-spot--text-lit):not(.encore-global-spot--nav-lit) .encore-spot--trail {
  opacity: 0;
}

.encore-global-spot--text-lit .encore-spot--lead {
  opacity: 0;
  transition: opacity 0.22s ease;
}

.encore-global-spot--text-lit .encore-spot--trail {
  border-radius: 0.729vw;
  filter: url("#encore-feature-spot-liquid-soft");
  box-shadow:
    0 0 0 0.052vw var(--feature-spot-ring),
    0 0 1.666vw 0.52vw var(--feature-spot-glow-strong),
    0 0 2.916vw 1.041vw rgba(65, 0, 153, 0.18);
}

.encore-global-spot--nav-lit .encore-spot--lead {
  opacity: 0;
  transition: opacity 0.22s ease;
}

.encore-global-spot--nav-lit .encore-spot--trail {
  border-radius: 52.031vw;
  filter: url("#encore-feature-spot-liquid-soft");
  box-shadow:
    0 0 0 0.052vw rgba(196, 168, 255, 0.35),
    0 0 1.666vw 0.52vw rgba(65, 0, 153, 0.38),
    0 0 2.916vw 1.041vw rgba(65, 0, 153, 0.18);
}

.site-nav-panel__links--spot-on > .encore-spot--lead,
.site-nav-panel__links--spot-on > .encore-spot--trail {
  opacity: 1;
}

.site-nav-panel__links--spot-on:not(.site-nav-panel__links--spot-lit) > .encore-spot--trail {
  opacity: 0;
}

.site-nav-panel__links--spot-on > .encore-spot--lead,
.site-nav-panel__links--spot-on > .encore-spot--trail {
  transition:
    width 0.92s cubic-bezier(0.28, 1.22, 0.38, 1),
    height 0.92s cubic-bezier(0.28, 1.22, 0.38, 1),
    border-radius 1.1s cubic-bezier(0.42, 0.02, 0.18, 1),
    opacity 0.2s ease,
    transform 0.8s cubic-bezier(0.28, 1.1, 0.4, 1),
    filter 0.88s ease,
    box-shadow 0.88s ease;
}

.site-nav-panel__links--spot-lit > .encore-spot--lead {
  opacity: 0;
  transition: opacity 0.22s ease;
}

.site-nav-panel__links--spot-lit > .encore-spot--trail {
  z-index: 0;
  opacity: 1;
  border-radius: 52.031vw;
  filter: url("#encore-feature-spot-liquid-soft");
  box-shadow:
    0 0 0 0.052vw rgba(196, 168, 255, 0.35),
    0 0 1.666vw 0.52vw rgba(65, 0, 153, 0.38),
    0 0 2.916vw 1.041vw rgba(65, 0, 153, 0.18);
}

.encore-global-spot--nav-lit .is-nav-spot-lit {
  color: #fff;
  position: relative;
  z-index: 2;
}

@media (prefers-reduced-motion: reduce) {
  .encore-global-spot {
    display: none !important;
  }

  .encore-spot {
    filter: none !important;
    box-shadow: none !important;
  }

  .feature-copy-zone--text-lit > .encore-spot--trail,
  .encore-global-spot--text-lit .encore-spot--trail {
    border-radius: 0.729vw;
  }
}

.feature-spot-cluster {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
  overflow: visible;
}

.feature-spot {
  position: absolute;
  left: 0;
  top: 0;
  width: 2.5vw;
  height: 2.5vw;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: var(--feature-spot-color);
  pointer-events: none;
  opacity: 0;
  box-sizing: border-box;
  transform: translate(-50%, -50%);
  isolation: isolate;
  backface-visibility: hidden;
  filter: url("#encore-feature-spot-liquid-soft");
  box-shadow: 0 0 1.145vw 0.26vw var(--feature-spot-glow);
  transition:
    width 0.92s cubic-bezier(0.28, 1.22, 0.38, 1),
    height 0.92s cubic-bezier(0.28, 1.22, 0.38, 1),
    left 0.8s cubic-bezier(0.25, 0.95, 0.32, 1),
    top 0.8s cubic-bezier(0.25, 0.95, 0.32, 1),
    border-radius 1.1s cubic-bezier(0.42, 0.02, 0.18, 1),
    opacity 0.2s ease,
    transform 0.8s cubic-bezier(0.28, 1.1, 0.4, 1),
    filter 0.88s ease,
    box-shadow 0.88s ease;
}

.feature-spot-cluster--follow .feature-spot {
  transition:
    width 0.92s cubic-bezier(0.28, 1.22, 0.38, 1),
    height 0.92s cubic-bezier(0.28, 1.22, 0.38, 1),
    border-radius 1.1s cubic-bezier(0.42, 0.02, 0.18, 1),
    opacity 0.2s ease,
    transform 0.8s cubic-bezier(0.28, 1.1, 0.4, 1),
    filter 0.88s ease,
    box-shadow 0.88s ease;
}

.feature-spot--lead {
  z-index: 2;
}

.feature-spot--trail {
  z-index: 1;
}

.feature-copy-zone--spot-on .feature-spot {
  opacity: 1;
}

.feature-copy-zone--text-lit .feature-spot--lead {
  opacity: 0;
  transition: opacity 0.22s ease;
}

.feature-copy-zone--text-lit .feature-spot--trail {
  border-radius: 0.729vw;
  filter: url("#encore-feature-spot-liquid-soft");
  box-shadow:
    0 0 0 0.052vw var(--feature-spot-ring),
    0 0 1.666vw 0.52vw var(--feature-spot-glow-strong),
    0 0 2.916vw 1.041vw rgba(65, 0, 153, 0.18);
}

@media (prefers-reduced-motion: reduce) {
  .feature-spot {
    filter: none !important;
    box-shadow: none !important;
  }

  .feature-copy-zone--text-lit .feature-spot--trail {
    border-radius: 0.729vw;
  }
}

.site-nav-spot-cluster {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
  overflow: visible;
}

.site-nav-spot {
  position: absolute;
  left: 0;
  top: 0;
  width: 2.291vw;
  height: 2.291vw;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: var(--nav-brand, #410099);
  pointer-events: none;
  opacity: 0;
  box-sizing: border-box;
  transform: translate(-50%, -50%);
  isolation: isolate;
  backface-visibility: hidden;
  filter: url("#encore-feature-spot-liquid-soft");
  box-shadow: 0 0 1.145vw 0.26vw rgba(65, 0, 153, 0.22);
  transition:
    width 0.92s cubic-bezier(0.28, 1.22, 0.38, 1),
    height 0.92s cubic-bezier(0.28, 1.22, 0.38, 1),
    left 0.8s cubic-bezier(0.25, 0.95, 0.32, 1),
    top 0.8s cubic-bezier(0.25, 0.95, 0.32, 1),
    border-radius 1.1s cubic-bezier(0.42, 0.02, 0.18, 1),
    opacity 0.2s ease,
    transform 0.8s cubic-bezier(0.28, 1.1, 0.4, 1),
    filter 0.88s ease,
    box-shadow 0.88s ease;
}

.site-nav-spot-cluster--follow .site-nav-spot {
  transition:
    width 0.92s cubic-bezier(0.28, 1.22, 0.38, 1),
    height 0.92s cubic-bezier(0.28, 1.22, 0.38, 1),
    border-radius 1.1s cubic-bezier(0.42, 0.02, 0.18, 1),
    opacity 0.2s ease,
    transform 0.8s cubic-bezier(0.28, 1.1, 0.4, 1),
    filter 0.88s ease,
    box-shadow 0.88s ease;
}

.site-nav-spot--lead {
  z-index: 2;
}

.site-nav-spot--trail {
  z-index: 1;
}

.site-nav-panel__links--spot-on .site-nav-spot {
  opacity: 1;
}

.site-nav-panel__links--spot-lit .site-nav-spot--lead {
  opacity: 0;
  transition: opacity 0.22s ease;
}

.site-nav-panel__links--spot-lit .site-nav-spot--trail {
  border-radius: 52.031vw;
  filter: url("#encore-feature-spot-liquid-soft");
  box-shadow:
    0 0 0 0.052vw rgba(196, 168, 255, 0.35),
    0 0 1.666vw 0.52vw rgba(65, 0, 153, 0.38),
    0 0 2.916vw 1.041vw rgba(65, 0, 153, 0.18);
}

.site-nav-panel__links--spot-lit .is-nav-spot-lit {
  color: #fff;
  z-index: 2;
}

@media (prefers-reduced-motion: reduce) {
  .site-nav-spot {
    display: none !important;
  }
}