:root {
  --paper: #f1ece3;
  --paper-deep: #e8e0d3;
  --ink: #393a32;
  --ink-2: #74634f;
  --moss: #74634f;
  --muted: #66665b;
  --line: rgba(16, 19, 18, 0.22);
  --line-light: rgba(242, 243, 240, 0.28);
  --page: clamp(22px, 4.6vw, 72px);
  --header-h: 82px;
  --display: "Bahnschrift SemiCondensed", "Bahnschrift", "Arial Narrow", "Aptos Display", "Microsoft YaHei UI", sans-serif;
  --body: "Aptos", "Segoe UI", "Microsoft YaHei UI", "Microsoft YaHei", sans-serif;
  --display-cn: "Microsoft YaHei UI", "Microsoft YaHei", "PingFang SC", sans-serif;
  --body-cn: "Microsoft YaHei UI", "Microsoft YaHei", "PingFang SC", sans-serif;
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
  --ease-in-out: cubic-bezier(0.77, 0, 0.175, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--paper); }
body { margin: 0; min-width: 0; overflow-x: hidden; background: var(--paper); color: var(--ink); font-family: var(--body); font-size: 16px; line-height: 1.62; text-rendering: optimizeLegibility; }
body.menu-open, body.dialog-open { overflow: hidden; }
img { display: block; width: 100%; height: 100%; object-fit: cover; background: var(--paper-deep); }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 2px solid var(--moss); outline-offset: 4px; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--display); font-weight: 500; line-height: 0.98; letter-spacing: -0.03em; }
h1 { font-size: clamp(3.6rem, 8.2vw, 9.6rem); }
h2 { font-size: clamp(2.6rem, 5.4vw, 6.4rem); }
h3 { font-size: clamp(1.45rem, 2.1vw, 2.2rem); }
p { text-wrap: pretty; }
h1, h2, h3 { text-wrap: balance; overflow-wrap: break-word; }

html[data-lang="cn"] body { font-family: var(--body-cn); line-height: 1.78; letter-spacing: .015em; line-break: strict; word-break: normal; }
html[data-lang="cn"] h1,
html[data-lang="cn"] h2,
html[data-lang="cn"] h3 { font-family: var(--display-cn); font-weight: 500; line-height: 1.16; letter-spacing: .005em; }
html[data-lang="cn"] .hero-copy h1 { max-width: none; font-size: clamp(3.25rem, 5vw, 5.5rem); }
html[data-lang="cn"] .hero-copy h1 span { white-space: nowrap; }
html[data-lang="cn"] .eyebrow,
html[data-lang="cn"] .section-no,
html[data-lang="cn"] .hero-index,
html[data-lang="cn"] .dialog-index,
html[data-lang="cn"] .desktop-nav,
html[data-lang="cn"] .lang-toggle,
html[data-lang="cn"] .text-link,
html[data-lang="cn"] .card-status,
html[data-lang="cn"] .filters button,
html[data-lang="cn"] .copy-button { font-family: var(--body-cn); letter-spacing: .055em; }

.sr-only { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; white-space: nowrap !important; border: 0 !important; }
.skip-link { position: fixed; z-index: 300; left: 16px; top: 12px; transform: translateY(-160%); padding: 12px 16px; background: var(--paper); color: var(--ink); border: 1px solid var(--ink); transition: transform 180ms var(--ease-out); }
.skip-link:focus { transform: translateY(0); }
.eyebrow, .section-no, .hero-index, .dialog-index { font-family: var(--display); font-size: .78rem; line-height: 1.2; letter-spacing: .14em; text-transform: uppercase; }
.section { padding: clamp(72px, 8vw, 128px) var(--page); }
.section-dark { background: var(--ink-2); color: var(--paper); }
.grid-12 { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); column-gap: clamp(14px, 1.6vw, 28px); }
.section-heading { align-items: start; margin-bottom: clamp(48px, 5vw, 76px); }
.section-heading .section-no { grid-column: 1 / 2; padding-top: .7rem; }
.section-heading > div { grid-column: 3 / 9; }
.section-heading h2 { margin: 18px 0 0; }
.section-heading .section-note { grid-column: 10 / 13; align-self: end; margin: 0; color: var(--muted); font-size: .92rem; }
.text-link { display: inline-flex; align-items: center; gap: 26px; min-height: 44px; border-bottom: 1px solid currentColor; font-family: var(--display); font-size: .82rem; letter-spacing: .12em; text-transform: uppercase; }
.text-link i { font-family: var(--body); font-style: normal; font-size: 1rem; transition: transform 180ms var(--ease-out); }
.text-link.light { color: var(--paper); }

/* Header */
.site-header { position: fixed; z-index: 120; inset: 0 0 auto; height: var(--header-h); display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 32px; padding: 0 var(--page); border-bottom: 1px solid transparent; transition: background-color 260ms var(--ease-out), color 260ms var(--ease-out), border-color 260ms var(--ease-out); }
.header-on-paper, .site-header.is-scrolled { background: color-mix(in srgb, var(--paper) 94%, transparent); color: var(--ink); border-bottom-color: var(--line); backdrop-filter: blur(12px); }
body[data-page="home"] .site-header:not(.is-scrolled) { color: var(--paper); background: rgba(16, 19, 18, .18); border-bottom-color: rgba(242, 243, 240, .28); backdrop-filter: blur(10px); }
body[data-page="home"] .site-header:not(.is-scrolled) .brand-logo-black { display: none; }
body[data-page="home"] .site-header:not(.is-scrolled) .brand-logo-reverse { display: block; }
.brand { display: inline-flex; align-items: center; min-height: 48px; }
.brand-desktop, .brand-mobile, .brand-lockup { display: inline-flex; align-items: center; }
.brand-mobile { display: none; }
.brand-logo-main { display: block; width: 168px; height: 57px; object-fit: contain; background: transparent; }
.brand-logo-icon { display: block; width: auto; height: 36px; object-fit: contain; background: transparent; }
.brand-logo-reverse { display: none; }
.brand-lockup { gap: 8px; height: 37px; color: inherit; }
.brand-lockup-icon { display: block; width: 31px; height: 37px; object-fit: contain; }
.brand-lockup-divider { width: 1px; height: 37px; background: currentColor; opacity: .22; }
.brand-lockup-type { align-self: stretch; display: flex; flex-direction: column; justify-content: space-between; min-width: 84px; }
.brand-lockup-hsd { display: block; font-family: var(--display); font-size: 1.18rem; font-weight: 700; line-height: .8; letter-spacing: -.05em; white-space: nowrap; }
.brand-lockup-en { display: block; font-family: var(--display); font-size: .51rem; font-weight: 600; line-height: 1; letter-spacing: .15em; white-space: nowrap; }
.brand-lockup-cn { display: block; font-family: "Microsoft YaHei", sans-serif; font-size: .62rem; line-height: 1; letter-spacing: .06em; white-space: nowrap; opacity: .72; }
.brand-lockup-reverse { display: none; }
.site-header.header-on-ink .brand-logo-black { display: none; }
.site-header.header-on-ink .brand-logo-reverse { display: block; }
.site-header.header-on-ink .brand-lockup-black { display: none; }
.site-header.header-on-ink .brand-lockup-reverse { display: block; }
.site-header.header-on-ink .brand-lockup-divider { background: var(--paper); }
.not-found-copy .brand-lockup-black, .not-found-copy .brand-logo-black { display: none; }
.not-found-copy .brand-lockup-reverse, .not-found-copy .brand-logo-reverse { display: block; }
.not-found-copy .brand-lockup-divider { background: var(--paper); }
.desktop-nav { justify-self: center; display: flex; align-items: center; gap: clamp(26px, 3vw, 52px); font-family: var(--display); font-size: .76rem; letter-spacing: .12em; text-transform: uppercase; }
.desktop-nav a { position: relative; display: grid; place-items: center; min-height: 44px; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 7px; border-bottom: 1px solid; transition: right 180ms var(--ease-out); }
.desktop-nav a:hover::after, .desktop-nav a.is-current::after { right: 0; }
.header-actions { display: flex; gap: 8px; align-items: center; }
.lang-toggle, .menu-toggle { min-width: 44px; min-height: 44px; border: 1px solid currentColor; background: transparent; cursor: pointer; }
.lang-toggle { padding: 0 13px; font-family: var(--display); font-size: .72rem; letter-spacing: .12em; }
.menu-toggle { display: none; position: relative; padding: 0 12px; }
.menu-toggle > span:not(.sr-only) { position: absolute; left: 11px; right: 11px; height: 1px; background: currentColor; transition: transform 240ms var(--ease-out), top 240ms var(--ease-out); }
.menu-toggle > span:first-child { top: 17px; }
.menu-toggle > span:nth-child(2) { top: 25px; }
.menu-toggle[aria-expanded="true"] > span:first-child { top: 21px; transform: rotate(45deg); }
.menu-toggle[aria-expanded="true"] > span:nth-child(2) { top: 21px; transform: rotate(-45deg); }

.mobile-menu { position: fixed; z-index: 110; inset: 0; visibility: hidden; color: var(--paper); }
.mobile-menu[aria-hidden="false"] { visibility: visible; }
.menu-plane { position: absolute; inset: 0; transform: translateX(100%); transition: transform 380ms var(--ease-out); }
.menu-plane-ink { background: var(--ink-2); transition-delay: 0ms; }
.menu-plane-paper { left: 32%; background: var(--moss); transition-delay: 55ms; }
.mobile-menu[aria-hidden="false"] .menu-plane { transform: translateX(0); }
.mobile-menu nav { position: relative; z-index: 2; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; height: 100%; padding: 100px var(--page) 80px; opacity: 0; transform: translateX(16px); transition: opacity 240ms 120ms var(--ease-out), transform 240ms 120ms var(--ease-out); }
.mobile-menu[aria-hidden="false"] nav { opacity: 1; transform: none; }
.mobile-menu nav a { display: block; font-family: var(--display); font-size: clamp(2.8rem, 12vw, 5rem); line-height: 1.05; letter-spacing: -.04em; min-height: 54px; }
.mobile-menu > p { position: absolute; z-index: 2; left: var(--page); bottom: 22px; font-size: .68rem; letter-spacing: .14em; }
.dark-brand-safe-area { display: flex; align-items: center; justify-content: flex-start; margin-top: 44px; padding: 20px 0; border-top: 1px solid rgba(242,243,240,.28); border-bottom: 1px solid rgba(242,243,240,.28); }
.dark-brand-safe-area img { display: block; width: min(220px, 58vw); height: auto; color: var(--paper); background: transparent; }

/* Home hero */
.light-court-hero { position: relative; min-height: 100svh; overflow: hidden; background: var(--ink-2); color: var(--paper); }
.hero-ink { display: none; }
.hero-image-wrap { position: absolute; inset: 0; overflow: hidden; }
.hero-image-wrap::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(16,19,18,.7) 0%, rgba(16,19,18,.38) 38%, rgba(16,19,18,.08) 70%), linear-gradient(180deg, rgba(16,19,18,.24) 0%, rgba(16,19,18,0) 34%, rgba(16,19,18,.26) 100%); pointer-events: none; }
.hero-image-wrap img { object-position: 52% center; transform: scale(1.025); animation: hero-settle 1400ms var(--ease-out) both; }
.light-slit { position: absolute; z-index: 2; left: var(--page); right: var(--page); bottom: 28px; width: auto; height: 1px; background: rgba(16,19,18,.42); transform-origin: left center; animation: slit-reveal 900ms 120ms var(--ease-out) both; pointer-events: none; }
.hero-copy { position: relative; z-index: 3; width: min(550px, 38vw); min-height: 100svh; display: flex; flex-direction: column; justify-content: space-between; padding: calc(var(--header-h) + clamp(70px, 8vw, 112px)) 0 clamp(22px, 2.4vw, 36px) var(--page); }
.hero-copy .eyebrow { margin-bottom: clamp(34px, 5vw, 76px); }
.hero-lower-copy { margin-top: auto; }
.hero-copy h1 { margin: 0 0 30px; max-width: 9ch; font-size: clamp(3.4rem, 5.2vw, 5.8rem); }
.hero-copy h1 span, .contact-band h2 span, .contact-hero h1 span, .vision-band h2 span, .not-found h1 span { display: block; }
.hero-intro { max-width: min(360px, 26vw); margin-bottom: 32px; color: rgba(242, 243, 240, .82); font-size: clamp(.92rem, 1.1vw, 1.08rem); }
.hero-copy .text-link.light { color: var(--paper); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.hero-cta { min-height: 50px; padding: 0 18px; border: 1px solid rgba(242, 243, 240, .58); border-bottom: 1px solid rgba(242, 243, 240, .58); gap: 12px; letter-spacing: .06em; }
.hero-cta-primary { background: var(--paper); color: var(--ink) !important; border-color: var(--paper); }
.hero-cta-secondary { color: var(--paper) !important; }
.hero-side-label { position: absolute; z-index: 3; top: calc(var(--header-h) + 26px); right: var(--page); display: flex; flex-direction: column; gap: 12px; margin: 0; color: rgba(242, 243, 240, .78); font-family: var(--display); font-size: .68rem; letter-spacing: .18em; text-transform: uppercase; writing-mode: vertical-rl; }
.hero-copy > * { animation: hero-copy-in 560ms 520ms var(--ease-out) both; }
.hero-index { position: absolute; z-index: 3; right: var(--page); bottom: 34px; margin: 0; writing-mode: vertical-rl; }
@keyframes slit-reveal { from { transform: scaleX(0); } to { transform: scaleX(1); } }
@keyframes hero-settle { from { transform: scale(1.08); } to { transform: scale(1.025); } }
@keyframes hero-copy-in { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: none; } }

/* Featured projects */
.project-feature { padding-top: clamp(48px, 4.5vw, 72px); padding-bottom: clamp(56px, 5vw, 84px); }
.project-feature .section-heading { margin-bottom: clamp(28px, 3vw, 42px); }
.project-feature .section-heading > div { grid-column: 3 / 8; }
.project-feature .section-heading h2 { max-width: 10ch; margin-top: 12px; font-size: clamp(2.3rem, 3.5vw, 4rem); line-height: 1.12; }
.selected-section { scroll-margin-top: var(--header-h); padding-top: clamp(58px, 5.2vw, 82px); padding-bottom: clamp(72px, 7vw, 112px); }
.selected-section .section-heading { margin-bottom: clamp(38px, 4vw, 58px); }
.selected-section .section-heading > div { grid-column: 3 / 8; }
.selected-section .section-heading h2 { max-width: 10ch; margin-top: 12px; font-size: clamp(2.7rem, 4.1vw, 4.8rem); line-height: 1.12; }
.featured-grid { width: min(100%, 1680px); margin-inline: auto; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(52px, 5vw, 82px) clamp(16px, 1.4vw, 24px); }
.project-card,
.project-card:nth-child(n) { position: relative; grid-column: auto; width: auto; margin: 0; padding: 0; border: 0; background: transparent; text-align: left; cursor: pointer; }
.project-card-media,
.project-card:nth-child(n) .project-card-media { position: relative; display: block; overflow: hidden; aspect-ratio: 16 / 10; max-height: 430px; background: var(--paper-deep); }
.project-feature .project-card-media,
.project-feature .project-card:nth-child(n) .project-card-media { aspect-ratio: 16 / 9; max-height: none; padding: clamp(8px, .75vw, 12px); background: #e5e8e3; border: 1px solid var(--line); }
.project-feature .project-card-media img { background: #f1ece3; }
.project-card-media::after { content: ""; position: absolute; inset: 0; border: 1px solid rgba(242,243,240,.22); pointer-events: none; }
.project-card img, .archive-card img { display: block; width: 100%; height: 100%; object-fit: contain; background: #f1ece3; transition: filter 540ms var(--ease-out); }
.project-card:hover img, .archive-card:hover img { transform: none; }
.project-card-copy { display: grid; grid-template-columns: 30px minmax(0, 1fr); gap: 7px 10px; align-items: start; min-height: 62px; padding-top: 14px; border-top: 1px solid var(--line); }
.project-card-copy .card-no, .project-card-copy .card-status { font-size: .68rem; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); }
.project-card-copy h3 { min-width: 0; margin: 0; font-size: clamp(1.08rem, 1.25vw, 1.45rem); line-height: 1.12; }
.project-card-copy .card-status { grid-column: 2; text-align: left; line-height: 1.45; }
html[data-lang="cn"] .project-card-copy h3 { font-size: clamp(1.05rem, 1.1vw, 1.28rem); line-height: 1.45; }
html[data-lang="cn"] .project-card-copy .card-status { font-size: .66rem; text-transform: none; }
.section-end { margin-top: clamp(42px, 5vw, 72px); text-align: right; }
.featured-grid.compact { row-gap: clamp(24px, 2.2vw, 34px); }

/* Method / service */
.method-grid .section-no { grid-column: 1 / 2; }
.method-title { grid-column: 2 / 7; }
.method-title h2 { margin-top: 18px; }
.method-list { grid-column: 7 / 12; margin: 0; padding: 0; list-style: none; }
.method-list li { display: grid; grid-template-columns: 48px 1fr; gap: 18px; padding: 26px 0 30px; border-top: 1px solid var(--line-light); }
.method-list li:last-child { border-bottom: 1px solid var(--line-light); }
.method-list li > span { font-size: .7rem; letter-spacing: .12em; }
.method-list h3 { margin: 0 0 10px; }
.method-list p { margin: 0; color: rgba(242,243,240,.68); }
.service-preview .grid-12 > .section-no { grid-column: 1 / 2; }
.service-lead { grid-column: 2 / 10; }
.service-lead h2 { margin-top: 18px; }
.service-steps { grid-column: 2 / 12; display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; margin-top: clamp(42px, 5vw, 76px); border-top: 1px solid var(--line); }
.service-steps article { min-height: 300px; padding: 28px 28px 32px 0; border-right: 1px solid var(--line); }
.service-steps article + article { padding-left: 28px; }
.service-steps article:last-child { border-right: 0; }
.service-steps span { font-size: .72rem; letter-spacing: .12em; }
.service-steps h3 { margin: 72px 0 18px; }
.service-steps p { max-width: 28ch; color: var(--muted); }
.service-link { grid-column: 10 / 12; justify-self: end; margin-top: 52px; }
.studio-preview { display: grid; grid-template-columns: minmax(0, 7fr) minmax(320px, 5fr); gap: 0; padding: 0; background: var(--paper-deep); }
.studio-image { min-height: 760px; }
.studio-image img { object-fit: contain; background: #f1ece3; }
.studio-copy { align-self: center; padding: clamp(58px, 7vw, 120px); }
.studio-copy h2 { margin: 24px 0 34px; font-size: clamp(3rem, 5.2vw, 6rem); }
.studio-copy p:not(.eyebrow) { max-width: 42ch; color: var(--muted); }
.studio-copy .text-link { margin-top: 36px; }
.contact-band { display: grid; grid-template-columns: minmax(0, 7fr) minmax(240px, 5fr); column-gap: clamp(42px, 8vw, 128px); align-items: start; padding: clamp(76px, 9vw, 132px) var(--page); }
.contact-band-main .eyebrow { margin-bottom: 28px; }
.contact-band-main h2 { max-width: 10ch; margin-bottom: 32px; }
.contact-band-main > p { max-width: 48ch; color: rgba(242,243,240,.7); }
.contact-vision { padding-top: .45rem; }
.contact-vision h3 { margin: 26px 0 0; font-size: clamp(2rem, 3.4vw, 4.2rem); line-height: 1.05; }
.contact-vision h3 span { display: block; }
.contact-vision h3 span + span { margin-top: .12em; color: #a8b8ad; }
.contact-actions { grid-column: 1 / 2; display: flex; align-items: center; justify-content: flex-start; gap: clamp(24px, 4vw, 60px); margin-top: 44px; padding-top: 18px; border-top: 1px solid var(--line-light); }
.contact-actions strong { font-family: var(--display); font-size: clamp(1.4rem, 2.2vw, 2.4rem); font-weight: 500; letter-spacing: .02em; }
.copy-button { min-height: 48px; padding: 0 24px; border: 1px solid var(--paper); background: transparent; color: var(--paper); cursor: pointer; font-family: var(--display); font-size: .76rem; letter-spacing: .12em; text-transform: uppercase; transition: background-color 180ms var(--ease-out), color 180ms var(--ease-out), transform 140ms var(--ease-out); }
.copy-button.dark { border-color: var(--ink); color: var(--ink); }
.copy-button.is-copied { background: var(--moss); color: var(--paper); border-color: var(--moss); }
.copy-button.is-copy-fallback { border-style: dashed; }

/* Customer-visible spacing and supporting imagery for the 4190 page. */
@media (min-width: 701px) {
  .selected-section .section-heading { margin-bottom: clamp(24px, 2.6vw, 38px); }
  .selected-section .section-heading > div { grid-column: 3 / 12; }
  .selected-section .section-heading h2 { max-width: none; white-space: nowrap; }
  .method-title { grid-row: 1; }
  .method-visual { margin-top: clamp(30px, 3vw, 46px); aspect-ratio: 16 / 9; overflow: hidden; background: var(--ink-2); }
  .method-visual img, .service-visual img { display: block; width: 100%; height: 100%; object-fit: cover; }
  .service-lead { grid-column: 2 / 9; }
  .service-visual { grid-column: 10 / 13; align-self: start; margin-top: 1.1rem; aspect-ratio: 4 / 3; overflow: hidden; background: var(--paper-deep); }
  .service-steps { margin-top: clamp(34px, 3.6vw, 56px); }
  .service-steps article { min-height: 252px; }
  .service-steps h3 { margin-top: 54px; }
  .studio-preview { min-height: calc(100svh - var(--header-h)); }
  .studio-image { height: calc(100svh - var(--header-h)); min-height: 0; }
  .studio-copy { max-height: calc(100svh - var(--header-h)); overflow: hidden; padding: clamp(42px, 5vw, 84px); }
  .studio-copy h2 { font-size: clamp(2.8rem, 4.8vw, 5.2rem); }
  .contact-band { padding-top: clamp(58px, 6vw, 88px); padding-bottom: clamp(36px, 4vw, 60px); }
  .dark-brand-safe-area { margin-top: 24px; padding-block: 14px; }
}

/* Home customer layout: remove section markers and restore a centered reading path. */
@media (min-width: 701px) {
  body[data-page="home"] .selected-section {
    padding-top: clamp(42px, 3.5vw, 56px);
    padding-bottom: clamp(32px, 3.2vw, 52px);
  }
  body[data-page="home"] .selected-section .section-heading {
    margin-bottom: clamp(20px, 2vw, 30px);
  }
  body[data-page="home"] .selected-section .section-heading > div {
    grid-column: 1 / 13;
    text-align: center;
  }

  body[data-page="home"] .comparison-section {
    padding-top: clamp(34px, 3.5vw, 56px);
    padding-bottom: clamp(44px, 4.5vw, 72px);
  }
  body[data-page="home"] .comparison-section .section-heading {
    max-width: 1440px;
    margin-inline: auto;
    margin-bottom: clamp(20px, 2vw, 30px);
  }
  body[data-page="home"] .comparison-section .section-heading > div {
    grid-column: 1 / 13;
    text-align: center;
  }
  body[data-page="home"] .comparison-section h2 {
    max-width: none;
    margin-top: 10px;
    font-size: clamp(2.3rem, 3.8vw, 4.5rem);
    line-height: 1.05;
    white-space: nowrap;
  }
  body[data-page="home"] .comparison-frame { margin-top: 24px; }

  body[data-page="home"] .method-section {
    padding-top: clamp(42px, 4vw, 64px);
    padding-bottom: clamp(42px, 4vw, 64px);
  }
  body[data-page="home"] .method-grid,
  body[data-page="home"] .service-preview .grid-12 {
    max-width: 1500px;
    margin-inline: auto;
  }
  body[data-page="home"] .method-title { grid-column: 1 / 7; }
  body[data-page="home"] .method-list { grid-column: 7 / 13; }
  body[data-page="home"] .method-visual { margin-top: clamp(20px, 2vw, 30px); }
  body[data-page="home"] .method-list li { padding: 20px 0 22px; }

  body[data-page="home"] .service-preview {
    padding-top: clamp(42px, 4vw, 64px);
    padding-bottom: clamp(42px, 4vw, 64px);
  }
  body[data-page="home"] .service-lead { grid-column: 1 / 8; }
  body[data-page="home"] .service-visual {
    grid-column: 8 / 13;
    margin-top: 0;
    aspect-ratio: 16 / 9;
  }
  body[data-page="home"] .service-steps {
    grid-column: 1 / 13;
    margin-top: clamp(28px, 2.6vw, 40px);
  }
  body[data-page="home"] .service-steps article { min-height: 200px; }
  body[data-page="home"] .service-steps h3 { margin-top: 38px; }
  body[data-page="home"] .service-link { grid-column: 11 / 13; margin-top: 28px; }

  body[data-page="home"] .studio-preview {
    height: calc(100svh - var(--header-h));
    min-height: 0;
  }
  body[data-page="home"] .studio-image { height: 100%; min-height: 0; }
  body[data-page="home"] .studio-copy {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(34px, 4vw, 64px);
  }
  body[data-page="home"] .studio-copy h2 {
    margin: 16px 0 22px;
    font-size: clamp(2.4rem, 3.8vw, 4.5rem);
    line-height: 1.02;
  }
  body[data-page="home"] .studio-copy .text-link { margin-top: 24px; }

  body[data-page="home"] .contact-band {
    padding-top: clamp(36px, 3.5vw, 56px);
    padding-bottom: clamp(24px, 2.5vw, 40px);
  }
  body[data-page="home"] .contact-band-main .eyebrow { margin-bottom: 18px; }
  body[data-page="home"] .contact-band-main h2 { margin-bottom: 22px; }
  body[data-page="home"] .contact-actions { margin-top: 30px; }
  body[data-page="home"] .dark-brand-safe-area { margin-top: 18px; padding-block: 10px; }
}

/* Project archive */
.page-hero { min-height: 84svh; display: grid; grid-template-columns: 2fr 7fr 3fr; gap: 24px; align-items: end; padding: calc(var(--header-h) + 80px) var(--page) 72px; border-bottom: 1px solid var(--line); }
.page-hero-number { align-self: start; padding-top: 8px; font-family: var(--display); font-size: .76rem; letter-spacing: .14em; writing-mode: vertical-rl; }
.page-hero-copy { grid-column: 2 / 4; }
.page-hero h1 { max-width: 12ch; margin: 20px 0 42px; font-size: clamp(3.8rem, 6vw, 7rem); line-height: 1.02; }
.page-hero-copy > p:last-child { max-width: 52ch; margin-left: auto; color: var(--muted); }
.archive-section { background: var(--paper-deep); }
.archive-heading { display: flex; justify-content: space-between; gap: 40px; align-items: end; margin-bottom: 42px; }
.archive-heading h2 { margin: 18px 0 0; }
.filters { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 8px; }
.filters button { min-height: 44px; padding: 0 16px; border: 1px solid var(--line); background: transparent; cursor: pointer; font-family: var(--display); font-size: .7rem; letter-spacing: .1em; text-transform: uppercase; }
.filters button.is-active { background: var(--ink); color: var(--paper); border-color: var(--ink); }
.filters button:disabled { cursor: wait; opacity: .48; }
.archive-status { min-height: 24px; margin: 0 0 20px; color: var(--muted); font-size: .78rem; letter-spacing: .08em; text-transform: uppercase; }
.archive-status[data-state="loading"]::before { content: ""; display: inline-block; width: .58rem; height: .58rem; margin-right: .58rem; border: 1px solid currentColor; border-right-color: transparent; border-radius: 50%; animation: archive-status-spin 760ms linear infinite; vertical-align: -.04em; }
.archive-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 44px 18px; transition: opacity 180ms var(--ease-out); }
.archive-grid.is-updating { opacity: .64; }
.archive-loading, .archive-error { grid-column: 1 / -1; max-width: 48ch; margin: 0; padding: 24px 0; border-top: 1px solid var(--line); color: var(--muted); }
.archive-error { color: var(--ink); }
@keyframes archive-status-spin { to { transform: rotate(360deg); } }
.archive-card { padding: 0; border: 0; background: transparent; text-align: left; cursor: pointer; }
.archive-card figure { margin: 0; }
.archive-card .archive-image { aspect-ratio: 4 / 3; overflow: hidden; background: #e8e0d3; }
.archive-card img { object-fit: contain; background: #f1ece3; filter: saturate(.76); transition: filter 260ms var(--ease-out); }
.archive-card figcaption { min-height: 88px; padding: 14px 0; border-bottom: 1px solid var(--line); }
.archive-card h3 { margin: 0 0 8px; font-size: 1.18rem; line-height: 1.05; }
.archive-card p { margin: 0; font-size: .68rem; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); }

/* Dialog */
.project-dialog { width: 100%; max-width: none; height: 100%; max-height: none; margin: 0; padding: 0; border: 0; background: var(--paper); color: var(--ink); opacity: 0; transform: translateY(16px) scale(.985); transition: opacity 420ms var(--ease-out), transform 420ms var(--ease-out), overlay 420ms allow-discrete, display 420ms allow-discrete; }
.project-dialog[open] { opacity: 1; transform: none; }
@starting-style { .project-dialog[open] { opacity: 0; transform: translateY(16px) scale(.985); } }
.project-dialog::backdrop { background: rgba(16, 19, 18, .82); }
.dialog-shell { position: relative; display: grid; grid-template-columns: minmax(0, 7fr) minmax(350px, 5fr); min-height: 100%; }
.dialog-shell { --dialog-drag-y: 0px; transform: translateY(var(--dialog-drag-y)); transition: transform 280ms var(--ease-out); }
.dialog-shell.is-dragging { transition: none; }
.dialog-close { position: fixed; z-index: 2; top: 20px; right: 20px; width: 52px; height: 52px; border: 1px solid currentColor; background: var(--paper); cursor: pointer; }
.dialog-close span[aria-hidden]::before, .dialog-close span[aria-hidden]::after { content: ""; position: absolute; top: 25px; left: 14px; right: 14px; height: 1px; background: currentColor; transform: rotate(45deg); }
.dialog-close span[aria-hidden]::after { transform: rotate(-45deg); }
.dialog-media { display: grid; gap: 1px; align-content: start; background: var(--ink); }
.dialog-media figure { margin: 0; min-height: 70vh; background: var(--ink); }
.dialog-media figure + figure { min-height: 56vh; }
.dialog-media img { object-fit: contain; background: #f1ece3; }
.dialog-copy { position: sticky; top: 0; align-self: start; min-height: 100vh; display: flex; flex-direction: column; justify-content: flex-end; padding: clamp(90px, 10vw, 150px) clamp(34px, 5vw, 80px) 54px; }
.dialog-copy h2 { margin: 24px 0 32px; font-size: clamp(3rem, 5vw, 6rem); }
.dialog-copy > p:not(.eyebrow):not(.dialog-index) { color: var(--muted); }
.dialog-index { position: absolute; top: 34px; left: clamp(34px, 5vw, 80px); }
.dialog-nav { display: flex; justify-content: space-between; gap: 16px; margin-top: 58px; padding-top: 18px; border-top: 1px solid var(--line); }
.dialog-nav button { min-height: 44px; padding: 0; border: 0; background: transparent; cursor: pointer; display: flex; align-items: center; gap: 12px; font-size: .72rem; letter-spacing: .1em; text-transform: uppercase; }

/* External completion layer: one full gallery stage with touch, pointer and keyboard navigation. */
.dialog-media { display: block; min-height: 100vh; }
.dialog-gallery { position: relative; display: grid; place-items: center; min-height: 100vh; padding: clamp(34px, 5vw, 72px); background: var(--ink); }
.dialog-gallery-viewport { display: grid; place-items: center; width: 100%; height: calc(100vh - clamp(68px, 10vw, 144px)); min-height: 420px; overflow: hidden; background: #f1ece3; cursor: grab; touch-action: none; }
.dialog-gallery-viewport:active { cursor: grabbing; }
.dialog-gallery-viewport:focus-visible { outline: 2px solid var(--paper); outline-offset: -6px; }
.dialog-gallery-viewport img { width: 100%; height: 100%; object-fit: contain; background: #f1ece3; user-select: none; -webkit-user-drag: none; }
.dialog-gallery-button { position: absolute; z-index: 2; top: 50%; display: grid; place-items: center; width: 48px; height: 48px; border: 1px solid rgba(242,243,240,.62); background: rgba(16,19,18,.38); color: var(--paper); cursor: pointer; transform: translateY(-50%); }
.dialog-gallery-button:hover { background: var(--paper); color: var(--ink); }
.dialog-gallery-prev { left: 16px; }
.dialog-gallery-next { right: 16px; }
.dialog-gallery-meta { position: absolute; right: clamp(34px, 5vw, 72px); bottom: clamp(24px, 3vw, 42px); left: clamp(34px, 5vw, 72px); display: flex; align-items: baseline; justify-content: space-between; gap: 18px; color: var(--paper); }
.dialog-gallery-meta strong { font-size: .72rem; letter-spacing: .14em; }
.dialog-gallery-meta span { max-width: 52ch; color: rgba(242,243,240,.72); font-size: .78rem; text-align: right; }

/* Studio */
.studio-founder-hero { height: 100svh; min-height: 0; display: grid; grid-template-columns: 7fr 5fr; background: var(--paper-deep); padding-top: var(--header-h); }
.studio-founder-copy { align-self: stretch; display: grid; grid-template-columns: minmax(0, 1fr) clamp(280px, 21vw, 330px); grid-template-rows: auto auto auto; column-gap: clamp(24px, 2.2vw, 34px); align-content: start; padding: clamp(52px, 4vw, 72px) var(--page); }
.studio-founder-title-row { grid-column: 1; grid-row: 1; display: block; }
.studio-founder-copy h1 { margin: 0 0 8px; font-family: var(--display); font-size: clamp(4rem, 5.4vw, 6.2rem); letter-spacing: -.018em; line-height: 1; }
.studio-founder-role { margin: 0; color: var(--muted); font-size: .76rem; letter-spacing: .1em; text-transform: uppercase; }
.studio-founder-lead { grid-column: 1; grid-row: 2; max-width: 50ch; margin: clamp(120px, 11vw, 170px) 0 0; font-size: clamp(.98rem, 1.15vw, 1.12rem); line-height: 1.7; letter-spacing: .02em; white-space: pre-line; }
.studio-founder-portrait { grid-column: 2; grid-row: 1 / span 3; width: 100%; aspect-ratio: 2 / 3; overflow: hidden; background: var(--ink); }
.studio-founder-portrait img { width: 100%; height: 100%; object-fit: cover; object-position: center 33%; filter: grayscale(1) contrast(1.08); }
.studio-founder-fact { max-width: 26ch; margin: 0 0 9px; color: var(--muted); font-size: .73rem; line-height: 1.48; }
.studio-founder-recognition { grid-column: 1; grid-row: 3; width: min(100%, 435px); min-height: clamp(220px, 19vw, 275px); box-sizing: border-box; margin-top: clamp(28px, 3.2vw, 46px); padding-top: 15px; border-top: 1px solid var(--line); }
.studio-founder-recognition .eyebrow { margin-bottom: 16px; }
.studio-founder-recognition ul { display: grid; gap: 9px; margin: 0; padding: 0; list-style: none; color: var(--muted); font-size: .74rem; line-height: 1.7; letter-spacing: .04em; }
html[data-lang="cn"] .studio-founder-copy h1 { letter-spacing: .02em; }
html[data-lang="cn"] .studio-founder-lead { line-height: 1.82; letter-spacing: .055em; }
html[data-lang="cn"] .studio-founder-recognition ul { line-height: 1.68; letter-spacing: .055em; }
.studio-founder-visual { min-height: 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); grid-template-rows: repeat(3, minmax(0, 1fr)); gap: 10px; padding: clamp(12px, 1.2vw, 18px); background: #e8e0d3; }
.studio-founder-award { min-height: 0; margin: 0; overflow: hidden; background: var(--paper); }
.studio-founder-award img { width: 100%; height: 100%; object-fit: contain; background: #f1ece3; filter: saturate(.86) contrast(1.03); }
.studio-hero { height: 100svh; min-height: 0; display: grid; grid-template-columns: 5fr 7fr; background: var(--paper-deep); padding-top: var(--header-h); }
.studio-hero-copy { align-self: center; padding: clamp(42px, 4.4vw, 68px) var(--page) clamp(38px, 3.8vw, 58px); }
.studio-hero-copy h1 { margin: 24px 0 22px; max-width: 12ch; font-size: clamp(2.9rem, 3.65vw, 4.35rem); }
.studio-hero-intro { max-width: 43ch; color: var(--muted); }
.studio-hero-meta { display: grid; gap: clamp(22px, 2.2vw, 32px); margin-top: clamp(32px, 3.2vw, 48px); }
.studio-profile { display: grid; grid-template-columns: 112px minmax(0, 1fr); gap: 18px; align-items: end; padding-top: 16px; border-top: 1px solid var(--line); }
.studio-portrait-frame { aspect-ratio: 3 / 4; overflow: hidden; background: var(--ink); }
.studio-portrait-frame img { width: 100%; height: 100%; object-fit: contain; background: var(--paper-deep); filter: grayscale(1) contrast(1.08); }
.studio-profile-copy { padding-bottom: 2px; }
.studio-profile-name { margin: 0 0 7px; font-family: var(--display); font-size: clamp(1.05rem, 1.3vw, 1.25rem); letter-spacing: .08em; }
.studio-profile-role { margin: 0 0 10px; font-size: .68rem; letter-spacing: .08em; text-transform: uppercase; }
.studio-profile-note { max-width: 25ch; margin: 0; color: var(--muted); font-size: .74rem; line-height: 1.5; }
.studio-awards { padding-top: 18px; border-top: 1px solid var(--line); }
.studio-awards .eyebrow { margin-bottom: 14px; }
.studio-awards-list { display: grid; gap: 7px; margin: 0; padding: 0; list-style: none; color: var(--muted); font-size: .72rem; line-height: 1.4; }
.studio-hero-image { height: calc(100svh - var(--header-h)); min-height: 0; }
.studio-hero-image img, .service-hero-image img, .contact-light img, .not-found-image img { object-fit: contain; background: #f1ece3; }
.studio-hero-mark { position: absolute; right: 22px; bottom: 18px; color: var(--ink); font-size: .7rem; letter-spacing: .16em; writing-mode: vertical-rl; }
.manifesto-grid { display: grid; grid-template-columns: 1fr 6fr 3fr; gap: clamp(24px, 4vw, 80px); }
.manifesto-grid h2 { margin: 0; font-size: clamp(3rem, 5vw, 6rem); }
.manifesto-grid > div { align-self: end; color: rgba(242,243,240,.7); }
.principle-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.principle-grid article { min-height: 420px; padding: 28px 30px 36px 0; border-right: 1px solid var(--line); }
.principle-grid article + article { padding-left: 30px; }
.principle-grid article:last-child { border-right: 0; }
.principle-grid span { font-size: .68rem; letter-spacing: .14em; color: var(--moss); }
.principle-grid h3 { margin: 130px 0 24px; }
.principle-grid p { max-width: 31ch; color: var(--muted); }
.studio-proof { display: grid; grid-template-columns: 5fr 4fr; gap: 12vw; background: var(--paper-deep); }
.studio-proof h2 { margin-top: 20px; }
.studio-proof > p { align-self: end; color: var(--muted); }

/* Services */
.service-hero { min-height: 100svh; display: grid; grid-template-columns: 7fr 5fr; padding-top: var(--header-h); }
.service-hero-image { min-height: calc(100svh - var(--header-h)); }
.service-hero-copy { align-self: center; padding: 90px var(--page) 70px; }
.service-hero-copy h1 { max-width: 10ch; margin: 24px 0 38px; font-size: clamp(3.2rem, 4.4vw, 5.2rem); }
.service-hero-copy > p:last-child { color: var(--muted); }
.process-list { margin: 0 0 0 16.66%; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.process-list li { display: grid; grid-template-columns: 1fr 3fr 5fr; gap: 24px; padding: 30px 0 42px; border-bottom: 1px solid var(--line); }
.process-list li > span { font-size: .72rem; letter-spacing: .12em; }
.process-list h3 { margin: 0; }
.process-list p { margin: 0; color: var(--muted); }
.service-boundary { display: grid; grid-template-columns: 7fr 5fr; gap: 9vw; }
.service-boundary h2 { margin: 24px 0 0; }
.service-boundary ul { align-self: end; margin: 0; padding: 0; list-style: none; }
.service-boundary li { padding: 18px 0; border-top: 1px solid var(--line-light); }
.service-boundary li:last-child { border-bottom: 1px solid var(--line-light); }

/* Contact */
.contact-hero { min-height: 100svh; display: grid; grid-template-columns: 7fr 5fr; padding-top: var(--header-h); }
.contact-hero-copy { align-self: center; padding: 90px var(--page) 70px; }
.contact-hero h1 { max-width: 10ch; margin: 30px 0 46px; font-size: clamp(3.2rem, 4.4vw, 5.2rem); }
.contact-hero-copy > p:last-child { max-width: 48ch; color: var(--muted); }
.contact-light { position: relative; min-height: calc(100svh - var(--header-h)); }
.contact-light::before { content: ""; position: absolute; z-index: 1; inset: 0 auto 0 0; width: clamp(38px, 5vw, 78px); background: var(--paper); }
.contact-details { display: grid; grid-template-columns: 5fr 7fr; gap: 8vw; }
.contact-id strong { display: block; margin: 36px 0 42px; font-family: var(--display); font-size: clamp(3.5rem, 7vw, 8rem); font-weight: 500; letter-spacing: -.04em; }
.contact-brief ol { margin: 34px 0 32px; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.contact-brief li { display: grid; grid-template-columns: 54px 1fr; padding: 20px 0; border-bottom: 1px solid var(--line); }
.contact-brief li span { font-size: .7rem; letter-spacing: .12em; }
.contact-brief li p { margin: 0; }
.fine-print { color: var(--muted); font-size: .9rem; }
.vision-band { padding: clamp(72px, 9vw, 132px) var(--page); }
.vision-band h2 { margin: 32px 0 42px; max-width: 10ch; }
.vision-band > p:last-child { max-width: 48ch; color: rgba(242,243,240,.66); }

/* Legal / 404 / footer */
.legal-page { max-width: 1160px; margin: 0 auto; padding: calc(var(--header-h) + 100px) var(--page) 140px; }
.legal-page header { display: grid; grid-template-columns: 2fr 7fr 3fr; gap: 24px; align-items: end; padding-bottom: 80px; border-bottom: 1px solid var(--line); }
.legal-page header h1 { grid-column: 2 / 3; margin: 0; }
.legal-page header > p:last-child { margin: 0; color: var(--muted); }
.legal-page section { display: grid; grid-template-columns: 3fr 7fr; gap: 40px; padding: 44px 0; border-bottom: 1px solid var(--line); }
.legal-page section h2 { font-size: 1.8rem; }
.legal-page section p { color: var(--muted); }
.legal-page > .text-link { margin-top: 70px; }
.not-found { min-height: 100svh; display: grid; grid-template-columns: 7fr 5fr; background: var(--ink-2); color: var(--paper); }
.not-found-image { min-height: 100svh; }
.not-found-copy { position: relative; display: flex; flex-direction: column; justify-content: flex-end; padding: 58px var(--page); }
.not-found-copy .brand { position: absolute; top: 34px; left: var(--page); }
.not-found-code { position: absolute; right: var(--page); top: 30px; font-family: var(--display); font-size: .75rem; letter-spacing: .12em; }
.not-found h1 { margin: 0 0 50px; font-size: clamp(3.8rem, 7vw, 8rem); }
.not-found .standalone { position: absolute; right: var(--page); bottom: 34px; color: var(--paper); }
.site-footer { min-height: 178px; display: grid; grid-template-columns: 3fr 6fr 3fr; gap: 24px; align-items: end; padding: 44px var(--page) 28px; border-top: 1px solid var(--line); }
.site-footer > p { justify-self: center; margin: 0; color: var(--muted); font-size: .86rem; text-align: center; }
.site-footer > div { display: flex; justify-content: flex-end; gap: 28px; font-size: .74rem; letter-spacing: .08em; text-transform: uppercase; }

@media (hover: hover) and (pointer: fine) {
  .project-card:hover img, .archive-card:hover img { transform: none; filter: saturate(.9); }
  .text-link:hover i { transform: translate(3px, -2px); }
  .copy-button:hover { background: var(--paper); color: var(--ink); }
  .copy-button.dark:hover { background: var(--ink); color: var(--paper); }
}
.project-card:active, .archive-card:active, .copy-button:active, .filters button:active { transform: scale(.98); }

@media (min-width: 701px) and (max-width: 1180px) {
  .featured-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 980px) {
  :root { --header-h: 72px; --page: clamp(20px, 5.6vw, 44px); }
  .desktop-nav { display: none; }
  .menu-toggle { display: block; }
  .brand-mobile { display: none; }
  .brand-lockup-desktop { display: inline-flex; width: clamp(126px, 40vw, 150px); height: auto; }
  .brand-lockup-desktop .brand-logo-main { width: 100%; height: auto; }
  .site-header { grid-template-columns: 1fr auto; }
  .section-heading > div { grid-column: 2 / 9; }
  .section-heading .section-note { grid-column: 9 / 13; }
  .hero-ink { right: 72%; }
  .hero-image-wrap { left: 24%; }
  .hero-copy { width: 68vw; }
  .featured-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .studio-preview { grid-template-columns: 1fr; }
  .studio-image { min-height: 65vw; }
  .studio-copy { max-width: 720px; }
  .archive-grid { grid-template-columns: repeat(3, 1fr); }
  .dialog-shell { grid-template-columns: 6fr 5fr; }
  .studio-hero, .service-hero, .contact-hero { grid-template-columns: 1fr; }
  .studio-founder-hero { height: auto; min-height: 0; grid-template-columns: 1fr; }
  .studio-founder-visual { height: 72vw; min-height: 72vw; order: 0; }
  .studio-founder-copy {
    grid-template-columns: minmax(0, 1fr) 112px;
    grid-template-rows: auto auto auto;
    column-gap: 16px;
    padding-top: 82px;
    padding-bottom: 82px;
  }
  .studio-founder-title-row { grid-column: 1; grid-row: 1; }
  .studio-founder-portrait { grid-column: 2; grid-row: 1 / span 3; }
  .studio-founder-lead { grid-column: 1; grid-row: 2; }
  .studio-founder-recognition { grid-column: 1; grid-row: 3; width: 100%; }
  .studio-hero { height: auto; min-height: 0; }
  .studio-hero-image, .service-hero-image, .contact-light { height: auto; min-height: 72vw; order: -1; }
  .studio-hero-copy, .service-hero-copy, .contact-hero-copy { padding-top: 90px; }
  .service-boundary { grid-template-columns: 1fr; }
}

@media (max-width: 700px) {
  body { font-size: 16px; padding-left: env(safe-area-inset-left); padding-right: env(safe-area-inset-right); }
  h1 { font-size: clamp(3rem, 14.5vw, 4.8rem); }
  h2 { font-size: clamp(2.35rem, 10.5vw, 3.75rem); }
  html[data-lang="cn"] h1 { font-size: clamp(2.35rem, 10.6vw, 3.45rem); }
  html[data-lang="cn"] h2 { font-size: clamp(2rem, 8.6vw, 2.9rem); }
  .section { padding-top: 86px; padding-bottom: 86px; }
  .grid-12 { grid-template-columns: 1fr; column-gap: 0; }
  .section-heading { display: block; margin-bottom: 44px; }
  .section-heading .section-no { margin-bottom: 22px; padding-top: 0; }
  .section-heading > div,
  .section-heading .section-note { grid-column: auto; }
  .section-heading .section-note { margin-top: 24px; max-width: 34ch; }
  .brand-desktop { display: none; }
  .brand-mobile { display: none; }
  .brand-lockup-desktop { display: inline-flex; }
  body[data-page="home"] .site-header:not(.is-scrolled) .brand-logo-black { display: none; }
  body[data-page="home"] .site-header:not(.is-scrolled) .brand-logo-reverse { display: block; }
  body[data-page="home"] .site-header:not(.is-scrolled) { color: var(--paper); background: var(--ink); border-bottom-color: rgba(242,243,240,.22); backdrop-filter: none; }
  .light-court-hero { background: var(--ink-2); color: var(--paper); }
  .hero-ink { display: none; }
  .hero-image-wrap { inset: 0; }
  .hero-image-wrap img { object-position: 24% center; }
  .hero-image-wrap::after { background: linear-gradient(180deg, rgba(16,19,18,.02) 28%, rgba(16,19,18,.06) 48%, rgba(16,19,18,.86) 100%); }
  .light-slit { left: var(--page); right: var(--page); bottom: 24px; width: auto; background: rgba(242,243,240,.7); opacity: .78; }
  .hero-copy { width: 100%; min-height: 100svh; padding: calc(var(--header-h) + 40px) var(--page) 54px; }
  .hero-copy { background: linear-gradient(90deg, rgba(16,19,18,.5), rgba(16,19,18,.2) 62%, transparent 96%); }
  .hero-copy { justify-content: flex-start; }
  .hero-lower-copy { margin-top: 0; }
  .hero-copy .eyebrow { margin-bottom: 24px; }
  .hero-copy h1,
  html[data-lang="cn"] .hero-copy h1 { max-width: 8ch; margin-bottom: 20px; font-size: clamp(2.35rem, 10.6vw, 3.25rem); font-weight: 500; line-height: 1.12; }
  html[data-lang="cn"] .hero-copy h1 span { white-space: normal; }
  .hero-intro { max-width: 28ch; margin-bottom: 26px; color: rgba(242,243,240,.8); font-size: .9rem; line-height: 1.7; }
  .hero-copy .text-link.light { color: var(--paper); }
  .hero-copy .eyebrow, .hero-copy h1, .hero-intro { text-shadow: 0 1px 20px rgba(16,19,18,.5); }
  .hero-index { display: none; }
  .selected-section { padding-top: 64px; padding-bottom: 72px; }
  .featured-grid { grid-template-columns: 1fr; gap: 46px; }
  .project-card,
  .project-card:nth-child(n) { display: block; width: 100%; margin: 0; }
  .project-card-media,
  .project-card:nth-child(n) .project-card-media { aspect-ratio: 16 / 10; max-height: none; }
  .project-card-copy { grid-template-columns: 30px minmax(0, 1fr); padding-top: 13px; }
  .project-card-copy h3 { font-size: 1.18rem; }
  html[data-lang="cn"] .project-card-copy h3 { font-size: 1.1rem; }
  .section-end { margin-top: 32px; text-align: left; }
  .method-grid { display: block; }
  .method-grid .section-no { margin-bottom: 34px; }
  .method-list { margin-top: 64px; }
  .service-preview .grid-12 { display: block; }
  .service-preview .section-no { margin-bottom: 34px; }
  .service-steps { display: block; margin-top: 64px; }
  .service-steps article, .service-steps article + article { min-height: 0; padding: 28px 0 42px; border-right: 0; border-bottom: 1px solid var(--line); }
  .service-steps h3 { margin-top: 46px; }
  .service-link { margin-top: 42px; }
  .studio-image { min-height: 92vw; }
  .studio-copy { padding: 72px var(--page); }
  .contact-band { display: block; padding-top: 72px; padding-bottom: 72px; }
  .contact-vision { margin-top: 54px; }
  .contact-actions { align-items: flex-start; flex-direction: column; gap: 18px; margin-top: 42px; }
  .copy-button { width: auto; }
  .page-hero { min-height: 78svh; display: block; padding-top: calc(var(--header-h) + 90px); }
  .page-hero-number { display: none; }
  .page-hero h1 { margin-top: 26px; }
  .page-hero-copy > p:last-child { margin: 0; }
  .archive-heading { display: block; }
  .filters { justify-content: flex-start; flex-wrap: nowrap; overflow-x: auto; margin: 34px calc(var(--page) * -1) 0; padding: 0 var(--page) 10px; scrollbar-width: none; }
  .filters button { flex: 0 0 auto; }
  .archive-grid { grid-template-columns: repeat(2, 1fr); gap: 36px 12px; }
  .archive-card h3 { font-size: 1rem; }
  .archive-card figcaption { min-height: 96px; }
  .dialog-shell { display: block; }
  .dialog-close { top: 12px; right: 12px; }
  .dialog-media figure, .dialog-media figure + figure { min-height: 68svh; }
  .dialog-copy { position: relative; min-height: 78svh; padding: 100px var(--page) 48px; }
  .dialog-index { top: 36px; left: var(--page); }
  .studio-hero-copy, .service-hero-copy, .contact-hero-copy { padding: 82px var(--page); }
  .studio-founder-title-row { display: block; }
  .studio-founder-copy h1 { font-size: clamp(3.8rem, 16vw, 5.6rem); }
  .studio-founder-lead { margin-top: 34px; font-size: 1rem; }
  .studio-founder-recognition { margin-top: 32px; }
  .studio-hero-copy h1, .service-hero-copy h1 { font-size: clamp(3rem, 14vw, 4.7rem); }
  .studio-hero-meta { margin-top: 38px; gap: 28px; }
  .studio-profile { grid-template-columns: 88px minmax(0, 1fr); gap: 14px; }
  .studio-profile-name { font-size: 1rem; }
  .studio-profile-note { font-size: .74rem; }
  .studio-awards-list { font-size: .72rem; }
  html[data-lang="cn"] .studio-hero-copy h1,
  html[data-lang="cn"] .service-hero-copy h1,
  html[data-lang="cn"] .contact-hero h1 { font-size: clamp(2.6rem, 11.5vw, 3.8rem); max-width: 12ch; }
  .manifesto-grid { display: block; }
  .manifesto-grid h2 { margin: 46px 0 60px; }
  .principle-grid { display: block; }
  .principle-grid article, .principle-grid article + article { min-height: 0; padding: 28px 0 42px; border-right: 0; border-bottom: 1px solid var(--line); }
  .principle-grid h3 { margin-top: 70px; }
  .studio-proof { grid-template-columns: 1fr; gap: 42px; }
  .process-list { margin-left: 0; }
  .process-list li { grid-template-columns: 36px 1fr; }
  .process-list li p { grid-column: 2; }
  .contact-details { grid-template-columns: 1fr; gap: 90px; }
  .contact-id strong { overflow-wrap: anywhere; }
  .legal-page header { display: block; }
  .legal-page header h1 { margin: 30px 0; }
  .legal-page section { display: block; }
  .not-found { grid-template-columns: 1fr; }
  .not-found-image { min-height: 48svh; }
  .not-found-copy { min-height: 52svh; padding-top: 100px; }
  .site-footer { grid-template-columns: 1fr; gap: 32px; }
  .site-footer > div { justify-content: flex-start; }
  .site-footer { padding-bottom: max(38px, env(safe-area-inset-bottom)); }
  .dark-brand-safe-area { margin-top: 54px; }
}

@media (max-width: 420px) {
  .archive-grid { grid-template-columns: 1fr; }
  .archive-card .archive-image { aspect-ratio: 16 / 11; }
  .mobile-menu nav a { font-size: 13vw; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: 1ms !important; animation-delay: 0ms !important; transition-duration: 80ms !important; scroll-behavior: auto !important; }
  .hero-image-wrap img { transform: none; }
}

@media (prefers-reduced-transparency: reduce) {
  .header-on-paper, .site-header.is-scrolled { background: var(--paper); backdrop-filter: none; }
  .project-dialog::backdrop { background: var(--ink); }
}

/* Customer presentation adjustments: quieter labels, left-led headings and a clear home rhythm. */
.section-heading > div > .eyebrow,
.page-hero-copy > .eyebrow,
.studio-hero-copy > .eyebrow,
.service-hero-copy > .eyebrow,
.contact-hero-copy > .eyebrow,
.contact-band .eyebrow { text-align: left; }

body[data-page="home"] .selected-section,
body[data-page="home"] .method-section,
body[data-page="home"] .contact-band { background: var(--paper); color: var(--ink); }
body[data-page="home"] .comparison-section,
body[data-page="home"] .service-preview { background: var(--paper-deep); color: var(--ink); }

body[data-page="home"] .selected-section .section-heading > div,
body[data-page="home"] .comparison-section .section-heading > div { grid-column: 1 / 13; text-align: left; }
body[data-page="home"] .selected-section .section-heading h2 {
  max-width: none;
  font-size: clamp(2.2rem, 2.5vw, 3.4rem);
  letter-spacing: .04em;
  line-height: 1.2;
  white-space: normal;
}
body[data-page="home"] .comparison-section .section-heading h2 {
  max-width: none;
  font-size: clamp(2.1rem, 2.4vw, 3.2rem);
  letter-spacing: .04em;
  line-height: 1.2;
  white-space: normal;
}
body[data-page="home"] .comparison-section .section-note { color: var(--muted); }
body[data-page="home"] .comparison-controls > span { color: var(--ink); }
body[data-page="home"] .comparison-controls button { border-color: var(--line); color: var(--ink); }
body[data-page="home"] .comparison-controls em { color: var(--muted); }
body[data-page="home"] .method-list li { border-color: var(--line); }
body[data-page="home"] .method-list p { color: var(--muted); }
body[data-page="home"] .contact-band-main > p { color: var(--muted); }
body[data-page="home"] .contact-actions { border-color: var(--line); }
body[data-page="home"] .contact-actions strong { color: var(--ink); }
body[data-page="home"] .contact-band .copy-button { border-color: var(--ink); color: var(--ink); }
body[data-page="home"] .dark-brand-safe-area { border-color: var(--line); }
body[data-page="home"] .dark-brand-safe-area img { filter: invert(1); }

body[data-page="home"] .selected-section .project-card-media,
.project-feature .project-card-media { padding: 0; }
body[data-page="home"] .selected-section .project-card img,
.project-feature .project-card img { object-fit: cover; object-position: center; }

/* The award wall stays visible as a compact grid instead of becoming an inner scroll area. */
.studio-founder-hero { height: auto; min-height: calc(100svh - var(--header-h)); align-items: start; }
.studio-founder-visual {
  grid-template-columns: repeat(6, minmax(0, 1fr));
  grid-template-rows: repeat(3, minmax(0, 1fr));
  grid-auto-rows: auto;
  gap: 3px;
  padding: 3px;
  height: calc(100svh - var(--header-h));
  overflow: visible;
  scrollbar-width: none;
}
.studio-founder-award { aspect-ratio: 3 / 4; }
.studio-founder-award img { object-fit: contain; }

body[data-page="projects"] .archive-section { padding-bottom: clamp(44px, 4vw, 72px); }

@media (min-width: 1101px) and (max-width: 1799px) {
  .studio-founder-visual {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-template-rows: none;
    grid-auto-rows: auto;
    height: auto;
  }
}

@media (max-width: 1100px) {
  .studio-founder-visual {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-template-rows: none;
    grid-auto-rows: auto;
    height: auto;
    overflow: visible;
  }
}

@media (max-width: 700px) {
  body[data-page="home"] .selected-section .section-heading h2,
  body[data-page="home"] .comparison-section .section-heading h2 {
    font-size: clamp(2rem, 7.8vw, 2.8rem);
    letter-spacing: .03em;
  }
}

/* Award evidence wall: keep the full updated certificate set available without changing the founder layout. */
@media (min-width: 1800px) {
  .studio-founder-visual { grid-template-columns: repeat(6, minmax(0, 1fr)); grid-template-rows: repeat(3, minmax(0, 1fr)); grid-auto-rows: auto; align-content: start; height: calc(100svh - var(--header-h)); overflow: visible; scrollbar-width: none; }
}

@media (max-width: 1100px) {
  .studio-founder-visual { height: auto; min-height: 0; grid-template-columns: repeat(3, minmax(0, 1fr)); grid-template-rows: none; grid-auto-rows: auto; overflow: visible; }
  .studio-founder-award { aspect-ratio: 3 / 4; }
}

@media (min-width: 1101px) {
  .studio-founder-lead { margin-top: clamp(86px, 8vw, 118px); }
  .studio-founder-recognition { min-height: 0; margin-top: 18px; }
  .studio-founder-recognition ul { gap: 5px; line-height: 1.42; }
  html[data-lang="cn"] .studio-founder-recognition ul { line-height: 1.42; }
}

/* Explicit local customer presentation view. The default 4190 view keeps all review notes. */
body.client-view [data-client-hide],
body.client-view .card-status,
body.client-view .archive-status,
body.client-view .archive-source-status,
body.client-view [data-dialog-status],
body.client-view [data-dialog-description] { display: none !important; }

/* 4190 fusion layer: restrained motion and local image comparison. */
.light-court-hero { --fusion-x: 0px; --fusion-y: 0px; --fusion-light-x: 50%; --fusion-light-y: 42%; }
.light-court-hero[data-fusion-hero] .hero-image-wrap::before { content: ""; position: absolute; z-index: 1; inset: -12%; pointer-events: none; background: radial-gradient(circle at var(--fusion-light-x) var(--fusion-light-y), rgba(242,243,240,.34) 0%, rgba(242,243,240,.15) 12%, transparent 34%), linear-gradient(116deg, transparent 30%, rgba(242,243,240,.17) 49%, transparent 68%); mix-blend-mode: screen; transform: translate3d(calc(var(--fusion-x) * -.35), calc(var(--fusion-y) * -.35), 0); transition: transform 420ms var(--ease); }
.light-court-hero[data-fusion-hero] .hero-image-wrap img { transform: translate3d(var(--fusion-x), var(--fusion-y), 0) scale(1.025); animation: none; transition: transform 420ms var(--ease-out); }
.fusion-reveal { opacity: .01; transform: translateY(22px); transition: opacity 680ms var(--ease-out), transform 680ms var(--ease-out); }
.fusion-reveal-in { opacity: 1; transform: none; }
.fusion-stagger { opacity: 0; transform: translateY(18px); }
.fusion-reveal-in .fusion-stagger { animation: fusion-stagger-in 620ms var(--ease-out) forwards; animation-delay: var(--fusion-delay, 0ms); }
@keyframes fusion-stagger-in { to { opacity: 1; transform: none; } }
section[data-scroll-narrative] .section-heading { transform: translateY(calc(var(--scroll-story, 0px) * -.22)); }
section[data-scroll-narrative] .section-end { transform: translateY(calc(var(--scroll-story, 0px) * .18)); }
.hero-cta, .service-link, .section-end .text-link { --magnetic-x: 0px; --magnetic-y: 0px; transform: translate3d(var(--magnetic-x), var(--magnetic-y), 0); transition: transform 260ms var(--ease-out); }
.comparison-section { --comparison-split: 52%; }
.comparison-frame { position: relative; width: 100%; aspect-ratio: 16 / 9; overflow: hidden; margin-top: 42px; background: var(--ink-2); touch-action: pan-y; }
.comparison-image { position: absolute; inset: 0; display: block; width: 100%; height: 100%; object-fit: contain; background: var(--ink-2); }
.comparison-image-base { filter: saturate(.72) contrast(.96); }
.comparison-overlay { position: absolute; inset: 0; overflow: hidden; clip-path: inset(0 calc(100% - var(--comparison-split)) 0 0); }
.comparison-overlay .comparison-image { filter: saturate(1.02); }
.comparison-frame::after { content: ""; position: absolute; z-index: 3; top: 0; bottom: 0; left: var(--comparison-split); width: 1px; background: rgba(242,243,240,.88); box-shadow: 0 0 0 10px rgba(16,19,18,.08); pointer-events: none; }
.comparison-range { position: absolute; z-index: 4; inset: 0; width: 100%; height: 100%; margin: 0; appearance: none; background: transparent; cursor: ew-resize; opacity: 0; }
.comparison-range:focus-visible { opacity: .12; outline: 2px solid var(--paper); outline-offset: -4px; }
.comparison-range::-webkit-slider-runnable-track { height: 100%; background: transparent; }
.comparison-range::-webkit-slider-thumb { width: 44px; height: 44px; appearance: none; border: 1px solid var(--paper); border-radius: 50%; background: rgba(16,19,18,.32); box-shadow: 0 0 0 8px rgba(242,243,240,.1); }
.comparison-range::-moz-range-track { height: 100%; background: transparent; }
.comparison-range::-moz-range-thumb { width: 44px; height: 44px; border: 1px solid var(--paper); border-radius: 50%; background: rgba(16,19,18,.32); box-shadow: 0 0 0 8px rgba(242,243,240,.1); }
.comparison-tag { position: absolute; z-index: 2; top: 20px; padding: 7px 10px; border: 1px solid rgba(242,243,240,.5); color: var(--paper); font-size: .65rem; letter-spacing: .14em; pointer-events: none; }
.comparison-tag-left { left: 20px; }
.comparison-tag-right { right: 20px; }
.comparison-controls { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 16px; }
.comparison-controls button { min-width: 44px; min-height: 44px; padding: 0; border: 1px solid rgba(242,243,240,.5); background: transparent; color: var(--paper); cursor: pointer; }
.comparison-controls > span { display: flex; align-items: baseline; gap: 16px; color: var(--paper); }
.comparison-controls strong { font-size: .72rem; letter-spacing: .14em; }
.comparison-controls em { color: rgba(242,243,240,.7); font-size: .78rem; font-style: normal; }
@media (max-width: 700px) {
  .comparison-frame { aspect-ratio: 4 / 3; margin-top: 30px; }
  .comparison-controls > span { flex-direction: column; align-items: center; gap: 5px; text-align: center; }
  .comparison-controls em { max-width: 18ch; line-height: 1.4; }
  .dialog-gallery { min-height: 68svh; padding: 18px var(--page) 58px; }
  .dialog-gallery-viewport { height: 54svh; min-height: 0; }
  .dialog-gallery-button { width: 42px; height: 42px; }
  .dialog-gallery-prev { left: 10px; }
  .dialog-gallery-next { right: 10px; }
  .dialog-gallery-meta { right: var(--page); bottom: 18px; left: var(--page); }
  .dialog-gallery-meta span { max-width: 22ch; }
}
@media (prefers-reduced-motion: reduce) {
  .light-court-hero[data-fusion-hero] .hero-image-wrap::before { transform: none; transition: none; }
  .light-court-hero[data-fusion-hero] .hero-image-wrap img { transform: none !important; animation: none !important; transition: none !important; }
  .fusion-reveal { opacity: 1; transform: none; transition: none; }
  .fusion-stagger, .fusion-reveal-in .fusion-stagger { opacity: 1; transform: none; animation: none; }
  .dialog-shell { transform: none; transition: none; }
  .hero-cta, .service-link, .section-end .text-link { transform: none; transition: none; }
  section[data-scroll-narrative] .section-heading, section[data-scroll-narrative] .section-end { transform: none; }
}

/* Final customer-visible balance pass for the requested home-page composition. */
.footer-wordmark { display: inline-flex; align-items: baseline; justify-content: flex-start; gap: .58rem; width: max-content; color: var(--ink); text-decoration: none; white-space: nowrap; }
.footer-wordmark strong { font-family: var(--display); font-size: 1.25rem; font-weight: 700; line-height: 1; letter-spacing: -.05em; }
.footer-wordmark span { font-family: var(--display); font-size: .58rem; font-weight: 600; line-height: 1; letter-spacing: .16em; }

/* Services page: tighten the first read, move the process labels to the rails, and use the open contact column. */
body[data-page="services"] .service-hero-image img { object-fit: cover; }

@media (min-width: 1101px) {
  body[data-page="services"] .service-hero {
    min-height: 0;
    height: clamp(580px, calc(100svh - var(--header-h) - 180px), 720px);
  }
  body[data-page="services"] .service-hero-image {
    min-height: 0;
    height: 100%;
  }
  body[data-page="services"] .service-hero-copy {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(34px, 4vw, 64px) var(--page);
  }
  body[data-page="services"] .service-process {
    position: relative;
    padding-top: clamp(78px, 6vw, 100px);
    padding-bottom: clamp(78px, 6vw, 100px);
  }
  body[data-page="services"] .service-process .section-heading {
    position: absolute;
    inset: clamp(78px, 6vw, 100px) var(--page);
    display: block;
    margin: 0;
    pointer-events: none;
  }
  body[data-page="services"] .service-process .section-heading .section-no {
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 0;
    writing-mode: vertical-rl;
  }
  body[data-page="services"] .service-process .section-heading > div { display: contents; }
  body[data-page="services"] .service-process .section-heading .eyebrow {
    position: absolute;
    top: 0;
    left: 2rem;
    writing-mode: vertical-rl;
  }
  body[data-page="services"] .service-process .section-heading h2 {
    position: absolute;
    top: 0;
    right: 0;
    max-width: none;
    margin: 0;
    font-size: clamp(2.1rem, 3.4vw, 4.2rem);
    line-height: 1.16;
    letter-spacing: .04em;
    writing-mode: vertical-rl;
    text-orientation: mixed;
  }
  body[data-page="services"] .process-list {
    margin-left: clamp(54px, 7vw, 112px);
    margin-right: clamp(54px, 7vw, 112px);
  }
  body[data-page="services"] .process-list li {
    grid-template-columns: 52px 3fr 5fr;
    gap: 16px;
    padding: 18px 0 22px;
  }
  body[data-page="services"] .process-list p { line-height: 1.48; }
  body[data-page="services"] .service-contact-band {
    grid-template-columns: minmax(0, 7fr) minmax(320px, 5fr);
    min-height: clamp(560px, calc(100svh - var(--header-h) - 80px), 760px);
    padding: 0;
    align-items: stretch;
  }
  body[data-page="services"] .service-contact-band .contact-band-main {
    align-self: center;
    padding: clamp(64px, 7vw, 112px) var(--page);
  }
  body[data-page="services"] .service-brand-panel {
    display: flex;
    min-height: 100%;
    flex-direction: column;
    justify-content: space-between;
    padding: clamp(48px, 6vw, 96px) clamp(32px, 4vw, 72px);
    background: var(--ink-2);
    color: var(--paper);
  }
  body[data-page="services"] .service-brand-panel .contact-vision { padding-top: 0; }
  body[data-page="services"] .service-brand-panel .contact-vision h3 { margin-top: 26px; }
  body[data-page="services"] .service-brand-panel .dark-brand-safe-area {
    margin-top: 72px;
    border-color: rgba(242,243,240,.28);
  }
  body[data-page="services"] .service-brand-panel .dark-brand-safe-area img { filter: none; }
}

@media (max-width: 1100px) {
  body[data-page="services"] .service-brand-panel {
    display: flex;
    min-height: 520px;
    flex-direction: column;
    justify-content: space-between;
    padding: 64px var(--page) 48px;
    background: var(--ink-2);
    color: var(--paper);
  }
  body[data-page="services"] .service-brand-panel .contact-vision { padding-top: 0; }
  body[data-page="services"] .service-brand-panel .dark-brand-safe-area {
    margin-top: 64px;
    border-color: rgba(242,243,240,.28);
  }
  body[data-page="services"] .service-brand-panel .dark-brand-safe-area img { filter: none; }
}

@media (max-width: 700px) {
  body[data-page="services"] .service-contact-band { display: block; padding: 0; }
  body[data-page="services"] .service-contact-band .contact-band-main { padding: 72px var(--page); }
  body[data-page="services"] .service-brand-panel { min-height: 460px; padding: 58px var(--page) 42px; }
}

@media (min-width: 701px) {
  body[data-page="home"] .method-title { grid-column: 1 / 6; }
  body[data-page="home"] .method-list { grid-column: 6 / 13; }
  body[data-page="home"] .method-title h2 { max-width: 10ch; font-size: clamp(2.5rem, 4.1vw, 4.5rem); line-height: 1.08; }
  body[data-page="home"] .method-visual { width: 92%; }

  body[data-page="home"] .service-lead { grid-column: 1 / 7; }
  body[data-page="home"] .service-visual { grid-column: 7 / 13; }
  body[data-page="home"] .service-steps { grid-column: 1 / 12; margin-top: clamp(16px, 1.5vw, 24px); }
  body[data-page="home"] .service-steps article { min-height: 116px; padding-top: 16px; padding-bottom: 18px; }
  body[data-page="home"] .service-steps h3 { margin-top: 24px; margin-bottom: 10px; }
  body[data-page="home"] .service-link { grid-column: 12 / 13; grid-row: 2; align-self: end; justify-self: end; min-height: 112px; margin-top: 0; padding-left: 12px; border-bottom: 0; border-left: 1px solid currentColor; writing-mode: vertical-rl; gap: 16px; }
  body[data-page="home"] .service-link i { transform: rotate(90deg); }

  body[data-page="home"] .studio-preview { grid-template-columns: 6fr 6fr; }
  body[data-page="home"] .studio-copy h2 { max-width: 11ch; font-size: clamp(2.25rem, 3.4vw, 4rem); line-height: 1.12; text-wrap: pretty; }

body[data-page="home"] .site-footer { min-height: 88px; padding: 16px var(--page) 12px; }
}

/* Final correction pass: keep the comparison pair, category headers and shared footer visually stable. */
@media (min-width: 701px) {
  .comparison-image { object-fit: cover; object-position: center; }

  body[data-page="projects"] .project-feature { padding-top: calc(var(--header-h) + clamp(28px, 3vw, 48px)); }
  body[data-page="projects"] .project-feature .section-heading > div { grid-column: 2 / 12; }
  body[data-page="projects"] .project-feature .section-heading > div > .eyebrow { text-align: left; }
  body[data-page="projects"] .project-feature .section-heading h2 {
    max-width: none;
    white-space: nowrap;
    font-size: clamp(2.2rem, 3.5vw, 4rem);
    line-height: 1.12;
    letter-spacing: .035em;
  }

  body[data-page="projects"] .site-footer,
  body[data-page="studio"] .site-footer,
  body[data-page="services"] .site-footer {
    min-height: 88px;
    padding: 16px var(--page) 12px;
  }

  body[data-page="studio"] .studio-founder-portrait {
    position: relative;
    transform: translate(clamp(-18px, -1.1vw, -12px), clamp(24px, 2vw, 38px));
  }

  body[data-page="services"] .service-process .section-heading {
    position: static;
    display: grid;
    margin-bottom: clamp(34px, 4vw, 64px);
    pointer-events: auto;
  }
  body[data-page="services"] .service-process .section-heading .section-no {
    position: static;
    padding-top: 0;
    writing-mode: horizontal-tb;
  }
  body[data-page="services"] .service-process .section-heading > div {
    display: block;
    grid-column: 2 / 6;
  }
  body[data-page="services"] .service-process .section-heading .eyebrow {
    position: static;
    writing-mode: horizontal-tb;
  }
  body[data-page="services"] .service-process .section-heading h2 {
    position: static;
    max-width: 11ch;
    margin: 18px 0 0;
    font-size: clamp(2.4rem, 4.25vw, 5rem);
    line-height: 1.08;
    letter-spacing: .025em;
    writing-mode: horizontal-tb;
    text-orientation: mixed;
  }
  body[data-page="services"] .process-list {
    margin-left: clamp(360px, 28vw, 620px);
    margin-right: clamp(40px, 7vw, 112px);
  }
  body[data-page="services"] .process-list li {
    grid-template-columns: 52px minmax(0, 3fr) minmax(0, 5fr);
    gap: 16px;
    padding: 16px 0 18px;
  }

  body[data-page="services"] .service-brand-panel {
    background: var(--paper);
    color: var(--ink);
  }
  body[data-page="services"] .service-brand-panel .dark-brand-safe-area {
    border-color: var(--line);
  }
  body[data-page="services"] .service-brand-panel .dark-brand-safe-area img {
    filter: invert(1);
  }
}

/* Studio first-screen evidence wall: four compact columns make all 16 selected awards visible in four rows. */
@media (min-width: 1101px) {
  body[data-page="studio"] .studio-founder-visual {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-template-rows: repeat(4, auto);
    grid-auto-rows: auto;
    gap: 3px;
    padding: 3px;
    height: calc(100svh - var(--header-h));
    min-height: 0;
    align-content: stretch;
    overflow: visible;
  }
  body[data-page="studio"] .studio-founder-award {
    width: 100%;
    max-width: 100%;
    height: 100%;
    aspect-ratio: auto;
    align-self: stretch;
    justify-self: stretch;
  }
  body[data-page="studio"] .studio-founder-portrait {
    width: 60%;
    height: auto;
    aspect-ratio: 2 / 3;
    align-self: start;
    justify-self: end;
    transform: translateY(clamp(10px, .7vw, 14px));
    z-index: 1;
  }
}

@media (max-width: 700px) {
  .comparison-image { object-fit: cover; object-position: center; }
  body[data-page="projects"] .project-feature { padding-top: calc(var(--header-h) + 30px); }
  body[data-page="projects"] .project-feature .section-heading h2 {
    max-width: 11ch;
    white-space: normal;
    font-size: clamp(2rem, 8vw, 3rem);
  }
  body[data-page="studio"] .studio-founder-portrait { transform: none; }
  body[data-page="services"] .service-brand-panel {
    background: var(--paper);
    color: var(--ink);
  }
  body[data-page="services"] .service-brand-panel .dark-brand-safe-area { border-color: var(--line); }
  body[data-page="services"] .service-brand-panel .dark-brand-safe-area img { filter: invert(1); }
}
