:root {
  --purple: #9279ff;
  --purple-deep: #6244d8;
  --paper: #f3f0e8;
  --paper-muted: #e6e3da;
  --ink: #1f1f21;
  --ink-soft: #2a2a2d;
  --white: #fff;
  --text-muted: #68676b;
  --border-dark: rgb(255 255 255 / 16%);
  --border-light: rgb(31 31 33 / 15%);
  --header-height: 82px;
  --header-gutter: var(--page-gutter);
  --page-gutter: clamp(20px, 4vw, 72px);
  --section-space: clamp(88px, 10vw, 176px);
  --radius-sm: 12px;
  --radius-md: 24px;
  --radius-lg: 40px;
  color-scheme: light;
  font-family: "PingFang HK", "PingFang SC", "Microsoft JhengHei", "Noto Sans CJK SC", system-ui, sans-serif;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
}

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

html {
  scroll-padding-top: var(--header-height);
  scrollbar-width: none;
  overscroll-behavior-y: none;
  background: #242426;
}

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

body {
  margin: 0;
  overflow-x: clip;
  overscroll-behavior-y: none;
  background:
    radial-gradient(circle at 50% 54%, rgb(146 121 255 / 20%), transparent 34%),
    linear-gradient(130deg, #242426, #1d1d1f 68%);
  background-attachment: fixed;
  color: var(--ink);
}

body.menu-open {
  overflow: hidden;
}

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

img {
  height: auto;
}

button,
a {
  color: inherit;
}

button {
  font: inherit;
}

a {
  text-decoration: none;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
}

p,
h1,
h2,
h3 {
  margin-top: 0;
}

:focus-visible {
  outline: 3px solid var(--purple);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 12px;
  padding: 12px 16px;
  transform: translateY(-150%);
  border-radius: 8px;
  background: var(--white);
  color: var(--ink);
  font-weight: 700;
  transition: transform 160ms ease;
}

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

.site-atmosphere {
  position: fixed;
  z-index: 1;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}

.site-contours {
  display: block;
  width: 100%;
  height: 100%;
  overflow: visible;
  opacity: 0.8;
  pointer-events: none;
}

.site-contours path {
  fill: none;
  stroke: rgb(185 185 190 / 17%);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: clamp(1.5px, 0.1vw, 2px);
  vector-effect: non-scaling-stroke;
}

main > section > * {
  position: relative;
  z-index: 2;
}

.page-scrollbar {
  position: fixed;
  z-index: 500;
  top: 12px;
  right: 0;
  bottom: 12px;
  width: 14px;
  border-radius: 999px;
  cursor: pointer;
  opacity: 0;
  transition: opacity 180ms ease;
}

.page-scrollbar.is-visible {
  opacity: 1;
}

.page-scrollbar__thumb {
  position: absolute;
  top: 0;
  right: 0;
  width: 6px;
  height: var(--page-scrollbar-thumb-height, 72px);
  transform: translate3d(0, var(--page-scrollbar-thumb-y, 0), 0);
  border: 1px solid rgb(255 255 255 / 28%);
  border-radius: 999px;
  background: rgb(159 158 166 / 86%);
  box-shadow: 0 2px 10px rgb(0 0 0 / 22%);
  transition: background-color 160ms ease;
}

.page-scrollbar:hover .page-scrollbar__thumb,
.page-scrollbar:focus-visible .page-scrollbar__thumb,
.page-scrollbar.is-dragging .page-scrollbar__thumb {
  background: var(--purple);
}

.page-scrollbar:focus-visible {
  outline-offset: 1px;
}

.section-shell {
  width: min(100%, 1728px);
  margin-inline: auto;
  padding-inline: var(--page-gutter);
}

.eyebrow {
  margin-bottom: 18px;
  color: rgb(255 255 255 / 68%);
  font-size: 0.73rem;
  font-weight: 750;
  letter-spacing: 0.18em;
  line-height: 1.4;
  text-transform: uppercase;
}

.eyebrow--purple {
  color: var(--purple-deep);
}

.site-header {
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  left: 0;
  display: flex;
  height: var(--header-height);
  align-items: center;
  justify-content: space-between;
  padding-inline: var(--header-gutter);
  background: transparent;
  color: var(--white);
  transition: background-color 180ms ease, color 180ms ease;
}

.site-header[data-header-theme="dark"] {
  background: transparent;
}

.site-header[data-header-theme="light"] {
  background: rgb(243 240 232 / 92%);
  color: var(--ink);
  backdrop-filter: blur(18px);
}

.brand-link {
  position: relative;
  z-index: 2;
  width: 190px;
}

.brand-link img {
  width: 100%;
  height: auto;
}

.primary-nav ul {
  display: flex;
  margin: 0;
  align-items: center;
  gap: clamp(24px, 2vw, 40px);
  padding: 0;
  list-style: none;
}

.primary-nav a {
  position: relative;
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  padding-inline: 16px;
  border-radius: 8px;
  font-family: "PingFang SC", "PingFang HK", "Microsoft YaHei", "Noto Sans CJK SC", sans-serif;
  font-size: clamp(1rem, 1.1vw, 1.25rem);
  font-weight: 400;
  letter-spacing: 0.045em;
  transition: background-color 180ms ease, color 180ms ease;
}

.primary-nav a:hover {
  background: rgb(146 121 255 / 18%);
}

.primary-nav a[aria-current="location"] {
  background: var(--purple);
  color: var(--ink);
}

.menu-toggle {
  display: none;
  min-width: 48px;
  min-height: 48px;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.hero {
  position: relative;
  min-height: max(760px, 100svh);
  overflow: hidden;
  background: transparent;
  color: var(--white);
}

.hero__lines {
  --hero-marquee-gap: clamp(64px, 7vw, 140px);
  position: absolute;
  z-index: 2;
  top: 36%;
  right: 0;
  left: 0;
  overflow: hidden;
  color: rgb(255 255 255 / 46%);
  font-weight: 800;
  letter-spacing: -0.055em;
  line-height: 0.9;
  pointer-events: none;
  text-transform: uppercase;
  white-space: nowrap;
}

.hero__marquee {
  width: 100%;
  overflow: hidden;
}

.hero__marquee-track {
  display: flex;
  width: max-content;
  animation: hero-marquee-left 30s linear infinite;
  will-change: transform;
}

.hero__marquee--en .hero__marquee-track {
  animation-name: hero-marquee-right;
}

.hero__marquee-item {
  flex: none;
  padding-inline: var(--page-gutter) var(--hero-marquee-gap);
}

.hero__marquee--zh .hero__marquee-item {
  color: rgb(146 121 255 / 72%);
  font-family: "Songti SC", "STSong", SimSun, "Noto Serif CJK SC", serif;
  font-size: clamp(5rem, 9vw, 11rem);
  font-weight: 700;
  letter-spacing: -0.045em;
}

.hero__marquee--en .hero__marquee-item {
  font-size: clamp(2.5rem, 4.3vw, 5.2rem);
}

@keyframes hero-marquee-left {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

@keyframes hero-marquee-right {
  from { transform: translateX(-50%); }
  to { transform: translateX(0); }
}

.hero__visual {
  position: absolute;
  z-index: 3;
  top: 25%;
  left: 50%;
  width: min(42vw, 680px);
  transform: translateX(-50%);
}

.hero__city {
  overflow: hidden;
  border: 1px solid rgb(255 255 255 / 14%);
  border-radius: 2px;
  box-shadow: 0 24px 90px rgb(0 0 0 / 48%);
}

.hero__city img {
  width: 100%;
  aspect-ratio: 1448 / 962;
  object-fit: cover;
}

.hero__script {
  position: absolute;
  top: 8%;
  left: 50%;
  width: 160%;
  max-width: none;
  transform: translateX(-50%) rotate(-3deg);
  filter: drop-shadow(0 6px 24px rgb(96 58 255 / 35%));
  pointer-events: none;
}

.brand-intro {
  position: relative;
  min-height: max(960px, 100svh);
  overflow: hidden;
  padding-block: clamp(124px, 8vw, 164px);
  background: transparent;
  color: var(--white);
}

.brand-intro__inner {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.brand-intro__mark {
  width: clamp(120px, 8.3vw, 160px);
  margin-bottom: clamp(52px, 4.5vw, 88px);
}

.brand-intro__mark img {
  width: 100%;
}

.brand-intro__statement {
  width: min(100%, 1640px);
  margin: 0;
  color: rgb(255 255 255 / 88%);
  font-family: "PingFang SC", "PingFang HK", "Microsoft YaHei", "Noto Sans CJK SC", sans-serif;
  font-size: clamp(2.8rem, 3.7vw, 4rem);
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 0.91;
  text-align: center;
  text-wrap: balance;
}

.brand-intro__line {
  display: block;
}

.brand-intro__line + .brand-intro__line {
  margin-top: 0.08em;
}

.brand-intro__line--section {
  margin-top: 0.46em;
}

.brand-intro__accent {
  color: var(--purple);
  font-family: "Songti SC", "STSong", SimSun, "Noto Serif CJK SC", serif;
  font-weight: 700;
}

.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 40px;
}

.section-heading h2,
.contact__heading h2 {
  margin-bottom: 0;
  font-size: clamp(4rem, 9vw, 10.5rem);
  letter-spacing: -0.07em;
  line-height: 0.88;
}

.section-heading > p {
  width: min(100%, 520px);
  margin-bottom: 8px;
  color: var(--text-muted);
  font-size: clamp(1rem, 1.25vw, 1.3rem);
  line-height: 1.8;
}

.about {
  background: var(--paper);
}

.about-track {
  padding-block: clamp(64px, 8vw, 120px);
}

.about-sticky {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.about-sticky__viewport {
  display: contents;
}

.about-sticky__surface {
  display: contents;
}

.about-sticky__background,
.about-sticky__contours {
  display: none;
}

.about-row {
  position: relative;
  display: flex;
  width: 100%;
  margin: 0;
  gap: 14px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  padding: 18px var(--page-gutter) 34px;
  scroll-padding-inline: var(--page-gutter);
  scroll-snap-type: x mandatory;
  scrollbar-width: thin;
  list-style: none;
}

.about-scene {
  --scene-text: var(--ink);
  --scene-muted: #555459;
  position: relative;
  flex: 0 0 auto;
  width: min(88vw, 760px);
  height: clamp(720px, 95svh, 900px);
  overflow: hidden;
  color: var(--scene-text);
  scroll-snap-align: start;
  scroll-snap-stop: always;
}

.about-scene--foundation {
  --scene-text: #f4f2eb;
  --scene-muted: rgb(244 242 235 / 74%);
  background: rgb(38 44 33);
}

.about-scene--production {
  background: rgb(213 212 206);
}

.about-scene--community {
  background: rgb(243 240 232);
}

.about-sticky__contours {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  max-width: none;
  height: 100%;
  overflow: visible;
  opacity: 0.8;
  pointer-events: none;
}

.about-sticky__contours use {
  fill: none;
  stroke: rgb(185 185 190 / 17%);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: clamp(1.5px, 0.1vw, 2px);
  vector-effect: non-scaling-stroke;
}

.about-scene__canvas {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
}

.about-feature {
  position: absolute;
}

.about-feature picture {
  overflow: hidden;
  width: 100%;
  background: var(--paper-muted);
}

.about-feature img {
  --about-image-scale: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate3d(var(--about-image-shift, 0px), 0, 0) scale(var(--about-image-scale));
  transition: transform 500ms cubic-bezier(0.2, 0.8, 0.2, 1);
  will-change: transform;
}

.about-feature:hover img {
  --about-image-scale: 1.025;
}

.about-feature__copy {
  color: var(--scene-text);
}

.about-feature--align-end .about-feature__copy {
  text-align: right;
}

.about-feature h3 {
  margin-bottom: 0.42em;
  font-size: clamp(0.82rem, 2vw, 1.12rem);
  letter-spacing: -0.025em;
  line-height: 1.16;
}

.about-feature p {
  margin-bottom: 0;
  color: var(--scene-muted);
  font-size: clamp(0.68rem, 1.55vw, 0.88rem);
  line-height: 1.52;
}

.about-feature--vip {
  top: 5%;
  left: 5%;
  display: grid;
  width: 90%;
  grid-template-columns: 34% 1fr;
  align-items: end;
  gap: 5%;
}

.about-feature--vip picture,
.about-feature--finance picture {
  aspect-ratio: 3 / 4;
}

.about-feature--finance {
  top: 43%;
  left: 7%;
  width: 37%;
}

.about-feature--finance .about-feature__copy,
.about-feature--documentary .about-feature__copy,
.about-feature--studio .about-feature__copy,
.about-feature--hong-kong .about-feature__copy,
.about-feature--continuous .about-feature__copy,
.about-feature--upgrades .about-feature__copy {
  margin-bottom: 0.72rem;
}

.about-feature--documentary {
  top: 56%;
  right: 5%;
  width: 50%;
}

.about-feature--documentary picture,
.about-feature--network picture,
.about-feature--continuous picture {
  aspect-ratio: 4 / 3;
}

.about-feature--hardware {
  top: 6%;
  left: 7%;
  width: 31%;
}

.about-feature--hardware picture {
  aspect-ratio: 2 / 3;
}

.about-feature--hardware .about-feature__copy,
.about-feature--innovation .about-feature__copy,
.about-feature--network .about-feature__copy {
  margin-top: 0.72rem;
}

.about-feature--innovation {
  top: 9%;
  right: 7%;
  width: 31%;
}

.about-feature--innovation picture,
.about-feature--studio picture,
.about-feature--upgrades picture {
  aspect-ratio: 1;
}

.about-feature--studio {
  top: 49%;
  left: 7%;
  width: 48%;
}

.about-feature--hong-kong {
  top: 55%;
  right: 8%;
  width: 30%;
}

.about-feature--hong-kong picture {
  aspect-ratio: 3 / 4;
}

.about-feature--network {
  top: 17%;
  left: 5%;
  width: 54%;
}

.about-feature--continuous {
  top: 8%;
  right: 5%;
  width: 35%;
}

.about-feature--upgrades {
  top: 61%;
  right: 9%;
  width: 35%;
}

.belief {
  position: relative;
  display: grid;
  min-height: max(760px, 100svh);
  grid-template-columns: minmax(0, 1fr) minmax(380px, 0.92fr) minmax(0, 1fr);
  align-items: end;
  overflow: hidden;
  padding: var(--section-space) var(--page-gutter) 0;
  background:
    radial-gradient(circle at center, rgb(146 121 255 / 12%), transparent 34%),
    var(--paper);
}

.belief__media {
  position: relative;
  z-index: 2;
}

.belief__media picture,
.belief__media img {
  width: 100%;
}

.belief__media img {
  max-height: 79vh;
  object-fit: contain;
  object-position: bottom;
}

.belief__media--camera img {
  transform: translateX(0);
}

.belief__media--creator img {
  transform: translateX(2.5vw);
}

.belief__media--camera {
  grid-row: 1;
  grid-column: 1;
  margin-left: calc(var(--page-gutter) * -1);
}

.belief__media--creator {
  grid-row: 1;
  grid-column: 3;
  margin-right: calc(var(--page-gutter) * -1);
}

.belief__copy {
  position: relative;
  z-index: 3;
  grid-row: 1;
  grid-column: 1 / -1;
  align-self: center;
  padding-block: 120px;
  text-align: center;
}

.belief__copy h2 {
  position: relative;
  z-index: 2;
  display: grid;
  width: min(52vw, 960px);
  margin: 0 auto clamp(38px, 5vh, 68px);
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(40px, 4vw, 76px);
  font-size: clamp(3.75rem, 4.75vw, 6rem);
  letter-spacing: -0.065em;
  line-height: 0.76;
}

.belief__title-group {
  display: flex;
  flex-direction: column;
  white-space: nowrap;
}

.belief__title-group--seen {
  align-items: flex-end;
  text-align: right;
}

.belief__title-group--trusted {
  align-items: flex-start;
  text-align: left;
}

.belief__statements {
  position: relative;
  z-index: 4;
  display: grid;
  width: min(42vw, 720px);
  margin-inline: auto;
  grid-template-columns: 1fr 1fr;
  gap: clamp(40px, 4vw, 76px);
}

.belief__statements p {
  margin-bottom: 0;
  color: #55545a;
  font-size: 0.94rem;
  line-height: 1.7;
}

.belief__statement-line {
  display: block;
  white-space: nowrap;
}

.belief__statement {
  display: flex;
  flex-direction: column;
}

.belief__statement--seen {
  align-items: flex-end;
  text-align: right;
}

.belief__statement--trusted {
  align-items: flex-start;
  text-align: left;
}

.belief__script {
  position: absolute;
  z-index: 3;
  top: 40.3%;
  left: calc(50% + 4vw);
  width: min(40vw, 760px);
  max-width: none;
  transform: translate(-50%, -50%) rotate(-2deg);
  opacity: 0.96;
  pointer-events: none;
}

.film {
  position: relative;
  overflow: hidden;
  min-height: 100vh;
  min-height: 100svh;
  scroll-margin-top: calc(var(--header-height) * -1);
  padding: 0;
  background: transparent;
  color: var(--white);
}

.film-player {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  width: 100%;
  height: 100vh;
  height: 100svh;
  min-height: 100vh;
  min-height: 100svh;
  border: 0;
  border-radius: 0;
  background: rgb(13 13 16 / 72%);
  box-shadow: none;
}

.film-player video {
  position: relative;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0.9;
  transition: opacity 240ms ease;
}

.film-player__contours {
  position: absolute;
  z-index: 1;
  inset: 0;
  display: block;
  width: 100%;
  max-width: none;
  height: 100%;
  overflow: visible;
  opacity: 0.48;
  pointer-events: none;
}

.film-player__contours use {
  fill: none;
  stroke: rgb(185 185 190 / 17%);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: clamp(1.5px, 0.1vw, 2px);
  vector-effect: non-scaling-stroke;
}

.film-player__shade {
  position: absolute;
  z-index: 2;
  inset: 0;
  background:
    radial-gradient(circle at 50% 50%, transparent 0 18%, rgb(0 0 0 / 12%) 72%),
    linear-gradient(180deg, rgb(0 0 0 / 4%), rgb(0 0 0 / 26%));
  pointer-events: none;
}

.film-player__placeholder {
  position: absolute;
  z-index: 3;
  inset: 0;
  display: grid;
  place-items: center;
  pointer-events: none;
  transition: opacity 180ms ease, visibility 180ms ease;
}

.film-player__play {
  display: grid;
  width: clamp(68px, 5.4vw, 96px);
  height: clamp(68px, 5.4vw, 96px);
  padding: 0;
  place-items: center;
  border: 1px solid rgb(255 255 255 / 62%);
  border-radius: 50%;
  background: rgb(146 121 255 / 82%);
  color: var(--white);
  box-shadow: 0 16px 54px rgb(0 0 0 / 34%);
  backdrop-filter: blur(12px);
  pointer-events: auto;
  transition: transform 180ms ease, background 180ms ease, opacity 180ms ease;
}

.film-player__play svg {
  width: 42%;
  height: 42%;
  margin-left: 5%;
  fill: currentColor;
}

.film-player__play:not(:disabled):hover {
  transform: scale(1.06);
  background: var(--purple);
}

.film-player__play:disabled {
  cursor: not-allowed;
  opacity: 0.72;
}

.film-player.is-playing .film-player__placeholder {
  visibility: hidden;
  opacity: 0;
}

.film-player.is-ready video {
  opacity: 1;
}

.featured-case {
  padding-block: var(--section-space);
  overflow: hidden;
  background: var(--paper);
}

.case-grid {
  display: grid;
  grid-template-columns: minmax(300px, 0.8fr) minmax(580px, 1.2fr);
  align-items: center;
  gap: clamp(56px, 7vw, 120px);
}

.case-copy h2 {
  margin-bottom: 42px;
  font-size: clamp(4rem, 7vw, 8.8rem);
  letter-spacing: -0.075em;
  line-height: 0.78;
}

.case-copy__body {
  max-width: 620px;
}

.case-copy__body p {
  margin-bottom: 1.25em;
  color: #55545a;
  line-height: 1.8;
}

.case-tag {
  display: inline-flex;
  min-height: 38px;
  margin-top: 18px;
  align-items: center;
  padding: 0 14px;
  border-radius: 6px;
  background: var(--purple);
  color: var(--white);
  font-size: 0.7rem;
  font-weight: 750;
  letter-spacing: 0.14em;
}

.case-collage {
  position: relative;
  min-height: min(68vw, 980px);
}

.case-collage picture {
  position: absolute;
}

.case-collage img {
  width: 100%;
  height: auto;
}

.case-collage__main {
  z-index: 3;
  top: 8%;
  left: 22%;
  width: 54%;
  transform: rotate(2deg);
  box-shadow: 0 28px 72px rgb(67 42 8 / 22%);
}

.case-collage__detail {
  z-index: 4;
  width: 22%;
  border: 8px solid var(--paper);
  box-shadow: 0 18px 48px rgb(44 30 10 / 20%);
}

.case-collage__detail--one {
  bottom: 8%;
  left: 7%;
  transform: rotate(-4deg);
}

.case-collage__detail--two {
  right: 5%;
  bottom: 4%;
  transform: rotate(5deg);
}

.case-collage__gold--card {
  z-index: 1;
  top: 2%;
  right: 1%;
  width: 39%;
  transform: rotate(4deg);
}

.case-collage__gold--banner {
  z-index: 2;
  right: 0;
  bottom: 27%;
  width: 40%;
  transform: rotate(-2deg);
}

.case-collage__script {
  z-index: 5;
  right: 0;
  bottom: 15%;
  width: 54%;
  transform: rotate(-5deg);
  filter: drop-shadow(0 5px 14px rgb(76 42 0 / 25%));
}

@media (min-width: 901px) {
  .featured-case {
    position: relative;
    min-height: 100vh;
    min-height: 100svh;
    padding-block: 0;
  }

  .featured-case::before {
    position: absolute;
    z-index: 1;
    inset: 0;
    clip-path: polygon(0 0, 100% 0, 100% 6%, 50% 9%, 0 6%);
    background: #151517;
    content: "";
    pointer-events: none;
  }

  .case-grid {
    position: relative;
    display: block;
    width: 100%;
    max-width: none;
    min-height: 100vh;
    min-height: 100svh;
    margin: 0;
    padding: 0;
  }

  .case-copy {
    position: absolute;
    z-index: 7;
    top: 16%;
    left: 13.4%;
    width: min(36vw, 700px);
  }

  .case-copy .eyebrow {
    margin-bottom: 14px;
    font-size: clamp(0.85rem, 0.95vw, 1.05rem);
    letter-spacing: 0.04em;
  }

  .case-copy h2 {
    margin-bottom: 30px;
    font-size: clamp(4.5rem, 4.6vw, 5.75rem);
    letter-spacing: -0.055em;
    line-height: 0.84;
  }

  .case-copy__body {
    max-width: 690px;
    font-size: clamp(0.9rem, 0.95vw, 1.08rem);
  }

  .case-copy__body p {
    margin: 0;
    color: #2b2a2e;
    line-height: 1.52;
  }

  .case-tag {
    min-height: 40px;
    margin-top: 20px;
    padding-inline: 16px;
  }

  .case-collage {
    position: absolute;
    z-index: 2;
    inset: 0;
    min-height: 0;
  }

  .case-collage picture {
    overflow: hidden;
    transform: none;
  }

  .case-collage__main {
    z-index: 4;
    top: 0;
    left: 49.4%;
    width: 28%;
    box-shadow: 0 22px 54px rgb(67 42 8 / 15%);
  }

  .case-collage__detail {
    z-index: 3;
    width: auto;
    border: 0;
    box-shadow: none;
  }

  .case-collage__detail img {
    height: 100%;
    object-fit: cover;
  }

  .case-collage__detail--one {
    bottom: 30%;
    left: 3.8%;
    width: 11.4%;
    aspect-ratio: 1.38;
  }

  .case-collage__detail--two {
    right: auto;
    bottom: 16%;
    left: 41.8%;
    width: 10%;
  }

  .case-collage__gold--card {
    z-index: 3;
    top: 11%;
    right: 3.8%;
    width: 18%;
  }

  .case-collage__gold--banner {
    z-index: 6;
    right: auto;
    bottom: 28%;
    left: 64.1%;
    width: 17.2%;
  }

  .case-collage__script {
    z-index: 2;
    top: 47%;
    right: auto;
    bottom: auto;
    left: 50%;
    width: 28%;
    opacity: 0.2;
    filter: none;
  }
}

@media (min-width: 1440px) {
  .case-collage__main {
    left: 51.5%;
  }

  .case-collage__detail--two {
    left: 43.6%;
  }

  .case-collage__gold--card {
    right: 0.5%;
  }

  .case-collage__gold--banner {
    left: 66.2%;
  }

  .case-collage__script {
    left: 52.1%;
  }
}

.services {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  background: linear-gradient(180deg, var(--paper), #e9e5dc);
}

.services__stage {
  position: relative;
  display: flex;
  min-height: max(780px, 100svh);
  flex-direction: column;
  padding-top: clamp(118px, 16vw, 160px);
  padding-bottom: clamp(64px, 9vw, 104px);
}

.services__heading {
  position: relative;
  z-index: 2;
  width: min(100%, 650px);
  margin-inline: auto;
  padding-left: clamp(92px, 24vw, 210px);
}

.services__heading h2 {
  margin-bottom: 0;
  font-size: clamp(2.75rem, 11vw, 5rem);
  letter-spacing: -0.065em;
  line-height: 0.82;
}

.services__footer-copy {
  position: relative;
  z-index: 4;
  width: min(100%, 620px);
  margin: clamp(28px, 5vw, 52px) auto 0;
  text-align: center;
}

.services__tagline,
.services__summary {
  margin: 0;
}

.services__tagline {
  color: var(--text);
  font-size: clamp(0.82rem, 3.4vw, 1rem);
  font-weight: 650;
  letter-spacing: 0.08em;
  line-height: 1.5;
}

.services__summary {
  margin-top: 2px;
  color: var(--text-muted);
  font-size: clamp(0.74rem, 2.9vw, 0.92rem);
  line-height: 1.65;
}

.services__script {
  position: absolute;
  z-index: 3;
  top: 76px;
  left: -5%;
  width: min(62vw, 360px);
  transform: rotate(-5deg);
  pointer-events: none;
}

.service-deck {
  display: flex;
  width: 100%;
  margin: clamp(48px, 9vw, 76px) 0 0;
  gap: 16px;
  overflow-x: auto;
  padding: 34px max(4px, calc((100% - min(70vw, 300px)) / 2)) 46px;
  scroll-padding-inline: max(4px, calc((100% - min(70vw, 300px)) / 2));
  scroll-snap-type: x mandatory;
  scrollbar-width: thin;
  list-style: none;
}

.service-card {
  position: relative;
  flex: 0 0 min(70vw, 300px);
  overflow: hidden;
  aspect-ratio: 9 / 16;
  border-radius: 18px;
  background: #2b241e;
  box-shadow: 0 20px 48px rgb(49 35 17 / 25%);
  scroll-snap-align: center;
}

.service-card picture,
.service-card img {
  width: 100%;
  height: 100%;
}

.service-card img {
  object-fit: cover;
}

.contact {
  position: relative;
  min-height: calc(100svh - var(--header-height));
  overflow: hidden;
  padding: clamp(80px, 9vw, 148px) var(--page-gutter) 0;
  background:
    linear-gradient(180deg, var(--paper) 0%, #f0ecff 46%, #8f78ff 100%);
  color: var(--white);
}

.contact__glow {
  position: absolute;
  z-index: 0;
  inset: clamp(68px, 7vw, 112px) 2% -18%;
  background: radial-gradient(ellipse at 50% 52%, rgb(146 121 255 / 92%) 0%, rgb(146 121 255 / 62%) 44%, transparent 74%);
  filter: blur(46px);
  pointer-events: none;
}

.contact__panel {
  position: relative;
  z-index: 2;
  display: block;
  min-height: max(760px, calc(100svh - var(--header-height) - clamp(80px, 9vw, 148px)));
  overflow: visible;
  isolation: isolate;
  padding: 0;
  border: 0;
  border-radius: 32px 32px 0 0;
  background:
    radial-gradient(circle at 50% 52%, rgb(146 121 255 / 15%), transparent 34%),
    #222224;
  box-shadow: 0 0 120px rgb(112 83 255 / 52%);
}

.contact__panel::before {
  position: absolute;
  z-index: 0;
  top: -38px;
  left: 50%;
  width: min(19vw, 320px);
  height: 70px;
  border-radius: 90px 90px 0 0;
  background: #222224;
  content: "";
  transform: translateX(-50%);
}

.contact__contours {
  position: absolute;
  z-index: 1;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  overflow: visible;
  clip-path: inset(0 round 32px 32px 0 0);
  opacity: 0.32;
  pointer-events: none;
}

.contact__contours use {
  fill: none;
  stroke: rgb(185 185 190 / 17%);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: clamp(1.5px, 0.1vw, 2px);
  vector-effect: non-scaling-stroke;
}

.contact__heading {
  position: absolute;
  z-index: 6;
  top: 88px;
  left: 50%;
  width: min(60%, 720px);
  padding: 0;
  text-align: center;
  translate: -50% 0;
}

.contact__heading h2 {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  flex-direction: column;
  margin: 0;
  letter-spacing: -0.055em;
  line-height: 0.82;
}

.contact__title-en {
  font-size: clamp(4.5rem, 4.6vw, 5.6rem);
  font-weight: 780;
}

.contact__title-zh {
  margin-top: 0.14em;
  font-size: clamp(2.6rem, 3vw, 3.75rem);
  font-weight: 760;
  letter-spacing: 0.06em;
}

.contact__script {
  position: absolute;
  z-index: 1;
  top: -54px;
  left: 50%;
  width: min(36vw, 540px);
  transform: translateX(-50%) rotate(-6deg);
  pointer-events: none;
}

.contact__script img {
  display: block;
}

.contact__figure {
  position: absolute;
  z-index: 4;
  bottom: -17%;
  left: 50%;
  width: min(37%, 630px);
  translate: -50% 0;
}

.contact__figure img {
  width: 100%;
}

.contact-list {
  position: absolute;
  z-index: 7;
  top: 49%;
  right: 7.5%;
  left: 7.5%;
  display: grid;
  grid-template-columns: minmax(220px, 330px) minmax(270px, 370px);
  grid-template-rows: repeat(3, auto);
  justify-content: space-between;
  gap: 18px 12px;
}

.contact-list button {
  display: flex;
  min-width: 0;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 4px 8px;
  border: 0;
  border-radius: 6px;
  background: transparent;
  color: var(--white);
  text-align: center;
  cursor: pointer;
  transition: color 180ms ease, text-shadow 180ms ease, transform 180ms ease;
}

.contact-list button:hover,
.contact-list button:focus-visible {
  outline: 2px solid rgb(146 121 255 / 58%);
  outline-offset: 4px;
  color: #fff;
  text-shadow: 0 0 18px rgb(146 121 255 / 74%);
  transform: translateY(-2px);
}

.contact-list__item--left {
  grid-column: 1;
  flex-direction: column;
  gap: 2px;
}

.contact-list__item--left:nth-child(1) {
  grid-row: 1;
}

.contact-list__item--left:nth-child(2) {
  grid-row: 3;
}

.contact-list__item--right {
  grid-column: 2;
  justify-content: flex-start;
  text-align: left;
}

.contact-list__item--right:nth-child(3) {
  grid-row: 1;
}

.contact-list__item--right:nth-child(4) {
  grid-row: 2;
}

.contact-list__item--right:nth-child(5) {
  grid-row: 3;
  position: relative;
  top: clamp(15px, 0.86vw, 17px);
}

.contact-list button span {
  color: var(--purple);
  font-size: clamp(0.94rem, 1.04vw, 1.14rem);
  font-weight: 720;
  letter-spacing: 0.02em;
}

.contact-list button strong {
  overflow-wrap: anywhere;
  font-size: clamp(0.98rem, 1.02vw, 1.16rem);
  font-weight: 680;
}

.contact-list__status {
  position: absolute;
  top: calc(100% + 16px);
  left: 50%;
  min-height: 1.5em;
  margin: 0;
  padding: 3px 9px;
  border-radius: 999px;
  background: rgb(20 20 22 / 68%);
  color: #b7a8ff;
  font-size: 0.78rem;
  text-align: center;
  transform: translateX(-50%);
  white-space: nowrap;
}

.contact-list__status:empty {
  display: none;
}

.reveal-ready [data-reveal] {
  transform: translateY(34px);
  opacity: 0;
  transition: transform 680ms cubic-bezier(0.2, 0.8, 0.2, 1), opacity 560ms ease;
}

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

@media (min-width: 992px) {
  .js .about {
    background: transparent;
  }

  .js .about-track {
    height: var(--horizontal-height, 520vh);
    padding-block: 0;
  }

  .js .about-sticky {
    position: sticky;
    top: 0;
    height: 100svh;
    overflow: hidden;
    isolation: isolate;
    background: transparent;
  }

  .js .about-sticky__viewport {
    position: absolute;
    z-index: 1;
    inset: 0;
    display: block;
  }

  .js .about-sticky__surface {
    position: absolute;
    z-index: 1;
    inset: 0;
    display: block;
    clip-path: polygon(
      0 var(--about-reveal-edge, 190%),
      var(--about-reveal-edge, 190%) 0,
      100% 0,
      100% 100%,
      0 100%
    );
    filter: drop-shadow(-18px -18px 28px rgb(40 44 32 / 24%));
    will-change: clip-path;
  }

  .js .about-sticky__background {
    position: absolute;
    z-index: 1;
    inset: 0;
    display: block;
    background:
      radial-gradient(circle at 78% 82%, rgb(255 255 255 / 2.5%), transparent 38%),
      var(--about-background-color, rgb(40 44 32));
    will-change: background-color;
  }

  .js .about-sticky__contours {
    display: block;
  }

  .js .about-row {
    z-index: 3;
    position: absolute;
    top: 50%;
    left: 0;
    width: max-content;
    gap: 0;
    overflow: visible;
    padding: 0 0 0 75vw;
    transform: translate3d(var(--horizontal-x, 0), -50%, 0);
    will-change: transform;
  }

  .about-scene {
    --scene-text: var(--about-scene-text, #f4f2eb);
    --scene-muted: var(--about-scene-muted, rgb(244 242 235 / 74%));
    width: 82vw;
    height: 100svh;
    background: transparent;
  }

  .about-feature h3 {
    font-size: clamp(1rem, 1.12vw, 1.35rem);
  }

  .about-feature p {
    font-size: clamp(0.76rem, 0.78vw, 0.94rem);
  }

  .about-feature--vip {
    top: 9%;
    left: 4%;
    width: 36%;
    grid-template-columns: 42% 1fr;
    gap: 6%;
  }

  .about-feature--finance {
    top: 50%;
    left: 8%;
    width: 22%;
  }

  .about-feature--documentary {
    top: 28%;
    right: 4%;
    width: 47%;
  }

  .about-feature--hardware {
    top: 9%;
    left: 7%;
    width: 14%;
  }

  .about-feature--innovation {
    top: 12%;
    right: 6%;
    width: 15%;
  }

  .about-feature--studio {
    top: 48%;
    left: 8%;
    display: grid;
    width: 45%;
    grid-template-columns: 32% 1fr;
    align-items: center;
    gap: 6%;
  }

  .about-feature--studio .about-feature__copy {
    margin: 0;
    text-align: right;
  }

  .about-feature--hong-kong {
    top: 49%;
    right: 8%;
    width: 19%;
  }

  .about-feature--network {
    top: 10%;
    left: 5%;
    width: 50%;
  }

  .about-feature--continuous {
    top: 13%;
    right: 5%;
    width: 23%;
  }

  .about-feature--upgrades {
    top: 57%;
    right: 8%;
    width: 21%;
  }

  .services__stage {
    display: grid;
    min-height: max(760px, 100svh);
    align-content: start;
    grid-template-rows: auto auto auto;
    padding-top: clamp(106px, 10vh, 132px);
    padding-bottom: clamp(52px, 6vh, 76px);
  }

  .services__heading {
    width: min(32vw, 580px);
    margin-right: 0;
    margin-left: 40%;
    padding-left: 0;
  }

  .services__heading h2 {
    font-size: clamp(3.35rem, 4vw, 5rem);
    letter-spacing: -0.058em;
    line-height: 0.84;
  }

  .services__script {
    top: clamp(62px, 6.5vh, 84px);
    left: 5%;
    width: min(22vw, 420px);
  }

  .services__footer-copy {
    width: min(42vw, 680px);
    align-self: start;
    margin-top: 0;
  }

  .services__tagline {
    font-size: clamp(0.78rem, 0.85vw, 0.96rem);
  }

  .services__summary {
    font-size: clamp(0.72rem, 0.72vw, 0.86rem);
    letter-spacing: 0.035em;
  }

  .js .service-deck {
    position: relative;
    display: block;
    height: clamp(420px, 26vw, 460px);
    margin-top: clamp(22px, 2.5vw, 42px);
    overflow: visible;
    padding: 0;
  }

  .js .service-card {
    --deck-x: 0%;
    --deck-y: 68px;
    --deck-scale: 0.9;
    --deck-z: 1;
    --service-shift-x: 0px;
    --service-shift-y: 0px;
    --service-scale: 1;
    --service-rotate: 0deg;
    --service-z: var(--deck-z);
    position: absolute;
    z-index: var(--service-z);
    top: 2%;
    left: 50%;
    width: clamp(160px, 12vw, 220px);
    transform: translateX(-50%) translateY(120px) rotate(0deg) scale(0.9);
    opacity: 0;
    transition:
      transform 620ms cubic-bezier(0.18, 0.9, 0.24, 1.12),
      opacity 420ms ease,
      filter 260ms ease,
      box-shadow 260ms ease;
    transition-delay: calc(var(--index) * 80ms);
    will-change: transform;
  }

  .js .service-card:nth-child(1) { --deck-x: -200%; --deck-y: 54px; --deck-scale: 0.84; --deck-z: 1; }
  .js .service-card:nth-child(2) { --deck-x: -120%; --deck-y: 20px; --deck-scale: 0.91; --deck-z: 2; }
  .js .service-card:nth-child(3) { --deck-x: -40%; --deck-y: 0px; --deck-scale: 0.98; --deck-z: 3; }
  .js .service-card:nth-child(4) { --deck-x: 40%; --deck-y: 0px; --deck-scale: 0.98; --deck-z: 3; }
  .js .service-card:nth-child(5) { --deck-x: 120%; --deck-y: 20px; --deck-scale: 0.91; --deck-z: 2; }
  .js .service-card:nth-child(6) { --deck-x: 200%; --deck-y: 54px; --deck-scale: 0.84; --deck-z: 1; }

  .js .service-deck.is-visible .service-card {
    transform:
      translateX(calc(-50% + var(--deck-x) + var(--service-shift-x)))
      translateY(calc(var(--deck-y) + var(--service-shift-y)))
      rotate(calc(var(--angle) + var(--service-rotate)))
      scale(var(--deck-scale))
      scale(var(--service-scale));
    opacity: 1;
  }

  .js .service-deck[data-active-index] .service-card {
    transition-delay: 0ms;
  }

  .js .service-deck[data-active-index] .service-card[data-service-relation="active"] {
    filter: brightness(1.08) saturate(1.04);
    box-shadow: 0 28px 64px rgb(49 35 17 / 34%);
  }
}

.site-footer {
  display: flex;
  min-height: 56px;
  align-items: center;
  justify-content: flex-start;
  padding: 16px var(--page-gutter);
  background: #8f78ff;
  color: rgb(24 24 26 / 72%);
  font-size: 0.68rem;
  letter-spacing: 0.12em;
}

.site-footer p {
  position: relative;
  z-index: 2;
  margin: 0;
}

@media (max-width: 900px) {
  :root {
    --header-height: 72px;
    --header-gutter: 24px;
  }

  .brand-link {
    width: 148px;
  }

  .menu-toggle {
    position: relative;
    z-index: 103;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .menu-toggle__label {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap;
  }

  .menu-toggle__icon,
  .menu-toggle__icon i {
    display: block;
  }

  .menu-toggle__icon {
    position: relative;
    width: 26px;
    height: 18px;
  }

  .menu-toggle__icon i {
    position: absolute;
    right: 0;
    left: 0;
    height: 2px;
    background: currentcolor;
    transition: transform 180ms ease, top 180ms ease;
  }

  .menu-toggle__icon i:first-child {
    top: 3px;
  }

  .menu-toggle__icon i:last-child {
    top: 13px;
  }

  .menu-toggle[aria-expanded="true"] .menu-toggle__icon i:first-child {
    top: 8px;
    transform: rotate(45deg);
  }

  .menu-toggle[aria-expanded="true"] .menu-toggle__icon i:last-child {
    top: 8px;
    transform: rotate(-45deg);
  }

  .primary-nav {
    position: fixed;
    z-index: 102;
    inset: 0;
    display: grid;
    visibility: hidden;
    place-items: center;
    transform: translateY(-100%);
    background: var(--paper);
    color: var(--ink);
    opacity: 0;
    transition: transform 260ms ease, opacity 180ms ease, visibility 260ms;
  }

  .primary-nav.is-open {
    visibility: visible;
    transform: translateY(0);
    opacity: 1;
  }

  .primary-nav ul {
    align-items: stretch;
    flex-direction: column;
    gap: 8px;
    text-align: center;
  }

  .primary-nav a {
    min-height: 56px;
    justify-content: center;
    padding-inline: 14px;
    font-size: clamp(1.5rem, 7vw, 2.4rem);
    font-weight: 620;
    letter-spacing: normal;
  }

  .primary-nav li:last-child {
    margin-top: 16px;
  }

  .hero {
    min-height: max(700px, 100svh);
  }

  .site-contours {
    opacity: 0.72;
  }

  .about-scene__contours {
    opacity: 0.72;
  }

  .hero__lines {
    top: 30%;
  }

  .hero__marquee--zh .hero__marquee-item {
    font-size: clamp(1.05rem, 5.7vw, 3.4rem);
  }

  .hero__marquee--en .hero__marquee-item {
    font-size: clamp(0.65rem, 2.55vw, 1.5rem);
  }

  .hero__visual {
    top: 26%;
    width: min(88vw, 680px);
  }

  .hero__script {
    top: 16%;
    width: 122%;
  }

  .brand-intro {
    min-height: 100svh;
    padding-block: 112px;
  }

  .brand-intro__mark {
    width: 120px;
    margin-bottom: 52px;
  }

  .brand-intro__statement {
    width: min(100%, 720px);
    font-size: clamp(2.35rem, 6.5vw, 3.4rem);
    line-height: 0.98;
  }

  .section-heading {
    align-items: start;
    flex-direction: column;
  }

  .section-heading h2 {
    font-size: clamp(4rem, 16vw, 7rem);
  }

  .about-row {
    width: 100%;
  }

  .belief {
    min-height: 0;
    grid-template-columns: 1fr 1fr;
    padding: 96px var(--page-gutter) 0;
  }

  .belief__copy {
    grid-row: 1;
    grid-column: 1 / -1;
    padding: 30px 0 56px;
  }

  .belief__copy h2 {
    width: min(78vw, 650px);
    gap: clamp(20px, 4vw, 34px);
    font-size: clamp(2.9rem, 7.2vw, 4rem);
  }

  .belief__statements {
    width: min(78vw, 620px);
    gap: clamp(20px, 4vw, 34px);
  }

  .belief__media--camera {
    grid-row: 2;
    grid-column: 1;
    margin-left: calc(var(--page-gutter) * -1);
  }

  .belief__media--creator {
    grid-row: 2;
    grid-column: 2;
    margin-right: calc(var(--page-gutter) * -1);
  }

  .belief__media img {
    max-height: 52vh;
    transform: none;
  }

  .belief__script {
    top: 26.6%;
    left: calc(50% + 4vw);
    width: min(68vw, 590px);
  }

  .case-grid {
    display: flex;
    flex-direction: column;
    gap: clamp(42px, 7vw, 64px);
  }

  .case-copy {
    order: 2;
  }

  .case-copy .eyebrow {
    margin-top: 0;
  }

  .case-copy h2 {
    font-size: clamp(4rem, 15vw, 7.5rem);
  }

  .case-collage {
    position: relative;
    display: block;
    order: 1;
    width: 100%;
    height: clamp(300px, 86vw, 660px);
    min-height: 0;
    isolation: isolate;
  }

  .case-collage picture {
    position: absolute;
    margin: 0;
  }

  .case-collage__main {
    z-index: 4;
    top: 0;
    left: 50%;
    width: min(62%, 490px);
    transform: translateX(-50%);
  }

  .case-collage__detail {
    z-index: 3;
    border-width: 5px;
    transform: none;
  }

  .case-collage__detail--one {
    bottom: 8%;
    left: -2%;
    width: min(28%, 210px);
    aspect-ratio: 1.38;
  }

  .case-collage__detail--two {
    right: 2%;
    bottom: 0;
    left: auto;
    width: min(24%, 185px);
  }

  .case-collage__gold--card {
    z-index: 2;
    top: 10%;
    right: -4%;
    width: min(35%, 260px);
    transform: none;
  }

  .case-collage__gold--banner {
    z-index: 6;
    right: 4%;
    bottom: 12%;
    left: auto;
    width: min(40%, 320px);
    transform: none;
  }

  .case-collage__script {
    z-index: 2;
    top: auto;
    bottom: 4%;
    right: auto;
    left: 29%;
    width: min(50%, 390px);
    opacity: 0.18;
    transform: none;
  }

  .contact {
    min-height: 0;
    padding-top: 104px;
    padding-inline: 20px;
  }

  .contact__panel {
    display: flex;
    flex-direction: column;
    min-height: 0;
    padding: 0 clamp(22px, 6vw, 52px);
    border-radius: 26px 26px 0 0;
  }

  .contact__panel::before {
    top: -26px;
    width: min(42vw, 220px);
    height: 48px;
  }

  .contact__heading {
    order: 1;
    flex: 0 0 auto;
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    min-height: 190px;
    padding-top: 52px;
    translate: none;
  }

  .contact__heading h2 {
    line-height: 0.84;
  }

  .contact__title-en {
    font-size: clamp(3.5rem, 10vw, 5rem);
  }

  .contact__title-zh {
    font-size: clamp(2.15rem, 6.8vw, 3.25rem);
  }

  .contact__script {
    top: 4px;
    left: 50%;
    width: min(74vw, 500px);
    transform: translateX(-50%) rotate(-6deg);
  }

  .contact-list {
    order: 2;
    flex: 0 0 auto;
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    z-index: 7;
    display: grid;
    width: min(100%, 520px);
    grid-template-columns: 1fr;
    grid-template-rows: none;
    gap: 8px;
    margin: 34px auto 0;
  }

  .contact-list__item--left,
  .contact-list__item--right,
  .contact-list__item--left:nth-child(1),
  .contact-list__item--left:nth-child(2),
  .contact-list__item--right:nth-child(3),
  .contact-list__item--right:nth-child(4),
  .contact-list__item--right:nth-child(5) {
    grid-row: auto;
    grid-column: 1;
    position: static;
    top: auto;
  }

  .contact-list__item--left,
  .contact-list__item--right {
    min-height: 40px;
    flex-direction: row;
    justify-content: center;
    gap: 8px;
    text-align: center;
  }

  .contact-list__item--left span::after {
    content: "：";
  }

  .contact-list__status {
    position: relative;
    top: auto;
    left: auto;
    justify-self: center;
    margin-top: 6px;
    transform: none;
  }

  .contact__figure {
    order: 3;
    flex: 0 0 auto;
    position: relative;
    bottom: auto;
    left: auto;
    z-index: 4;
    width: min(82%, 560px);
    margin: 26px auto -24%;
    translate: none;
  }
}

@media (max-width: 560px) {
  .services__script {
    top: -36px;
  }

  .hero__visual {
    top: 29%;
  }

  .brand-intro {
    padding-block: 96px;
  }

  .brand-intro__mark {
    width: 96px;
    margin-bottom: 42px;
  }

  .brand-intro__statement {
    font-size: clamp(2rem, 8.5vw, 2.65rem);
    letter-spacing: -0.035em;
    line-height: 1.02;
  }

  .brand-intro__line {
    display: inline;
  }

  .brand-intro__line::after {
    content: " ";
  }

  .brand-intro__line--section {
    display: block;
    margin-top: 0.72em;
  }

  .belief__statements {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .belief__copy h2 {
    width: 100%;
    grid-template-columns: 1fr;
    gap: 28px;
    font-size: clamp(2.4rem, 11vw, 3.4rem);
    line-height: 0.78;
  }

  .belief__title-group--seen,
  .belief__title-group--trusted {
    align-items: center;
    text-align: center;
  }

  .belief__statement--seen,
  .belief__statement--trusted {
    align-items: center;
    text-align: center;
  }

  .belief__script {
    top: 39%;
    left: 50%;
    width: 116%;
  }

  .belief__media img {
    max-height: 43vh;
  }

  .film-player__play {
    width: 64px;
    height: 64px;
  }

  .case-collage__main {
    width: 68%;
  }

  .case-collage__detail--one {
    bottom: 5%;
    left: -3%;
    width: 32%;
    border-width: 4px;
  }

  .case-collage__detail--two {
    right: 0;
    width: 28%;
  }

  .case-collage__gold--card {
    top: 12%;
    right: -7%;
    width: 36%;
  }

  .case-collage__gold--banner {
    right: 0;
    bottom: 10%;
    width: 44%;
  }

  .case-collage__script {
    bottom: 1%;
    left: 25%;
    width: 54%;
  }

  .contact__panel {
    border-radius: 22px 22px 0 0;
  }

  .contact__heading {
    min-height: 162px;
    padding-top: 42px;
  }

  .contact__title-en {
    font-size: clamp(3rem, 14vw, 4.2rem);
  }

  .contact__title-zh {
    font-size: clamp(2rem, 9vw, 2.8rem);
  }

  .contact__script {
    top: 2px;
    width: min(92vw, 390px);
  }

  .contact-list {
    margin-top: 18px;
  }

  .contact-list button span,
  .contact-list button strong {
    font-size: 0.92rem;
  }

  .contact__figure {
    width: min(96%, 480px);
    margin-top: 18px;
    margin-bottom: -28%;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .hero__marquee-track {
    animation: none;
    transform: none;
    will-change: auto;
  }

  .hero__marquee-item:nth-child(2) {
    display: none;
  }

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

  .js .service-card {
    opacity: 1;
    transition: none;
  }

  .js .service-deck[data-active-index] .service-card {
    filter: none;
    box-shadow: 0 20px 48px rgb(49 35 17 / 25%);
  }

  .js .about-track {
    height: auto;
    padding-block: clamp(64px, 8vw, 120px);
  }

  .js .about-sticky {
    position: static;
    height: auto;
    overflow: visible;
  }

  .js .about-sticky__viewport {
    position: static;
    display: contents;
  }

  .js .about-sticky__surface {
    position: static;
    display: contents;
    clip-path: none;
    filter: none;
  }

  .js .about-row {
    position: static;
    overflow-x: auto;
    padding: 18px var(--page-gutter) 34px;
    transform: none;
    will-change: auto;
  }

  .js .about-sticky__background,
  .js .about-sticky__contours {
    display: none;
  }

  .js .about-scene--foundation {
    background: rgb(38 44 33);
  }

  .js .about-scene--production {
    background: rgb(213 212 206);
  }

  .js .about-scene--community {
    background: rgb(243 240 232);
  }

  .about-feature img {
    --about-image-shift: 0px;
    will-change: auto;
  }
}
