@font-face {
  font-family: "Yuexiang Stat";
  src: url("./assets/fonts/bebas-neue-400.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Yuexiang Heiti";
  src: url("./assets/fonts/noto-sans-sc-400.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Yuexiang Heiti";
  src: url("./assets/fonts/noto-sans-sc-700.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: #080808;
  --ink: #111111;
  --white: #f6f6f3;
  --gray: #1f1f1f;
  --gray-2: #343434;
  --red: #e7192d;
  --line-dark: rgb(17 17 17 / .2);
  --line-light: rgb(255 255 255 / .18);
  --radius: 10px;
  --gutter: clamp(24px, 4.2vw, 68px);
  --shell: 1360px;
  --sans: "Helvetica Neue", "SF Pro Display", "PingFang SC", "Hiragino Sans GB", "Noto Sans CJK SC", "Microsoft YaHei", Arial, sans-serif;
  --heiti: "Yuexiang Heiti", "Noto Sans SC", "SimHei", "Heiti SC", "STHeiti", "Microsoft YaHei", sans-serif;
  --heiti-sub: "Yuexiang Heiti", "Noto Sans SC", "SimHei", "PingFang SC", "Microsoft YaHei", sans-serif;
  --stat-number: "Yuexiang Stat", "Bebas Neue", "Arial Black", sans-serif;
  --case-media-width: min(720px, 100%);
}
html { scroll-behavior: smooth; background: var(--black); }
body { margin: 0; overflow-x: hidden; background: var(--white); color: var(--ink); font-family: var(--sans); font-synthesis: none; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
h1, h2, h3 { font-family: var(--heiti); font-weight: 700; font-synthesis: none; letter-spacing: -.04em; }
.section-heading > p:last-child,
.work-panel__detail p,
.production-card p,
.case-viewer__content > p:last-child,
.case-project__services-title,
.case-project__services,
.case-projects__header > p { font-family: var(--heiti-sub); font-weight: 400; font-synthesis: none; letter-spacing: 0; }
body.case-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button,input { color: inherit; font: inherit; }
img,video { display: block; max-width: 100%; }
.visually-hidden { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
.section-shell { width: min(var(--shell), calc(100% - var(--gutter) * 2)); margin-inline: auto; }

/* Navigation */
.site-nav { position: fixed; z-index: 50; inset: 0 0 auto; height: 80px; padding: 0 var(--gutter); display: flex; align-items: center; justify-content: space-between; gap: 32px; color: var(--white); background: rgb(8 8 8 / .18); border-bottom: 1px solid transparent; transition: background-color .3s ease,border-color .3s ease; }
.site-nav.is-scrolled { background: rgb(8 8 8 / .88); border-color: var(--line-light); }
.site-nav__brand,.site-nav__right,.site-nav nav,.nav-signature { display: flex; align-items: center; }
.site-nav__brand { gap: clamp(16px, 1.6vw, 28px); min-width: 0; }
.nav-mark { width: clamp(104px, 8.4vw, 138px); flex: 0 0 auto; }
.nav-mark img { display: block; width: 100%; height: auto; }
.nav-signature { gap: 12px; padding-left: clamp(14px, 1.6vw, 26px); border-left: 1px solid rgb(255 255 255 / .25); color: rgb(255 255 255 / .76); font-size: clamp(10px, .74vw, 12px); font-weight: 300; letter-spacing: .16em; white-space: nowrap; }
.nav-signature__wave,.site-footer__identity-wave,.about-signature__wave { flex: 0 0 auto; display: block; object-fit: contain; opacity: .76; }
.nav-signature__wave { width: 37px; height: 18px; }
.site-footer__identity-wave,.about-signature__wave { width: 46px; height: 23px; }
.site-nav__right { gap: clamp(40px, 4.5vw, 72px); }
.site-nav nav { gap: clamp(48px, 5.5vw, 92px); }
.site-nav nav a { display: grid; gap: 4px; justify-items: center; text-align: center; color: rgb(255 255 255 / .82); font-size: 12px; font-weight: 300; letter-spacing: .08em; white-space: nowrap; transition: color .25s ease; }
.site-nav nav a > span { font-size: 1.5em; font-weight: 700; line-height: 1.1; }
.site-nav nav small { color: rgb(255 255 255 / .72); font-size: 7px; font-weight: 500; letter-spacing: .24em; text-align: center; }
.site-nav nav a:hover,.site-nav nav a:focus-visible { color: #fff; outline: none; }
.site-search { position: relative; display: flex; align-items: center; justify-content: flex-end; gap: 0; width: 32px; height: 32px; padding: 0; border: 0; border-radius: 0; background: transparent; overflow: hidden; transition: width .32s ease, padding .32s ease, gap .32s ease, border-color .2s ease, background-color .2s ease; }
.site-search.is-open { width: clamp(220px, 20vw, 320px); gap: 8px; padding: 0 10px 0 14px; border: 1px solid rgb(255 255 255 / .42); border-radius: 4px; background: rgb(255 255 255 / .08); }
.site-search label { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
.site-search input { flex: 1; min-width: 0; width: 0; padding: 0; border: 0; outline: none; background: transparent; color: #fff; font-size: 12px; font-weight: 300; opacity: 0; pointer-events: none; transition: opacity .22s ease; }
.site-search.is-open input { width: auto; opacity: 1; pointer-events: auto; }
.site-search input::placeholder { color: rgb(255 255 255 / .42); }
.site-search__toggle { flex: 0 0 auto; display: grid; place-items: center; width: 32px; height: 32px; padding: 0; border: 0; background: transparent; color: rgb(255 255 255 / .55); cursor: pointer; transition: color .2s ease; }
.site-search__toggle:hover,.site-search__toggle:focus-visible { color: #fff; outline: none; }
.site-search.is-open .site-search__toggle { width: 20px; height: 20px; }
.site-search__icon { display: block; }
.site-search__results { position: absolute; top: calc(100% + 15px); right: 0; width: min(360px, calc(100vw - 40px)); max-height: 360px; overflow: auto; padding: 8px; background: var(--white); color: var(--ink); border: 1px solid rgb(17 17 17 / .12); box-shadow: 0 18px 50px rgb(0 0 0 / .25); }
.search-result { display: grid; width: 100%; gap: 4px; padding: 14px 12px; border: 0; border-bottom: 1px solid rgb(17 17 17 / .12); background: transparent; text-align: left; cursor: pointer; }
.search-result:last-child { border-bottom: 0; }
.search-result strong { font-size: 13px; font-weight: 400; }
.search-result span { color: #777; font-size: 9px; letter-spacing: .13em; }
.search-result:hover,.search-result:focus-visible { background: #ecece8; outline: none; }
.search-empty { margin: 0; padding: 18px 12px; color: #777; font-size: 12px; }

/* Hero */
.manifesto-hero { position: relative; height: 100dvh; min-height: 620px; overflow: hidden; background: var(--black); color: #fff; }
.manifesto-hero > video { width: 100%; height: 100%; object-fit: cover; object-position: center; filter: grayscale(.1) contrast(1.02) brightness(.78); }
.manifesto-hero__dim { position: absolute; inset: 0; z-index: 1; pointer-events: none; background: rgb(0 0 0 / .4); }
.manifesto-hero__veil { position: absolute; inset: 0; z-index: 1; pointer-events: none; background: linear-gradient(180deg,rgb(0 0 0 / .42) 0%,transparent 27%,transparent 70%,rgb(0 0 0 / .5) 100%); }
.manifesto-hero__statement { position: absolute; z-index: 2; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; margin: 0; padding: 0 var(--gutter); text-align: center; color: #fff; text-shadow: 0 2px 24px rgb(0 0 0 / .55); pointer-events: none; opacity: 0; visibility: hidden; }
@media (prefers-reduced-motion: reduce) {
  .manifesto-hero__statement { opacity: 1; visibility: visible; }
}
.manifesto-hero__symbols { display: flex; align-items: center; justify-content: center; gap: clamp(14px, 1.55vw, 22px); margin: 0 0 clamp(22px, 2.6vh, 32px); }
.manifesto-hero__symbols img { width: auto; height: clamp(26px, 2.35vw, 34px); object-fit: contain; filter: brightness(0) invert(1); opacity: .9; }
.manifesto-hero__lead,.manifesto-hero__body { display: grid; justify-items: center; margin: 0; }
.manifesto-hero__lead { gap: clamp(10px, 1.2vh, 14px); margin-bottom: clamp(40px, 5vh, 68px); }
.manifesto-hero__body { gap: clamp(8px, 1vh, 12px); max-width: min(980px, 100%); }
.manifesto-hero__lead-cn,.manifesto-hero__body-cn,.manifesto-hero__lead-en,.manifesto-hero__body-en { margin: 0; }
.manifesto-hero__lead-cn { font-family: var(--heiti); font-weight: 700; font-size: clamp(34px, 4.6vw, 58px); line-height: 1.08; letter-spacing: .02em; white-space: nowrap; }
.manifesto-hero__lead-en { color: rgb(255 255 255 / .92); font-family: var(--sans); font-weight: 400; font-size: clamp(13px, 1.35vw, 19px); line-height: 1.35; letter-spacing: .08em; text-transform: uppercase; white-space: nowrap; }
.manifesto-hero__lead-en strong { font-weight: 700; letter-spacing: .06em; }
.manifesto-hero__body-cn { font-family: var(--heiti); font-weight: 700; font-size: clamp(20px, 2.35vw, 34px); line-height: 1.34; letter-spacing: .02em; }
.manifesto-hero__body-en { color: rgb(255 255 255 / .88); font-family: var(--sans); font-weight: 400; font-size: clamp(9px, 0.78vw, 11px); line-height: 1.5; letter-spacing: .16em; text-transform: uppercase; }
.manifesto-hero__meta { position: absolute; z-index: 2; left: var(--gutter); right: var(--gutter); bottom: 28px; display: flex; justify-content: space-between; color: rgb(255 255 255 / .62); font-size: 8px; font-weight: 300; letter-spacing: .26em; }

/* Shared typography */
.section-heading { max-width: 720px; }
.section-heading h2,.section-heading p { margin: 0; }
.section-heading h2 { font-size: clamp(42px, 4.8vw, 72px); line-height: .94; letter-spacing: -.045em; }
.section-heading__eyebrow,
.title-eyebrow {
  display: block;
  width: max-content;
  max-width: 100%;
  margin: 0 0 18px !important;
  color: #737373;
  font-family: var(--sans);
  font-weight: 500;
  font-size: clamp(11px, 0.95vw, 13px);
  line-height: 1.1;
  letter-spacing: .14em;
  text-transform: uppercase;
  font-synthesis: none;
  white-space: nowrap;
}
.section-heading__eyebrow--stacked { display: grid; gap: .42em; white-space: normal; }
.section-heading__eyebrow--stacked span { display: block; }
.section-heading h2 + .section-heading__eyebrow { margin-top: clamp(14px, 1.6vh, 20px) !important; margin-bottom: 0 !important; }
.section-heading:has(h2 + .section-heading__eyebrow) > p:last-child { margin-top: clamp(22px, 2.4vh, 30px); padding-top: clamp(18px, 2vh, 24px); border-top: 1px solid rgb(255 255 255 / .12); }
.section-heading > p:last-child { max-width: 48ch; margin-top: 24px; color: #666; font-size: clamp(14px, 1.05vw, 17px); line-height: 1.8; }
.section-heading--compact h2 { font-size: clamp(40px, 4.2vw, 64px); }

/* Brand services */
.work-showcase { min-height: 100dvh; padding: clamp(110px, 14vh, 170px) 0; background: #fff; color: var(--ink); }
.work-showcase .section-heading:has(h2 + .section-heading__eyebrow) > p:last-child { border-top-color: rgb(17 17 17 / .12); }
.work-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; height: min(680px, 70vh); min-height: 520px; margin-top: clamp(58px, 8vh, 86px); }
.work-panel { position: relative; min-width: 0; height: 100%; overflow: hidden; border-radius: var(--radius); background: #111; cursor: pointer; outline: none; }
.work-grid.is-static .work-panel { cursor: default; }
.work-panel::after { content: ""; position: absolute; inset: 0; background: rgb(0 0 0 / .28); transition: opacity .45s ease; pointer-events: none; }
.work-panel:hover::after,
.work-panel:focus-visible::after { opacity: 0; }
.work-panel__image { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center top; filter: saturate(.1) brightness(.58) contrast(.94); transition: filter .45s ease, transform .55s ease; }
.work-panel:hover .work-panel__image,
.work-panel:focus-visible .work-panel__image { filter: saturate(1.35) brightness(1.14) contrast(1.06); transform: scale(1.02); }
.work-panel:focus-visible { box-shadow: 0 0 0 2px rgb(17 17 17 / .42); }
.work-panel__caption { position: absolute; z-index: 2; left: 0; right: 0; bottom: 0; padding: 28px 16px 16px; background: linear-gradient(180deg, transparent, rgb(0 0 0 / .78)); color: #fff; pointer-events: none; }
.work-panel__caption h3 { margin: 0; font-size: clamp(18px, 1.6vw, 24px); line-height: 1.15; letter-spacing: -.02em; }
.work-panel__caption p { margin: 6px 0 0; color: rgb(255 255 255 / .78); font-size: 12px; line-height: 1.45; }

/* Impact */
.brand-impact { position: relative; min-height: 100dvh; display: grid; align-items: center; overflow: hidden; padding: clamp(112px, 14vh, 168px) 0; background: #010101; color: var(--white); }
.impact-layout { position: relative; z-index: 2; width: 100%; max-width: none; min-height: calc(100dvh - clamp(224px, 28vh, 336px)); margin: 0; padding: 0; }
.impact-content { position: absolute; z-index: 2; top: 50%; left: clamp(10px, calc(22vw - 150px), 230px); display: flex; flex-direction: column; align-items: flex-start; width: min(468px, calc(100vw - var(--gutter) * 2)); transform: translateY(-50%); }
.impact-content .section-heading { width: 100%; max-width: min(468px, 100%); text-align: left; }
.impact-content .section-heading h2 { display: grid; gap: .1em; font-size: clamp(42px, 4.4vw, 62px); line-height: 1.06; letter-spacing: -.02em; white-space: normal; }
.impact-content .section-heading h2 span { display: block; }
.impact-content .section-heading h2 + .section-heading__eyebrow { margin-top: clamp(26px, 2.8vh, 36px) !important; }
.impact-content .section-heading > p:last-child { margin-top: clamp(22px, 2.4vh, 30px); padding-top: clamp(18px, 2vh, 24px); border-top: 1px solid rgb(255 255 255 / .12); color: rgb(246 246 243 / .64); max-width: none; }
.impact-stats { width: min(234px, 100%); margin-top: clamp(24px, 3vh, 36px); background: #010101; align-self: flex-start; }
.impact-stats__image { display: block; width: 100%; height: auto; background: #010101; }
.client-drift-wall { position: absolute; z-index: 1; inset: 0 0 0 38%; overflow: hidden; isolation: isolate; background: #010101; }
.client-drift-wall::before { content: ""; position: absolute; z-index: 2; inset: 0 auto 0 0; width: min(48%, 520px); background: linear-gradient(90deg, #010101 0%, rgb(1 1 1 / .94) 22%, rgb(1 1 1 / .72) 48%, rgb(1 1 1 / .35) 72%, transparent 100%); pointer-events: none; }
.client-drift-wall__video { display: block; width: 100%; height: 100%; object-fit: cover; object-position: right center; }

/* Production */
.production-story { min-height: 100dvh; padding: clamp(110px, 14vh, 170px) 0 clamp(140px, 18vh, 220px); background: var(--gray); color: var(--white); }
.production-story .section-heading > p:last-child { color: rgb(246 246 243 / .62); }
.production-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(48px, 6.5vh, 88px) clamp(28px, 3.2vw, 48px); margin-top: clamp(72px, 10vh, 112px); }
.production-card { display: grid; gap: 0; min-width: 0; }
.production-card img { display: block; width: 100%; height: auto; object-fit: contain; object-position: center; border-radius: var(--radius); background: #111; }
.production-card h3 { margin: 22px 0 0; font-size: clamp(28px, 2.5vw, 40px); letter-spacing: -.02em; }
.production-card .title-eyebrow { margin: clamp(10px, 1.2vh, 14px) 0 clamp(14px, 1.6vh, 18px) !important; }
.production-card p { margin: 0; max-width: 42ch; color: rgb(246 246 243 / .62); font-size: 14px; line-height: 1.7; }

/* Footer */
.site-footer { min-height: 70dvh; padding: clamp(88px, 12vh, 130px) var(--gutter) 32px; display: flex; flex-direction: column; background: var(--black); color: var(--white); }
.site-footer__top { display: grid; grid-template-columns: minmax(0,1.55fr) minmax(330px,.75fr); gap: clamp(70px, 9vw, 140px); }
.site-footer__statement { margin: 0; font-size: clamp(27px, 2.7vw, 42px); font-weight: 300; line-height: 1.25; letter-spacing: -.04em; }
.site-footer__statement span { display: block; }
.site-footer__identity { width: min(610px,100%); margin-top: clamp(58px, 8vh, 92px); color: rgb(255 255 255 / .5); }
.site-footer__identity-row,.site-footer__symbols { display: flex; align-items: center; }
.site-footer__identity-row { gap: clamp(10px,1.1vw,17px); }
.site-footer__symbols { gap: clamp(9px,1vw,15px); }
.site-footer__symbols img { width: auto; height: 28px; object-fit: contain; filter: brightness(0) invert(1); opacity: .5; }
.site-footer__identity-cross { font-size: 28px; font-weight: 200; }
.site-footer__identity-copy { font-size: clamp(12px,1.05vw,16px); font-weight: 300; letter-spacing: .16em; white-space: nowrap; }
.site-footer__identity small { display: block; margin-top: 12px; color: #737373; font-size: 8px; font-weight: 500; letter-spacing: .42em; white-space: nowrap; }
.site-footer__columns { display: grid; grid-template-columns: .7fr 1.3fr; gap: 54px; }
.site-footer__columns h2 { margin: 0 0 26px; color: #777; font-size: 12px; }
.site-footer__columns nav,.site-footer__columns section { display: flex; flex-direction: column; align-items: flex-start; gap: 13px; font-size: 14px; font-weight: 300; }
.site-footer__columns nav a { display: grid; gap: 4px; color: #777; text-decoration: none; transition: color .25s ease; }
.site-footer__columns nav a > span { color: rgb(255 255 255 / .72); font-size: 18px; font-weight: 700; letter-spacing: .08em; line-height: 1.1; }
.site-footer__columns nav a small { color: #737373; font-size: 7px; font-weight: 500; letter-spacing: .24em; text-transform: uppercase; line-height: 1.2; }
.site-footer__columns nav a:hover,.site-footer__columns nav a:focus-visible { color: #999; outline: none; }
.site-footer__columns nav a:hover > span,.site-footer__columns nav a:focus-visible > span { color: rgb(255 255 255 / .88); }
.site-footer__columns p,.site-footer__columns section a { margin: 0; overflow-wrap: anywhere; }
.site-footer__bottom { display: flex; justify-content: space-between; margin-top: auto; padding-top: 22px; border-top: 1px solid var(--line-light); color: #777; font-size: 10px; }

/* Case viewer */
.case-viewer { width: 100%; max-width: none; height: 100%; max-height: none; margin: 0; padding: 0; overflow-x: hidden; overflow-y: auto; overscroll-behavior: contain; border: 0; background: var(--white); color: var(--ink); }
.case-viewer::backdrop { background: rgb(0 0 0 / .88); }
.case-viewer__shell { min-height: 100%; background: var(--white); }
.case-viewer__header { position: sticky; z-index: 12; top: 0; height: 72px; padding: 0 var(--gutter); display: flex; align-items: center; justify-content: space-between; background: rgb(8 8 8 / .94); color: #fff; border-bottom: 1px solid var(--line-light); }
.case-viewer button { padding: 10px 18px; border: 1px solid currentColor; border-radius: 999px; background: transparent; cursor: pointer; font-size: 12px; font-weight: 300; }
.case-viewer button:hover,.case-viewer button:focus-visible { color: var(--red); outline: none; }
.case-viewer__hero { position: relative; min-height: calc(100dvh - 72px); overflow: hidden; background: var(--black); color: #fff; }
.case-viewer__video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: brightness(.58); }
.case-viewer__hero::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(90deg,rgb(0 0 0 / .78),transparent 62%),linear-gradient(180deg,transparent 50%,rgb(0 0 0 / .76)); }
.case-viewer__content { position: absolute; z-index: 2; left: var(--gutter); bottom: 12vh; max-width: 900px; }
.case-viewer__content > p:first-child { display: flex; gap: 18px; color: var(--red); font-size: 11px; letter-spacing: .12em; }
.case-viewer__content h2 { margin: 20px 0; font-size: clamp(46px,6.7vw,98px); line-height: .98; letter-spacing: -.03em; }
.case-viewer__content > p:last-child { max-width: 54ch; color: rgb(255 255 255 / .72); font-size: 16px; line-height: 1.75; }
.case-viewer__hero nav { position: absolute; z-index: 3; right: var(--gutter); bottom: 7vh; display: flex; gap: 10px; }
.case-projects { padding: clamp(100px,14vh,160px) var(--gutter) clamp(140px,18vh,220px); background: #fff; color: var(--ink); }
.case-projects__header,.case-projects__list { width: min(1320px,100%); margin-inline: auto; }
.case-projects__header { margin-bottom: clamp(76px,10vh,120px); display: flex; align-items: end; justify-content: space-between; gap: 50px; }
.case-projects__header p,.case-projects__header h2 { margin: 0; }
.case-projects__header .section-heading__eyebrow { margin-top: clamp(14px, 1.6vh, 20px) !important; margin-bottom: 0 !important; }
.case-projects__header h2 { font-size: clamp(46px,5.7vw,82px); line-height: .95; letter-spacing: -.02em; }
.case-projects__header > p { color: #777; font-size: 13px; }
.case-project { display: grid; grid-template-columns: minmax(220px, 340px) var(--case-media-width); gap: clamp(48px, 6vw, 100px); align-items: start; min-height: 0; padding: clamp(70px, 9vh, 106px) 0; border-top: 1px solid var(--line-dark); }
.case-project.is-search-target { outline: 2px solid var(--red); outline-offset: 12px; }
.case-project__logo-wrap { width: min(220px, 100%); height: clamp(44px, 5.5vh, 60px); margin: 0 0 clamp(20px, 3vh, 32px); display: flex; align-items: center; }
.case-project__logo { display: block; width: 100%; height: 100%; object-fit: contain; object-position: left center; }
.case-project__title { margin: 0; max-width: 11em; font-size: clamp(22px, 2.4vw, 34px); line-height: 1.12; letter-spacing: -.01em; }
.case-project__services-title { margin: 38px 0 13px; color: #888; font-size: 11px; }
.case-project__services { margin: 0; padding: 0; display: grid; gap: 8px; list-style: none; color: #888; font-size: 14px; line-height: 1.55; }
.case-project__media { position: relative; width: var(--case-media-width); max-width: 100%; aspect-ratio: 16 / 9; overflow: hidden; border-radius: var(--radius); background: #111; justify-self: start; }
.case-project__media img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; transition: transform .7s ease; }
.case-project__media:hover img,.case-project__media.is-playing img { transform: scale(1.015); }
.case-project__media video { width: 100%; height: 100%; object-fit: cover; filter: grayscale(1) brightness(.82); transition: filter .4s ease,transform .7s ease; }
.case-project__media:hover video,.case-project__media.is-playing video { filter: grayscale(.35); transform: scale(1.015); }
.case-project__play { position: absolute; inset: 0; display: grid; place-items: center; width: 100%; border: 0 !important; border-radius: 0 !important; background: rgb(0 0 0 / .12) !important; color: #fff; }
.case-project__play span { padding: 10px 17px; border: 1px solid rgb(255 255 255 / .75); border-radius: 999px; background: rgb(0 0 0 / .25); }
.case-project__media.is-playing .case-project__play { opacity: 0; pointer-events: none; }

@media (max-width: 1100px) {
  .nav-signature { display: none; }
  .site-nav nav { gap: 36px; }
  .impact-layout { min-height: 0; }
  .impact-content { position: static; width: min(234px, 78vw); max-width: 100%; transform: none; }
  .client-drift-wall { inset: 0 0 0 34%; }
}

@media (max-width: 767px) {
  :root { --gutter: 20px; }
  .site-nav { height: 66px; gap: 14px; }
  .nav-mark { width: 108px; }
  .site-nav__right { gap: 14px; }
  .site-nav nav { display: none; }
  .site-search.is-open { width: min(220px, calc(100vw - var(--gutter) * 2 - 120px)); }
  .manifesto-hero { min-height: 560px; }
  .manifesto-hero__symbols { gap: 10px; margin-bottom: 18px; }
  .manifesto-hero__symbols img { height: 22px; }
  .manifesto-hero__lead { gap: 10px; margin-bottom: 28px; }
  .manifesto-hero__body { gap: 8px; }
  .manifesto-hero__lead-cn { font-size: clamp(26px, 7.2vw, 36px); white-space: normal; }
  .manifesto-hero__lead-en { font-size: clamp(11px, 3.1vw, 14px); letter-spacing: .06em; white-space: normal; }
  .manifesto-hero__body-cn { font-size: clamp(16px, 4.4vw, 22px); }
  .manifesto-hero__body-en { font-size: clamp(7px, 2vw, 9px); letter-spacing: .12em; }
  .manifesto-hero__meta { bottom: 18px; font-size: 6px; letter-spacing: .16em; }
  .manifesto-hero__meta span:last-child { display: none; }
  .section-heading h2 { font-size: 42px; }
  .section-heading__eyebrow,
  .title-eyebrow { font-size: 10px; letter-spacing: .12em; white-space: normal; }
  .work-showcase,.production-story { min-height: 0; padding: 96px 0 110px; }
  .work-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); height: auto; min-height: 0; gap: 8px; }
  .work-panel { aspect-ratio: 3 / 5; height: auto; }
  .work-panel__caption { padding: 22px 12px 12px; }
  .work-panel__caption h3 { font-size: 18px; }
  .work-panel__caption p { font-size: 11px; }
  .brand-impact { min-height: 0; padding: 104px 0 120px; }
  .impact-layout { min-height: 0; padding: 0 var(--gutter); }
  .impact-content { position: static; width: min(234px, 78vw); max-width: 100%; transform: none; }
  .impact-content .section-heading,
  .impact-stats { width: min(234px, 78vw); max-width: 100%; }
  .impact-content .section-heading h2 { font-size: 42px; }
  .client-drift-wall { position: relative; inset: auto; width: calc(100% + var(--gutter) * 2); min-height: 420px; margin: 44px calc(var(--gutter) * -1) -120px; }
  .client-drift-wall::before { width: min(52%, 360px); }
  .client-drift-wall__video { object-position: center; }
  .production-grid { grid-template-columns: 1fr; gap: 40px; }
  .production-card h3 { margin-top: 16px; font-size: 26px; }
  .production-card p { font-size: 13px; }
  .site-footer { min-height: auto; padding: 64px var(--gutter) 28px; }
  .site-footer__top { grid-template-columns: 1fr; gap: 48px; }
  .site-footer__statement { font-size: clamp(22px, 6.4vw, 28px); line-height: 1.35; }
  .site-footer__identity { width: 100%; overflow: visible; margin-top: 32px; }
  .site-footer__identity-row { min-width: 0; transform: none; flex-wrap: wrap; gap: 10px 12px; }
  .site-footer__symbols { flex-wrap: wrap; gap: 8px; }
  .site-footer__symbols img { height: 22px; }
  .site-footer__identity-cross { font-size: 20px; }
  .site-footer__identity-copy { flex: 1 1 100%; white-space: normal; font-size: 13px; letter-spacing: .08em; }
  .site-footer__identity small { white-space: normal; font-size: 8px; letter-spacing: .16em; line-height: 1.5; }
  .site-footer__columns { grid-template-columns: 1fr; gap: 36px; }
  .site-footer__columns nav,.site-footer__columns section { gap: 12px; }
  .site-footer__columns h2 { margin-bottom: 16px; }
  .site-footer__bottom { flex-direction: column; align-items: flex-start; margin-top: 48px; gap: 8px; }
  .case-viewer__header { height: 64px; }
  .case-viewer__hero { min-height: calc(100dvh - 64px); }
  .case-viewer__content { bottom: 22vh; }
  .case-viewer__content h2 { font-size: 48px; }
  .case-viewer__content > p:last-child { font-size: 13px; }
  .case-viewer__hero nav { right: auto; left: var(--gutter); bottom: 6vh; flex-wrap: wrap; }
  .case-projects { padding: 90px var(--gutter) 120px; }
  .case-projects__header { align-items: flex-start; flex-direction: column; gap: 18px; }
  .case-project { grid-template-columns: 1fr; gap: 38px; padding: 70px 0; }
  .case-project__media { width: 100%; grid-row: 1; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .work-panel__image { transition: none; }
  .section-heading,.impact-stats,.client-drift-wall,.production-card,.site-footer__top { opacity: 1 !important; visibility: visible !important; transform: none !important; }
}
