:root {
  --paper: #f1eee6;
  --ink: #171815;
  --line: rgba(23, 24, 21, .22);
  --muted: #706f68;
  --moss: #5d6650;
}

* { box-sizing: border-box; }
html, body { margin: 0; min-height: 100%; }
body {
  background: var(--paper);
  color: var(--ink);
  font-family: "Helvetica Neue", Arial, "PingFang SC", "Microsoft YaHei", sans-serif;
}
.lang-en { display: none; }
body.language-en .lang-zh { display: none; }
body.language-en .lang-en { display: inline; }
.honeypot { position: fixed !important; left: -10000px !important; width: 1px !important; height: 1px !important; opacity: 0 !important; pointer-events: none !important; }
.article-copy > .lang-en { display: none; }
body.language-en .article-copy > .lang-zh { display: none; }
body.language-en .article-copy > .lang-en { display: block; }

.canvas { width: 100%; min-height: 1000px; overflow: hidden; position: relative; background: var(--paper); }
.nav {
  height: 92px; padding: 16px 44px; display: grid; grid-template-columns: 1fr auto 1fr;
  align-items: center; border-bottom: 1px solid var(--line); position: relative; z-index: 5;
}
.brand { display: flex; align-items: center; gap: 18px; }
.brand img { width: 58px; height: 58px; object-fit: contain; }
.brand small, .eyebrow, .mono { font-family: ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: .08em; text-transform: uppercase; }
.brand small { font-size: 10px; line-height: 1.35; }
.menu { display: flex; gap: 28px; font-size: 13px; }
.menu span:first-child { border-bottom: 1px solid; }
.actions { justify-self: end; display: flex; align-items: center; gap: 18px; font-size: 12px; }
.talk { border: 1px solid var(--ink); padding: 13px 18px; }
.mobile-menu-toggle { display: none; width: 42px; height: 38px; padding: 0 9px; border: 1px solid currentColor; background: transparent; cursor: pointer; }
.mobile-menu-toggle span { display: block; width: 100%; height: 1px; margin: 6px 0; background: currentColor; transition: transform .25s ease; }

/* HOME */
.home-hero { height: calc(100svh - 92px); min-height: 680px; position: relative; }
.home-copy { position: absolute; inset: 0; z-index: 2; display: grid; place-content: end center; justify-items: center; padding: 8vh 6vw 15vh; color: #fff; text-align: center; }
.eyebrow { font-size: 11px; margin-bottom: 40px; }
.home-copy .eyebrow { margin: 0 0 24px; text-shadow: 0 1px 18px rgba(0,0,0,.5); }
.home-copy h1 { font-family: "Songti SC", "STSong", serif; font-size: clamp(34px, 4.1vw, 62px); line-height: 1.08; font-weight: 400; margin: 0; letter-spacing: .06em; text-shadow: 0 3px 28px rgba(0,0,0,.34); }
.home-subtitle { margin: 18px 0 0; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: clamp(9px, .72vw, 12px); line-height: 1.4; letter-spacing: .18em; text-shadow: 0 1px 18px rgba(0,0,0,.55); }
body.language-en .home-subtitle { display: none; }
.hero-image { position: relative; overflow: hidden; }
.hero-image img { width: 100%; height: 100%; object-fit: cover; }
.home-hero .hero-image { width: 100%; height: 100%; }
.home-hero .hero-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(14,15,13,.18), rgba(14,15,13,.08) 46%, rgba(14,15,13,.28)); }
.hero-meta { position: absolute; right: 24px; top: 24px; color: #fff; font-size: 11px; z-index: 2; text-align: right; line-height: 1.55; }
.rail { position: absolute; left: 50%; bottom: 26px; transform: translateX(-50%); color: #fff; z-index: 3; font-size: 10px; text-shadow: 0 1px 12px rgba(0,0,0,.5); }
.next-strip { height: 198px; margin: 0 44px; display: grid; grid-template-columns: 1.2fr .8fr; gap: 18px; border-top: 1px solid var(--line); padding-top: 18px; }
.next-card { display: grid; grid-template-columns: 48% 1fr; gap: 18px; align-items: stretch; }
.next-card img { width: 100%; height: 145px; object-fit: cover; }
.next-card h3 { font-family: "Songti SC", serif; font-weight: 400; font-size: 25px; margin: 8px 0; }
.next-card p { font-size: 11px; color: var(--muted); }

/* WORKS */
.works-head { min-height: 188px; padding: 38px 46px 30px; display: grid; grid-template-columns: 1fr 1fr; align-items: end; gap: 60px; }
.works-head > div:first-child > small { display: block; margin-bottom: 16px; font-size: 10px; color: var(--muted); }
.works-head h1 { font-family: "Songti SC", "STSong", serif; font-weight: 400; font-size: 58px; letter-spacing: -.05em; margin: 0; line-height: 1; }
.works-head h1 span { font-family: "Helvetica Neue", Arial, sans-serif; font-size: 15px; margin-left: 18px; letter-spacing: .02em; }
body.language-en .works-head h1 span { display: none; }
.works-intro { display: flex; justify-content: space-between; align-items: end; padding-bottom: 8px; }
.works-intro p { width: 350px; font-size: 13px; line-height: 1.6; margin: 0; }
.view-switch { display: flex; gap: 8px; font-size: 11px; }
.view-switch span { padding: 8px 11px; border: 1px solid var(--line); }
.view-switch span:first-child { background: var(--ink); color: var(--paper); }
.filterbar { margin: 0 46px 20px; padding: 18px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); display: grid; grid-template-columns: 190px 1fr auto; align-items: stretch; gap: 24px; }
.filterbar-title { display: flex; flex-direction: column; justify-content: center; gap: 8px; }
.filterbar-title small { color: var(--muted); font-size: 9px; letter-spacing: .12em; }
.filterbar-title strong { font-family: "Songti SC", "STSong", serif; font-size: 19px; font-weight: 400; }
.project-count { align-self: center; font-size: 10px; font-weight: 400; white-space: nowrap; }
.project-filters { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; }
.project-filters button { min-height: 72px; padding: 12px 14px; border: 1px solid var(--line); background: rgba(255,255,255,.16); cursor: pointer; display: grid; grid-template-columns: 1fr auto; align-content: center; gap: 4px 12px; text-align: left; transition: background .25s ease, color .25s ease, border-color .25s ease, transform .25s ease; }
.project-filters button span { font-family: "Songti SC", "STSong", serif; font-size: 18px; }
.project-filters button small { grid-column: 1; font-size: 8px; letter-spacing: .08em; color: var(--muted); }
.project-filters button b { grid-column: 2; grid-row: 1 / 3; align-self: center; font-family: ui-monospace, monospace; font-size: 11px; font-weight: 400; }
.project-filters button:hover { border-color: var(--ink); transform: translateY(-2px); }
.project-filters button.active { background: var(--ink); color: var(--paper); border-color: var(--ink); }
.project-filters button.active small { color: rgba(241,238,230,.64); }
body.language-en .project-filters button small { display: none; }
.project-grid { padding: 24px 14px 64px; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 42px 14px; }
.project-card { display: block; min-width: 0; background: transparent; }
.project-image { aspect-ratio: 4 / 5; overflow: hidden; background: #ddd; }
.project-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2,.75,.25,1), filter .35s ease; }
.project-card:hover img { transform: scale(1.025); filter: saturate(1.04); }
.project-label { position: static; padding: 11px 1px 0; min-width: 0; display: flex; justify-content: space-between; gap: 12px; align-items: start; }
.project-label h2 { font-family: "Songti SC", serif; font-weight: 400; font-size: 17px; margin: 0 0 5px; line-height: 1.2; }
.project-label small { color: var(--muted); font-size: 10px; }
.project-label i { font-style: normal; font-size: 17px; transition: transform .25s ease; }
.project-card:hover .project-label i { transform: translate(3px,-3px); }
.works-canvas { min-height: 100vh; padding-bottom: 80px; }
.works-foot { margin: 0 14px; padding: 20px 0; border-top: 1px solid var(--line); display: flex; justify-content: space-between; font-size: 10px; }
.dahua-feature { margin: 0 46px 46px; height: 220px; display: grid; grid-template-columns: 1.45fr .55fr; border-top: 1px solid var(--line); padding-top: 22px; }
.dahua-feature img { width: 100%; height: 198px; object-fit: cover; }
.dahua-feature div { padding: 20px 28px; border-bottom: 1px solid var(--line); display: flex; flex-direction: column; justify-content: space-between; }
.dahua-feature h2 { font-family: "Songti SC", serif; font-size: 32px; font-weight: 400; margin: 0; }
.dahua-feature small { color: var(--muted); }
.dahua-feature b { font-weight: 400; font-size: 12px; align-self: flex-end; }

/* DETAIL */
.detail { min-height: 1000px; padding-bottom: 100px; overflow: visible; }
.detail-hero { margin: 0; border-bottom: 1px solid var(--line); }
.detail-photo { position: relative; overflow: hidden; height: calc(100svh - 92px); min-height: 620px; cursor: zoom-in; }
.detail-photo img { width: 100%; height: 100%; object-fit: cover; }
.detail-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 70%, rgba(0,0,0,.28)); pointer-events: none; }
.detail-count { position: absolute; left: 32px; bottom: 28px; color: #fff; font-size: 10px; z-index: 2; letter-spacing: .1em; }
.detail-copy { max-width: 1440px; min-height: 420px; margin: 0 auto; padding: 80px 5vw 72px; display: grid; grid-template-columns: 1.25fr .75fr; grid-template-rows: auto 1fr; gap: 36px 8vw; }
.detail-copy .eyebrow { grid-column: 1 / -1; margin: 0; }
.detail-copy h1 { font-family: "Songti SC", serif; font-weight: 400; font-size: clamp(58px, 7vw, 108px); line-height: .98; margin: 0; letter-spacing: -.055em; }
.detail-copy h1 span { display: block; font-family: "Helvetica Neue", sans-serif; font-size: 16px; letter-spacing: .02em; margin-top: 18px; }
body.language-en .detail-copy h1 > span { display: none; }
.detail-copy h1 .detail-title-main.lang-zh { display: block; }
.detail-copy h1 .detail-title-main.lang-en { display: none; }
.detail-copy h1 .detail-title-sub.lang-zh { display: block; }
body.language-en .detail-copy h1 .detail-title-main.lang-zh { display: none; }
body.language-en .detail-copy h1 .detail-title-main.lang-en { display: block; }
body.language-en .detail-copy h1 .detail-title-sub.lang-zh { display: none; }
.detail-copy > p { align-self: start; max-width: 520px; font-size: 15px; line-height: 1.85; color: #505048; margin: 5px 0 0; }
.detail-copy dl { grid-column: 2; margin: -120px 0 0; align-self: end; font-size: 10px; display: grid; grid-template-columns: 90px 1fr; gap: 13px 18px; border-top: 1px solid var(--line); padding-top: 22px; }
.detail-copy dt { color: var(--muted); }
.detail-copy dd { margin: 0; }
.project-story { max-width: 1440px; margin: 110px auto 0; padding: 0 5vw; display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 24px; align-items: stretch; }
.project-story figure { margin: 0; overflow: hidden; background: #d9d5cc; cursor: zoom-in; }
.project-story figure:nth-of-type(1) { grid-column: 1 / -1; height: min(68vw, 820px); }
.project-story figure:nth-of-type(2) { grid-column: span 7; height: min(58vw, 680px); }
.project-story figure:nth-of-type(3) { grid-column: span 6; height: min(48vw, 560px); }
.project-story figure:nth-of-type(4) { grid-column: span 6; height: min(48vw, 560px); }
.project-story figure:nth-of-type(5) { grid-column: 1 / -1; height: min(68vw, 820px); }
.project-story figure img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .9s cubic-bezier(.2,.75,.25,1); cursor: zoom-in; }
.project-story figure:hover img { transform: scale(1.018); }
.project-story .quote { grid-column: span 5; min-height: min(58vw, 680px); }
.project-story.is-compact .quote { grid-column: 5 / 13; min-height: 300px; }
.quote { padding: 42px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); display: flex; flex-direction: column; justify-content: space-between; }
.quote strong { font-family: "Songti SC", serif; font-size: clamp(30px, 3.2vw, 50px); font-weight: 400; line-height: 1.25; }
.quote small { max-width: 390px; font-size: 13px; line-height: 1.8; color: var(--muted); }
.note { position: absolute; right: 32px; bottom: 26px; font-size: 10px; color: #777; }

.project-lightbox { width: 100vw; max-width: none; height: 100vh; max-height: none; margin: 0; padding: 0; border: 0; background: rgba(10,10,9,.97); color: #fff; overflow: hidden; }
.project-lightbox[open] { display: grid; grid-template-columns: 86px 1fr 86px; align-items: center; }
.project-lightbox::backdrop { background: rgba(10,10,9,.96); }
.project-lightbox figure { width: 100%; height: 100vh; margin: 0; padding: 46px 0 32px; display: grid; grid-template-rows: 1fr auto; gap: 18px; place-items: center; min-width: 0; }
.project-lightbox figure img { display: block; max-width: 100%; max-height: calc(100vh - 110px); width: auto; height: auto; object-fit: contain; }
.project-lightbox figcaption { font-size: 9px; color: rgba(255,255,255,.68); }
.lightbox-close { position: fixed; top: 24px; right: 28px; z-index: 2; width: 48px; height: 48px; border: 1px solid rgba(255,255,255,.45); border-radius: 50%; background: rgba(10,10,9,.35); color: #fff; cursor: pointer; font-size: 28px; }
.lightbox-nav { width: 58px; height: 58px; justify-self: center; border: 1px solid rgba(255,255,255,.34); border-radius: 50%; background: transparent; color: #fff; cursor: pointer; font-size: 22px; transition: background .25s ease, color .25s ease; }
.lightbox-nav:hover { background: #fff; color: #111; }

/* INTERACTIVE WEBSITE */
html { scroll-behavior: smooth; }
body { overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
.site-canvas { width: 100%; min-height: 100vh; overflow: visible; }
.nav { position: sticky; top: 0; width: 100%; background: rgba(241,238,230,.88); backdrop-filter: blur(18px); transition: transform .4s ease, background .4s ease; }
.menu a { position: relative; }
.menu a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 1px; background: currentColor; transition: right .35s ease; }
.menu a:hover::after, .menu a.active::after { right: 0; }
.language-toggle, .talk { background: none; border: 0; cursor: pointer; }
.talk { border: 1px solid var(--ink); }
.intro-wipe { position: fixed; inset: 0; z-index: 99; background: #171815; color: var(--paper); display: grid; place-items: center; transition: transform 1.1s cubic-bezier(.76,0,.24,1) .35s; }
.intro-wipe span { font-family: "Times New Roman", serif; font-size: 14vw; letter-spacing: -.08em; }
.intro-wipe i { position: absolute; left: 0; right: 100%; bottom: 0; height: 5px; background: var(--paper); animation: introLine 1.2s ease forwards; }
body.is-loaded .intro-wipe { transform: translateY(-105%); pointer-events: none; }
@keyframes introLine { to { right: 0; } }
.home-copy > * { opacity: 0; transform: translateY(24px); }
body.is-loaded .home-copy > * { opacity: 1; transform: none; transition: opacity .9s ease, transform .9s ease; }
body.is-loaded .home-copy > *:nth-child(2) { transition-delay: .15s; }
body.is-loaded .home-copy > *:nth-child(3) { transition-delay: .25s; }
body.is-loaded .home-copy > *:nth-child(4) { transition-delay: .35s; }
.hero-image img { transform: scale(1.08); transition: transform 1.8s cubic-bezier(.2,.8,.2,1); }
body.is-loaded .hero-image img { transform: scale(1); }
.image-orbit { position: absolute; width: 190px; height: 190px; border: 1px solid rgba(255,255,255,.58); border-radius: 50%; left: calc(var(--mx, .5) * 100% - 95px); top: calc(var(--my, .5) * 100% - 95px); z-index: 3; mix-blend-mode: difference; pointer-events: none; transition: width .3s ease, height .3s ease; }
.reveal-block { opacity: 0; transform: translateY(70px); transition: opacity 1s ease, transform 1s cubic-bezier(.2,.8,.2,1); }
.reveal-block.is-visible { opacity: 1; transform: none; }
.next-card img, .editorial-card img, .people img { transition: transform .9s cubic-bezier(.2,.8,.2,1), filter .5s ease; }
.next-card:hover img, .editorial-card:hover img, .people article:hover img { transform: scale(1.035); filter: saturate(.78); }

.v2-statement { min-height: 680px; padding: 120px 6vw; display: grid; grid-template-columns: 1fr 1fr; align-content: center; border-top: 1px solid var(--line); }
.v2-statement .eyebrow { grid-column: 1 / -1; }
.v2-statement h2 { grid-column: 1 / -1; font-family: "Songti SC", serif; font-size: clamp(54px, 7vw, 106px); line-height: 1; font-weight: 400; letter-spacing: -.06em; margin: 0; }
.v2-statement h2 span { margin-left: 15vw; color: #88867f; }
.statement-copy { grid-column: 2; margin-top: 72px; display: grid; grid-template-columns: 1fr auto; gap: 60px; align-items: end; }
.statement-copy p { font-size: 14px; line-height: 1.8; margin: 0; }
.statement-copy a { border-bottom: 1px solid; padding-bottom: 8px; font-size: 12px; white-space: nowrap; }

.v2-works { padding: 110px 3vw 130px; }
.section-title { display: grid; grid-template-columns: 1fr 1fr auto; align-items: end; border-bottom: 1px solid var(--line); padding-bottom: 25px; margin-bottom: 28px; }
.section-title .eyebrow { margin: 0; }
.section-title h2 { font-family: "Songti SC", serif; font-size: clamp(48px,5vw,80px); line-height: 1; font-weight: 400; margin: 0; }
.section-title h2 span { display: block; font-family: ui-monospace, monospace; font-size: 11px; letter-spacing: .12em; margin-top: 13px; }
.section-title > a { font-size: 12px; }
.editorial-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 24px; align-items: start; }
.editorial-card { position: relative; display: block; overflow: hidden; }
.editorial-card img { width: 100%; height: 420px; object-fit: cover; display: block; }
.editorial-card.wide img { height: 690px; }
.editorial-card.dahua { grid-column: 1 / -1; display: grid; grid-template-columns: 1.45fr .55fr; background: #171815; color: var(--paper); }
.work-slider-meta { display: flex; justify-content: space-between; align-items: center; margin: -6px 0 18px; font-size: 10px; letter-spacing: .1em; }
.work-slider-controls { display: flex; gap: 8px; }
.work-slider-controls button { width: 42px; height: 42px; border: 1px solid var(--line); background: transparent; color: inherit; cursor: pointer; font-size: 18px; transition: color .25s ease, background .25s ease; }
.work-slider-controls button:hover { color: var(--paper); background: var(--ink); }
.home-work-grid { display: flex; gap: 14px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; overscroll-behavior-x: contain; cursor: grab; user-select: none; padding-bottom: 12px; }
.home-work-grid::-webkit-scrollbar { display: none; }
.home-work-grid.is-dragging { cursor: grabbing; scroll-snap-type: none; }
.home-work-grid .project-card { flex: 0 0 calc((100% - 42px) / 4); scroll-snap-align: start; }
.home-work-grid .project-image { aspect-ratio: 4 / 5; }
.home-work-grid .project-label h3 { font-family: "Songti SC", "STSong", serif; font-size: 18px; font-weight: 400; line-height: 1.2; margin: 0 0 5px; }
.editorial-card.dahua img { height: 440px; }
.editorial-card > div { padding: 16px 2px 40px; display: flex; justify-content: space-between; gap: 18px; }
.editorial-card.dahua > div { padding: 42px; flex-direction: column; justify-content: flex-end; }
.editorial-card b { font-family: "Songti SC", serif; font-size: 28px; font-weight: 400; }
.editorial-card small { font-family: ui-monospace, monospace; font-size: 10px; }

.v2-method { min-height: 780px; padding: 110px 6vw; background: #171b18; color: var(--paper); position: relative; overflow: hidden; }
.v2-method::before { content: ""; position: absolute; width: 60vw; height: 60vw; border: 1px solid rgba(255,255,255,.09); border-radius: 50%; right: -20vw; top: -28vw; }
.section-title.inverse { grid-template-columns: 1fr 1.5fr .7fr; border-color: rgba(255,255,255,.2); position: relative; z-index: 2; }
.section-title.inverse p { font-size: 13px; line-height: 1.7; }
.method-track { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 90px; border-top: 1px solid rgba(255,255,255,.24); }
.method-track article { min-height: 260px; padding: 48px 28px 24px; border-right: 1px solid rgba(255,255,255,.2); position: relative; cursor: pointer; transition: background .4s ease, transform .4s ease; }
.method-track article i { position: absolute; width: 14px; height: 14px; top: -8px; left: -7px; border-radius: 50%; border: 1px solid var(--paper); background: #171b18; transition: transform .4s ease, background .4s ease; }
.method-track article:hover, .method-track article.active { background: rgba(255,255,255,.06); transform: translateY(-10px); }
.method-track article:hover i, .method-track article.active i { background: var(--paper); transform: scale(1.3); }
.method-track small { font-family: ui-monospace, monospace; letter-spacing: .1em; }
.method-track h3 { font-family: "Songti SC", serif; font-size: 39px; font-weight: 400; margin: 38px 0 12px; }
.method-track p { color: rgba(241,238,230,.65); font-size: 13px; line-height: 1.75; }

.v2-about { padding: 130px 6vw; display: grid; grid-template-columns: .72fr 1.28fr; gap: 8vw; }
.about-manifesto { position: sticky; top: 130px; align-self: start; }
.about-manifesto h2 { font-family: "Songti SC", serif; font-size: clamp(48px,5vw,76px); line-height: 1.1; font-weight: 400; margin: 35px 0 55px; }
.about-manifesto p { font-size: 14px; line-height: 1.8; max-width: 480px; color: #55554f; }
.people { display: grid; gap: 52px; }
.people article { display: grid; grid-template-columns: 1fr .7fr; gap: 28px; align-items: end; }
.people article:nth-child(2) { margin-left: 12%; }
.people img { width: 100%; height: 560px; object-fit: cover; object-position: top; }
.people small { font-family: ui-monospace, monospace; font-size: 10px; }
.people h3 { font-family: "Songti SC", serif; font-size: 42px; font-weight: 400; margin: 15px 0; }
.people p { font-size: 13px; line-height: 1.7; color: #55554f; }

.v2-insights { padding: 90px 6vw 130px; background: #e2ded4; }
.insight-list a { min-height: 180px; border-bottom: 1px solid var(--line); display: grid; grid-template-columns: .42fr 180px 1.25fr auto; gap: 28px; align-items: center; transition: padding .35s ease, background .35s ease; }
.insight-list a:hover { padding: 0 22px; background: rgba(255,255,255,.35); }
.insight-list small { font-size: 10px; font-family: ui-monospace, monospace; }
.insight-list h3 { font-family: "Songti SC", serif; font-size: 36px; font-weight: 400; margin: 0; }
.insight-list i { font-size: 25px; font-style: normal; }
.insight-cover { display: block; width: 180px; height: 118px; overflow: hidden; background: #cbc7bd; }
.insight-cover img { width: 100%; height: 100%; object-fit: cover; transition: transform .65s cubic-bezier(.2,.75,.25,1); }
.insight-list a:hover .insight-cover img { transform: scale(1.04); }

.v2-contact { min-height: 720px; background: #10130f; color: var(--paper); padding: 120px 7vw; position: relative; overflow: hidden; display: flex; flex-direction: column; justify-content: center; }
.v2-contact h2 { font-family: "Songti SC", serif; font-size: clamp(72px,9vw,138px); line-height: .9; font-weight: 400; margin: 30px 0; position: relative; z-index: 2; }
.v2-contact h2 span { margin-left: 12vw; }
.v2-contact > p { font-family: ui-monospace, monospace; font-size: 10px; letter-spacing: .1em; text-transform: uppercase; position: relative; z-index: 2; }
.v2-contact > button { align-self: flex-start; margin-top: 25px; background: var(--paper); color: var(--ink); border: 0; padding: 19px 28px; cursor: pointer; position: relative; z-index: 2; }
.v2-contact > small { position: absolute; right: 7vw; bottom: 60px; text-align: right; line-height: 1.7; z-index: 2; }
.light-field { position: absolute; inset: -40%; background: radial-gradient(circle at calc(var(--mx,.5)*100%) calc(var(--my,.5)*100%), rgba(196,176,102,.28), transparent 18%), repeating-radial-gradient(circle at 50% 50%, transparent 0 110px, rgba(255,255,255,.06) 111px 112px); transition: background-position .2s ease; }
.v2-footer { min-height: 220px; padding: 50px 6vw; display: grid; grid-template-columns: 1fr auto 1fr; align-items: end; gap: 30px; font-size: 11px; }
.v2-footer > div:last-child { justify-self: end; }

/* JOURNAL ARTICLE */
.article-canvas { width: 100%; min-height: 100vh; overflow: visible; }
.article-head { min-height: 450px; padding: 90px 9vw 70px; display: grid; grid-template-columns: 1fr minmax(280px, 420px); align-content: end; gap: 16px 8vw; }
.article-head > small { grid-column: 1 / -1; color: var(--muted); font-size: 10px; }
.article-head h1 { font-family: "Songti SC", "STSong", serif; font-size: clamp(52px, 6.4vw, 94px); font-weight: 400; line-height: 1.04; letter-spacing: -.055em; margin: 0; }
.article-head > p { align-self: end; max-width: 390px; font-size: 17px; line-height: 1.7; margin: 0; color: #55534d; }
.article-date { grid-column: 2; font-size: 9px; color: var(--muted); }
.article-cover { margin: 0; width: 100%; min-height: 760px; padding: 70px 8vw; background: #171815; overflow: hidden; display: grid; place-items: center; }
.article-cover img { display: block; width: auto; max-width: 100%; height: auto; max-height: 880px; object-fit: contain; }
.article-layout { padding: 120px 9vw 150px; display: grid; grid-template-columns: 220px minmax(0, 680px); justify-content: center; gap: 10vw; }
.article-layout aside { position: sticky; top: 50px; align-self: start; font-size: 10px; line-height: 1.8; color: var(--muted); }
.article-layout aside span { display: inline-block; margin-top: 30px; }
.article-copy { font-family: "Songti SC", "STSong", serif; font-size: 19px; line-height: 2; }
.article-copy h2 { font-family: "Helvetica Neue", Arial, "PingFang SC", sans-serif; font-size: 26px; line-height: 1.35; letter-spacing: -.02em; font-weight: 500; margin: 110px 0 30px; }
.article-copy h2:first-child { margin-top: 0; }
.article-copy p { margin: 0 0 20px; }
.article-copy figure { margin: 100px 0 38px; }
.article-copy figure img { display: block; width: 100%; max-height: 820px; object-fit: cover; }
.article-meta-line { font-family: "Helvetica Neue", Arial, sans-serif; font-size: 12px; line-height: 1.4; padding: 9px 0; margin: 0 !important; border-bottom: 1px solid var(--line); }
.article-conversation { min-height: 500px; padding: 100px 9vw; background: #171815; color: var(--paper); display: flex; flex-direction: column; justify-content: center; }
.article-conversation h2 { max-width: 950px; font-family: "Songti SC", "STSong", serif; font-size: clamp(50px, 6vw, 86px); font-weight: 400; line-height: 1.05; margin: 35px 0 55px; }
.article-conversation a { align-self: flex-start; padding-bottom: 8px; border-bottom: 1px solid; }
.article-footer { padding: 28px 4vw; display: flex; justify-content: space-between; border-top: 1px solid var(--line); font-size: 12px; }

.lead-dialog { width: min(1020px, 94vw); max-height: 92vh; border: 0; background: var(--paper); padding: 0; }
.lead-dialog[open] { position: fixed; inset: 50% auto auto 50%; transform: translate(-50%,-50%); z-index: 101; overflow: auto; }
body.dialog-open { overflow: hidden; }
body.dialog-open::before { content: ""; position: fixed; inset: 0; z-index: 100; background: rgba(0,0,0,.72); backdrop-filter: blur(7px); }
.lead-dialog::backdrop { background: rgba(0,0,0,.72); backdrop-filter: blur(7px); }
.lead-dialog form { padding: 55px; position: relative; }
.dialog-close { position: absolute; right: 25px; top: 20px; border: 0; background: none; font-size: 36px; cursor: pointer; }
.lead-dialog h2 { font-family: "Songti SC", serif; font-size: 54px; font-weight: 400; margin: 15px 0 35px; }
.type-buttons { display: flex; gap: 9px; flex-wrap: wrap; padding-bottom: 28px; border-bottom: 1px solid var(--line); }
.type-buttons button { background: transparent; border: 1px solid var(--line); padding: 12px 15px; cursor: pointer; }
.type-buttons button.selected { background: var(--ink); color: var(--paper); }
.dialog-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; margin: 35px 0; }
.dialog-fields label { display: grid; gap: 10px; font-size: 12px; }
.dialog-fields input, .dialog-fields select, .dialog-fields textarea { border: 0; border-bottom: 1px solid #999; background: transparent; padding: 12px 0; outline: 0; }
.dialog-fields .full { grid-column: 1/-1; }
.dialog-fields textarea { min-height: 80px; resize: vertical; }
.dialog-submit { background: var(--ink); color: var(--paper); border: 0; padding: 17px 24px; cursor: pointer; }
.lead-dialog form > p { font-size: 11px; color: #666; }

/* WORK VIEW SWITCH */
.view-switch button { padding: 8px 11px; border: 1px solid var(--line); background: transparent; cursor: pointer; }
.view-switch button.active { background: var(--ink); color: var(--paper); }
.project-grid.list-view { display: block; }
.project-grid.list-view .project-card { height: 104px; border-bottom: 1px solid var(--line); background: transparent; display: grid; grid-template-columns: 1fr 150px; align-items: center; }
.project-grid.list-view .project-image { grid-column: 2; grid-row: 1; width: 150px; height: 90px; aspect-ratio: auto; opacity: 0; transition: opacity .3s ease; }
.project-grid.list-view .project-card:hover .project-image { opacity: 1; }
.project-grid.list-view .project-label { grid-column: 1; grid-row: 1; min-height: 104px; width: 100%; align-items: center; padding-right: 24px; }
.project-grid.story-view { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; padding-bottom: 50px; }
.project-grid.story-view .project-card { flex: 0 0 74vw; height: 620px; scroll-snap-align: center; }
.project-grid .project-card[hidden] { display: none !important; }

@media (max-width: 900px) {
  .canvas { width: 100%; }
  .nav { height: 76px; padding: 10px 18px; grid-template-columns: 1fr auto; }
  .brand img { width: 48px; height: 48px; }
  .brand small, .menu { display: none; }
  .actions { grid-column: 2; gap: 8px; }
  .actions > a:not(.talk) { display: none; }
  .mobile-menu-toggle { display: block; }
  .nav.nav-open .mobile-menu-toggle span:first-child { transform: translateY(3.5px) rotate(45deg); }
  .nav.nav-open .mobile-menu-toggle span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
  .nav.nav-open .menu {
    display: flex; position: fixed; left: 0; right: 0; top: 76px; height: calc(100svh - 76px);
    padding: 52px 24px 40px; background: rgba(241,238,230,.98); backdrop-filter: blur(22px);
    flex-direction: column; align-items: flex-start; gap: 0; overflow-y: auto;
  }
  .nav.nav-open .menu a { width: 100%; padding: 18px 0; border-bottom: 1px solid var(--line); font-family: "Songti SC", "STSong", serif; font-size: clamp(28px, 9vw, 42px); }
  .nav.nav-open .menu a::after { display: none; }
  .language-toggle { display: inline-flex; align-items: center; justify-content: center; min-width: 44px; min-height: 38px; padding: 0 9px; border: 1px solid currentColor; background: transparent; color: inherit; }
  .talk { padding: 10px 12px; }
  .detail-hero { margin: 0; }
  .detail-photo { height: 68svh; min-height: 480px; }
  .detail-count { left: 18px; bottom: 18px; }
  .detail-copy { min-height: 0; padding: 58px 24px 50px; display: block; }
  .detail-copy h1 { font-size: clamp(48px, 13vw, 66px); margin: 40px 0 22px; }
  .detail-copy > p { width: auto; margin-top: 32px; }
  .detail-copy dl { margin: 56px 0 0; }
  .project-story { margin: 62px 0 0; padding: 0 18px; grid-template-columns: 1fr; gap: 18px; }
  .project-story figure, .project-story figure:nth-of-type(n) { grid-column: auto; height: 390px; }
  .project-story figure:nth-of-type(2) { height: 500px; }
  .project-story .quote, .project-story.is-compact .quote { grid-column: auto; min-height: 300px; }
  .home-hero { height: calc(100svh - 76px); min-height: 620px; }
  .home-copy { padding: 4vh 24px 14vh; min-height: 0; }
  .home-copy h1 { max-width: 88vw; font-size: clamp(28px, 9vw, 44px); line-height: 1.15; letter-spacing: .04em; }
  .home-subtitle { max-width: 82vw; font-size: 9px; letter-spacing: .13em; }
  .hero-image { height: 100%; }
  .image-orbit { display: none; }
  .next-strip { height: auto; margin: 24px 18px; grid-template-columns: 1fr; }
  .next-card { grid-template-columns: .85fr 1fr; }
  .v2-statement { padding: 100px 24px; display: block; }
  .v2-statement h2 { font-size: 54px; }
  .v2-statement h2 span { margin-left: 0; }
  body.language-en .v2-statement h2 { font-size: clamp(34px, 10vw, 46px); overflow-wrap: anywhere; }
  .statement-copy { display: block; margin-top: 60px; }
  .statement-copy a { display: inline-block; margin-top: 28px; }
  .section-title, .section-title.inverse { display: block; }
  .section-title h2 { margin: 24px 0; }
  .editorial-grid { display: block; }
  .editorial-card, .editorial-card.dahua { display: block; margin-bottom: 24px; }
  .editorial-card img, .editorial-card.wide img, .editorial-card.dahua img { height: 58vw; min-height: 310px; }
  .work-slider-meta { margin-top: 8px; }
  .work-slider-meta > span { max-width: 180px; line-height: 1.5; }
  .home-work-grid { gap: 12px; }
  .home-work-grid .project-card { flex-basis: 72vw; }
  .home-work-grid .project-label h3 { font-size: 15px; }
  .method-track { grid-template-columns: 1fr 1fr; margin-top: 50px; }
  .v2-about { display: block; padding: 100px 24px; }
  .about-manifesto { position: static; }
  .people { margin-top: 70px; }
  .people article, .people article:nth-child(2) { margin-left: 0; grid-template-columns: 1fr; }
  .people img { height: 110vw; }
  .insight-list a { min-height: 158px; grid-template-columns: 96px 1fr auto; gap: 14px; padding: 22px 0; }
  .insight-list small { grid-column: 1 / -1; }
  .insight-cover { grid-column: 1; width: 96px; height: 72px; }
  .insight-list h3 { grid-column: 2; font-size: 22px; margin: 0; }
  .insight-list i { grid-column: 3; grid-row: 2; }
  .v2-contact { padding: 90px 24px; min-height: 620px; }
  .v2-contact h2 { font-size: 62px; }
  .v2-contact h2 span { margin-left: 0; }
  .v2-contact > small { position: static; text-align: left; margin-top: 80px; }
  .v2-footer { grid-template-columns: 1fr; align-items: start; }
  .v2-footer > div:last-child { justify-self: start; }
  .dialog-fields { grid-template-columns: 1fr; }
  .dialog-fields .full { grid-column: 1; }
  .lead-dialog form { padding: 42px 22px; }
  .lead-dialog h2 { font-size: 42px; }
  .article-head { min-height: 420px; padding: 80px 24px 50px; display: block; }
  .article-head h1 { font-size: 48px; margin: 28px 0; }
  .article-head > p { font-size: 15px; }
  .article-date { margin-top: 35px; }
  .article-cover { min-height: 540px; padding: 34px 24px; }
  .article-layout { padding: 70px 24px 100px; display: block; }
  .article-layout aside { position: static; margin-bottom: 70px; }
  .article-copy { font-size: 18px; line-height: 1.9; }
  .article-copy h2 { margin-top: 80px; font-size: 23px; }
  .article-copy figure { margin-top: 75px; }
  .article-conversation { min-height: 440px; padding: 80px 24px; }
  .article-conversation h2 { font-size: 48px; }
  body.language-en .article-conversation h2 { font-size: clamp(34px, 10vw, 44px); overflow-wrap: anywhere; }
  .article-footer { padding: 24px; display: grid; gap: 18px; }
  .works-head { min-height: 220px; padding: 34px 18px 24px; display: block; }
  .works-head h1 { font-size: 46px; margin-bottom: 36px; }
  .works-head h1 span { font-size: 12px; }
  .works-intro { align-items: end; }
  .works-intro p { width: min(68%, 390px); }
  .filterbar { margin: 0 18px 18px; padding: 18px 0; display: block; }
  .filterbar-title { margin-bottom: 16px; }
  .project-filters { gap: 6px; }
  .project-filters button { min-height: 68px; padding: 10px; gap: 3px 6px; }
  .project-filters button span { font-size: 15px; }
  .project-filters button small { font-size: 7px; overflow: hidden; text-overflow: ellipsis; }
  .project-count { display: block; margin-top: 14px; text-align: right; }
  .project-grid { padding: 18px 18px 48px; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 30px 12px; }
  .project-label h2 { font-size: 15px; }
  .project-label small { font-size: 8px; }
  .works-foot { margin: 0 18px; gap: 20px; }
  .project-lightbox[open] { grid-template-columns: 54px 1fr 54px; }
  .project-lightbox figure { padding: 68px 0 26px; }
  .project-lightbox figure img { max-height: calc(100vh - 140px); }
  .lightbox-close { top: 14px; right: 14px; width: 42px; height: 42px; }
  .lightbox-nav { width: 42px; height: 42px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .01ms !important; }
  .intro-wipe { display: none; }
  .reveal-block, .home-copy > * { opacity: 1; transform: none; }
}
