:root {
  color-scheme: dark;
  --black: #101010;
  --white: #f0f0ed;
  --gray: #8c8c87;
  --line: rgba(240, 240, 237, 0.2);
  --page-x: clamp(20px, 3.2vw, 52px);
}

* { box-sizing: border-box; }
html { background: var(--black); scroll-behavior: smooth; }
body {
  min-width: 320px;
  margin: 0;
  overflow-x: hidden;
  background: var(--black);
  color: var(--white);
  font-family: "Geist Variable", "PingFang SC", sans-serif;
}
a { color: inherit; text-decoration: none; }
.skip-link {
  position: fixed;
  top: 14px;
  left: 14px;
  z-index: 50;
  padding: 10px 14px;
  background: var(--white);
  color: var(--black);
  font-size: 11px;
  transform: translateY(-150%);
}
.skip-link:focus { transform: translateY(0); }
.site-nav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  display: flex;
  width: 100%;
  height: 74px;
  align-items: center;
  justify-content: space-between;
  padding: 0 var(--page-x);
  mix-blend-mode: difference;
  transition: opacity 320ms ease, transform 320ms ease;
}
.wordmark, .site-nav nav { display: flex; align-items: center; }
.wordmark { gap: 10px; font-size: 13px; font-weight: 580; letter-spacing: .08em; }
.wordmark-dot { width: 9px; height: 9px; border: 1px solid currentColor; border-radius: 50%; }
.site-nav nav { gap: 30px; font-size: 10px; letter-spacing: .18em; }
.site-nav a { transition: opacity 240ms ease; }
.site-nav a:hover, .site-nav a:focus-visible { opacity: .56; }

.film-story { position: relative; height: 360vh; }
.film-stage {
  position: sticky;
  top: 0;
  height: 100dvh;
  min-height: 620px;
  overflow: hidden;
  isolation: isolate;
  background: var(--black);
}
.film-stage::before {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgba(10,10,10,.7) 0%, rgba(10,10,10,.28) 48%, rgba(10,10,10,.48) 100%);
  content: "";
  pointer-events: none;
}
.film-stage::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 6;
  height: 42px;
  background: var(--white);
  content: "";
  pointer-events: none;
}
.hero-background {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  filter: saturate(.76) contrast(1.06) brightness(.78);
}
.film-grid {
  position: absolute;
  inset: 0;
  z-index: 2;
  opacity: .22;
  background-image: linear-gradient(to right, transparent calc(33.333% - .5px), var(--line) 33.333%, transparent calc(33.333% + .5px)), linear-gradient(to right, transparent calc(66.666% - .5px), var(--line) 66.666%, transparent calc(66.666% + .5px)), linear-gradient(to bottom, transparent calc(50% - .5px), var(--line) 50%, transparent calc(50% + .5px));
  pointer-events: none;
}
.film-noise {
  position: absolute;
  inset: 0;
  z-index: 9;
  opacity: .1;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180' viewBox='0 0 180 180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.88' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.7'/%3E%3C/svg%3E");
  mix-blend-mode: screen;
  pointer-events: none;
}
.film-copy { position: absolute; inset: 0; z-index: 5; padding: 17vh var(--page-x) 0; pointer-events: none; }
.film-kicker, .film-subtitle, .film-meta, .video-status { font-size: 11px; letter-spacing: .14em; }
.film-kicker { margin: 0 0 21px; color: var(--gray); }
.film-copy h1 { margin: 0; max-width: 13ch; font-size: clamp(52px, 6.3vw, 96px); font-weight: 560; letter-spacing: -.05em; line-height: .92; }
.title-line { display: block; overflow: hidden; }
.title-line span, .title-line em { display: inline-block; font-style: normal; }
.title-line-b { margin-left: clamp(30px, 12vw, 190px); }
.title-line-b em { font-weight: 300; }
.film-subtitle { max-width: 31ch; margin: 34px 0 0 clamp(30px, 12vw, 190px); color: #c6c6c1; font-size: clamp(12px, 1.2vw, 16px); letter-spacing: .02em; line-height: 1.6; }

.film-media { position: absolute; top: 19%; right: 9%; z-index: 3; width: min(39vw, 540px); height: min(61vh, 640px); perspective: 1200px; transform: translate3d(calc(var(--pointer-x, 0) * 12px), calc(var(--pointer-y, 0) * 10px), 0); transition: transform 500ms cubic-bezier(.16,1,.3,1); }
.story-frame, .hero-video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.story-frame { overflow: hidden; border: 1px solid rgba(240,240,237,.48); background: #252525; transform-style: preserve-3d; filter: grayscale(1) contrast(1.08); }
.story-frame img { display: block; width: 100%; height: 100%; object-fit: cover; }
.story-frame span { position: absolute; right: 14px; bottom: 12px; color: #fff; font-size: 9px; letter-spacing: .18em; mix-blend-mode: difference; }
.story-frame-a { transform: translate3d(-12%, 8%, -110px) rotate(-6deg); opacity: .36; }
.story-frame-b { transform: translate3d(0,0,0) rotate(2deg); opacity: .92; }
.story-frame-c { transform: translate3d(11%, -6%, 90px) rotate(7deg); opacity: .45; }
.hero-video { z-index: 4; display: none; background: #202020; filter: contrast(1.08); }
.has-video .hero-video { display: block; }
.has-video .story-frame { opacity: 0; }
.has-video .film-media { top: 0; right: 0; width: 100%; height: 100%; }
.has-video .hero-video {
  object-position: center center;
  filter: saturate(.72) contrast(1.05) brightness(.62);
}
.video-status { position: absolute; right: 12px; top: -24px; z-index: 5; color: var(--gray); font-size: 8px; }
.has-video .video-status { color: var(--white); }
.evidence-copy { position: absolute; top: 43%; right: var(--page-x); left: 66.666%; z-index: 11; min-height: clamp(138px, 15vw, 238px); pointer-events: none; }
.evidence-item { position: absolute; inset: 0; display: grid; align-content: start; justify-items: start; gap: 10px; opacity: 0; visibility: hidden; transform: translate3d(0, 28px, 0); clip-path: inset(0 0 100% 0); color: inherit; text-decoration: none; }
.evidence-item.is-active { opacity: 1; visibility: visible; transform: translate3d(0, 0, 0); clip-path: inset(0 0 0 0); }
.evidence-item.is-active { pointer-events: auto; cursor: pointer; }
.evidence-index { color: var(--gray); font-size: 11px; letter-spacing: .14em; }
.evidence-item strong { max-width: 100%; font-size: clamp(42px, 4.8vw, 82px); font-weight: 520; letter-spacing: -.06em; line-height: .94; white-space: nowrap; }
.evidence-item small { color: #c3c3be; font-size: 20px; line-height: 1.45; }

.film-meta { position: absolute; bottom: 33px; z-index: 10; display: flex; gap: 28px; color: var(--gray); font-size: 9px; }
.film-meta-left { left: var(--page-x); }
.film-meta-right { right: var(--page-x); }
.scroll-counter { min-width: 24px; color: var(--white); text-align: right; font-variant-numeric: tabular-nums; }
.film-cta { position: absolute; right: var(--page-x); bottom: 92px; z-index: 10; display: flex; align-items: center; gap: 16px; padding-bottom: 7px; border-bottom: 1px solid var(--white); font-size: 10px; letter-spacing: .15em; }
.film-cta i { font-size: 18px; font-style: normal; transition: transform 320ms ease; }
.film-cta:hover i, .film-cta:focus-visible i { transform: translate(4px, 4px); }
.film-progress { position: absolute; right: var(--page-x); bottom: 18px; left: var(--page-x); height: 1px; z-index: 10; background: rgba(240,240,237,.25); }
.film-progress i { display: block; width: 100%; height: 100%; background: var(--white); transform: scaleX(0); transform-origin: left; }
.diagonal-transition {
  position: absolute;
  right: -2%;
  bottom: -1px;
  left: -2%;
  z-index: 7;
  height: clamp(112px, 15vh, 188px);
  background: var(--white);
  clip-path: polygon(0 62%, 100% 0, 100% 100%, 0 100%);
  pointer-events: none;
  will-change: transform;
}

.work-gallery {
  position: relative;
  min-height: 100dvh;
  overflow: clip;
  background: var(--white);
  color: var(--black);
}
.work-gallery-shell {
  position: relative;
  height: 100dvh;
  min-height: 680px;
  overflow: hidden;
  padding: 44px var(--page-x) 38px;
  background: var(--white);
}
.gallery-header {
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 17px;
  border-bottom: 1px solid rgba(16,16,16,.2);
}
.gallery-header p {
  margin: 0;
  font-size: 10px;
  font-weight: 560;
  letter-spacing: .16em;
}
.gallery-header p:last-child { color: #6d6d68; }
.gallery-layout {
  display: grid;
  grid-template-columns: minmax(220px, 21vw) minmax(0, 1fr) minmax(168px, 13.5vw);
  gap: clamp(26px, 3.2vw, 58px);
  align-items: center;
  height: calc(100% - 38px);
  max-width: 1920px;
  margin: 0 auto;
}
.project-copy-column,
.project-card-stack {
  position: relative;
  height: min(64vh, 670px);
}
.project-copy {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  will-change: transform, opacity;
}
.project-copy.is-active { opacity: 1; visibility: visible; }
.project-copy-index,
.project-copy-type,
.project-status {
  margin: 0;
  color: #6d6d68;
  font-size: 10px;
  letter-spacing: .15em;
}
.project-copy h3 {
  max-width: none;
  margin: 20px 0 0;
  font-size: clamp(34px, 3.2vw, 52px);
  font-weight: 530;
  letter-spacing: -.065em;
  line-height: .84;
  white-space: nowrap;
}
.project-copy h3 span {
  display: block;
  margin-top: 8px;
  font-size: .33em;
  letter-spacing: -.02em;
  line-height: 1;
}
.project-copy h3.project-copy-title-sm {
  font-size: clamp(24px, 2.2vw, 38px);
}
.project-copy-type {
  margin-top: 24px;
  color: #242422;
  line-height: 1.5;
}
.project-copy ul {
  display: grid;
  gap: 10px;
  margin: 29px 0 34px;
  padding: 0;
  color: #3f3f3b;
  font-size: clamp(15px, 1.05vw, 18px);
  font-weight: 520;
  letter-spacing: -.015em;
  line-height: 1.4;
  list-style: none;
}
.project-copy li::before { content: "• "; color: #9a9a94; }
.project-status {
  width: fit-content;
  padding: 0 0 8px;
  border-bottom: 1px solid #a5a5a0;
  color: #242422;
}
.project-card-stack { perspective: 1400px; }
.project-card {
  position: absolute;
  top: 50%;
  right: 4%;
  left: 4%;
  z-index: calc(var(--card-index) + 1);
  display: block;
  overflow: hidden;
  border-radius: 7px;
  background: #e5e4df;
  box-shadow: 0 22px 55px rgba(16,16,16,.1);
  transform: translate3d(0, calc(-50% + (var(--card-index) * 100vh)), 0);
  transform-origin: center top;
  will-change: transform, opacity;
}
.project-card-media {
  position: relative;
  overflow: hidden;
  aspect-ratio: 3752 / 2520;
  background: #d8d6cf;
  isolation: isolate;
}
.project-media-placeholder,
.project-card-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.project-media-placeholder {
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 15px;
  background:
    linear-gradient(135deg, transparent 0 49.92%, rgba(16,16,16,.09) 50%, transparent 50.08%),
    #d8d6cf;
  color: #292927;
}
.project-media-placeholder span {
  max-width: 12ch;
  font-size: clamp(32px, 4vw, 56px);
  font-weight: 520;
  letter-spacing: -.06em;
  line-height: .9;
  text-align: center;
}
.project-media-placeholder small {
  color: #696963;
  font-size: 10px;
  letter-spacing: .14em;
}
.project-card-media img {
  z-index: 2;
  display: block;
  object-fit: cover;
}
.project-card-media img[hidden] { display: none; }
.project-card-media img { transition: transform 650ms cubic-bezier(.16,1,.3,1), filter 650ms cubic-bezier(.16,1,.3,1); }
.project-card[href] { cursor: pointer; }
.project-card[href]::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 4;
  pointer-events: none;
  background: linear-gradient(180deg, transparent 54%, rgba(14,14,14,.38));
  opacity: 0;
  transition: opacity 420ms cubic-bezier(.16,1,.3,1);
}
.project-card[href]::after {
  content: "查看项目 ↗";
  position: absolute;
  right: 18px;
  bottom: 18px;
  z-index: 5;
  padding: 11px 13px;
  pointer-events: none;
  border: 1px solid rgba(255,255,255,.45);
  border-radius: 3px;
  background: rgba(246,246,242,.9);
  color: #141412;
  font-size: 10px;
  font-weight: 620;
  letter-spacing: .1em;
  opacity: 0;
  transform: translateY(9px);
  transition: opacity 320ms ease, transform 420ms cubic-bezier(.16,1,.3,1);
}
.project-card[href]:hover::before,
.project-card[href]:focus-visible::before { opacity: 1; }
.project-card[href]:hover::after,
.project-card[href]:focus-visible::after { opacity: 1; transform: translateY(0); }
.project-card[href]:hover .project-card-media img,
.project-card[href]:focus-visible .project-card-media img { transform: scale(1.018); filter: saturate(1.04) contrast(1.02); }
.project-card.has-image .project-media-placeholder { opacity: 0; }
.project-card-meta {
  display: grid;
  grid-template-columns: minmax(120px, .8fr) minmax(180px, 1.25fr) minmax(92px, .6fr);
  gap: 22px;
  align-items: center;
  min-height: 48px;
  padding: 0 14px;
  background: #f7f7f4;
  color: #5f5f5a;
  font-size: 10px;
  letter-spacing: .1em;
}
.project-card-meta span:first-child { color: #101010; font-weight: 580; }
.project-card-meta span:last-child { justify-self: end; color: #101010; }
.project-card-mobile-facts { display: none; }
.gallery-aside {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  gap: 20px;
  min-width: 0;
  margin-left: clamp(-34px, -1.8vw, -14px);
  color: #666661;
}
.gallery-aside-heading {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(16,16,16,.18);
}
.gallery-aside-heading span {
  color: #171715;
  font-size: 10px;
  font-weight: 620;
  letter-spacing: .13em;
}
.gallery-aside-heading small {
  color: #777771;
  font-size: 9px;
  letter-spacing: .08em;
}
.project-capability-stack {
  position: relative;
  min-height: 250px;
}
.project-capabilities {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  will-change: transform, opacity;
}
.project-capabilities.is-active {
  opacity: 1;
  visibility: visible;
}
.project-role {
  margin: 0 0 24px;
  color: #171715;
  font-size: clamp(18px, 1.35vw, 24px);
  font-weight: 560;
  letter-spacing: -.045em;
  line-height: 1.08;
}
.project-role::before {
  display: block;
  margin-bottom: 8px;
  color: #92928b;
  font-size: 8px;
  font-weight: 560;
  letter-spacing: .12em;
  content: "PROJECT ROLE";
}
.project-capabilities ol {
  margin: 0;
  padding: 0;
  border-top: 1px solid rgba(16,16,16,.12);
  list-style: none;
}
.project-capabilities li {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr);
  gap: 8px;
  padding: 10px 0 11px;
  border-bottom: 1px solid rgba(16,16,16,.12);
  color: #31312e;
  font-size: clamp(11px, .78vw, 13px);
  font-weight: 520;
  letter-spacing: -.01em;
  line-height: 1.35;
}
.project-capabilities li span {
  color: #92928b;
  font-size: 8px;
  font-variant-numeric: tabular-nums;
  font-weight: 520;
  letter-spacing: .08em;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.exploration-gallery {
  position: relative;
  padding: 0;
  background: #121210;
  color: var(--white);
}
.exploration-stage {
  position: relative;
  height: clamp(570px, 72dvh, 760px);
  width: 100%;
  max-width: none;
  min-height: 570px;
  margin: 0;
  overflow: hidden;
  border-radius: 0;
  background:
    radial-gradient(ellipse at 50% 38%, rgba(255,255,255,.075), transparent 45%),
    #121210;
  color: var(--white);
  isolation: isolate;
  perspective: clamp(980px, 70vw, 1400px);
  perspective-origin: 50% 55%;
}
.exploration-stage::before {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(90deg, rgba(0,0,0,.34), transparent 18% 82%, rgba(0,0,0,.34));
  content: "";
  pointer-events: none;
}
.exploration-stage-heading {
  position: absolute;
  top: clamp(44px, 5.2vw, 76px);
  right: clamp(26px, 4vw, 64px);
  left: clamp(26px, 4vw, 64px);
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 17px;
  border-bottom: 1px solid rgba(255,255,255,.22);
}
.exploration-stage-heading p {
  margin: 0;
  color: var(--white);
  font-size: 10px;
  font-weight: 560;
  letter-spacing: .16em;
}
.exploration-stage-heading p:last-child { color: rgba(255,255,255,.48); }
.exploration-deck {
  position: absolute;
  inset: 0;
  z-index: 2;
  transform-style: preserve-3d;
}
.exploration-card {
  --card-left: 50%;
  --card-angle: 0deg;
  --curve-depth: 0px;
  --card-scale: 1;
  --lift: 0px;
  --push: 0px;
  --card-y-offset: 0px;
  position: absolute;
  top: 57%;
  left: var(--card-left);
  display: block;
  width: clamp(260px, 21vw, 430px);
  overflow: hidden;
  padding: 0;
  border: 1px solid rgba(240,240,237,.23);
  border-radius: 7px;
  background: #e8e8e4;
  box-shadow: 0 24px 52px rgba(0,0,0,.3);
  color: #171715;
  cursor: pointer;
  font: inherit;
  opacity: .78;
  filter: saturate(.82) brightness(.82);
  text-align: left;
  translate: -50% -50%;
  transform:
    translateZ(calc(var(--curve-depth) + var(--push)))
    rotateY(var(--card-angle))
    translateY(var(--card-y-offset))
    translateY(var(--lift))
    scale(var(--card-scale));
  transform-style: preserve-3d;
  backface-visibility: hidden;
  transition:
    transform 480ms cubic-bezier(.16,1,.3,1),
    opacity 280ms ease,
    filter 280ms ease,
    border-color 280ms ease,
    box-shadow 480ms cubic-bezier(.16,1,.3,1);
  will-change: transform;
}
.exploration-card:nth-child(1) {
  --card-left: 16%;
  --card-angle: 24deg;
  --curve-depth: 24px;
  width: clamp(235px, 19vw, 390px);
}
.exploration-card:nth-child(2) {
  --card-left: 38%;
  --card-angle: 4deg;
  --curve-depth: 12px;
}
.exploration-card:nth-child(3) {
  --card-left: 60%;
  --card-angle: -4deg;
  --curve-depth: 12px;
}
.exploration-card:nth-child(4) {
  --card-left: 85%;
  --card-angle: -4deg;
  --curve-depth: 12px;
  --card-y-offset: 0px;
  width: clamp(285px, 22vw, 450px);
}
.exploration-card:hover,
.exploration-card:focus-visible,
.exploration-card.is-active {
  --card-scale: 1.025;
  --lift: -4px;
  --push: 34px;
  z-index: 4;
  opacity: 1;
  filter: saturate(1) brightness(1);
  border-color: rgba(255,255,252,.58);
  box-shadow: 0 30px 70px rgba(0,0,0,.42);
}
.exploration-card:focus-visible {
  outline: 2px solid rgba(255,255,252,.9);
  outline-offset: 4px;
}
.exploration-card:active {
  --card-scale: 1.012;
  --lift: -2px;
  --push: 24px;
}
.exploration-card-media {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  background: #d9d9d4;
}
.exploration-card-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 700ms cubic-bezier(.16,1,.3,1);
}
.exploration-card:hover .exploration-card-media img,
.exploration-card:focus-visible .exploration-card-media img,
.exploration-card.is-active .exploration-card-media img {
  transform: scale(1.015);
}
.exploration-card-caption {
  display: grid;
  min-height: 66px;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px;
  align-items: center;
  padding: 0 13px;
  background: #f1f1ed;
}
.exploration-card-title {
  display: grid;
  gap: 4px;
  min-width: 0;
}
.exploration-card-caption strong {
  overflow: hidden;
  font-size: 11px;
  font-weight: 620;
  letter-spacing: .04em;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.exploration-card-caption em {
  overflow: hidden;
  color: #696964;
  font-size: 9px;
  font-style: normal;
  letter-spacing: .02em;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.exploration-card-caption small {
  color: #696964;
  font-size: 8px;
  letter-spacing: .1em;
  text-align: right;
  white-space: nowrap;
}
.exploration-selection {
  position: absolute;
  right: clamp(26px, 4vw, 64px);
  bottom: clamp(27px, 3vw, 45px);
  left: clamp(26px, 4vw, 64px);
  z-index: 3;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 20px;
  pointer-events: none;
}
.exploration-selection strong {
  font-size: 12px;
  font-weight: 570;
  letter-spacing: .08em;
}
.exploration-selection span {
  color: #93938e;
  font-size: 9px;
  letter-spacing: .14em;
  text-align: right;
}

@media (max-width: 1100px) {
  .exploration-stage {
    height: auto;
    min-height: 570px;
    padding: 174px 0 92px;
  }
  .exploration-deck {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    padding: 16px max(22px, 6vw) 30px;
    transform: none;
  }
  .exploration-card,
  .exploration-card:nth-child(n) {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    opacity: .78;
    filter: saturate(.82) brightness(.86);
    translate: none;
    transform: none;
  }
  .exploration-card:hover,
  .exploration-card:focus-visible,
  .exploration-card.is-active {
    opacity: 1;
    filter: saturate(1) brightness(1);
    transform: translateY(-3px);
  }
}
@media (max-width: 620px) {
  .exploration-stage {
    padding-top: 150px;
  }
  .exploration-deck {
    grid-template-columns: 1fr;
  }
}
.experience-section {
  position: relative;
  min-height: 100dvh;
  padding: 42px var(--page-x) clamp(72px, 8vw, 132px);
  background: var(--white);
  color: var(--black);
}
.experience-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 17px;
  border-bottom: 1px solid rgba(16,16,16,.2);
}
.experience-header p {
  margin: 0;
  font-size: 10px;
  font-weight: 560;
  letter-spacing: .16em;
}
.experience-header p:last-child { color: #6d6d68; }
.experience-layout {
  display: grid;
  grid-template-columns: minmax(260px, 28vw) minmax(0, 1fr);
  gap: clamp(74px, 11vw, 182px);
  align-items: start;
  max-width: 1920px;
  margin: clamp(86px, 11vh, 132px) auto 0;
}
.experience-portrait {
  position: sticky;
  top: 112px;
  align-self: start;
  margin: 0;
}
.experience-portrait-placeholder,
.experience-portrait img {
  width: 100%;
  aspect-ratio: 3 / 4;
}
.experience-portrait-placeholder {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border: 1px solid rgba(16,16,16,.22);
  background:
    linear-gradient(135deg, transparent 0 49.92%, rgba(16,16,16,.08) 50%, transparent 50.08%),
    #d8d6cf;
  color: #3f3f3b;
  text-align: center;
}
.experience-portrait-placeholder span {
  font-size: clamp(28px, 3.2vw, 48px);
  font-weight: 520;
  letter-spacing: -.06em;
}
.experience-portrait-placeholder small {
  font-size: 9px;
  letter-spacing: .16em;
}
.experience-portrait-placeholder code {
  max-width: 80%;
  color: #73736d;
  font-family: inherit;
  font-size: 9px;
  line-height: 1.45;
  overflow-wrap: anywhere;
}
.experience-portrait img {
  display: block;
  object-fit: cover;
  object-position: center center;
  filter: saturate(.86) contrast(1.02);
}
.experience-portrait img[hidden] { display: none; }
.experience-portrait.has-image .experience-portrait-placeholder { display: none; }
.experience-portrait figcaption {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-top: 11px;
  color: #60605b;
  font-size: 9px;
  letter-spacing: .13em;
}
.experience-content {
  display: grid;
  gap: clamp(64px, 8.4vh, 102px);
  padding-top: 2px;
}
.experience-row {
  display: grid;
  grid-template-columns: minmax(112px, .42fr) minmax(0, 1fr);
  gap: clamp(38px, 6vw, 112px);
  align-items: start;
}
.experience-row h3 {
  margin: 0;
  font-size: 14px;
  font-weight: 570;
  letter-spacing: -.025em;
  line-height: 1.08;
}
.experience-intro > p {
  max-width: 47ch;
  margin: 0;
  color: #73736e;
  font-size: clamp(14px, 1.1vw, 17px);
  letter-spacing: -.015em;
  line-height: 1.58;
  text-wrap: pretty;
}
.experience-list { border-top: 1px solid rgba(16,16,16,.16); }
.experience-list article {
  display: grid;
  grid-template-columns: minmax(98px, .28fr) minmax(0, 1fr);
  gap: 24px;
  padding: 16px 0 17px;
  border-bottom: 1px solid rgba(16,16,16,.13);
}
.experience-list time {
  color: #74746e;
  font-size: 10px;
  font-variant-numeric: tabular-nums;
  letter-spacing: .09em;
}
.experience-list h4 {
  margin: 0;
  font-size: 15px;
  font-weight: 570;
  letter-spacing: -.025em;
}
.experience-list p {
  max-width: 56ch;
  margin: 6px 0 0;
  color: #74746e;
  font-size: 12px;
  line-height: 1.5;
  text-wrap: pretty;
}
.education-list article {
  grid-template-columns: minmax(98px, .28fr) minmax(0, 1fr);
}
.personal-section {
  min-height: 100dvh;
  padding: 42px var(--page-x) clamp(100px, 12vw, 190px);
  background: var(--white);
  color: var(--black);
}
.personal-header,
.contact-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 17px;
  border-bottom: 1px solid rgba(16,16,16,.2);
}
.personal-header p,
.contact-header p {
  margin: 0;
  font-size: 10px;
  font-weight: 560;
  letter-spacing: .16em;
}
.personal-header p:last-child { color: #6d6d68; }
.personal-grid {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(10px, .72vw, 14px);
  align-items: start;
  max-width: 1920px;
  margin: clamp(82px, 9vw, 142px) auto 0;
}
.personal-card { min-width: 0; margin: 0; }
.personal-card-media {
  position: relative;
  overflow: hidden;
  background: #d8d6cf;
}
.personal-card-tall .personal-card-media { aspect-ratio: 4 / 5.25; }
.personal-card-wide .personal-card-media { aspect-ratio: 4 / 3.08; }
.personal-image-placeholder,
.personal-card-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.personal-image-placeholder {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border: 1px solid rgba(16,16,16,.2);
  background:
    linear-gradient(135deg, transparent 0 49.92%, rgba(16,16,16,.075) 50%, transparent 50.08%),
    #d8d6cf;
  color: #41413d;
}
.personal-image-placeholder span {
  font-size: clamp(21px, 2.1vw, 34px);
  font-weight: 520;
  letter-spacing: -.055em;
}
.personal-image-placeholder small {
  color: #71716b;
  font-size: 8px;
  letter-spacing: .08em;
}
.personal-card-media img {
  z-index: 2;
  display: block;
  object-fit: cover;
  filter: saturate(.2) sepia(.08) contrast(.92) brightness(1.025);
  transform: scale(1.001);
  transition: transform 750ms cubic-bezier(.16,1,.3,1), filter 620ms cubic-bezier(.16,1,.3,1);
}
.personal-card-media img[hidden] { display: none; }
.personal-card:hover img {
  filter: saturate(1) sepia(0) contrast(1.025) brightness(1);
  transform: scale(1.018);
}
.personal-card.has-image .personal-image-placeholder { display: none; }
.personal-card figcaption {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) auto;
  gap: 10px;
  align-items: start;
  padding-top: 11px;
}
.personal-card figcaption span,
.personal-card figcaption time {
  color: #5f5f5a;
  font-size: 9px;
  font-variant-numeric: tabular-nums;
  letter-spacing: .08em;
}
.personal-card figcaption time { justify-self: end; }
.personal-card h3 {
  margin: 0;
  font-size: 14px;
  font-weight: 570;
  letter-spacing: -.025em;
}
.personal-card figcaption p {
  margin: 3px 0 0;
  color: #777771;
  font-size: 12px;
  line-height: 1.4;
}
.contact-section {
  --contact-tilt: 64px;
  position: relative;
  min-height: 88dvh;
  margin-top: -1px;
  padding: calc(280px + clamp(48px, 5vw, 80px)) var(--page-x) clamp(54px, 6vw, 94px);
  background: var(--black);
  color: var(--white);
}
.contact-section::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: calc(var(--contact-tilt) + 1px);
  background: var(--white);
  clip-path: polygon(0 0, 100% 0, 0 100%);
  pointer-events: none;
}
.contact-shell {
  display: grid;
  grid-template-columns: minmax(0, 6fr) minmax(0, 4fr);
  gap: clamp(44px, 5vw, 92px);
  min-height: calc(88dvh - clamp(204px, 22vw, 344px));
  align-items: start;
}
.contact-statement > p {
  margin: 0 0 clamp(26px, 3.2vw, 52px);
  color: var(--gray);
  font-size: 9px;
  letter-spacing: .14em;
}
.contact-statement h2 {
  max-width: 28ch;
  margin: 0;
  font-size: clamp(30px, 3.1vw, 52px);
  font-weight: 500;
  letter-spacing: -.045em;
  line-height: 1.4;
  text-wrap: balance;
}
.contact-header { border-bottom-color: rgba(240,240,237,.2); }
.contact-header p { font-size: 9px; }
.contact-header p:last-child { color: var(--gray); }
.contact-list {
  max-width: 1920px;
  margin: clamp(10px, 1.4vw, 21px) auto 0;
}
.contact-row {
  display: grid;
  grid-template-columns: minmax(90px, .4fr) minmax(0, 1.1fr) auto;
  gap: 30px;
  align-items: center;
  min-height: 64px;
  border-bottom: 1px solid rgba(240,240,237,.18);
}
.contact-row span,
.contact-qr-panel span,
.contact-row small,
.contact-qr-panel small {
  color: var(--gray);
  font-size: 8px;
  letter-spacing: .14em;
}
.contact-row strong {
  font-size: clamp(15px, 1.2vw, 19px);
  font-weight: 500;
  letter-spacing: -.025em;
}
.contact-row small,
.contact-qr-panel small { justify-self: end; }
.contact-row { cursor: pointer; transition: opacity 220ms ease; }
.contact-row:hover { opacity: .58; }
.contact-qr-panel {
  display: grid;
  grid-template-columns: minmax(90px, .4fr) minmax(0, 1.1fr) auto;
  gap: 30px;
  align-items: start;
  padding: clamp(14px, 1.5vw, 24px) 0 clamp(19px, 2vw, 30px) 0;
  border-bottom: 1px solid rgba(240,240,237,.18);
}
.contact-qr-panel span,
.contact-qr-panel small {
  align-self: start;
  padding-top: 26px;
}
.contact-qr-panel img {
  grid-column: 2;
  display: block;
  width: min(100%, 200px);
}
:focus-visible { outline: 1px solid currentColor; outline-offset: 5px; }

@media (max-width: 1080px) {
  .personal-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 34px 12px;
    margin-top: 68px;
  }
  .personal-card-wide { margin-top: 28px; }
}

@media (max-width: 760px) {
  .site-nav { height: 65px; }
  .wordmark { font-size: 13px; }
  .film-stage { min-height: 580px; }
  .hero-background { object-position: 60% center; }
  .film-copy { padding-top: 17vh; }
  .film-copy h1 { max-width: calc(100vw - (var(--page-x) * 2)); font-size: clamp(47px, 12.6vw, 78px); line-height: .86; }
  .title-line-b { max-width: calc(100vw - 11vw - var(--page-x)); margin-left: 11vw; }
  .film-subtitle { margin: 27px 0 0 11vw; max-width: 22ch; font-size: 11px; }
  .film-media { top: 48%; right: 7%; width: 64vw; height: 36vh; }
  .film-meta { bottom: 28px; display: block; font-size: 8px; line-height: 1.7; }
  .film-meta-right { right: var(--page-x); text-align: right; }
  .film-cta { right: auto; bottom: 92px; left: var(--page-x); font-size: 9px; }
  .diagonal-transition { height: 112px; clip-path: polygon(0 72%, 100% 18%, 100% 100%, 0 100%); }
  .evidence-copy { top: calc(67% - 20px); right: var(--page-x); left: var(--page-x); min-height: 118px; }
  .evidence-item { gap: 8px; }
  .evidence-item strong { font-size: clamp(46px, 14vw, 76px); }
  .evidence-item small { font-size: 10px; }
  .work-gallery { overflow: visible; }
  .work-gallery-shell { height: auto; min-height: 0; overflow: visible; padding-top: 27vw; padding-bottom: 27vw; }
  .gallery-header { margin-bottom: 54px; }
  .gallery-header p:last-child { display: none; }
  .gallery-layout { display: block; height: auto; }
  .project-copy-column,
  .gallery-aside { display: none; }
  .project-card-stack { height: auto; }
  .project-card {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    margin-bottom: 58px;
    transform: none !important;
  }
  .project-card:last-child { margin-bottom: 0; }
  .project-card-media { aspect-ratio: 3752 / 2520; }
  .project-card[href]::after { right: 12px; bottom: 12px; opacity: 1; transform: none; }
  .project-card[href]::before { opacity: .18; }
  .project-media-placeholder span { font-size: clamp(36px, 12vw, 58px); }
  .project-card-meta { grid-template-columns: 1fr auto; min-height: 54px; gap: 10px; }
  .project-card-meta span:nth-child(2) { display: none; }
  .project-card-meta span:last-child { justify-self: end; }
  .project-card-mobile-facts { display: grid; gap: 6px; padding: 16px 14px 19px; border-top: 1px solid rgba(16,16,16,.13); background: #f7f7f4; }
  .project-card-mobile-facts p { margin: 0; color: #4c4c47; font-size: 13px; font-weight: 520; line-height: 1.45; }
  .project-card-mobile-facts p::before { content: "• "; color: #9a9a94; }
  .experience-section { min-height: 0; padding-top: 28px; padding-bottom: 28vw; }
  .experience-header p:last-child { display: none; }
  .experience-layout {
    display: block;
    margin-top: 56px;
  }
  .experience-portrait {
    position: relative;
    top: auto;
    width: min(78vw, 390px);
    margin-bottom: 76px;
  }
  .experience-portrait figcaption { font-size: 8px; }
  .experience-content { gap: 66px; }
  .experience-row {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .experience-row h3 { font-size: 12px; text-transform: uppercase; letter-spacing: .1em; }
  .experience-intro > p { font-size: 15px; }
  .experience-list article {
    grid-template-columns: 86px minmax(0, 1fr);
    gap: 18px;
    padding: 15px 0 17px;
  }
  .experience-list h4 { font-size: 14px; }
  .experience-list p { font-size: 11px; }
  .personal-section { min-height: 0; padding-top: 28px; padding-bottom: 30vw; }
  .personal-header p:last-child { display: none; }
  .personal-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px 10px;
    margin-top: 58px;
  }
  .personal-card-wide { margin-top: 22px; }
  .personal-card-tall .personal-card-media { aspect-ratio: 3 / 4.4; }
  .personal-card-wide .personal-card-media { aspect-ratio: 3 / 3.2; }
  .personal-card figcaption {
    grid-template-columns: 28px minmax(0, 1fr);
    gap: 7px;
  }
  .personal-card figcaption time { display: none; }
  .personal-card h3 { font-size: 13px; }
  .personal-card figcaption p { font-size: 11px; }
  .personal-image-placeholder span { font-size: 20px; }
  .personal-image-placeholder small { max-width: 86%; text-align: center; overflow-wrap: anywhere; }
  .contact-section {
    --contact-tilt: 36px;
    min-height: 0;
    padding-top: 176px;
    padding-bottom: 54px;
  }
  .contact-shell {
    display: block;
    min-height: 0;
  }
  .contact-statement > p { margin-bottom: 24px; }
  .contact-statement h2 {
    max-width: 18ch;
    font-size: clamp(25px, 7.5vw, 34px);
    line-height: 1.4;
  }
  .contact-statement h2 br { display: none; }
  .contact-directory { margin-top: 112px; }
  .contact-header p:last-child { display: none; }
  .contact-list { margin-top: 8px; }
  .contact-row {
    grid-template-columns: 67px minmax(0, 1fr) auto;
    gap: 12px;
    min-height: 60px;
  }
  .contact-row strong { font-size: 13px; overflow-wrap: anywhere; }
  .contact-row small,
  .contact-qr-panel small { font-size: 8px; }
  .contact-qr-panel {
    grid-template-columns: 67px minmax(0, 1fr) auto;
    gap: 12px;
    padding: 14px 0 18px 0;
  }
  .contact-qr-panel span,
  .contact-qr-panel small { padding-top: 26px; }
}
.work-gallery.is-static { overflow: visible; }
.work-gallery.is-static .work-gallery-shell { height: auto; min-height: 0; overflow: visible; padding-top: 10vw; padding-bottom: 10vw; }
.work-gallery.is-static .gallery-header { margin-bottom: 58px; }
.work-gallery.is-static .gallery-layout { display: block; height: auto; }
.work-gallery.is-static .project-copy-column,
.work-gallery.is-static .gallery-aside { display: none; }
.work-gallery.is-static .project-card-stack { height: auto; }
.work-gallery.is-static .project-card { position: relative; top: auto; right: auto; left: auto; width: 83.333%; max-width: 917px; margin: 0 auto 70px; transform: none !important; }
.work-gallery.is-static .project-card:last-child { margin-bottom: 0; }
.work-gallery.is-static .project-card-mobile-facts { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; padding: 18px 14px 21px; border-top: 1px solid rgba(16,16,16,.13); background: #f7f7f4; }
.work-gallery.is-static .project-card-mobile-facts p { margin: 0; color: #4c4c47; font-size: 13px; font-weight: 520; line-height: 1.45; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}
