:root {
  --paper: #f2f0ea;
  --paper-deep: #e8e5dd;
  --ink: #161616;
  --muted: #69665f;
  --line: #c9c5bb;
  --red: #e14b35;
  --white: #faf9f5;
  font-family: "Microsoft YaHei", "PingFang SC", Arial, sans-serif;
  color: var(--ink);
  background: var(--paper);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; color: var(--ink); background: var(--paper); }
body.menu-open, body.lightbox-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
img, video { display: block; max-width: 100%; }
figure, h1, h2, h3, p { margin-top: 0; }
::selection { color: var(--white); background: var(--red); }

.skip-link { position: fixed; left: 16px; top: -60px; z-index: 200; padding: 10px 14px; color: white; background: var(--ink); }
.skip-link:focus { top: 12px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  height: 78px;
  padding: 0 38px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  border-bottom: 1px solid var(--line);
  background: rgba(242, 240, 234, 0.94);
  backdrop-filter: blur(14px);
  transition: height 220ms ease, box-shadow 220ms ease;
}

.site-header.is-scrolled { height: 66px; box-shadow: 0 8px 25px rgba(20, 20, 20, 0.05); }
.brand { display: flex; align-items: center; gap: 11px; width: max-content; }
.brand-monogram { display: grid; width: 31px; height: 31px; place-items: center; border: 1px solid var(--ink); font: 700 9px Arial, sans-serif; }
.brand-copy strong, .brand-copy small { display: block; font-family: Arial, sans-serif; letter-spacing: 0; }
.brand-copy strong { font-size: 11px; }
.brand-copy small { margin-top: 4px; color: var(--muted); font-size: 7px; }
.nav { display: flex; align-items: center; gap: 32px; font-size: 13px; }
.nav a { position: relative; padding: 8px 0; color: #55524d; }
.nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 0; height: 2px; background: var(--red); transition: right 180ms ease; }
.nav a:hover, .nav a.is-active { color: var(--ink); }
.nav a:hover::after, .nav a.is-active::after { right: 0; }
.header-meta { justify-self: end; color: var(--muted); font: 9px Arial, sans-serif; letter-spacing: 0; }
.header-back { padding-bottom: 4px; border-bottom: 1px solid var(--ink); color: var(--ink); }
.menu-toggle { display: none; width: 40px; height: 40px; padding: 0; border: 0; background: transparent; }
.menu-toggle span { display: block; width: 20px; height: 1px; margin: 5px auto; background: var(--ink); }

.reveal { opacity: 1; transform: none; }
.reveal.is-visible { animation: reveal-in 600ms ease both; }
@keyframes reveal-in { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: none; } }
.section-band { border-top: 1px solid var(--line); background: var(--paper-deep); }
.work-index, .section-intro > span, .selected-head > span, .method-teaser-copy > span, .gallery-heading span, .method-hero span, .about-hero span, .about-statement > span, .about-contact > span {
  color: var(--red);
  font: 700 10px Arial, sans-serif;
  letter-spacing: 0;
}

/* Home */
.home-hero {
  min-height: calc(100svh - 260px);
  max-height: 820px;
  padding: 48px 38px 36px;
  display: grid;
  grid-template-columns: minmax(290px, 0.8fr) minmax(520px, 1.45fr) 180px;
  gap: 22px;
  align-items: end;
}

.hero-copy { align-self: center; padding-left: 5vw; }
.hero-copy h1 { margin: 40px 0 28px; font-size: 76px; line-height: 1.08; font-weight: 500; letter-spacing: 0; }
.hero-copy h1 span { white-space: nowrap; }
.hero-copy p { margin-bottom: 42px; color: var(--muted); font: 12px/1.8 Arial, sans-serif; letter-spacing: 0; }
.underlined-link { display: inline-flex; min-width: 165px; padding: 0 0 9px; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--ink); font-size: 13px; }
.hero-main { position: relative; height: min(65vh, 570px); min-height: 460px; }
.hero-main img { width: 100%; height: 100%; object-fit: cover; }
.image-count { position: absolute; left: 12px; top: 12px; padding: 6px 8px; color: var(--white); background: rgba(15, 15, 15, 0.8); font: 9px Arial, sans-serif; }
.media-caption { position: absolute; left: 0; right: 0; bottom: -24px; display: flex; justify-content: space-between; font: 8px Arial, sans-serif; }
.media-caption strong { font-weight: 600; }
.hero-side { position: relative; height: 275px; margin-left: -56px; margin-bottom: 7px; border: 9px solid var(--paper); }
.hero-side img { width: 100%; height: 100%; object-fit: cover; }
.hero-side > span { position: absolute; left: 0; bottom: -20px; color: var(--muted); font: 7px Arial, sans-serif; }

.home-videos { padding: 95px 38px 105px; }
.section-intro { display: grid; grid-template-columns: 160px minmax(320px, 1fr) minmax(260px, 0.65fr); gap: 36px; align-items: end; margin-bottom: 48px; }
.section-intro h2, .selected-head h2, .method-teaser h2 { margin: 0; font-size: 44px; line-height: 1.18; font-weight: 500; letter-spacing: 0; }
.section-intro p { margin: 0; max-width: 520px; color: var(--muted); font-size: 14px; line-height: 1.9; }
.video-showcase { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.featured-video figure { position: relative; aspect-ratio: 16 / 9; margin: 0 0 17px; overflow: hidden; background: #ddd9d0; }
.featured-video figure img { width: 100%; height: 100%; object-fit: cover; transition: transform 500ms ease, filter 500ms ease; }
.featured-video:hover figure img { transform: scale(1.025); filter: saturate(0.84); }
.featured-video figure > span { position: absolute; left: 11px; top: 11px; display: grid; width: 29px; height: 29px; place-items: center; color: var(--white); background: rgba(15, 15, 15, 0.82); font: 9px Arial, sans-serif; }
.play-mark { position: absolute; left: 50%; top: 50%; display: grid; width: 54px; height: 54px; place-items: center; border: 1px solid rgba(255, 255, 255, 0.85); border-radius: 50%; color: var(--white); background: rgba(15, 15, 15, 0.18); font-size: 12px; font-style: normal; transform: translate(-50%, -50%); backdrop-filter: blur(4px); }
.featured-video > div, .work-card-copy { display: flex; justify-content: space-between; gap: 18px; }
.featured-video h3, .work-card h3 { margin: 0 0 5px; font-size: 18px; font-weight: 500; }
.featured-video p, .work-card p { margin: 0; color: var(--muted); font: 9px Arial, sans-serif; text-transform: uppercase; }
.featured-video > div > span { color: var(--muted); font: 8px Arial, sans-serif; }

.home-selected { padding: 105px 38px 120px; }
.selected-head { display: grid; grid-template-columns: 160px 1fr auto; gap: 36px; align-items: end; margin-bottom: 54px; }
.selected-head .underlined-link { margin-bottom: 4px; }
.editorial-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 48px 16px; align-items: start; }
.editorial-grid .work-card figure { margin: 0 0 13px; aspect-ratio: 16 / 10; overflow: hidden; background: #dedbd3; }
.editorial-grid .work-card img { width: 100%; height: 100%; object-fit: cover; transition: transform 500ms ease; }
.editorial-grid .work-card:hover img { transform: scale(1.025); }
.editorial-item-1 { grid-column: 1 / span 7; }
.editorial-item-2 { grid-column: 9 / span 4; margin-top: 80px; }
.editorial-item-3 { grid-column: 1 / span 4; margin-top: 20px; }
.editorial-item-4 { grid-column: 5 / span 8; }
.editorial-item-5 { grid-column: 1 / span 7; }
.editorial-item-6 { grid-column: 9 / span 4; margin-top: 95px; }
.work-card-copy > div:last-child { display: flex; flex-direction: column; align-items: flex-end; gap: 5px; color: var(--muted); font: 8px Arial, sans-serif; white-space: nowrap; }

.method-teaser { min-height: 470px; padding: 84px 38px; display: grid; grid-template-columns: 150px minmax(350px, 1fr) minmax(320px, 0.8fr); gap: 36px; align-items: center; }
.method-number { align-self: start; font: 300 82px Arial, sans-serif; }
.method-teaser-copy { max-width: 620px; }
.method-teaser-copy h2 { margin: 28px 0 22px; }
.method-teaser-copy p { max-width: 560px; margin-bottom: 34px; color: var(--muted); font-size: 14px; line-height: 1.9; }
.method-steps { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--ink); border-left: 1px solid var(--ink); }
.method-steps span { min-height: 96px; padding: 15px; display: flex; align-items: flex-end; border-right: 1px solid var(--ink); border-bottom: 1px solid var(--ink); font: 10px Arial, sans-serif; }

/* Shared footer */
.site-footer { min-height: 300px; padding: 70px 38px 34px; color: var(--white); background: var(--ink); }
.site-footer > strong { font: 700 11px Arial, sans-serif; }
.site-footer > p { max-width: 790px; margin: 55px 0 74px; font-size: 34px; line-height: 1.4; font-weight: 400; }
.site-footer > div { display: flex; justify-content: space-between; padding-top: 17px; border-top: 1px solid #444; color: #aaa; font: 8px Arial, sans-serif; }
.site-footer > div a { color: var(--white); }
.compact-footer { min-height: 150px; padding-top: 48px; }
.compact-footer > div { margin-top: 45px; }

/* Gallery */
.gallery-page { padding-bottom: 100px; }
.gallery-heading { min-height: 320px; padding: 48px 38px 34px; display: grid; grid-template-columns: 1.2fr 0.75fr auto; gap: 48px; align-items: end; border-bottom: 1px solid var(--line); }
.gallery-heading h1 { margin: 16px 0 0; font-size: 76px; line-height: 1; font-weight: 600; letter-spacing: 0; }
.gallery-heading > p { max-width: 490px; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.9; }
.filter-group { display: flex; align-items: center; align-self: end; }
.filter-group > span { margin-right: 12px; color: var(--muted); font-size: 8px; }
.filter-group button { height: 34px; padding: 0 12px; border: 1px solid var(--ink); background: transparent; font-size: 11px; cursor: pointer; }
.filter-group button + button { margin-left: -1px; }
.filter-group button.is-active { color: var(--paper); background: var(--ink); }
.filter-group button i { margin-left: 6px; color: var(--red); font: 8px Arial, sans-serif; font-style: normal; }
.works-grid { padding: 48px 38px; display: grid; grid-template-columns: repeat(12, 1fr); gap: 60px 16px; align-items: start; }
.works-grid .work-card { grid-column: span 4; }
.works-grid .work-card:nth-child(7n + 1), .works-grid .work-card:nth-child(7n + 5) { grid-column: span 7; }
.works-grid .work-card:nth-child(7n + 2), .works-grid .work-card:nth-child(7n + 6) { grid-column: span 5; margin-top: 74px; }
.works-grid .work-card figure { position: relative; margin: 0 0 14px; aspect-ratio: 16 / 10; overflow: hidden; background: #dedbd3; }
.works-grid .work-card img { width: 100%; height: 100%; object-fit: cover; transition: transform 500ms ease, filter 500ms ease; }
.works-grid .work-card:hover img { transform: scale(1.025); filter: saturate(0.9); }
.card-index { position: absolute; left: 9px; top: 9px; padding: 6px 7px; color: var(--white); background: rgba(15, 15, 15, 0.8); font: 8px Arial, sans-serif; }
.works-grid .play-mark { width: 50px; height: 50px; }

/* Project detail */
.project-heading { padding: 58px 7vw 50px; position: relative; }
.project-tags { display: flex; flex-wrap: wrap; gap: 7px; margin-bottom: 35px; }
.project-tags span { padding: 7px 11px; border: 1px solid var(--line); border-radius: 999px; color: var(--muted); font-size: 10px; }
.project-tags span:first-child { border-color: #b9dbda; color: #176969; background: #e1f1ef; }
.project-number { position: absolute; right: 7vw; top: 65px; color: var(--red); font: 10px Arial, sans-serif; }
.project-heading h1 { margin: 0; font-size: 72px; line-height: 1.08; font-weight: 600; letter-spacing: 0; }
.project-en-title { margin: 13px 0 0; color: var(--muted); font: 18px Arial, sans-serif; text-transform: uppercase; }
.project-summary { max-width: 750px; margin: 35px 0 0; color: var(--muted); font-size: 17px; line-height: 1.9; }
.project-media { padding: 0 38px 72px; }
.project-media.is-video { background: #0d0d0d; padding-top: 38px; }
.project-media video { width: 100%; max-height: 82vh; aspect-ratio: 16 / 9; background: #050505; }
.project-image-button { position: relative; width: 100%; max-height: 82vh; padding: 0; overflow: hidden; border: 0; background: #dedbd3; cursor: zoom-in; }
.project-image-button img { width: 100%; max-height: 82vh; object-fit: contain; margin: 0 auto; }
.project-image-button > span { position: absolute; right: 12px; bottom: 12px; padding: 8px 10px; color: var(--white); background: rgba(20, 20, 20, 0.72); font-size: 9px; }
.project-media-caption { display: flex; justify-content: space-between; padding-top: 12px; color: var(--muted); font: 8px Arial, sans-serif; }
.project-media.is-video .project-media-caption { color: #aaa; }
.project-story, .project-process, .project-notes { padding: 90px 7vw; display: grid; grid-template-columns: 260px minmax(0, 1fr); gap: 7vw; }
.section-label { display: grid; grid-template-columns: 36px auto; align-content: start; gap: 7px 12px; }
.section-label > span { grid-row: span 2; color: var(--red); font: 10px Arial, sans-serif; }
.section-label > strong { font-size: 17px; }
.section-label > small { color: var(--muted); font: 8px Arial, sans-serif; }
.story-copy > p { max-width: 780px; margin-bottom: 55px; font-size: 18px; line-height: 2; }
.story-copy dl { display: grid; grid-template-columns: repeat(4, 1fr); margin: 0; border-top: 1px solid var(--line); }
.story-copy dl div { padding: 15px 10px 0 0; }
.story-copy dt { margin-bottom: 10px; color: var(--muted); font-size: 10px; }
.story-copy dd { margin: 0; font-size: 13px; }
.project-process { background: var(--paper); }
.process-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--ink); }
.process-list li { padding: 27px 0; display: grid; grid-template-columns: 100px 1fr; gap: 25px; border-bottom: 1px solid var(--line); }
.process-list li > span { color: var(--red); font: 9px Arial, sans-serif; }
.process-list h3 { margin-bottom: 9px; font-size: 20px; font-weight: 500; }
.process-list p { margin: 0; max-width: 730px; color: var(--muted); font-size: 13px; line-height: 1.9; }
.project-notes ul { margin: 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 12px; list-style: none; }
.project-notes li { min-height: 72px; padding: 18px; display: flex; align-items: center; gap: 14px; border: 1px solid var(--line); font-size: 13px; }
.project-notes li span { color: var(--red); }
.project-pagination { display: grid; grid-template-columns: 1fr auto 1fr; align-items: stretch; border-top: 1px solid var(--line); }
.project-pagination > a { min-height: 150px; padding: 34px 38px; display: flex; flex-direction: column; justify-content: space-between; }
.project-pagination > a:last-child { align-items: flex-end; text-align: right; }
.project-pagination > a + a { border-left: 1px solid var(--line); }
.project-pagination span { color: var(--muted); font-size: 10px; }
.project-pagination strong { font-size: 22px; font-weight: 500; }
.project-pagination .all-works { min-width: 170px; justify-content: center; align-items: center; font: 9px Arial, sans-serif; }
.lightbox { position: fixed; inset: 0; z-index: 300; display: grid; place-items: center; padding: 48px; background: rgba(8, 8, 8, 0.96); }
.lightbox[hidden] { display: none; }
.lightbox img { max-width: 100%; max-height: calc(100vh - 70px); object-fit: contain; }
.lightbox button { position: fixed; right: 20px; top: 16px; width: 42px; height: 42px; border: 1px solid #777; border-radius: 50%; color: white; background: transparent; font: 300 26px/1 Arial, sans-serif; cursor: pointer; }

/* Method */
.method-hero { padding: 58px 38px 90px; display: grid; grid-template-columns: 1fr 0.55fr; gap: 35px 8vw; align-items: end; }
.method-hero h1 { margin: 22px 0 0; font-size: 68px; line-height: 1.08; font-weight: 600; letter-spacing: 0; }
.method-hero > p { margin: 0; max-width: 540px; color: var(--muted); font-size: 15px; line-height: 2; }
.method-hero figure { grid-column: 1 / -1; margin: 25px 0 0; }
.method-hero figure img { width: 100%; max-height: 68vh; object-fit: cover; }
.method-hero figcaption, .about-hero figcaption { margin-top: 10px; color: var(--muted); font: 8px Arial, sans-serif; }
.method-chapters { border-top: 1px solid var(--line); }
.method-chapter { min-height: 470px; padding: 60px 38px; display: grid; grid-template-columns: 130px minmax(320px, 0.8fr) minmax(430px, 1.15fr); gap: 45px; align-items: center; border-bottom: 1px solid var(--line); }
.method-chapter.reverse { grid-template-columns: 130px minmax(430px, 1.15fr) minmax(320px, 0.8fr); }
.method-chapter.reverse > div:nth-child(2) { grid-column: 3; }
.method-chapter.reverse > img { grid-column: 2; grid-row: 1; }
.chapter-index { align-self: start; font: 300 48px Arial, sans-serif; }
.chapter-index span { display: block; margin-top: 10px; color: var(--red); font-size: 8px; }
.method-chapter h2 { max-width: 520px; margin-bottom: 24px; font-size: 32px; line-height: 1.4; font-weight: 500; }
.method-chapter p { max-width: 560px; margin: 0; color: var(--muted); font-size: 14px; line-height: 2; }
.method-chapter img { width: 100%; height: 340px; object-fit: cover; }
.method-manifesto { min-height: 420px; padding: 75px 7vw; display: grid; grid-template-columns: 240px 1fr; gap: 12px 7vw; align-items: start; }
.method-manifesto > p { grid-column: 2; margin: 0; padding-bottom: 12px; border-bottom: 1px solid var(--line); font-size: 29px; }
.method-manifesto .underlined-link { grid-column: 2; margin-top: 25px; }

/* About */
.about-hero { min-height: 710px; padding: 55px 38px 90px; display: grid; grid-template-columns: 0.8fr 1.2fr; gap: 7vw; align-items: center; }
.about-hero h1 { margin: 27px 0 0; font-size: 64px; line-height: 1.18; font-weight: 500; letter-spacing: 0; }
.about-hero figure { margin: 0; }
.about-hero figure img { width: 100%; max-height: 580px; object-fit: cover; }
.about-statement { padding: 90px 7vw; display: grid; grid-template-columns: 240px 1fr; gap: 7vw; }
.about-statement > div { max-width: 780px; }
.about-statement p { color: var(--muted); font-size: 15px; line-height: 2; }
.about-statement .lead { margin-bottom: 25px; color: var(--ink); font-size: 28px; line-height: 1.6; }
.about-practice { padding: 90px 7vw; display: grid; grid-template-columns: 240px 1fr; gap: 7vw; }
.practice-list { border-top: 1px solid var(--ink); }
.practice-list article { padding: 28px 0; display: grid; grid-template-columns: 70px minmax(160px, 0.5fr) 1fr; align-items: start; border-bottom: 1px solid var(--line); }
.practice-list article > span { color: var(--red); font: 9px Arial, sans-serif; }
.practice-list h2 { margin: 0; font-size: 22px; font-weight: 500; }
.practice-list p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.8; }
.about-contact { min-height: 430px; padding: 80px 7vw; display: grid; grid-template-columns: minmax(280px, 0.75fr) minmax(480px, 1.25fr); gap: 8vw; align-items: start; }
.contact-intro h2 { margin: 30px 0 20px; font-size: 49px; line-height: 1.25; font-weight: 500; }
.contact-intro p { max-width: 390px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.9; }
.contact-list { margin: 0; border-top: 1px solid var(--ink); }
.contact-list > div { min-height: 74px; padding: 18px 0; display: grid; grid-template-columns: 120px minmax(0, 1fr); align-items: center; gap: 20px; border-bottom: 1px solid var(--line); }
.contact-list dt { color: var(--muted); font-size: 11px; }
.contact-list dd { margin: 0; font-size: 17px; }
.contact-list a { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.contact-list a span { color: var(--red); font-size: 13px; }
.contact-list a:hover { color: var(--red); }

@media (max-width: 1080px) {
  .home-hero { grid-template-columns: minmax(270px, 0.8fr) 1.3fr 140px; }
  .hero-copy { padding-left: 1vw; }
  .hero-copy h1 { font-size: 60px; }
  .section-intro, .selected-head { grid-template-columns: 120px 1fr; }
  .section-intro p, .selected-head .underlined-link { grid-column: 2; }
  .gallery-heading { grid-template-columns: 1fr 0.8fr; }
  .filter-group { grid-column: 1 / -1; }
  .works-grid .work-card { grid-column: span 6; }
  .works-grid .work-card:nth-child(n) { grid-column: span 6; margin-top: 0; }
  .method-chapter, .method-chapter.reverse { grid-template-columns: 90px 1fr 1fr; gap: 28px; }
}

@media (max-width: 760px) {
  .site-header { height: 68px; padding: 0 18px; grid-template-columns: 1fr auto; }
  .site-header.is-scrolled { height: 60px; }
  .brand-copy strong { font-size: 10px; }
  .header-meta { display: none; }
  .menu-toggle { display: block; z-index: 102; }
  .nav { position: fixed; inset: 0; z-index: 101; padding: 110px 24px 30px; display: flex; flex-direction: column; align-items: flex-start; gap: 12px; background: var(--paper); opacity: 0; visibility: hidden; transition: opacity 180ms ease, visibility 180ms ease; }
  .nav a { width: 100%; padding: 15px 0; border-bottom: 1px solid var(--line); font-size: 24px; }
  .menu-open .nav { opacity: 1; visibility: visible; }
  .menu-open .menu-toggle span:first-child { transform: translateY(3px) rotate(45deg); }
  .menu-open .menu-toggle span:last-child { transform: translateY(-3px) rotate(-45deg); }

  .home-hero { min-height: auto; max-height: none; padding: 42px 18px 60px; grid-template-columns: 1fr; gap: 34px; }
  .hero-copy { padding: 0; }
  .hero-copy h1 { margin: 37px 0 24px; font-size: 52px; }
  .hero-copy p { margin-bottom: 34px; }
  .hero-main { height: auto; min-height: 0; aspect-ratio: 16 / 9; }
  .hero-main img { object-position: 56% center; }
  .media-caption { bottom: -23px; }
  .hero-side { display: none; }

  .home-videos, .home-selected { padding: 70px 18px 80px; }
  .home-videos { padding-top: 34px; }
  .section-intro, .selected-head { grid-template-columns: 1fr; gap: 20px; }
  .section-intro p, .selected-head .underlined-link { grid-column: auto; }
  .section-intro h2, .selected-head h2, .method-teaser h2 { font-size: 35px; }
  .video-showcase { grid-template-columns: 1fr; gap: 38px; }
  .editorial-grid { grid-template-columns: 1fr; gap: 42px; }
  .editorial-grid .work-card:nth-child(n) { grid-column: auto; margin-top: 0; }
  .editorial-grid .work-card figure { aspect-ratio: 4 / 3; }
  .method-teaser { min-height: 0; padding: 70px 18px; grid-template-columns: 1fr; gap: 35px; }
  .method-number { font-size: 52px; }
  .method-steps { margin-top: 10px; }

  .site-footer { min-height: 260px; padding: 50px 18px 25px; }
  .site-footer > p { margin: 48px 0 64px; font-size: 25px; }

  .gallery-heading { min-height: 350px; padding: 42px 18px 28px; grid-template-columns: 1fr; gap: 25px; }
  .gallery-heading h1 { font-size: 56px; }
  .gallery-heading > p { font-size: 12px; }
  .filter-group { overflow-x: auto; }
  .filter-group > span { display: none; }
  .filter-group button { flex: 1; min-width: 80px; }
  .works-grid { padding: 32px 18px; grid-template-columns: 1fr; gap: 46px; }
  .works-grid .work-card:nth-child(n) { grid-column: auto; }
  .works-grid .work-card figure { aspect-ratio: 4 / 3; }

  .project-heading { padding: 40px 18px 38px; }
  .project-number { right: 18px; top: 46px; }
  .project-heading h1 { font-size: 50px; }
  .project-en-title { font-size: 14px; }
  .project-summary { margin-top: 28px; font-size: 14px; }
  .project-tags { padding-right: 50px; }
  .project-media { padding: 0 0 50px; }
  .project-media.is-video { padding-top: 0; }
  .project-media-caption { padding: 10px 18px 0; }
  .project-story, .project-process, .project-notes { padding: 65px 18px; grid-template-columns: 1fr; gap: 36px; }
  .story-copy > p { font-size: 15px; }
  .story-copy dl { grid-template-columns: 1fr 1fr; gap: 24px 10px; }
  .process-list li { grid-template-columns: 68px 1fr; gap: 15px; }
  .project-notes ul { grid-template-columns: 1fr; }
  .project-pagination { grid-template-columns: 1fr 1fr; }
  .project-pagination > a { min-height: 120px; padding: 24px 18px; }
  .project-pagination .all-works { display: none; }
  .project-pagination > a:last-child { border-left: 1px solid var(--line); }
  .project-pagination strong { font-size: 17px; }
  .lightbox { padding: 50px 0 20px; }

  .method-hero { padding: 42px 18px 65px; grid-template-columns: 1fr; gap: 24px; }
  .method-hero h1 { font-size: 49px; }
  .method-hero figure { grid-column: auto; }
  .method-hero figure img { height: 340px; object-fit: cover; }
  .method-chapter, .method-chapter.reverse { padding: 55px 18px; grid-template-columns: 1fr; gap: 28px; }
  .method-chapter.reverse > div:nth-child(2), .method-chapter.reverse > img { grid-column: auto; grid-row: auto; }
  .chapter-index { font-size: 38px; }
  .method-chapter h2 { font-size: 28px; }
  .method-chapter img { height: 280px; }
  .method-manifesto { padding: 60px 18px; grid-template-columns: 1fr; }
  .method-manifesto > p, .method-manifesto .underlined-link { grid-column: auto; }
  .method-manifesto > p { font-size: 22px; }

  .about-hero { min-height: 0; padding: 42px 18px 70px; grid-template-columns: 1fr; gap: 45px; }
  .about-hero h1 { font-size: 45px; }
  .about-hero figure img { height: 380px; object-fit: cover; object-position: center; }
  .about-statement, .about-practice { padding: 65px 18px; grid-template-columns: 1fr; gap: 35px; }
  .about-statement .lead { font-size: 23px; }
  .practice-list article { grid-template-columns: 42px 1fr; gap: 12px; }
  .practice-list article p { grid-column: 2; margin-top: 9px; }
  .about-contact { min-height: 0; padding: 65px 18px; grid-template-columns: 1fr; gap: 46px; }
  .contact-intro h2 { font-size: 36px; }
  .contact-list > div { grid-template-columns: 72px minmax(0, 1fr); gap: 12px; }
  .contact-list dd { font-size: 14px; overflow-wrap: anywhere; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: 0.01ms !important; animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; }
  .reveal { opacity: 1; transform: none; }
}
