:root {
  --ink: #11110f;
  --paper: #f2f0e9;
  --line: rgba(17,17,15,.2);
  --accent: #f04426;
  --pad: clamp(20px, 3.2vw, 58px);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
.media-protected img {
  -webkit-user-drag: none;
  -webkit-touch-callout: none;
  user-select: none;
}
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Arial, "PingFang SC", "Microsoft YaHei", sans-serif; cursor: none; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
img { width: 100%; height: 100%; display: block; object-fit: cover; }
.section-pad { padding-left: var(--pad); padding-right: var(--pad); }
.cursor { position: fixed; z-index: 1000; width: 11px; height: 11px; border-radius: 50%; background: var(--accent); pointer-events: none; transform: translate(-50%, -50%); transition: width .25s, height .25s, background .25s; mix-blend-mode: difference; }
.cursor.big { width: 64px; height: 64px; background: #fff; }
.loading { position: fixed; z-index: 999; inset: 0; background: #11110f; color: #f2f0e9; display: grid; place-content: center; gap: 30px; transition: transform .8s cubic-bezier(.76,0,.24,1); }
.loading.done { transform: translateY(-100%); }
.loading-mark { font-size: 42px; font-weight: 700; letter-spacing: -.08em; }
.loading-line { width: 180px; height: 1px; background: #3d3d39; overflow: hidden; }
.loading-line i { display: block; height: 100%; width: 100%; background: var(--paper); animation: load 1s ease both; transform-origin: left; }
@keyframes load { from { transform: scaleX(0); } to { transform: scaleX(1); } }
.site-header { position: fixed; z-index: 50; top: 0; left: 0; width: 100%; padding: 22px var(--pad); display: grid; grid-template-columns: 1fr auto; align-items: start; color: var(--ink); mix-blend-mode: difference; filter: invert(1); }
.brand { font-size: 25px; font-weight: 800; letter-spacing: -.08em; line-height: 1; width: max-content; }
.brand-oform { letter-spacing: -.06em; }
.brand sup { font-size: 8px; margin-left: 4px; vertical-align: top; }
.header-note { font-size: 10px; line-height: 1.35; text-transform: uppercase; letter-spacing: .04em; }
.desktop-nav { display: flex; gap: 28px; font-size: 13px; }
.desktop-nav a { position: relative; }
.desktop-nav a:after { content: ""; position: absolute; left: 0; bottom: -4px; width: 100%; height: 1px; background: currentColor; transform: scaleX(0); transform-origin: right; transition: transform .3s; }
.desktop-nav a:hover:after { transform: scaleX(1); transform-origin: left; }
.menu-button { display: none; border: 0; background: none; width: 34px; height: 24px; padding: 5px 0; }
.menu-button span { display: block; height: 1px; background: currentColor; margin: 5px 0; transition: .3s; }
.menu-panel { display: none; }
.hero { min-height: 100vh; padding-top: 130px; padding-bottom: 38px; display: flex; flex-direction: column; justify-content: space-between; }
.hero-kicker { font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }
.hero-title { margin: 7vh 0 5vh; font-size: clamp(62px, 10.6vw, 190px); font-weight: 500; letter-spacing: -.085em; line-height: .87; }
.hero-title span { display: block; }
.hero-title .indent { padding-left: 20vw; }
.group-title { font-size: clamp(62px, 9.6vw, 170px); }
.hero-bottom { display: flex; justify-content: space-between; align-items: end; padding-left: 20vw; }
.hero-bottom p { margin: 0; font-size: clamp(12px, 1.05vw, 16px); line-height: 1.6; }
.round-link { width: 92px; height: 92px; border: 1px solid var(--line); border-radius: 50%; display: grid; place-content: center; text-align: center; gap: 7px; font-size: 9px; letter-spacing: .13em; transition: color .3s, background .3s, transform .3s; }
.round-link svg { width: 17px; margin: auto; fill: none; stroke: currentColor; stroke-width: 1.25; }
.round-link:hover { background: var(--ink); color: var(--paper); transform: rotate(-8deg); }
.studios { padding-top: 130px; padding-bottom: 160px; }
.studios .section-head { border-color: var(--line); }
.company-tree { margin-top: 65px; }
.studio-card { border: 0; text-align: left; cursor: none; color: inherit; position: relative; overflow: hidden; transition: transform .45s cubic-bezier(.2,.7,.2,1), box-shadow .45s; }
.studio-card:hover { transform: translateY(-7px); box-shadow: 0 24px 60px rgba(0,0,0,.13); }
.studio-logo {
  position: absolute;
  z-index: 2;
  top: clamp(18px, 2vw, 28px);
  right: clamp(18px, 2vw, 28px);
  width: 54px !important;
  max-width: 54px;
  height: 48px !important;
  max-height: 48px;
  object-fit: contain;
  object-position: right top;
  pointer-events: none;
}
.studio-logo-wide {
  width: 104px !important;
  max-width: 104px;
  height: 42px !important;
  max-height: 42px;
}
.studio-logo-light { filter: invert(1); }
.studio-parent { width: 72%; min-height: 420px; padding: clamp(28px, 4vw, 58px); background: var(--accent); }
.studio-role { display: block; font-size: 9px; letter-spacing: .12em; opacity: .64; }
.studio-card strong { display: flex; flex-direction: column; margin-top: 70px; font-size: clamp(56px, 8vw, 128px); line-height: .78; letter-spacing: -.09em; font-weight: 700; }
.studio-card strong small { margin-top: 22px; font-size: 12px; line-height: 1; letter-spacing: .06em; font-weight: 500; }
.studio-card > p { margin: 45px 0 15px; font-size: clamp(19px, 2.1vw, 32px); letter-spacing: -.035em; }
.studio-card > i { display: block; max-width: 570px; font-size: 11px; font-style: normal; line-height: 1.7; opacity: .63; }
.studio-card > b { position: absolute; right: 28px; bottom: 27px; font-size: 10px; font-weight: 500; }
.tree-connector { display: none; }
.studio-children { width: 72%; margin-top: 20px; display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.studio-child { min-height: 390px; padding: clamp(25px, 3vw, 42px); background: #d8d5cc; }
.studio-child:last-child { background: #191917; color: var(--paper); }
.studio-child strong { margin-top: 58px; font-size: clamp(40px, 5vw, 75px); line-height: .88; }
.studio-xihe strong {
  font-size: clamp(34px, 3.6vw, 54px);
  line-height: 1.03;
  letter-spacing: -.055em;
}
.work { padding-top: 130px; padding-bottom: 170px; background: #10100f; color: #efede5; }
.section-head { display: flex; justify-content: space-between; align-items: end; border-bottom: 1px solid rgba(255,255,255,.25); padding-bottom: 18px; }
.section-head h2 { margin: 0; font-size: clamp(33px, 4.5vw, 70px); font-weight: 500; letter-spacing: -.06em; }
.section-head span { font-size: 10px; letter-spacing: .08em; }
.filters { display: flex; gap: 22px; padding: 28px 0 45px; }
.filters button { padding: 0 0 5px; border: 0; border-bottom: 1px solid transparent; background: none; font-size: 12px; opacity: .45; cursor: none; }
.filters button.active { opacity: 1; border-color: currentColor; }
.work-intro { margin: 0 0 60px; display: flex; justify-content: space-between; gap: 30px; font-size: 10px; line-height: 1.6; opacity: .55; }
.work-intro p { margin: 0; max-width: 540px; }
.work-intro span { letter-spacing: .08em; }
.project-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 95px 20px; }
.project-wide { grid-column: 1 / -1; }
.project-media { position: relative; margin: 0; overflow: hidden; aspect-ratio: 4 / 5; background: #252525; }
.project-wide .project-media { aspect-ratio: 16 / 8.3; }
.project-media img, .project-media > * { transition: transform 1s cubic-bezier(.2,.7,.2,1); }
.project-link:hover .project-media img { transform: scale(1.035); }
.page-art img { object-position: center; }
.social-cover { background: #1b1b19; }
.social-cover img { object-position: center top; }
.project-arrow { position: absolute; z-index: 4; right: 16px; top: 16px; width: 68px; height: 68px; border-radius: 50%; background: var(--accent); color: #11110f; display: grid; place-content: center; text-align: center; font-size: 8px; line-height: 1.25; letter-spacing: .06em; opacity: 0; transform: scale(.8); transition: opacity .3s, transform .3s !important; }
.project-link:hover .project-arrow { opacity: 1; transform: scale(1); }
.project-info { display: flex; justify-content: space-between; align-items: start; padding-top: 16px; border-top: 1px solid transparent; }
.company-tag { display: block; margin-bottom: 10px; color: var(--accent); font-size: 8px; font-weight: 500; letter-spacing: .08em; text-transform: uppercase; }
.project-info h3 { margin: 0 0 6px; font-size: 21px; font-weight: 500; letter-spacing: -.03em; }
.project-info p, .project-info span { margin: 0; font-size: 10px; opacity: .62; }
.media-tea { background: #e7e0d3; }
.media-blue { background: #1747d1; display: grid; place-items: end center; }
.media-blue:before { content: ""; position: absolute; width: 150%; height: 45%; left: -35%; bottom: 15%; background: #ffdf50; transform: rotate(-12deg); }
.media-blue b { position: absolute; top: 22px; left: 22px; font-size: clamp(60px, 10vw, 130px); line-height: 1; color: #fff; font-weight: 500; letter-spacing: -.08em; }
.bottle { position: absolute; z-index: 2; bottom: 13%; border-radius: 26px 26px 12px 12px; box-shadow: inset -12px -8px 20px rgba(0,0,0,.15), 0 22px 30px rgba(0,0,0,.25); }
.bottle-one { left: 33%; width: 17%; height: 43%; background: linear-gradient(90deg,#0b2689,#4175f5); }
.bottle-one:before, .bottle-two:before { content: ""; position: absolute; left: 22%; right: 22%; top: -8%; height: 10%; background: #e6e4d7; border-radius: 3px; }
.bottle-two { left: 53%; width: 19%; height: 33%; background: linear-gradient(90deg,#e8e4bd,#fff8b5); }
.orb { position: absolute; z-index: 3; width: 20%; aspect-ratio: 1; border-radius: 50%; bottom: 5%; right: 13%; background: radial-gradient(circle at 30% 25%,#fff,#8a8a85 35%,#111 85%); }
.project-link:hover .media-blue > * { transform: translateY(-8px); }
.media-orbit { background: #d7d2c6; color: #141412; }
.media-orbit:before { content: ""; position: absolute; inset: 0; background: repeating-linear-gradient(90deg,transparent 0 12.4%,rgba(20,20,18,.12) 12.5%); }
.media-orbit span { position: absolute; left: 8%; bottom: 7%; font-size: clamp(28px,5vw,72px); letter-spacing: -.07em; line-height: .8; font-weight: 700; }
.orbit-line { position: absolute; top: 12%; right: -18%; width: 94%; aspect-ratio: 1; border: 2px solid #f04426; border-radius: 50%; }
.orbit-dot { position: absolute; top: 42%; right: 30%; width: 22%; aspect-ratio: 1; border-radius: 50%; background: #f04426; box-shadow: -22vw 16vw 0 -3vw #11110f; }
.project-link:hover .orbit-line { transform: rotate(20deg) scale(.95); }
.media-culture { background: #f15c28; color: #1a1714; }
.media-culture:before { content: ""; position: absolute; left: 0; bottom: 0; width: 52%; height: 42%; background: #6834cd; }
.culture-type { position: absolute; z-index: 2; top: 7%; left: 5%; font-family: Georgia,"Songti SC",serif; font-size: clamp(55px,10vw,155px); font-weight: 700; letter-spacing: -.15em; line-height: .74; }
.culture-card { position: absolute; z-index: 4; bottom: 7%; right: 5%; width: 24%; aspect-ratio: 1.5; background: #eee9df; display: grid; place-content: center; font-size: clamp(10px,2vw,26px); transform: rotate(7deg); box-shadow: 0 20px 50px rgba(0,0,0,.22); }
.culture-circle { position: absolute; z-index: 3; width: 28%; aspect-ratio: 1; border-radius: 50%; right: 24%; top: 17%; background: #141412; }
.project-link:hover .culture-card { transform: rotate(-2deg) translateY(-8px); }
.project.hide { display: none; }
.work-note { margin: 110px 0 0; max-width: 480px; font-size: 11px; line-height: 1.6; opacity: .42; }
.about { padding-top: 150px; padding-bottom: 170px; }
.about-person + .about-person { margin-top: clamp(140px, 14vw, 230px); padding-top: clamp(100px, 10vw, 170px); border-top: 1px solid var(--line); }
.about-label { font-size: 10px; letter-spacing: .12em; }
.profile-grid { margin: 85px 0 130px; display: grid; grid-template-columns: minmax(250px, .72fr) 2fr; align-items: end; gap: clamp(38px, 7vw, 120px); }
.profile-photo { position: relative; margin: 0; aspect-ratio: 1; overflow: hidden; background: #141412; }
.profile-photo img { filter: grayscale(1); transition: filter .5s, transform .8s cubic-bezier(.2,.7,.2,1); }
.profile-photo:hover img { filter: grayscale(.15); transform: scale(1.02); }
.profile-photo--partner.is-default-resume img { position: absolute; width: 464%; height: auto; max-width: none; left: -15%; top: -79%; object-fit: initial; }
.profile-photo--partner.is-default-resume:hover img { transform: none; }
.profile-intro p { margin: 0 0 .18em; font-size: var(--about-black-font-size, clamp(30px, 4.3vw, 67px)); line-height: 1.08; letter-spacing: -.06em; }
.profile-intro em { color: var(--accent); font-size: var(--about-red-font-size, 1em); font-style: normal; }
.about-copy { margin: 100px 0 130px; }
.about-copy p { margin: 0; font-size: clamp(35px,5.3vw,82px); line-height: 1.1; letter-spacing: -.06em; }
.about-copy p:nth-child(2) { padding-left: 8vw; }
.about-copy em { color: var(--accent); font-style: normal; }
.about-details { margin-left: 33%; display: grid; grid-template-columns: repeat(3,1fr); gap: 35px; border-top: 1px solid var(--line); padding-top: 20px; }
.about-details span { display: block; margin-bottom: 30px; font-size: 10px; opacity: .5; }
.about-details p { margin: 0; font-size: 13px; line-height: 1.9; white-space: pre-line; }
.partners {
  padding-top: 115px;
  padding-bottom: 135px;
  background: #efefeb;
  color: var(--ink);
}
.partners-head {
  display: grid;
  grid-template-columns: 1fr minmax(260px, .42fr);
  align-items: end;
  gap: 5vw;
  padding-bottom: 42px;
}
.partners-head span {
  display: block;
  margin-bottom: 18px;
  font-size: 9px;
  letter-spacing: .15em;
}
.partners-head h2 {
  margin: 0;
  font-size: clamp(48px, 6.2vw, 98px);
  font-weight: 400;
  line-height: .9;
  letter-spacing: -.075em;
}
.partners-head p {
  margin: 0;
  color: #747470;
  font-size: 11px;
  line-height: 1.8;
}
.partner-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  border-top: 1px solid rgba(17,17,15,.24);
  background: #fff;
}
.partner-logo {
  min-width: 0;
  min-height: 142px;
  margin: 0;
  padding: 22px 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background .3s ease;
}
.partner-logo img {
  width: min(100%, 230px);
  height: 82px;
  object-fit: contain;
  opacity: .9;
  transition: opacity .3s ease, transform .3s ease;
}
.partner-logo:hover { background: #fff; }
.partner-logo:hover img { opacity: 1; transform: scale(1.045); }
@media (max-width: 1100px) {
  .partner-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}
.contact { padding-top: 75px; padding-bottom: 35px; background: var(--accent); color: #11110f; }
.contact > p { margin: 0 0 35px; font-size: 13px; }
.contact-lead { display: grid; grid-template-columns: minmax(0, 1fr) minmax(290px, 390px); gap: clamp(36px, 5vw, 92px); align-items: center; }
.contact-mail { display: inline-block; font-size: clamp(33px,7.5vw,118px); font-weight: 500; letter-spacing: -.075em; border-bottom: .06em solid currentColor; line-height: 1.05; }
.contact-qr { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.contact-qr-card { margin: 0; padding: 0; background: transparent; border: 0; text-align: center; }
.contact-qr-card img { display: block; width: 100%; aspect-ratio: 3 / 4; object-fit: contain; mix-blend-mode: multiply; }
.contact-qr-card figcaption { margin: 10px 0 0; font-size: 10px; line-height: 1.35; color: #11110f; text-align: center; white-space: nowrap; }
.contact-actions { margin-top: 55px; display: flex; gap: 15px; flex-wrap: wrap; }
.contact-actions a { padding: 12px 17px; border: 1px solid rgba(0,0,0,.45); border-radius: 100px; font-size: 11px; transition: background .25s, color .25s; }
.contact-actions a:hover { background: var(--ink); color: var(--paper); }
.contact-bottom { margin-top: 160px; padding-top: 22px; border-top: 1px solid rgba(0,0,0,.35); display: grid; grid-template-columns: 1fr 1fr 1fr; font-size: 10px; line-height: 1.55; }
.reveal { opacity: 0; transform: translateY(35px); transition: opacity .85s ease, transform .85s cubic-bezier(.2,.7,.2,1); }
.reveal.visible { opacity: 1; transform: none; }
@media (max-width: 760px) {
  body { cursor: auto; }
  .cursor, .header-note, .desktop-nav { display: none; }
  .site-header { grid-template-columns: 1fr auto; filter: none; mix-blend-mode: normal; }
  .menu-button { display: block; }
  .menu-button.open span:first-child { transform: translateY(3px) rotate(45deg); }
  .menu-button.open span:last-child { transform: translateY(-3px) rotate(-45deg); }
  .menu-panel { display: flex; position: fixed; z-index: 40; inset: 0; padding: 125px var(--pad) 30px; background: var(--accent); flex-direction: column; justify-content: space-between; transform: translateY(-100%); transition: transform .65s cubic-bezier(.76,0,.24,1); }
  .menu-panel.open { transform: none; }
  .menu-panel nav { display: flex; flex-direction: column; }
  .menu-panel nav a { padding: 15px 0; border-bottom: 1px solid rgba(0,0,0,.3); font-size: 42px; letter-spacing: -.06em; }
  .menu-panel nav span { font-size: 9px; vertical-align: top; margin-right: 10px; }
  .menu-meta { font-size: 10px; }
  .hero { padding-top: 110px; min-height: 92vh; }
  .hero-title { margin-top: 13vh; font-size: 18vw; }
  .group-title { font-size: 16vw; }
  .hero-title .indent { padding-left: 10vw; }
  .hero-bottom { padding-left: 0; }
  .hero-bottom p { max-width: 75%; }
  .hero-bottom p br { display: none; }
  .round-link { width: 65px; height: 65px; }
  .work { padding-top: 90px; padding-bottom: 110px; }
  .studios { padding-top: 90px; padding-bottom: 100px; }
  .company-tree { margin-top: 40px; }
  .studio-parent, .studio-children { width: 100%; }
  .studio-parent { min-height: 390px; }
  .studio-card strong { margin-top: 58px; }
  .studio-children { grid-template-columns: 1fr; }
  .studio-child { min-height: 350px; }
  .section-head { display: block; }
  .section-head span { display: block; margin-top: 10px; }
  .filters { gap: 17px; overflow-x: auto; }
  .filters button { flex: 0 0 auto; }
  .work-intro { display: block; }
  .work-intro span { display: block; margin-top: 15px; }
  .project-grid { grid-template-columns: 1fr; gap: 60px; }
  .project-wide { grid-column: auto; }
  .project-wide .project-media, .project-media { aspect-ratio: 4 / 5; }
  .project-info span { display: none; }
  .about { padding-top: 100px; padding-bottom: 110px; }
  .profile-grid { margin: 65px 0 90px; grid-template-columns: 1fr; gap: 45px; }
  .profile-photo { width: 68%; }
  .profile-intro p { font-size: var(--about-black-font-size, 9.2vw); }
  .about-copy { margin: 70px 0 90px; }
  .about-copy p { font-size: 9.6vw; }
  .about-copy p:nth-child(2) { padding-left: 0; }
  .about-details { margin-left: 0; grid-template-columns: 1fr; gap: 40px; }
  .about-details span { margin-bottom: 12px; }
  .partners { padding-top: 80px; padding-bottom: 90px; }
  .partners-head { grid-template-columns: 1fr; gap: 28px; padding-bottom: 32px; }
  .partners-head h2 { font-size: 14vw; }
  .partner-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .partner-logo { min-height: 108px; padding: 14px 10px; }
  .partner-logo img { width: 92%; height: 62px; }
  .contact { padding-top: 55px; }
  .contact-mail { font-size: 9.7vw; overflow-wrap: anywhere; }
  .contact-lead { grid-template-columns: 1fr; gap: 34px; }
  .contact-qr { width: min(100%, 390px); }
  .contact-actions { margin-top: 40px; display: grid; }
  .contact-actions a { width: max-content; }
  .contact-bottom { margin-top: 100px; grid-template-columns: 1fr 1fr; gap: 30px; }
  .contact-bottom > div:last-child { grid-column: 1 / -1; }
}

/* Layout fusion: full-image landing and dense case wall */
body { background: #fff; }
.site-header {
  height: 100px;
  padding: 34px 2.5vw;
  grid-template-columns: 1fr auto;
  color: #fff;
  filter: none;
  mix-blend-mode: normal;
  transition: height .35s ease, padding .35s ease, color .35s ease, background .35s ease, box-shadow .35s ease;
}
.site-header.is-scrolled {
  height: 64px;
  padding-top: 20px;
  padding-bottom: 17px;
  color: var(--ink);
  background: rgba(255,255,255,.96);
  box-shadow: 0 1px 12px rgba(0,0,0,.07);
  backdrop-filter: blur(12px);
}
.desktop-nav { gap: clamp(18px, 2.3vw, 42px); }
.desktop-nav a { display: flex; align-items: baseline; gap: 6px; text-transform: uppercase; font-size: 12px; letter-spacing: .03em; }
.desktop-nav small { font-size: 9px; font-weight: 400; opacity: .68; }
.desktop-nav a:after { bottom: -7px; }
.hero-reference {
  position: relative;
  min-height: min(100svh, 980px);
  padding: 0;
  overflow: hidden;
  background: #181817;
}
.hero-gallery { position: absolute; inset: 0; display: grid; grid-template-columns: 63% 37%; }
.hero-frame { margin: 0; min-width: 0; overflow: hidden; background: #1a1a18; }
.hero-frame img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.82); transform: scale(1.015); animation: hero-breathe 10s ease-out both; }
.hero-frame-space img { object-position: center 55%; }
.hero-frame-brand { border-left: 1px solid rgba(255,255,255,.28); }
.hero-frame-brand img { object-position: center top; }
@keyframes hero-breathe { from { transform: scale(1.055); } to { transform: scale(1.015); } }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,.5) 0%, rgba(0,0,0,.02) 42%, rgba(0,0,0,.62) 100%); }
.hero-overlay { position: absolute; inset: 0; z-index: 2; padding-top: 135px; padding-bottom: 34px; color: #fff; display: flex; flex-direction: column; justify-content: space-between; }
.hero-overlay .hero-kicker { font-size: 10px; letter-spacing: .16em; }
.hero-copy { display: grid; grid-template-columns: 1fr minmax(240px, 28%); gap: 6vw; align-items: end; }
.hero-copy h1 { margin: 0; font-size: clamp(52px, 6.35vw, 118px); font-weight: 400; line-height: .94; letter-spacing: -.075em; }
.hero-copy p { margin: 0 0 .6em; font-size: clamp(12px, .95vw, 16px); line-height: 1.7; }
.hero-index { display: grid; grid-template-columns: auto minmax(60px, 180px) auto 1fr; align-items: center; gap: 12px; font-size: 9px; letter-spacing: .1em; }
.hero-index i { display: block; height: 1px; background: rgba(255,255,255,.72); }
.hero-index a { justify-self: end; font-size: 10px; padding-bottom: 5px; border-bottom: 1px solid rgba(255,255,255,.6); }
.manifesto { padding-top: 110px; padding-bottom: 130px; background: #fff; }
.manifesto-label { display: block; padding-bottom: 20px; border-bottom: 1px solid var(--line); font-size: 9px; letter-spacing: .16em; }
.manifesto-copy { margin-top: 48px; display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(300px, .65fr); gap: 8vw; align-items: end; }
.manifesto h2 { margin: 0; font-size: clamp(45px, 6vw, 96px); font-weight: 400; line-height: .97; letter-spacing: -.07em; }
.manifesto-text { max-width: 520px; }
.manifesto-text p { margin: 0 0 1.1em; color: #717170; font-size: clamp(13px, 1vw, 16px); line-height: 1.8; }
.manifesto-text a { display: inline-block; margin-top: 22px; padding-bottom: 6px; border-bottom: 1px solid currentColor; font-size: 11px; }
.studios { padding-top: 95px; background: #f4f4f1; }
.studios .section-head { border-color: rgba(17,17,15,.2); }
.work {
  padding: 105px 2.5vw 150px;
  background: #fff;
  color: var(--ink);
}
.work .section-head { border-color: var(--line); align-items: center; }
.work .section-head h2 { font-size: clamp(38px, 4vw, 66px); }
.filters { justify-content: flex-end; padding: 24px 0 28px; border-bottom: 1px solid var(--line); }
.filters button { cursor: none; }
.work-intro { margin: 28px 0 48px; color: #777; opacity: 1; }
.project-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 2px; }
.project,
.project-wide { position: relative; grid-column: auto; min-width: 0; overflow: hidden; background: #151514; }
.project-media,
.project-wide .project-media { aspect-ratio: 4 / 3; }
.project-media img { transform: scale(1.001); transition: transform .8s cubic-bezier(.2,.7,.2,1), filter .5s ease; }
.project-link:hover .project-media img { transform: scale(1.07); filter: saturate(.78); }
.project-arrow {
  right: 22px;
  top: auto;
  bottom: 20px;
  width: auto;
  height: auto;
  border-radius: 0;
  padding: 0 0 5px;
  background: transparent;
  color: #fff;
  border-bottom: 1px solid rgba(255,255,255,.72);
  font-size: 8px;
  line-height: 1.3;
  letter-spacing: .1em;
  transform: translateY(8px);
}
.project-link:hover .project-arrow { transform: none; }
.project-info {
  position: absolute;
  z-index: 3;
  inset: 0;
  padding: 24px 24px 22px;
  border: 0;
  color: #fff;
  background: rgba(10,10,9,.84);
  opacity: 0;
  transform: translateY(10px);
  transition: opacity .35s ease, transform .35s ease;
}
.project-link:hover .project-info { opacity: 1; transform: none; }
.project-info > div { max-width: 85%; }
.company-tag { color: #fff; opacity: .62; }
.project-info h3 { margin-top: 8px; font-size: clamp(20px, 1.7vw, 31px); }
.project-info p,
.project-info span { color: #fff; opacity: .62; font-size: 9px; }
.about { background: #fff; }

@media (max-width: 980px) {
  .project-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hero-gallery { grid-template-columns: 58% 42%; }
}

@media (max-width: 760px) {
  .site-header { height: 70px; padding: 22px var(--pad); grid-template-columns: 1fr auto; color: #fff; }
  .site-header.is-scrolled { height: 60px; padding: 18px var(--pad); color: var(--ink); }
  .menu-button { color: inherit; }
  .hero-reference { min-height: 100svh; }
  .hero-gallery { grid-template-columns: 1fr; }
  .hero-frame-space { display: none; }
  .hero-frame-brand { border-left: 0; }
  .hero-frame-brand img { object-position: center 18%; }
  .hero-overlay { padding-top: 105px; padding-bottom: 25px; }
  .hero-copy { grid-template-columns: 1fr; gap: 25px; }
  .hero-copy h1 { font-size: 13.5vw; line-height: .96; }
  .hero-copy p { max-width: 74%; }
  .hero-index { grid-template-columns: auto minmax(30px, 100px) auto 1fr; }
  .manifesto { padding-top: 75px; padding-bottom: 85px; }
  .manifesto-copy { margin-top: 35px; grid-template-columns: 1fr; gap: 42px; }
  .manifesto h2 { font-size: 13vw; }
  .studios { padding-top: 80px; }
  .work { padding: 80px 0 100px; }
  .work .section-head,
  .filters,
  .work-intro { margin-left: var(--pad); margin-right: var(--pad); }
  .filters { justify-content: flex-start; padding-bottom: 20px; }
  .project-grid { grid-template-columns: 1fr; gap: 3px; }
  .project-media,
  .project-wide .project-media { aspect-ratio: 4 / 5; }
  .project-info {
    padding: 20px;
    opacity: 1;
    transform: none;
    align-items: end;
    background: linear-gradient(180deg, transparent 35%, rgba(0,0,0,.82) 100%);
  }
  .project-info > div { align-self: end; }
  .project-info span { display: none; }
  .project-arrow { opacity: 1; transform: none; }
}

/* OFORM SYSTEM HERO — interface-inspired first viewport */
.site-header {
  color: var(--ink);
  mix-blend-mode: normal;
  filter: none;
}
.hero-system {
  position: relative;
  min-height: clamp(760px, 100svh, 980px);
  padding: 0;
  overflow: hidden;
  background: #f7f7f4;
  color: #0c0c0b;
  isolation: isolate;
}
.hero-gridlines {
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image:
    linear-gradient(to right, transparent calc(100% - 1px), rgba(17,17,15,.09) 0),
    linear-gradient(to bottom, transparent calc(100% - 1px), rgba(17,17,15,.08) 0);
  background-size: 25% 100%, 100% 33.333%;
  pointer-events: none;
}
.hero-gridlines:before,
.hero-gridlines:after {
  content: "";
  position: absolute;
  background: rgba(17,17,15,.34);
}
.hero-gridlines:before { width: 7px; height: 1px; left: calc(25% - 3px); top: 66.666%; }
.hero-gridlines:after { width: 1px; height: 7px; left: 75%; top: calc(33.333% - 3px); }
.hero-lab-meta {
  position: absolute;
  z-index: 5;
  top: 82px;
  font-family: "Courier New", monospace;
  font-size: 8px;
  line-height: 1.15;
  letter-spacing: -.02em;
}
.hero-meta-left { left: var(--pad); }
.hero-meta-center {
  left: 50%;
  padding: 3px 5px 2px;
  border: 1px solid currentColor;
  transform: translateX(-50%);
}
.hero-meta-right { right: var(--pad); text-align: right; }
.hero-system-title {
  position: absolute;
  z-index: 5;
  left: var(--pad);
  top: 18.5%;
  font-size: clamp(54px, 5.35vw, 94px);
  font-weight: 500;
  line-height: .82;
  letter-spacing: -.075em;
}
.hero-system-title span { display: block; }
.hero-core {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  width: clamp(420px, 43vw, 690px);
  height: clamp(430px, 62vh, 650px);
  transform: translate(-50%, -47%);
}
.hero-core:after {
  content: "";
  position: absolute;
  z-index: -2;
  left: 15%;
  right: 10%;
  bottom: 10%;
  height: 11%;
  border-radius: 50%;
  background: rgba(0,0,0,.2);
  filter: blur(24px);
  transform: rotate(-5deg);
}
.hero-core-visual {
  position: absolute;
  inset: 0;
  margin: 0;
  overflow: visible;
  background: transparent;
  filter: drop-shadow(0 30px 25px rgba(0,0,0,.18));
  animation: core-float 3s ease-in-out infinite;
}
.hero-core-visual img {
  object-fit: contain;
  object-position: center;
}
.hero-core-caption {
  position: absolute;
  left: 38%;
  bottom: 4%;
  font-family: "Courier New", monospace;
  font-size: 8px;
  line-height: 1.25;
  letter-spacing: .03em;
}
@keyframes core-float {
  0%, 100% { transform: translateY(3px); }
  50% { transform: translateY(-3px); }
}
.hero-callout {
  position: absolute;
  z-index: 8;
  width: clamp(185px, 15vw, 250px);
  min-height: 116px;
  padding: 12px 14px 11px;
  border: 1px solid #11110f;
  background: rgba(247,247,244,.93);
  text-align: left;
  cursor: none;
  transition: color .25s, background .25s, transform .25s;
}
.company-mark {
  position: absolute;
  top: 9px;
  right: 10px;
  width: 22px !important;
  max-width: 22px;
  height: 18px !important;
  max-height: 18px;
  object-fit: contain;
  object-position: right top;
  pointer-events: none;
  transition: filter .25s;
}
.company-mark-wide {
  width: 36px !important;
  max-width: 36px;
}
.hero-callout:hover,
.hero-callout:focus-visible {
  background: #11110f;
  color: #f7f7f4;
  transform: translateY(-4px);
  outline: 0;
}
.hero-callout:hover .company-mark,
.hero-callout:focus-visible .company-mark { filter: invert(1); }
.hero-callout span,
.hero-callout small,
.hero-callout b {
  display: block;
  font-family: "Courier New", monospace;
  font-size: 7px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: .02em;
}
.hero-callout strong {
  display: block;
  margin: 8px 0 9px;
  padding-top: 7px;
  border-top: 1px solid currentColor;
  font-size: clamp(14px, 1.08vw, 18px);
  font-weight: 600;
  letter-spacing: -.035em;
}
.hero-callout b { margin-top: 12px; text-align: right; }
.callout-oform { left: 14%; top: 41%; }
.callout-mengsi { right: 6.5%; top: 22%; }
.callout-xihe { right: 15%; bottom: 12%; }
.hero-relations-canvas {
  position: absolute;
  inset: 0;
  z-index: 6;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.hero-lens {
  --lens-x: 50%;
  --lens-y: 50%;
  position: absolute;
  z-index: 30;
  left: var(--lens-x);
  top: var(--lens-y);
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(17,17,15,.62);
  background: rgba(255,255,255,.08);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.25);
  backdrop-filter: blur(7px) saturate(.75);
  -webkit-backdrop-filter: blur(7px) saturate(.75);
  transform: translate(-50%, -50%) scale(.7);
  opacity: 0;
  pointer-events: none;
  transition: opacity .18s ease, transform .22s ease;
}
.hero-lens.is-visible {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}
.hero-lens:before,
.hero-lens:after {
  content: "";
  position: absolute;
  background: rgba(17,17,15,.45);
}
.hero-lens:before { width: 16px; height: 1px; }
.hero-lens:after { width: 1px; height: 16px; }
.hero-lens span {
  position: absolute;
  right: 4px;
  top: 2px;
  font: 8px/1 "Courier New", monospace;
}
body.hero-lens-active > .cursor { opacity: 0; }
.hero-thread-index {
  position: absolute;
  z-index: 4;
  left: var(--pad);
  bottom: 28px;
  width: 210px;
  font: 7px/1.25 "Courier New", monospace;
}
.hero-thread-index > span { display: block; margin-bottom: 9px; font-weight: 700; }
.hero-thread-index ol { margin: 0; padding: 8px 0 0; border-top: 1px solid currentColor; list-style: none; }
.hero-thread-index li { display: grid; grid-template-columns: 22px 1fr; padding: 2px 0; border-bottom: 1px dotted rgba(17,17,15,.25); }
.hero-thread-index i { font-style: normal; }
.hero-note-panel {
  position: absolute;
  z-index: 4;
  right: var(--pad);
  bottom: 27px;
  width: 240px;
  padding: 8px;
  border: 1px solid currentColor;
  font: 8px/1.25 "Courier New", monospace;
}
.hero-note-panel span { display: block; padding-bottom: 5px; border-bottom: 1px solid currentColor; font-weight: 700; }
.hero-note-panel p { margin: 8px 0 10px; }
.hero-note-panel a { display: inline-block; padding-bottom: 2px; border-bottom: 1px solid currentColor; }

@media (max-width: 1100px) {
  .callout-oform { left: 6%; }
  .callout-mengsi { right: 3%; }
  .callout-xihe { right: 7%; }
  .hero-thread-index { width: 170px; }
  .hero-note-panel { width: 205px; }
}

@media (max-width: 760px) {
  .hero-system { min-height: 1110px; }
  .hero-gridlines { background-size: 50% 100%, 100% 20%; }
  .hero-meta-center,
  .hero-meta-right,
  .hero-thread-index,
  .hero-note-panel { display: none; }
  .hero-lab-meta { top: 82px; }
  .hero-system-title {
    top: 125px;
    font-size: 14.2vw;
    line-height: .84;
  }
  .hero-core {
    top: 390px;
    width: 94vw;
    height: 430px;
    transform: translate(-50%, -50%);
  }
  .hero-core-caption { left: 31%; bottom: 1%; }
  .hero-callout {
    left: var(--pad);
    right: auto;
    width: calc(100% - (var(--pad) * 2));
    min-height: 112px;
  }
  .hero-callout:before,
  .hero-callout:after { display: none; }
  .hero-relations-canvas,
  .hero-lens { display: none; }
  .callout-oform { top: 610px; }
  .callout-mengsi { top: 750px; }
  .callout-xihe { top: 890px; bottom: auto; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *:before, *:after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
  .hero-core-visual { animation-duration: 3s !important; animation-timing-function: ease-in-out !important; }
}

/* Local portfolio manager overrides */
.project-media img { transform: scale(var(--image-scale, 1)); }
.project-link:hover .project-media img { transform: scale(calc(var(--image-scale, 1) * 1.07)); }
.project-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(22px, 4vw, 58px);
  background: #22221f;
  color: #f2f0e9;
}
.project-placeholder span { color: var(--accent); font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }
.project-placeholder strong { max-width: 10ch; font-size: clamp(32px, 5vw, 75px); font-weight: 400; line-height: .94; letter-spacing: -.06em; }
html.managed-font-spacing body * { letter-spacing: var(--managed-font-spacing, 0px) !important; }
.commercial-subfilters {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
  margin-top: 0;
  padding: 18px 0 26px;
  border-bottom: 1px solid var(--line);
}
.commercial-subfilters[hidden] { display: none; }
.commercial-subfilters span {
  margin-right: 6px;
  color: var(--accent);
  font-size: 9px;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.commercial-subfilters button {
  padding: 7px 12px;
  border: 1px solid var(--line);
  border-radius: 100px;
  background: transparent;
  cursor: pointer;
  font-size: 10px;
}
.commercial-subfilters button.active { border-color: var(--ink); background: var(--ink); color: white; }
@media (max-width: 760px) {
  .commercial-subfilters {
    justify-content: flex-start;
    overflow-x: auto;
    margin: 0 var(--pad);
    padding-top: 14px;
  }
  .commercial-subfilters > * { flex: 0 0 auto; }
}
