:root {
  --bg: #000;
  --surface: #151515;
  --surface-2: #1e1e1e;
  --fg: #f2f0e8;
  --muted: #8d8d93;
  --border: rgb(255 255 255 / .12);
  --lime: #9cff3f;
  --pink: #ffb8df;
  --cyan: #66ddff;
  --yellow: #ffe878;
  --font-display: "Arial Narrow", "Aptos Display", "Microsoft YaHei", sans-serif;
  --font-body: "Aptos", "Microsoft YaHei", system-ui, sans-serif;
  --font-mono: "Cascadia Code", Consolas, monospace;
  --container: min(1360px, calc(100vw - 64px));
  --ease: cubic-bezier(.22, 1, .36, 1);
}

* { box-sizing: border-box; }
html,
body {
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
html::-webkit-scrollbar,
body::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}
body {
  margin: 0;
  min-width: 320px;
  overflow-x: clip;
  background: var(--bg);
  color: var(--fg);
  font-family: var(--font-body);
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
.container { width: var(--container); margin-inline: auto; }
.lime { color: var(--lime); }
.pink { color: var(--pink); }
.cyan { color: var(--cyan); }
.muted { color: var(--muted); }
.eyebrow {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 80;
  height: 56px;
  background: transparent;
  backdrop-filter: none;
}
.header-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(1280px, calc(100% - 48px));
  height: 100%;
  margin: auto;
}
.brand {
  display: grid;
  place-items: center;
  min-width: 118px;
  height: 34px;
  padding: 0 18px;
  border: 1px solid rgb(255 255 255 / .14);
  border-radius: 999px;
  background: linear-gradient(180deg, #c8ff44, #8cff19);
  color: #000;
  font: 900 15px/1 var(--font-display);
  letter-spacing: -.04em;
  box-shadow: 0 0 34px rgb(156 255 63 / .38);
}
.nav {
  position: absolute;
  left: 50%;
  display: flex;
  align-items: center;
  gap: clamp(38px, 5vw, 76px);
  height: 42px;
  min-width: min(650px, 52vw);
  justify-content: center;
  border: 1px solid rgb(255 255 255 / .1);
  border-radius: 999px;
  background: linear-gradient(180deg, rgb(255 255 255 / .12), rgb(255 255 255 / .045));
  box-shadow: inset 0 1px 0 rgb(255 255 255 / .1), 0 16px 44px rgb(0 0 0 / .32);
  backdrop-filter: blur(18px);
  transform: translateX(-50%);
}
.nav a {
  color: rgb(242 240 232 / .56);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .06em;
  transition: color .25s;
}
.nav a:hover, .nav a[aria-current="page"] { color: var(--lime); }
.explore {
  border-radius: 999px;
  min-height: 34px;
  padding: 8px 22px;
  border: 1px solid rgb(255 255 255 / .18);
  background: rgb(242 240 232 / .94);
  color: #000;
  font-size: 13px;
  font-weight: 600;
}

.hero {
  --hero-x: 0;
  --hero-y: 0;
  --hero-scroll: 0;
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  background: #000;
  isolation: isolate;
}
.video-open {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  isolation: isolate;
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 50% -10%, rgb(156 255 63 / .22), transparent 21%),
    radial-gradient(circle at 14% 40%, rgb(255 73 51 / .14), transparent 18%),
    radial-gradient(circle at 84% 48%, rgb(36 86 242 / .16), transparent 20%),
    #000;
}
.video-open-media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .98;
  filter: saturate(1.1) contrast(1.04);
}
.video-open-shade {
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    radial-gradient(circle at 50% 47%, rgb(255 255 255 / .035), transparent 17%),
    radial-gradient(circle at 50% 50%, rgb(0 0 0 / 0), rgb(0 0 0 / .46) 63%, #000 100%),
    linear-gradient(180deg, rgb(0 0 0 / .1), rgb(0 0 0 / .74));
  pointer-events: none;
}
.video-open-orbit {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
}
.open-card {
  position: absolute;
  left: var(--x);
  top: var(--y);
  width: clamp(118px, 12vw, 214px);
  aspect-ratio: 1;
  border-radius: clamp(22px, 2vw, 34px);
  display: grid;
  place-items: end;
  padding: clamp(12px, 1.3vw, 22px);
  color: #050505;
  font: 900 clamp(22px, 2.4vw, 42px)/1 var(--font-display);
  letter-spacing: -.04em;
  transform: rotate(var(--r));
  box-shadow: 0 34px 90px rgb(0 0 0 / .48);
  animation: openFloat 6.6s var(--ease) infinite both;
  animation-delay: var(--d);
}
.open-card--pink { background: #ffaddc; }
.open-card--green { background: #93ff32; }
.open-card--red {
  place-items: center;
  background: #ff4933;
  font-size: clamp(68px, 8vw, 132px);
  letter-spacing: -.08em;
}
.open-card--blue {
  place-items: center;
  background: #2456f2;
}
.open-card--pill::after {
  content: "";
  width: 34%;
  height: 54%;
  border-radius: 999px;
  background: #efeee7;
  transform: rotate(-14deg);
}
.open-card--ring::after {
  content: "";
  width: 68%;
  aspect-ratio: 1;
  border: clamp(9px, .95vw, 16px) solid #ffe168;
  border-radius: 50%;
}
.video-open-copy {
  position: relative;
  z-index: 4;
  display: grid;
  justify-items: center;
  text-align: center;
  transform: translateY(-4vh);
}
.video-open-copy .eyebrow {
  color: rgb(242 240 232 / .62);
}
.video-open-copy h1 {
  margin: 28px 0 0;
  display: grid;
  gap: 10px;
  color: var(--fg);
  font-family: var(--font-display);
  line-height: .72;
  letter-spacing: -.075em;
  text-transform: uppercase;
}
.video-open-copy h1 span {
  font-size: clamp(84px, 10vw, 172px);
}
.video-open-copy h1 strong {
  color: rgb(242 240 232 / .62);
  font-size: clamp(64px, 7.7vw, 138px);
  font-weight: 800;
}
.video-open-copy p {
  margin: 20px 0 0;
  color: rgb(242 240 232 / .64);
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: .16em;
}
.video-open-next {
  position: absolute;
  z-index: 5;
  left: 50%;
  bottom: 38px;
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgb(255 255 255 / .18);
  border-radius: 999px;
  padding: 0 18px;
  color: rgb(242 240 232 / .8);
  background: rgb(0 0 0 / .28);
  backdrop-filter: blur(16px);
  font-size: 13px;
  box-shadow: 0 12px 34px rgb(0 0 0 / .32);
  transform: translateX(-50%);
  transition: color .25s ease, border-color .25s ease, transform .25s ease;
}
.video-open-next:hover {
  color: var(--lime);
  border-color: rgb(156 255 63 / .5);
  transform: translate(-50%, -2px);
}
@keyframes openFloat {
  0%, 100% { translate: 0 0; }
  50% { translate: 0 -18px; }
}
.hero-wall-scene {
  display: grid;
  place-items: start center;
  perspective: 1500px;
}
.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 7;
  pointer-events: none;
  background:
    radial-gradient(ellipse at 50% 42%, rgb(0 0 0 / 0) 0 52%, rgb(0 0 0 / .28) 76%, rgb(0 0 0 / .78) 100%),
    linear-gradient(90deg, rgb(0 0 0 / .72), rgb(0 0 0 / 0) 22%, rgb(0 0 0 / 0) 78%, rgb(0 0 0 / .72)),
    linear-gradient(180deg, rgb(0 0 0 / .06), rgb(0 0 0 / .28));
}
.hero-stage {
  position: relative;
  z-index: 2;
  width: min(1600px, 94vw);
  padding: 72px 0 84px;
  transform:
    translate3d(calc(var(--hero-x) * -18px), calc(var(--hero-y) * -10px - var(--hero-scroll) * 36px), 0)
    rotateX(calc(var(--hero-y) * 1.6deg))
    rotateY(calc(var(--hero-x) * -3deg))
    scale(calc(1 - var(--hero-scroll) * .03));
  transform-style: preserve-3d;
  transition: transform 120ms linear, filter 180ms ease;
  filter: brightness(calc(1 - var(--hero-scroll) * .18));
}
.hero-wall {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(10, minmax(0, 1fr));
  gap: clamp(10px, 1vw, 18px);
  width: 100%;
  transform: translateZ(80px);
  transform-style: preserve-3d;
}
.hero-card,
.hero-side-card {
  min-width: 0;
  min-height: 0;
  display: block;
  overflow: hidden;
  border-radius: 22px;
  background: #18181b;
  box-shadow: 0 30px 80px rgb(0 0 0 / .46);
  opacity: 1;
  transform:
    translate3d(0, 0, 0)
    rotate(var(--r, 0deg))
    scale(1);
  animation: heroCardIn 680ms var(--ease) both;
  animation-delay: var(--delay, 0ms);
  transition:
    transform .5s var(--ease),
    filter .5s var(--ease),
    box-shadow .5s var(--ease);
  will-change: transform, opacity, filter;
}
.hero-card {
  position: relative;
  grid-column: span 2;
  aspect-ratio: 1;
}
.hero-side-card { position: relative; }
.hero-card--wide { grid-column: span 3; aspect-ratio: 1.28; }
.hero-card--tall { grid-column: span 2; aspect-ratio: .88; }
.hero-card--short { grid-column: span 2; aspect-ratio: 1.08; }
.hero-card--square { grid-column: span 2; aspect-ratio: 1; }
.hero-card--frame {
  background: #0a160c;
}
.hero-card:hover,
.hero-card:focus-visible {
  z-index: 12;
  transform:
    translate3d(calc(var(--hero-x) * 6px), -14px, 120px)
    rotate(0deg)
    scale(1.03);
  filter: saturate(1.12) brightness(1.08);
  box-shadow: 0 44px 110px rgb(0 0 0 / .64);
}
.hero-card .work-visual,
.hero-side-card .work-visual {
  position: absolute;
  inset: 0;
  transition: transform .7s var(--ease), filter .7s var(--ease);
}
.hero-card:hover .work-visual,
.hero-card:focus-visible .work-visual {
  transform: scale(1.025);
}
.hero-meta {
  position: relative;
  z-index: 4;
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 30px;
  color: #d7d7d7;
  font-size: 12px;
  line-height: 1.2;
}
.hero-scroll-cue {
  position: absolute;
  z-index: 9;
  left: 50%;
  bottom: 26px;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border: 1px solid rgb(255 255 255 / .12);
  border-radius: 50%;
  background: rgb(0 0 0 / .22);
  backdrop-filter: blur(10px);
  transform: translateX(-50%);
}
.hero-scroll-cue span {
  width: 6px;
  height: 12px;
  border-radius: 99px;
  background: #fff;
  animation: cueDrop 1.5s ease-in-out infinite;
}
@keyframes heroCardIn {
  from {
  opacity: 0;
  transform:
      translate3d(0, 34px, 0)
      rotate(var(--r, 0deg))
      scale(.96);
  }
}
@keyframes cueDrop {
  0%, 100% { transform: translateY(-4px); opacity: .42; }
  50% { transform: translateY(4px); opacity: 1; }
}
.hero-art { position: absolute; inset: 0; overflow: hidden; }
.hero-art--one { background: #d6ff37; }
.hero-art--one::before {
  content: "";
  position: absolute;
  width: 44vw;
  aspect-ratio: 1;
  left: 8vw;
  top: 10vh;
  border-radius: 50%;
  background: #111;
  box-shadow: 42vw 12vh 0 #ff89cb;
}
.hero-product {
  position: absolute;
  left: 50%;
  top: 50%;
  width: min(28vw, 400px);
  height: min(62vh, 640px);
  transform: translate(-50%, -45%) rotate(7deg);
  border-radius: 42px;
  background: #f6f2e9;
  box-shadow: 0 60px 100px rgb(0 0 0 / .38);
}
/* Video-reference first screen: cloud-film background, capsule nav, and bottom work rail. */
.site-header {
  top: 0;
  height: 54px;
  background: transparent;
  backdrop-filter: none;
}

.header-inner {
  width: min(960px, calc(100% - 44px));
  height: 38px;
  margin-top: 2px;
  padding: 0 8px 0 0;
  border: 1px solid rgb(255 255 255 / .08);
  border-radius: 999px;
  background: linear-gradient(180deg, rgb(16 20 18 / .58), rgb(8 10 9 / .4));
  box-shadow: inset 0 1px 0 rgb(255 255 255 / .11), 0 14px 45px rgb(0 0 0 / .38);
  backdrop-filter: blur(18px);
}

.brand {
  width: auto;
  min-width: 112px;
  height: 38px;
  display: inline-flex;
  gap: 8px;
  padding: 0 18px 0 13px;
  border-radius: 999px;
  background: linear-gradient(180deg, #d1ff31, #96ef21);
  color: #0c1607;
  font: 900 15px/1 var(--font-display);
  letter-spacing: -.02em;
  box-shadow: 0 0 22px rgb(170 255 43 / .42), inset 0 1px 0 rgb(255 255 255 / .44);
}

.brand span {
  display: grid;
  place-items: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #071006;
  color: #baff2c;
  font: 900 10px/1 var(--font-display);
}

.nav {
  gap: clamp(42px, 6vw, 96px);
}

.nav a {
  color: rgb(239 244 235 / .5);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .02em;
  text-shadow: 0 1px 18px rgb(0 0 0 / .5);
}

.nav a:hover,
.nav a[aria-current="page"] {
  color: rgb(239 244 235 / .82);
}

.explore {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 18px;
  border: 1px solid rgb(255 255 255 / .18);
  border-radius: 999px;
  background: rgb(255 255 255 / .08);
  color: rgb(248 249 242 / .78);
  box-shadow: inset 0 1px 0 rgb(255 255 255 / .14);
  backdrop-filter: blur(12px);
}

.hero[data-hero-carousel] {
  --card-scale: clamp(.76, calc(100vw / 1700), 1);
  min-height: 100dvh;
  background: #050704;
  cursor: default;
}

.hero-heal-video {
  opacity: 1;
  filter: saturate(.96) contrast(.98) brightness(.9);
  transform: scale(1.015);
}

.hero-vignette {
  z-index: 4;
  background:
    radial-gradient(ellipse at 78% 18%, rgb(255 236 196 / .42), transparent 28%),
    radial-gradient(ellipse at 46% 34%, transparent 0 34%, rgb(0 0 0 / .14) 62%, rgb(0 0 0 / .62) 100%),
    linear-gradient(90deg, rgb(0 0 0 / .52), rgb(0 0 0 / .08) 46%, rgb(0 0 0 / .2)),
    linear-gradient(180deg, rgb(0 0 0 / .2), transparent 32%, rgb(0 0 0 / .68) 100%);
}

.hero-glow {
  display: none;
}

.hero-profile {
  left: clamp(58px, 17vw, 300px);
  top: clamp(160px, 25vh, 238px);
  width: min(760px, 54vw);
  text-shadow: 0 16px 44px rgb(0 0 0 / .48);
}

.hero-profile .eyebrow {
  color: rgb(245 247 241 / .82);
  font: 800 clamp(15px, 1.3vw, 22px)/1.2 var(--font-body);
  letter-spacing: 0;
  text-transform: none;
}

.hero-profile h1 {
  position: relative;
  width: max-content;
  max-width: 100%;
  margin: 16px 0 0;
  font: 900 clamp(76px, 6.4vw, 132px)/.82 var(--font-display);
  letter-spacing: -.035em;
}

.hero-profile h1 span {
  color: #b8ff27;
  letter-spacing: -.025em;
}

.hero-profile h1 strong {
  color: rgb(249 249 244 / .94);
  font-weight: 650;
  letter-spacing: .02em;
}

.hero-profile h1 em {
  position: absolute;
  left: 65%;
  bottom: 7%;
  color: #c7ff38;
  font: 500 clamp(24px, 2.1vw, 42px)/1 "Segoe Script", "Comic Sans MS", cursive;
  letter-spacing: -.04em;
  transform: rotate(-6deg);
}

.hero-profile p {
  max-width: 38ch;
  margin-top: 20px;
  color: rgb(255 255 255 / .82);
  font-size: clamp(18px, 1.4vw, 25px);
  font-weight: 700;
  line-height: 1.38;
}

.hero-profile-actions,
.hero-bottom-video {
  display: none;
}

.hero[data-hero-carousel] .hero-track {
  z-index: 7;
  height: clamp(168px, 24vh, 250px);
  overflow: visible;
}

.hero[data-hero-carousel] .hero-rail {
  padding: 0 clamp(18px, 3vw, 64px);
  column-gap: clamp(20px, 2vw, 34px);
  transform: translate3d(var(--wall-x), 0, 0) scale(var(--card-scale));
  transform-origin: left bottom;
}

.hero[data-hero-carousel] .hero-tile {
  grid-row: 1 !important;
  width: clamp(184px, calc(var(--w) * .78), 320px);
  height: clamp(142px, calc(var(--h) * .78), 214px);
  margin-top: 0 !important;
  border-radius: clamp(20px, 1.5vw, 30px);
  background: rgb(255 255 255 / .16);
  box-shadow: 0 22px 60px rgb(0 0 0 / .38);
  filter: saturate(1.1) brightness(1.08);
}

.hero[data-hero-carousel] .hero-tile::after {
  border-color: rgb(255 255 255 / .26);
  box-shadow: inset 0 1px 0 rgb(255 255 255 / .22);
}

.hero[data-hero-carousel] .hero-tile--lime,
.hero[data-hero-carousel] .hero-tile--pink,
.hero[data-hero-carousel] .hero-tile--blue {
  color: #10130b;
}

.hero-edge {
  z-index: 8;
  width: min(13vw, 210px);
}

.hero-edge--left {
  background: linear-gradient(90deg, rgb(0 0 0 / .78), transparent);
}

.hero-edge--right {
  background: linear-gradient(270deg, rgb(0 0 0 / .7), transparent);
}

@media (max-width: 900px) {
  .site-header {
    height: 58px;
  }

  .header-inner {
    width: calc(100% - 24px);
  }

  .brand {
    min-width: 98px;
    height: 36px;
    padding-inline: 11px 14px;
  }

  .nav {
    gap: 26px;
    min-width: 0;
  }

  .hero-profile {
    left: 56px;
    top: 23vh;
    width: min(670px, calc(100vw - 112px));
  }

  .hero-profile h1 {
    font-size: clamp(62px, 11vw, 108px);
  }

  .hero[data-hero-carousel] .hero-track {
    height: 188px;
  }

  .hero[data-hero-carousel] .hero-rail {
    padding-inline: 24px;
  }
}

@media (max-width: 560px) {
  .site-header {
    height: 54px;
  }

  .header-inner {
    width: calc(100% - 16px);
    height: 36px;
    padding-right: 4px;
  }

  .brand {
    min-width: 42px;
    width: 42px;
    height: 36px;
    padding: 0;
    font-size: 0;
  }

  .brand span {
    width: 24px;
    height: 24px;
  }

  .brand::before {
    content: none;
  }

  .nav {
    gap: 18px;
  }

  .nav a {
    font-size: 11px;
  }

  .explore {
    min-height: 30px;
    padding: 0 12px;
    font-size: 11px;
  }

  .hero-heal-video {
    object-position: 62% 50%;
    filter: saturate(.96) contrast(.98) brightness(.78);
  }

  .hero-vignette {
    background:
      radial-gradient(ellipse at 76% 16%, rgb(255 236 196 / .25), transparent 28%),
      linear-gradient(90deg, rgb(0 0 0 / .58), rgb(0 0 0 / .08) 62%),
      linear-gradient(180deg, rgb(0 0 0 / .24), transparent 28%, rgb(0 0 0 / .74) 100%);
  }

  .hero-profile {
    left: 24px;
    right: 18px;
    top: 24vh;
    width: auto;
  }

  .hero-profile .eyebrow {
    font-size: 13px;
  }

  .hero-profile h1 {
    font-size: clamp(48px, 15.6vw, 74px);
  }

  .hero-profile h1 em {
    left: 66%;
    bottom: 10%;
    font-size: 20px;
  }

  .hero-profile p {
    max-width: 28ch;
    margin-top: 16px;
    font-size: 15px;
    line-height: 1.5;
  }

  .hero[data-hero-carousel] {
    --card-scale: .64;
  }

  .hero[data-hero-carousel] .hero-track {
    height: 150px;
  }

  .hero[data-hero-carousel] .hero-rail {
    padding-inline: 16px;
    column-gap: 12px;
  }

  .hero[data-hero-carousel] .hero-tile {
    width: clamp(136px, calc(var(--w) * .58), 190px);
    height: clamp(108px, calc(var(--h) * .58), 146px);
    border-radius: 18px;
  }

  .hero-edge {
    width: 44px;
  }
}

.hero-product::before {
  content: "MEIFUBAO";
  position: absolute;
  left: 10%;
  top: 12%;
  color: #111;
  font: 600 clamp(52px, 7vw, 118px)/.8 var(--font-display);
  letter-spacing: -.08em;
}
.hero-product::after {
  content: "每日能量补给";
  position: absolute;
  right: 12%;
  bottom: 11%;
  color: #111;
  font-size: 13px;
  letter-spacing: .16em;
  writing-mode: vertical-rl;
}
.hero-art--two {
  background:
    linear-gradient(120deg, transparent 0 45%, rgb(255 255 255 / .1) 45% 45.3%, transparent 45.3%),
    #2353f3;
}
.hero-art--two::before {
  content: "618";
  position: absolute;
  left: 7vw;
  bottom: 5vh;
  color: #ffb8df;
  font: 600 min(36vw, 520px)/.7 var(--font-display);
  letter-spacing: -.1em;
}
.hero-art--two::after {
  content: "";
  position: absolute;
  right: 8vw;
  top: 16vh;
  width: 28vw;
  height: 62vh;
  border: 14px solid #101010;
  border-radius: 36px;
  background: #f2f0e8;
  transform: rotate(-8deg);
  box-shadow: 0 50px 90px rgb(0 0 0 / .4);
}
.hero-art--three { background: #ff4b2f; }
.hero-art--three::before {
  content: "NOIR";
  position: absolute;
  right: 5vw;
  bottom: 6vh;
  font: 600 min(25vw, 390px)/.75 var(--font-display);
  letter-spacing: -.09em;
}
.hero-art--three::after {
  content: "";
  position: absolute;
  left: 18vw;
  top: 18vh;
  width: min(22vw, 320px);
  height: 62vh;
  border-radius: 140px 140px 34px 34px;
  background: #111;
  box-shadow: 38px 38px 0 #f2e5d1;
  transform: rotate(-8deg);
}
.hero-reference .hero-card:nth-child(1) { grid-column: span 2; }
.hero-reference .hero-card:nth-child(2) { grid-column: span 2; }
.hero-reference .hero-card:nth-child(3) { grid-column: span 2; }
.hero-reference .hero-card:nth-child(4) { grid-column: span 2; }
.hero-reference .hero-card:nth-child(5) { grid-column: span 2; }
.hero-reference .hero-card:nth-child(6) { grid-column: span 3; }
.hero-reference .hero-card:nth-child(7) { grid-column: span 2; }
.hero-reference .hero-card:nth-child(8) { grid-column: span 2; }
.hero-reference .hero-card:nth-child(9) { grid-column: span 2; }
.hero-reference .hero-card:nth-child(10) { grid-column: span 2; }
.hero-reference .hero-card:nth-child(11) { grid-column: span 2; }
.hero-reference .hero-card:nth-child(12) { grid-column: span 3; }
.hero-reference .work-visual {
  border-radius: inherit;
}
.hero-reference .hero-card--frame .work-visual {
  background:
    radial-gradient(circle at 30% 20%, rgb(159 255 63 / .18), transparent 32%),
    #0a0f0a;
}

.hero[data-hero-carousel] {
  --wall-x: 0px;
  --card-scale: clamp(.66, calc(100vw / 2100), .88);
  height: 100dvh;
  min-height: 620px;
  display: block;
  overflow: hidden;
  background: #050704;
  cursor: grab;
  user-select: none;
  touch-action: none;
}
.hero[data-hero-carousel].is-dragging { cursor: grabbing; }
.hero-heal-video {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  filter: saturate(.65) contrast(.9) brightness(.82);
}
.hero-vignette,
.hero-edge,
.hero-glow {
  position: absolute;
  pointer-events: none;
}
.hero-vignette {
  inset: 0;
  z-index: 6;
  background:
    radial-gradient(ellipse at 70% 28%, rgb(255 244 214 / .16), rgb(0 0 0 / 0) 36%),
    radial-gradient(ellipse at 42% 42%, rgb(0 0 0 / 0) 0 38%, rgb(0 0 0 / .16) 66%, rgb(0 0 0 / .68) 100%),
    linear-gradient(90deg, rgb(0 0 0 / .7), rgb(0 0 0 / .22) 46%, rgb(0 0 0 / .5)),
    linear-gradient(180deg, rgb(0 0 0 / .24), rgb(0 0 0 / .08) 42%, rgb(0 0 0 / .62));
}
.hero-glow {
  z-index: 0;
  width: 34vw;
  height: 18vw;
  border-radius: 999px;
  filter: blur(90px);
  opacity: .2;
}
.hero-glow--one {
  top: -8vw;
  left: 30vw;
  background: #9cff3f;
}
.hero-glow--two {
  top: -10vw;
  right: 9vw;
  background: #ffb8df;
  opacity: .16;
}
.hero-track {
  position: absolute;
  z-index: 2;
  inset: auto 0 0;
  height: clamp(188px, 24vh, 258px);
  overflow: hidden;
}
.hero-rail {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: max-content;
  grid-template-rows: max-content;
  align-content: end;
  column-gap: clamp(14px, 1.15vw, 22px);
  row-gap: 0;
  padding: 0 clamp(22px, 4vw, 72px) 22px;
  transform: translate3d(var(--wall-x), 0, 0) scale(var(--card-scale));
  transform-origin: left bottom;
  will-change: transform;
}
.hero-tile {
  position: relative;
  grid-row: var(--row, auto);
  width: var(--w);
  height: var(--h);
  min-width: 108px;
  min-height: 92px;
  margin-top: var(--mt, 0px);
  overflow: hidden;
  border-radius: clamp(18px, 1.25vw, 26px);
  background: #18181b;
  color: #fff;
  box-shadow: 0 22px 54px rgb(0 0 0 / .42);
  opacity: 0;
  transform:
    translate3d(0, 26px, 0)
    rotate(var(--r, 0deg))
    scale(.98);
  animation: wallTileIn .72s var(--ease) forwards;
  animation-delay: var(--delay, 0ms);
  transition:
    transform .42s var(--ease),
    filter .35s ease,
    box-shadow .42s var(--ease);
  will-change: transform, filter, opacity;
}
.hero-tile::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid rgb(255 255 255 / .08);
  border-radius: inherit;
  pointer-events: none;
}
.hero-tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  -webkit-user-drag: none;
  user-select: none;
  transition: transform .7s var(--ease), filter .5s ease;
}
.hero-tile:hover,
.hero-tile:focus-visible,
.hero-tile.is-hot {
  z-index: 20;
  transform:
    translate3d(0, -12px, 0)
    rotate(0deg)
    scale(1.045);
  filter: brightness(1.08) saturate(1.08);
  box-shadow: 0 42px 110px rgb(0 0 0 / .7);
}
.hero-tile:hover img,
.hero-tile:focus-visible img,
.hero-tile.is-hot img {
  transform: scale(1.035);
}
.hero-tile--lime,
.hero-tile--pink,
.hero-tile--blue {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: clamp(18px, 2vw, 34px);
  color: #050505;
}
.hero-tile--lime {
  background:
    radial-gradient(circle at 78% 78%, rgb(38 114 255 / .22), transparent 28%),
    #c9ff2f;
}
.hero-tile--lime strong {
  position: relative;
  z-index: 2;
  font: 700 clamp(27px, 2.8vw, 50px)/.82 var(--font-display);
  letter-spacing: -.03em;
}
.hero-tile--lime span {
  position: relative;
  z-index: 2;
  width: max-content;
  margin-top: 8px;
  border-radius: 999px;
  padding: 5px 9px;
  background: #050505;
  color: #c9ff2f;
  font: 700 10px/1 var(--font-mono);
}
.hero-tile--lime b {
  position: absolute;
  right: 8%;
  bottom: -12%;
  color: #2471ff;
  font: 700 clamp(98px, 11vw, 190px)/1 var(--font-display);
  letter-spacing: -.08em;
  transform: rotate(-14deg);
}
.hero-tile--pink {
  align-items: center;
  justify-content: center;
  background: #f07bc0;
  color: #231327;
  text-align: center;
}
.hero-tile--pink strong {
  color: #ff3430;
  font: 700 clamp(92px, 10vw, 160px)/.8 var(--font-display);
  letter-spacing: -.12em;
  text-shadow: 8px 8px 0 #7751ff, 15px 15px 0 #ffd7ec;
}
.hero-tile--pink span {
  margin-top: 18px;
  font: 700 9px/1.35 var(--font-mono);
}
.hero-tile--blue {
  background: #1475ee;
  color: #fff;
}
.hero-tile--blue strong {
  font: 700 clamp(52px, 5.2vw, 90px)/.82 var(--font-display);
  letter-spacing: -.08em;
}
.hero-tile--blue span {
  margin-top: auto;
  font-size: 14px;
  line-height: 1.35;
}
.hero-edge {
  z-index: 8;
  top: 0;
  bottom: 0;
  width: min(24vw, 420px);
}
.hero-edge--left {
  left: 0;
  background: linear-gradient(90deg, #000 0%, rgb(0 0 0 / .74) 22%, rgb(0 0 0 / 0) 100%);
}
.hero-edge--right {
  right: 0;
  background: linear-gradient(270deg, #000 0%, rgb(0 0 0 / .7) 22%, rgb(0 0 0 / 0) 100%);
}
.hero-bottom-video {
  position: absolute;
  z-index: 9;
  left: clamp(22px, 3vw, 58px);
  bottom: clamp(30px, 4vw, 58px);
  width: clamp(210px, 18vw, 320px);
  aspect-ratio: 1.25;
  overflow: hidden;
  border: 1px solid rgb(255 255 255 / .16);
  border-radius: 24px;
  background: #161a12;
  box-shadow: 0 28px 76px rgb(0 0 0 / .42);
}
.hero-bottom-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.08) brightness(1.05);
}
.hero-bottom-video span {
  position: absolute;
  left: 13px;
  right: 13px;
  bottom: 12px;
  border-radius: 999px;
  padding: 7px 10px;
  background: rgb(0 0 0 / .46);
  color: rgb(242 240 232 / .72);
  font: 700 10px/1 var(--font-mono);
  letter-spacing: .08em;
  text-transform: uppercase;
  backdrop-filter: blur(12px);
}
.hero-profile {
  position: absolute;
  z-index: 12;
  left: clamp(42px, 17vw, 340px);
  top: clamp(190px, 25vh, 290px);
  bottom: auto;
  width: min(720px, calc(100vw - 84px));
  pointer-events: auto;
}
.hero-profile h1 {
  margin: 14px 0 0;
  color: var(--fg);
  font: 900 clamp(54px, 6.8vw, 112px)/.82 var(--font-display);
  letter-spacing: -.055em;
  text-transform: uppercase;
  text-wrap: balance;
}
.hero-profile h1 span,
.hero-profile h1 strong {
  display: block;
}
.hero-profile h1 span {
  color: var(--lime);
}
.hero-profile h1 strong {
  color: rgb(242 240 232 / .9);
  font-weight: 700;
  letter-spacing: .005em;
}
.hero-profile p {
  max-width: 43ch;
  margin: 18px 0 0;
  color: rgb(242 240 232 / .82);
  font-size: clamp(15px, 1.35vw, 22px);
  line-height: 1.55;
}
.hero-profile-actions {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 28px;
  flex-wrap: wrap;
}
.hero-profile-actions a {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  border-radius: 999px;
  padding: 0 20px;
  background: var(--lime);
  color: #050505;
  font-weight: 700;
}
.hero-profile-actions span {
  color: rgb(242 240 232 / .58);
  font-size: 13px;
}
@keyframes wallTileIn {
  to {
    opacity: 1;
    transform:
      translate3d(0, 0, 0)
      rotate(var(--r, 0deg))
      scale(1);
  }
}
.intro-space {
  position: relative;
  padding: 220px 0 150px;
}
.collage {
  position: relative;
  width: min(920px, 88vw);
  aspect-ratio: 1;
  margin: 0 auto 300px;
  perspective: 1200px;
  isolation: isolate;
  --title-opacity: 0;
}
.collage-card {
  position: absolute;
  left: 50%;
  top: 50%;
  width: clamp(116px, 20%, 184px);
  aspect-ratio: 1;
  overflow: hidden;
  border-radius: 24px;
  background: var(--surface-2);
  box-shadow: 0 18px 40px rgb(0 0 0 / .22);
  opacity: var(--card-opacity, 1);
  transform:
    translate(-50%, -50%)
    translate3d(var(--orbit-x, 0px), var(--orbit-y, 0px), var(--orbit-z, 0px))
    translate3d(var(--parallax-x, 0px), var(--parallax-y, 0px), 0)
    rotate(var(--orbit-rotation, 0deg))
    scale(var(--card-scale, 1))
    scale(var(--hover-scale, 1));
  transform-origin: center;
  transition:
    box-shadow .45s var(--ease),
    filter .45s var(--ease);
  will-change: transform, opacity;
}
.collage-card:hover {
  z-index: 12;
  --hover-scale: 1.12;
  filter: saturate(1.12) brightness(1.06);
  box-shadow: 0 30px 80px rgb(0 0 0 / .48);
}
.collage-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid rgb(255 255 255 / .14);
  border-radius: inherit;
  pointer-events: none;
}
.mini-art { position: absolute; inset: 0; }
.mini-art.a { background: #9cff3f; }
.mini-art.a::after { content:""; position:absolute; inset:22% 30%; border-radius:22px; background:#f2f0e8; transform:rotate(8deg); }
.mini-art.b { background:#ffb8df; }
.mini-art.b::after { content:"SALE"; position:absolute; right:8%; bottom:8%; color:#111; font:600 32px/.8 var(--font-display); letter-spacing:-.06em; }
.mini-art.c { background:#2453f5; }
.mini-art.c::after { content:""; position:absolute; width:70%; aspect-ratio:1; border:12px solid #ffe878; border-radius:50%; left:15%; top:15%; }
.mini-art.d { background:#ff4b2f; }
.mini-art.d::after { content:"N"; position:absolute; left:23%; top:10%; color:#111; font:600 130px/1 var(--font-display); }
.collage-title {
  position: absolute;
  z-index: 8;
  inset: 50% auto auto 50%;
  opacity: var(--title-opacity);
  transform: translate(-50%, -50%) scale(var(--title-scale, .82));
  text-align: center;
  white-space: nowrap;
  transition: opacity .18s linear;
  pointer-events: none;
}
.collage-title strong {
  display: block;
  font: 600 clamp(56px, 9vw, 130px)/.75 var(--font-display);
  letter-spacing: -.08em;
}
.collage-title span { display: inline-block; margin-top: 24px; color: var(--muted); }

.statement {
  display: grid;
  gap: 8px;
  justify-items: end;
  margin-bottom: 120px;
}
.statement p {
  margin: 0;
  font: 600 clamp(44px, 7vw, 94px)/.88 var(--font-display);
  letter-spacing: -.07em;
  text-transform: uppercase;
}
.about-copy {
  max-width: 920px;
  margin: 0 auto 100px;
  text-align: center;
  color: var(--muted);
  font-size: clamp(14px, 1.3vw, 18px);
  line-height: 1.9;
}
.parallax-cover {
  height: min(46vw, 520px);
  margin-bottom: 160px;
  overflow: hidden;
  background:
    linear-gradient(135deg, transparent 0 48%, rgb(255 255 255 / .08) 48% 49%, transparent 49%),
    #151515;
}
.parallax-cover::before {
  content: "DESIGN FOR COMMERCE";
  display: grid;
  place-items: center;
  height: 100%;
  color: #f2f0e8;
  font: 600 clamp(48px, 10vw, 150px)/.82 var(--font-display);
  letter-spacing: -.075em;
  text-align: center;
}

.section-title-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 110px;
}
.display-title {
  margin: 0;
  font: 600 clamp(48px, 7vw, 94px)/.88 var(--font-display);
  letter-spacing: -.075em;
  text-transform: uppercase;
}
.diamond-mark {
  display: grid;
  grid-template-columns: repeat(2, 20px);
  gap: 6px;
  transform: rotate(45deg);
}
.diamond-mark i { width: 20px; height: 20px; border-radius: 3px; background: #d9d9d9; }
.work-strip {
  display: flex;
  align-items: end;
  gap: 12px;
  width: max-content;
  padding: 20px 4vw 140px;
  animation: drift 34s linear infinite;
}
.strip-wrap { width: 100vw; margin-left: calc(50% - 50vw); overflow: hidden; }
.strip-card {
  position: relative;
  width: clamp(160px, 16vw, 300px);
  height: clamp(180px, 22vw, 380px);
  overflow: hidden;
  background: var(--surface-2);
}
.strip-card:nth-child(3n+1) { height: clamp(220px, 26vw, 430px); }
.strip-card:nth-child(3n+2) { height: clamp(150px, 18vw, 320px); }
.strip-card .mini-art { transition: transform .6s var(--ease); }
.strip-card:hover .mini-art { transform: scale(1.04); }
@keyframes drift { to { transform: translateX(-32%); } }

.category-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  padding-bottom: 180px;
}
.category-card {
  min-height: 520px;
  display: flex;
  flex-direction: column;
  padding: 34px;
  background: rgb(24 24 27 / .8);
  transition: transform .5s var(--ease), background .5s;
}
.category-card:hover { transform: translateY(-8px); background: #202024; }
.category-card .label { margin-bottom: 28px; font-size: 13px; }
.category-card h3 { margin: 0; font-size: 30px; font-weight: 600; }
.category-card p { max-width: 30ch; color: var(--muted); line-height: 1.7; }
.category-visual { position: relative; flex: 1; min-height: 240px; margin-top: 34px; overflow: hidden; background: #0e0e0f; }
.category-card .link { margin-top: 24px; font-size: 14px; }

.page-hero { padding: 170px 0 110px; }
.page-hero h1 {
  max-width: 1100px;
  margin: 0;
  font: 600 clamp(72px, 12vw, 190px)/.78 var(--font-display);
  letter-spacing: -.085em;
  text-transform: uppercase;
}
.page-hero-copy { display: flex; justify-content: space-between; gap: 30px; margin-top: 70px; padding-top: 20px; border-top: 1px solid var(--border); }
.page-hero-copy p { max-width: 48ch; margin: 0; color: var(--muted); line-height: 1.7; }
.works-intro { display: none; }
.filters { display: flex; gap: 9px; margin-bottom: 50px; }
.filter {
  border: 1px solid var(--border);
  border-radius: 999px;
  padding: 10px 17px;
  background: transparent;
  cursor: pointer;
  transition: background .22s var(--ease), color .22s var(--ease), border-color .22s var(--ease), transform .22s var(--ease);
}
.filter.is-active, .filter:hover, .filter[aria-pressed="true"] {
  background: var(--fg);
  border-color: var(--fg);
  color: #000;
}
.filter:focus-visible,
.work-tile > a:focus-visible,
.brand:focus-visible,
.explore:focus-visible {
  outline: none;
  box-shadow: 0 0 0 2px var(--bg), 0 0 0 4px var(--lime);
}
.filter:focus-visible { transform: translateY(-1px); }
.works-status {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  margin: -8px 0 14px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.6;
}
.works-status strong { color: var(--fg); font-weight: 600; }
.gallery {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 18px;
  padding-bottom: 160px;
}
.gallery-card { grid-column: span 6; }
.gallery-card:nth-child(3n) { grid-column: span 4; }
.gallery-card:nth-child(3n+1):not(:first-child) { grid-column: span 8; }
.gallery-card.is-hidden { display: none; }
.gallery-media { position: relative; aspect-ratio: 4/3; overflow: hidden; background: var(--surface); }
.gallery-card:nth-child(3n+1) .gallery-media { aspect-ratio: 16/9; }
.gallery-media .mini-art { transition: transform .65s var(--ease); }
.gallery-card:hover .mini-art { transform: scale(1.035); }
.gallery-meta { display: flex; justify-content: space-between; gap: 24px; padding: 16px 2px 50px; }
.gallery-meta h2 { margin: 0; font-size: 18px; font-weight: 500; }
.gallery-meta p { margin: 5px 0 0; color: var(--muted); font-size: 13px; }

.works-wall-section {
  min-height: 100dvh;
  padding: 58px 0 190px;
  overflow: clip;
  background: #000;
}
.works-gallery-section {
  position: relative;
  height: 112dvh;
  min-height: 920px;
  padding: 0;
  overflow: hidden;
  user-select: none;
}
.works-gallery-title {
  position: absolute;
  z-index: 5;
  left: 50%;
  top: clamp(72px, 7vh, 98px);
  transform: translateX(-50%);
  pointer-events: none;
}
.works-gallery-title .eyebrow {
  display: block;
  margin-bottom: 16px;
  color: rgb(255 255 255 / .54);
}
.works-gallery-title h2 {
  max-width: 720px;
  margin: 0;
  font: 800 clamp(52px, 6.2vw, 118px)/.78 var(--font-display);
  letter-spacing: -.08em;
  color: #f5f3eb;
}
.works-gallery-scene {
  position: absolute;
  inset: clamp(220px, 24vh, 270px) 0 0;
  width: 100vw;
  height: auto;
  min-height: 680px;
  display: flex;
  align-items: center;
  justify-content: center;
  perspective: 1100px;
  transform: scale(1.1);
  transform-origin: center center;
  overflow: hidden;
}
.works-gallery-scene::before,
.works-gallery-scene::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 6;
  width: clamp(220px, 18vw, 420px);
  pointer-events: none;
}
.works-gallery-scene::before {
  left: 0;
  background: linear-gradient(90deg, #000 0%, rgb(0 0 0 / .92) 24%, rgb(0 0 0 / .58) 58%, rgb(0 0 0 / 0) 100%);
}
.works-gallery-scene::after {
  right: 0;
  background: linear-gradient(270deg, #000 0%, rgb(0 0 0 / .92) 24%, rgb(0 0 0 / .58) 58%, rgb(0 0 0 / 0) 100%);
}
.works-gallery-wrapper {
  position: relative;
  width: 0;
  height: 0;
  z-index: 1;
  transform-style: preserve-3d;
  will-change: transform;
}
.works-gallery-item {
  --gallery-card-width: clamp(210px, 14.6vw, 280px);
  --gallery-card-height: clamp(210px, 14.6vw, 280px);
  position: absolute;
  width: var(--gallery-card-width);
  height: var(--gallery-card-height);
  border: 1px solid rgb(255 255 255 / .08);
  border-radius: 24px;
  overflow: hidden;
  background: #1a1a1a;
  box-shadow: 0 15px 35px rgb(0 0 0 / .4);
  cursor: pointer;
  opacity: 0;
  transform-origin: center center;
  transition: filter .4s ease, box-shadow .4s ease;
  will-change: transform, opacity;
}
.works-gallery-item:hover {
  filter: brightness(1.15);
  box-shadow: 0 25px 50px rgb(0 0 0 / .6), 0 0 0 2px rgb(255 255 255 / .15);
}
.works-gallery-link {
  display: block;
  height: 100%;
}
.works-gallery-item .work-visual {
  position: absolute;
  inset: 0;
  transition: transform .6s cubic-bezier(.25, 1, .5, 1);
}
.works-gallery-item:hover .work-visual {
  transform: scale(1.08);
}
.works-gallery-item .work-visual::after {
  border-color: rgb(255 255 255 / .08);
}
body.is-gallery-active .site-header {
  opacity: 1;
  pointer-events: auto;
}
.works-toolbar {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 56px;
  margin-bottom: 42px;
}
.works-toolbar .eyebrow { display: none; }
.works-toolbar h2 {
  max-width: 680px;
  margin: 0;
  font: 800 clamp(82px, 6.9vw, 132px)/.78 var(--font-display);
  letter-spacing: -.08em;
  color: #f5f3eb;
}
.works-toolbar .filters {
  align-self: end;
  margin: 0 0 22px;
}
.works-toolbar .filter {
  min-height: 43px;
  padding: 0 20px;
  border-color: rgb(255 255 255 / .13);
  color: #f4f1e8;
  font-size: 15px;
  background: #020202;
}
.works-toolbar .filter.is-active,
.works-toolbar .filter:hover,
.works-toolbar .filter[aria-pressed="true"] {
  background: #f4f1e8;
  border-color: #f4f1e8;
  color: #050505;
}
.works-wall {
  --wall-progress: 0;
  width: min(1624px, calc(100vw - 56px));
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(10, minmax(0, 1fr));
  grid-auto-flow: dense;
  gap: clamp(14px, 1.15vw, 24px);
  align-items: start;
  perspective: 1400px;
  transform-origin: 50% 12%;
  transform:
    translate3d(0, calc((1 - var(--wall-progress)) * 26px), 0)
    scale(calc(.975 + var(--wall-progress) * .025));
  transition: transform 180ms cubic-bezier(.2, 0, 0, 1);
}
.work-tile {
  --r: 0deg;
  --rx: 0deg;
  --ry: 0deg;
  --entry-y: 38px;
  --depth-y: 0px;
  --lift-y: 0px;
  --tile-scale: .985;
  --tile-opacity: 0;
  --tile-saturation: .8;
  position: relative;
  grid-column: span 2;
  min-width: 0;
  border-radius: clamp(24px, 1.55vw, 30px);
  overflow: hidden;
  background: var(--surface);
  box-shadow: 0 22px 70px rgb(0 0 0 / .5);
  opacity: var(--tile-opacity);
  filter: saturate(var(--tile-saturation));
  transform:
    translate3d(0, calc(var(--entry-y) + var(--depth-y) + var(--lift-y)), 0)
    rotate(var(--r))
    rotateX(var(--rx))
    rotateY(var(--ry))
    scale(var(--tile-scale));
  transform-style: preserve-3d;
  transition:
    transform 420ms cubic-bezier(.2, 0, 0, 1),
    opacity 300ms ease,
    filter 300ms ease,
    box-shadow 420ms cubic-bezier(.2, 0, 0, 1);
  transition-delay: var(--delay, 0ms);
  will-change: transform;
}
.work-tile.is-visible {
  --entry-y: 0px;
  --tile-scale: 1;
  --tile-opacity: 1;
  --tile-saturation: 1;
}
.work-tile:nth-child(1) { margin-top: 22px; }
.work-tile:nth-child(2) { margin-top: 54px; }
.work-tile:nth-child(3) { margin-top: 0; }
.work-tile:nth-child(4) { margin-top: 62px; }
.work-tile:nth-child(5) { margin-top: 18px; }
.work-tile:nth-child(6) { margin-top: 8px; }
.work-tile:nth-child(7) { margin-top: 42px; }
.work-tile:nth-child(8) { margin-top: 8px; }
.work-tile:nth-child(9) { margin-top: 48px; }
.work-tile:nth-child(10) { margin-top: 18px; }
.work-tile:nth-child(11) { margin-top: 12px; }
.work-tile:nth-child(12) { margin-top: 44px; }
.work-tile.tile-wide { grid-column: span 2; }
.work-tile.tile-short { aspect-ratio: 1.08; }
.work-tile.tile-square { aspect-ratio: 1; }
.work-tile.tile-wide { aspect-ratio: 1.34; }
.work-tile.tile-tall { aspect-ratio: .84; }
.work-tile > a { display: block; height: 100%; }
.work-tile:hover {
  --lift-y: -16px;
  --tile-scale: 1.045;
  z-index: 10;
  transform:
    translate3d(0, calc(var(--entry-y) + var(--depth-y) + var(--lift-y)), 0)
    rotate(0deg)
    rotateX(var(--rx))
    rotateY(var(--ry))
  scale(var(--tile-scale));
  box-shadow: 0 36px 100px rgb(0 0 0 / .7);
}
.work-tile:focus-within {
  --lift-y: -16px;
  --tile-scale: 1.045;
  z-index: 10;
  box-shadow: 0 36px 100px rgb(0 0 0 / .7);
}
.work-tile.is-hidden {
  display: none;
}
.work-visual {
  position: absolute;
  inset: 0;
  overflow: hidden;
  isolation: isolate;
}
.work-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid rgb(255 255 255 / .14);
  border-radius: inherit;
  pointer-events: none;
}
.work-overlay {
  position: absolute;
  z-index: 8;
  inset: auto 12px 12px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 4px 14px;
  padding: 14px 16px;
  border: 1px solid rgb(255 255 255 / .15);
  border-radius: 16px;
  background: rgb(5 5 5 / .74);
  backdrop-filter: blur(14px);
  opacity: 0;
  transform: translateY(12px);
  transition: opacity .35s, transform .35s var(--ease);
}
.work-tile:hover .work-overlay,
.work-tile:focus-within .work-overlay { opacity: 1; transform: none; }
.work-overlay span {
  color: rgb(255 255 255 / .58);
  font: 10px/1.2 var(--font-mono);
  letter-spacing: .08em;
  text-transform: uppercase;
}
.work-overlay strong { grid-column: 1; font-size: 14px; font-weight: 550; }
.work-overlay i { grid-column: 2; grid-row: 1 / 3; align-self: center; color: var(--lime); font: normal 11px/1 var(--font-mono); }
.works-empty {
  display: grid;
  place-items: center;
  min-height: 240px;
  margin: 24px auto 0;
  padding: 28px;
  width: min(1624px, calc(100vw - 56px));
  border: 1px dashed var(--border);
  border-radius: 24px;
  text-align: center;
}
.works-empty strong {
  font-size: 18px;
  font-weight: 600;
}
.works-empty p {
  max-width: 36ch;
  margin: 10px 0 0;
  color: var(--muted);
  line-height: 1.7;
}
.works-empty[hidden] { display: none; }

.visual-phone { background: #06120a; }
.visual-phone > img { width: 100%; height: 100%; object-fit: cover; opacity: .22; filter: saturate(1.3); }
.device-card {
  position: absolute;
  left: 15%;
  top: 12%;
  width: 70%;
  height: 76%;
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding: 11%;
  border-radius: 28px;
  background: #d7ff36;
  color: #080808;
  transform: rotate(7deg);
  box-shadow: 0 25px 45px rgb(0 0 0 / .36);
}
.device-card::before { content: ""; position: absolute; inset: 9% 34% auto; height: 4%; border-radius: 99px; background: #080808; }
.device-card span { font: 600 clamp(30px, 3vw, 54px)/.75 var(--font-display); letter-spacing: -.07em; }
.device-card strong { margin-top: 10px; font-size: 14px; }
.device-card small { margin-top: 4px; font-size: 9px; letter-spacing: .08em; }
.visual-sculpture { display: grid; place-items: center; background: #e8e8ec; color: #432f65; }
.visual-sculpture span { font: 600 clamp(100px, 12vw, 190px)/1 var(--font-display); text-shadow: 13px 16px 0 #b6adff, -9px -6px 0 #fff; transform: rotate(-12deg); }
.visual-sculpture small { position: absolute; bottom: 9%; font: 10px/1 var(--font-mono); letter-spacing: .08em; }
.visual-discount { padding: 9%; background: #d8ff3e; color: #080808; }
.visual-discount b { display: block; font: 600 clamp(24px, 2.4vw, 42px)/.9 var(--font-display); letter-spacing: -.05em; }
.visual-discount em { display: inline-block; margin-top: 7px; padding: 4px 8px; border-radius: 99px; background: #111; color: #d8ff3e; font: normal 8px/1 var(--font-mono); }
.visual-discount span { position: absolute; right: 8%; bottom: -6%; font: 600 clamp(90px, 12vw, 180px)/1 var(--font-display); color: #2572ff; transform: rotate(-15deg); }
.visual-product { padding: 9%; background: #baff4f; color: #111; }
.product-sheet { position: absolute; width: 52%; height: 64%; right: 2%; bottom: 4%; border-radius: 48% 52% 16% 16%; background: linear-gradient(145deg, #ff653f, #ffbf83 48%, #171717 49%); transform: rotate(18deg); box-shadow: -20px 22px 0 rgb(255 255 255 / .28); }
.visual-product b { position: relative; z-index: 2; font: 600 clamp(38px, 4vw, 62px)/.8 var(--font-display); letter-spacing: -.07em; }
.visual-product small { position: absolute; left: 9%; bottom: 10%; width: 42%; font-size: 9px; line-height: 1.5; }
.visual-exclusive { padding: 9%; background: #29105e; color: #fff; }
.visual-exclusive span { color: var(--lime); font-size: 11px; letter-spacing: .1em; }
.visual-exclusive b { display: block; margin-top: 5px; font-size: 18px; font-weight: 500; }
.phones { position: absolute; right: 10%; bottom: -18%; width: 52%; height: 75%; display: grid; place-items: center; border: 9px solid #22d8ff; border-radius: 26px; background: #111; color: #ff73d0; font: 600 30px/1 var(--font-display); transform: rotate(-12deg); box-shadow: -55px 10px 0 -12px #ff69cf; }
.visual-editorial { padding: 10%; background: #dcdcdf; color: #111; }
.visual-editorial b { font: 600 clamp(38px, 4.5vw, 74px)/.78 var(--font-display); letter-spacing: -.06em; }
.visual-editorial span { position: absolute; left: 10%; bottom: 9%; font: 10px/1.4 var(--font-mono); }
.editorial-object { position: absolute; right: 6%; bottom: 0; width: 46%; height: 78%; border-radius: 48% 48% 0 0; background: #9dff3c; box-shadow: inset 0 0 0 18px #9c79ff; }
.visual-character { background: linear-gradient(180deg, #c5efec, #8892a1); }
.character-head { position: absolute; width: 42%; aspect-ratio: 1; left: 27%; top: 17%; border-radius: 46% 54% 50% 50%; background: #ffb18b; box-shadow: -22px -16px 0 7px #d3422a; }
.character-body { position: absolute; width: 62%; height: 48%; left: 19%; bottom: -13%; border-radius: 48% 48% 0 0; background: #1f62d8; }
.visual-character b { position: absolute; right: 7%; top: 8%; font: 10px/1 var(--font-mono); letter-spacing: .1em; }
.visual-system { display: grid; place-items: center; background: #f4f3ef; color: #111; }
.visual-system span { position: absolute; top: 8%; left: 8%; font: 9px/1 var(--font-mono); letter-spacing: .08em; }
.visual-system b { font: 600 clamp(36px, 4.5vw, 70px)/.82 var(--font-display); letter-spacing: -.07em; text-align: center; }
.visual-system i { position: absolute; width: 56%; height: 11%; background: repeating-linear-gradient(90deg, #ff4d48 0 14px, #ffbc31 14px 28px, #35cc8a 28px 42px, #258cff 42px 56px); transform: rotate(-8deg); }
.visual-gloss { display: grid; place-items: center; background: #ff90cf; color: #231327; }
.visual-gloss b { font: 600 clamp(90px, 10vw, 160px)/1 var(--font-display); letter-spacing: -.1em; color: #ff3c31; text-shadow: 8px 8px 0 #7d49ff, 15px 15px 0 #ffd8ec; }
.visual-gloss span { position: absolute; bottom: 8%; font: 8px/1.4 var(--font-mono); text-align: center; }
.visual-burst { display: grid; place-items: center; background: #101011; color: #fff; }
.burst-core { width: 32%; aspect-ratio: 1; background: var(--pink); clip-path: polygon(50% 0, 58% 38%, 100% 18%, 67% 48%, 100% 73%, 60% 60%, 50% 100%, 42% 62%, 0 82%, 34% 51%, 0 25%, 40% 40%); box-shadow: 0 0 0 20px var(--lime); }
.visual-burst b { position: absolute; left: 7%; bottom: 7%; font: 600 clamp(18px, 2vw, 34px)/.85 var(--font-display); letter-spacing: -.04em; }
.visual-sale { padding: 10%; background: #99ff46; color: #0a0a0a; }
.visual-sale b { font: 600 clamp(34px, 4vw, 64px)/.78 var(--font-display); letter-spacing: -.06em; }
.visual-sale span { position: absolute; right: 2%; bottom: -9%; font: 600 clamp(100px, 12vw, 180px)/1 var(--font-display); color: #4775ff; transform: rotate(-18deg); }
.visual-sale small { position: absolute; left: 10%; bottom: 9%; font: 8px/1 var(--font-mono); }
.visual-design { padding: 9%; background: #1174f4; color: #fff; }
.visual-design b { font: 600 clamp(54px, 5.6vw, 92px)/.8 var(--font-display); letter-spacing: -.08em; }
.visual-design span { position: absolute; left: 10%; bottom: 10%; font-size: 12px; line-height: 1.5; }
.visual-design i { position: absolute; right: 9%; bottom: 8%; font: normal 40px/1 var(--font-display); color: var(--lime); }

.case-cover { height: min(62vw, 760px); margin: 20px 0 130px; }
.case-cover .hero-art { position: relative; height: 100%; }
.case-grid { display: grid; grid-template-columns: 280px 1fr; gap: clamp(60px, 10vw, 180px); padding: 100px 0; border-top: 1px solid var(--border); }
.case-grid h2 { margin: 0; font: 600 clamp(42px, 5vw, 74px)/.88 var(--font-display); letter-spacing: -.06em; }
.case-content > p { max-width: 42ch; margin: 0; color: #c4c4c6; font-size: clamp(20px, 2.2vw, 31px); line-height: 1.5; }
.case-list { margin-top: 60px; }
.case-item { display: grid; grid-template-columns: 50px 1fr; gap: 20px; padding: 26px 0; border-top: 1px solid var(--border); }
.case-item strong { font-weight: 500; }
.case-item p { margin: 8px 0 0; color: var(--muted); line-height: 1.7; }

.footer-cover {
  display: grid;
  place-items: center;
  min-height: 420px;
  margin-top: 80px;
  background: linear-gradient(rgb(0 0 0 / .52), rgb(0 0 0 / .52)), #1d1d1f;
  text-align: center;
}
.footer-cover h2 { margin: 0; font: 600 clamp(54px, 9vw, 130px)/.82 var(--font-display); letter-spacing: -.075em; }
.site-footer {
  display: grid;
  grid-template-columns: 1.4fr repeat(3, 1fr);
  gap: 50px;
  width: var(--container);
  margin: auto;
  padding: 70px 0 40px;
}
.site-footer h4 { margin: 0 0 18px; font-size: 13px; }
.site-footer p, .site-footer a { color: var(--muted); font-size: 13px; line-height: 1.8; }
.footer-bottom { display: flex; justify-content: space-between; width: var(--container); margin: auto; padding: 20px 0 34px; border-top: 1px solid var(--border); color: #555; font-size: 12px; }

.reveal:not(.work-tile) { opacity: 0; transform: translateY(32px); transition: opacity .8s var(--ease), transform .8s var(--ease); }
.reveal:not(.work-tile).is-visible { opacity: 1; transform: none; }

@media (max-width: 900px) {
  :root { --container: min(100% - 32px, 760px); }
  .header-inner { width: calc(100% - 32px); }
  .nav { display: none; }
  .explore { position: fixed; top: 16px; right: 16px; }
  .hero { min-height: 100svh; }
  .hero-stage {
    width: min(940px, 94vw);
    padding: 72px 0 64px;
    transform:
      translate3d(calc(var(--hero-x) * -10px), calc(var(--hero-y) * -6px - var(--hero-scroll) * 24px), 0)
      scale(calc(1 - var(--hero-scroll) * .02));
  }
  .hero-wall {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    transform: translateZ(30px);
  }
  .hero-card,
  .hero-card--wide {
    position: relative;
    left: auto;
    top: auto;
    width: auto;
    height: auto;
    aspect-ratio: 1;
  }
  .hero-card--wide { grid-column: span 2; aspect-ratio: 1.2; }
  .hero-card--tall { aspect-ratio: .88; }
  .hero-card--short { aspect-ratio: 1.06; }
  .intro-space { padding-top: 170px; }
  .collage { width: min(94vw, 720px); margin-bottom: 240px; }
  .category-grid { grid-template-columns: 1fr; }
  .category-card { min-height: 460px; }
  .gallery-card, .gallery-card:nth-child(3n), .gallery-card:nth-child(3n+1):not(:first-child) { grid-column: span 6; }
  .works-toolbar { align-items: flex-start; flex-direction: column; }
  .works-wall { grid-template-columns: repeat(6, minmax(0, 1fr)); }
  .work-tile { grid-column: span 2; }
  .work-tile:nth-child(5n+2), .work-tile:nth-child(5n+4) { margin-top: 24px; }
  .case-grid { grid-template-columns: 1fr; }
  .site-footer { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 560px) {
  .explore { display: none; }
  .hero { min-height: 100svh; padding: 82px 12px 72px; display: block; }
  .hero-overlay { display: none; }
  .hero-stage {
    width: 100%;
    height: auto;
    margin-top: 0;
    transform: none;
    filter: none;
  }
  .hero-wall {
    position: relative;
    inset: auto;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: auto;
    gap: 10px;
    transform: none;
  }
  .hero-card,
  .hero-card--wide {
    position: relative;
    left: auto;
    top: auto;
    width: auto;
    height: auto;
    aspect-ratio: 1;
    border-radius: 16px;
    box-shadow: 0 18px 42px rgb(0 0 0 / .42);
    opacity: 1;
    animation: none;
    transform: rotate(var(--r, 0deg)) scale(1);
  }
  .hero-card:nth-child(3n+1) { aspect-ratio: 1.45; grid-column: span 2; }
  .hero-card:hover,
  .hero-card:focus-visible {
    transform: translateY(-6px) rotate(var(--r, 0deg)) scale(1.01);
  }
  .hero-scroll-cue { display: none; }
  .hero-product { width: 48vw; height: 46vh; border-radius: 26px; }
  .hero-art--two::after { width: 48vw; right: -6vw; }
  .hero-art--three::after { left: 12vw; width: 34vw; height: 48vh; }
  .intro-space { padding-top: 130px; }
  .collage { width: 96vw; margin-bottom: 190px; }
  .collage-card { width: clamp(80px, 22%, 108px); border-radius: 14px; }
  .collage-title strong { font-size: clamp(44px, 16vw, 72px); }
  .collage-title span { margin-top: 16px; }
  .statement { align-items: end; }
  .statement p { font-size: 45px; }
  .section-title-row { margin-bottom: 70px; }
  .diamond-mark { grid-template-columns: repeat(2, 12px); gap: 4px; }
  .diamond-mark i { width: 12px; height: 12px; }
  .page-hero { padding-top: 130px; }
  .page-hero h1 { font-size: 76px; }
  .page-hero-copy { flex-direction: column; }
  .filters { overflow-x: auto; }
  .filter { flex: 0 0 auto; }
  .works-status { flex-direction: column; gap: 8px; margin-bottom: 24px; }
  .gallery { display: block; }
  .works-wall-section { padding-bottom: 120px; }
  .works-toolbar { margin-bottom: 40px; }
  .works-wall { width: calc(100vw - 24px); grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  .work-tile { grid-column: span 1; border-radius: 15px; }
  .work-tile:nth-child(5n+2), .work-tile:nth-child(5n+4) { margin-top: 18px; }
  .work-tile.tile-wide { grid-column: span 2; aspect-ratio: 1.6; }
  .work-overlay { inset: auto 7px 7px; padding: 10px; border-radius: 11px; opacity: 1; transform: none; }
  .work-overlay span { display: none; }
  .work-overlay strong { font-size: 11px; }
  .work-overlay i { font-size: 9px; }
  .works-empty { width: calc(100vw - 24px); min-height: 200px; padding: 22px; border-radius: 18px; }
  .case-cover { height: 72vh; }
  .site-footer { grid-template-columns: 1fr; gap: 25px; }
  .footer-bottom { flex-direction: column; gap: 8px; }
}

@media (max-width: 900px) {
  .video-open-copy {
    transform: translateY(-8vh);
  }
  .video-open-next {
    left: 50%;
    bottom: 34px;
  }
  .open-card {
    width: clamp(92px, 18vw, 156px);
    border-radius: 22px;
  }
  .open-card:nth-child(1) { left: 18vw !important; top: 14vh !important; }
  .open-card:nth-child(2) { left: 52vw !important; top: 4vh !important; }
  .open-card:nth-child(3) { left: 70vw !important; top: 24vh !important; }
  .open-card:nth-child(4) { left: 10vw !important; top: 42vh !important; }
  .open-card:nth-child(5) { left: 72vw !important; top: 58vh !important; }
  .open-card:nth-child(6) { left: 15vw !important; top: 78vh !important; }
  .open-card:nth-child(7) { left: 58vw !important; top: 84vh !important; }
  .hero[data-hero-carousel] {
    --card-scale: clamp(.62, calc(100vw / 960), .86);
    height: 100dvh;
    min-height: 620px;
  }
  .hero[data-hero-carousel] .hero-track { inset: 64px 0 0; }
  .hero[data-hero-carousel] .hero-rail {
    align-content: center;
    padding-inline: clamp(70px, 12vw, 140px);
    padding-bottom: 48px;
  }
}

@media (max-width: 560px) {
  .video-open {
    min-height: 100svh;
  }
  .video-open-copy {
    width: calc(100vw - 32px);
    transform: translateY(-9vh);
  }
  .video-open-copy h1 {
    margin-top: 20px;
    gap: 8px;
    letter-spacing: -.055em;
  }
  .video-open-copy h1 span {
    font-size: clamp(76px, 25vw, 112px);
  }
  .video-open-copy h1 strong {
    font-size: clamp(54px, 17vw, 76px);
  }
  .video-open-copy p {
    font-size: 10px;
    letter-spacing: .12em;
  }
  .video-open-next {
    left: 50%;
    right: auto;
    bottom: 28px;
    min-height: 36px;
    min-width: 92px;
    padding-inline: 13px;
    font-size: 12px;
    transform: translateX(-50%);
  }
  .video-open-next:hover {
    transform: translate(-50%, -2px);
  }
  .open-card {
    width: 82px;
    border-radius: 17px;
    box-shadow: 0 20px 54px rgb(0 0 0 / .5);
  }
  .open-card--sale {
    font-size: 18px;
  }
  .open-card--letter {
    font-size: 60px;
  }
  .open-card:nth-child(1) { left: 6vw !important; top: 14vh !important; }
  .open-card:nth-child(2) { left: 56vw !important; top: 8vh !important; }
  .open-card:nth-child(3) { left: 74vw !important; top: 25vh !important; }
  .open-card:nth-child(4) { left: -5vw !important; top: 42vh !important; }
  .open-card:nth-child(5) { left: 73vw !important; top: 47vh !important; }
  .open-card:nth-child(6) { left: 8vw !important; top: 64vh !important; }
  .open-card:nth-child(7) { left: 62vw !important; top: 67vh !important; }
  .hero[data-hero-carousel] {
    --card-scale: .54;
    min-height: 100dvh;
    padding: 0;
    overflow: hidden;
  }
  .hero[data-hero-carousel] .hero-vignette,
  .hero[data-hero-carousel] .hero-edge,
  .hero[data-hero-carousel] .hero-glow {
    display: block;
  }
  .hero[data-hero-carousel] .hero-track {
    inset: 74px 0 0;
  }
  .hero[data-hero-carousel] .hero-rail {
    grid-template-rows: repeat(3, max-content);
    column-gap: 9px;
    row-gap: 10px;
    padding: 0 42px 62px;
    align-content: center;
  }
  .hero[data-hero-carousel] .hero-tile {
    border-radius: 15px;
    box-shadow: 0 16px 38px rgb(0 0 0 / .5);
  }
  .hero[data-hero-carousel] .hero-edge {
    width: 66px;
  }
  .hero-profile {
    left: 16px;
    right: 16px;
    bottom: 34px;
    width: auto;
  }
  .hero-profile h1 {
    margin-top: 14px;
    font-size: clamp(46px, 14vw, 62px);
    letter-spacing: -.055em;
  }
  .hero-profile p {
    max-width: 31ch;
    margin-top: 18px;
    font-size: 13px;
    line-height: 1.72;
  }
  .hero-profile-actions {
    gap: 12px;
    margin-top: 20px;
  }
  .hero-profile-actions a {
    min-height: 39px;
    padding-inline: 16px;
  }
  .hero[data-hero-carousel] .hero-tile--lime,
  .hero[data-hero-carousel] .hero-tile--pink,
  .hero[data-hero-carousel] .hero-tile--blue {
    padding: 14px;
  }
}

/* First-screen redesign: reference-image style, centered nav, bottom video + one card rail. */
.hero[data-hero-carousel] {
  --card-scale: clamp(.7, calc(100vw / 1960), .94);
  background:
    radial-gradient(ellipse at 64% 28%, rgb(255 244 214 / .14), transparent 34%),
    linear-gradient(90deg, rgb(0 0 0 / .9), rgb(0 0 0 / .42) 38%, rgb(0 0 0 / .46)),
    url("mq9h0l3n-image.png") 72% 42% / auto 172% no-repeat,
    #050704;
}
.hero[data-hero-carousel] .hero-track {
  inset: auto 0 0;
  height: clamp(188px, 24vh, 258px);
}
.hero[data-hero-carousel] .hero-rail {
  grid-template-rows: max-content;
  align-content: end;
  column-gap: clamp(14px, 1.15vw, 22px);
  row-gap: 0;
  padding: 0 clamp(22px, 4vw, 72px) 30px clamp(330px, 25vw, 470px);
  transform-origin: left bottom;
}
.hero[data-hero-carousel] .hero-tile {
  grid-row: 1 !important;
  margin-top: 0 !important;
  filter: brightness(1.08) saturate(1.04);
}

@media (max-width: 900px) {
  .site-header {
    height: 58px;
  }
  .header-inner {
    width: calc(100% - 28px);
  }
  .brand {
    min-width: 86px;
    height: 32px;
    padding-inline: 12px;
    font-size: 13px;
  }
  .nav {
    display: flex;
    min-width: 310px;
    gap: 28px;
    height: 38px;
  }
  .explore {
    position: static;
    min-height: 32px;
    padding-inline: 16px;
  }
  .hero[data-hero-carousel] {
    min-height: 680px;
  }
  .hero[data-hero-carousel] .hero-track {
    inset: auto 0 0;
    height: 190px;
  }
  .hero[data-hero-carousel] .hero-rail {
    grid-template-rows: max-content;
    align-content: end;
    padding: 0 36px 22px 260px;
    column-gap: 14px;
  }
  .hero-bottom-video {
    left: 28px;
    bottom: 24px;
    width: 218px;
    border-radius: 20px;
  }
  .hero-profile {
    left: 72px;
    top: 170px;
    width: min(620px, calc(100vw - 120px));
  }
  .hero-profile h1 {
    font-size: clamp(58px, 11vw, 108px);
  }
}

@media (max-width: 560px) {
  .site-header {
    height: 56px;
  }
  .header-inner {
    width: calc(100% - 20px);
  }
  .brand {
    min-width: 42px;
    width: 42px;
    padding: 0;
    overflow: hidden;
    font-size: 0;
  }
  .brand::before {
    content: "XY";
    font-size: 12px;
  }
  .nav {
    left: 50%;
    min-width: 190px;
    gap: 18px;
    height: 34px;
  }
  .nav a {
    font-size: 12px;
  }
  .explore {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: 0 13px;
    font-size: 12px;
  }
  .hero[data-hero-carousel] {
    --card-scale: .58;
    min-height: 100dvh;
    padding: 0;
    overflow: hidden;
  }
  .hero-heal-video {
    opacity: .5;
  }
  .hero[data-hero-carousel] .hero-track {
    inset: auto 0 0;
    height: 158px;
  }
  .hero[data-hero-carousel] .hero-rail {
    grid-template-rows: max-content;
    align-content: end;
    padding: 0 18px 18px 162px;
    column-gap: 10px;
  }
  .hero[data-hero-carousel] .hero-tile {
    min-width: 104px;
    min-height: 92px;
    border-radius: 15px;
  }
  .hero-bottom-video {
    left: 16px;
    bottom: 18px;
    width: 136px;
    border-radius: 16px;
  }
  .hero-bottom-video span {
    display: none;
  }
  .hero-profile {
    left: 24px;
    right: 24px;
    top: 28vh;
    bottom: auto;
    width: auto;
  }
  .hero-profile .eyebrow {
    font-size: 10px;
    letter-spacing: .08em;
  }
  .hero-profile h1 {
    margin-top: 10px;
    font-size: clamp(44px, 14.5vw, 70px);
    letter-spacing: -.045em;
  }
  .hero-profile p {
    max-width: 28ch;
    margin-top: 13px;
    font-size: 14px;
    line-height: 1.55;
  }
  .hero-profile-actions {
    gap: 10px;
    margin-top: 16px;
  }
  .hero-profile-actions a {
    min-height: 36px;
    padding-inline: 15px;
  }
  .hero-profile-actions span {
    font-size: 12px;
  }
  .hero-edge {
    width: 58px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
  .hero { --hero-x: 0 !important; --hero-y: 0 !important; --hero-scroll: 0 !important; }
  .hero-stage { transform: none; filter: none; }
  .hero-card, .hero-side-card { opacity: 1; transform: rotate(var(--r, 0deg)) scale(1); }
  .works-wall { transform: none; }
  .work-tile {
    --entry-y: 0px;
    --depth-y: 0px !important;
    --tile-scale: 1;
    --tile-opacity: 1;
    --tile-saturation: 1;
  }
}

.hero-product::before {
  content: "MEIFUBAO";
  font-size: clamp(34px, 5.6vw, 82px);
}

/* Final first-screen lock after legacy rules. */
.site-header {
  height: 54px !important;
  background: transparent !important;
  backdrop-filter: none !important;
}

.header-inner {
  width: min(960px, calc(100% - 44px)) !important;
  height: 38px !important;
  margin-top: 2px !important;
  padding: 0 8px 0 0 !important;
  border: 1px solid rgb(255 255 255 / .08) !important;
  border-radius: 999px !important;
  background: linear-gradient(180deg, rgb(16 20 18 / .58), rgb(8 10 9 / .4)) !important;
  box-shadow: inset 0 1px 0 rgb(255 255 255 / .11), 0 14px 45px rgb(0 0 0 / .38) !important;
  backdrop-filter: blur(18px) !important;
}

.brand {
  width: auto !important;
  min-width: 112px !important;
  height: 38px !important;
  display: inline-flex !important;
  gap: 8px !important;
  padding: 0 18px 0 13px !important;
  border-radius: 999px !important;
  background: linear-gradient(180deg, #d1ff31, #96ef21) !important;
  color: #0c1607 !important;
  font: 900 15px/1 var(--font-display) !important;
}

.brand span {
  display: grid !important;
  place-items: center !important;
  width: 22px !important;
  height: 22px !important;
  border-radius: 50% !important;
  background: #071006 !important;
  color: #baff2c !important;
  font: 900 10px/1 var(--font-display) !important;
}

.nav {
  gap: clamp(42px, 6vw, 96px) !important;
}

.nav a {
  color: rgb(239 244 235 / .5) !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  letter-spacing: .02em !important;
}

.nav a:hover,
.nav a[aria-current="page"] {
  color: rgb(239 244 235 / .82) !important;
}

.explore {
  display: inline-flex !important;
  align-items: center !important;
  min-height: 32px !important;
  padding: 0 18px !important;
  border: 1px solid rgb(255 255 255 / .18) !important;
  border-radius: 999px !important;
  background: rgb(255 255 255 / .08) !important;
  color: rgb(248 249 242 / .78) !important;
}

.hero[data-hero-carousel] {
  --card-scale: 1 !important;
  min-height: 100dvh !important;
  background: #050704 !important;
  cursor: default !important;
}

.hero[data-hero-carousel]::before {
  content: "" !important;
  position: absolute !important;
  z-index: 3 !important;
  inset: 0 !important;
  pointer-events: none !important;
  background:
    linear-gradient(90deg, rgb(0 0 0 / .7) 0 30%, rgb(0 0 0 / .18) 44%, transparent 62%),
    linear-gradient(180deg, transparent 0 68%, rgb(0 0 0 / .42) 78%, rgb(0 0 0 / .78) 100%) !important;
}

.hero-heal-video {
  opacity: 1 !important;
  filter: saturate(.96) contrast(.98) brightness(.98) !important;
  transform: scale(1.015) !important;
}

.hero-vignette {
  z-index: 4 !important;
  background:
    radial-gradient(ellipse at 78% 18%, rgb(255 236 196 / .42), transparent 28%),
    radial-gradient(ellipse at 46% 34%, transparent 0 34%, rgb(0 0 0 / .08) 62%, rgb(0 0 0 / .44) 100%),
    linear-gradient(90deg, rgb(0 0 0 / .44), rgb(0 0 0 / .04) 46%, rgb(0 0 0 / .16)),
    linear-gradient(180deg, rgb(0 0 0 / .14), transparent 32%, rgb(0 0 0 / .62) 100%) !important;
}

.hero-profile {
  left: clamp(58px, 17vw, 300px) !important;
  top: clamp(160px, 25vh, 238px) !important;
  width: min(760px, 54vw) !important;
  text-shadow: 0 16px 44px rgb(0 0 0 / .48) !important;
}

.hero-profile .eyebrow {
  color: rgb(245 247 241 / .86) !important;
  font: 800 clamp(15px, 1.3vw, 22px)/1.2 var(--font-body) !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

.hero-profile h1 {
  position: relative !important;
  width: max-content !important;
  max-width: 100% !important;
  margin: 16px 0 0 !important;
  font: 900 clamp(76px, 6.4vw, 132px)/.82 var(--font-display) !important;
  letter-spacing: -.035em !important;
}

.hero-profile h1 span {
  color: #b8ff27 !important;
}

.hero-profile h1 strong {
  color: rgb(249 249 244 / .94) !important;
  font-weight: 650 !important;
  letter-spacing: .02em !important;
}

.hero-profile h1 em {
  position: absolute !important;
  left: 65% !important;
  bottom: 7% !important;
  color: #c7ff38 !important;
  font: 500 clamp(24px, 2.1vw, 42px)/1 "Segoe Script", "Comic Sans MS", cursive !important;
  letter-spacing: -.04em !important;
  transform: rotate(-6deg) !important;
}

.hero-profile p {
  max-width: 38ch !important;
  margin-top: 20px !important;
  color: rgb(255 255 255 / .86) !important;
  font-size: clamp(18px, 1.4vw, 25px) !important;
  font-weight: 700 !important;
  line-height: 1.38 !important;
}

.hero-profile-actions,
.hero-bottom-video,
.hero-glow {
  display: none !important;
}

.hero[data-hero-carousel] .hero-track {
  z-index: 7 !important;
  height: clamp(168px, 24vh, 250px) !important;
  inset: auto 0 0 !important;
  overflow: visible !important;
}

.hero[data-hero-carousel] .hero-rail {
  padding: 0 clamp(18px, 3vw, 64px) !important;
  column-gap: clamp(8px, .72vw, 14px) !important;
}

.hero[data-hero-carousel] .hero-tile {
  grid-row: 1 !important;
  --r: 0deg !important;
  width: clamp(190px, 10.8vw, 210px) !important;
  height: clamp(220px, 25vh, 244px) !important;
  margin-top: 0 !important;
  border-radius: clamp(20px, 1.5vw, 30px) !important;
  box-shadow: 0 22px 60px rgb(0 0 0 / .38) !important;
  filter: saturate(1.1) brightness(1.08) !important;
  opacity: 1 !important;
  animation: none !important;
  transform: translate3d(0, 0, 0) scale(1) !important;
}

.hero[data-hero-carousel] .hero-tile:hover,
.hero[data-hero-carousel] .hero-tile:focus-visible,
.hero[data-hero-carousel] .hero-tile.is-hot {
  transform: translate3d(0, -8px, 0) scale(1.035) !important;
}

.hero[data-hero-carousel] .hero-tile img {
  transform: none !important;
}

@media (max-width: 560px) {
  .header-inner {
    width: calc(100% - 16px) !important;
    height: 36px !important;
  }

  .brand {
    min-width: 42px !important;
    width: 42px !important;
    height: 36px !important;
    padding: 0 !important;
    font-size: 0 !important;
  }

  .brand::before {
    content: none !important;
  }

  .nav {
    gap: 18px !important;
  }

  .nav a {
    font-size: 11px !important;
  }

  .explore {
    min-height: 30px !important;
    padding: 0 12px !important;
    font-size: 11px !important;
  }

  .hero-heal-video {
    object-position: 62% 50% !important;
    filter: saturate(.96) contrast(.98) brightness(.82) !important;
  }

  .hero-profile {
    left: 24px !important;
    right: 18px !important;
    top: 24vh !important;
    width: auto !important;
  }

  .hero-profile .eyebrow {
    font-size: 13px !important;
  }

  .hero-profile h1 {
    font-size: clamp(48px, 15.6vw, 74px) !important;
  }

  .hero-profile h1 em {
    left: 66% !important;
    bottom: 10% !important;
    font-size: 20px !important;
  }

  .hero-profile p {
    max-width: 28ch !important;
    font-size: 15px !important;
  }

  .hero[data-hero-carousel] {
    --card-scale: .64 !important;
  }

  .hero[data-hero-carousel]::before {
    background:
      linear-gradient(90deg, rgb(0 0 0 / .62) 0 42%, transparent 72%),
      linear-gradient(180deg, transparent 0 68%, rgb(0 0 0 / .54) 82%, rgb(0 0 0 / .84) 100%) !important;
  }

  .hero[data-hero-carousel] .hero-track {
    height: 150px !important;
  }

  .hero[data-hero-carousel] .hero-rail {
    padding-inline: 16px !important;
    column-gap: 7px !important;
  }

  .hero[data-hero-carousel] .hero-tile {
    width: 132px !important;
    height: 156px !important;
    border-radius: 18px !important;
    transform: translate3d(0, 0, 0) scale(1) !important;
  }
}

.hero-product::after {
  content: "美妆电商视觉升级";
}
