:root {
  --bg: #fefefe;
  --text: #1a1a1a;
  --muted: #6b6b6b;
  --line: #e8e6e1;
  --display: "Cormorant Garamond", Georgia, serif;
  --sans: "Inter", "Helvetica Neue", Arial, sans-serif;
  --tech: "SFMono-Regular", "IBM Plex Mono", "Roboto Mono", Consolas, monospace;
  --max-width: 1320px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: var(--sans);
  font-weight: 400;
  line-height: 1.6;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

img {
  display: block;
  width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s ease;
}

a:hover,
a:focus-visible {
  color: #2f2aa8;
}

.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
}

.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;
}

.skip-link:focus {
  left: 16px;
  top: 16px;
  padding: 10px 14px;
  background: #fff;
  border: 1px solid var(--text);
  z-index: 100;
}

.site-header {
  border-bottom: 1px solid var(--line);
}

.nav-shell,
.hero,
.section,
.page-hero,
.section-heading-row,
.works-grid,
.timeline-full,
.publication-list.full,
.about-grid,
.work-layout,
.site-footer,
.works-feature-grid,
.filter-bar {
  width: min(var(--max-width), calc(100% - 48px));
  margin: 0 auto;
}

.nav-shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 60px;
}

.wordmark {
  font-family: var(--display);
  font-style: italic;
  font-size: 1.35rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.02em;
}

.site-nav {
  display: flex;
  gap: 28px;
  align-items: center;
}

.site-nav a,
.filter-chip,
.eyebrow,
.meta-label,
.timeline-year,
.work-year,
.work-medium {
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.filter-chip,
.eyebrow,
.meta-label,
.timeline-year,
.work-year,
.work-medium {
  font-family: var(--tech);
}

.site-nav a {
  color: var(--muted);
  transition: color 0.3s ease;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: var(--text);
}

.work-year,
.work-medium,
.eyebrow,
.meta-label,
.timeline-year,
.filter-chip,
.footer-links a,
.site-footer p {
  color: var(--muted);
}

.publication-group {
  display: grid;
  gap: 0;
}

.publication-group + .publication-group {
  margin-top: 42px;
}

.publication-group-heading {
  padding: 0 0 18px;
  border-bottom: 1px solid var(--line);
}

.page-hero p,
.hero-text,
.section-copy p,
.work-card-copy p,
.work-tile-copy p,
.timeline-item p,
.publication-item p,
.prose p,
.work-detail-copy p,
.stack-list {
  color: #4a4a4a;
}

.site-nav a[aria-current="page"] {
  color: var(--text);
}

.nav-toggle {
  display: none;
  border: 0;
  background: none;
  cursor: pointer;
  width: 44px;
  height: 44px;
  position: relative;
  padding: 0;
  color: var(--text);
  -webkit-appearance: none;
  appearance: none;
}

.nav-toggle span {
  display: block;
  width: 30px;
  height: 1px;
  background: var(--text);
  position: absolute;
  left: 50%;
  transition: all 0.3s ease;
  transform-origin: center;
}

.nav-toggle span:first-child {
  top: calc(50% - 7px);
  transform: translateX(-50%);
}

.nav-toggle span:last-child {
  top: calc(50% + 7px);
  transform: translateX(-50%);
}

.nav-toggle[aria-expanded="true"] span:first-child {
  top: 50%;
  transform: translateX(-50%) rotate(45deg);
}

.nav-toggle[aria-expanded="true"] span:last-child {
  top: 50%;
  transform: translateX(-50%) rotate(-45deg);
}

.nav-toggle:hover,
.nav-toggle:focus-visible {
  color: var(--text);
  outline: none;
}

.nav-toggle:hover span,
.nav-toggle:focus-visible span {
  background: var(--text);
}

/* Full-screen generative hero */
.hero-canvas {
  position: relative;
  width: 100%;
  height: 76vh;
  height: 76dvh;
  overflow: hidden;
  background: #0a0a0a;
}

.hero-iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  display: block;
  overflow: hidden;
  z-index: 2;
  opacity: 1;
  transition: opacity 280ms ease;
}

.hero-iframe.is-loading {
  opacity: 0;
}

.hero-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  z-index: 1;
}

.hero-iframe[hidden],
.hero-image[hidden] {
  display: none;
}

.hero-positioning-row {
  width: min(var(--max-width), calc(100% - 48px));
  margin: 0 auto;
  padding: 26px 0 40px;
}

.hero-positioning-text {
  width: min(var(--max-width), calc(100% - 48px));
  margin: 0;
  max-width: 44rem;
  font-family: var(--display);
  font-style: italic;
  font-weight: 400;
  font-size: clamp(1.15rem, 1.65vw, 1.6rem);
  line-height: 1.28;
  letter-spacing: 0;
  color: var(--text);
}

.hero-credentials-text {
  margin: 10px 0 0;
  max-width: 44rem;
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
}

.hero-link {
  display: inline-flex;
  align-items: center;
  padding: 0.8rem 1.4rem;
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  border: 1px solid rgba(255,255,255,0.5);
  color: #fff;
  transition: border-color 0.3s ease, background 0.3s ease;
}

.hero-link:hover,
.hero-link:focus-visible {
  border-color: #fff;
  background: rgba(255,255,255,0.08);
  color: #fff;
}

@keyframes heroFadeUp {
  from { opacity: 0; transform: translateY(16px); }
  to { opacity: 1; transform: translateY(0); }
}

.hero {
  display: grid;
  grid-template-columns: minmax(220px, 0.52fr) minmax(0, 1.48fr);
  gap: 30px;
  padding: 34px 0 24px;
  align-items: start;
}

.hero-role {
  margin: 6px 0 0;
  font-size: 0.88rem;
  color: var(--muted);
  letter-spacing: 0.02em;
}

.hero-role a {
  color: var(--muted);
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-color: var(--line);
}

.hero-role a:hover {
  color: var(--text);
}

.hero-copy h1,
.page-hero h1,
.section-heading h2 {
  margin: 0;
  font-family: var(--display);
  font-weight: 400;
  letter-spacing: 0.01em;
}

.hero-copy h1 {
  font-size: clamp(2.4rem, 5vw, 4.2rem);
  line-height: 0.95;
  max-width: 9ch;
}

.page-hero h1,
.section-heading h2 {
  font-size: clamp(1.8rem, 3.6vw, 2.7rem);
  line-height: 1.04;
}

.hero-text,
.page-hero p,
.section-copy p,
.work-card-copy p,
.work-tile-copy p,
.timeline-item p,
.publication-item p,
.prose p,
.site-footer p,
.footer-links a,
.work-detail-copy p,
.stack-list {
  font-size: 0.92rem;
  line-height: 1.7;
  max-width: 62ch;
}

.hero-text {
  max-width: 30ch;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}

.page-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 16px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border: 1px solid var(--text);
  color: var(--text);
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  transition: color 0.3s ease, border-color 0.3s ease;
}

.button-ghost {
  border-color: var(--line);
  color: var(--muted);
}

.hero-home .button {
  padding-inline: 0;
  border: 0;
  border-bottom: 1px solid var(--text);
}

.button:hover,
.button:focus-visible {
  border-color: #2f2aa8;
  color: #2f2aa8;
}

.hero-media {
  display: block;
}

.hero-panel,
.work-card-image,
.work-tile-image,
.work-image-frame {
  background: #f3f3f3;
  overflow: hidden;
}

.hero-panel-tall {
  min-height: 0;
  aspect-ratio: 3 / 4;
  max-height: 75vh;
}

.hero-panel {
  min-height: 190px;
}

.hero-panel-wide {
  grid-column: span 2;
  min-height: 220px;
}

.hero-panel-single {
  max-width: 100%;
}

.hero-panel img,
.work-card-image img,
.work-tile-image img,
.work-image-frame img {
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.hero-panel:hover img,
.work-card:hover .work-card-image img,
.work-tile:hover .work-tile-image img {
  transform: scale(1.02);
}

.work-card a:hover,
.work-tile a:hover,
.hero-panel:hover {
  color: inherit;
}

.section,
.page-hero {
  padding: 24px 0;
}

.view-all-row {
  width: min(var(--max-width), calc(100% - 48px));
  margin: 0 auto;
  padding: 28px 0 40px;
  text-align: center;
}

.home-editions-panel {
  width: min(var(--max-width), calc(100% - 48px));
  margin: 0 auto 48px;
  padding: 28px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  display: grid;
  grid-template-columns: minmax(220px, 0.9fr) minmax(0, 1.1fr) auto;
  gap: 24px;
  align-items: end;
}

.home-editions-panel h2 {
  margin: 8px 0 0;
  max-width: 12ch;
  font-family: var(--display);
  font-size: clamp(1.5rem, 2.5vw, 2.1rem);
  font-weight: 400;
  line-height: 1.03;
}

.home-editions-panel > p {
  margin: 0;
  max-width: 48ch;
  color: #3f3f3f;
  font-size: 0.94rem;
  line-height: 1.7;
}

.home-editions-panel .hero-actions {
  margin-top: 0;
  justify-content: flex-end;
}

.section-heading-row {
  padding: 28px 0 18px;
  border-top: 1px solid var(--line);
}

.section-heading-row-archive {
  padding-top: 44px;
}

.section-note-row,
.section-note-row-archive {
  width: min(var(--max-width), calc(100% - 48px));
  margin: 0 auto;
}

.section-note-row {
  padding: 0 0 18px;
}

.section-note-row-archive {
  padding: 0 0 14px;
}

.section-note {
  margin: 0;
  max-width: 36rem;
  font-size: 0.88rem;
  line-height: 1.7;
  color: var(--muted);
}

.collect-section {
  width: min(100%, calc(var(--max-width) + 48px));
  margin: 0 auto;
  padding: 0 24px;
}

.collect-section .section-heading-row {
  width: 100%;
  margin: 0;
}

.collect-intro {
  display: grid;
  grid-template-columns: minmax(220px, 0.8fr) minmax(0, 1.2fr);
  gap: 28px;
  align-items: end;
  padding-bottom: 18px;
}

.collect-intro h2 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  font-weight: 400;
  line-height: 1;
}

.collect-intro p,
.collect-item p {
  margin: 0;
  color: var(--muted);
}

.collect-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
  padding-bottom: 44px;
}

.collect-item {
  min-width: 0;
  padding-top: 14px;
  border-top: 1px solid var(--line);
}

.collect-item h3 {
  margin: 0 0 8px;
  font-size: 1rem;
  font-weight: 400;
}

.collect-item p {
  min-height: 5.1rem;
  font-size: 0.8rem;
  line-height: 1.55;
}

.collect-item .text-link {
  display: block;
  width: max-content;
  max-width: 100%;
  margin-top: 8px;
  font-size: 0.72rem;
}

.section-split,
.section-columns,
.about-grid,
.work-layout {
  display: grid;
  gap: 28px;
}

.work-hero-media {
  width: min(var(--max-width), calc(100% - 48px));
  margin: 0 auto 22px;
}

.section-split,
.work-layout {
  grid-template-columns: 1fr 1fr;
}

.work-proof-strip {
  width: min(var(--max-width), calc(100% - 48px));
  margin: 0 auto 22px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  padding: 18px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.work-proof-item {
  display: grid;
  gap: 6px;
}

.work-proof-label {
  font-size: 0.62rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
}

.work-proof-value {
  font-size: 0.9rem;
  line-height: 1.45;
  color: var(--text);
}

.section-columns {
  grid-template-columns: 1fr 1fr;
}

.works-feature-grid,
.works-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 42px 24px;
}

.works-feature-grid > *,
.works-grid > * {
  min-width: 0;
}

.work-card,
.work-tile {
  display: block;
}

.work-card a,
.work-tile a {
  display: block;
}

.work-card-copy,
.work-tile-copy {
  padding-top: 13px;
}

.work-card h3,
.work-tile h2,
.timeline-item h3,
.publication-item h3 {
  margin: 0 0 4px;
  font-family: var(--display);
  font-size: 1.24rem;
  font-weight: 400;
  line-height: 1.08;
  color: var(--text);
}

.work-card-hero {
  grid-column: 1 / -1;
}

.work-card-hero .work-card-image {
  aspect-ratio: 21 / 9;
}

.work-card-hero h3 {
  font-size: 1.62rem;
}

.work-card-image {
  aspect-ratio: 16 / 9;
  width: 100%;
}

.work-tile-image {
  aspect-ratio: 16 / 9;
  width: 100%;
}

.work-card-tall {
  grid-row: span 2;
}

.work-card-tall .work-card-image,
.work-card-tall .work-tile-image {
  aspect-ratio: 3 / 4;
}

.work-card-image video,
.work-tile-image video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.filter-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--line);
}

.filter-chip {
  padding: 8px 0;
  border: 0;
  background: none;
}

.filter-chip.is-active {
  color: var(--text);
}

.timeline-full,
.publication-list.full {
  display: grid;
  gap: 0;
  padding-bottom: 44px;
}

.year-group {
  display: grid;
  grid-template-columns: 96px 1fr;
  gap: 18px;
  padding: 18px 0;
  border-top: 1px solid var(--line);
}

.year-group:last-child {
  border-bottom: 1px solid var(--line);
}

.year-group-list {
  display: grid;
  gap: 10px;
}

.year-entry p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.52;
  color: var(--text);
}

.year-entry strong {
  font-weight: 400;
}

.year-entry-venue {
  color: var(--text);
}

.year-entry-note,
.year-entry-link {
  color: var(--muted);
}

.year-entry .text-link {
  color: var(--text);
}

.year-entry .text-link:hover,
.year-entry .text-link:focus-visible {
  color: #2f2aa8;
}

.exhibition-archive {
  gap: 0;
}

.current-exhibition {
  padding-bottom: 10px;
}

.current-exhibition .exhibition-archive-entry {
  display: grid;
  grid-template-columns: minmax(220px, 360px) minmax(0, 1fr);
  gap: 24px;
  align-items: end;
  width: min(760px, 100%);
}

.current-exhibition-image {
  display: block;
  aspect-ratio: 3 / 2;
  overflow: hidden;
  background: #f3f3f3;
}

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

.exhibition-archive .year-group {
  grid-template-columns: 96px minmax(0, 760px);
  gap: 34px;
  padding: 8px 0 14px;
}

.exhibition-archive .year-group-heading {
  padding-top: 18px;
}

.exhibition-archive .year-group-list {
  gap: 0;
}

.exhibition-archive-entry {
  display: block;
  padding: 16px 0 14px;
  border-top: 1px solid var(--line);
}

.exhibition-archive-entry:first-child {
  border-top: 0;
}

.exhibition-archive-entry h3 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(1.05rem, 1.55vw, 1.32rem);
  font-weight: 400;
  line-height: 1.22;
}

.exhibition-entry-details,
.exhibition-entry-note {
  max-width: 68ch;
  margin: 5px 0 0;
  color: var(--muted);
  font-size: 0.84rem;
  line-height: 1.48;
}

.exhibition-entry-note {
  margin-top: 3px;
  font-size: 0.78rem;
}

.exhibition-entry-details .text-link,
.exhibition-entry-note .text-link {
  color: var(--muted);
}

.publication-item .text-link,
.publication-item h3 a {
  color: var(--text);
}

.publication-item .text-link:hover,
.publication-item .text-link:focus-visible,
.publication-item h3 a:hover,
.publication-item h3 a:focus-visible {
  color: #2f2aa8;
}

.timeline-item,
.publication-item {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 18px;
  padding: 12px 0;
  border-top: 1px solid var(--line);
}

.timeline-full .timeline-item:last-child,
.publication-list.full .publication-item:last-child {
  border-bottom: 1px solid var(--line);
}

.publication-list.compact .publication-item,
.timeline-list .timeline-item {
  padding: 16px 0;
}

.timeline-note {
  margin-top: 6px;
}

.selected-exhibitions-list,
.selected-publications-list {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.about-grid {
  grid-template-columns: minmax(0, 1fr) minmax(430px, 640px);
  align-items: start;
  gap: 28px;
  padding-bottom: 48px;
}

.about-main,
.about-side {
  min-width: 0;
}

.about-main .prose {
  max-width: 74ch;
}

.about-side {
  width: 100%;
  justify-self: end;
  align-content: start;
}

.portrait-block {
  max-width: 640px;
  margin-left: 0;
  margin-bottom: 18px;
}

.portrait-block img {
  height: auto;
  max-height: min(88vh, 920px);
  aspect-ratio: 4 / 5;
  object-fit: cover;
  background: #f3f3f3;
}

.prose-block {
  padding-top: 22px;
  border-top: 1px solid var(--line);
}

.prose-block + .prose-block {
  margin-top: 36px;
}

.meta-card {
  padding: 14px 0;
  border-top: 1px solid var(--line);
}

.meta-card:last-child {
  border-bottom: 1px solid var(--line);
}

.stack-list {
  margin: 0;
  padding-left: 18px;
}

.work-image-frame {
  aspect-ratio: 16 / 10;
}

.work-media-block {
  width: min(var(--max-width), calc(100% - 48px));
  margin: 0 auto;
  padding: 28px 0 36px;
}

.work-section-copy {
  margin: 8px 0 22px;
  max-width: 64ch;
  color: #565656;
  font-size: 0.95rem;
  line-height: 1.7;
}

.work-text-block {
  width: min(860px, calc(100% - 48px));
  margin: 0 auto;
  padding: 8px 0 36px;
}

.work-text-prose {
  display: grid;
  gap: 10px;
}

.work-text-prose p {
  margin: 0;
  color: #383838;
  font-family: var(--display);
  font-size: 1.08rem;
  line-height: 1.78;
  max-width: 66ch;
}

.work-text-prose h3 {
  margin: 16px 0 2px;
  font-family: var(--display);
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.1;
  color: var(--text);
}

.work-text-prose blockquote {
  margin: 4px 0 8px;
  max-width: 42ch;
  padding-left: 18px;
  border-left: 1px solid var(--line);
  font-family: var(--display);
  font-size: 1.35rem;
  font-weight: 300;
  line-height: 1.35;
  color: var(--text);
}

.work-text-meta {
  font-size: 0.74rem !important;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted) !important;
  line-height: 1.5 !important;
}

.work-text-prose p + p {
  margin-top: 0.1rem;
}

.work-supplemental-block {
  padding-top: 0;
}

.work-supplemental-grid {
  margin: 0;
  max-width: 78ch;
}

.work-supplemental-row {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 1rem;
  padding: 0.55rem 0;
  border-top: 1px solid var(--line);
}

.work-supplemental-row:last-child {
  border-bottom: 1px solid var(--line);
}

.work-supplemental-row dt {
  margin: 0;
  color: var(--muted);
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  line-height: 1.5;
}

.work-supplemental-row dd {
  margin: 0;
  color: #4a4a4a;
  font-size: 0.92rem;
  line-height: 1.6;
}

.work-supplemental-row dd > div + div {
  margin-top: 0.18rem;
}

.work-inquiry-block {
  padding-top: 0;
}

.work-inquiry-link {
  font-size: 0.92rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.work-pagination {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: min(var(--max-width), calc(100% - 48px));
  margin: 0 auto;
  padding: 2.5rem 0 0;
  border-top: 1px solid var(--line);
}

.work-pagination a {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  max-width: 45%;
  transition: opacity 0.3s ease;
}

.work-pagination a:hover {
  opacity: 0.5;
  color: inherit;
}

.work-pagination-label {
  font-size: 0.65rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
}

.work-pagination-title {
  font-family: var(--display);
  font-size: 1.05rem;
  font-weight: 400;
}

.work-pagination-next {
  text-align: right;
  margin-left: auto;
}

.work-media-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 16px;
}

.work-media-item,
.work-video-item {
  margin: 0;
  background: transparent;
}

.work-media-item {
  flex: 0 0 auto;
  width: 320px;
  overflow: hidden;
  background: transparent;
}

.work-embed-lead {
  padding-top: 0;
}

.work-embed-frame {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #000;
  overflow: hidden;
}

.work-embed-frame-panoramic {
  aspect-ratio: 57 / 22;
}

.work-embed-frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
  overflow: hidden;
}

.work-live-view {
  padding-top: 0;
}

.work-live-frame {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #050505;
  overflow: hidden;
}

.work-live-frame-portrait {
  max-width: 760px;
  aspect-ratio: 3 / 4;
}

.work-live-frame-rococo {
  max-width: 680px;
}

.work-live-frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
  overflow: hidden;
}

.work-live-caption {
  display: block;
  margin-top: 12px;
  color: var(--muted);
  font-size: 0.68rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.work-media-item img,
.work-video-item video {
  display: block;
  width: 100%;
}

.work-media-item img {
  height: auto;
  object-fit: contain;
  background: transparent;
}

.is-lightboxable {
  cursor: zoom-in;
}

.site-lightbox {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
}

.site-lightbox.is-open {
  display: block;
}

.site-lightbox-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(12, 12, 12, 0.94);
}

.site-lightbox-dialog {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  width: auto;
  height: auto;
  max-width: none;
  max-height: none;
  transform: translate(-50%, -50%);
  display: block;
  line-height: 0;
  padding: 0;
  background: transparent;
}

.site-lightbox-image {
  display: block;
  width: auto;
  height: auto;
  max-width: min(calc(100vw - 120px), 1320px);
  max-height: calc(100vh - 120px);
  object-fit: contain;
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.35);
  background: transparent;
}

.site-lightbox-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
  font-size: 1.8rem;
  line-height: 1;
  cursor: pointer;
}

.site-lightbox-close:hover,
.site-lightbox-close:focus-visible {
  background: rgba(255, 255, 255, 0.22);
}

body.lightbox-open {
  overflow: hidden;
}

@media (max-width: 980px) {
  .site-lightbox-image {
    max-width: calc(100vw - 60px);
    max-height: calc(100vh - 96px);
  }
}

@media (max-width: 720px) {
  .site-lightbox-image {
    max-width: calc(100vw - 28px);
    max-height: calc(100vh - 56px);
  }

  .site-lightbox-close {
    top: 4px;
    right: 4px;
    width: 40px;
    height: 40px;
  }
}

.work-video-item video {
  height: auto;
}

.work-video-item-portrait {
  width: min(520px, 100%);
  margin-inline: auto;
}

.work-video-item-portrait video {
  aspect-ratio: 9 / 16;
  object-fit: cover;
  background: #111;
}

.work-video-stack {
  display: grid;
  gap: 24px;
  margin-top: 56px;
}

.work-media-grid + .work-video-stack {
  margin-top: 76px;
}

.work-video-stack + .work-video-stack {
  margin-top: 72px;
}

.work-opening-photo-label {
  margin: 36px 0 16px;
  font-size: 0.72rem;
  line-height: 1.2;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
}

.work-embed-card {
  display: grid;
  gap: 10px;
}

.work-embed-title {
  margin: 0;
  font-family: var(--display);
  font-size: 1.05rem;
  font-weight: 400;
  line-height: 1.15;
  color: var(--text);
}

.placeholder-panel {
  display: grid;
  place-items: end start;
  min-height: 100%;
  padding: 18px;
  background: #efefef;
}

.placeholder-panel span {
  font-family: var(--display);
  font-size: 2rem;
  line-height: 1;
  color: #222;
}

.text-link {
  color: var(--text);
}

.text-link:hover,
.text-link:focus-visible {
  color: #2f2aa8;
}

.entity-link {
  color: inherit;
  text-decoration: none;
}

.entity-link:hover,
.entity-link:focus-visible {
  color: #2f2aa8;
}

.presskit-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 14px;
}

.presskit-link {
  color: var(--text);
  font-size: 0.74rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.presskit-link:hover,
.presskit-link:focus-visible {
  color: #2f2aa8;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 32px;
  padding: 28px 0 40px;
  border-top: 1px solid var(--line);
}

.footer-left {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.footer-wordmark {
  font-family: var(--display);
  font-size: 1.15rem;
  font-weight: 400;
  color: var(--text);
}

.footer-email {
  display: inline-block;
  margin-top: 4px;
  font-size: 0.75rem;
  color: var(--muted);
  letter-spacing: 0.02em;
}

.footer-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
}

.footer-social {
  display: flex;
  gap: 16px;
}

.footer-social a {
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
}

.footer-copy {
  font-size: 0.65rem;
  letter-spacing: 0.08em;
  color: var(--muted);
}

.footer-note {
  margin: 0;
  font-size: 0.68rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
}

.footer-email:hover {
  color: #2f2aa8;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-content: flex-start;
}

.footer-links a {
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

body[data-page="works"] .page-hero {
  padding-bottom: 18px;
}

body[data-page="works"] .works-grid {
  grid-template-columns: 1fr;
  gap: 0;
}

body[data-page="works"] .works-feature-grid {
  gap: 34px 22px;
  margin-bottom: 8px;
}

body[data-page="works"] .work-tile a {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(260px, 0.8fr);
  gap: 22px;
  align-items: start;
  padding: 18px 0;
}

body[data-page="works"] .work-tile-copy {
  padding-top: 0;
}

body[data-page="works"] .work-tile h2 {
  font-size: clamp(1.3rem, 2vw, 1.7rem);
  margin-bottom: 10px;
}

body[data-page="works"] .work-tile-copy p:last-child {
  max-width: 36ch;
}

body[data-page="works"] .works-grid .work-tile a {
  grid-template-columns: minmax(0, 1.05fr) minmax(240px, 0.95fr);
  gap: 18px;
  padding: 14px 0;
}

body[data-page="works"] .works-grid .work-tile h2 {
  font-size: clamp(1.05rem, 1.55vw, 1.28rem);
  margin-bottom: 8px;
}

body[data-page="works"] .works-grid .work-tile-copy p {
  font-size: 0.9rem;
  line-height: 1.62;
}

body[data-page="works"] .works-grid .work-tile-copy p:last-child {
  max-width: 30ch;
}

body[data-page="works"] .works-grid .work-tile-candies .work-tile-image,
body[data-page="works"] .works-grid .work-tile-orthographics .work-tile-image {
  aspect-ratio: 4 / 5;
}

@media (max-width: 980px) {
  .hero,
  .section-split,
  .section-columns,
  .about-grid,
  .work-layout,
  .hero-media,
  .collect-intro,
  .works-feature-grid,
  .works-grid {
    grid-template-columns: 1fr;
  }

  .collect-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero {
    gap: 18px;
  }

  body[data-page="works"] .work-tile a {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .work-media-grid {
    gap: 14px;
  }
}

@media (max-width: 720px) {
  body.nav-open {
    overflow: hidden;
  }

  .nav-toggle {
    display: flex;
    position: relative;
    z-index: 220;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
  }

  .site-nav {
    display: none;
    position: fixed;
    inset: 64px 0 0;
    padding: 2rem 1.5rem 2.5rem;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1.8rem;
    background: #fff;
    z-index: 210;
  }

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

  .site-nav a {
    font-size: 1rem;
    letter-spacing: 0.18em;
  }

  .nav-shell,
  .hero,
  .section,
  .page-hero,
  .section-heading-row,
  .collect-section,
  .section-note-row,
  .section-note-row-archive,
  .works-grid,
  .timeline-full,
  .publication-list.full,
  .about-grid,
  .work-layout,
  .work-media-block,
  .site-footer,
  .works-feature-grid,
  .view-all-row,
  .filter-bar {
    width: min(100% - 28px, var(--max-width));
  }

  .collect-section {
    width: 100%;
    padding: 0 14px;
  }

  .work-card-hero .work-card-image {
    aspect-ratio: 16 / 9;
  }

  .hero-canvas {
    height: 62vh;
    height: 62dvh;
  }

  .hero-positioning-row {
    width: min(100% - 28px, var(--max-width));
    padding: 16px 0 24px;
  }

  .hero-positioning-text {
    width: 100%;
    font-size: clamp(1rem, 4.2vw, 1.2rem);
    line-height: 1.3;
  }

  .home-editions-panel,
  .work-proof-strip {
    width: min(100% - 28px, var(--max-width));
  }

  .home-editions-panel {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .home-editions-panel h2 {
    max-width: 16ch;
  }

  .home-editions-panel .hero-actions {
    justify-content: flex-start;
  }

  .work-proof-strip {
    grid-template-columns: 1fr;
  }

  .collect-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .collect-item p {
    min-height: 0;
  }

  .hero-copy h1,
  .page-hero h1,
  .section-heading h2 {
    font-size: clamp(1.55rem, 7vw, 2.1rem);
  }

  .hero-text,
  .page-hero p,
  .work-card-copy p,
  .work-tile-copy p,
  .timeline-item p,
  .publication-item p,
  .prose p,
  .site-footer p,
  .footer-links a,
  .work-detail-copy p,
  .stack-list {
    font-size: 0.92rem;
    line-height: 1.72;
  }

  .work-text-prose blockquote {
    font-size: 1.18rem;
    padding-left: 14px;
  }

  .timeline-item,
  .publication-item,
  .year-group {
    grid-template-columns: 1fr;
  }

  .exhibition-archive .year-group {
    grid-template-columns: 1fr;
    gap: 0;
    padding: 18px 0 0;
  }

  .exhibition-archive .year-group-heading {
    padding: 0 0 8px;
  }

  .exhibition-archive-entry {
    padding: 16px 0;
  }

  .current-exhibition .exhibition-archive-entry {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .site-footer {
    flex-direction: column;
    gap: 24px;
  }

  .footer-right {
    align-items: flex-start;
  }

  .works-feature-grid {
    grid-template-columns: 1fr;
  }

  .work-media-grid {
    justify-content: center;
    gap: 12px;
  }

  .work-media-item img {
    height: auto;
    object-fit: contain;
  }

  .work-pagination {
    width: min(100% - 28px, var(--max-width));
    padding: 1.5rem 0 0;
  }

  body[data-page="works"] .filter-bar {
    gap: 14px;
  }
}

@media print {
  @page {
    margin: 12mm;
    size: A4;
  }

  html,
  body {
    background: #fff;
  }

  body {
    color: #000;
  }

  .skip-link,
  .site-header,
  .site-footer,
  .nav-toggle,
  .presskit-actions,
  .work-pagination {
    display: none !important;
  }

  .page-hero,
  .work-hero-media,
  .work-layout,
  .work-media-block,
  .work-text-block {
    width: 100%;
    max-width: none;
    padding: 0 0 7mm;
  }

  .page-hero {
    padding-top: 0;
  }

  .page-hero p,
  .work-detail-copy p,
  .work-text-prose p,
  .stack-list {
    max-width: none;
    color: #000;
    line-height: 1.55;
  }

  .page-hero h1 {
    font-size: 26pt;
    line-height: 1;
    margin-bottom: 2mm;
  }

  .work-layout {
    grid-template-columns: 1fr;
    gap: 5mm;
    align-items: start;
  }

  .work-image-frame img,
  .work-media-item img {
    object-fit: contain;
    background: #fff;
  }

  .work-image-frame,
  .work-media-item {
    border: 1px solid #ddd;
  }

  .work-image-frame img {
    max-height: 110mm;
  }

  .work-media-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 4mm;
  }

  .work-media-item,
  .work-image-frame,
  .work-layout,
  .work-text-block,
  .work-media-block {
    break-inside: avoid;
    page-break-inside: avoid;
  }

  .work-embed-lead,
  .work-video-stack,
  .work-video-item,
  .work-embed-frame {
    display: none !important;
  }

  .work-video-item video::-webkit-media-controls,
  .work-video-item video::media-controls {
    display: none !important;
  }

  a,
  .text-link,
  .presskit-link {
    color: #000 !important;
    text-decoration: none !important;
  }
}

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