:root {
  color-scheme: dark;
  --bg: #08090b;
  --panel: #0e1013;
  --soft: #14171b;
  --ink: #f0f0eb;
  --muted: #95999e;
  --line: rgba(255, 255, 255, 0.13);
  --accent: #c8ff31;
  --shell: min(1700px, calc(100vw - 80px));
  --sans: Inter, "SF Pro Display", "PingFang SC", "Microsoft YaHei", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--bg); }
body { margin: 0; overflow-x: hidden; color: var(--ink); background: var(--bg); font-family: var(--sans); -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
img, video { display: block; width: 100%; }
button, a { -webkit-tap-highlight-color: transparent; }
::selection { color: #08090b; background: var(--accent); }

.shell { width: var(--shell); margin-inline: auto; }
.grain { position: fixed; inset: 0; z-index: 100; pointer-events: none; opacity: .025; background-image: repeating-radial-gradient(circle at 18% 32%, #fff 0 1px, transparent 1px 4px); background-size: 7px 7px; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 50; height: 82px; display: grid; grid-template-columns: 1fr auto; align-items: center; padding: 0 max(40px, calc((100vw - 1700px) / 2)); border-bottom: 1px solid transparent; transition: background .3s, border-color .3s; }
.site-header.scrolled { background: rgba(8, 9, 11, .83); border-color: var(--line); backdrop-filter: blur(18px); }
.brand { display: flex; align-items: center; gap: 15px; width: max-content; }
.brand span { font-weight: 850; font-size: 20px; letter-spacing: -.06em; }
.brand small { color: rgba(255,255,255,.55); font-size: 10px; letter-spacing: .16em; }
.nav { display: flex; justify-self: end; gap: 36px; color: rgba(255,255,255,.68); font-size: 13px; }
.nav a { position: relative; }
.nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 1px; background: var(--accent); transition: right .25s; }
.nav a:hover::after { right: 0; }

.hero { position: relative; min-height: 100svh; isolation: isolate; background: #0a0b0d; }
.hero-video { position: absolute; inset: 0; z-index: -4; height: 100%; object-fit: cover; opacity: .36; filter: saturate(.72) contrast(1.2); }
.hero-shade { position: absolute; inset: 0; z-index: -3; background: linear-gradient(90deg, rgba(8,9,11,.97) 0%, rgba(8,9,11,.75) 46%, rgba(8,9,11,.2) 100%), linear-gradient(0deg, #08090b 0%, transparent 25%, rgba(0,0,0,.25) 100%); }
.hero-orbit { position: absolute; width: 47vw; aspect-ratio: 1; right: 2vw; top: 9vh; z-index: -2; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; box-shadow: 0 0 120px rgba(200,255,49,.045) inset; }
.hero-orbit::before, .hero-orbit::after { content: ""; position: absolute; border: 1px solid rgba(255,255,255,.08); border-radius: inherit; }
.hero-orbit::before { inset: 12%; }
.hero-orbit::after { inset: 28%; border-color: rgba(200,255,49,.22); }
.hero-inner { position: relative; min-height: 100svh; display: grid; grid-template-columns: 1fr; grid-template-rows: 1fr auto; align-items: center; gap: 40px; padding-top: 110px; padding-bottom: 28px; }
.hero-index { position: absolute; top: 115px; left: 0; color: rgba(255,255,255,.42); font: 10px/1.55 var(--sans); letter-spacing: .17em; }
.hero-copy { align-self: center; max-width: 1120px; padding-top: 7vh; }
.eyebrow { margin: 0 0 22px; color: var(--accent); font-size: 11px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }
.hero h1 { margin: 0; max-width: 1050px; font-size: clamp(58px, 7.3vw, 132px); line-height: .92; letter-spacing: -.075em; font-weight: 550; }
.hero h1 span, .hero h1 em { display: block; }
.hero h1 em { margin-left: .56em; color: transparent; font-style: normal; -webkit-text-stroke: 1px rgba(255,255,255,.68); }
.hero-intro { max-width: 650px; margin: 34px 0 0; color: rgba(255,255,255,.65); font-size: clamp(15px, 1.2vw, 19px); line-height: 1.8; }
.hero-actions { display: flex; gap: 12px; margin-top: 36px; }
.button { display: inline-flex; align-items: center; justify-content: space-between; min-width: 170px; padding: 14px 18px; border: 1px solid var(--line); font-size: 12px; letter-spacing: .05em; transition: transform .25s, color .25s, background .25s; }
.button:hover { transform: translateY(-3px); }
.button span { margin-left: 32px; }
.button-solid { color: #0b0d09; background: var(--accent); border-color: var(--accent); }
.button-ghost { background: rgba(255,255,255,.035); backdrop-filter: blur(8px); }
.portrait-card { position: relative; width: min(360px, 100%); justify-self: end; margin: 6vh 5vw 0 0; }
.portrait-card::before { content: ""; position: absolute; inset: -12px 12px 12px -12px; border: 1px solid rgba(200,255,49,.28); z-index: -1; }
.portrait-card img { aspect-ratio: .72; object-fit: cover; object-position: 50% 40%; }
.portrait-card figcaption { display: flex; justify-content: space-between; gap: 20px; padding-top: 12px; font-size: 10px; letter-spacing: .11em; }
.portrait-card small { color: var(--muted); text-align: right; letter-spacing: .04em; }
.hero-foot { grid-column: 1 / -1; display: flex; justify-content: space-between; color: rgba(255,255,255,.42); font-size: 9px; letter-spacing: .14em; }
.sound-status i { display: inline-block; width: 5px; height: 5px; margin-right: 7px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 10px var(--accent); }

.section-label { display: flex; gap: 18px; align-items: center; color: var(--muted); font-size: 10px; letter-spacing: .18em; }
.section-label span { color: var(--accent); }
.statement { padding-block: 160px 150px; }
.statement-main { display: grid; grid-template-columns: 1.45fr .55fr; gap: 9vw; margin-top: 66px; align-items: end; }
.statement-lead { margin: 0; font-size: clamp(35px, 4.2vw, 72px); line-height: 1.28; letter-spacing: -.045em; }
.statement-lead span { color: var(--accent); }
.statement-notes { color: var(--muted); font-size: 14px; line-height: 1.9; }
.statement-notes p { margin: 0 0 18px; }
.facts { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 100px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.facts div { padding: 28px 0; border-right: 1px solid var(--line); }
.facts div:not(:first-child) { padding-left: 28px; }
.facts div:last-child { border: 0; }
.facts strong { display: block; font-size: clamp(28px, 3vw, 50px); font-weight: 480; letter-spacing: -.05em; }
.facts span { color: var(--muted); font-size: 11px; }

.works { border-top: 1px solid var(--line); }
.works-head { padding-block: 140px 110px; display: grid; grid-template-columns: .55fr 1.1fr .6fr; gap: 7vw; align-items: end; }
.works-head h2, .capability-head h2, .experience h2 { margin: 0; font-size: clamp(48px, 6vw, 104px); line-height: .98; letter-spacing: -.065em; font-weight: 480; }
.works-head p, .capability-head > p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.9; }
.project { padding-block: 96px 130px; border-top: 1px solid var(--line); }
.project:nth-child(even) { background: #0b0d0f; }
.project-top { display: grid; grid-template-columns: .25fr 1.05fr .7fr; gap: 4vw; align-items: start; margin-bottom: 60px; }
.project-no { color: var(--accent); font-size: 13px; }
.project-title p, .project-role span { margin: 0 0 10px; color: var(--muted); font-size: 9px; letter-spacing: .18em; }
.project-title h3 { margin: 0; font-size: clamp(35px, 4.4vw, 76px); font-weight: 500; line-height: 1; letter-spacing: -.05em; }
#project-05 .project-title h3 { white-space: nowrap; font-size: clamp(24px, 3.6vw, 62px); }
.project-role { max-width: 500px; }
.project-role p { margin: 0; color: #c4c6c8; font-size: 13px; line-height: 1.8; }
.wide-stage { display: grid; grid-template-columns: 1.42fr .58fr; gap: 18px; }
.feature-video { background: #030405; }
.feature-video video { aspect-ratio: 16 / 9; object-fit: contain; max-height: 78vh; }
.media-caption { display: flex; justify-content: space-between; padding: 13px 2px 0; color: var(--muted); font-size: 9px; letter-spacing: .13em; }
.project-proof { display: grid; grid-template-rows: 1fr auto; min-height: 100%; overflow: hidden; background: var(--soft); }
.project-proof img { height: 100%; object-fit: contain; background: #101216; }
.proof-copy { position: static; padding: 24px 28px 28px; border-top: 1px solid var(--line); }
.proof-copy p, .proof-copy span { display: block; margin: 0; color: #bdc0c2; font-size: 11px; }
.proof-copy strong { display: block; margin: 8px 0 3px; color: var(--accent); font-size: clamp(52px, 6vw, 100px); line-height: 1; font-weight: 450; letter-spacing: -.07em; }
.film-strip { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 60px; }
.film-strip video { width: 100%; aspect-ratio: 16 / 9; object-fit: contain; background: #000; }
.evidence-section { margin-top: 64px; padding-top: 22px; border-top: 1px solid var(--line); }
.evidence-head { display: flex; justify-content: space-between; gap: 30px; margin-bottom: 22px; }
.evidence-head span { color: var(--accent); font-size: 9px; letter-spacing: .17em; }
.evidence-head p { margin: 0; color: var(--muted); font-size: 11px; }
.evidence-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 12px; align-items: stretch; }
.evidence-grid figure { position: relative; min-height: 250px; margin: 0; overflow: hidden; border: 1px solid var(--line); background: #101216; }
.evidence-grid img { height: 100%; min-height: 250px; object-fit: contain; background: #101216; }
.evidence-six figure { grid-column: span 4; }
.evidence-five figure { grid-column: span 3; }
.evidence-five figure:nth-child(1), .evidence-five figure:nth-child(5) { grid-column: span 6; }
.evidence-four figure { grid-column: span 6; }
.evidence-two figure { grid-column: span 6; }
.evidence-one figure { grid-column: 2 / span 10; }
.proof-groups { display: grid; gap: 18px; }
.proof-group { display: grid; grid-template-columns: minmax(210px, .32fr) 1fr; gap: 24px; padding: 22px; border: 1px solid var(--line); background: #0c0e11; }
.proof-group-title { display: grid; align-content: start; }
.proof-group-title b { color: var(--accent); font-size: 10px; letter-spacing: .14em; font-weight: 600; }
.proof-group-title h4 { margin: 28px 0 8px; font-size: 25px; font-weight: 480; }
.proof-group-title span { color: var(--muted); font-size: 11px; }
.proof-media { display: grid; gap: 12px; }
.proof-media-two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.proof-media-one { grid-template-columns: 1fr; }
.proof-media figure { display: grid; grid-template-rows: minmax(280px, 1fr) auto; min-height: 0; margin: 0; border: 1px solid var(--line); background: #101216; }
.proof-media img { width: 100%; height: 100%; max-height: 640px; object-fit: contain; background: #101216; }
.proof-media figcaption { padding: 11px 13px; border-top: 1px solid var(--line); color: var(--muted); font-size: 10px; letter-spacing: .04em; }
.proof-media-one figure { grid-template-rows: minmax(380px, 62vh) auto; }
.proof-company figure:first-child { grid-template-rows: minmax(440px, 62vh) auto; }
.last-meeting-proof figure { grid-template-rows: minmax(520px, 72vh) auto; }
.data-pair figure { grid-template-rows: minmax(540px, 68vh) auto; }
.data-pair img { max-height: none; }
.account-proof-pair figure { grid-template-rows: minmax(600px, 76vh) auto; }
.account-proof-pair img { max-height: none; }
.absurd-case { margin-top: 110px; padding-top: 28px; border-top: 1px solid var(--line); }
.absurd-case-head { display: grid; grid-template-columns: minmax(150px, .25fr) 1fr; gap: 32px; align-items: end; padding-bottom: 30px; }
.absurd-case-head span { color: var(--accent); font-size: 9px; letter-spacing: .17em; }
.absurd-case-head h4 { margin: 0; font-size: clamp(42px, 5vw, 82px); font-weight: 480; line-height: 1; letter-spacing: -.055em; }
.absurd-primary-pair { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; padding: 34px 0 58px; border-top: 1px solid var(--line); }
.absurd-pair-panel { display: grid; grid-template-rows: auto minmax(0, 1fr) auto; min-width: 0; min-height: 0; margin: 0; overflow: hidden; border: 1px solid var(--line); background: #101216; }
.absurd-pair-panel .absurd-block-label { min-height: 52px; padding: 13px 16px; border-bottom: 1px solid var(--line); }
.absurd-pair-panel video, .absurd-pair-panel img { display: block; width: 100%; height: clamp(540px, 50vw, 780px); object-fit: contain; background: #000; }
.absurd-pair-panel img { background: #101216; }
.absurd-pair-caption, .absurd-pair-panel figcaption { min-height: 46px; padding: 13px 16px; border-top: 1px solid var(--line); color: var(--muted); font-size: 10px; letter-spacing: .04em; }
.absurd-case-block { display: grid; grid-template-columns: minmax(150px, .25fr) 1fr; gap: 32px; align-items: start; padding: 34px 0 58px; border-top: 1px solid var(--line); }
.absurd-block-label { display: flex; align-items: baseline; gap: 18px; padding-top: 4px; }
.absurd-block-label span { color: var(--accent); font-size: 10px; }
.absurd-block-label p { margin: 0; color: var(--muted); font-size: 11px; letter-spacing: .08em; }
.absurd-case-block > video { width: 100%; aspect-ratio: 16 / 9; object-fit: contain; background: #000; }
.absurd-case-block figure { margin: 0; overflow: hidden; border: 1px solid var(--line); background: #101216; }
.absurd-case-block figure img { width: 100%; height: min(78vh, 900px); object-fit: contain; background: #101216; }
.absurd-case-block .asset-figure img { height: auto; max-height: 84vh; }
.absurd-case-block figcaption { padding: 13px 16px; border-top: 1px solid var(--line); color: var(--muted); font-size: 10px; letter-spacing: .04em; }
.featured-case { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; align-items: stretch; margin-top: 64px; }
.featured-video, .featured-data { display: grid; grid-template-rows: minmax(0, 1fr) auto; width: 100%; height: clamp(580px, 65vw, 860px); min-width: 0; min-height: 0; margin: 0; overflow: hidden; border: 1px solid var(--line); background: #101216; }
.featured-video video, .featured-data img { width: 100%; height: 100%; min-height: 0; object-fit: contain; background: #000; }
.featured-data img { background: #101216; }
.featured-video .media-caption, .featured-data figcaption { min-height: 48px; padding: 14px 16px; border-top: 1px solid var(--line); color: var(--muted); font-size: 10px; letter-spacing: .04em; }
.featured-video .media-caption { align-items: center; }
.asset-section { margin-top: 64px; padding-top: 22px; border-top: 1px solid var(--line); }
.asset-section figure { margin: 0; overflow: hidden; border: 1px solid var(--line); background: #101216; }
.asset-section img { width: 100%; max-height: 78vh; object-fit: contain; }
.film-strip-two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.duo-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.case-card { background: var(--soft); }
.case-media { overflow: hidden; background: #000; }
.case-media video { aspect-ratio: 16 / 9; object-fit: contain; transition: transform .6s; }
.case-card:hover video { transform: scale(1.015); }
.case-copy { display: grid; grid-template-columns: .35fr 1fr; gap: 8px 28px; padding: 26px; align-items: baseline; }
.case-copy > span { grid-row: span 2; color: var(--accent); font-size: 10px; letter-spacing: .12em; }
.case-copy h4 { margin: 0; font-size: clamp(28px, 3vw, 48px); font-weight: 480; }
.case-copy p { margin: 0; color: var(--muted); font-size: 13px; }
.mini-stats { grid-column: 2; margin-top: 15px; padding-top: 15px; border-top: 1px solid var(--line); color: var(--muted); font-size: 11px; }
.mini-stats b { color: var(--ink); font-size: 18px; font-weight: 500; }
.cinema { display: grid; grid-template-columns: 1.55fr .45fr; background: #000; }
.cinema video { height: 72vh; min-height: 520px; object-fit: contain; }
.cinema-copy { display: grid; align-content: end; gap: 20px; padding: 42px; border-left: 1px solid var(--line); background: #101216; }
.cinema-copy > p { margin: 0 0 35px; color: var(--muted); font-size: 13px; line-height: 1.8; }
.cinema-copy div { padding-top: 14px; border-top: 1px solid var(--line); }
.cinema-copy strong { font-size: 32px; font-weight: 470; }
.cinema-copy span { float: right; color: var(--muted); font-size: 11px; margin-top: 12px; }
.client-stage { position: relative; padding-right: 9vw; }
.client-stage video { aspect-ratio: 2 / 1; max-height: 80vh; object-fit: contain; background: #000; }
.vertical-note { position: absolute; right: 0; top: 0; margin: 0; color: var(--muted); font-size: 9px; letter-spacing: .18em; writing-mode: vertical-rl; }
.experiments { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px 18px; align-items: start; }
.experiment { min-width: 0; }
.experiment video { width: 100%; aspect-ratio: 16 / 9; object-fit: contain; background: #000; }
.experiment span { display: block; padding-top: 10px; color: var(--muted); font-size: 9px; letter-spacing: .15em; }
.set-gallery { overflow: hidden; }
.set-gallery-head { display: flex; justify-content: space-between; align-items: end; gap: 24px; margin-bottom: 18px; }
.set-gallery-head span { color: var(--accent); font-size: 9px; letter-spacing: .17em; }
.set-gallery-head p { margin: 8px 0 0; color: var(--muted); font-size: 11px; }
.set-gallery-controls { display: flex; gap: 8px; }
.set-gallery-controls button { width: 42px; height: 42px; color: var(--ink); background: transparent; border: 1px solid var(--line); cursor: pointer; font: 18px var(--sans); transition: color .2s, background .2s; }
.set-gallery-controls button:hover { color: #08090b; background: var(--accent); border-color: var(--accent); }
.set-track { display: flex; gap: 16px; overflow-x: auto; padding-bottom: 18px; cursor: grab; scroll-snap-type: x mandatory; scroll-behavior: smooth; overscroll-behavior-x: contain; scrollbar-color: var(--accent) rgba(255,255,255,.08); scrollbar-width: thin; }
.set-track.is-dragging { cursor: grabbing; scroll-snap-type: none; user-select: none; }
.set-track::-webkit-scrollbar { height: 5px; }
.set-track::-webkit-scrollbar-track { background: rgba(255,255,255,.08); }
.set-track::-webkit-scrollbar-thumb { background: var(--accent); }
.set-track figure { flex: 0 0 clamp(330px, 34vw, 560px); display: grid; grid-template-rows: minmax(330px, 58vh) auto; margin: 0; overflow: hidden; border: 1px solid var(--line); background: var(--soft); scroll-snap-align: start; }
.set-track img { width: 100%; height: 100%; object-fit: contain; background: #101216; pointer-events: none; }
.set-track figcaption { padding: 12px 14px; border-top: 1px solid var(--line); color: var(--muted); font-size: 9px; letter-spacing: .14em; }
.set-results { margin-top: 34px; padding: 34px 42px; background: var(--accent); color: #0b0d09; }
.set-results p { margin: 0 0 26px; font-size: 11px; letter-spacing: .08em; }
.set-results div { display: grid; grid-template-columns: minmax(210px, .32fr) 1fr; align-items: end; gap: 40px; padding: 25px 0; border-top: 1px solid rgba(0,0,0,.25); }
.set-results strong, .set-results span { display: block; }
.set-results strong { font-size: 37px; font-weight: 520; letter-spacing: -.06em; }
.set-results span { max-width: none; margin: 0 0 5px; font-size: 13px; line-height: 1.5; }
.campus-stage { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; align-items: start; }
.campus-stage video, .campus-stage video:nth-child(2) { width: 100%; max-height: none; aspect-ratio: 16 / 9; grid-row: auto; object-fit: contain; background: #000; }
.campus-copy { grid-column: 1 / -1; max-width: 900px; padding: 24px 0 0; }
.campus-copy strong { font-size: 28px; font-weight: 480; }
.campus-copy p { color: var(--muted); line-height: 1.8; }

.music-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.music-card { display: flex; flex-direction: column; min-height: 340px; padding: 30px; border: 1px solid var(--line); background: linear-gradient(145deg, #14171b, #0b0d0f); }
.music-card > span { color: var(--accent); font-size: 9px; letter-spacing: .17em; }
.music-card h4 { margin: 82px 0 14px; font-size: clamp(25px, 2.3vw, 38px); font-weight: 480; letter-spacing: -.04em; }
.music-card p { margin: 0 0 34px; color: var(--muted); font-size: 13px; line-height: 1.8; }
.music-card audio { width: 100%; margin-top: auto; accent-color: var(--accent); }

.capabilities { padding-block: 160px; }
.capability-head { display: grid; grid-template-columns: .45fr 1.1fr .6fr; gap: 6vw; align-items: end; margin-bottom: 85px; }
.ability-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.ability-card { position: relative; min-height: 310px; padding: 30px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: background .3s; }
.ability-card:hover { background: var(--soft); }
.ability-card > span { color: var(--accent); font-size: 9px; letter-spacing: .16em; }
.ability-card h3 { margin: 70px 0 14px; font-size: 28px; font-weight: 480; }
.ability-card p { max-width: 380px; color: var(--muted); font-size: 13px; line-height: 1.8; }
.ability-card small { position: absolute; left: 30px; bottom: 28px; color: #73777c; font-size: 10px; }
.experience { padding-block: 80px 160px; }
.experience h2 { max-width: 1000px; margin: 50px 0 80px; }
.experience-list { border-top: 1px solid var(--line); }
.experience-list article { display: grid; grid-template-columns: .55fr 1fr .6fr; gap: 40px; align-items: center; min-height: 105px; border-bottom: 1px solid var(--line); }
.experience-list time, .experience-list p { color: var(--muted); font-size: 12px; }
.experience-list h3 { font-size: 18px; font-weight: 450; }
.experience-list p { text-align: right; }
.contact { padding-block: 150px 120px; border-top: 1px solid var(--line); text-align: center; }
.contact h2 { margin: 0 auto 25px; font-size: clamp(52px, 7vw, 120px); line-height: .98; letter-spacing: -.07em; font-weight: 450; }
.contact h2 em { color: var(--accent); font-style: normal; }
.contact > p:not(.eyebrow) { margin-bottom: 35px; color: var(--muted); }
.contact .button { margin-inline: auto; }
.footer { display: flex; justify-content: space-between; padding-block: 30px; border-top: 1px solid var(--line); color: var(--muted); font-size: 9px; letter-spacing: .14em; }

.reveal { opacity: 0; transform: translateY(34px); transition: opacity .85s ease, transform .85s cubic-bezier(.22,1,.36,1); }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1100px) {
  :root { --shell: calc(100vw - 40px); }
  .site-header { padding-inline: 20px; }
  .hero-inner { grid-template-columns: 1fr; }
  .statement-main, .works-head, .capability-head { grid-template-columns: 1fr; gap: 35px; }
  .project-top { grid-template-columns: .15fr 1fr; }
  .project-role { grid-column: 2; }
  .wide-stage, .cinema { grid-template-columns: 1fr; }
  .featured-case { grid-template-columns: 1fr; }
  .featured-video, .featured-data { height: 720px; }
  .project-proof { min-height: 520px; }
  .cinema-copy { grid-template-columns: repeat(3, 1fr); }
  .cinema-copy > p { grid-column: 1 / -1; }
  .ability-grid { grid-template-columns: repeat(2, 1fr); }
  .music-grid { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
  :root { --shell: calc(100vw - 28px); }
  .site-header { height: 68px; grid-template-columns: 1fr auto; }
  .brand small, .nav { display: none; }
  .hero-inner { display: block; padding-top: 130px; padding-bottom: 24px; }
  .hero-index { top: 86px; }
  .hero-copy { padding-top: 0; }
  .hero h1 { font-size: clamp(52px, 15vw, 78px); }
  .hero h1 em { margin-left: 0; }
  .hero-intro { max-width: 92%; }
  .hero-foot { position: absolute; left: 0; right: 0; bottom: 20px; }
  .hero-foot span:nth-child(2) { display: none; }
  .statement { padding-block: 100px; }
  .statement-main { margin-top: 45px; }
  .facts { grid-template-columns: 1fr 1fr; margin-top: 60px; }
  .facts div:nth-child(2) { border-right: 0; }
  .facts div:nth-child(n+3) { border-top: 1px solid var(--line); }
  .facts div:nth-child(3) { padding-left: 0; }
  .works-head { padding-block: 100px 70px; }
  .project { padding-block: 65px 90px; }
  .project-top { grid-template-columns: 40px 1fr; margin-bottom: 40px; }
  .film-strip { grid-template-columns: 1fr; }
  .film-strip video { width: 100%; aspect-ratio: 16 / 9; }
  .evidence-head { display: block; }
  .evidence-head p { margin-top: 8px; }
  .evidence-grid { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; }
  .evidence-grid figure, .evidence-one figure { min-width: 84vw; scroll-snap-align: start; }
  .proof-group { grid-template-columns: 1fr; }
  .proof-group-title h4 { margin-top: 12px; }
  .proof-media-two { grid-template-columns: 1fr; }
  .proof-media figure, .proof-media-one figure, .proof-company figure:first-child, .last-meeting-proof figure { grid-template-rows: minmax(320px, 60vh) auto; }
  .data-pair figure { grid-template-rows: minmax(360px, 58vh) auto; }
  .account-proof-pair figure { grid-template-rows: minmax(390px, 62vh) auto; }
  .absurd-case { margin-top: 78px; }
  .absurd-case-head, .absurd-case-block { grid-template-columns: 1fr; gap: 18px; }
  .absurd-primary-pair { grid-template-columns: 1fr; }
  .absurd-pair-panel video, .absurd-pair-panel img { height: 58vh; min-height: 360px; }
  .absurd-case-block { padding-block: 24px 44px; }
  .absurd-case-block figure img { height: 62vh; }
  .absurd-case-block .asset-figure img { height: auto; }
  .featured-video, .featured-data { height: 520px; }
  .duo-grid { grid-template-columns: 1fr; }
  .case-copy { grid-template-columns: 1fr; }
  .case-copy > span { grid-row: auto; }
  .mini-stats { grid-column: auto; }
  .cinema video { min-height: auto; height: auto; }
  .cinema-copy { grid-template-columns: 1fr; padding: 26px; }
  .cinema-copy > p { grid-column: auto; }
  .client-stage { padding-right: 0; }
  .vertical-note { display: none; }
  .experiments { grid-template-columns: 1fr; }
  .set-gallery-controls { display: none; }
  .set-track figure { flex-basis: 86vw; grid-template-rows: minmax(300px, 55vh) auto; }
  .set-results { padding: 28px; }
  .set-results div { grid-template-columns: 1fr; gap: 8px; padding: 22px 0; }
  .campus-stage { grid-template-columns: 1fr; }
  .campus-copy { grid-column: auto; }
  .music-card { min-height: 300px; }
  .music-card h4 { margin-top: 58px; }
  .capabilities { padding-block: 110px; }
  .ability-grid { grid-template-columns: 1fr; }
  .experience { padding-bottom: 110px; }
  .experience-list article { grid-template-columns: 1fr; gap: 4px; padding-block: 22px; }
  .experience-list h3, .experience-list p, .experience-list time { margin: 0; text-align: left; }
  .contact { padding-block: 110px 90px; }
  .footer { gap: 15px; flex-direction: column; }
}

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