:root { --paper: #f7f7f4; --ink: #121212; --red: #f23b32; --hero-progress: 0; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--paper); }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Arial, Helvetica, sans-serif; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
img { display: block; width: 100%; height: 100%; object-fit: cover; }
::selection { background: var(--red); color: white; }

.site-nav { position: fixed; inset: 0 0 auto; z-index: 50; height: 62px; padding: 0 clamp(18px, 2.5vw, 38px); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; font-size: 11px; line-height: 1; letter-spacing: .045em; text-transform: uppercase; mix-blend-mode: difference; color: white; }
.nav-practice { justify-self: center; }
.language-switch { justify-self: end; display: flex; align-items: center; gap: 7px; font-size: 10px; letter-spacing: .07em; }
.language-switch button { border: 0; padding: 0; background: none; color: inherit; cursor: pointer; opacity: .38; font: inherit; letter-spacing: inherit; }
.language-switch button.is-active { opacity: 1; }
.site-nav a { transition: opacity .2s ease; }
.site-nav a:hover { opacity: .45; }

/* Project-index homepage */
.home-index { background: #fff; }
.home-nav { mix-blend-mode: normal; color: var(--ink); background: rgba(255,255,255,.88); backdrop-filter: blur(14px); }
.image-intro { position: relative; min-height: 116svh; padding: 95px clamp(18px, 3vw, 44px) 60px; background: #fff; }
.image-intro-label { margin: 0; font-size: 10px; letter-spacing: .07em; text-transform: uppercase; }
.intro-grid { min-height: 92svh; margin-top: -12px; }
.image-intro-scroll { position: absolute; right: clamp(18px, 3vw, 44px); bottom: 30px; font-size: 10px; letter-spacing: .06em; text-transform: uppercase; }
.project-index { padding: 0 clamp(18px, 3vw, 44px); background: #fff; }
.category-block { padding: clamp(100px, 11vw, 165px) 0; border-top: 1px solid #9c9c9c; scroll-margin-top: 62px; }
.category-heading { margin-bottom: clamp(46px, 6vw, 90px); display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 30px; }
.category-heading h2 { margin: 0 0 22px; max-width: 1050px; font-size: clamp(58px, 9.5vw, 150px); line-height: .78; letter-spacing: -.075em; font-weight: 600; text-transform: uppercase; }
.category-heading p { max-width: 680px; margin: 0; font-size: clamp(16px, 1.55vw, 24px); line-height: 1.4; letter-spacing: -.02em; }
.category-heading > a { min-width: 130px; padding: 13px 0; display: flex; justify-content: space-between; border-top: 1px solid; font-size: 10px; letter-spacing: .06em; text-transform: uppercase; }
.project-card-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 36px 12px; }
.index-project-card { min-width: 0; grid-column: span 4; display: block; }
.count-4 .index-project-card { grid-column: span 3; }
.count-2 .index-project-card { grid-column: span 6; }
.project-card-image { aspect-ratio: 4 / 3; overflow: hidden; border-radius: 20px; background: #ececea; }
.project-card-image img { transition: transform .65s cubic-bezier(.2,.75,.2,1); }
.index-project-card:hover .project-card-image img { transform: scale(1.035); }
.project-card-copy { position: relative; padding: 15px 30px 0 1px; }
.project-card-copy h3 { margin: 0 0 5px; font-size: clamp(19px, 1.75vw, 28px); line-height: 1; letter-spacing: -.04em; font-weight: 500; }
.project-card-copy p { margin: 0; color: #777; font-size: 9px; line-height: 1.4; letter-spacing: .055em; text-transform: uppercase; }
.project-card-copy > span { position: absolute; top: 15px; right: 2px; font-size: 17px; }
.project-card-image.is-placeholder { display: grid; place-items: center; border: 1px dashed #aaa; background: #f7f7f4; color: #888; }
.project-card-image.is-placeholder span { font-size: 10px; letter-spacing: .07em; text-transform: uppercase; }
.placeholder-card { color: #777; }

.hero { height: 175svh; background: #fff; }
.hero-sticky { position: sticky; top: 0; height: 100svh; overflow: hidden; display: grid; place-items: center; padding: 62px clamp(18px, 2.5vw, 38px) 24px; }
.hero-intro { position: absolute; top: 18%; left: 50%; transform: translateX(-50%); width: min(480px, 74vw); margin: 0; text-align: center; font-size: 13px; line-height: 1.35; opacity: calc(1 - var(--hero-progress) * 1.8); }
.hero h1 { margin: 0; white-space: nowrap; text-transform: uppercase; font-size: clamp(42px, calc(4.1vw + var(--hero-progress) * 8.8vw), 13vw); line-height: .78; letter-spacing: calc(-.035em - var(--hero-progress) * .025em); font-weight: 600; transform: translateY(calc((.5 - var(--hero-progress)) * 9vh)); transform-origin: center; }
.hero-bottom { position: absolute; left: clamp(18px, 2.5vw, 38px); right: clamp(18px, 2.5vw, 38px); bottom: 24px; display: grid; grid-template-columns: 1fr 1fr 1fr; font-size: 10px; text-transform: uppercase; letter-spacing: .06em; }
.hero-bottom span:nth-child(2) { text-align: center; }
.hero-bottom a { text-align: right; }
.hero-bottom .hero-role { color: var(--red); font-weight: 800; }

.work-stage { position: relative; min-height: 178svh; padding: 9vw clamp(18px, 3vw, 44px) 10vw; background: #fff; }
.work-stage-head { width: min(760px, 90vw); margin: 0 auto 8vw; text-align: center; }
.work-stage-head > p:first-child { margin: 0 0 20px; font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }
.work-stage-head h2 { margin: 0; font-size: clamp(34px, 5vw, 76px); line-height: .98; letter-spacing: -.045em; font-weight: 500; }
.work-stage-note { width: min(500px, 90%); margin: 25px auto 0; font-size: 12px; line-height: 1.5; text-transform: uppercase; letter-spacing: .035em; }
.floating-grid { position: relative; min-height: 110svh; max-width: 1380px; margin: 0 auto; }
.floating-card { position: absolute; overflow: hidden; border: 0; padding: 0; border-radius: 18px; background: #eee; cursor: pointer; box-shadow: none; transition: transform .5s cubic-bezier(.2,.8,.2,1), opacity .7s ease; }
.floating-card img { transition: transform .7s cubic-bezier(.2,.8,.2,1); }
.floating-card:hover { transform: translateY(-8px) scale(1.015); z-index: 3; }
.floating-card:hover img { transform: scale(1.035); }
.card-caption { position: absolute; left: 0; right: 0; bottom: 0; padding: 28px 14px 13px; display: flex; justify-content: space-between; align-items: end; gap: 10px; background: linear-gradient(transparent, rgba(0,0,0,.7)); color: #fff; opacity: 0; transition: opacity .25s ease; text-align: left; }
.floating-card:hover .card-caption, .floating-card:focus-visible .card-caption { opacity: 1; }
.card-caption b { font-size: 13px; font-weight: 500; }
.card-caption em { font-size: 9px; font-style: normal; text-transform: uppercase; letter-spacing: .05em; text-align: right; }
.card-1 { left: 2%; top: 1%; width: 23%; height: 38%; }
.card-2 { left: 30%; top: 11%; width: 21%; height: 25%; }
.card-3 { left: 58%; top: 0; width: 26%; height: 33%; }
.card-4 { right: 0; top: 23%; width: 17%; height: 27%; }
.card-5 { left: 8%; top: 51%; width: 28%; height: 36%; }
.card-6 { left: 41%; top: 43%; width: 15%; height: 39%; }
.card-7 { left: 61%; top: 48%; width: 23%; height: 27%; }
.card-8 { right: 2%; top: 63%; width: 18%; height: 24%; }

[data-reveal] { opacity: 0; transform: translateY(30px); transition: opacity .85s ease, transform .85s cubic-bezier(.2,.7,.2,1); }
[data-reveal].is-visible { opacity: 1; transform: none; }
.floating-card:nth-child(2), .floating-card:nth-child(6) { transition-delay: .08s; }
.floating-card:nth-child(3), .floating-card:nth-child(7) { transition-delay: .14s; }

.statement { min-height: 100svh; padding: 13vw clamp(18px, 8vw, 112px) 8vw; display: grid; grid-template-columns: 1.45fr 1fr; gap: 8vw; align-items: start; background: #fff; color: var(--red); }
.statement > p { margin: 0; max-width: 900px; font-size: clamp(34px, 4.7vw, 78px); line-height: 1.03; letter-spacing: -.052em; }
.statement-lists { align-self: end; display: grid; grid-template-columns: 1fr 1fr; gap: 30px; font-size: clamp(12px, 1.05vw, 16px); line-height: 1.34; text-align: center; }
.statement-lists span { display: block; margin-bottom: 22px; font-size: 10px; letter-spacing: .06em; }

.project { min-height: 100svh; display: grid; grid-template-columns: minmax(280px, 31vw) 1fr; }
.project:nth-of-type(even) { grid-template-columns: 1fr minmax(280px, 31vw); }
.project:nth-of-type(even) .project-copy { order: 2; }
.project-copy { min-height: 100svh; padding: clamp(28px, 4vw, 64px); display: flex; flex-direction: column; justify-content: space-between; background: #ecece8; }
.project-eyebrow { margin: 0; font-size: 10px; letter-spacing: .07em; text-transform: uppercase; }
.project-copy h2 { margin: auto 0 28px; font-size: clamp(50px, 6.8vw, 112px); line-height: .79; letter-spacing: -.07em; text-transform: uppercase; font-weight: 600; }
.project-copy h2 span { display: block; }
.project-description { max-width: 410px; margin: 0 0 34px; font-size: 14px; line-height: 1.55; }
.project-meta { padding-top: 15px; display: flex; flex-wrap: wrap; justify-content: space-between; gap: 10px; border-top: 1px solid currentColor; font-size: 9px; letter-spacing: .06em; text-transform: uppercase; }
.project-images { min-height: 100svh; display: grid; grid-template-columns: 7fr 5fr; grid-template-rows: 56fr 44fr; background: #111; }
.project-images > span { min-width: 0; overflow: hidden; background: #222; }
.project-images > span:first-child { grid-row: 1 / 3; }
.project-images img { transition: transform .75s cubic-bezier(.2,.7,.2,1); }
.project-images:hover img { transform: scale(1.025); }
.layout-2 { grid-template-columns: 5fr 7fr; }
.layout-2 > span:first-child { grid-column: 2; }
.layout-2 > span:nth-child(2), .layout-2 > span:nth-child(3) { grid-column: 1; }
.project-blue .project-copy { background: #1677f2; color: #fff; }
.project-warm .project-copy { background: #ffad00; color: #a5241b; }
.project-dark .project-copy { background: #181818; color: #fff; }
.project-paper .project-copy { background: #eeeae7; color: #171513; }
.project-link { margin-top: 30px; padding: 14px 0 4px; display: flex; justify-content: space-between; border-top: 1px solid currentColor; font-size: 12px; text-transform: uppercase; letter-spacing: .05em; }

.experience { padding: clamp(100px, 12vw, 180px) clamp(18px, 3vw, 44px); background: #fff; }
.experience-label { margin: 0 0 70px; font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }
.experience-row { display: grid; grid-template-columns: 1.2fr 1fr auto; gap: 30px; padding: 19px 0; border-top: 1px solid #aaa; font-size: clamp(17px, 2vw, 30px); letter-spacing: -.03em; }
.experience-row span:nth-child(2), .experience-row span:nth-child(3) { color: #6e6e6e; }
.experience-row:last-child { border-bottom: 1px solid #aaa; }

.contact { min-height: 86svh; padding: 32px clamp(18px, 3vw, 44px); display: flex; flex-direction: column; justify-content: space-between; background: var(--red); color: #fff4e8; }
.contact-top { display: flex; justify-content: space-between; font-size: 10px; letter-spacing: .07em; text-transform: uppercase; }
.contact h2 { margin: 70px 0; font-size: clamp(76px, 15vw, 230px); line-height: .73; letter-spacing: -.075em; font-weight: 600; text-transform: uppercase; }
.contact-bottom { display: flex; justify-content: space-between; align-items: end; gap: 30px; }
.contact-bottom > a { font-size: clamp(24px, 3vw, 48px); letter-spacing: -.04em; }
.contact-bottom nav { display: flex; gap: 20px; font-size: 10px; text-transform: uppercase; }

.lightbox { position: fixed; inset: 0; z-index: 100; display: grid; grid-template-columns: 1fr minmax(260px, 26vw); background: #0b0b0b; color: #fff; }
.lightbox-close { position: absolute; top: 22px; right: 24px; z-index: 2; border: 0; padding: 8px; background: none; color: inherit; text-transform: uppercase; font-size: 10px; cursor: pointer; }
.lightbox-image { min-width: 0; padding: 28px; display: grid; place-items: center; }
.lightbox-image img { max-width: 100%; max-height: calc(100svh - 56px); object-fit: contain; }
.lightbox-copy { padding: 70px 28px 28px; display: flex; flex-direction: column; justify-content: end; background: var(--paper); color: var(--ink); }
.lightbox-copy h2 { margin: 0 0 12px; font-size: clamp(38px, 5vw, 78px); line-height: .87; letter-spacing: -.06em; text-transform: uppercase; }
.lightbox-copy p { margin: 0; font-size: 11px; text-transform: uppercase; letter-spacing: .06em; }

/* Practice and case-study pages */
.detail-page { background: var(--paper); }
.detail-nav { position: fixed; inset: 0 0 auto; z-index: 60; height: 62px; padding: 0 clamp(18px, 2.5vw, 38px); display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; color: white; mix-blend-mode: difference; font-size: 10px; letter-spacing: .055em; text-transform: uppercase; }
.detail-nav > span { text-align: center; }
.detail-nav nav { justify-self: end; display: flex; gap: 18px; }
.detail-nav a:hover { opacity: .5; }
.practice-hero { min-height: 100svh; padding: 86px clamp(18px, 3vw, 44px) 38px; display: flex; flex-direction: column; justify-content: space-between; background: #eeeae7; }
.practice-kicker { display: flex; justify-content: space-between; gap: 30px; font-size: 10px; letter-spacing: .07em; text-transform: uppercase; }
.practice-hero h1 { margin: auto 0; font-size: clamp(90px, 18vw, 280px); line-height: .66; letter-spacing: -.085em; font-weight: 600; text-transform: uppercase; }
.practice-hero h1 span { display: block; margin-left: 16vw; }
.practice-summary { display: grid; grid-template-columns: 1fr minmax(260px, 31vw); gap: 9vw; align-items: end; }
.practice-summary p { width: min(700px, 100%); margin: 0; font-size: clamp(20px, 2.2vw, 36px); line-height: 1.12; letter-spacing: -.035em; }
.practice-summary div { font-size: 11px; line-height: 1.55; text-transform: uppercase; letter-spacing: .04em; }
.event-hero { background: #ffad00; color: #a5241b; }
.aigc-hero { background: #1677f2; color: white; }
.aigc-hero h1 { font-size: clamp(68px, 10.5vw, 170px); }
.aigc-hero h1 span { margin-left: 13vw; }
.visual-hero { background: #ddd7d3; }
.practice-cover { position: relative; height: min(88svh, 900px); overflow: hidden; background: #111; }
.practice-cover img { object-fit: cover; }
.practice-cover > span { position: absolute; left: 18px; bottom: 16px; padding: 8px 10px; background: rgba(0,0,0,.7); color: white; font-size: 9px; letter-spacing: .06em; text-transform: uppercase; }
.practice-subnav { position: sticky; top: 0; z-index: 40; padding: 18px clamp(18px, 3vw, 44px); display: flex; justify-content: center; gap: clamp(18px, 5vw, 80px); background: rgba(247,247,244,.92); backdrop-filter: blur(10px); border-bottom: 1px solid #bbb; font-size: 10px; letter-spacing: .05em; text-transform: uppercase; }
.practice-subnav a:hover { color: var(--red); }
.practice-section { padding: clamp(110px, 12vw, 190px) clamp(18px, 3vw, 44px); }
.practice-section { scroll-margin-top: 62px; }
.practice-section > header, .case-index > header { margin-bottom: 70px; display: grid; grid-template-columns: minmax(180px, 28vw) 1fr; gap: 5vw; }
.practice-section > header > span, .case-index > header > span { font-size: 10px; text-transform: uppercase; letter-spacing: .07em; }
.practice-section h2, .case-index h2 { margin: 0 0 28px; font-size: clamp(62px, 10vw, 158px); line-height: .78; letter-spacing: -.075em; text-transform: uppercase; font-weight: 600; }
.practice-section h2 span { display: block; }
.practice-section header p, .case-index header p { width: min(640px, 100%); margin: 0; font-size: clamp(17px, 1.7vw, 27px); line-height: 1.35; letter-spacing: -.02em; }
.detail-gallery { display: grid; grid-template-columns: repeat(12, 1fr); grid-auto-rows: clamp(180px, 23vw, 380px); gap: 8px; }
.detail-gallery figure { margin: 0; overflow: hidden; background: #ddd; }
.detail-gallery figure:nth-child(1) { grid-column: span 7; grid-row: span 2; }
.detail-gallery figure:nth-child(2) { grid-column: span 5; }
.detail-gallery figure:nth-child(3) { grid-column: span 5; }
.detail-gallery figure:nth-child(4) { grid-column: span 4; }
.detail-gallery figure:nth-child(5) { grid-column: span 4; }
.detail-gallery figure:nth-child(6) { grid-column: span 4; }
.detail-gallery img { transition: transform .7s ease; }
.detail-gallery figure:hover img { transform: scale(1.025); }
.photo-page .practice-section:nth-of-type(even) { background: #191919; color: white; }

.case-index { padding: clamp(110px, 12vw, 190px) clamp(18px, 3vw, 44px); }
.case-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.case-cards > a { min-width: 0; background: #ece8e4; transition: transform .35s ease; }
.case-cards > a:hover { transform: translateY(-7px); }
.case-cards img { aspect-ratio: 4 / 3; }
.case-cards > a > div { padding: clamp(22px, 3vw, 46px); }
.case-cards small { font-size: 9px; text-transform: uppercase; letter-spacing: .07em; }
.case-cards h3 { margin: 55px 0 24px; font-size: clamp(56px, 7vw, 110px); line-height: .78; letter-spacing: -.07em; text-transform: uppercase; }
.case-cards p { max-width: 570px; font-size: 15px; line-height: 1.55; }
.case-cards div > span { display: block; margin-top: 40px; padding-top: 15px; border-top: 1px solid; font-size: 10px; text-transform: uppercase; }
.method-section { padding: clamp(100px, 11vw, 170px) clamp(18px, 3vw, 44px); background: #181818; color: white; }
.method-section > header { display: grid; grid-template-columns: minmax(180px, 28vw) 1fr; }
.method-section > header > span { font-size: 10px; text-transform: uppercase; }
.method-section > header h2 { margin: 0 0 80px; font-size: clamp(70px, 12vw, 180px); line-height: .75; letter-spacing: -.075em; text-transform: uppercase; }
.method-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.method-grid article { min-height: 310px; padding: 22px; border-top: 1px solid #777; border-right: 1px solid #777; }
.method-grid article:nth-child(3n) { border-right: 0; }
.method-grid article > span { font-size: 10px; }
.method-grid h3 { margin: 80px 0 18px; font-size: clamp(26px, 2.6vw, 42px); line-height: .95; letter-spacing: -.045em; }
.method-grid p { max-width: 390px; margin: 0; color: #aaa; font-size: 13px; line-height: 1.55; }
.aigc-method { background: #111d33; }
.aigc-gallery figure { background: #1677f2; }
.motion-section { padding: clamp(100px, 11vw, 170px) clamp(18px, 3vw, 44px); background: #1677f2; color: white; }
.motion-section > div:first-child { display: grid; grid-template-columns: minmax(180px, 28vw) 1fr; }
.motion-section > div:first-child > span { font-size: 10px; text-transform: uppercase; }
.motion-section h2 { margin: 0; font-size: clamp(70px, 12vw, 180px); line-height: .75; letter-spacing: -.075em; text-transform: uppercase; }
.motion-section > p { margin: 60px 0 80px 33%; max-width: 680px; font-size: clamp(19px, 2vw, 30px); line-height: 1.3; }
.motion-strip { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.motion-strip figure { position: relative; margin: 0; aspect-ratio: 4 / 5; overflow: hidden; }
.motion-strip figure span { position: absolute; left: 12px; bottom: 10px; font-size: 9px; text-transform: uppercase; }
.motion-link { margin: 70px 0 0 auto; width: min(420px, 100%); padding: 16px 0; display: flex; justify-content: space-between; border-top: 1px solid currentColor; font-size: 11px; letter-spacing: .055em; text-transform: uppercase; }

.case-hero { min-height: 100svh; display: grid; grid-template-columns: minmax(360px, 42vw) 1fr; background: #eeeae7; }
.case-hero > div { padding: 100px clamp(24px, 4vw, 68px) 40px; display: flex; flex-direction: column; justify-content: center; }
.case-hero > div > span { margin-bottom: auto; font-size: 10px; text-transform: uppercase; letter-spacing: .07em; }
.case-hero h1 { margin: 60px 0 36px; font-size: clamp(75px, 10vw, 155px); line-height: .73; letter-spacing: -.075em; text-transform: uppercase; }
.case-hero p { max-width: 580px; margin: 0; font-size: clamp(17px, 1.6vw, 25px); line-height: 1.35; }
.case-hero > img { min-width: 0; }
.mingde-case .case-hero { background: #ffad00; color: #a5241b; }
.banquet-case .case-hero { background: #2a211e; color: #f5eae3; }
.banquet-case .case-hero h1 { font-size: clamp(58px, 6.4vw, 102px); }
.case-facts { display: grid; grid-template-columns: repeat(5, 1fr); background: #181818; color: white; }
.case-facts > div { min-height: 150px; padding: 22px; border-right: 1px solid #555; display: flex; flex-direction: column; justify-content: space-between; font-size: 15px; }
.case-facts small { color: #999; font-size: 9px; text-transform: uppercase; letter-spacing: .07em; }
.case-story { padding: 20px clamp(18px, 3vw, 44px) 100px; }
.case-story > section { padding: clamp(90px, 10vw, 150px) 0; display: grid; grid-template-columns: minmax(240px, 29vw) 1fr; gap: 6vw; border-top: 1px solid #999; }
.case-story h2 { margin: 0; font-size: clamp(40px, 5.5vw, 85px); line-height: .88; letter-spacing: -.06em; text-transform: uppercase; }
.case-story h2 span { display: block; margin-bottom: 16px; font-size: 10px; letter-spacing: .05em; }
.case-story section > div > p { max-width: 760px; margin: 0 0 25px; font-size: clamp(17px, 1.55vw, 24px); line-height: 1.48; letter-spacing: -.015em; }
.case-story blockquote { margin: 70px 0; max-width: 900px; font-size: clamp(38px, 5vw, 78px); line-height: .98; letter-spacing: -.055em; }
.case-visuals { margin-top: 60px; display: grid; grid-template-columns: 1.35fr 1fr; gap: 8px; }
.case-visuals img { min-height: 440px; }
.case-impact { min-height: 86svh; padding: clamp(60px, 8vw, 120px) clamp(18px, 5vw, 75px); display: flex; flex-direction: column; justify-content: space-between; background: var(--red); color: white; }
.case-impact h2 { margin: 0; font-size: clamp(80px, 14vw, 220px); line-height: .72; letter-spacing: -.08em; text-transform: uppercase; }
.case-impact p { margin: 60px 0 0 auto; max-width: 650px; font-size: clamp(19px, 2vw, 30px); line-height: 1.3; }
.detail-next { min-height: 45svh; padding: clamp(28px, 4vw, 65px); display: flex; justify-content: space-between; align-items: end; background: #eeeae7; transition: background .3s, color .3s; }
.detail-next:hover { background: #181818; color: white; }
.detail-next small { display: block; margin-bottom: 28px; font-size: 10px; text-transform: uppercase; }
.detail-next strong { display: block; font-size: clamp(45px, 7vw, 110px); line-height: .84; letter-spacing: -.06em; text-transform: uppercase; }
.detail-next > span:last-child { font-size: clamp(50px, 7vw, 110px); }
.detail-footer { padding: 20px clamp(18px, 3vw, 44px); display: flex; justify-content: space-between; background: #181818; color: white; font-size: 9px; text-transform: uppercase; }

@media (max-width: 800px) {
  .site-nav { grid-template-columns: 1fr auto; }
  .site-nav .nav-role { display: none; }
  .hero { height: 145svh; }
  .hero-intro { top: 22%; }
  .hero h1 { font-size: clamp(36px, calc(8vw + var(--hero-progress) * 8vw), 16vw); }
  .hero-bottom { grid-template-columns: 1fr auto; }
  .hero-bottom span:nth-child(2) { display: none; }
  .image-intro { min-height: auto; padding-top: 84px; }
  .intro-grid { min-height: auto; margin-top: 32px; padding-bottom: 76px; }
  .image-intro-scroll { bottom: 28px; }
  .category-heading { grid-template-columns: 1fr; align-items: start; }
  .category-heading h2 { font-size: clamp(52px, 15vw, 110px); }
  .category-heading > a { width: 140px; }
  .project-card-grid, .count-4 { grid-template-columns: 1fr 1fr; gap: 34px 10px; }
  .index-project-card, .count-4 .index-project-card { grid-column: auto; }
  .count-2 .index-project-card { grid-column: auto; }
  .project-card-image { border-radius: 13px; }
  .project-card-copy h3 { font-size: 18px; }
  .work-stage { min-height: auto; padding-top: 110px; }
  .floating-grid { min-height: auto; display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
  .floating-card { position: relative; inset: auto; width: auto; height: clamp(210px, 52vw, 420px); border-radius: 12px; }
  .floating-card:nth-child(3n) { grid-column: 1 / 3; height: clamp(260px, 70vw, 520px); }
  .card-caption { opacity: 1; }
  .statement { min-height: auto; padding-block: 130px; grid-template-columns: 1fr; }
  .statement-lists { margin-top: 80px; }
  .project, .project:nth-of-type(even) { grid-template-columns: 1fr; }
  .project:nth-of-type(even) .project-copy { order: 0; }
  .project-copy { min-height: 76svh; }
  .project-images { min-height: 74svh; }
  .experience-row { grid-template-columns: 1fr auto; }
  .experience-row span:nth-child(2) { grid-column: 1 / 3; grid-row: 2; font-size: 13px; }
  .contact { min-height: 74svh; }
  .contact-top span:last-child { display: none; }
  .contact-bottom { display: block; }
  .contact-bottom nav { margin-top: 34px; justify-content: space-between; }
  .lightbox { grid-template-columns: 1fr; grid-template-rows: 1fr auto; }
  .lightbox-image { padding: 50px 16px 12px; }
  .lightbox-copy { padding: 18px; }
  .lightbox-copy h2 { font-size: 36px; }
  .detail-nav { grid-template-columns: 1fr auto; }
  .detail-nav > span { display: none; }
  .detail-nav nav { gap: 12px; }
  .detail-nav nav a:nth-child(3), .detail-nav nav a:nth-child(4) { display: none; }
  .practice-hero { min-height: 88svh; }
  .practice-hero h1 { font-size: 21vw; }
  .practice-hero h1 span { margin-left: 8vw; }
  .aigc-hero h1 { font-size: 18vw; }
  .aigc-hero h1 span { margin-left: 5vw; }
  .practice-summary { grid-template-columns: 1fr; gap: 35px; }
  .practice-cover { height: 68svh; }
  .practice-subnav { justify-content: flex-start; overflow-x: auto; white-space: nowrap; }
  .practice-section > header, .case-index > header { grid-template-columns: 1fr; gap: 35px; }
  .detail-gallery { grid-template-columns: 1fr 1fr; grid-auto-rows: 270px; }
  .detail-gallery figure, .detail-gallery figure:nth-child(n) { grid-column: span 1; grid-row: span 1; }
  .detail-gallery figure:nth-child(1) { grid-column: span 2; height: 520px; }
  .case-cards { grid-template-columns: 1fr; }
  .method-section > header, .motion-section > div:first-child { grid-template-columns: 1fr; gap: 35px; }
  .method-grid { grid-template-columns: 1fr; }
  .method-grid article, .method-grid article:nth-child(3n) { min-height: 250px; border-right: 0; }
  .motion-section > p { margin-left: 0; }
  .motion-strip { grid-template-columns: 1fr; }
  .case-hero { grid-template-columns: 1fr; }
  .case-hero > div { min-height: 78svh; }
  .banquet-case .case-hero h1 { font-size: 15vw; }
  .case-hero > img { height: 70svh; }
  .case-facts { grid-template-columns: 1fr 1fr; }
  .case-facts > div { min-height: 125px; }
  .case-story > section { grid-template-columns: 1fr; gap: 50px; }
  .case-visuals { grid-template-columns: 1fr; }
  .case-visuals img { min-height: 360px; }
}

@media (max-width: 520px) {
  .project-card-grid, .count-4 { grid-template-columns: 1fr; }
  .project-card-image { aspect-ratio: 4 / 3; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
  [data-reveal] { opacity: 1; transform: none; }
  .hero h1 { font-size: clamp(48px, 10vw, 150px); transform: none; }
}
