:root {
  --paper: #f1f0ea;
  --paper-2: #e6e5dd;
  --ink: #090909;
  --white: #fff;
  --blue: #2346ff;
  --orange: #ff4f27;
  --mint: #8ef0cf;
  --grey: #77776f;
  --line: rgba(9,9,9,.22);
  --accent: #2346ff;
  --header-h: 76px;
  --record-h: 32px;
  --pad: 28px;
  font-family: Arial, "Microsoft YaHei", "PingFang SC", sans-serif;
  color: var(--ink);
  background: var(--paper);
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { height: 100%; scroll-behavior: smooth; }
body { height: 100%; margin: 0; overflow: hidden; background: var(--paper); color: var(--ink); }
button,a { color: inherit; font: inherit; }
button { letter-spacing: 0; }
a { text-decoration: none; }
img,video { display: block; max-width: 100%; }
::selection { background: var(--accent); color: #fff; }

.skip-link { position: fixed; z-index: 1000; left: 10px; top: 10px; padding: 10px 14px; background: #fff; transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }
.print-notice { display: none; }
.protected-media { -webkit-user-select: none; user-select: none; }

.noise { position: fixed; z-index: 500; inset: 0; opacity: .035; pointer-events: none; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.95' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.9'/%3E%3C/svg%3E"); }

.preloader { position: fixed; z-index: 900; inset: 0; overflow: hidden; background: var(--blue); color: #fff; transition: clip-path .9s cubic-bezier(.76,0,.2,1), visibility .9s; clip-path: inset(0); }
.preloader.done { visibility: hidden; clip-path: inset(0 0 100% 0); }
.preloader-grid { position: absolute; inset: 0; opacity: .24; background-size: 8.333% 100%, 100% 16.666%; background-image: linear-gradient(90deg,transparent calc(100% - 1px),rgba(255,255,255,.4) 0),linear-gradient(transparent calc(100% - 1px),rgba(255,255,255,.4) 0); }
.preloader-mark { position: absolute; left: var(--pad); top: var(--pad); display: flex; align-items: flex-start; font-size: 124px; font-weight: 900; line-height: .8; }
.preloader-mark i { font-size: 30px; font-style: normal; }
.preloader > p { position: absolute; left: 43%; top: 39%; margin: 0; font-size: 32px; font-weight: 800; line-height: .95; }
.preloader-count { position: absolute; right: var(--pad); bottom: 25px; display: flex; align-items: flex-start; }
.preloader-count b { font-size: 150px; line-height: .72; }
.preloader-count span { font-size: 14px; }
.preloader-line { position: absolute; left: var(--pad); right: var(--pad); bottom: 23px; height: 2px; background: rgba(255,255,255,.3); }
.preloader-line i { display: block; width: 100%; height: 100%; background: #fff; transform: scaleX(0); transform-origin: left; }

.site-header { position: fixed; z-index: 60; left: 0; right: 0; top: 0; height: var(--header-h); padding: 0 var(--pad); display: grid; grid-template-columns: 250px 1fr auto; align-items: center; border-bottom: 1px solid var(--line); background: rgba(241,240,234,.9); backdrop-filter: blur(10px); }
.identity { display: flex; align-items: center; gap: 12px; width: fit-content; }
.identity strong { font-size: 31px; line-height: 1; letter-spacing: 0; }
.identity strong i { color: var(--accent); font-size: 12px; font-style: normal; vertical-align: top; }
.identity span { padding-left: 11px; border-left: 1px solid currentColor; font-size: 11px; font-weight: 800; line-height: 1.25; }
.role { margin: 0; font-size: 12px; font-weight: 800; line-height: 1.25; }
.role span { color: var(--grey); }
.site-header nav { display: flex; height: 100%; }
.nav-button { min-width: 105px; height: 100%; padding: 0 14px; border: 0; border-left: 1px solid var(--line); background: transparent; font-size: 11px; font-weight: 800; cursor: pointer; transition: background .2s,color .2s; }
.nav-button span { display: block; margin-bottom: 3px; font-size: 14px; }
.nav-button.active,.nav-button:hover { background: var(--ink); color: #fff; }
.menu-trigger { display: none; }

.stage { position: fixed; z-index: 1; inset: var(--header-h) 0 0; overflow: clip; background: var(--paper); touch-action: pan-y; }
.stage-backdrop { position: absolute; inset: -8%; background: center / cover no-repeat; filter: grayscale(1) contrast(1.25); opacity: .075; transform: scale(1.08); transition: background-image .1s, transform 1.1s cubic-bezier(.2,.7,.2,1); }
.stage.changing .stage-backdrop { transform: scale(1.14) rotate(.3deg); }
.stage-grid { position: absolute; inset: 0; pointer-events: none; opacity: .28; background-size: 8.333% 100%, 100% 20%; background-image: linear-gradient(90deg,transparent calc(100% - 1px),rgba(9,9,9,.25) 0),linear-gradient(transparent calc(100% - 1px),rgba(9,9,9,.2) 0); }
.category-dock { position: absolute; z-index: 12; left: var(--pad); right: 78px; top: 9px; height: 40px; display: flex; align-items: stretch; gap: 12px; }
.category-dock > p { width: 112px; margin: 0; padding: 5px 12px 0 0; flex: 0 0 auto; border-right: 1px solid var(--ink); font-size: 13px; font-weight: 800; line-height: 1.05; }
.category-dock > p span { display: block; margin-top: 4px; color: #666; font-size: 11px; }
#stage-categories { min-width: 0; display: flex; align-items: stretch; }
#stage-categories button { min-width: 112px; height: 40px; padding: 0 10px; display: grid; grid-template-columns: 1fr auto; gap: 9px; align-items: center; border: 1px solid rgba(9,9,9,.35); border-right: 0; background: rgba(241,240,234,.94); color: var(--ink); text-align: left; cursor: pointer; transition: background .2s,color .2s,border-color .2s; }
#stage-categories button:last-child { border-right: 1px solid rgba(9,9,9,.35); }
#stage-categories button span { font-size: 12px; font-weight: 800; line-height: 1.05; }
#stage-categories button small { display: block; margin-top: 2px; color: #666; font-size: 11px; }
#stage-categories button b { font-size: 12px; }
#stage-categories button:hover,#stage-categories button.active { border-color: var(--cat-color,var(--ink)); background: var(--cat-color,var(--ink)); color: #fff; }
#stage-categories button:hover small,#stage-categories button.active small { color: rgba(255,255,255,.8); }
.stage-number { position: absolute; left: 10px; top: 50%; z-index: 1; color: var(--accent); transform: translateY(-58%); }
.stage-number span { display: block; font-size: 280px; font-weight: 900; line-height: .72; opacity: .95; transition: transform .65s cubic-bezier(.2,.8,.2,1),opacity .35s; }
.stage.changing .stage-number span { opacity: 0; transform: translateY(45px); }

.image-stage { position: absolute; z-index: 3; left: 28%; top: 6.5%; width: 54%; height: 57%; padding: 0; border: 0; background: #111; cursor: none; box-shadow: 18px 20px 0 var(--accent); transform: translate(var(--mx,0),var(--my,0)); transition: box-shadow .4s,transform .2s linear; }
.image-stage:focus-visible { outline: 4px solid var(--orange); outline-offset: 6px; }
.image-plane { position: absolute; inset: 0; overflow: hidden; opacity: 0; clip-path: inset(100% 0 0); }
.image-plane.active { z-index: 1; opacity: 1; clip-path: inset(0); }
.image-plane.enter-next { z-index: 2; opacity: 1; animation: plane-in-next .78s cubic-bezier(.76,0,.2,1) both; }
.image-plane.enter-prev { z-index: 2; opacity: 1; animation: plane-in-prev .78s cubic-bezier(.76,0,.2,1) both; }
.image-plane.exit-next { z-index: 1; opacity: 1; animation: plane-out-next .78s cubic-bezier(.76,0,.2,1) both; }
.image-plane.exit-prev { z-index: 1; opacity: 1; animation: plane-out-prev .78s cubic-bezier(.76,0,.2,1) both; }
.image-plane img { width: 100%; height: 100%; object-fit: cover; pointer-events: none; transform: scale(1.04); transition: transform 6s linear; }
.image-plane.active img,.image-plane.enter-next img,.image-plane.enter-prev img { transform: scale(1); }
@keyframes plane-in-next { from { clip-path: inset(100% 0 0); transform: scale(.96); } to { clip-path: inset(0); transform: scale(1); } }
@keyframes plane-out-next { from { clip-path: inset(0 0 0); } to { clip-path: inset(0 0 100%); } }
@keyframes plane-in-prev { from { clip-path: inset(0 0 100%); transform: scale(.96); } to { clip-path: inset(0); transform: scale(1); } }
@keyframes plane-out-prev { from { clip-path: inset(0); } to { clip-path: inset(100% 0 0); } }
.frame-corner { position: absolute; z-index: 4; width: 20px; height: 20px; pointer-events: none; }
.frame-corner::before,.frame-corner::after { content: ""; position: absolute; background: #fff; }
.frame-corner::before { width: 20px; height: 1px; }.frame-corner::after { width: 1px; height: 20px; }
.c1 { left: 12px; top: 12px; }.c2 { right: 12px; top: 12px; transform: rotate(90deg); }.c3 { right: 12px; bottom: 12px; transform: rotate(180deg); }.c4 { left: 12px; bottom: 12px; transform: rotate(270deg); }
.image-stamp { position: absolute; z-index: 4; right: 10px; bottom: 8px; padding: 5px 7px; background: rgba(0,0,0,.68); color: rgba(255,255,255,.94); font-size: 10px; }

.stage-title { position: absolute; z-index: 6; left: var(--pad); top: 66%; width: 76%; padding: 10px 18px 10px 0; color: var(--ink); background: rgba(241,240,234,.96); mix-blend-mode: normal; pointer-events: none; }
.stage-title p { margin: 0 0 5px; font-size: 36px; font-weight: 900; line-height: 1.05; }
.stage-title h1 { margin: 0; max-width: 100%; overflow: visible; white-space: normal; font-size: 66px; font-weight: 900; line-height: .9; text-transform: uppercase; }
.stage-title.compact h1 { max-width: 100%; font-size: 46px; }
.stage-title.is-changing p { animation: title-shift .65s both; }.stage-title.is-changing h1 { animation: title-shift .72s .04s both; }
@keyframes title-shift { 0% { opacity: 1; transform: translateX(0); } 42% { opacity: 0; transform: translateX(70px); } 43% { opacity: 0; transform: translateX(-70px); } 100% { opacity: 1; transform: translateX(0); } }

.stage-meta { position: absolute; z-index: 8; left: var(--pad); bottom: calc(var(--record-h) + 23px); width: 41%; display: grid; grid-template-columns: 90px 150px 1fr; gap: 18px; }
.stage-meta div { min-width: 0; padding-top: 7px; border-top: 1px solid var(--ink); }
.stage-meta span { display: block; color: #55554f; font-size: 11px; font-weight: 800; }
.stage-meta b { display: block; overflow: hidden; margin-top: 5px; text-overflow: ellipsis; white-space: nowrap; font-size: 12px; }
.stage-command { position: absolute; z-index: 8; left: 50%; bottom: calc(var(--record-h) + 17px); display: flex; align-items: center; gap: 9px; transform: translateX(-50%); }
.stage-command p { margin: 0; min-width: 108px; text-align: center; }
.stage-command p span,.stage-command p b { display: block; font-size: 11px; }.stage-command p b { margin-top: 3px; font-size: 12px; }
.arrow-button { width: 38px; height: 38px; padding: 0; border: 1px solid var(--ink); border-radius: 50%; background: transparent; font-size: 16px; cursor: pointer; transition: background .2s,color .2s,transform .2s; }
.arrow-button:hover { background: var(--ink); color: #fff; transform: scale(1.08); }
.open-command { position: absolute; z-index: 8; right: 5.5%; bottom: calc(var(--record-h) + 18px); width: 180px; padding: 10px 0 8px; display: grid; grid-template-columns: 1fr auto; text-align: left; border: 0; border-top: 2px solid var(--ink); background: transparent; cursor: none; }
.open-command span { grid-column: 1; font-size: 14px; font-weight: 800; }.open-command b { grid-column: 1; font-size: 11px; }.open-command i { grid-column: 2; grid-row: 1 / 3; align-self: center; font-size: 24px; font-style: normal; transition: transform .2s; }.open-command:hover i { transform: translate(5px,-5px); }
.project-rail { position: absolute; z-index: 8; right: 19px; top: 70px; bottom: calc(var(--record-h) + 110px); width: 6px; display: flex; flex-direction: column; justify-content: center; gap: 3px; }
.project-rail button { width: 6px; flex: 1; max-height: 13px; min-height: 4px; padding: 0; border: 0; background: rgba(9,9,9,.24); cursor: pointer; transition: flex .3s,background .3s; }
.project-rail button.filtered-out { display: none; }
.project-rail button.active { flex: 3; max-height: 32px; background: var(--accent); }
.stage-note { position: absolute; z-index: 8; right: 31px; top: 16px; margin: 0; font-size: 11px; font-weight: 800; writing-mode: vertical-rl; }

.cursor { position: fixed; z-index: 700; left: 0; top: 0; width: 76px; height: 76px; display: grid; place-items: center; pointer-events: none; opacity: 0; transform: translate(-50%,-50%) scale(.5); transition: opacity .18s,transform .25s cubic-bezier(.2,.8,.2,1); }
.cursor::before { content: ""; position: absolute; inset: 0; border: 1px solid #fff; border-radius: 50%; mix-blend-mode: difference; }
.cursor i { width: 5px; height: 5px; border-radius: 50%; background: var(--accent); }
.cursor span { position: absolute; padding: 5px 8px; background: var(--accent); color: #fff; font-size: 11px; font-weight: 800; opacity: 0; }
.cursor.visible { opacity: 1; transform: translate(-50%,-50%) scale(1); }.cursor.visible span { opacity: 1; }.cursor.visible i { opacity: 0; }

.overlay-view { position: fixed; z-index: 100; inset: 0; visibility: hidden; background: var(--ink); color: #fff; clip-path: inset(0 0 100%); transition: clip-path .72s cubic-bezier(.76,0,.2,1),visibility .72s; }
.overlay-view.open { visibility: visible; clip-path: inset(0); }
.overlay-header { height: var(--header-h); padding: 0 var(--pad); display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(255,255,255,.22); }
.overlay-header p { margin: 0; font-size: 12px; font-weight: 800; }.overlay-header p span { margin-right: 22px; color: var(--mint); }
.overlay-actions { display: flex; align-items: center; gap: 10px; }
.overlay-contact { min-height: 42px; padding: 0 14px; border: 1px solid currentColor; background: transparent; color: inherit; font-size: 11px; font-weight: 800; cursor: pointer; transition: background .2s,color .2s; }
.overlay-contact:hover { background: currentColor; color: var(--ink); }
.close-overlay,.close-project { width: 42px; height: 42px; padding: 0; border: 1px solid currentColor; border-radius: 50%; background: transparent; color: inherit; font-size: 27px; line-height: 1; cursor: pointer; transition: transform .25s,background .2s,color .2s; }
.close-overlay:hover,.close-project:hover { background: currentColor; color: var(--ink); transform: rotate(90deg); }
.index-layout { height: calc(100% - var(--header-h)); display: grid; grid-template-columns: 58% 42%; }
.index-list-wrap { overflow-y: auto; padding: 56px var(--pad) 90px; scrollbar-width: thin; }
.index-intro { display: grid; grid-template-columns: 70px 1fr; gap: 28px; padding-bottom: 65px; }
.index-intro > span { color: var(--mint); font-size: 12px; font-weight: 800; }
.index-intro h2 { margin: 0; font-size: 48px; line-height: 1.05; }
.index-intro p { grid-column: 2; margin: 0; color: #aaa; font-size: 13px; line-height: 1.5; }
.index-filters { position: sticky; z-index: 3; top: -56px; padding: 14px 0; display: flex; gap: 7px; overflow-x: auto; border-top: 1px solid rgba(255,255,255,.2); border-bottom: 1px solid rgba(255,255,255,.2); background: var(--ink); scrollbar-width: none; }
.index-filters button { flex: 0 0 auto; min-height: 36px; padding: 8px 12px; border: 1px solid #666; background: transparent; color: #ccc; font-size: 11px; cursor: pointer; }
.index-filters button.active,.index-filters button:hover { border-color: var(--mint); background: var(--mint); color: #000; }
.index-list { border-top: 1px solid rgba(255,255,255,.25); }
.index-row { width: 100%; min-height: 64px; padding: 15px 0; display: grid; grid-template-columns: 40px 1fr 120px 34px; gap: 12px; align-items: center; border: 0; border-bottom: 1px solid rgba(255,255,255,.24); background: transparent; color: #fff; text-align: left; cursor: pointer; transition: padding .25s,background .2s,color .2s; }
.index-row:hover,.index-row:focus-visible { padding-left: 12px; padding-right: 12px; background: var(--mint); color: #000; outline: 0; }
.index-row.hidden { display: none; }
.index-row > span { font-size: 11px; }.index-row h3 { margin: 0; min-width: 0; font-size: 19px; line-height: 1.2; }.index-row h3 small { display: block; overflow: hidden; margin-top: 5px; color: #aaa; font-size: 12px; text-overflow: ellipsis; white-space: nowrap; }.index-row:hover h3 small { color: #1b1b1b; }.index-row > small { overflow: hidden; color: #aaa; font-size: 11px; text-overflow: ellipsis; white-space: nowrap; }.index-row i { font-style: normal; font-size: 18px; }
.index-preview { position: relative; min-width: 0; overflow: hidden; background: #181818; }
.index-preview img { width: 100%; height: 100%; object-fit: cover; opacity: .84; transform: scale(1.04); transition: opacity .3s,transform .8s cubic-bezier(.2,.8,.2,1); pointer-events: none; }
.index-preview.flash img { opacity: .3; transform: scale(1.1); }
.index-preview-mask { position: absolute; inset: 0; background: rgba(0,0,0,.2); }
.index-preview > span { position: absolute; left: 20px; top: 18px; color: var(--mint); font-size: 130px; font-weight: 900; line-height: .8; }
.index-preview > p { position: absolute; left: 22px; right: 22px; bottom: 24px; margin: 0; }.index-preview > p b { display: block; font-size: 30px; line-height: 1.05; }.index-preview > p small { display: block; margin-top: 8px; font-size: 12px; }
.index-preview > i { position: absolute; right: 10px; bottom: 8px; padding: 5px 7px; background: rgba(0,0,0,.68); font-size: 9px; font-style: normal; }

.profile-view { background: var(--paper); color: var(--ink); clip-path: inset(100% 0 0); }
.profile-view.open { clip-path: inset(0); }
.overlay-header.light { border-color: var(--line); }.overlay-header.light p span { color: var(--orange); }
.profile-layout { height: calc(100% - var(--header-h)); display: grid; grid-template-columns: 43% 57%; overflow: hidden; }
.profile-visual { position: relative; overflow: hidden; background: center / cover no-repeat; }
.profile-visual::after { content: ""; position: absolute; inset: 0; background: rgba(35,70,255,.28); mix-blend-mode: multiply; }
.profile-visual > span { position: absolute; z-index: 2; left: 20px; bottom: 8px; font-size: 170px; font-weight: 900; line-height: .75; }.profile-visual > p { position: absolute; z-index: 2; right: 18px; bottom: 14px; margin: 0; font-size: 12px; font-weight: 800; text-align: right; }
.profile-content { padding: 50px 6vw 70px; overflow-y: auto; }
.profile-kicker { margin: 0 0 55px; color: var(--orange); font-size: 11px; font-weight: 800; }
.profile-content h2 { margin: 0; font-size: 63px; line-height: .98; }.profile-content h2 em { color: var(--blue); font-style: normal; }
.profile-statement { margin: 30px 0 60px; max-width: 560px; font-size: 16px; font-weight: 800; line-height: 1.4; }
.profile-bio { display: grid; grid-template-columns: 1fr 1fr; gap: 35px; padding-top: 18px; border-top: 1px solid var(--ink); }.profile-bio p { margin: 0; font-size: 16px; line-height: 1.65; }.profile-bio p + p { color: #5f5f59; }
.profile-scope { margin-top: 50px; display: flex; flex-wrap: wrap; gap: 7px; }.profile-scope span { padding: 9px 11px; border: 1px solid var(--ink); font-size: 11px; font-weight: 800; }
.contact-block { margin-top: 60px; display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }
.contact-block a,.contact-block button { min-width: 0; min-height: 68px; padding: 17px 0; display: grid; grid-template-columns: 1fr auto; border: 0; background: transparent; text-align: left; cursor: pointer; }.contact-block button { padding-left: 20px; border-left: 1px solid var(--ink); }.contact-block span { font-size: 11px; }.contact-block b { grid-column: 1; margin-top: 8px; overflow-wrap: anywhere; font-size: 18px; }.contact-block i { grid-column: 2; grid-row: 1 / 3; align-self: center; font-size: 22px; font-style: normal; }.contact-block small { grid-column: 2; grid-row: 2; align-self: end; font-size: 11px; }

.project-view { position: fixed; z-index: 150; inset: 0; visibility: hidden; overflow-y: auto; background: var(--paper); color: var(--ink); clip-path: circle(0 at 82% 76%); transition: clip-path .9s cubic-bezier(.76,0,.2,1),visibility .9s; }
.project-view.open { visibility: visible; clip-path: circle(150% at 82% 76%); }
.project-header { position: fixed; z-index: 10; left: 0; right: 0; top: 0; height: var(--header-h); padding: 0 var(--pad); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; border-bottom: 1px solid rgba(255,255,255,.3); background: rgba(9,9,9,.66); color: #fff; backdrop-filter: blur(10px); }.project-header > p { margin: 0; font-size: 12px; font-weight: 800; }.project-header .close-project { justify-self: end; }
.detail-hero { position: relative; height: 100svh; min-height: 650px; overflow: hidden; color: #fff; background: #111; }
.detail-hero > img { width: 100%; height: 100%; object-fit: cover; pointer-events: none; animation: detail-image-in 1.2s both; }
@keyframes detail-image-in { from { transform: scale(1.12); filter: grayscale(1); } to { transform: scale(1); filter: grayscale(0); } }
.detail-hero::after { content: ""; position: absolute; inset: 0; background: rgba(0,0,0,.28); }
.detail-hero-index { position: absolute; z-index: 2; left: var(--pad); top: 110px; color: var(--accent); font-size: 150px; font-weight: 900; line-height: .75; }
.detail-hero-title { position: absolute; z-index: 3; left: var(--pad); right: var(--pad); bottom: 34px; display: grid; grid-template-columns: 1fr 240px; gap: 30px; align-items: end; }
.detail-hero-title h1 { margin: 0; max-width: 1100px; font-size: 72px; line-height: .93; }.detail-hero-title h1 small { display: block; margin-top: 12px; color: var(--accent); font-size: 16px; }.detail-hero-title p { margin: 0; font-size: 12px; font-weight: 800; line-height: 1.55; text-align: right; }
.detail-watermark { position: absolute; z-index: 3; right: 10px; bottom: 8px; padding: 5px 7px; background: rgba(0,0,0,.68); font-size: 9px; }
.detail-story { padding: 100px var(--pad); display: grid; grid-template-columns: 1.1fr .9fr; gap: 10vw; }
.detail-summary p { margin: 0; font-size: 34px; line-height: 1.4; }.detail-summary p + p { margin-top: 24px; color: #5f5f59; font-size: 17px; line-height: 1.55; }
.detail-facts { align-content: start; display: grid; grid-template-columns: 1fr 1fr; gap: 28px 18px; }.detail-facts div { padding-top: 10px; border-top: 1px solid var(--line); }.detail-facts span { display: block; color: #5f5f59; font-size: 11px; }.detail-facts b { display: block; margin-top: 7px; font-size: 14px; line-height: 1.45; }
.detail-highlights { padding: 0 var(--pad) 90px; display: grid; grid-template-columns: 1fr 1fr; gap: 1px; }.detail-highlights article { min-height: 210px; padding: 24px; border: 1px solid var(--line); }.detail-highlights span { color: var(--orange); font-size: 11px; font-weight: 800; }.detail-highlights p { margin: 54px 0 0; font-size: 18px; line-height: 1.5; }.detail-highlights p + p { margin-top: 8px; color: #777; font-size: 14px; }
.film-section { padding: 34px 0 72px; overflow: hidden; background: var(--ink); color: #fff; }
.film-heading { padding: 0 var(--pad) 30px; display: flex; justify-content: space-between; align-items: flex-end; }.film-heading h2 { margin: 0; font-size: 43px; }.film-heading h2 small { display: block; color: var(--mint); font-size: 12px; }.film-heading p { margin: 0; color: #bbb; font-size: 11px; }
.film-strip { display: grid; grid-template-columns: repeat(12,minmax(0,1fr)); gap: 18px; overflow: visible; padding: 0 var(--pad) 20px; }
.film-item { position: relative; grid-column: span 6; min-width: 0; height: auto; min-height: 0; overflow: hidden; border: 0; background: #191919; }
.film-item:nth-child(5n + 1) { grid-column: 1 / -1; }
button.film-item { padding: 0; cursor: zoom-in; }.film-item img { width: 100%; height: auto; object-fit: contain; pointer-events: none; }.film-item video { width: 100%; height: auto; aspect-ratio: 16 / 9; object-fit: contain; pointer-events: auto; background: #000; }.film-item > span { position: absolute; right: 8px; bottom: 8px; padding: 5px 7px; background: rgba(0,0,0,.68); font-size: 9px; }
.film-count { padding: 16px var(--pad) 0; display: flex; justify-content: space-between; color: #aaa; font-size: 11px; }
.next-case { padding: 70px var(--pad); display: grid; grid-template-columns: auto 1fr auto; gap: 30px; align-items: center; background: var(--accent); color: #fff; }.next-case > span { font-size: 11px; }.next-case strong { font-size: 52px; line-height: 1; }.next-case strong small { display: block; margin-top: 8px; font-size: 13px; opacity: .82; }.next-case i { font-size: 38px; font-style: normal; }

.lightbox { width: 100vw; height: 100vh; max-width: none; max-height: none; padding: 0; border: 0; background: rgba(5,5,5,.98); color: #fff; touch-action: none; }.lightbox::backdrop { background: #000; }.lightbox figure { position: relative; width: 100%; height: 100%; margin: 0; padding: 54px 74px 35px; display: flex; flex-direction: column; align-items: center; justify-content: center; }.lightbox img { max-height: calc(100vh - 105px); object-fit: contain; transform: rotate(var(--lightbox-rotation,0deg)); transition: transform .24s ease,max-width .24s ease,max-height .24s ease; }.lightbox.rotated img { max-width: calc(100vh - 150px); max-height: calc(100vw - 96px); }.lightbox figure > span { position: absolute; right: 80px; bottom: 48px; padding: 5px 7px; background: rgba(0,0,0,.68); font-size: 9px; }.lightbox figcaption { min-height: 22px; padding-top: 8px; color: #bbb; font-size: 11px; }.lightbox button { position: fixed; z-index: 4; border: 0; background: transparent; color: #fff; cursor: pointer; }.lightbox-close { top: 14px; right: 20px; font-size: 34px; }.lightbox-rotate { top: 17px; right: 68px; width: 44px; height: 44px; border: 1px solid rgba(255,255,255,.36) !important; border-radius: 50%; background: rgba(255,255,255,.08) !important; font-size: 22px; line-height: 1; }.lightbox-rotate:hover { background: #fff !important; color: #000; }.lightbox-prev,.lightbox-next { top: 50%; width: 54px; height: 54px; font-size: 24px; transform: translateY(-50%); }.lightbox-prev { left: 8px; }.lightbox-next { right: 8px; }
.site-record { position: fixed; z-index: 95; left: 0; right: 0; bottom: 0; height: var(--record-h); padding: 0 var(--pad); display: flex; justify-content: flex-end; align-items: center; border-top: 1px solid rgba(9,9,9,.13); background: rgba(241,240,234,.9); color: rgba(9,9,9,.56); font-size: 12px; line-height: 1; backdrop-filter: blur(10px); }
.site-record a { min-height: 100%; display: inline-flex; align-items: center; gap: 6px; transition: color .2s; }
.site-record a:hover { color: var(--ink); }
.site-record img { width: 14px; height: 14px; flex: 0 0 auto; opacity: .72; }
.project-view.open ~ .site-record,.overlay-view.open ~ .site-record,.lightbox[open] ~ .site-record { border-top-color: rgba(255,255,255,.16); background: rgba(9,9,9,.72); color: rgba(255,255,255,.58); }
.toast { position: fixed; z-index: 800; left: 50%; bottom: 22px; padding: 11px 15px; background: var(--orange); color: #fff; font-size: 11px; font-weight: 800; opacity: 0; pointer-events: none; transform: translate(-50%,20px); transition: .25s; }.toast.show { opacity: 1; transform: translate(-50%,0); }

@media (max-width: 1100px) {
  .stage-number span { font-size: 240px; }.stage-title h1 { font-size: 64px; }.stage-title p { font-size: 30px; }.image-stage { left: 28%; width: 55%; }.profile-content h2 { font-size: 52px; }.detail-hero-title h1 { font-size: 58px; }
}

@media (max-width: 760px) {
  :root { --header-h: 62px; --pad: 20px; --record-h: 28px; }
  .noise { opacity: .025; }.cursor { display: none; }
  .preloader-mark { font-size: 76px; }.preloader > p { left: 20px; top: 43%; font-size: 22px; }.preloader-count b { font-size: 92px; }
  .site-header { grid-template-columns: 1fr auto; }.identity strong { font-size: 26px; }.identity span,.site-header .role,.site-header nav { display: none; }
  .menu-trigger { width: 44px; height: 44px; padding: 0; display: block; border: 0; background: transparent; }.menu-trigger i { display: block; width: 24px; height: 1px; margin: 6px auto; background: var(--ink); }.menu-trigger i + i { width: 15px; margin-right: 10px; }
  .stage-grid { background-size: 25% 100%,100% 16.666%; }
  .category-dock { left: 20px; right: 20px; top: 6px; height: 88px; display: block; }
  .category-dock > p { display: none; }
  #stage-categories { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); }
  #stage-categories button { min-width: 0; width: 100%; height: 44px; padding: 0 8px; gap: 5px; border-right: 0; border-bottom: 0; }
  #stage-categories button:nth-child(3n) { border-right: 1px solid rgba(9,9,9,.35); }
  #stage-categories button:nth-last-child(-n + 3) { border-bottom: 1px solid rgba(9,9,9,.35); }
  #stage-categories button span { font-size: 12px; }
  #stage-categories button small { font-size: 11px; }
  #stage-categories button b { font-size: 11px; }
  .stage-number { left: 12px; top: 14%; transform: none; }.stage-number span { font-size: 112px; line-height: .75; opacity: .88; }
  .image-stage { left: 20px; right: 20px; top: 15%; width: auto; height: 35%; box-shadow: 8px 9px 0 var(--accent); cursor: pointer; }
  .stage-title { left: 20px; right: 20px; top: 52%; width: auto; padding: 10px 0; mix-blend-mode: normal; color: var(--ink); background: rgba(241,240,234,.98); }.stage-title p { margin-bottom: 6px; font-size: 27px; }.stage-title h1 { overflow: visible; white-space: normal; font-size: 36px; line-height: .94; }
  .stage-title.compact h1 { font-size: 29px; }
  .stage-bottom { position: absolute; z-index: 8; left: 20px; right: 20px; bottom: calc(var(--record-h) + 26px); display: grid; grid-template-columns: .78fr 1.3fr 1.12fr; grid-template-rows: auto auto; column-gap: 14px; }
  .stage-meta { position: static; grid-column: 1 / 3; grid-row: 1; width: auto; display: grid; grid-template-columns: .78fr 1.3fr; gap: 14px; }.stage-meta div { min-height: 57px; padding-top: 8px; }.stage-meta div:nth-child(3) { display: none; }.stage-meta span { font-size: 11px; white-space: nowrap; }.stage-meta b { margin-top: 7px; font-size: 11px; }
  .open-command { position: static; grid-column: 3; grid-row: 1; width: auto; min-height: 57px; padding: 8px 0; align-self: stretch; border-top-width: 1px; }.open-command span { font-size: 12px; }.open-command b { margin-top: 7px; font-size: 11px; }.open-command i { font-size: 20px; }
  .stage-command { position: static; grid-column: 1 / -1; grid-row: 2; margin-top: 14px; justify-content: center; gap: 15px; transform: none; }.stage-command p { min-width: 140px; }.arrow-button { width: 44px; height: 44px; }
  .project-rail { left: 20px; right: 20px; top: auto; bottom: calc(var(--record-h) + 8px); width: auto; height: 3px; flex-direction: row; gap: 2px; }.project-rail button { width: auto; height: 3px; min-height: 3px; max-height: none; flex: 1; }.project-rail button.active { flex: 3; max-height: none; }.stage-note { display: none; }

  .overlay-header { gap: 12px; }.overlay-header p { min-width: 0; }.overlay-header p span { display: block; margin: 0 0 3px; }.overlay-actions { flex: 0 0 auto; gap: 8px; }.overlay-contact { min-height: 40px; padding: 0 11px; font-size: 10px; }
  .index-layout { display: block; }.index-list-wrap { height: 100%; padding: 30px 20px 70px; }.index-preview { display: none; }
  .index-intro { grid-template-columns: 42px 1fr; gap: 12px; padding-bottom: 30px; }.index-intro h2 { font-size: 31px; }.index-intro p { font-size: 12px; }.index-filters { top: -30px; margin: 0 -20px; padding: 12px 20px; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 7px; overflow: visible; }.index-filters button { width: 100%; min-height: 42px; padding: 8px 9px; font-size: 10px; white-space: normal; line-height: 1.15; }
  .index-row { grid-template-columns: 32px 1fr 44px; padding: 14px 0; }.index-row h3 { font-size: 17px; }.index-row > small { display: none; }
  .profile-layout { display: block; overflow-y: auto; }.profile-visual { height: 38vh; min-height: 280px; }.profile-visual > span { font-size: 110px; }.profile-content { padding: 45px 20px 70px; overflow: visible; }.profile-kicker { margin-bottom: 38px; }.profile-content h2 { font-size: 42px; }.profile-statement { margin: 24px 0 46px; font-size: 15px; }.profile-bio { grid-template-columns: 1fr; gap: 18px; }.profile-bio p { font-size: 16px; }.contact-block { grid-template-columns: 1fr; }.contact-block button { padding-left: 0; border-left: 0; border-top: 1px solid var(--ink); }

  .project-header { grid-template-columns: 1fr auto; }.project-header > p { display: none; }.detail-hero { height: 84svh; min-height: 620px; }.detail-hero-index { left: 20px; top: 95px; font-size: 100px; }.detail-hero-title { left: 20px; right: 20px; bottom: 30px; grid-template-columns: 1fr; gap: 17px; }.detail-hero-title h1 { font-size: 40px; }.detail-hero-title h1 small { font-size: 14px; }.detail-hero-title p { font-size: 11px; text-align: left; }
  .detail-story { padding: 70px 20px; grid-template-columns: 1fr; gap: 55px; }.detail-summary p { font-size: 25px; }.detail-summary p + p { font-size: 16px; }.detail-facts { gap: 22px 12px; }.detail-highlights { padding: 0 20px 70px; grid-template-columns: 1fr; }.detail-highlights article { min-height: 170px; }.detail-highlights p { margin-top: 38px; }
  .film-heading { padding: 0 20px 20px; }.film-heading h2 { font-size: 33px; }.film-heading p { display: none; }.film-strip { display: grid; grid-template-columns: 1fr; gap: 12px; overflow: visible; padding: 0 20px; }.film-item,.film-item:nth-child(5n + 1) { grid-column: 1; width: 100%; height: auto; min-height: 0; aspect-ratio: auto; }.film-item img,.film-item video { object-fit: contain; }.film-count { padding: 16px 20px 0; }
  .next-case { padding: 52px 20px; grid-template-columns: 1fr auto; gap: 12px; }.next-case > span { grid-column: 1 / -1; }.next-case strong { font-size: 30px; }
  .lightbox figure { padding: 54px 8px 45px; }.lightbox img { max-width: calc(100vw - 16px); max-height: calc(100vh - 132px); }.lightbox.rotated img { max-width: calc(100vh - 150px); max-height: calc(100vw - 44px); }.lightbox-close { top: 8px; right: 12px; width: 44px; height: 44px; }.lightbox-rotate { top: 10px; right: 62px; width: 44px; height: 44px; }.lightbox-prev,.lightbox-next { top: auto; bottom: 3px; width: 52px; height: 52px; border: 1px solid rgba(255,255,255,.25) !important; border-radius: 50%; background: rgba(255,255,255,.06) !important; }.lightbox-prev { left: calc(50% - 66px); }.lightbox-next { right: calc(50% - 66px); }.lightbox figure > span { right: 12px; bottom: 55px; }
  .site-record { left: 0; right: 0; bottom: 0; height: var(--record-h); padding: 0 20px; justify-content: center; font-size: 11px; transform: none; }
  .site-record a { min-height: 100%; padding: 0; white-space: nowrap; }
  .site-record img { width: 13px; height: 13px; }
}

@media (max-width: 390px) {
  .stage-title p { font-size: 24px; }.stage-title h1 { font-size: 33px; }.stage-title.compact h1 { font-size: 27px; }.stage-meta { grid-template-columns: .78fr 1.3fr; }.open-command { width: auto; }.profile-content h2 { font-size: 38px; }.detail-hero-title h1 { font-size: 36px; }
}

@media (max-height: 720px) and (min-width: 761px) {
  .image-stage { top: 9%; height: 46%; }.stage-title { top: 57%; }.stage-title h1 { font-size: 50px; }.stage-title.compact h1 { font-size: 38px; }.stage-title p { font-size: 26px; }
}

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

@media print {
  body > * { display: none !important; }.print-notice { position: fixed; inset: 0; display: flex !important; align-items: center; justify-content: center; padding: 40px; background: #fff; color: #000; text-align: center; font-size: 22px; }
}
