:root {
  color-scheme: light;
  --paper: #f1f1ed;
  --paper-raised: #f8f8f5;
  --ink: #242424;
  --muted: rgba(36, 36, 36, 0.54);
  --quiet: rgba(36, 36, 36, 0.3);
  --line: rgba(36, 36, 36, 0.2);
  --line-strong: rgba(36, 36, 36, 0.78);
  --signal: #596edc;
  --gutter: clamp(16px, 1.6vw, 30px);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; background: var(--paper); }

body {
  min-width: 320px;
  min-height: 100%;
  overflow-x: hidden;
  background: var(--paper);
  color: var(--ink);
  font-family: Arial, "Helvetica Neue", Helvetica, "PingFang SC", "Microsoft YaHei", sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: -0.01em;
}

a { color: inherit; text-decoration: none; }
a:focus-visible { outline: 1px solid var(--ink); outline-offset: 5px; }

.site-header {
  position: relative;
  z-index: 20;
  display: grid;
  grid-template-columns: 3fr 7fr;
  min-height: 66px;
  border-bottom: 1px solid var(--line-strong);
}

.brand,
.header-main { display: flex; align-items: center; padding: 0 var(--gutter); }
.brand { border-right: 1px solid var(--line-strong); font-weight: 750; letter-spacing: 0.16em; }
.header-main { justify-content: space-between; }
.site-nav { display: flex; gap: clamp(22px, 3vw, 58px); }
.site-nav a,
.header-time,
.hero-note,
.hero-heading > p,
.hero-caption,
.statement-label,
.statement-side,
.section-heading > p,
.work-number,
.work-type,
.work-year,
.work-title small,
.archive-callout > p,
.site-footer,
.page-transition > p {
  font-size: 10px;
  line-height: 1.45;
  letter-spacing: 0.105em;
  text-transform: uppercase;
}
.site-nav a { position: relative; color: var(--muted); transition: color 180ms ease; }
.site-nav a::after { content: ""; position: absolute; right: 0; bottom: -8px; left: 0; height: 1px; background: var(--ink); transform: scaleX(0); transform-origin: right; transition: transform 260ms cubic-bezier(.22,.8,.24,1); }
.site-nav a:hover,
.site-nav a[aria-current="page"] { color: var(--ink); }
.site-nav a:hover::after,
.site-nav a[aria-current="page"]::after { transform: scaleX(1); transform-origin: left; }
.header-time { color: var(--muted); font-variant-numeric: tabular-nums; }

.hero {
  display: grid;
  grid-template-columns: 3fr 7fr;
  min-height: calc(100svh - 66px);
  border-bottom: 1px solid var(--line-strong);
}

.hero-rail {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: var(--gutter);
  border-right: 1px solid var(--line-strong);
}
.hero-number { font-size: clamp(86px, 10vw, 188px); font-weight: 400; line-height: .78; letter-spacing: -.085em; }
.hero-note { color: var(--muted); }
.hero-note p + p { margin-top: 5px; }

.hero-field {
  display: grid;
  grid-template-rows: auto 1fr auto;
  min-width: 0;
  padding: var(--gutter);
  background: linear-gradient(135deg, rgba(255,255,255,.18), transparent 52%);
}
.hero-heading { display: grid; grid-template-columns: 1fr 2fr; align-items: start; }
.hero-heading > p { padding-top: 6px; color: var(--muted); }
h1 { justify-self: end; font-size: clamp(50px, 6.4vw, 124px); font-weight: 500; line-height: .86; letter-spacing: -.07em; }
h1 em { font-family: Georgia, "Times New Roman", serif; font-weight: 400; }

.card-stage { position: relative; display: grid; place-items: center; min-height: min(58vw, 630px); perspective: 1200px; }
.card-stage::before { content: ""; position: absolute; width: min(72%, 780px); aspect-ratio: 1.586 / 1; border-radius: clamp(22px, 2.5vw, 36px); box-shadow: 0 40px 90px rgba(38,38,36,.16); transform: translateY(3%); }
.material-card {
  position: relative;
  display: block;
  width: min(72%, 780px);
  aspect-ratio: 1.586 / 1;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.94);
  border-radius: clamp(22px, 2.5vw, 36px);
  background: #f8f8f5;
  box-shadow: 0 32px 72px rgba(38,38,36,.13), 0 8px 22px rgba(38,38,36,.08), inset 0 1px 1px #fff, inset 0 -1px 1px rgba(96,98,102,.16);
  color: #242528;
  transform: translateZ(0);
  transition: transform 520ms cubic-bezier(.2,.8,.2,1), box-shadow 520ms ease;
  will-change: transform, box-shadow;
}
.material-card:hover { transform: translate3d(0,-3px,0); box-shadow: 0 42px 86px rgba(38,38,36,.16), 0 11px 26px rgba(38,38,36,.1), inset 0 1px 1px #fff, inset 0 -1px 1px rgba(96,98,102,.14); }
.material-card::before { content: ""; position: absolute; inset: 0; z-index: 1; border-radius: inherit; background: linear-gradient(142deg, rgba(255,255,255,.98), rgba(248,248,245,.92) 44%, rgba(231,232,231,.08) 74%, rgba(255,255,255,.78)); }
.material-card::after { content: ""; position: absolute; inset: 0; z-index: 6; border-radius: inherit; box-shadow: inset 0 0 0 1px rgba(255,255,255,.5), inset 0 0 28px rgba(84,86,90,.035); pointer-events: none; }
.card-texture { position: absolute; inset: 0; z-index: 2; border-radius: inherit; background-image: radial-gradient(circle at 23% 31%, rgba(35,36,38,.08) 0 .36px, transparent .52px), radial-gradient(circle at 68% 77%, rgba(35,36,38,.05) 0 .38px, transparent .56px), radial-gradient(circle at 81% 18%, rgba(255,255,255,.5) 0 .42px, transparent .58px); background-size: 3px 3px, 5px 5px, 7px 7px; background-position: 0 0, 1px 2px, 3px 1px; opacity: .14; mix-blend-mode: multiply; }
.card-iridescence { position: absolute; inset: -25%; z-index: 3; border-radius: 28%; opacity: 0; filter: blur(30px) saturate(.72); mix-blend-mode: multiply; transform: scale(1.06); transition: opacity 900ms cubic-bezier(.2,.7,.2,1); pointer-events: none; contain: paint; will-change: opacity; }
.card-iridescence::before,
.card-iridescence::after { content: ""; position: absolute; inset: -8%; background: radial-gradient(circle at 18% 28%, rgba(187,213,242,.62) 0 13%, rgba(187,213,242,.31) 27%, transparent 55%), radial-gradient(circle at 61% 17%, rgba(220,204,235,.58) 0 13%, rgba(220,204,235,.29) 27%, transparent 55%), radial-gradient(circle at 84% 63%, rgba(241,211,207,.52) 0 13%, rgba(241,211,207,.26) 27%, transparent 55%), radial-gradient(circle at 49% 84%, rgba(238,228,196,.5) 0 13%, rgba(238,228,196,.25) 27%, transparent 55%), radial-gradient(circle at 19% 74%, rgba(200,226,219,.56) 0 13%, rgba(200,226,219,.28) 27%, transparent 55%); transform: translate3d(-2%,-2%,0) rotate(0deg) scale(1.04); animation: prism-drift-a 13s ease-in-out infinite alternate; will-change: transform; }
.card-iridescence::after { background: radial-gradient(circle at 76% 25%, rgba(199,220,242,.48) 0 13%, rgba(199,220,242,.24) 27%, transparent 55%), radial-gradient(circle at 30% 16%, rgba(229,211,237,.46) 0 13%, rgba(229,211,237,.23) 27%, transparent 55%), radial-gradient(circle at 18% 62%, rgba(241,214,209,.44) 0 13%, rgba(241,214,209,.22) 27%, transparent 55%), radial-gradient(circle at 62% 80%, rgba(240,229,199,.44) 0 13%, rgba(240,229,199,.22) 27%, transparent 55%), radial-gradient(circle at 87% 71%, rgba(204,229,221,.48) 0 13%, rgba(204,229,221,.24) 27%, transparent 55%); opacity: .72; animation: prism-drift-b 17s ease-in-out infinite alternate-reverse; }
.card-specular { position: absolute; inset: -20%; z-index: 4; border-radius: 28%; background: radial-gradient(circle at 30% 42%, rgba(255,255,255,.88) 0 7%, rgba(255,255,255,.34) 24%, transparent 55%); opacity: 0; filter: blur(14px); mix-blend-mode: screen; transform: translate3d(-6%,-3%,0); transition: opacity 700ms ease; animation: specular-drift 11s ease-in-out infinite alternate; pointer-events: none; will-change: transform, opacity; }
.material-card:hover .card-iridescence,
.material-card:focus-visible .card-iridescence { opacity: .56; }
.material-card:hover .card-specular,
.material-card:focus-visible .card-specular { opacity: .72; }
.card-date,
.card-wordmark { position: absolute; z-index: 5; color: rgba(29,30,32,.84); filter: drop-shadow(0 1px 0 rgba(255,255,255,.9)); mix-blend-mode: multiply; }
.card-date { top: 10%; left: 7.5%; font-size: clamp(9px,.82vw,13px); font-weight: 650; letter-spacing: .065em; }
.card-wordmark { right: 7.5%; bottom: 9%; font-size: clamp(20px,2.1vw,34px); font-weight: 750; line-height: 1; letter-spacing: .021em; }

.hero-caption { display: grid; grid-template-columns: 1fr 1fr auto; gap: 20px; align-items: end; padding-top: 18px; border-top: 1px solid var(--line); color: var(--muted); }
.hero-caption a { color: var(--ink); }
.hero-caption a span { display: inline-block; margin-left: 14px; }

.statement { display: grid; grid-template-columns: 3fr 5fr 2fr; min-height: 52svh; border-bottom: 1px solid var(--line-strong); }
.statement > * { padding: clamp(28px, 4vw, 72px) var(--gutter); }
.statement-label { border-right: 1px solid var(--line-strong); }
.statement-copy { align-self: center; font-size: clamp(32px, 4.8vw, 86px); font-weight: 500; line-height: .98; letter-spacing: -.055em; }
.statement-side { align-self: end; color: var(--muted); line-height: 1.7; }

.work-index { border-bottom: 1px solid var(--line-strong); }
.section-heading { display: grid; grid-template-columns: 3fr 4fr 3fr; min-height: 310px; border-bottom: 1px solid var(--line-strong); }
.section-heading > * { padding: clamp(28px, 4vw, 64px) var(--gutter); }
.section-heading > p:first-child { border-right: 1px solid var(--line-strong); }
.section-heading h2 { font-size: clamp(58px, 8.2vw, 156px); font-weight: 400; line-height: .78; letter-spacing: -.075em; }
.section-heading > p:last-child { align-self: end; color: var(--muted); line-height: 1.7; }
.work-row { position: relative; display: grid; grid-template-columns: .65fr 2.2fr 1fr .55fr auto; align-items: center; min-height: clamp(122px, 12vw, 210px); padding: 24px var(--gutter); border-bottom: 1px solid var(--line); overflow: hidden; }
.work-row:last-child { border-bottom: 0; }
a.work-row::before,
a.work-row::after { content: ""; position: absolute; pointer-events: none; transition: transform 380ms cubic-bezier(.22,.8,.24,1); }
a.work-row::before { inset: 0; border-top: 1px solid var(--line-strong); border-bottom: 1px solid var(--line-strong); transform: scaleX(0); transform-origin: right; }
a.work-row::after { top: 0; right: var(--gutter); bottom: 0; left: var(--gutter); background: linear-gradient(90deg, rgba(121,144,232,.08), rgba(218,189,228,.12), rgba(238,211,180,.08)); opacity: 0; transition: opacity 360ms ease; }
a.work-row:hover::before { transform: scaleX(1); transform-origin: left; }
a.work-row:hover::after { opacity: 1; }
.work-row > * { position: relative; z-index: 1; }
.work-number,
.work-type,
.work-year,
.work-title small { color: var(--muted); }
.work-title strong { display: block; margin-bottom: 10px; font-size: clamp(28px, 4vw, 68px); font-weight: 500; letter-spacing: -.055em; }
.work-title small { display: block; }
.work-year { justify-self: end; }
.work-arrow { margin-left: clamp(20px, 3vw, 52px); font-size: 24px; transition: transform 220ms ease; }
a.work-row:hover .work-arrow { transform: translate(4px,-4px); }
.work-row-muted { color: var(--quiet); }
.work-row-muted .work-number,
.work-row-muted .work-type,
.work-row-muted .work-year,
.work-row-muted .work-title small { color: var(--quiet); }

.archive-callout { display: grid; grid-template-columns: 3fr 7fr; min-height: 72svh; border-bottom: 1px solid var(--line-strong); }
.archive-callout > * { padding: clamp(28px, 4vw, 72px) var(--gutter); }
.archive-callout > p { border-right: 1px solid var(--line-strong); }
.archive-callout > div { display: flex; flex-direction: column; }
.archive-callout h2 { font-size: clamp(62px, 9vw, 166px); font-weight: 400; line-height: .82; letter-spacing: -.075em; }
.archive-callout div > p { max-width: 650px; margin-top: auto; margin-left: 30%; color: var(--muted); font-size: clamp(13px, 1.15vw, 17px); line-height: 1.7; }
.outline-link { position: relative; isolation: isolate; display: flex; justify-content: space-between; width: min(70%, 650px); margin-top: 28px; margin-left: 30%; padding: 16px 0; overflow: hidden; border-top: 1px solid var(--line-strong); border-bottom: 1px solid var(--line-strong); font-size: 10px; letter-spacing: .105em; text-transform: uppercase; }
.outline-link span { position: relative; z-index: 1; }
.outline-link::after { content: ""; position: absolute; inset: 0; z-index: 0; background: var(--ink); transform: scaleY(0); transform-origin: bottom; transition: transform 260ms ease; }
.outline-link:hover { padding-right: 14px; padding-left: 14px; color: var(--paper); transition: color 180ms ease, padding 260ms ease; }
.outline-link:hover::after { transform: scaleY(1); }

.site-footer { display: grid; grid-template-columns: 3fr 2fr 4fr 1fr; min-height: 118px; align-items: center; }
.site-footer > * { height: 100%; padding: 28px var(--gutter); border-right: 1px solid var(--line); }
.site-footer > * { display: flex; align-items: center; }
.site-footer a { justify-content: flex-end; border-right: 0; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity 700ms ease, transform 800ms cubic-bezier(.22,.8,.24,1); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

.page-transition { position: fixed; inset: 0; z-index: 100; display: grid; place-items: center; visibility: hidden; background: var(--paper); opacity: 0; pointer-events: none; transition: opacity 180ms ease, visibility 0s linear 180ms; }
.page-transition > p { position: absolute; top: var(--gutter); left: var(--gutter); }
.page-transition > strong { font-size: min(30vw, 42vh); font-weight: 400; line-height: 1; letter-spacing: -.1em; }
.transition-edge { position: absolute; background: var(--ink); }
.transition-edge-top,
.transition-edge-bottom { right: var(--gutter); left: var(--gutter); height: 1px; transform: scaleX(0); }
.transition-edge-top { top: var(--gutter); transform-origin: left; }
.transition-edge-bottom { bottom: var(--gutter); transform-origin: right; }
.transition-edge-right,
.transition-edge-left { top: var(--gutter); bottom: var(--gutter); width: 1px; transform: scaleY(0); }
.transition-edge-right { right: var(--gutter); transform-origin: top; }
.transition-edge-left { left: var(--gutter); transform-origin: bottom; }
body.is-leaving .page-transition { visibility: visible; opacity: 1; transition-delay: 0s; }
body.is-leaving .transition-edge-top,
body.is-leaving .transition-edge-bottom { transform: scaleX(1); transition: transform 430ms cubic-bezier(.22,.8,.24,1) 70ms; }
body.is-leaving .transition-edge-right,
body.is-leaving .transition-edge-left { transform: scaleY(1); transition: transform 430ms cubic-bezier(.22,.8,.24,1) 200ms; }

@keyframes prism-drift-a { 0% { transform: translate3d(-4%,-3%,0) rotate(-4deg) scale(1.02); } 45% { transform: translate3d(3%,2%,0) rotate(3deg) scale(1.08); } 100% { transform: translate3d(-1%,5%,0) rotate(7deg) scale(1.04); } }
@keyframes prism-drift-b { 0% { transform: translate3d(4%,3%,0) rotate(5deg) scale(1.06); } 52% { transform: translate3d(-3%,1%,0) rotate(-2deg) scale(1.02); } 100% { transform: translate3d(1%,-5%,0) rotate(-7deg) scale(1.08); } }
@keyframes specular-drift { 0% { transform: translate3d(-8%,-4%,0) scale(.96); } 50% { transform: translate3d(7%,3%,0) scale(1.08); } 100% { transform: translate3d(1%,8%,0) scale(1.02); } }

@media (max-width: 980px) {
  .hero-heading { grid-template-columns: 1fr; gap: 30px; }
  h1 { justify-self: start; }
  .card-stage { min-height: 60vw; }
  .material-card,
  .card-stage::before { width: 84%; }
  .statement { grid-template-columns: 3fr 7fr; }
  .statement-side { grid-column: 2; padding-top: 0; }
  .section-heading { grid-template-columns: 3fr 7fr; }
  .section-heading > p:last-child { grid-column: 2; padding-top: 0; }
  .work-row { grid-template-columns: .65fr 2.3fr .8fr auto; }
  .work-type { display: none; }
}

@media (max-width: 700px) {
  :root { --gutter: 16px; }
  .site-header { grid-template-columns: 1fr auto; min-height: 58px; }
  .brand { border-right: 0; font-size: 10px; }
  .header-main { padding-left: 0; }
  .site-nav { gap: 17px; font-size: 9px; }
  .site-nav a:nth-child(2) { display: none; }
  .header-time { display: none; }
  .hero { grid-template-columns: 1fr; min-height: auto; }
  .hero-rail { min-height: 180px; border-right: 0; border-bottom: 1px solid var(--line-strong); }
  .hero-number { font-size: 100px; }
  .hero-field { min-height: calc(100svh - 58px); }
  .hero-heading { gap: 24px; }
  h1 { font-size: clamp(50px, 15vw, 82px); }
  .card-stage { min-height: 74vw; }
  .material-card,
  .card-stage::before { width: 100%; border-radius: 20px; }
  .hero-caption { grid-template-columns: 1fr auto; }
  .hero-caption p:nth-child(2) { display: none; }
  .statement { grid-template-columns: 1fr; min-height: auto; }
  .statement > * { padding: 32px 16px; }
  .statement-label { border-right: 0; border-bottom: 1px solid var(--line); }
  .statement-copy { font-size: clamp(34px, 10vw, 54px); }
  .statement-side { grid-column: 1; padding-top: 0; }
  .section-heading { grid-template-columns: 1fr; min-height: auto; }
  .section-heading > * { padding: 30px 16px; }
  .section-heading > p:first-child { border-right: 0; border-bottom: 1px solid var(--line); }
  .section-heading h2 { font-size: 82px; }
  .section-heading > p:last-child { grid-column: 1; padding-top: 0; }
  .work-row { grid-template-columns: 42px 1fr auto; min-height: 132px; padding: 20px 16px; }
  .work-year { display: none; }
  .work-arrow { margin-left: 14px; }
  .archive-callout { grid-template-columns: 1fr; min-height: auto; }
  .archive-callout > p { border-right: 0; border-bottom: 1px solid var(--line); }
  .archive-callout h2 { font-size: 70px; }
  .archive-callout div > p,
  .outline-link { width: 100%; margin-left: 0; }
  .archive-callout div > p { margin-top: 90px; }
  .site-footer { grid-template-columns: 1fr 1fr; }
  .site-footer > * { min-height: 74px; }
  .site-footer p:nth-child(2),
  .site-footer p:nth-child(3) { display: none; }
  .page-transition > strong { font-size: 30vw; }
}

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