:root {
  --ink: #050505;
  --paper: #f6f5f1;
  --muted: #77746c;
  --accent: #e9b6b9;
  --scene-progress: 0;
  --bridge-progress: 0;
  --bridge-opacity: 0;
  --mx: 0;
  --my: 0;
}

* {
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  overflow: hidden;
  background: var(--paper);
  color: var(--ink);
  font-family: "Arial Narrow", "Aptos Narrow", "Inter Tight", Arial, sans-serif;
}

body {
  letter-spacing: 0;
}

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

.skip-link {
  position: fixed;
  left: 18px;
  top: 18px;
  z-index: 90;
  padding: 9px 12px;
  border: 1px solid currentColor;
  border-radius: 999px;
  background: var(--paper);
  color: var(--ink);
  font: 11px/1 Arial, "Microsoft YaHei", sans-serif;
  transform: translateY(-72px);
  transition: transform 180ms ease;
}

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

.grain {
  position: fixed;
  inset: 0;
  z-index: 30;
  pointer-events: none;
  opacity: 0.18;
  background-image:
    linear-gradient(90deg, rgba(0, 0, 0, 0.018) 1px, transparent 1px),
    linear-gradient(0deg, rgba(0, 0, 0, 0.016) 1px, transparent 1px);
  background-size: 3px 3px;
  mix-blend-mode: multiply;
}

.site-header {
  position: fixed;
  top: 20px;
  left: 24px;
  right: 24px;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 12px;
  text-transform: uppercase;
}

.brand {
  display: inline-grid;
  grid-auto-flow: column;
  gap: 8px;
  align-items: center;
  font-weight: 700;
}

.brand span:first-child {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border: 1px solid currentColor;
  border-radius: 50%;
  font-size: 11px;
}

.nav {
  display: flex;
  gap: 22px;
}

.stage {
  position: fixed;
  inset: 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 42%, rgba(255, 255, 255, 0.92), transparent 45%),
    var(--paper);
}

.scene {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  overflow: hidden;
  opacity: 0;
  z-index: 1;
  transform: translateY(5.5vh) scale(0.982);
  filter: blur(11px);
  pointer-events: none;
  transition:
    opacity 1200ms cubic-bezier(0.16, 1, 0.3, 1),
    transform 1350ms cubic-bezier(0.16, 1, 0.3, 1),
    filter 1150ms ease;
}

.scene.is-active {
  opacity: 1;
  z-index: 4;
  transform: translateY(0) scale(1);
  filter: blur(0);
  pointer-events: auto;
}

.scene.is-leaving {
  opacity: 0;
  z-index: 3;
  transform: translateY(-5.8vh) scale(1.018);
  filter: blur(13px);
}

body.is-frozen .scene {
  transition: none;
}

body.is-frozen .scene *,
body.is-frozen .scene {
  transition: none;
}

.micro {
  margin: 0;
  color: #8c897f;
  font: 11px/1.1 Arial, sans-serif;
  text-transform: uppercase;
}

.center {
  position: absolute;
  top: 46.5%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.lower {
  position: absolute;
  bottom: 18%;
  left: 50%;
  transform: translateX(-50%);
}

.headline {
  position: relative;
  z-index: 4;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 0.78;
  letter-spacing: 0;
  text-align: center;
  transition: transform 1200ms cubic-bezier(0.16, 1, 0.3, 1);
}

.headline span {
  display: block;
  transform: scaleX(0.72);
}

.hero-title {
  font-size: clamp(72px, 17vw, 220px);
}

.split-title {
  font-size: clamp(64px, 13vw, 174px);
  transform: translateY(4vh);
}

.subline {
  position: absolute;
  left: 50%;
  bottom: 27%;
  z-index: 5;
  margin: 0;
  transform: translateX(-50%);
  color: #232323;
  font: 12px/1 Arial, sans-serif;
  text-transform: uppercase;
  white-space: nowrap;
}

.float-set,
.orbit-object,
.product-view,
.pink-wrap {
  position: absolute;
  inset: 0;
  transform:
    translate(calc(var(--mx) * 10px), calc(var(--my) * 8px));
  transition:
    opacity 1000ms cubic-bezier(0.16, 1, 0.3, 1),
    transform 1300ms cubic-bezier(0.16, 1, 0.3, 1);
}

.pack,
.foil,
.slip,
.tube,
.disc,
.receipt,
.tiny-art,
.shot,
.wire-object {
  position: absolute;
  transform-style: preserve-3d;
  will-change: transform;
}

.scene.is-leaving .headline {
  transform: translateY(-7vh) scale(1.04);
}

.scene:not(.is-active):not(.is-leaving) .headline {
  transform: translateY(7vh) scale(0.96);
}

.scene.is-leaving .float-set,
.scene.is-leaving .orbit-object,
.scene.is-leaving .product-view,
.scene.is-leaving .pink-wrap {
  opacity: 0.24;
  transform:
    translate(calc(var(--mx) * 10px), calc(var(--my) * 8px))
    translateY(-9vh)
    rotate(-2deg)
    scale(1.08);
}

.scene:not(.is-active):not(.is-leaving) .float-set,
.scene:not(.is-active):not(.is-leaving) .orbit-object,
.scene:not(.is-active):not(.is-leaving) .product-view,
.scene:not(.is-active):not(.is-leaving) .pink-wrap {
  opacity: 0;
  transform:
    translate(calc(var(--mx) * 10px), calc(var(--my) * 8px))
    translateY(9vh)
    rotate(2deg)
    scale(0.94);
}

.scene.is-leaving .spec-panel,
.scene.is-leaving .index-num,
.scene.is-leaving .type-block,
.scene.is-leaving .gallery-kicker,
.scene.is-leaving .final-copy,
.scene.is-leaving .final-meta {
  opacity: 0;
  transform: translateY(-5vh) scaleX(0.72);
  transition:
    opacity 720ms ease,
    transform 1000ms cubic-bezier(0.16, 1, 0.3, 1);
}

.pack {
  display: grid;
  place-items: center;
  color: rgba(0, 0, 0, 0.48);
  text-align: center;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 1.05;
  box-shadow:
    0 20px 50px rgba(0, 0, 0, 0.14),
    inset 0 0 0 1px rgba(255, 255, 255, 0.75),
    inset 0 0 50px rgba(255, 255, 255, 0.55);
}

.flat {
  width: min(21vw, 230px);
  height: min(14vw, 148px);
  border-radius: 3px;
  background:
    linear-gradient(115deg, rgba(210, 231, 220, 0.84), rgba(255, 255, 255, 0.94) 48%, rgba(218, 223, 212, 0.82)),
    linear-gradient(90deg, transparent 42%, rgba(0, 0, 0, 0.08) 43%, transparent 45%);
}

.tall {
  width: min(14vw, 106px);
  height: min(28vw, 270px);
  border-radius: 2px;
  background:
    linear-gradient(100deg, rgba(255, 255, 255, 0.36), rgba(255, 255, 255, 0.86) 42%, rgba(217, 222, 213, 0.72)),
    linear-gradient(180deg, rgba(80, 95, 90, 0.06), transparent 55%);
}

.pouch {
  width: min(18vw, 170px);
  height: min(28vw, 270px);
  clip-path: polygon(12% 0, 90% 8%, 78% 100%, 0 90%);
}

.pink {
  background:
    linear-gradient(125deg, rgba(255, 255, 255, 0.86), rgba(238, 150, 160, 0.8) 48%, rgba(255, 230, 232, 0.92)),
    linear-gradient(0deg, rgba(172, 65, 77, 0.16), transparent 56%);
  color: rgba(100, 29, 38, 0.58);
}

.clear {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.2), rgba(245, 248, 244, 0.86) 44%, rgba(218, 223, 213, 0.58)),
    repeating-linear-gradient(0deg, transparent 0 24px, rgba(0, 0, 0, 0.035) 25px 26px);
}

.ghost {
  opacity: 0.55;
}

.foil {
  width: min(19vw, 215px);
  height: min(13vw, 140px);
  clip-path: polygon(0 16%, 82% 0, 100% 76%, 16% 100%);
  background:
    linear-gradient(130deg, rgba(168, 193, 181, 0.88), rgba(255, 255, 255, 0.8) 46%, rgba(198, 205, 194, 0.62)),
    repeating-linear-gradient(105deg, rgba(255, 255, 255, 0.2) 0 4px, transparent 5px 12px);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.16);
}

.slip {
  width: min(15vw, 170px);
  height: min(7vw, 78px);
  background: linear-gradient(100deg, rgba(255, 255, 255, 0.82), rgba(221, 224, 215, 0.82));
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
}

.tube {
  width: min(7vw, 68px);
  height: min(12vw, 118px);
  border-radius: 50% 50% 38% 38%;
  background:
    radial-gradient(circle at 48% 18%, #fcfcfa 0 18%, transparent 19%),
    linear-gradient(90deg, #d4ded3, #ffffff 45%, #bfc8bd);
  box-shadow: 0 22px 40px rgba(0, 0, 0, 0.14);
}

.disc {
  width: min(7vw, 76px);
  aspect-ratio: 1;
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(30, 30, 30, 0.15) 0 18%, transparent 19%),
    repeating-conic-gradient(from 12deg, #2f302d 0 8deg, #f4f3ef 9deg 16deg);
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.18);
}

.receipt {
  width: min(12vw, 130px);
  height: min(28vw, 260px);
  background:
    linear-gradient(90deg, transparent 0 11%, rgba(0, 0, 0, 0.055) 12%, transparent 14%),
    repeating-linear-gradient(0deg, #fbfaf7 0 18px, #eeeeea 19px 20px);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.16);
}

.loader-pack {
  left: 51%;
  top: 55%;
  width: 54px;
  height: 118px;
  transform: rotate(-18deg) translateY(60px);
  animation: risePack 1800ms ease-out both;
}

.foil-a {
  left: 21%;
  top: 31%;
  transform: rotate(-18deg) skewY(-4deg);
  animation: floatA 7s ease-in-out infinite;
}

.slip-a {
  left: 56%;
  top: 23%;
  transform: rotate(-21deg);
  animation: floatB 6.5s ease-in-out infinite;
}

.pack-a {
  left: 60%;
  top: 40%;
  transform: rotate(14deg) skewY(-3deg);
  animation: floatC 8s ease-in-out infinite;
}

.tube-a {
  left: 48%;
  top: 53%;
  transform: rotate(18deg);
  animation: floatB 5.8s ease-in-out infinite reverse;
}

.disc-a {
  left: 42%;
  top: 60%;
  transform: rotate(-16deg);
  animation: spinDisc 12s linear infinite;
}

.foil-b {
  left: 32%;
  top: 25%;
  transform: rotate(28deg) scale(0.9);
  animation: driftLeft 8s ease-in-out infinite;
}

.receipt-b {
  left: 53%;
  top: 21%;
  transform: rotate(61deg) scale(0.72);
  animation: driftRight 7s ease-in-out infinite;
}

.disc-b {
  left: 47%;
  top: 55%;
  transform: scale(0.74);
  animation: spinDisc 9s linear infinite;
}

.index-num {
  position: absolute;
  left: 6vw;
  top: 18vh;
  z-index: 5;
  margin: 0;
  font-size: clamp(28px, 6vw, 72px);
  line-height: 1;
  transform: scaleX(0.68);
  transform-origin: left center;
}

.product-view .clear {
  left: 49%;
  top: 31%;
  transform: translateX(-50%) rotate(1deg);
  animation: productHover 5.5s ease-in-out infinite;
}

.spec-panel {
  position: absolute;
  right: 5vw;
  bottom: 12vh;
  z-index: 5;
  width: min(230px, 24vw);
  font: 12px/1.25 Arial, sans-serif;
  color: #171717;
}

.spec-panel p,
.spec-panel h2 {
  margin: 0;
  text-transform: uppercase;
}

.spec-panel h2 {
  margin-top: 6px;
  margin-bottom: 24px;
  font-size: 24px;
  line-height: 0.92;
  font-weight: 400;
  transform: scaleX(0.72);
  transform-origin: left center;
}

.spec-panel dl,
.spec-panel div {
  margin: 0;
}

.spec-panel div {
  display: grid;
  grid-template-columns: 70px 1fr;
  padding: 7px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.18);
}

.spec-panel dt,
.spec-panel dd {
  margin: 0;
}

.type-block {
  position: absolute;
  left: 8vw;
  top: 21vh;
  z-index: 5;
  text-transform: uppercase;
  font-size: clamp(48px, 11.6vw, 168px);
  line-height: 0.72;
  font-weight: 400;
}

.type-block span {
  display: block;
  transform: scaleX(0.62);
  transform-origin: left center;
}

.tiny-art {
  width: min(10vw, 120px);
  height: min(18vw, 190px);
  background:
    linear-gradient(130deg, rgba(255, 255, 255, 0.8), rgba(222, 223, 215, 0.76)),
    repeating-linear-gradient(90deg, transparent 0 12px, rgba(0, 0, 0, 0.05) 13px 14px);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.15);
}

.art-one {
  right: 17vw;
  top: 19vh;
  transform: rotate(-24deg);
  animation: floatA 6s ease-in-out infinite;
}

.art-two {
  right: 6vw;
  bottom: 22vh;
  transform: rotate(18deg) scale(0.72);
  animation: floatB 6.4s ease-in-out infinite;
}

.side-note {
  position: absolute;
  right: 6vw;
  top: 49vh;
  width: 96px;
  margin: 0;
  color: #555;
  font: 11px/1.2 Arial, sans-serif;
  text-transform: uppercase;
}

.pink-wrap .pink {
  left: 41%;
  top: 29%;
  transform: rotate(-8deg);
  animation: productHover 6s ease-in-out infinite;
}

.pale {
  color: rgba(0, 0, 0, 0.26);
}

.scene-gallery {
  background: #050505;
  color: #f8f6ef;
}

.gallery-kicker {
  position: absolute;
  left: 7vw;
  top: 9vh;
  width: min(480px, 48vw);
  margin: 0;
  font-size: clamp(18px, 3.3vw, 42px);
  line-height: 0.95;
  text-transform: uppercase;
  transform: scaleX(0.72);
  transform-origin: left center;
}

.gallery-grid {
  position: absolute;
  inset: 18vh 8vw 8vh;
}

.shot {
  background:
    linear-gradient(140deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.12)),
    radial-gradient(circle at 52% 45%, rgba(240, 245, 232, 0.98) 0 16%, transparent 17%),
    linear-gradient(120deg, #151515, #2e3526);
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.45);
}

.shot-a {
  left: 8%;
  top: 29%;
  width: 17vw;
  height: 14vw;
}

.shot-b {
  left: 43%;
  top: 4%;
  width: 18vw;
  height: 19vw;
  background-color: #dfe8dc;
}

.shot-c {
  right: 12%;
  top: 22%;
  width: 20vw;
  height: 15vw;
}

.shot-d {
  left: 35%;
  bottom: 5%;
  width: 13vw;
  height: 16vw;
}

.shot-e {
  right: 28%;
  bottom: 16%;
  width: 10vw;
  height: 12vw;
}

.scene-final {
  background: #f4f2ed;
}

.final-copy {
  position: absolute;
  left: 7vw;
  top: 10vh;
  z-index: 4;
}

.final-copy h1 {
  margin: 0 0 18px;
  font-size: clamp(68px, 9.6vw, 132px);
  line-height: 0.9;
  font-weight: 400;
  transform: scaleX(0.76);
  transform-origin: left center;
}

.final-copy p {
  margin: 0 0 56px;
  color: #66635d;
  font: 13px/1.35 Arial, sans-serif;
  letter-spacing: 0.02em;
  text-transform: none;
}

.final-copy a {
  display: inline-block;
  padding-top: 12px;
  border-top: 1px solid rgba(0, 0, 0, 0.28);
  font-size: clamp(28px, 4.2vw, 58px);
  line-height: 1;
  transform: scaleX(0.78);
  transform-origin: left center;
}

.wire-object {
  right: 19vw;
  top: 34vh;
  width: min(26vw, 310px);
  height: min(18vw, 220px);
  background:
    repeating-linear-gradient(35deg, transparent 0 12px, rgba(0, 0, 0, 0.28) 13px 14px),
    repeating-linear-gradient(145deg, transparent 0 14px, rgba(0, 0, 0, 0.18) 15px 16px);
  clip-path: polygon(7% 8%, 94% 24%, 82% 91%, 0 75%);
  opacity: 0.48;
  transform: rotate(11deg);
}

.final-meta {
  position: absolute;
  right: 5vw;
  top: 10vh;
  width: min(330px, 30vw);
  font: 12px/1.45 Arial, "Microsoft YaHei", sans-serif;
}

.final-meta p {
  margin: 0 0 24px;
  padding-top: 10px;
  border-top: 1px solid rgba(0, 0, 0, 0.26);
}

.final-meta span {
  color: #77746c;
  font-size: 0.86em;
}

.final-meta a {
  border-bottom: 1px solid rgba(0, 0, 0, 0.24);
}

.bridge-layer {
  position: absolute;
  inset: 0;
  z-index: 12;
  overflow: hidden;
  opacity: var(--bridge-opacity);
  pointer-events: none;
  transition: opacity 120ms linear;
  color: var(--ink);
  mix-blend-mode: multiply;
}

.bridge-layer span {
  position: absolute;
  display: block;
}

.bridge-line {
  left: -14vw;
  width: 128vw;
  height: 1px;
  background: currentColor;
  opacity: 0.17;
  transform-origin: center;
}

.bridge-line-a {
  top: 42%;
  transform: translateY(var(--bridge-line-a, 0vh)) rotate(-9deg) scaleX(var(--bridge-line-scale, 0.2));
}

.bridge-line-b {
  top: 58%;
  transform: translateY(var(--bridge-line-b, 0vh)) rotate(6deg) scaleX(var(--bridge-line-scale, 0.2));
}

.bridge-card {
  width: min(19vw, 210px);
  height: min(13vw, 142px);
  border: 1px solid rgba(0, 0, 0, 0.08);
  background:
    linear-gradient(125deg, rgba(212, 229, 219, 0.7), rgba(255, 255, 255, 0.88) 48%, rgba(219, 221, 212, 0.72)),
    repeating-linear-gradient(90deg, transparent 0 12px, rgba(0, 0, 0, 0.025) 13px 14px);
  box-shadow: 0 22px 48px rgba(0, 0, 0, 0.16);
}

.bridge-card-a {
  left: 0;
  top: 28%;
  transform:
    translate3d(var(--bridge-card-a-x, -35vw), var(--bridge-card-a-y, 0vh), 0)
    rotate(var(--bridge-card-a-r, -18deg))
    scale(var(--bridge-card-a-s, 0.72));
}

.bridge-card-b {
  left: 0;
  top: 52%;
  width: min(13vw, 142px);
  height: min(22vw, 250px);
  transform:
    translate3d(var(--bridge-card-b-x, 110vw), var(--bridge-card-b-y, 0vh), 0)
    rotate(var(--bridge-card-b-r, 20deg))
    scale(var(--bridge-card-b-s, 0.72));
}

.bridge-disc {
  left: 0;
  top: 47%;
  width: min(7vw, 74px);
  aspect-ratio: 1;
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(255, 255, 255, 0.9) 0 18%, transparent 19%),
    repeating-conic-gradient(from var(--bridge-spin, 0deg), currentColor 0 7deg, transparent 8deg 15deg);
  opacity: 0.85;
  transform:
    translate3d(var(--bridge-disc-x, -20vw), var(--bridge-disc-y, 0vh), 0)
    scale(var(--bridge-disc-s, 0.8));
}

.bridge-caption {
  left: 50%;
  bottom: 12vh;
  color: #57544d;
  font: 10px/1 Arial, sans-serif;
  text-transform: uppercase;
  white-space: nowrap;
  transform: translate(-50%, var(--bridge-caption-y, 18px));
  opacity: var(--bridge-caption-opacity, 0);
}

body.bridge-to-dark .bridge-layer {
  color: #f8f6ef;
  mix-blend-mode: normal;
}

body.bridge-to-dark .bridge-card {
  border-color: rgba(255, 255, 255, 0.18);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.18), rgba(43, 50, 39, 0.92)),
    radial-gradient(circle at 45% 48%, #f8f6ef 0 12%, transparent 13%);
}

body.bridge-to-light .bridge-layer {
  mix-blend-mode: screen;
}

.rail {
  position: fixed;
  right: 22px;
  top: 50%;
  z-index: 22;
  display: grid;
  gap: 10px;
  justify-items: center;
  transform: translateY(-50%);
  color: var(--ink);
  font: 10px/1 Arial, sans-serif;
}

.rail-mark {
  position: relative;
  width: 1px;
  height: 150px;
  background: rgba(0, 0, 0, 0.2);
}

.rail-mark::after {
  position: absolute;
  top: calc(var(--overall-progress, 0) * 100%);
  left: -3px;
  width: 7px;
  height: 7px;
  content: "";
  border-radius: 50%;
  background: currentColor;
}

.control {
  position: fixed;
  right: 21px;
  bottom: 22px;
  z-index: 23;
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  padding: 0;
  border: 1px solid rgba(0, 0, 0, 0.24);
  border-radius: 50%;
  background: rgba(246, 245, 241, 0.76);
  color: var(--ink);
  cursor: pointer;
}

.pause-icon,
.pause-icon::before,
.pause-icon::after {
  display: block;
}

.pause-icon {
  position: relative;
  width: 12px;
  height: 14px;
}

.pause-icon::before,
.pause-icon::after {
  position: absolute;
  top: 0;
  width: 4px;
  height: 14px;
  content: "";
  background: currentColor;
}

.pause-icon::before {
  left: 1px;
}

.pause-icon::after {
  right: 1px;
}

body.is-paused .pause-icon {
  width: 0;
  height: 0;
  margin-left: 3px;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 12px solid currentColor;
}

body.is-paused .pause-icon::before,
body.is-paused .pause-icon::after {
  display: none;
}

.video-modal {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: grid;
  place-items: center;
  padding: 6vh 6vw;
  background: rgba(5, 5, 5, 0.82);
  opacity: 0;
  pointer-events: none;
  transition: opacity 260ms ease;
}

.video-modal.is-open {
  opacity: 1;
  pointer-events: auto;
}

.video-frame {
  display: grid;
  gap: 12px;
  width: min(1120px, 88vw);
  justify-items: start;
}

.video-frame video {
  display: block;
  width: 100%;
  max-height: 78vh;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: #000;
  object-fit: contain;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.45);
}

.video-title {
  margin: 0;
  color: rgba(248, 246, 239, 0.82);
  font: 12px/1.35 Arial, "Microsoft YaHei", sans-serif;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.video-status {
  margin: -4px 0 0;
  color: rgba(248, 246, 239, 0.68);
  font: 12px/1.45 Arial, "Microsoft YaHei", sans-serif;
}

.video-close {
  position: fixed;
  right: 24px;
  top: 22px;
  z-index: 81;
  padding: 8px 12px;
  border: 1px solid rgba(248, 246, 239, 0.34);
  border-radius: 999px;
  background: rgba(5, 5, 5, 0.28);
  color: #f8f6ef;
  font: 11px/1 Arial, "Microsoft YaHei", sans-serif;
  cursor: pointer;
}

body.scene-dark .site-header,
body.scene-dark .rail,
body.scene-dark .control {
  color: #f8f6ef;
}

body.scene-dark .brand span:first-child,
body.scene-dark .control {
  border-color: rgba(255, 255, 255, 0.34);
}

body.scene-dark .control {
  background: rgba(5, 5, 5, 0.72);
}

body.scene-dark .rail-mark {
  background: rgba(255, 255, 255, 0.24);
}

@keyframes risePack {
  from {
    opacity: 0;
    transform: rotate(-18deg) translateY(120px) scale(0.88);
  }

  to {
    opacity: 0.55;
    transform: rotate(-18deg) translateY(60px) scale(1);
  }
}

@keyframes floatA {
  0%,
  100% {
    translate: 0 0;
  }

  50% {
    translate: 10px -22px;
  }
}

@keyframes floatB {
  0%,
  100% {
    translate: 0 0;
  }

  50% {
    translate: -14px 18px;
  }
}

@keyframes floatC {
  0%,
  100% {
    translate: 0 0;
  }

  50% {
    translate: 18px -12px;
  }
}

@keyframes driftLeft {
  0%,
  100% {
    translate: 0 0;
    rotate: 0deg;
  }

  50% {
    translate: -32px 18px;
    rotate: -6deg;
  }
}

@keyframes driftRight {
  0%,
  100% {
    translate: 0 0;
    rotate: 0deg;
  }

  50% {
    translate: 26px -20px;
    rotate: 5deg;
  }
}

@keyframes spinDisc {
  to {
    rotate: 360deg;
  }
}

@keyframes productHover {
  0%,
  100% {
    translate: 0 0;
  }

  50% {
    translate: 0 -24px;
  }
}

@media (max-width: 760px) {
  .site-header {
    top: 16px;
    left: 16px;
    right: 16px;
  }

  .nav {
    display: none;
  }

  .hero-title {
    font-size: 70px;
  }

  .hero-title span,
  .split-title span {
    transform: scaleX(0.6);
  }

  .split-title {
    font-size: 72px;
  }

  .subline {
    bottom: 31%;
    font-size: 10px;
  }

  .flat {
    width: 158px;
    height: 104px;
  }

  .tall {
    width: 82px;
    height: 190px;
  }

  .pouch {
    width: 118px;
    height: 190px;
  }

  .foil {
    width: 150px;
    height: 96px;
  }

  .tube {
    width: 54px;
    height: 92px;
  }

  .disc {
    width: 54px;
  }

  .foil-a {
    left: 5%;
    top: 30%;
  }

  .pack-a {
    left: 58%;
    top: 43%;
  }

  .slip-a {
    left: 51%;
    top: 24%;
  }

  .tube-a {
    left: 45%;
    top: 55%;
  }

  .disc-a {
    left: 39%;
    top: 62%;
  }

  .product-view .clear {
    left: 48%;
    top: 33%;
  }

  .spec-panel,
  .spec-panel.right {
    left: 18px;
    right: auto;
    bottom: 9vh;
    width: calc(100vw - 72px);
  }

  .spec-panel h2 {
    margin-bottom: 14px;
    font-size: 22px;
  }

  .type-block {
    left: 7vw;
    top: 23vh;
    font-size: 59px;
  }

  .side-note {
    right: 12vw;
    top: 65vh;
  }

  .art-one {
    right: 13vw;
    top: 15vh;
  }

  .pink-wrap .pink {
    left: 38%;
    top: 27%;
  }

  .gallery-kicker {
    left: 7vw;
    width: 82vw;
    font-size: 31px;
  }

  .shot-a {
    left: 2%;
    top: 30%;
    width: 39vw;
    height: 33vw;
  }

  .shot-b {
    left: 48%;
    top: 8%;
    width: 36vw;
    height: 42vw;
  }

  .shot-c {
    right: 2%;
    top: 48%;
    width: 44vw;
    height: 33vw;
  }

  .shot-d {
    left: 16%;
    bottom: 6%;
    width: 30vw;
    height: 36vw;
  }

  .shot-e {
    right: 21%;
    bottom: 22%;
    width: 24vw;
    height: 28vw;
  }

  .final-copy {
    left: 7vw;
    top: 14vh;
  }

  .wire-object {
    right: 5vw;
    top: 50vh;
    width: 50vw;
    height: 34vw;
  }

  .final-meta {
    left: 7vw;
    right: auto;
    top: 68vh;
    width: calc(100vw - 56px);
  }

  .rail {
    right: 12px;
  }

  .control {
    right: 14px;
    bottom: 14px;
  }
}

.cover-stack {
  position: absolute;
  inset: 0;
  transform: translate(calc(var(--mx) * 12px), calc(var(--my) * 10px));
}

.cover-img {
  position: absolute;
  display: block;
  width: min(22vw, 280px);
  aspect-ratio: 4 / 5;
  object-fit: contain;
  background: rgba(255, 255, 255, 0.56);
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 8px;
  box-shadow: 0 30px 76px rgba(0, 0, 0, 0.18);
}

.cover-a {
  left: 10vw;
  top: 23vh;
  transform: rotate(-12deg);
  animation: floatA 7s ease-in-out infinite;
}

.cover-b {
  right: 10vw;
  top: 18vh;
  transform: rotate(9deg) scale(0.88);
  animation: floatB 6.4s ease-in-out infinite;
}

.cover-c {
  left: 47vw;
  bottom: 10vh;
  transform: rotate(-4deg) scale(0.76);
  animation: floatC 8s ease-in-out infinite;
}

.cover-d {
  left: 32vw;
  top: 15vh;
  transform: rotate(10deg) scale(0.62);
  animation: floatB 7.2s ease-in-out infinite reverse;
}

.direction-panels {
  position: absolute;
  inset: auto 8vw 12vh;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
}

.direction-panels article,
.feature-card,
.work-wall article {
  position: relative;
  overflow: hidden;
  border-top: 1px solid rgba(0, 0, 0, 0.24);
}

.direction-panels article {
  min-height: 210px;
  padding-top: 18px;
}

.direction-panels span,
.wall-heading span {
  color: #66635d;
  font: 11px/1 Arial, sans-serif;
  text-transform: uppercase;
}

.direction-panels h2 {
  margin: 22px 0 0;
  font: 400 clamp(34px, 4.6vw, 62px) / 0.92 "Arial Narrow", Arial, sans-serif;
  transform: scaleX(0.78);
  transform-origin: left center;
}

.direction-panels p,
.wall-heading p {
  max-width: 380px;
  margin: 20px 0 0;
  font: 13px/1.6 Arial, "Microsoft YaHei", sans-serif;
}

.featured-grid {
  position: absolute;
  inset: 22vh 7vw 8vh;
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(0, 1fr);
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.feature-card {
  display: grid;
  grid-template-columns: minmax(0, 0.46fr) minmax(0, 0.54fr);
  grid-template-rows: minmax(0, 1fr) auto auto;
  min-height: 0;
  padding: 14px;
  align-content: stretch;
  align-items: end;
  column-gap: 18px;
  background: rgba(255, 255, 255, 0.52);
}

.feature-card.large {
  grid-template-columns: 1fr;
  grid-template-rows: minmax(0, 1fr) auto auto auto;
  grid-row: span 2;
}

.feature-card img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: contain;
  filter: saturate(0.96) contrast(1.04);
  background: rgba(0, 0, 0, 0.035);
  grid-column: 1;
  grid-row: 1 / 4;
  align-self: stretch;
}

.feature-card.large img {
  grid-column: 1;
  grid-row: auto;
}

.feature-card::after,
.work-wall article::after {
  display: none;
}

.feature-card h2,
.feature-card p,
.work-wall span {
  position: static;
  z-index: 2;
  color: currentColor;
  text-transform: uppercase;
}

.feature-card h2 {
  grid-column: 2;
  grid-row: 1;
  align-self: end;
  margin: 0;
  font: 400 clamp(20px, 2.1vw, 30px) / 0.95 "Arial Narrow", Arial, sans-serif;
  transform: scaleX(0.82);
  transform-origin: left center;
  min-width: 0;
}

.feature-card p {
  grid-column: 2;
  grid-row: 2;
  margin: 7px 0 0;
  color: #615f58;
  font: 9.5px/1.42 Arial, "Microsoft YaHei", sans-serif;
  letter-spacing: 0.04em;
  min-width: 0;
  white-space: normal;
  overflow-wrap: anywhere;
}

.feature-card p br {
  display: block;
  content: "";
  margin-top: 4px;
}

.film-button {
  grid-column: 2;
  grid-row: 3;
  justify-self: start;
  margin-top: 11px;
  padding: 7px 10px 8px;
  border: 1px solid rgba(0, 0, 0, 0.24);
  border-radius: 999px;
  background: rgba(246, 245, 241, 0.72);
  color: #050505;
  font: 10px/1 Arial, "Microsoft YaHei", sans-serif;
  letter-spacing: 0;
  text-transform: uppercase;
  cursor: pointer;
  transition:
    background 220ms ease,
    border-color 220ms ease,
    transform 220ms ease;
}

.feature-card.large h2,
.feature-card.large p,
.feature-card.large .film-button {
  grid-column: 1;
}

.feature-card.large h2 {
  grid-row: 2;
}

.feature-card.large p {
  grid-row: 3;
}

.feature-card.large .film-button {
  grid-row: 4;
}

.film-button:hover,
.wall-play:hover {
  background: #050505;
  border-color: #050505;
  color: #f8f6ef;
  transform: translateY(-1px);
}

.scene-ip-hero,
.scene-system-dark {
  background: #050505;
  color: #f8f6ef;
}

.scene-ip-hero .featured-grid {
  left: 40vw;
  right: 7vw;
  top: 18vh;
  bottom: 16vh;
}

.scene-ip-hero .feature-card {
  color: #f8f6ef;
  background: rgba(255, 255, 255, 0.07);
  border-top-color: rgba(255, 255, 255, 0.24);
}

.scene-ip-hero .feature-card img {
  background: rgba(255, 255, 255, 0.05);
}

.scene-ip-hero .feature-card p {
  color: rgba(248, 246, 239, 0.72);
}

.scene-ip-hero .film-button {
  border-color: rgba(248, 246, 239, 0.34);
  background: rgba(255, 255, 255, 0.08);
  color: #f8f6ef;
}

.scene-ip-hero .film-button:hover {
  background: #f8f6ef;
  border-color: #f8f6ef;
  color: #050505;
}

.scene-ip-hero .subline {
  bottom: 8vh;
  width: min(660px, 72vw);
  color: #f8f6ef;
  white-space: normal;
}

.wall-heading {
  position: absolute;
  left: 7vw;
  top: 10vh;
  z-index: 5;
  display: grid;
  grid-template-columns: 82px minmax(0, 520px);
  gap: 18px;
  max-width: 680px;
  align-items: start;
}

.heading-index {
  grid-row: span 2;
  color: rgba(0, 0, 0, 0.2);
  font: 400 clamp(52px, 6vw, 80px) / 0.8 "Arial Narrow", Arial, sans-serif;
  transform: scaleX(0.7);
  transform-origin: left center;
}

.work-wall {
  position: absolute;
  left: 7vw;
  right: 7vw;
  bottom: 7vh;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}

.commercial-wall {
  grid-template-rows: repeat(2, 18vh);
}

.ip-wall {
  left: 7vw;
  right: 36vw;
  top: 31vh;
  bottom: 10vh;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-template-rows: repeat(2, minmax(0, 1fr));
}

.ip-wall article {
  border-color: rgba(0, 0, 0, 0.1);
}

.work-wall article {
  min-height: 0;
  display: grid;
  grid-template-rows: minmax(0, 1fr) 28px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.58);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.16);
}

.work-wall img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: rgba(0, 0, 0, 0.035);
  transition: transform 500ms cubic-bezier(0.16, 1, 0.3, 1);
}

.work-wall article:hover img {
  transform: scale(1.05);
}

.work-wall span {
  display: block;
  padding: 8px 9px 0;
  color: #222;
  font: 9px/1 Arial, sans-serif;
  letter-spacing: 0.06em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.wall-play {
  position: absolute;
  right: 8px;
  top: 8px;
  z-index: 3;
  padding: 6px 8px 7px;
  border: 1px solid rgba(0, 0, 0, 0.22);
  border-radius: 999px;
  background: rgba(246, 245, 241, 0.78);
  color: #050505;
  font: 10px/1 Arial, "Microsoft YaHei", sans-serif;
  letter-spacing: 0;
  cursor: pointer;
  backdrop-filter: blur(8px);
  transition:
    background 220ms ease,
    border-color 220ms ease,
    transform 220ms ease;
}

.commercial-featured,
.commercial-wall,
.ip-featured,
.ip-wall,
.direction-panels {
  transition:
    opacity 1050ms cubic-bezier(0.16, 1, 0.3, 1),
    transform 1250ms cubic-bezier(0.16, 1, 0.3, 1);
}

.scene:not(.is-active):not(.is-leaving) .commercial-featured,
.scene:not(.is-active):not(.is-leaving) .commercial-wall,
.scene:not(.is-active):not(.is-leaving) .ip-featured,
.scene:not(.is-active):not(.is-leaving) .ip-wall,
.scene:not(.is-active):not(.is-leaving) .direction-panels {
  opacity: 0;
  transform: translateY(8vh) scale(0.96);
}

.scene.is-leaving .commercial-featured,
.scene.is-leaving .commercial-wall,
.scene.is-leaving .ip-featured,
.scene.is-leaving .ip-wall,
.scene.is-leaving .direction-panels {
  opacity: 0;
  transform: translateY(-8vh) scale(1.03);
}

@media (max-width: 760px) {
  .cover-img {
    width: 150px;
  }

  .cover-a {
    left: 4vw;
    top: 30vh;
  }

  .cover-b {
    right: -7vw;
    top: 18vh;
  }

  .cover-c {
    left: 42vw;
    bottom: 19vh;
  }

  .cover-d {
    left: 28vw;
    top: 16vh;
  }

  .direction-panels {
    inset: auto 24px 9vh;
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .direction-panels article {
    min-height: 150px;
  }

  .direction-panels h2 {
    font-size: 52px;
  }

  .direction-panels p {
    margin-top: 10px;
    font-size: 12px;
  }

  .featured-grid,
  .scene-ip-hero .featured-grid {
    inset: 25vh 24px 8vh;
    grid-template-columns: 1fr;
    grid-template-rows: 1.35fr 1fr 1fr;
    gap: 10px;
  }

  .feature-card.large {
    grid-row: span 1;
  }

  .feature-card,
  .feature-card.large {
    grid-template-columns: 1fr;
    grid-template-rows: minmax(0, 1fr) auto auto auto;
    row-gap: 0;
  }

  .feature-card img,
  .feature-card.large img {
    grid-row: auto;
    width: 100%;
    height: 100%;
  }

  .feature-card h2,
  .feature-card p,
  .feature-card .film-button {
    grid-column: 1;
  }

  .feature-card h2 {
    grid-row: 2;
  }

  .feature-card p {
    grid-row: 3;
  }

  .feature-card .film-button {
    grid-row: 4;
  }

  .feature-card h2 {
    font-size: 22px;
    transform: scaleX(0.86);
  }

  .feature-card p {
    font-size: 10px;
    line-height: 1.3;
    max-width: 100%;
  }

  .film-button {
    margin-top: 8px;
    padding: 7px 9px;
    font-size: 9px;
  }

  .wall-heading {
    left: 24px;
    right: 24px;
    top: 12vh;
  }

.wall-heading p {
    font-size: 12px;
  }

  .work-wall,
  .ip-wall {
    left: 24px;
    right: 24px;
    top: 30vh;
    bottom: 7vh;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: 105px;
    gap: 8px;
  }

  .commercial-wall {
    grid-template-rows: none;
    overflow: hidden;
  }

  .ip-wall {
    top: 28vh;
  }

  .work-wall span {
    font-size: 10px;
  }

  .wall-play {
    right: 7px;
    top: 7px;
    padding: 6px 7px;
    font-size: 9px;
  }

  .scene-ip-hero .subline {
    display: none;
  }
}

.wall-heading .index-num,
.scene-commercial-wall .index-num {
  pointer-events: none;
}

.aigc-site {
  --paper: #f3f1eb;
  --aigc-blue: #8fd8ff;
  --aigc-green: #b6ffca;
  --aigc-pink: #f2b7ce;
  --aigc-ink: #050505;
}

.aigc-stage {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.032) 0 1px, transparent 1px 100%),
    radial-gradient(circle at 44% 40%, rgba(255, 255, 255, 0.98), transparent 46%),
    radial-gradient(circle at 75% 65%, rgba(143, 216, 255, 0.16), transparent 34%),
    var(--paper);
  background-size: 42px 42px, auto, auto, auto;
}

.aigc-title {
  font-size: clamp(58px, 13.2vw, 178px);
}

.aigc-title span:first-child {
  background: linear-gradient(90deg, #050505, #8fd8ff 44%, #050505);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.aigc-orbit {
  position: absolute;
  inset: 0;
  transform: translate(calc(var(--mx) * 12px), calc(var(--my) * 10px));
}

.aigc-frame,
.aigc-thumb,
.case-visual,
.portrait-wall div,
.aigc-object,
.aigc-sphere {
  position: absolute;
  transform-style: preserve-3d;
  will-change: transform;
}

.aigc-frame {
  width: min(22vw, 250px);
  height: min(30vw, 330px);
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 8px;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.16);
  overflow: hidden;
}

.aigc-frame::before,
.aigc-thumb::before,
.portrait-wall div::before {
  position: absolute;
  inset: 0;
  content: "";
  background:
    radial-gradient(circle at 52% 38%, rgba(255, 255, 255, 0.92) 0 13%, transparent 14%),
    linear-gradient(135deg, rgba(143, 216, 255, 0.72), rgba(246, 242, 234, 0.82) 38%, rgba(242, 183, 206, 0.68) 74%),
    repeating-linear-gradient(90deg, transparent 0 14px, rgba(0, 0, 0, 0.035) 15px 16px);
}

.frame-product {
  left: 15vw;
  top: 26vh;
  transform: rotate(-15deg);
  animation: floatA 7s ease-in-out infinite;
}

.frame-fashion {
  right: 16vw;
  top: 18vh;
  transform: rotate(12deg) scale(0.84);
  animation: floatB 6.4s ease-in-out infinite;
}

.frame-motion {
  left: 50vw;
  bottom: 11vh;
  transform: rotate(-3deg) scale(0.72);
  animation: floatC 8s ease-in-out infinite;
}

.aigc-sphere {
  width: min(7vw, 74px);
  aspect-ratio: 1;
  border-radius: 50%;
  background:
    radial-gradient(circle at 34% 28%, #fff, rgba(255, 255, 255, 0.4) 20%, transparent 21%),
    radial-gradient(circle at 58% 62%, var(--aigc-blue), #050505 72%);
  box-shadow: 0 22px 44px rgba(0, 0, 0, 0.22);
}

.sphere-one {
  left: 37vw;
  top: 58vh;
  animation: spinDisc 12s linear infinite;
}

.sphere-two {
  right: 31vw;
  top: 28vh;
  transform: scale(0.62);
  animation: floatB 7.2s ease-in-out infinite;
}

.scene-aigc-hero .subline {
  bottom: 17vh;
  width: min(760px, 84vw);
  color: #151515;
  text-align: center;
  white-space: normal;
}

.subline span,
.direction-panels p span,
.wall-heading p span,
.workflow-grid p span {
  display: block;
}

.subline span + span,
.direction-panels p span + span,
.wall-heading p span + span,
.workflow-grid p span + span {
  margin-top: 6px;
  color: rgba(5, 5, 5, 0.58);
  font-size: 0.88em;
  letter-spacing: 0;
}

.scene-ip-hero .subline span + span,
.scene-system-dark .workflow-grid p span + span {
  color: rgba(248, 246, 239, 0.62);
}

.profile-panel {
  position: absolute;
  right: 8vw;
  bottom: 13vh;
  width: min(480px, 36vw);
}

.profile-panel h2 {
  margin: 0;
  font-size: clamp(70px, 11vw, 150px);
  line-height: 0.86;
  font-weight: 400;
  transform: scaleX(0.64);
  transform-origin: left center;
}

.profile-panel p:not(.eyebrow) {
  max-width: 420px;
  margin: 20px 0 0;
  font: 14px/1.75 Arial, "Microsoft YaHei", sans-serif;
}

.aigc-row .work-card .aigc-thumb,
.motion-row .work-card .aigc-thumb {
  left: 50%;
  top: 20px;
  width: min(21vw, 260px);
  height: min(24vw, 290px);
  border-radius: 7px;
  transform: translateX(-50%);
  overflow: hidden;
  box-shadow: 0 24px 58px rgba(0, 0, 0, 0.18);
}

.thumb-product::before {
  background:
    radial-gradient(circle at 53% 38%, rgba(255, 255, 255, 0.96) 0 13%, transparent 14%),
    linear-gradient(135deg, rgba(182, 255, 202, 0.82), rgba(246, 242, 234, 0.86) 44%, rgba(10, 10, 10, 0.82)),
    repeating-linear-gradient(90deg, transparent 0 18px, rgba(0, 0, 0, 0.04) 19px 20px);
}

.thumb-campaign::before {
  background:
    radial-gradient(circle at 48% 44%, rgba(255, 255, 255, 0.95) 0 16%, transparent 17%),
    linear-gradient(120deg, rgba(143, 216, 255, 0.86), rgba(13, 13, 13, 0.9) 58%, rgba(242, 183, 206, 0.72));
}

.thumb-fashion::before {
  background:
    radial-gradient(ellipse at 52% 32%, rgba(255, 255, 255, 0.95) 0 10%, transparent 11%),
    radial-gradient(ellipse at 50% 60%, rgba(0, 0, 0, 0.78) 0 22%, transparent 23%),
    linear-gradient(145deg, rgba(242, 183, 206, 0.9), rgba(246, 242, 234, 0.9), rgba(5, 5, 5, 0.86));
}

.thumb-shot-a::before,
.thumb-shot-b::before,
.thumb-shot-c::before {
  background:
    linear-gradient(0deg, rgba(0, 0, 0, 0.56), transparent 58%),
    radial-gradient(circle at 30% 42%, rgba(255, 255, 255, 0.94) 0 10%, transparent 11%),
    linear-gradient(120deg, rgba(143, 216, 255, 0.75), rgba(5, 5, 5, 0.78));
}

.thumb-shot-b::before {
  background:
    linear-gradient(90deg, rgba(5, 5, 5, 0.86), transparent),
    radial-gradient(circle at 72% 36%, rgba(255, 255, 255, 0.9) 0 11%, transparent 12%),
    linear-gradient(135deg, rgba(242, 183, 206, 0.86), rgba(143, 216, 255, 0.66));
}

.thumb-shot-c::before {
  background:
    radial-gradient(circle at 50% 48%, rgba(255, 255, 255, 0.95) 0 13%, transparent 14%),
    repeating-linear-gradient(45deg, rgba(255, 255, 255, 0.18) 0 7px, transparent 8px 18px),
    linear-gradient(135deg, rgba(182, 255, 202, 0.86), rgba(5, 5, 5, 0.82));
}

.work-card h2 {
  font-size: clamp(28px, 3.2vw, 48px);
}

.case-visual {
  inset: 0;
}

.object-bottle {
  left: 35vw;
  top: 29vh;
  width: 112px;
  height: 280px;
  border-radius: 48px 48px 12px 12px;
  background:
    radial-gradient(circle at 50% 18%, rgba(255, 255, 255, 0.92) 0 14%, transparent 15%),
    linear-gradient(90deg, rgba(143, 216, 255, 0.5), rgba(255, 255, 255, 0.86), rgba(5, 5, 5, 0.2));
  box-shadow: 0 32px 70px rgba(0, 0, 0, 0.18);
  transform: rotate(-4deg);
}

.object-pack {
  left: 47vw;
  top: 36vh;
  width: 250px;
  height: 160px;
  border-radius: 7px;
  background: linear-gradient(135deg, rgba(242, 183, 206, 0.86), rgba(255, 255, 255, 0.9));
  box-shadow: 0 28px 62px rgba(0, 0, 0, 0.17);
  transform: rotate(12deg);
}

.object-ring {
  left: 43vw;
  top: 54vh;
  width: 78px;
  aspect-ratio: 1;
  border: 15px solid #050505;
  border-radius: 50%;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.2);
}

.scene-fashion-dark,
.scene-system-dark {
  background: #050505;
  color: #f8f6ef;
}

.portrait-wall {
  position: absolute;
  inset: 22vh 8vw 11vh 38vw;
}

.portrait-wall div {
  width: min(20vw, 250px);
  height: min(28vw, 345px);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.5);
}

.portrait-wall div:nth-child(1) {
  left: 0;
  top: 10vh;
  transform: rotate(-8deg);
}

.portrait-wall div:nth-child(2) {
  left: 16vw;
  top: 0;
  transform: rotate(5deg);
}

.portrait-wall div:nth-child(3) {
  right: 0;
  bottom: 0;
  transform: rotate(-2deg);
}

.portrait-wall div::before {
  background:
    radial-gradient(ellipse at 52% 30%, rgba(255, 255, 255, 0.92) 0 10%, transparent 11%),
    radial-gradient(ellipse at 50% 62%, rgba(0, 0, 0, 0.92) 0 24%, transparent 25%),
    linear-gradient(145deg, rgba(143, 216, 255, 0.72), rgba(242, 183, 206, 0.62), rgba(5, 5, 5, 0.92));
}

.scene-fashion-dark .subline {
  bottom: 11vh;
  color: #f8f6ef;
}

.scene-system-dark .gallery-kicker {
  color: #f8f6ef;
}

.personal-tags {
  top: 45vh;
}

.personal-tags span:first-child {
  color: #050505;
  background: var(--aigc-blue);
}

.aigc-site .bridge-caption {
  color: #615f58;
}

@media (max-width: 760px) {
  .aigc-title {
    font-size: 57px;
  }

  .scene-aigc-hero .subline {
    bottom: 16vh;
    font-size: 11px;
  }

  .aigc-frame {
    width: 145px;
    height: 196px;
  }

  .frame-product {
    left: 6vw;
    top: 30vh;
  }

  .frame-fashion {
    right: -3vw;
    top: 18vh;
  }

  .frame-motion {
    left: 41vw;
    bottom: 20vh;
  }

  .profile-panel {
    left: 24px;
    right: 24px;
    bottom: 10vh;
    width: auto;
  }

  .profile-panel h2 {
    font-size: 88px;
  }

  .profile-panel p:not(.eyebrow) {
    font-size: 12px;
  }

  .aigc-row .work-card .aigc-thumb,
  .motion-row .work-card .aigc-thumb {
    left: 58px;
    top: 10px;
    width: 88px;
    height: 104px;
    transform: none;
  }

  .object-bottle {
    left: 17vw;
    top: 31vh;
    width: 78px;
    height: 190px;
  }

  .object-pack {
    left: 42vw;
    top: 39vh;
    width: 150px;
    height: 96px;
  }

  .object-ring {
    left: 40vw;
    top: 59vh;
    width: 56px;
    border-width: 11px;
  }

  .portrait-wall {
    inset: 31vh 24px 18vh 24px;
  }

  .portrait-wall div {
    width: 126px;
    height: 176px;
  }

  .portrait-wall div:nth-child(1) {
    left: 0;
    top: 20vh;
  }

  .portrait-wall div:nth-child(2) {
    left: 31vw;
    top: 2vh;
  }

  .portrait-wall div:nth-child(3) {
    right: 0;
    bottom: 0;
  }

  .personal-tags {
    top: 51vh;
  }
}

.product-site {
  --godox-yellow: #ffd200;
  --godox-charcoal: #080807;
  --paper: #f3f2eb;
}

.godox-stage {
  background:
    linear-gradient(90deg, rgba(255, 210, 0, 0.08) 0 1px, transparent 1px 100%),
    radial-gradient(circle at 52% 42%, rgba(255, 255, 255, 0.98), transparent 48%),
    var(--paper);
  background-size: 42px 42px, auto, auto;
}

.cn {
  font-family: Arial, "Microsoft YaHei", sans-serif;
}

.godox-title {
  font-size: clamp(62px, 14vw, 186px);
}

.godox-title span:first-child {
  color: var(--godox-yellow);
  text-shadow:
    -1px 0 #000,
    0 1px #000,
    1px 0 #000,
    0 -1px #000;
}

.section-title {
  font-size: clamp(42px, 5.8vw, 82px);
  text-align: center;
}

.section-title.left {
  position: absolute;
  left: 6vw;
  top: 12vh;
  text-align: left;
}

.section-title.left span {
  transform-origin: left center;
}

.dark-title {
  position: absolute;
  left: 6vw;
  top: 13vh;
  color: #f7f5ee;
  font-size: clamp(44px, 6vw, 86px);
  text-align: left;
}

.dark-title span {
  transform-origin: left center;
}

.scene-godox-hero .subline {
  bottom: 18vh;
  width: min(680px, 84vw);
  text-align: center;
  white-space: normal;
}

.product-orbit {
  position: absolute;
  inset: 0;
  transform:
    translate(calc(var(--mx) * 12px), calc(var(--my) * 10px));
}

.device {
  position: absolute;
  transform-style: preserve-3d;
  will-change: transform;
}

.trigger-model {
  width: 132px;
  height: 108px;
  border: 1px solid rgba(0, 0, 0, 0.32);
  border-radius: 18px;
  background:
    linear-gradient(140deg, #2a2a27, #050505 52%, #393933),
    radial-gradient(circle at 30% 18%, rgba(255, 255, 255, 0.2), transparent 20%);
  box-shadow: 0 26px 52px rgba(0, 0, 0, 0.24);
}

.trigger-model .screen {
  position: absolute;
  left: 18px;
  top: 18px;
  display: grid;
  width: 70px;
  height: 48px;
  place-items: center;
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 210, 0, 0.92), rgba(255, 238, 120, 0.94));
  color: #090909;
  font: 700 24px/1 Arial, sans-serif;
}

.trigger-model .hotshoe {
  position: absolute;
  left: 35px;
  bottom: -23px;
  width: 62px;
  height: 24px;
  border-radius: 0 0 8px 8px;
  background: #151515;
  border: 1px solid rgba(0, 0, 0, 0.46);
}

.trigger-model .dial {
  position: absolute;
  right: 16px;
  top: 26px;
  width: 22px;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 3px solid rgba(255, 255, 255, 0.5);
}

.speedlight-model {
  width: 126px;
  height: 210px;
}

.round-head {
  position: absolute;
  left: 8px;
  top: 0;
  width: 108px;
  aspect-ratio: 1;
  border-radius: 50%;
  background:
    radial-gradient(circle at 48% 48%, rgba(255, 255, 255, 0.92) 0 32%, rgba(255, 210, 0, 0.72) 33% 42%, #111 43% 100%);
  box-shadow: 0 20px 44px rgba(0, 0, 0, 0.28);
}

.flash-body {
  position: absolute;
  left: 25px;
  bottom: 0;
  display: grid;
  width: 76px;
  height: 116px;
  place-items: center;
  border-radius: 14px 14px 10px 10px;
  background: linear-gradient(90deg, #31312c, #050505 46%, #262620);
  color: var(--godox-yellow);
  font: 700 12px/1 Arial, sans-serif;
  box-shadow: 0 20px 44px rgba(0, 0, 0, 0.26);
}

.pocket-flash-model {
  width: 270px;
  height: 118px;
  border-radius: 22px;
  background: linear-gradient(105deg, #2d2d28, #070706 54%, #3d3c34);
  box-shadow: 0 24px 54px rgba(0, 0, 0, 0.25);
}

.pocket-flash-model .tube-head {
  position: absolute;
  left: -34px;
  top: 26px;
  width: 74px;
  height: 66px;
  border-radius: 40px;
  background:
    radial-gradient(circle, rgba(255, 255, 255, 0.9) 0 28%, var(--godox-yellow) 29% 40%, #121212 41%);
}

.pocket-flash-model .battery {
  position: absolute;
  right: 18px;
  top: 22px;
  width: 64px;
  height: 74px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: linear-gradient(180deg, #3a3933, #111);
}

.pocket-flash-model .status {
  position: absolute;
  left: 92px;
  top: 45px;
  color: var(--godox-yellow);
  font: 700 22px/1 Arial, sans-serif;
}

.strobe-model {
  width: 300px;
  height: 210px;
}

.strobe-model::before {
  position: absolute;
  right: 18px;
  top: 46px;
  width: 165px;
  height: 108px;
  content: "";
  border-radius: 28px;
  background: linear-gradient(110deg, #3a3934, #070706 58%, #303029);
  box-shadow: 0 30px 62px rgba(0, 0, 0, 0.34);
}

.strobe-model .reflector {
  position: absolute;
  left: 0;
  top: 36px;
  width: 138px;
  height: 126px;
  clip-path: polygon(0 22%, 100% 0, 100% 100%, 0 78%);
  background:
    radial-gradient(circle at 62% 50%, rgba(255, 255, 255, 0.95) 0 22%, transparent 23%),
    linear-gradient(90deg, #f2efe5, #b9b6aa);
}

.strobe-model .handle {
  position: absolute;
  right: 47px;
  top: 22px;
  width: 82px;
  height: 26px;
  border: 7px solid #111;
  border-bottom: 0;
  border-radius: 20px 20px 0 0;
}

.strobe-model .mount {
  position: absolute;
  right: 74px;
  bottom: 24px;
  width: 74px;
  height: 14px;
  border-radius: 10px;
  background: var(--godox-yellow);
}

.cob-model,
.mini-cob-model {
  width: 190px;
  height: 230px;
}

.cob-model::before,
.mini-cob-model::before {
  position: absolute;
  left: 36px;
  top: 34px;
  width: 118px;
  height: 136px;
  content: "";
  border-radius: 18px;
  background: linear-gradient(110deg, #3b3a35, #0b0b0a 56%, #2b2a25);
  box-shadow: 0 26px 54px rgba(0, 0, 0, 0.28);
}

.mini-cob-model {
  width: 148px;
  height: 186px;
}

.mini-cob-model::before {
  left: 32px;
  width: 84px;
  height: 98px;
}

.lens {
  position: absolute;
  left: 62px;
  top: 62px;
  width: 66px;
  aspect-ratio: 1;
  z-index: 2;
  border-radius: 50%;
  background:
    radial-gradient(circle, #fff7c5 0 28%, var(--godox-yellow) 29% 42%, #0f0f0d 43%);
}

.mini-cob-model .lens {
  left: 51px;
  top: 54px;
  width: 46px;
}

.yoke {
  position: absolute;
  left: 22px;
  top: 18px;
  width: 146px;
  height: 176px;
  border: 9px solid #141412;
  border-top: 0;
  border-radius: 0 0 42px 42px;
}

.mini-cob-model .handle {
  position: absolute;
  left: 56px;
  bottom: 22px;
  width: 35px;
  height: 68px;
  border-radius: 18px;
  background: #111;
}

.rgb-panel-model {
  width: 210px;
  height: 170px;
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(255, 35, 96, 0.8), rgba(255, 210, 0, 0.84) 35%, rgba(0, 191, 255, 0.8) 72%),
    #111;
  box-shadow: 0 25px 56px rgba(0, 0, 0, 0.28);
}

.rgb-panel-model .matrix {
  position: absolute;
  inset: 18px;
  border-radius: 10px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.17) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255, 255, 255, 0.18) 1px, transparent 1px);
  background-size: 16px 16px;
}

.rgb-panel-model .vents {
  position: absolute;
  right: -18px;
  top: 42px;
  width: 18px;
  height: 84px;
  border-radius: 0 8px 8px 0;
  background: repeating-linear-gradient(0deg, #111 0 6px, #333 7px 9px);
}

.hero-trigger {
  left: 18vw;
  top: 34vh;
  transform: rotate(-18deg) scale(1.2);
  animation: floatA 7s ease-in-out infinite;
}

.hero-speedlight {
  right: 19vw;
  top: 20vh;
  transform: rotate(13deg) scale(0.88);
  animation: floatB 6s ease-in-out infinite;
}

.hero-cob {
  left: 47vw;
  bottom: 11vh;
  transform: rotate(-4deg) scale(0.82);
  animation: floatC 7.8s ease-in-out infinite;
}

.focus-product {
  position: absolute;
  inset: 18vh 7vw 10vh;
  display: grid;
  grid-template-columns: minmax(360px, 1fr) minmax(300px, 420px);
  align-items: center;
  gap: 6vw;
}

.trigger-model.large {
  position: relative;
  width: min(36vw, 390px);
  height: min(29vw, 300px);
  border-radius: 38px;
  justify-self: center;
  transform: rotate(-6deg);
}

.trigger-model.large .screen {
  left: 13%;
  top: 16%;
  width: 52%;
  height: 45%;
  font-size: clamp(42px, 6vw, 82px);
  border-radius: 20px;
}

.trigger-model.large .dial {
  right: 12%;
  top: 24%;
  width: 13%;
}

.trigger-model.large .hotshoe {
  left: 34%;
  bottom: -34px;
  width: 30%;
  height: 35px;
}

.product-copy {
  align-self: end;
}

.eyebrow {
  margin: 0 0 12px;
  color: #77746c;
  font: 11px/1 Arial, sans-serif;
  text-transform: uppercase;
}

.product-copy h2,
.product-card h2,
.workflow-grid h2 {
  margin: 0;
  text-transform: uppercase;
  font-weight: 400;
}

.product-copy h2 {
  font-size: clamp(34px, 5vw, 70px);
  line-height: 0.9;
  transform: scaleX(0.72);
  transform-origin: left center;
}

.product-copy p:not(.eyebrow) {
  max-width: 380px;
  margin: 20px 0 0;
  font: 14px/1.65 Arial, "Microsoft YaHei", sans-serif;
}

.spec-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 24px;
}

.spec-strip span,
.kit-map span {
  padding: 8px 11px;
  border: 1px solid rgba(0, 0, 0, 0.22);
  border-radius: 999px;
  font: 11px/1 Arial, sans-serif;
  text-transform: uppercase;
}

.product-row {
  position: absolute;
  left: 7vw;
  right: 7vw;
  bottom: 10vh;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.product-card {
  position: relative;
  min-height: 390px;
  padding: 22px;
  border-top: 1px solid rgba(0, 0, 0, 0.22);
}

.product-card .device {
  left: 50%;
  top: 24px;
  transform: translateX(-50%) scale(0.84);
}

.product-card h2 {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 82px;
  font-size: clamp(28px, 3.6vw, 52px);
  line-height: 0.9;
  transform: scaleX(0.72);
  transform-origin: left center;
}

.product-card p {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 20px;
  margin: 0;
  font: 13px/1.5 Arial, "Microsoft YaHei", sans-serif;
}

.hero-pocket {
  left: 29vw;
  top: 38vh;
  transform: rotate(-7deg) scale(1.28);
  animation: productHover 5.5s ease-in-out infinite;
}

.product-spec {
  width: min(310px, 28vw);
}

.scene-strobe-dark,
.scene-workflow {
  background: #050505;
  color: #f8f6ef;
}

.scene-strobe-dark .subline {
  bottom: 12vh;
  color: #f8f6ef;
}

.hero-strobe {
  right: 10vw;
  top: 31vh;
  transform: scale(1.24) rotate(-3deg);
}

.continuous-row {
  bottom: 8vh;
}

.product-card.compact {
  min-height: 350px;
}

.product-card.compact .device {
  transform: translateX(-50%) scale(0.8);
}

.workflow-grid {
  position: absolute;
  inset: 28vh 7vw 14vh;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.workflow-grid article {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  padding-top: 18px;
}

.workflow-grid span {
  color: var(--godox-yellow);
  font: 12px/1 Arial, sans-serif;
}

.workflow-grid h2 {
  margin-top: 18px;
  font-size: clamp(30px, 4vw, 58px);
  line-height: 0.9;
  transform: scaleX(0.72);
  transform-origin: left center;
}

.workflow-grid p {
  max-width: 300px;
  margin: 26px 0 0;
  font: 14px/1.65 Arial, "Microsoft YaHei", sans-serif;
}

.kit-map {
  position: absolute;
  right: 28vw;
  top: 34vh;
  display: flex;
  width: min(420px, 38vw);
  flex-wrap: wrap;
  gap: 10px;
}

.kit-map span:nth-child(1) {
  background: var(--godox-yellow);
}

.scene-control .section-title {
  position: absolute;
  left: 7vw;
  top: 9vh;
  text-align: left;
}

.scene-control .section-title span {
  transform-origin: left center;
}

.scene:not(.is-active):not(.is-leaving) .product-card,
.scene:not(.is-active):not(.is-leaving) .focus-product,
.scene:not(.is-active):not(.is-leaving) .workflow-grid,
.scene:not(.is-active):not(.is-leaving) .kit-map {
  opacity: 0;
  transform: translateY(8vh) scale(0.96);
}

.scene.is-leaving .product-card,
.scene.is-leaving .focus-product,
.scene.is-leaving .workflow-grid,
.scene.is-leaving .kit-map {
  opacity: 0;
  transform: translateY(-8vh) scale(1.03);
  transition:
    opacity 720ms ease,
    transform 1100ms cubic-bezier(0.16, 1, 0.3, 1);
}

.product-card,
.focus-product,
.workflow-grid,
.kit-map {
  transition:
    opacity 1050ms cubic-bezier(0.16, 1, 0.3, 1),
    transform 1250ms cubic-bezier(0.16, 1, 0.3, 1);
}

@media (max-width: 760px) {
  .godox-title {
    font-size: 60px;
  }

  .section-title,
  .dark-title {
    font-size: 58px;
  }

  .scene-godox-hero .subline {
    bottom: 17vh;
    font-size: 11px;
  }

  .hero-trigger {
    left: 5vw;
    top: 28vh;
    transform: rotate(-18deg) scale(0.82);
  }

  .hero-speedlight {
    right: 1vw;
    top: 18vh;
    transform: rotate(14deg) scale(0.56);
  }

  .hero-cob {
    left: 41vw;
    bottom: 18vh;
    transform: rotate(-4deg) scale(0.54);
  }

  .focus-product {
    inset: 22vh 24px 10vh;
    display: block;
  }

  .trigger-model.large {
    width: 260px;
    height: 205px;
    margin: 6vh auto 0;
  }

  .product-copy {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 2vh;
  }

  .product-copy h2 {
    font-size: 42px;
  }

  .product-copy p:not(.eyebrow) {
    font-size: 12px;
  }

  .product-row,
  .workflow-grid {
    left: 24px;
    right: 24px;
    bottom: 7vh;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .product-card {
    min-height: 148px;
    padding: 12px 12px 12px 132px;
  }

  .product-card .device {
    left: 58px;
    top: 5px;
    transform: translateX(-50%) scale(0.4);
  }

  .product-card.compact .device {
    transform: translateX(-50%) scale(0.38);
  }

  .product-card h2 {
    position: static;
    font-size: 31px;
    margin-top: 4px;
  }

  .product-card p {
    position: static;
    margin-top: 10px;
    font-size: 10.5px;
    width: calc(100vw - 230px);
    max-width: 168px;
    line-height: 1.45;
    white-space: normal;
    word-break: break-all;
    overflow-wrap: anywhere;
  }

  .hero-pocket {
    left: 21vw;
    top: 32vh;
    transform: rotate(-7deg) scale(0.76);
  }

  .product-spec {
    width: calc(100vw - 48px);
  }

  .hero-strobe {
    right: -16vw;
    top: 36vh;
    transform: scale(0.78) rotate(-3deg);
  }

  .continuous-row {
    bottom: 5vh;
  }

  .product-card.compact {
    min-height: 140px;
  }

  .workflow-grid {
    inset: 25vh 24px 9vh;
  }

  .workflow-grid article {
    padding-top: 10px;
  }

  .workflow-grid h2 {
    margin-top: 10px;
    font-size: 32px;
  }

  .workflow-grid p {
    margin-top: 8px;
    font-size: 12px;
  }

  .kit-map {
    left: 7vw;
    right: auto;
    top: 48vh;
    width: 82vw;
  }

  .spec-strip span,
  .kit-map span {
    padding: 7px 9px;
    font-size: 10px;
  }
}

@media (max-width: 760px) {
  html,
  body,
  .stage,
  .scene {
    max-width: 100vw;
    overflow-x: hidden;
  }

  body {
    --mobile-content-width: min(calc(100vw - 48px), 342px);
  }

  .scene-profile .section-title {
    position: absolute;
    left: 24px;
    top: 17vh;
    text-align: left;
    font-size: clamp(42px, 14vw, 58px);
    line-height: 0.86;
  }

  .scene-profile .section-title span {
    transform-origin: left center;
  }

  .scene-profile .index-num {
    left: 24px;
    top: 29vh;
    font-size: 30px;
    color: rgba(0, 0, 0, 0.66);
  }

  .direction-panels {
    inset: 42vh 24px auto;
    width: var(--mobile-content-width);
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .direction-panels article {
    min-height: 0;
    padding-top: 14px;
  }

  .direction-panels h2 {
    margin-top: 14px;
    font-size: clamp(40px, 13vw, 52px);
    line-height: 0.92;
    transform: scaleX(0.82);
  }

  .direction-panels p {
    max-width: 100%;
    width: min(100%, 312px);
    margin-top: 12px;
    font-size: 11px;
    line-height: 1.45;
  }

  .featured-grid,
  .scene-ip-hero .featured-grid {
    inset: 23vh 24px 7vh;
    width: var(--mobile-content-width);
    grid-template-columns: 1fr;
    grid-template-rows: repeat(3, minmax(0, 1fr));
    gap: 12px;
  }

  .feature-card,
  .feature-card.large {
    grid-template-columns: minmax(0, 0.42fr) minmax(0, 0.58fr);
    grid-template-rows: auto auto auto;
    align-items: center;
    column-gap: 14px;
    padding: 12px;
  }

  .feature-card img,
  .feature-card.large img {
    grid-column: 1;
    grid-row: 1 / 4;
    width: 100%;
    height: auto;
    max-height: 100%;
    aspect-ratio: 0.78;
    object-fit: contain;
    align-self: center;
  }

  .feature-card h2,
  .feature-card.large h2 {
    grid-column: 2;
    grid-row: 1;
    align-self: end;
    font-size: clamp(24px, 7.2vw, 34px);
    line-height: 0.98;
    transform: scaleX(0.86);
  }

  .feature-card p,
  .feature-card.large p {
    grid-column: 2;
    grid-row: 2;
    align-self: start;
    margin-top: 8px;
    font-size: 10px;
    line-height: 1.35;
    letter-spacing: 0;
  }

  .feature-card .film-button,
  .feature-card.large .film-button {
    grid-column: 2;
    grid-row: 3;
    align-self: end;
    margin-top: 10px;
  }

  .scene-commercial-hero .section-title.left,
  .scene-ip-wall .section-title.left {
    top: 12vh;
    left: 24px;
    font-size: clamp(52px, 16vw, 68px);
    line-height: 0.88;
  }

  .scene-commercial-wall .wall-heading {
    top: 10vh;
  }

  .work-wall,
  .ip-wall {
    left: 24px;
    right: 24px;
    width: var(--mobile-content-width);
    top: 27vh;
    bottom: 7vh;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: minmax(138px, 1fr);
    gap: 10px;
    overflow: hidden;
  }

  .commercial-wall {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .ip-wall {
    right: 24px;
    top: 28vh;
    bottom: 10vh;
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .work-wall article {
    grid-template-rows: minmax(0, 1fr) 34px;
    border-radius: 6px;
  }

  .work-wall img {
    padding: 0;
    object-fit: contain;
  }

  .work-wall span {
    padding: 10px 10px 0;
    font-size: 9px;
    line-height: 1;
  }

  .wall-play {
    right: 8px;
    top: 8px;
    padding: 7px 9px;
    font-size: 10px;
  }

  .scene-ip-wall .product-spec {
    display: none;
  }

  .scene-ip-wall .section-title.left {
    top: 10vh;
  }

  .direction-panels,
  .featured-grid,
  .work-wall,
  .ip-wall {
    width: var(--mobile-content-width);
    max-width: var(--mobile-content-width);
    min-width: 0;
  }

  .direction-panels h2,
  .direction-panels p,
  .direction-panels p span,
  .feature-card,
  .feature-card h2,
  .feature-card p,
  .feature-card p span,
  .feature-card .film-button,
  .work-wall article,
  .work-wall span {
    min-width: 0;
    max-width: 100%;
    white-space: normal;
    overflow-wrap: anywhere;
  }

  .direction-panels h2 {
    transform: none;
    font-size: clamp(42px, 12vw, 50px);
  }

  .direction-panels p {
    padding-right: 0;
  }

  .feature-card,
  .feature-card.large {
    grid-template-columns: minmax(92px, 0.43fr) minmax(0, 0.57fr);
    column-gap: 12px;
    overflow: hidden;
  }

  .feature-card h2,
  .feature-card.large h2 {
    font-size: clamp(22px, 6.2vw, 28px);
    line-height: 1.02;
    transform: none;
  }

  .feature-card p,
  .feature-card.large p {
    display: block;
    overflow: visible;
    -webkit-line-clamp: unset;
    -webkit-box-orient: initial;
    font-size: 9px;
  }

  .feature-card .film-button,
  .feature-card.large .film-button {
    justify-self: start;
    padding: 7px 11px;
    font-size: 9px;
  }

  .scene-ip-wall .work-wall,
  .scene-ip-wall .ip-wall {
    left: 24px;
    right: 24px;
    width: var(--mobile-content-width);
    max-width: var(--mobile-content-width);
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    overflow: hidden;
  }

  .scene-ip-wall .work-wall article,
  .scene-ip-wall .ip-wall article {
    overflow: hidden;
  }

  .scene-ip-wall .work-wall img,
  .scene-ip-wall .ip-wall img {
    width: 100%;
    max-width: 100%;
    object-fit: contain;
  }

  .direction-panels p span,
  .feature-card p,
  .feature-card p span,
  .wall-heading p span {
    display: block;
    width: 100%;
    max-width: 100%;
    font-family: Arial, "Microsoft YaHei", sans-serif;
    line-height: 1.35;
    white-space: normal !important;
    word-break: break-word;
    overflow-wrap: anywhere;
  }

  .direction-panels p span {
    font-size: 10px;
  }

  .feature-card,
  .feature-card.large {
    min-height: 0;
    width: 100%;
    max-width: 100%;
  }

  .feature-card h2,
  .feature-card.large h2 {
    font-size: clamp(20px, 5.6vw, 25px);
    display: block;
    width: 100%;
    white-space: normal !important;
    word-break: break-word;
    overflow-wrap: anywhere;
  }

  .featured-grid {
    left: 24px !important;
    right: 24px !important;
    width: var(--mobile-content-width) !important;
    max-width: var(--mobile-content-width) !important;
  }

  .work-wall,
  .ip-wall {
    left: 24px !important;
    right: 24px !important;
    width: var(--mobile-content-width) !important;
    max-width: var(--mobile-content-width) !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .work-wall article,
  .ip-wall article {
    width: auto !important;
    max-width: 100% !important;
    min-width: 0 !important;
  }

  .work-wall img,
  .ip-wall img {
    width: 100% !important;
    max-width: 100% !important;
  }
}
