:root {
  --s: 1;
  --page-bg: #efeeeb;
  --surface: #ffffff;
  --ink: #111111;
  --muted: #696969;
  --line: #e3e3e0;
  --map-bg: #f7f6f5;
  --mono: "Courier New", "Cousine", monospace;
  --sans: Arial, "Arimo", Helvetica, sans-serif;
  --display: Arial, "Arimo", Helvetica, sans-serif;
  --stage-w: calc(1920px * var(--s));
  --art-process-ratio: 12 / 5;
  --art-process-position: center bottom;
  --art-process-overlay: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.8) 0%,
    rgba(0, 0, 0, 0.6) 18%,
    rgba(0, 0, 0, 0) 42%,
    rgba(0, 0, 0, 0) 100%
  );
}

* {
  box-sizing: border-box;
}

html {
  background: var(--page-bg);
  color: var(--ink);
  font-family: var(--sans);
}

body {
  margin: 0;
  min-width: 320px;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  font: inherit;
}

.site-shell {
  width: var(--stage-w);
  max-width: 100%;
  margin: 0 auto;
  background: var(--surface);
  overflow: hidden;
}

.site-header {
  position: relative;
  height: calc(136px * var(--s));
  background: var(--surface);
}

.brand {
  position: absolute;
  left: calc(36px * var(--s));
  top: calc(68.47px * var(--s));
  width: calc(430px * var(--s));
  font-family: "Arimo", Arial, sans-serif;
  font-size: calc(43.2px * var(--s));
  line-height: calc(43.2px * var(--s));
  font-weight: 700;
  letter-spacing: 0;
  white-space: nowrap;
}

.nav-links {
  position: absolute;
  left: auto;
  right: calc(136px * var(--s));
  top: calc(81.42px * var(--s));
  display: grid;
  grid-template-columns: repeat(4, calc(240px * var(--s)));
  column-gap: calc(41.33px * var(--s));
  width: calc(1084px * var(--s));
  height: calc(30.58px * var(--s));
  font-family: var(--mono);
  font-size: calc(17.92px * var(--s));
  line-height: calc(17.92px * var(--s));
  color: #343434;
}

.nav-links a {
  height: 100%;
  border-bottom: calc(0.667px * var(--s)) solid var(--line);
  letter-spacing: 0;
  white-space: nowrap;
}

.nav-links a[aria-current="page"] {
  border-bottom-color: var(--ink);
}

.language-button {
  position: absolute;
  left: calc(1828px * var(--s));
  top: calc(81px * var(--s));
  width: calc(56px * var(--s));
  height: calc(31px * var(--s));
  border: 0;
  border-radius: calc(100px * var(--s));
  color: #ffffff;
  background: var(--ink);
  font-family: "Noto Sans SC", "PingFang SC", sans-serif;
  font-size: calc(15px * var(--s));
  line-height: calc(18px * var(--s));
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.menu-button {
  display: none;
  border: 0;
  background: transparent;
  color: var(--ink);
  cursor: pointer;
}

main {
  width: var(--stage-w);
}

.zh-page {
  --sans: "PingFang SC", "Noto Sans SC", Arial, sans-serif;
  --display: "PingFang SC", "Noto Sans SC", Arial, sans-serif;
}

.zh-page .brand,
.zh-page .nav-links,
.zh-page .eyebrow,
.zh-page .overview-kicker,
.zh-page .map-title-row h2,
.zh-page .hero-copy,
.zh-page .site-footer,
.zh-page .work-meta,
.zh-page .detail-title a,
.zh-page .detail-sidebar,
.zh-page .detail-note-content,
.zh-page .contact-hero,
.zh-page .email-card,
.zh-page .contact-side,
.zh-page .about-copy,
.zh-page .about-lede,
.zh-page .about-facts,
.zh-page .entries {
  font-family: "PingFang SC", "Noto Sans SC", Arial, sans-serif;
}

.zh-page .brand {
  width: calc(260px * var(--s));
  font-family: "Noto Sans SC", "PingFang SC", Arial, sans-serif;
  letter-spacing: calc(-3.456px * var(--s));
}

.zh-page .nav-links {
  font-family: "Noto Sans SC", "PingFang SC", Arial, sans-serif;
  letter-spacing: calc(0.5376px * var(--s));
}

.zh-page .language-button {
  font-family: "Arimo", Arial, sans-serif;
}

.zh-page .art-process p {
  font-family: "Noto Sans SC", "PingFang SC", Arial, sans-serif;
  letter-spacing: calc(2.048px * var(--s));
}

.zh-page .art-intro h1 {
  font-family: "Noto Sans SC", "PingFang SC", Arial, sans-serif;
  line-height: calc(150.528px * var(--s));
  letter-spacing: calc(-5px * var(--s));
}

.zh-page .art-intro p {
  font-family: "Noto Sans SC", "PingFang SC", Arial, sans-serif;
}

.zh-page .work-meta p,
.zh-page .work-meta span,
.zh-page .work-meta h2 {
  font-family: "Noto Sans SC", "PingFang SC", Arial, sans-serif;
}

.zh-page .hero-section {
  height: calc(300px * var(--s));
}

.zh-page .hero-section h1 {
  top: auto;
  bottom: calc(56px * var(--s));
  width: calc(824px * var(--s));
  font-family: "Noto Sans SC", "PingFang SC", Arial, sans-serif;
  font-size: calc(53.333px * var(--s));
  line-height: calc(45.897px * var(--s));
  letter-spacing: 0;
}

.zh-page .hero-copy {
  top: auto;
  bottom: calc(56px * var(--s));
  font-family: "Noto Sans SC", "PingFang SC", Arial, sans-serif;
}

.zh-page .focus-image img {
  object-fit: contain;
}

.zh-page .focus-panel h2 {
  font-family: "Noto Sans SC", "PingFang SC", Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  letter-spacing: calc(-2.4px * var(--s));
}

.zh-page .focus-panel p:not(.eyebrow),
.zh-page .overview-section strong,
.zh-page .overview-section span,
.zh-page .entries span,
.zh-page .entries small {
  font-family: "Noto Sans SC", "PingFang SC", Arial, sans-serif;
}

.zh-page .timeline-section {
  height: calc(1933.271px * var(--s));
}

.zh-page .year-row h3 {
  font-family: "Noto Sans SC", "PingFang SC", Arial, sans-serif;
  letter-spacing: calc(-4.352px * var(--s));
}

.zh-page .map-title-row h2 {
  font-family: var(--mono);
}

.zh-page .email-button {
  text-transform: none;
}

.hero-section,
.focus-section,
.overview-section,
.timeline-section,
.map-section {
  width: var(--stage-w);
  margin: 0;
}

.eyebrow,
.overview-kicker,
.map-title-row h2 {
  margin: 0;
  font-family: var(--mono);
  font-weight: 400;
  color: var(--muted);
  letter-spacing: 0;
}

.hero-section {
  position: relative;
  height: calc(330px * var(--s));
}

.hero-section .eyebrow {
  position: absolute;
  left: calc(132px * var(--s));
  top: calc(74px * var(--s));
  width: calc(420px * var(--s));
  font-size: calc(12.16px * var(--s));
  line-height: normal;
  text-transform: uppercase;
}

.hero-section h1 {
  position: absolute;
  left: calc(112px * var(--s));
  top: auto;
  bottom: calc(56px * var(--s));
  margin: 0;
  font-family: var(--display);
  font-size: calc(54.64px * var(--s));
  line-height: calc(45.897px * var(--s));
  font-weight: 700;
  letter-spacing: 0;
  white-space: nowrap;
}

.hero-copy {
  position: absolute;
  left: calc(1380px * var(--s));
  top: auto;
  bottom: calc(56px * var(--s));
  width: calc(400px * var(--s));
  margin: 0;
  color: var(--muted);
  font-family: var(--mono);
  font-size: calc(16.32px * var(--s));
  line-height: calc(28.07px * var(--s));
}

.focus-section {
  position: relative;
  height: calc(736px * var(--s));
}

.focus-image {
  position: absolute;
  left: calc(112px * var(--s));
  top: 0;
  width: calc(1182px * var(--s));
  height: calc(620px * var(--s));
  margin: 0;
  overflow: hidden;
  background: #f3f3f1;
}

.focus-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.focus-panel {
  position: absolute;
  left: calc(1378px * var(--s));
  top: calc(278.69px * var(--s));
  width: calc(430px * var(--s));
  height: calc(341.31px * var(--s));
}

.focus-panel .eyebrow {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  font-size: calc(12.16px * var(--s));
  line-height: normal;
  text-transform: uppercase;
}

.focus-panel h2 {
  position: absolute;
  left: 0;
  top: calc(37.33px * var(--s));
  width: calc(430px * var(--s));
  margin: 0;
  font-family: Arial, "Arimo", sans-serif;
  font-size: calc(48px * var(--s));
  line-height: calc(50.4px * var(--s));
  font-style: italic;
  font-weight: 400;
  letter-spacing: 0;
}

.focus-panel p:not(.eyebrow) {
  position: absolute;
  left: 0;
  top: calc(171.13px * var(--s));
  width: calc(430px * var(--s));
  margin: 0;
  color: var(--muted);
  font-family: var(--mono);
  font-size: calc(16px * var(--s));
  line-height: calc(27.2px * var(--s));
}

.overview-section {
  display: grid;
  grid-template-columns: repeat(3, calc(640px * var(--s)));
  height: calc(218.58px * var(--s));
  border-top: calc(0.667px * var(--s)) solid var(--line);
  border-bottom: calc(0.667px * var(--s)) solid var(--line);
}

.overview-section article {
  position: relative;
  height: calc(217.25px * var(--s));
  border-left: calc(0.667px * var(--s)) solid var(--line);
}

.overview-section article:first-child {
  border-left: 0;
}

.overview-kicker {
  position: absolute;
  left: calc(112px * var(--s));
  top: calc(40px * var(--s));
  font-size: calc(13.76px * var(--s));
  line-height: calc(19.952px * var(--s));
}

.overview-section strong {
  position: absolute;
  left: calc(112px * var(--s));
  top: calc(78.95px * var(--s));
  font-family: var(--display);
  font-size: calc(70.4px * var(--s));
  line-height: calc(63.36px * var(--s));
  font-weight: 700;
  letter-spacing: 0;
}

.overview-section span {
  position: absolute;
  left: calc(112px * var(--s));
  top: calc(159.3px * var(--s));
  color: var(--muted);
  font-family: var(--mono);
  font-size: calc(13.76px * var(--s));
  line-height: calc(19.952px * var(--s));
  white-space: nowrap;
}

.timeline-section {
  height: calc(1856px * var(--s));
  padding: 0 calc(112px * var(--s));
}

.timeline-heading {
  display: none;
}

.timeline-list {
  width: calc(1696px * var(--s));
}

.year-row {
  position: relative;
  width: 100%;
  margin: 0;
  border-bottom: calc(0.667px * var(--s)) solid var(--line);
}

.year-row:nth-child(1),
.year-row:nth-child(7) {
  height: calc(245.896px * var(--s));
}

.year-row:nth-child(2),
.year-row:nth-child(3) {
  height: calc(328.844px * var(--s));
}

.year-row:nth-child(4),
.year-row:nth-child(5),
.year-row:nth-child(6),
.year-row:nth-child(8) {
  height: calc(162.948px * var(--s));
}

.year-row h3 {
  position: absolute;
  left: 0;
  top: calc(55px * var(--s));
  margin: 0;
  font-family: var(--display);
  font-size: calc(54.4px * var(--s));
  line-height: calc(48.96px * var(--s));
  font-weight: 700;
  letter-spacing: 0;
}

.entries {
  position: absolute;
  left: calc(364px * var(--s));
  top: calc(54px * var(--s));
  width: calc(1332px * var(--s));
}

.entries p {
  position: relative;
  height: calc(54.281px * var(--s));
  margin: 0;
}

.entries p + p {
  height: calc(82.948px * var(--s));
  border-top: calc(0.667px * var(--s)) solid var(--line);
}

.entries span {
  position: absolute;
  left: 0;
  top: 0;
  max-width: calc(980px * var(--s));
  font-family: var(--mono);
  font-size: calc(16.96px * var(--s));
  line-height: calc(26.288px * var(--s));
  color: var(--ink);
  white-space: nowrap;
}

.entries p + p span {
  top: calc(28px * var(--s));
}

.entries small {
  position: absolute;
  right: 0;
  top: 0;
  width: calc(190px * var(--s));
  color: var(--muted);
  font-family: var(--mono);
  font-size: calc(13.76px * var(--s));
  line-height: calc(20.64px * var(--s));
  text-align: right;
  white-space: nowrap;
}

.entries p + p small {
  top: calc(28px * var(--s));
}

.map-section {
  position: relative;
  height: calc(920px * var(--s));
  background: var(--surface);
}

.map-title-row {
  position: absolute;
  left: calc(112px * var(--s));
  top: calc(38px * var(--s));
}

.map-title-row h2 {
  width: calc(260px * var(--s));
  font-size: calc(13.76px * var(--s));
  line-height: calc(19.95px * var(--s));
}

.map-shell {
  position: absolute;
  left: calc(112px * var(--s));
  top: calc(84px * var(--s));
  width: calc(1696px * var(--s));
  height: calc(760px * var(--s));
  overflow: hidden;
  background: var(--map-bg);
  border: calc(1px * var(--s)) solid #efeeeb;
}

.world-map {
  width: 100%;
  height: 100%;
  display: block;
}

.marker {
  cursor: pointer;
  outline: none;
}

.zoom-controls {
  position: absolute;
  left: calc(1608px * var(--s));
  top: calc(24px * var(--s));
  z-index: 2;
  display: flex;
  border: calc(1px * var(--s)) solid #efeeeb;
  background: var(--surface);
}

.zoom-controls button {
  width: calc(44px * var(--s));
  height: calc(44px * var(--s));
  display: grid;
  place-items: center;
  border: 0;
  border-right: calc(1px * var(--s)) solid #efeeeb;
  background: transparent;
  color: var(--ink);
  font-size: calc(18px * var(--s));
  line-height: 1;
  cursor: pointer;
}

.zoom-controls button:last-child {
  border-right: 0;
}

.mobile-location-strip {
  display: none;
}

.site-footer {
  position: relative;
  width: var(--stage-w);
  height: calc(67.33px * var(--s));
  margin: 0;
  border-top: calc(0.667px * var(--s)) solid var(--line);
  font-family: var(--mono);
  font-size: calc(13.12px * var(--s));
  line-height: normal;
}

.site-footer span,
.site-footer a {
  position: absolute;
  top: calc(26px * var(--s));
  white-space: nowrap;
}

.site-footer span:first-child {
  left: calc(36px * var(--s));
  color: var(--muted);
}

.site-footer a {
  left: calc(834.03px * var(--s));
  color: var(--ink);
}

.site-footer span:last-child {
  right: calc(36px * var(--s));
  color: var(--muted);
  font-family: "Arimo", Arial, sans-serif;
}

.art-process {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: var(--art-process-ratio);
  overflow: hidden;
  border-top: 0;
  background: #111111;
}

.art-process video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: var(--art-process-position);
}

.art-process::after {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--art-process-overlay);
}

.art-process p {
  position: absolute;
  right: calc(56px * var(--s));
  bottom: calc(34px * var(--s));
  z-index: 1;
  margin: 0;
  color: #ffffff;
  font-family: var(--display);
  font-size: calc(16px * var(--s));
  line-height: calc(20px * var(--s));
  font-weight: 700;
  text-align: right;
}

.art-intro {
  position: relative;
  width: var(--stage-w);
  height: calc(243px * var(--s));
  border-top: calc(0.667px * var(--s)) solid var(--line);
}

.art-intro h1 {
  position: absolute;
  left: calc(112px * var(--s));
  top: calc(106px * var(--s));
  margin: 0;
  color: var(--ink);
  font-family: var(--display);
  font-size: calc(120px * var(--s));
  line-height: calc(120px * var(--s));
  font-weight: 700;
  letter-spacing: 0;
  white-space: nowrap;
}

.art-intro p {
  position: absolute;
  left: calc(1248px * var(--s));
  top: calc(178.78px * var(--s));
  width: calc(560px * var(--s));
  margin: 0;
  color: var(--muted);
  font-family: var(--mono);
  font-size: calc(16.32px * var(--s));
  line-height: calc(28.07px * var(--s));
}

.artwork-section {
  position: relative;
  width: var(--stage-w);
  height: calc(2834px * var(--s));
}

.artwork-grid {
  position: absolute;
  left: calc(75px * var(--s));
  top: calc(75px * var(--s));
  display: grid;
  grid-template-columns: repeat(3, calc(552.667px * var(--s)));
  column-gap: calc(56px * var(--s));
  row-gap: calc(56px * var(--s));
}

.work-card {
  width: calc(552.667px * var(--s));
  min-height: calc(627.896px * var(--s));
}

.work-image {
  width: 100%;
  height: calc(453.177px * var(--s));
  display: flex;
  align-items: center;
  justify-content: center;
  padding: calc(42px * var(--s));
  overflow: hidden;
  background: #f3f3f3;
}

.work-image img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  object-fit: contain;
}

.work-meta {
  padding: calc(33px * var(--s)) calc(36px * var(--s)) 0;
}

.work-meta p,
.work-meta span {
  display: block;
  margin: 0;
  color: var(--muted);
  font-family: var(--mono);
  font-size: calc(13.12px * var(--s));
  line-height: calc(19.024px * var(--s));
}

.work-meta p {
  text-transform: uppercase;
}

.work-meta h2 {
  margin: calc(2px * var(--s)) 0 calc(10px * var(--s));
  color: var(--ink);
  font-family: var(--display);
  font-size: calc(16px * var(--s));
  line-height: calc(21.6px * var(--s));
  font-weight: 700;
}

.about-page,
.contact-page,
.work-detail-page {
  width: var(--stage-w);
  border-top: calc(0.667px * var(--s)) solid var(--line);
}

.about-hero {
  position: relative;
  width: 100%;
  height: calc(485.33px * var(--s));
}

.about-title-block {
  position: absolute;
  left: calc(112px * var(--s));
  top: calc(98.22px * var(--s));
  bottom: calc(70px * var(--s));
  width: calc(662px * var(--s));
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.about-title-block .eyebrow,
.contact-title-block .eyebrow {
  font-size: calc(12.16px * var(--s));
}

.about-title-block h1,
.contact-title-block h1 {
  margin: 0;
  font-family: var(--display);
  font-size: calc(53.333px * var(--s));
  line-height: calc(50.176px * var(--s));
  font-weight: 700;
  letter-spacing: 0;
}

.about-lede {
  position: absolute;
  left: calc(868px * var(--s));
  top: auto;
  bottom: calc(70px * var(--s));
  width: calc(480px * var(--s));
  margin: 0;
  font-family: var(--mono);
  font-size: calc(16.32px * var(--s));
  line-height: calc(28.07px * var(--s));
  color: var(--muted);
}

.about-portrait {
  position: absolute;
  left: calc(1444px * var(--s));
  top: calc(97.33px * var(--s));
  width: calc(318px * var(--s));
  height: auto;
  aspect-ratio: 390 / 490;
  margin: 0;
  overflow: hidden;
  background: transparent;
}

.about-portrait.about-portrait--square {
  aspect-ratio: 1 / 1;
}

.about-portrait img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.about-statement,
.about-bio {
  position: relative;
  width: 100%;
  border-top: calc(0.667px * var(--s)) solid var(--line);
}

.about-statement {
  height: calc(480.25px * var(--s));
}

.about-bio {
  height: calc(417.354px * var(--s));
}

.about-section-title {
  position: absolute;
  left: calc(112px * var(--s));
  top: calc(86.67px * var(--s));
  width: calc(625.594px * var(--s));
}

.about-section-title .eyebrow {
  font-size: calc(12.16px * var(--s));
}

.about-section-title h2 {
  width: calc(610px * var(--s));
  margin: calc(35.33px * var(--s)) 0 0;
  font-family: var(--display);
  font-size: calc(48px * var(--s));
  line-height: calc(50.88px * var(--s));
  font-weight: 700;
  letter-spacing: 0;
}

.about-copy {
  position: absolute;
  left: calc(869.594px * var(--s));
  top: calc(86.67px * var(--s));
  width: calc(880px * var(--s));
  display: grid;
  gap: calc(28px * var(--s));
}

.about-copy p {
  margin: 0;
  color: var(--ink);
  font-family: var(--mono);
  font-size: calc(17.28px * var(--s));
  line-height: calc(31.45px * var(--s));
}

.about-facts {
  display: grid;
  grid-template-columns: repeat(3, calc(640px * var(--s)));
  width: 100%;
  height: calc(211.333px * var(--s));
  border-top: calc(0.667px * var(--s)) solid var(--line);
  border-bottom: calc(0.667px * var(--s)) solid var(--line);
}

.about-facts article {
  position: relative;
  border-left: calc(0.667px * var(--s)) solid var(--line);
}

.about-facts article:first-child {
  border-left: 0;
}

.about-facts p,
.about-facts span {
  position: absolute;
  left: calc(112px * var(--s));
  margin: 0;
  color: var(--muted);
  font-family: var(--mono);
  font-size: calc(13.76px * var(--s));
  line-height: calc(19.952px * var(--s));
}

.about-facts p {
  top: calc(42px * var(--s));
}

.about-facts strong {
  position: absolute;
  left: calc(112px * var(--s));
  top: calc(80.64px * var(--s));
  font-family: var(--display);
  font-size: calc(54.4px * var(--s));
  line-height: calc(50.048px * var(--s));
  font-weight: 700;
}

.about-facts span {
  top: calc(149.36px * var(--s));
}

.contact-hero {
  position: relative;
  width: 100%;
  height: calc(360px * var(--s));
}

.contact-title-block {
  position: absolute;
  left: calc(112px * var(--s));
  top: calc(88px * var(--s));
  bottom: calc(70px * var(--s));
  width: calc(1084px * var(--s));
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.contact-title-block h1 {
  width: calc(894px * var(--s));
  margin-top: 0;
}

.contact-hero > p {
  position: absolute;
  left: calc(1308px * var(--s));
  top: auto;
  bottom: calc(70px * var(--s));
  width: calc(500px * var(--s));
  margin: 0;
  color: var(--muted);
  font-family: var(--mono);
  font-size: calc(16.32px * var(--s));
  line-height: calc(28.07px * var(--s));
}

.contact-methods {
  position: relative;
  width: 100%;
  height: calc(690px * var(--s));
}

.zh-page .contact-methods {
  height: calc(620px * var(--s));
}

.email-card {
  position: absolute;
  left: calc(112px * var(--s));
  top: 0;
  width: calc(685px * var(--s));
  height: calc(530px * var(--s));
  padding: calc(54px * var(--s)) calc(60px * var(--s));
  background: #efefec;
}

html[lang="en"] .email-card {
  height: calc(620px * var(--s));
}

.email-card .eyebrow {
  font-size: calc(12.16px * var(--s));
}

.email-card h2 {
  width: calc(606px * var(--s));
  margin: calc(28px * var(--s)) 0 0;
  font-family: var(--display);
  font-size: calc(67.2px * var(--s));
  line-height: calc(64.512px * var(--s));
  font-weight: 700;
  letter-spacing: 0;
}

html[lang="en"] .email-card h2 {
  font-size: calc(33.6px * var(--s));
  line-height: calc(32.256px * var(--s));
}

.email-card p:not(.eyebrow) {
  width: calc(520px * var(--s));
  margin: calc(28px * var(--s)) 0 0;
  color: var(--muted);
  font-family: var(--mono);
  font-size: calc(16px * var(--s));
  line-height: calc(27.52px * var(--s));
}

.email-button {
  width: calc(210px * var(--s));
  height: calc(52px * var(--s));
  display: grid;
  place-items: center;
  margin-top: calc(45px * var(--s));
  color: #ffffff;
  background: var(--ink);
  font-family: var(--mono);
  font-size: calc(14.4px * var(--s));
  text-transform: uppercase;
}

.email-link {
  display: inline-block;
  margin-top: calc(34px * var(--s));
  border-bottom: max(2px, calc(2px * var(--s))) solid var(--ink);
  font-family: var(--mono);
  font-size: calc(24px * var(--s));
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
}

.contact-side {
  position: absolute;
  left: calc(881.094px * var(--s));
  top: 0;
  width: calc(926.906px * var(--s));
  height: calc(620px * var(--s));
  border-top: calc(0.667px * var(--s)) solid var(--line);
}

.qr-row {
  position: relative;
  display: block;
  height: calc(375.458px * var(--s));
  border-bottom: calc(0.667px * var(--s)) solid var(--line);
}

.qr-row > div {
  position: absolute;
  top: calc(33.29px * var(--s));
  width: calc(260px * var(--s));
}

.qr-row > div:first-child {
  left: 0;
}

.qr-row > div:nth-child(2) {
  left: calc(290px * var(--s));
  width: calc(503px * var(--s));
}

.qr-row > div:first-child p {
  width: calc(203px * var(--s));
}

.qr-row > div:nth-child(2) p {
  width: calc(503px * var(--s));
}

.qr-row h2,
.address-row h2 {
  margin: 0;
  font-family: var(--display);
  font-size: calc(41.6px * var(--s));
  line-height: calc(39.52px * var(--s));
  font-weight: 700;
}

.qr-row p,
.address-row p {
  margin: calc(18px * var(--s)) 0 0;
  color: var(--muted);
  font-family: var(--mono);
  font-size: calc(16px * var(--s));
  line-height: calc(26.4px * var(--s));
}

.qr-row img {
  position: absolute;
  top: calc(121.5px * var(--s));
  width: calc(180px * var(--s));
  height: calc(180px * var(--s));
  display: block;
  margin-top: 0;
  border: calc(0.667px * var(--s)) solid var(--line);
  object-fit: contain;
}

.address-row {
  padding-top: calc(33px * var(--s));
}

.work-detail-page {
  background: var(--surface);
}

.detail-hero {
  position: relative;
  width: 100%;
  height: calc(1654px * var(--s));
}

.detail-title {
  position: absolute;
  left: calc(112px * var(--s));
  top: calc(88.67px * var(--s));
  width: calc(1174px * var(--s));
  height: calc(500px * var(--s));
}

.detail-title > a {
  color: var(--muted);
  font-family: var(--mono);
  font-size: calc(13.44px * var(--s));
}

.detail-title > div {
  position: absolute;
  left: 0;
  top: calc(177.15px * var(--s));
}

.detail-title h1 {
  width: calc(980px * var(--s));
  margin: 0;
  font-family: var(--display);
  font-size: calc(160px * var(--s));
  line-height: calc(137.6px * var(--s));
  font-weight: 700;
  letter-spacing: 0;
}

.detail-title p {
  margin: calc(24px * var(--s)) 0 0;
  color: var(--muted);
  font-family: var(--mono);
  font-size: calc(16.32px * var(--s));
  line-height: calc(23.664px * var(--s));
}

.detail-sidebar {
  position: absolute;
  left: calc(1378px * var(--s));
  top: calc(100.67px * var(--s));
  width: calc(430px * var(--s));
}

.detail-sidebar .eyebrow {
  font-size: calc(12.16px * var(--s));
}

.detail-sidebar dl {
  display: grid;
  gap: calc(32px * var(--s));
  margin: calc(64px * var(--s)) 0 0;
}

.detail-sidebar dt,
.detail-sidebar dd {
  margin: 0;
  font-family: var(--mono);
  font-size: calc(16px * var(--s));
  line-height: calc(24px * var(--s));
}

.detail-sidebar dt {
  color: var(--muted);
}

.detail-sidebar dd {
  color: var(--ink);
}

.detail-wall {
  position: absolute;
  left: calc(112px * var(--s));
  top: calc(680.67px * var(--s));
  width: calc(1696px * var(--s));
  margin: 0;
}

.detail-wall > div {
  height: calc(820px * var(--s));
  display: grid;
  place-items: center;
  background: #f0f0ee;
}

.detail-wall img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  box-shadow: none;
}

.detail-wall figcaption,
.detail-image-sequence figcaption {
  margin-top: calc(18px * var(--s));
  color: var(--muted);
  font-family: var(--mono);
  font-size: calc(13.44px * var(--s));
  line-height: calc(19.488px * var(--s));
}

.detail-image-sequence {
  position: relative;
  width: 100%;
  height: calc(3756.063px * var(--s));
  border-top: calc(0.667px * var(--s)) solid var(--line);
}

.detail-full,
.detail-wide,
.detail-crop {
  position: absolute;
  margin: 0;
}

.detail-full {
  left: 0;
  top: 0;
  width: 100%;
  height: calc(1372.438px * var(--s));
}

.detail-full img {
  position: absolute;
  left: calc(451px * var(--s));
  top: calc(112.33px * var(--s));
  width: calc(1035px * var(--s));
  height: calc(1035px * var(--s));
  object-fit: contain;
}

.detail-full figcaption {
  position: absolute;
  left: calc(300px * var(--s));
  top: calc(1314px * var(--s));
  margin: 0;
}

.detail-wide {
  left: 0;
  top: calc(1505.104px * var(--s));
  width: 100%;
}

.detail-wide img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}

.detail-wide figcaption {
  margin-left: calc(112px * var(--s));
}

.detail-crop {
  left: calc(260px * var(--s));
  top: calc(2638.583px * var(--s));
  width: calc(1400px * var(--s));
}

.detail-crop img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}

.detail-notes {
  position: relative;
  width: 100%;
  height: calc(808.667px * var(--s));
  border-top: calc(0.667px * var(--s)) solid var(--line);
}

.detail-notes > div:first-child {
  position: absolute;
  left: calc(260px * var(--s));
  top: calc(116.67px * var(--s));
  width: calc(360px * var(--s));
}

.detail-notes h2 {
  margin: calc(18px * var(--s)) 0 0;
  font-family: var(--display);
  font-size: calc(51.2px * var(--s));
  line-height: calc(51.2px * var(--s));
  font-weight: 700;
}

.detail-note-content {
  position: absolute;
  left: calc(740px * var(--s));
  top: calc(116.67px * var(--s));
  display: grid;
  grid-template-columns: calc(300.24px * var(--s)) calc(533.76px * var(--s));
  column-gap: calc(86px * var(--s));
}

.detail-note-content article {
  border-top: calc(0.667px * var(--s)) solid var(--line);
}

.detail-note-content h3 {
  margin: calc(28px * var(--s)) 0 calc(28px * var(--s));
  font-family: var(--display);
  font-size: calc(16px * var(--s));
  line-height: calc(22px * var(--s));
}

.detail-note-content dl {
  margin: 0;
}

.detail-note-content dl div {
  display: grid;
  grid-template-columns: calc(150px * var(--s)) 1fr;
  border-top: calc(0.667px * var(--s)) solid var(--line);
  padding: calc(19px * var(--s)) 0;
}

.detail-note-content dt,
.detail-note-content dd,
.detail-note-content p {
  margin: 0;
  font-family: var(--mono);
  font-size: calc(16px * var(--s));
  line-height: calc(24px * var(--s));
}

.detail-note-content dt {
  color: var(--muted);
}

.detail-note-content dd,
.detail-note-content p {
  color: var(--ink);
}

.detail-note-content article + article p {
  margin-bottom: calc(24px * var(--s));
}

.detail-more {
  position: relative;
  width: 100%;
  height: calc(3238.833px * var(--s));
  border-top: calc(0.667px * var(--s)) solid var(--line);
}

.detail-more nav {
  position: absolute;
  left: calc(897px * var(--s));
  top: calc(86px * var(--s));
  display: flex;
  gap: calc(10px * var(--s));
  color: var(--muted);
  font-family: var(--mono);
  font-size: calc(13.44px * var(--s));
}

.back-home {
  position: absolute;
  left: calc(112px * var(--s));
  top: calc(119px * var(--s));
  width: calc(1696px * var(--s));
  color: var(--muted);
  font-family: var(--mono);
  font-size: calc(13.44px * var(--s));
  text-align: center;
}

.artwork-grid-compact {
  top: calc(214.875px * var(--s));
}

@media (max-width: 760px) {
  :root {
    --s: 1;
    --stage-w: 100%;
  }

  .site-shell,
  main,
  .hero-section,
  .focus-section,
  .overview-section,
  .timeline-section,
  .map-section,
  .site-footer {
    width: 100%;
  }

  .site-header {
    height: auto;
    min-height: 112px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 18px 12px;
    padding: 24px 16px 18px;
    border-bottom: 1px solid #efeeeb;
  }

  .brand,
  .nav-links,
  .language-button,
  .menu-button {
    position: static;
  }

  .brand {
    grid-column: 1;
    grid-row: 1;
    width: auto;
    min-width: 0;
    align-self: start;
    font-size: clamp(20px, 6vw, 24px);
    line-height: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .language-button {
    grid-column: 1 / -1;
    grid-row: 3;
    justify-self: start;
    align-self: start;
    width: 58px;
    height: 30px;
    border-radius: 100px;
    font-size: 13px;
    line-height: 18px;
  }

  .menu-button {
    grid-column: 2;
    grid-row: 1;
    display: inline-flex;
    width: 36px;
    height: 30px;
    align-self: start;
    justify-self: end;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding: 0;
  }

  .menu-button span {
    display: block;
    width: 22px;
    height: 2px;
    background: currentColor;
    border-radius: 2px;
    transform-origin: center;
    transition:
      transform 180ms ease,
      opacity 180ms ease;
  }

  .site-header.is-menu-open .menu-button span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .site-header.is-menu-open .menu-button span:nth-child(2) {
    opacity: 0;
  }

  .site-header.is-menu-open .menu-button span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  .nav-links {
    grid-column: 1 / -1;
    grid-row: 2;
    display: none;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    gap: 0;
    overflow-x: visible;
    padding-top: 10px;
    border-top: 1px solid var(--line);
    font-size: 13px;
    line-height: 18px;
  }

  .site-header.is-menu-open .nav-links {
    display: flex;
  }

  .site-header:not(.is-menu-open) .language-button {
    display: none;
  }

  .site-header.is-menu-open .language-button {
    display: flex;
  }

  .nav-links a {
    height: auto;
    padding: 13px 0;
    border-bottom: 1px solid var(--line);
  }

  .hero-section {
    position: relative;
    height: auto;
    padding: 48px 16px 54px;
  }

  .hero-section .eyebrow,
  .hero-section h1,
  .hero-copy {
    position: static;
    width: auto;
  }

  .hero-section .eyebrow {
    font-size: 12px;
    line-height: 18px;
  }

  .hero-section h1 {
    margin-top: 28px;
    max-width: 100%;
    font-size: 32px;
    line-height: 0.9;
    white-space: normal;
  }

  .hero-copy {
    margin-top: 28px;
    font-size: 14px;
    line-height: 24px;
  }

  .focus-section {
    height: auto;
    padding: 0 16px 54px;
  }

  .focus-image,
  .focus-panel,
  .focus-panel .eyebrow,
  .focus-panel h2,
  .focus-panel p:not(.eyebrow) {
    position: static;
    width: auto;
    height: auto;
  }

  .focus-image {
    width: 100%;
    aspect-ratio: 1182 / 620;
    margin-bottom: 42px;
  }

  .focus-panel .eyebrow {
    font-size: 12px;
    line-height: 18px;
  }

  .focus-panel h2 {
    margin-top: 24px;
    font-size: 34px;
    line-height: 38px;
  }

  .focus-panel p:not(.eyebrow) {
    margin-top: 24px;
    font-size: 14px;
    line-height: 24px;
  }

  .overview-section {
    display: block;
    height: auto;
  }

  .overview-section article {
    height: 148px;
    border-left: 0;
    border-bottom: 1px solid var(--line);
  }

  .overview-kicker,
  .overview-section strong,
  .overview-section span {
    left: 16px;
  }

  .overview-kicker {
    top: 24px;
    font-size: 13px;
  }

  .overview-section strong {
    top: 58px;
    font-size: 56px;
    line-height: 52px;
  }

  .overview-section span {
    top: 112px;
    font-size: 12px;
  }

  .timeline-section {
    height: auto;
    padding: 0 16px;
  }

  .timeline-heading {
    display: none;
  }

  .timeline-list {
    width: 100%;
  }

  .year-row,
  .year-row:nth-child(n) {
    display: grid;
    grid-template-columns: 80px 1fr;
    gap: 20px;
    height: auto;
    min-height: 0;
    padding: 30px 0 34px;
  }

  .year-row h3,
  .entries {
    position: static;
  }

  .year-row h3 {
    font-size: 28px;
    line-height: 1;
  }

  .entries {
    width: auto;
    display: grid;
    gap: 22px;
  }

  .entries p,
  .entries p + p {
    height: auto;
    border-top: 0;
    padding: 0;
  }

  .entries span,
  .entries p + p span,
  .entries small,
  .entries p + p small {
    position: static;
    display: block;
    width: auto;
    max-width: none;
    text-align: left;
    white-space: normal;
  }

  .entries span {
    font-size: 14px;
    line-height: 1.55;
  }

  .entries small {
    margin-top: 8px;
    font-size: 12px;
    line-height: 1.5;
  }

  .map-section {
    height: auto;
    padding: 0 16px 48px;
  }

  .map-title-row,
  .map-shell {
    position: static;
  }

  .map-title-row {
    padding: 32px 0 20px;
    border-top: 1px solid var(--line);
  }

  .map-title-row h2 {
    width: auto;
    font-size: 13px;
    line-height: 20px;
  }

  .map-shell {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1.08;
  }

  .map-labels,
  .map-lines {
    display: none;
  }

  .zoom-controls {
    left: auto;
    right: 12px;
    top: 12px;
  }

  .zoom-controls button {
    width: 38px;
    height: 38px;
    font-size: 16px;
  }

  .mobile-location-strip {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 14px;
  }

  .mobile-location-strip span {
    border: 1px solid var(--line);
    background: var(--map-bg);
    padding: 8px 10px;
    font-family: var(--mono);
    font-size: 12px;
    line-height: 1;
  }

  .site-footer {
    height: auto;
    min-height: 88px;
    padding: 24px 16px;
    display: grid;
    gap: 10px;
    font-size: 12px;
  }

  .site-footer span,
  .site-footer a {
    position: static;
  }
}

@media (max-width: 360px) {
  .hero-section h1 {
    font-size: 30px;
  }
}

@media (max-width: 760px) {
  .art-process {
    width: 100%;
    height: auto;
  }

  .art-process p {
    right: 16px;
    bottom: 20px;
    font-size: 14px;
    line-height: 18px;
  }

  .art-intro {
    width: 100%;
    height: auto;
    padding: 42px 16px 48px;
  }

  .art-intro h1,
  .art-intro p {
    position: static;
    width: auto;
  }

  .art-intro h1 {
    font-size: 64px;
    line-height: 0.94;
    white-space: normal;
  }

  .art-intro p {
    margin-top: 24px;
    font-size: 14px;
    line-height: 24px;
  }

  .artwork-section {
    width: 100%;
    height: auto;
    padding: 0 16px 52px;
  }

  .artwork-grid,
  .artwork-grid-compact {
    position: static;
    display: grid;
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .work-card {
    width: 100%;
    min-height: 0;
  }

  .work-image {
    height: auto;
    aspect-ratio: 552.667 / 453.177;
    padding: 26px;
  }

  .work-meta {
    padding: 20px 0 0;
  }

  .work-meta p,
  .work-meta span {
    font-size: 12px;
    line-height: 18px;
  }

  .work-meta h2 {
    font-size: 16px;
    line-height: 22px;
  }

  .about-page,
  .contact-page,
  .work-detail-page {
    width: 100%;
  }

  .about-hero,
  .about-statement,
  .about-bio,
  .contact-hero,
  .contact-methods,
  .detail-hero,
  .detail-image-sequence,
  .detail-notes,
  .detail-more {
    height: auto;
    padding: 42px 16px;
  }

  .zh-page .contact-methods {
    height: auto;
  }

  .about-title-block,
  .about-lede,
  .about-portrait,
  .about-section-title,
  .about-copy,
  .contact-title-block,
  .contact-hero > p,
  .email-card,
  .contact-side,
  .detail-title,
  .detail-sidebar,
  .detail-wall,
  .detail-full,
  .detail-wide,
  .detail-crop,
  .detail-notes > div:first-child,
  .detail-note-content,
  .detail-more nav,
  .back-home {
    position: static;
    width: auto;
  }

  .about-title-block h1,
  .contact-title-block h1 {
    width: auto;
    margin-top: 30px;
    font-size: 32px;
    line-height: 0.94;
    white-space: normal;
  }

  .detail-title h1 {
    width: auto;
    margin-top: 30px;
    font-size: 64px;
    line-height: 0.94;
    white-space: normal;
  }

  .about-lede,
  .contact-hero > p {
    margin-top: 28px;
    font-size: 14px;
    line-height: 24px;
  }

  .about-portrait {
    width: min(100%, 390px);
    max-width: 390px;
    height: auto;
    aspect-ratio: 390 / 490;
    margin-top: 36px;
  }

  .about-statement,
  .about-bio,
  .about-facts {
    border-top: 1px solid var(--line);
  }

  .about-section-title h2 {
    width: auto;
    margin-top: 24px;
    font-size: 32px;
    line-height: 36px;
  }

  .about-copy {
    display: grid;
    gap: 22px;
    margin-top: 28px;
  }

  .about-copy p {
    font-size: 14px;
    line-height: 24px;
  }

  .about-facts {
    display: block;
    width: 100%;
    height: auto;
  }

  .about-facts article {
    height: 148px;
    border-left: 0;
    border-bottom: 1px solid var(--line);
  }

  .about-facts p,
  .about-facts strong,
  .about-facts span {
    left: 16px;
  }

  .about-facts p {
    top: 24px;
    font-size: 13px;
  }

  .about-facts strong {
    top: 58px;
    font-size: 42px;
    line-height: 42px;
  }

  .about-facts span {
    top: 112px;
    font-size: 12px;
  }

  .email-card {
    height: auto;
    padding: 36px 24px;
  }

  html[lang="en"] .email-card {
    height: auto;
    padding-bottom: 48px;
  }

  .email-card h2 {
    width: auto;
    font-size: 38px;
    line-height: 40px;
  }

  html[lang="en"] .email-card h2 {
    font-size: 24px;
    line-height: 28px;
  }

  .email-card p:not(.eyebrow) {
    width: auto;
    font-size: 14px;
    line-height: 24px;
  }

  .email-button {
    width: 170px;
    height: 48px;
    font-size: 13px;
  }

  .email-link {
    font-size: 16px;
  }

  .contact-side {
    height: auto;
    margin-top: 34px;
    border-top: 1px solid var(--line);
  }

  .qr-row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 34px;
    height: auto;
    padding: 30px 0;
  }

  .qr-row > div,
  .qr-row > div:first-child,
  .qr-row > div:nth-child(2) {
    position: static;
    width: auto;
  }

  .qr-row > div:first-child p,
  .qr-row > div:nth-child(2) p {
    width: auto;
  }

  .qr-row h2,
  .address-row h2 {
    font-size: 32px;
    line-height: 34px;
  }

  .qr-row p,
  .address-row p {
    font-size: 14px;
    line-height: 23px;
  }

  .qr-row img {
    position: static;
    width: 160px;
    height: 160px;
    margin-top: 35px;
  }

  .address-row {
    padding-top: 30px;
  }

  .detail-title > div {
    position: static;
    margin-top: 44px;
  }

  .detail-title p,
  .detail-sidebar dt,
  .detail-sidebar dd,
  .detail-note-content dt,
  .detail-note-content dd,
  .detail-note-content p {
    font-size: 14px;
    line-height: 24px;
  }

  .detail-sidebar {
    margin-top: 38px;
  }

  .detail-sidebar dl {
    gap: 24px;
    margin-top: 28px;
  }

  .detail-wall {
    margin-top: 44px;
  }

  .detail-wall > div {
    height: auto;
    aspect-ratio: 1696 / 820;
  }

  .detail-wall img {
    width: 100%;
    height: 100%;
  }

  .detail-full img,
  .detail-wide img,
  .detail-crop img {
    position: static;
    width: 100%;
    height: auto;
    display: block;
  }

  .detail-full,
  .detail-wide,
  .detail-crop {
    margin-bottom: 42px;
  }

  .detail-full figcaption,
  .detail-wide figcaption,
  .detail-crop figcaption {
    position: static;
    margin: 14px 0 0;
  }

  .detail-notes h2 {
    font-size: 34px;
    line-height: 38px;
  }

  .detail-note-content {
    display: grid;
    grid-template-columns: 1fr;
    gap: 34px;
    margin-top: 32px;
  }

  .detail-note-content dl div {
    grid-template-columns: 120px 1fr;
  }

  .detail-more nav {
    justify-content: center;
  }

  .back-home {
    display: block;
    margin: 18px 0 34px;
  }
}

@media (max-width: 760px) {
  .zh-page .brand {
    width: auto;
    font-size: clamp(22px, 7vw, 28px);
    line-height: 1;
    letter-spacing: -1.6px;
    white-space: nowrap;
  }

  .zh-page .nav-links {
    font-size: 14px;
    letter-spacing: 0.4px;
  }

  .zh-page .language-button {
    width: 48px;
    height: 30px;
    font-size: 13px;
  }

  .zh-page .art-process p {
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.8px;
  }

  .zh-page .art-intro h1 {
    font-size: 58px;
    line-height: 1.02;
    letter-spacing: -1.8px;
  }

  .zh-page .hero-section {
    height: auto;
  }

  .zh-page .hero-section h1 {
    width: auto;
    font-size: 33px;
    line-height: 0.95;
    letter-spacing: -4.2px;
    white-space: normal;
  }

  .zh-page .hero-copy,
  .zh-page .focus-panel p:not(.eyebrow),
  .zh-page .entries span,
  .zh-page .entries small {
    font-size: 14px;
    line-height: 24px;
  }

  .zh-page .focus-panel h2 {
    font-size: 34px;
    line-height: 38px;
    letter-spacing: -1px;
  }

  .zh-page .timeline-section {
    height: auto;
  }

  .zh-page .year-row h3 {
    letter-spacing: -1.2px;
  }

  .zh-page .contact-title-block h1,
  .zh-page .about-title-block h1 {
    letter-spacing: -2px;
  }
}

@media (max-width: 360px) {
  .zh-page .brand {
    font-size: 25px;
  }

  .zh-page .art-intro h1 {
    font-size: 52px;
  }

  .zh-page .hero-section h1 {
    font-size: 30px;
  }
}

/* Complete artwork archive */

.artwork-archive,
.artwork-record-page {
  width: var(--stage-w);
  border-top: calc(0.667px * var(--s)) solid var(--line);
  background: var(--surface);
}

.archive-hero {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(0, 1fr);
  gap: calc(96px * var(--s));
  align-items: end;
  min-height: calc(420px * var(--s));
  padding: calc(92px * var(--s)) calc(112px * var(--s)) calc(84px * var(--s));
}

.archive-eyebrow,
.archive-hero__copy,
.collection-index,
.collection-header,
.archive-card__line,
.archive-card__meta > p,
.archive-card__meta > small,
.record-back,
.record-kicker,
.record-alt-title,
.record-intro__facts,
.record-figure figcaption,
.record-pagination span {
  font-family: var(--mono);
}

.zh-page .archive-eyebrow,
.zh-page .archive-hero__copy,
.zh-page .collection-index,
.zh-page .collection-header,
.zh-page .archive-card__line,
.zh-page .archive-card__meta > p,
.zh-page .archive-card__meta > small,
.zh-page .record-back,
.zh-page .record-kicker,
.zh-page .record-alt-title,
.zh-page .record-intro__facts,
.zh-page .record-figure figcaption,
.zh-page .record-pagination span {
  font-family: "PingFang SC", "Noto Sans SC", Arial, sans-serif;
}

.archive-eyebrow {
  margin: 0 0 calc(46px * var(--s));
  color: var(--muted);
  font-size: max(12px, calc(13px * var(--s)));
  line-height: max(18px, calc(19px * var(--s)));
  text-transform: uppercase;
}

.archive-hero h1 {
  margin: 0;
  font-family: var(--display);
  font-size: calc(118px * var(--s));
  line-height: 0.92;
  font-weight: 700;
  letter-spacing: 0;
}

.archive-hero__copy {
  align-self: end;
  padding-bottom: calc(5px * var(--s));
}

.archive-hero__copy p {
  max-width: calc(510px * var(--s));
  margin: 0;
  color: var(--muted);
  font-size: max(14px, calc(16px * var(--s)));
  line-height: max(24px, calc(27px * var(--s)));
}

.archive-hero__copy span {
  display: block;
  margin-top: calc(36px * var(--s));
  color: var(--ink);
  font-size: max(12px, calc(13px * var(--s)));
  line-height: max(18px, calc(19px * var(--s)));
  text-transform: uppercase;
}

.collection-index {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  padding: 0 calc(112px * var(--s));
  border-top: calc(0.667px * var(--s)) solid var(--line);
  border-bottom: calc(0.667px * var(--s)) solid var(--line);
}

.collection-index a {
  position: relative;
  min-height: max(104px, calc(142px * var(--s)));
  padding: calc(28px * var(--s)) calc(26px * var(--s));
  border-left: calc(0.667px * var(--s)) solid var(--line);
  transition: background-color 160ms ease;
}

.collection-index a:last-child {
  border-right: calc(0.667px * var(--s)) solid var(--line);
}

.collection-index a:hover,
.collection-index a:focus-visible {
  background: #f5f5f3;
}

.collection-index span,
.collection-index small {
  color: var(--muted);
  font-size: max(11px, calc(12px * var(--s)));
  line-height: max(17px, calc(18px * var(--s)));
  font-weight: 400;
}

.collection-index strong {
  display: block;
  max-width: calc(240px * var(--s));
  margin-top: calc(18px * var(--s));
  font-size: max(12px, calc(13px * var(--s)));
  line-height: max(17px, calc(18px * var(--s)));
  font-weight: 400;
}

.collection-index small {
  position: absolute;
  right: calc(20px * var(--s));
  top: calc(28px * var(--s));
}

.collection-section {
  scroll-margin-top: calc(24px * var(--s));
  border-bottom: calc(0.667px * var(--s)) solid var(--line);
}

.collection-header {
  display: grid;
  grid-template-columns: calc(78px * var(--s)) calc(610px * var(--s)) minmax(0, 1fr) auto;
  gap: calc(32px * var(--s));
  align-items: start;
  padding: calc(76px * var(--s)) calc(112px * var(--s)) calc(58px * var(--s));
}

.collection-header > span,
.collection-header > small {
  color: var(--muted);
  font-size: max(12px, calc(13px * var(--s)));
  line-height: max(18px, calc(20px * var(--s)));
  font-weight: 400;
}

.collection-header h2 {
  max-width: calc(580px * var(--s));
  margin: 0;
  font-family: var(--display);
  font-size: max(34px, calc(46px * var(--s)));
  line-height: max(38px, calc(50px * var(--s)));
  font-weight: 700;
  letter-spacing: 0;
}

.collection-header p {
  max-width: calc(560px * var(--s));
  margin: 0;
  color: var(--muted);
  font-size: max(13px, calc(15px * var(--s)));
  line-height: max(22px, calc(25px * var(--s)));
}

.archive-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: calc(64px * var(--s)) calc(56px * var(--s));
  padding: 0 calc(75px * var(--s)) calc(108px * var(--s));
}

.archive-card {
  min-width: 0;
}

.archive-card__image {
  position: relative;
  display: grid;
  place-items: center;
  width: 100%;
  aspect-ratio: 4 / 3;
  padding: calc(42px * var(--s));
  overflow: hidden;
  background: #f2f2f0;
}

.archive-card__image img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  transition: transform 220ms ease;
}

.archive-card__image:hover img,
.archive-card__image:focus-visible img {
  transform: scale(1.012);
}

.archive-card__image > span {
  position: absolute;
  right: calc(14px * var(--s));
  bottom: calc(14px * var(--s));
  padding: calc(7px * var(--s)) calc(9px * var(--s));
  color: #ffffff;
  background: rgba(17, 17, 17, 0.88);
  font-family: var(--mono);
  font-size: max(10px, calc(11px * var(--s)));
  line-height: 1;
}

.archive-card__meta {
  padding: calc(24px * var(--s)) calc(2px * var(--s)) 0;
}

.archive-card__line {
  display: flex;
  justify-content: space-between;
  gap: calc(24px * var(--s));
  color: var(--muted);
  font-size: max(11px, calc(12px * var(--s)));
  line-height: max(17px, calc(18px * var(--s)));
  text-transform: uppercase;
}

.archive-card__line span:last-child {
  text-align: right;
}

.archive-card__meta h3 {
  min-height: max(48px, calc(48px * var(--s)));
  margin: calc(12px * var(--s)) 0 calc(8px * var(--s));
  font-family: var(--display);
  font-size: max(16px, calc(20px * var(--s)));
  line-height: max(21px, calc(24px * var(--s)));
  font-weight: 700;
  letter-spacing: 0;
}

.archive-card__meta > p,
.archive-card__meta > small {
  display: block;
  margin: 0;
  color: var(--muted);
  font-size: max(11px, calc(12px * var(--s)));
  line-height: max(18px, calc(19px * var(--s)));
}

.artwork-record-page {
  min-height: calc(900px * var(--s));
}

.record-intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) calc(430px * var(--s));
  gap: calc(120px * var(--s));
  min-height: calc(670px * var(--s));
  padding: calc(82px * var(--s)) calc(112px * var(--s)) calc(92px * var(--s));
}

.record-back {
  display: inline-block;
  color: var(--muted);
  font-size: max(12px, calc(13px * var(--s)));
  line-height: max(18px, calc(19px * var(--s)));
}

.record-back::before {
  content: "←";
  margin-right: calc(10px * var(--s));
}

.record-kicker {
  display: flex;
  gap: calc(24px * var(--s));
  margin-top: calc(112px * var(--s));
  color: var(--muted);
  font-size: max(12px, calc(13px * var(--s)));
  line-height: max(18px, calc(20px * var(--s)));
  text-transform: uppercase;
}

.record-intro h1 {
  max-width: calc(1120px * var(--s));
  margin: calc(32px * var(--s)) 0 0;
  font-family: var(--display);
  font-size: max(56px, calc(92px * var(--s)));
  line-height: 0.98;
  font-weight: 700;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}

.record-alt-title {
  margin: calc(28px * var(--s)) 0 0;
  color: var(--muted);
  font-size: max(13px, calc(15px * var(--s)));
  line-height: max(21px, calc(24px * var(--s)));
}

.record-intro__facts {
  align-self: start;
  margin-top: calc(94px * var(--s));
}

.record-intro__facts dl {
  margin: 0;
  border-top: calc(0.667px * var(--s)) solid var(--line);
}

.record-intro__facts dl div {
  display: grid;
  grid-template-columns: calc(120px * var(--s)) minmax(0, 1fr);
  gap: calc(22px * var(--s));
  padding: calc(20px * var(--s)) 0;
  border-bottom: calc(0.667px * var(--s)) solid var(--line);
}

.record-intro__facts dt,
.record-intro__facts dd {
  margin: 0;
  font-size: max(12px, calc(14px * var(--s)));
  line-height: max(19px, calc(22px * var(--s)));
}

.record-intro__facts dt {
  color: var(--muted);
}

.record-images {
  border-top: calc(0.667px * var(--s)) solid var(--line);
}

.record-figure {
  margin: 0;
  padding: calc(112px * var(--s));
}

.record-figure + .record-figure {
  border-top: calc(0.667px * var(--s)) solid var(--line);
}

.record-figure__stage {
  display: grid;
  place-items: center;
  width: 100%;
  height: calc(1080px * var(--s));
  padding: calc(86px * var(--s)) calc(120px * var(--s));
  background: #f2f2f0;
}

.record-figure__stage img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.record-figure figcaption {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: calc(24px * var(--s));
  margin-top: calc(18px * var(--s));
  color: var(--muted);
  font-size: max(11px, calc(13px * var(--s)));
  line-height: max(17px, calc(20px * var(--s)));
}

.record-context {
  display: grid;
  grid-template-columns: calc(520px * var(--s)) minmax(0, 1fr);
  gap: calc(120px * var(--s));
  padding: calc(112px * var(--s)) calc(260px * var(--s));
  border-top: calc(0.667px * var(--s)) solid var(--line);
}

.record-context > div > span {
  color: var(--muted);
  font-family: var(--mono);
  font-size: max(12px, calc(13px * var(--s)));
  line-height: max(18px, calc(20px * var(--s)));
}

.record-context h2 {
  margin: calc(22px * var(--s)) 0 0;
  font-family: var(--display);
  font-size: max(34px, calc(48px * var(--s)));
  line-height: max(38px, calc(52px * var(--s)));
  font-weight: 700;
  letter-spacing: 0;
}

.record-context > p {
  max-width: calc(660px * var(--s));
  margin: calc(42px * var(--s)) 0 0;
  color: var(--muted);
  font-family: var(--mono);
  font-size: max(14px, calc(16px * var(--s)));
  line-height: max(24px, calc(28px * var(--s)));
}

.zh-page .record-context > p,
.zh-page .record-context > div > span {
  font-family: "PingFang SC", "Noto Sans SC", Arial, sans-serif;
}

.record-pagination {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: calc(0.667px * var(--s)) solid var(--line);
  border-bottom: calc(0.667px * var(--s)) solid var(--line);
}

.record-pagination a {
  min-height: calc(190px * var(--s));
  padding: calc(44px * var(--s)) calc(112px * var(--s));
  transition: background-color 160ms ease;
}

.record-pagination a + a {
  border-left: calc(0.667px * var(--s)) solid var(--line);
  text-align: right;
}

.record-pagination a:hover,
.record-pagination a:focus-visible {
  background: #f5f5f3;
}

.record-pagination span {
  display: block;
  color: var(--muted);
  font-size: max(11px, calc(12px * var(--s)));
  line-height: max(17px, calc(18px * var(--s)));
  text-transform: uppercase;
}

.record-pagination strong {
  display: block;
  margin-top: calc(24px * var(--s));
  font-family: var(--display);
  font-size: max(18px, calc(24px * var(--s)));
  line-height: max(23px, calc(29px * var(--s)));
  font-weight: 700;
  letter-spacing: 0;
}

.record-related {
  padding-top: calc(92px * var(--s));
}

.record-related > header {
  padding: 0 calc(112px * var(--s)) calc(54px * var(--s));
}

.record-related h2 {
  margin: 0;
  font-family: var(--display);
  font-size: max(34px, calc(46px * var(--s)));
  line-height: max(38px, calc(50px * var(--s)));
  font-weight: 700;
  letter-spacing: 0;
}

.archive-grid--related {
  padding-bottom: calc(112px * var(--s));
}

.archive-card--compact .archive-card__meta h3 {
  margin-bottom: calc(6px * var(--s));
}

.archive-card--compact .archive-card__meta > small {
  margin-top: calc(8px * var(--s));
}

@media (min-width: 761px) and (max-width: 1100px) {
  .archive-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .collection-header {
    grid-template-columns: calc(70px * var(--s)) minmax(0, 1fr);
  }

  .collection-header p,
  .collection-header > small {
    grid-column: 2;
  }

  .record-intro {
    grid-template-columns: minmax(0, 1fr) calc(520px * var(--s));
    gap: calc(72px * var(--s));
  }
}

@media (max-width: 760px) {
  .artwork-archive,
  .artwork-record-page {
    width: 100%;
  }

  .archive-hero {
    grid-template-columns: 1fr;
    gap: 34px;
    min-height: 0;
    padding: 48px 16px 46px;
  }

  .archive-eyebrow {
    margin-bottom: 28px;
    font-size: 12px;
    line-height: 18px;
  }

  .archive-hero h1 {
    font-size: 58px;
    line-height: 0.96;
  }

  .archive-hero__copy {
    padding: 0;
  }

  .archive-hero__copy p {
    max-width: 560px;
    font-size: 14px;
    line-height: 24px;
  }

  .archive-hero__copy span {
    margin-top: 24px;
    font-size: 12px;
    line-height: 18px;
  }

  .collection-index {
    display: flex;
    gap: 0;
    padding: 0;
    overflow-x: auto;
    scroll-snap-type: x proximity;
  }

  .collection-index a {
    flex: 0 0 220px;
    min-height: 122px;
    padding: 24px 18px;
    scroll-snap-align: start;
  }

  .collection-index a:last-child {
    border-right: 0;
  }

  .collection-index span,
  .collection-index small {
    font-size: 11px;
    line-height: 17px;
  }

  .collection-index strong {
    max-width: 170px;
    margin-top: 14px;
    font-size: 12px;
    line-height: 17px;
  }

  .collection-index small {
    right: 16px;
    top: 24px;
  }

  .collection-section {
    scroll-margin-top: 0;
  }

  .collection-header {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 48px 16px 36px;
  }

  .collection-header h2 {
    max-width: 560px;
    font-size: 34px;
    line-height: 38px;
  }

  .collection-header p {
    max-width: 560px;
    font-size: 14px;
    line-height: 24px;
  }

  .collection-header > span,
  .collection-header > small {
    font-size: 12px;
    line-height: 18px;
  }

  .archive-grid {
    grid-template-columns: 1fr;
    gap: 46px;
    padding: 0 16px 64px;
  }

  .archive-card__image {
    padding: 26px;
  }

  .archive-card__image > span {
    right: 10px;
    bottom: 10px;
    padding: 6px 8px;
    font-size: 10px;
  }

  .archive-card__meta {
    padding-top: 18px;
  }

  .archive-card__line {
    font-size: 11px;
    line-height: 17px;
  }

  .archive-card__meta h3 {
    min-height: 0;
    margin: 10px 0 7px;
    font-size: 18px;
    line-height: 23px;
  }

  .archive-card__meta > p,
  .archive-card__meta > small {
    font-size: 12px;
    line-height: 18px;
  }

  .record-intro {
    grid-template-columns: 1fr;
    gap: 42px;
    min-height: 0;
    padding: 42px 16px 52px;
  }

  .record-back {
    font-size: 12px;
    line-height: 18px;
  }

  .record-kicker {
    flex-direction: column;
    gap: 6px;
    margin-top: 64px;
    font-size: 12px;
    line-height: 18px;
  }

  .record-intro h1 {
    max-width: 620px;
    margin-top: 24px;
    font-size: 44px;
    line-height: 1;
  }

  .record-alt-title {
    margin-top: 18px;
    font-size: 13px;
    line-height: 21px;
  }

  .record-intro__facts {
    margin-top: 0;
  }

  .record-intro__facts dl div {
    grid-template-columns: 92px minmax(0, 1fr);
    gap: 18px;
    padding: 16px 0;
  }

  .record-intro__facts dt,
  .record-intro__facts dd {
    font-size: 13px;
    line-height: 21px;
  }

  .record-figure {
    padding: 48px 16px;
  }

  .record-figure__stage {
    height: 70svh;
    min-height: 380px;
    max-height: 680px;
    padding: 28px 20px;
  }

  .record-figure figcaption {
    grid-template-columns: 1fr;
    gap: 5px;
    margin-top: 14px;
    font-size: 12px;
    line-height: 18px;
  }

  .record-context {
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 54px 16px 60px;
  }

  .record-context > div > span {
    font-size: 12px;
    line-height: 18px;
  }

  .record-context h2 {
    margin-top: 16px;
    font-size: 34px;
    line-height: 38px;
  }

  .record-context > p {
    max-width: 600px;
    margin: 0;
    font-size: 14px;
    line-height: 24px;
  }

  .record-pagination {
    grid-template-columns: 1fr;
  }

  .record-pagination a {
    min-height: 0;
    padding: 32px 16px 36px;
  }

  .record-pagination a + a {
    border-top: 1px solid var(--line);
    border-left: 0;
    text-align: left;
  }

  .record-pagination span {
    font-size: 11px;
    line-height: 17px;
  }

  .record-pagination strong {
    margin-top: 16px;
    font-size: 20px;
    line-height: 25px;
  }

  .record-related {
    padding-top: 56px;
  }

  .record-related > header {
    padding: 0 16px 34px;
  }

  .record-related h2 {
    font-size: 32px;
    line-height: 36px;
  }

  .archive-grid--related {
    padding-bottom: 72px;
  }

  .zh-page .archive-hero h1 {
    font-size: 56px;
    line-height: 1;
    letter-spacing: 0;
  }

  .zh-page .record-intro h1 {
    font-size: 42px;
    line-height: 1.08;
    letter-spacing: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .archive-card__image img,
  .collection-index a,
  .record-pagination a {
    transition: none;
  }
}
