:root {
  --ink: #e9e7e1;
  --paper: #080808;
  --white: #f5f3ed;
  --acid: #cc5200;
  --blue: #cc5200;
  --line: rgba(255, 255, 255, .2);
  --pad: clamp(1.25rem, 3vw, 3.5rem);
  --sans: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.45;
  overflow-x: hidden;
}
img { display: block; width: 100%; height: auto; }
a { color: inherit; }
button { font: inherit; }
.skip-link {
  position: fixed;
  z-index: 1000;
  left: 1rem;
  top: -5rem;
  padding: .7rem 1rem;
  background: var(--acid);
  color: #fff;
}
.skip-link:focus { top: 1rem; }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  width: 100%;
  height: 4.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: .75rem var(--pad);
  border-bottom: 1px solid var(--line);
  background: rgba(8, 8, 8, .94);
  backdrop-filter: blur(8px);
}
.brand {
  width: fit-content;
  color: inherit;
  font-size: 1.18rem;
  font-weight: 800;
  line-height: .88;
  letter-spacing: -.05em;
  text-decoration: none;
  text-transform: uppercase;
}
.site-header > .brand { white-space: nowrap; font-size: clamp(1.05rem, 1.35vw, 1.35rem); line-height: 1; letter-spacing: -.035em; }
.site-nav {
  position: absolute;
  top: 100%;
  right: 0;
  width: min(24rem, 100vw);
  display: none;
  margin: 0;
  border-bottom: 1px solid var(--line);
  border-left: 1px solid var(--line);
  background: #080808;
}
.site-nav.is-open { display: grid; }
.site-nav a {
  width: 100%;
  padding: 1rem 1.25rem;
  border-top: 1px solid var(--line);
  color: inherit;
  font-size: .78rem;
  letter-spacing: .09em;
  text-decoration: none;
  text-transform: uppercase;
}
.site-nav a:hover, .site-nav a:focus-visible { background: rgba(255,255,255,.07); }
.menu-toggle { width: 2.75rem; height: 2.75rem; display: grid; align-content: center; gap: .34rem; padding: .6rem; border: 1px solid var(--line); background: #080808; color: #fff; }
.menu-toggle span { display: block; width: 100%; border-top: 1px solid currentColor; }

main, .site-footer { margin-left: 0; }
.section-anchor { scroll-margin-top: 4.25rem; }

.hero {
  position: relative;
  min-height: 100svh;
  display: flex;
  align-items: end;
  overflow: hidden;
  background: #0d0d0c;
  color: #fff;
}
.hero > img { position: absolute; inset: 0; height: 100%; object-fit: cover; object-position: center; filter: saturate(.76) contrast(1.05); }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,.04) 25%, rgba(0,0,0,.82) 100%); }
.hero-copy { position: relative; z-index: 1; width: min(79rem, 100%); padding: 12vh var(--pad) 9vh; }
.kicker, .work-no, .meta, figcaption {
  font-size: .7rem;
  line-height: 1.25;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.hero h1 {
  max-width: 15ch;
  margin: .35rem 0 1.25rem;
  font-family: var(--sans);
  font-size: clamp(3.2rem, 7vw, 8.8rem);
  font-weight: 500;
  line-height: .94;
  letter-spacing: -.035em;
}
.hero-copy > p:last-child { max-width: 48rem; margin: 0; font-size: clamp(1rem, 1.5vw, 1.35rem); }
.hero-credit { position: absolute; z-index: 2; left: var(--pad); bottom: 1.1rem; margin: 0; color: #909090; font-size: .68rem; letter-spacing: .04em; }

.kicker { margin: 0 0 2rem; }

.work-index-shell {
  position: sticky;
  top: 4.25rem;
  z-index: 80;
  border-bottom: 1px solid var(--line);
  background: rgba(8,8,8,.96);
}
.work-index {
  display: flex;
  gap: 0;
  overflow-x: auto;
  padding-right: 3.2rem;
  scroll-snap-type: x proximity;
  scrollbar-width: none;
}
.work-index::-webkit-scrollbar { display: none; }
.work-index a {
  flex: 0 0 auto;
  min-width: 8.8rem;
  padding: .75rem .85rem .7rem;
  border-right: 1px solid var(--line);
  font-size: .67rem;
  line-height: 1.15;
  text-decoration: none;
  white-space: nowrap;
  scroll-snap-align: start;
}
.work-index a span { display: block; margin-bottom: .22rem; color: var(--blue); font-weight: 700; }
.work-index a.active { background: var(--acid); color: #fff; }
.work-index a.active span { color: #fff; }
.work-index-scroll {
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  width: 3.2rem;
  padding: 0;
  border: 0;
  color: #fff;
  font-size: 1.25rem;
  cursor: pointer;
}
.work-index-scroll--prev { left: 0; background: linear-gradient(90deg, #080808 55%, rgba(8,8,8,0)); }
.work-index-scroll--next { right: 0; background: linear-gradient(270deg, #080808 55%, rgba(8,8,8,0)); }
.work-index-scroll[hidden] { display: none; }
.work-index-scroll:focus-visible { outline: 2px solid var(--acid); outline-offset: -3px; }

.work { min-height: 0; padding: clamp(8rem, 12vw, 13rem) var(--pad); border-bottom: 1px solid var(--line); overflow: hidden; }
.work,
.work--dark,
.work--night,
.work--paper,
.work--sand,
.work--salt,
.work--archive { background: #080808; color: var(--ink); --line: rgba(255,255,255,.2); }
.work-header { display: grid; grid-template-columns: 7rem minmax(0, 1fr); gap: 0 1.25rem; align-items: start; margin-bottom: clamp(3rem, 7vw, 8rem); }
.work-no { grid-row: 1 / span 2; margin: .42rem 0 0; color: var(--blue); font-size: .91rem; font-weight: 700; line-height: 1; }
.work--dark .work-no, .work--night .work-no { color: var(--acid); }
.work h2 { max-width: 18ch; margin: 0; font-family: var(--sans); font-size: clamp(2.65rem, 5.9vw, 7.4rem); font-weight: 500; line-height: .98; letter-spacing: -.025em; }
.title-line { display: block; }
.meta { grid-column: 2; max-width: 70rem; margin: 1.4rem 0 0; line-height: 1.5; }
.work-body { max-width: 44rem; margin: 4rem 0 0 auto; font-size: clamp(1rem, 1.25vw, 1.22rem); }
.work-body p:first-child { margin-top: 0; }
.work-body p:last-child { margin-bottom: 0; }
.work-body h3 { margin: 0 0 1rem; font-family: var(--sans); font-size: clamp(1.8rem, 3vw, 3.5rem); font-weight: 500; line-height: 1; letter-spacing: -.04em; }
.media { margin: 0; }
.media button { display: block; width: 100%; padding: 0; border: 0; background: transparent; color: inherit; cursor: zoom-in; }
.media img { background: var(--paper); }
.media button:focus-visible { outline: 3px solid var(--blue); outline-offset: 4px; }
figcaption { margin-top: .65rem; }
.media--wide { width: 100%; }
.media--wide img { max-height: 80vh; object-fit: cover; }
.media--aside { width: min(32rem, 48%); margin: -2rem auto 0 0; }

.duo { display: grid; grid-template-columns: 1.25fr .75fr; gap: var(--pad); align-items: start; }
.duo .media:first-child img { aspect-ratio: 1.3; object-fit: cover; }
.duo .media:last-child img { aspect-ratio: .9; object-fit: cover; }
.media--lower { margin-top: 12rem; }
.work-body--columns { max-width: none; display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(1.5rem, 4vw, 5rem); align-items: start; }
.split-feature { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(18rem, .55fr); gap: clamp(2rem, 6vw, 8rem); align-items: center; margin: 0 0 8rem; }
.split-feature .work-body { margin: 0; }
.split-feature--reverse { grid-template-columns: minmax(18rem, .65fr) minmax(0, 1.35fr); }
.split-feature--reverse .media { order: 2; }
.split-feature--reverse .work-body { order: 1; }

.media--panorama img { max-height: 78vh; object-fit: cover; }
.work-body--paired { max-width: none; display: grid; grid-template-columns: minmax(0, 1fr) minmax(16rem, .7fr); gap: clamp(2rem, 7vw, 9rem); }
.publication { border-left: 1px solid var(--line); padding-left: 1.5rem; }
.publication .media { margin-bottom: 1.25rem; }
.publication p { font-size: .86em; }
.text-link { display: inline-block; margin-top: .5rem; border-bottom: 1px solid; font-size: .75rem; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }

.gallery-broken { display: grid; grid-template-columns: 1.2fr .7fr; gap: var(--pad); align-items: start; }
.gallery-broken .media--tall { grid-row: 1 / span 2; }
.gallery-broken .media--tall img { aspect-ratio: .94; object-fit: cover; }
.gallery-broken .work-body { margin: 2rem 0 5rem; }
.gallery-broken .media--small { width: 78%; margin-left: auto; }

.media--cinema img { aspect-ratio: 16 / 8.3; object-fit: cover; }
.work--night .work-body--paired { align-items: center; }
.work--night .work-body--paired .media { transform: rotate(1.4deg); }

.gora-layout { display: grid; grid-template-columns: 1.5fr .5fr; gap: var(--pad); align-items: start; }
.gora-layout .media--wide { grid-column: 1 / -1; }
.gora-layout .work-body { margin: 4rem 0 0; }
.gora-layout .media--detail { width: 90%; margin: -4rem 0 0 auto; }

.media--portrait { width: 75%; margin-left: auto; }
.archive-grid { display: grid; gap: clamp(2rem, 5vw, 6rem); }
.archive-grid .media--installation { width: min(78vw, 62rem); margin: 0 auto; }
.archive-grid .media--installation img { max-height: 82vh; object-fit: contain; }
.work-body--end { max-width: 65rem; margin: 5rem 0 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--pad); }

.work--standard .work-header {
  width: min(100%, 82rem);
  margin: 0 auto clamp(4.5rem, 8vw, 8rem);
}
.work--standard .work-poster {
  width: min(100%, 82rem);
  margin: 0 auto;
}
.work--standard .work-poster img {
  max-height: 82vh;
  object-fit: contain;
}
.work--standard .work-copy {
  width: min(100%, 48rem);
  margin: clamp(5rem, 9vw, 9rem) auto 0;
  font-size: clamp(1.05rem, 1.25vw, 1.24rem);
  line-height: 1.68;
}
.work--standard .work-copy > div,
.work--standard .work-copy .publication {
  display: contents;
}
.work--standard .work-copy p {
  margin: 0 0 1.35em;
}
.work--standard .work-copy h3 {
  margin: 3.5rem 0 1rem;
  font-size: clamp(1.65rem, 2.7vw, 2.8rem);
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: -.02em;
}
.work--standard .work-copy h3:first-child { margin-top: 0; }
.work--standard .work-gallery-entry {
  width: min(100%, 60rem);
  margin: clamp(5rem, 9vw, 9rem) auto 0;
}
.work--standard .work-gallery-entry img {
  max-height: 78vh;
  object-fit: contain;
}
.work--standard .publication {
  border: 0;
  padding: 0;
}
.work--standard .media {
  transform: none;
}
.work--standard .media button { margin: 0 auto; }
.work--standard .poster-zoom { cursor: zoom-in; }
.photo-credit {
  margin: .7rem 0 0;
  color: #787878;
  font-size: .7rem;
  line-height: 1.35;
  letter-spacing: .04em;
}

.about, .bio { padding: clamp(7rem, 13vw, 14rem) var(--pad); }
.about { background: #080808; color: var(--ink); border-bottom: 1px solid var(--line); }
.statement { max-width: 77rem; margin-left: auto; }
.statement p { margin: 0 0 1.3em; font-family: var(--sans); font-size: clamp(2rem, 4.5vw, 5.5rem); font-weight: 500; line-height: 1.04; letter-spacing: -.03em; }
.statement p:first-child { color: var(--acid); }
.bio { background: #080808; color: var(--ink); }
.bio-lead { max-width: 27ch; margin: 0 0 4rem auto; font-family: var(--sans); font-size: clamp(2rem, 4vw, 4.8rem); font-weight: 500; line-height: 1.06; letter-spacing: -.025em; }
.bio-grid { max-width: 70rem; margin-left: auto; display: grid; grid-template-columns: 1.3fr .7fr; gap: clamp(2rem, 8vw, 10rem); font-size: clamp(1rem, 1.3vw, 1.25rem); }

.site-footer { display: grid; grid-template-columns: 1fr 1fr auto auto; gap: 2rem; align-items: end; padding: 5rem var(--pad) 2rem; background: #111; color: #fff; }
.site-footer p { margin: 0; font-size: .73rem; line-height: 1.45; text-transform: uppercase; }
.brand--footer { font-size: 1.5rem; }
.back-top, .social-link { font-size: .72rem; text-decoration: none; text-transform: uppercase; white-space: nowrap; }
.social-link { display: inline-flex; align-items: center; gap: .5rem; }
.social-link svg { width: 1.25rem; height: 1.25rem; fill: none; stroke: currentColor; stroke-width: 1.6; }

.lightbox { width: 100vw; max-width: none; height: 100vh; max-height: none; margin: 0; padding: 3.5rem; border: 0; background: var(--paper); color: #fff; }
.lightbox::backdrop { background: var(--paper); }
.lightbox[open] { display: grid; grid-template-rows: minmax(0, 1fr) auto; place-items: center; }
.lightbox-stage { width: 100%; height: 100%; display: grid; place-items: center; overflow: hidden; background: var(--paper); touch-action: none; }
.lightbox img { width: auto; max-width: 100%; height: auto; max-height: calc(100vh - 9rem); object-fit: contain; background: var(--paper); transform-origin: center; user-select: none; cursor: zoom-in; }
.lightbox img.is-zoomed { cursor: grab; }
.lightbox.is-loading img { opacity: .18; }
.lightbox.is-loading::after { content: ""; position: fixed; z-index: 3; left: 50%; top: 50%; width: 2rem; height: 2rem; margin: -1rem 0 0 -1rem; border: 2px solid rgba(255,255,255,.25); border-top-color: #fff; border-radius: 50%; animation: lightbox-spin .8s linear infinite; }
.lightbox.has-image-error img { visibility: hidden; }
.lightbox-info { margin-top: 1rem; text-align: center; }
.lightbox-info[hidden] { display: none; }
.lightbox p { margin: 0; font-size: .72rem; letter-spacing: .08em; text-transform: uppercase; }
.lightbox-credit { display: block; min-height: 1em; margin-top: .35rem; color: #7c7c7c; font-size: .68rem; letter-spacing: .04em; }
.lightbox-credit:empty { display: none; }
.lightbox-close { position: fixed; z-index: 2; top: 1rem; right: 1rem; width: 2.6rem; height: 2.6rem; display: grid; place-items: center; padding: 0 0 .12rem; border: 1px solid rgba(255,255,255,.55); background: #0b0b0b; color: #fff; font-family: Arial, sans-serif; font-size: 1.6rem; line-height: 1; cursor: pointer; }
.lightbox-nav { position: fixed; z-index: 2; top: 50%; width: 3rem; height: 3rem; display: grid; place-items: center; padding: 0; border: 1px solid rgba(255,255,255,.45); background: rgba(11,11,11,.8); color: #fff; font-size: 1.35rem; cursor: pointer; transform: translateY(-50%); }
.lightbox-prev { left: 1rem; }
.lightbox-next { right: 1rem; }
.lightbox.single-image .lightbox-nav { display: none; }
@keyframes lightbox-spin { to { transform: rotate(360deg); } }

.reveal { opacity: 0; transform: translateY(25px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 900px) {
  .site-header { inset: 0 0 auto 0; width: 100%; min-height: 0; height: 3.8rem; flex-direction: row; align-items: center; justify-content: space-between; padding: .7rem 1rem; border-right: 0; border-bottom: 1px solid var(--line); }
  .brand { font-size: .98rem; }
  .menu-toggle { width: 2.6rem; height: 2.6rem; display: grid; align-content: center; gap: .32rem; padding: .55rem; border: 1px solid var(--line); background: #080808; color: #fff; }
  .menu-toggle span { display: block; width: 100%; border-top: 1px solid currentColor; }
  .site-nav { position: absolute; inset: 3.8rem 0 auto; width: 100%; display: none; gap: 0; margin: 0; border-left: 0; border-bottom: 1px solid var(--line); background: #080808; }
  .site-nav.is-open { display: grid; }
  .site-nav a { width: 100%; padding: 1rem; border-top: 1px solid var(--line); }
  main, .site-footer { margin-left: 0; }
  .section-anchor { scroll-margin-top: 3.8rem; }
  .hero { min-height: 92svh; }
  .hero-copy { padding-bottom: 6rem; }
  .hero-credit { right: 1rem; left: auto; bottom: 1.55rem; }
  .work-index-shell { top: 3.8rem; }
  .work { padding-top: 7rem; }
  .work-header { grid-template-columns: 3rem 1fr; }
  .work-body--columns, .work-body--end { grid-template-columns: 1fr; }
  .split-feature, .split-feature--reverse { grid-template-columns: 1fr; gap: 2rem; }
  .split-feature--reverse .media, .split-feature--reverse .work-body { order: initial; }
  .media--aside { width: 60%; margin-top: 3rem; }
  .site-footer { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 620px) {
  .work { padding: 6rem 1rem 7rem; }
  .work-header { display: block; margin-bottom: 3rem; }
  .work-no { margin: 0 0 1.2rem; }
  .meta { margin-top: 1rem; }
  .duo, .work-body--paired, .gallery-broken, .gora-layout, .archive-grid, .bio-grid { grid-template-columns: 1fr; }
  .duo { gap: 1rem; }
  .media--lower { margin: 0 0 0 18%; }
  .work-body, .work-body--columns, .work-body--end { margin-top: 2.5rem; }
  .publication { border-left: 0; border-top: 1px solid var(--line); padding: 1.5rem 0 0; }
  .gallery-broken .media--tall { grid-row: auto; }
  .gallery-broken .work-body { margin: 1.5rem 0; }
  .gallery-broken .media--small { width: 72%; }
  .media--cinema img { aspect-ratio: 1.1; }
  .gora-layout .media--wide { grid-column: auto; }
  .gora-layout .media--detail { width: 68%; margin: 0 0 0 auto; }
  .media--portrait { width: 70%; }
  .work-body--end { display: block; }
  .work-body--end p { margin-bottom: 1.2rem; }
  .about, .bio { padding: 7rem 1rem; }
  .site-footer { grid-template-columns: 1fr; padding: 4rem 1rem 1.5rem; }
  .work--standard .work-header { margin-bottom: 3.5rem; }
  .work--standard .work-copy { margin-top: 4rem; font-size: 1.05rem; line-height: 1.62; }
  .work--standard .work-gallery-entry { margin-top: 4rem; }
  .lightbox { padding: 3.25rem .45rem 3.75rem; }
  .lightbox img { max-height: calc(100svh - 8rem); }
  .lightbox-info { max-width: calc(100vw - 6rem); margin-top: .65rem; }
  .lightbox-nav { top: 50%; bottom: auto; width: 2.8rem; height: 4.6rem; border-color: rgba(255,255,255,.28); background: rgba(5,5,5,.58); transform: translateY(-50%); }
  .lightbox-prev { left: .45rem; }
  .lightbox-next { right: .45rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
}
