html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

strong, b {
  font-weight: bold;
}

em, i {
  font-style: italic;
}

object {
  display: block;
}

.once, .clL {
  clear: left;
}

#img-container span.backgrounded a,
#img-container a.thickbox,
#img-container a.thumb-img,
#img-container #d-col1 a {
  background: transparent;
}

#index {
  overflow: auto;
  top: 0;
  bottom: 0;
  left: 0;
  position: fixed;
  height: 100%;
  z-index: 1;
}

#exhibit {
  height: 100%;
  top: 0;
}

#index .container {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  box-sizing: border-box;
}

#index .bot {
  margin-top: auto;
  padding-top: 1.5em;
}

#index li.section span.section_title,
#index li.section span.section_title a {
  cursor: pointer;
  font-weight: var(--bold);
}

#index li.section span.subsection_title,
#index li.section span.subsection_title a {
  cursor: pointer;
}

#index a:hover {
  text-decoration: none;
  color: var(--color5);
}

#img-container .captioning .caption {
  text-align: left;
}

:root {
  --color: #000;
  --color5: rgba(0, 0, 0, 0.5);
  --bg: #fff;
  --bold: 500;
}

body {
  font-size: 16px;
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  background: var(--bg);
  color: var(--color);
  line-height: 1.4em;
}

a:link {
  text-decoration: none;
  color: var(--color);
}

a:visited {
  text-decoration: none;
  color: var(--color5);
}

a:hover {
  text-decoration: underline;
}

a:active {
  text-decoration: none;
  color: #0c0;
}

a img {
  border: none;
}

audio:focus {
  outline: none;
}

small {
  font-size: 9px;
}

blockquote {
  margin: 0 0 1em 0;
  padding: 0.1em 0 0.1em 1em;
  border-left: 3px solid var(--color5);
  color: var(--color5);
}
blockquote p:last-child {
  margin-bottom: 0;
}

.greentext {
  color: #789922;
}

code, pre {
  font-family: ui-monospace, "SF Mono", "Cascadia Code", Consolas, monospace;
  font-size: 0.9em;
}

#exhibit code {
  background: color-mix(in srgb, var(--color) 7%, transparent);
  padding: 0.1em 0.4em;
  border-radius: 3px;
}

#exhibit pre {
  background: color-mix(in srgb, var(--color) 5%, transparent);
  padding: 0.9em 1em;
  border-radius: 3px;
  border: 1px solid color-mix(in srgb, var(--color) 12%, transparent);
  overflow-x: auto;
  margin: 0 0 1em 0;
  line-height: 1.5;
  max-width: 800px;
}

#exhibit pre code {
  background: none;
  padding: 0;
  border: 0;
  font-size: inherit;
}

h1, h2 {
  font-size: 16px;
  margin-bottom: 1em;
  font-weight: var(--bold);
}

h3, h4 {
  font-size: 16px;
  margin-bottom: 1em;
}

#index p {
  margin-bottom: 1em;
}

#exhibit p, code, blockquote {
  max-width: 800px;
  margin-bottom: 1em;
}

.highlight {
  background: #f3ffc1;
  color: var(--color);
}

#index {
  width: 285px;
  background: var(--bg);
}

#exhibit {
  margin: 0 0 0 285px;
}

#index ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#index li.section {
  margin-bottom: 1em;
}

#index ul#all_tags {
  list-style: none;
  margin-bottom: 1em;
}

#index ul#all_tags li {
  display: inline;
  margin-right: 3px;
}

#index li.section span.section_title,
#index li.section span.section_title a {
  color: var(--color);
  font-weight: var(--bold);
}

#index span.active_section_title,
#index span.active_section_title a {
  font-weight: bold;
}

li.active a:link,
li a.active,
li.active a:hover,
li.active a:active,
li.active a:visited,
li span.active,
#index li.section li.active a:link,
#index li.section li.active a:hover,
#index li.section li.active a:active,
#index li.section li.active a:visited {
  font-weight: normal;
  color: var(--color);
}

#index ul li sup.new_exhibit {
  color: #0c0;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 8px;
  vertical-align: top;
}
#index ul li sup.new_exhibit:before {
  color: #0c0;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 8px;
  vertical-align: top;
  content: "New";
}

#exhibit a:link {
  text-decoration: underline;
}

#exhibit a:hover {
  text-decoration: none;
}

#exhibit .text h1, #exhibit .text h2, #exhibit .text h3, #exhibit .text h4, #exhibit .text h5, #exhibit .text h6 {
  margin: 1.4em 0 0.4em 0;
  font-weight: 700;
  line-height: 1.2;
}
#exhibit .text h1 {
  font-size: 1.85em;
}
#exhibit .text h2 {
  font-size: 1.4em;
}
#exhibit .text h3 {
  font-size: 1.18em;
}
#exhibit .text h4 {
  font-size: 1.05em;
}
#exhibit .text h5 {
  font-size: 0.95em;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
#exhibit .text h6 {
  font-size: 0.85em;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--color5);
}
#exhibit .text > h1:first-child, #exhibit .text > h2:first-child,
#exhibit .text > h3:first-child, #exhibit .text > h4:first-child {
  margin-top: 0;
}
#exhibit .text > div {
  margin-bottom: 1em;
}

#exhibit .text ul,
#exhibit .text ol {
  margin: 0 0 1em 1.5em;
  padding: 0;
}

#exhibit .text ul {
  list-style: disc outside;
}

#exhibit .text ol {
  list-style: decimal outside;
}

#exhibit .text ul ul,
#exhibit .text ol ol,
#exhibit .text ul ol,
#exhibit .text ol ul {
  margin: 0.25em 0 0.25em 1.5em;
}

#exhibit .text li {
  margin-bottom: 0.25em;
}

#index h1 {
  margin-bottom: 2em;
}

#index h1 a {
  text-decoration: none;
  color: var(--color);
}

#index ul.silent_section {
  margin-bottom: 1em;
}

.container {
  padding: 36px;
}

.captioning {
  margin-top: 2px;
}

.title, .caption {
  font-size: 0.7em;
  font-style: italic;
  line-height: 1.2em;
}

#img-container {
  position: relative;
}

.picture {
  line-height: 0;
}

#exhibit #slideshow {
  margin-bottom: 0;
}

#exhibit .captioning {
  margin: 0.5em 0 1em 0;
  padding: 0;
  line-height: 1.3em;
}

#exhibit .captioning .caption p {
  margin-bottom: 0;
}

.placement-top {
  margin: 0;
}

.placement-bottom {
  margin: 6px 0 0 0;
}

.placement-right,
.placement-left {
  margin: 0;
}

.slideshow-nav {
  display: flex;
  gap: 1.25rem;
  align-items: center;
  margin: 0 0 1em 0;
  font-size: 0.9em;
  flex-wrap: wrap;
}

.slideshow-nav .slide-previous,
.slideshow-nav .slide-next {
  text-decoration: none;
}

.slideshow-nav .slide-previous:hover,
.slideshow-nav .slide-next:hover {
  text-decoration: underline;
}

.slideshow-nav .position {
  color: #888;
  font-variant-numeric: tabular-nums;
}

#thumbnails a {
  margin-right: 2px;
  margin-bottom: 0;
}

.nav-above {
  margin-bottom: 6px;
}

.nav-below {
  margin-top: 12px;
}

.thumbnails-above {
  margin-bottom: 6px;
}

.thumbnails-below {
  margin-top: 0;
  margin-bottom: 30px;
}

.slideshow .slide {
  display: none;
}

.slideshow .slide:target {
  display: flex;
}

.slideshow:not(:has(.slide:target)) .slide--initial {
  display: flex;
}

.slideshow .picture {
  margin: 0 0 1em 0;
  text-align: center;
}

.slideshow .picture img,
.slideshow .picture video {
  display: block;
  max-width: 100%;
  max-height: calc(100vh - 160px);
  width: auto;
  height: auto;
  margin: 0 auto;
}

.slideshow .slide {
  flex-direction: column;
}

.slideshow .slide .slideshow-nav:first-of-type {
  order: -1;
}

#slideshow-wrapper {
  position: relative;
}

.autoplay-toggle {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.25rem 0.7rem;
  margin: 0;
  border: 1px solid color-mix(in srgb, var(--color) 35%, transparent);
  border-radius: 999px;
  background: var(--bg);
  color: var(--color);
  cursor: pointer;
  font-size: 0.85em;
  line-height: 1;
  user-select: none;
  transition: background 120ms ease, border-color 120ms ease;
}

.autoplay-toggle:hover {
  background: color-mix(in srgb, var(--color) 8%, var(--bg));
  border-color: color-mix(in srgb, var(--color) 55%, transparent);
}

.autoplay-toggle__icon {
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 8px solid currentColor;
}

.autoplay-toggle__pause {
  display: none;
}

.autoplay-toggle__play {
  display: inline;
}

.oe-autoplay-state:focus-visible ~ #img-container .autoplay-toggle {
  outline: 2px solid var(--color);
  outline-offset: 2px;
}

.oe-autoplay-state:checked ~ #img-container .autoplay-toggle {
  background: color-mix(in srgb, var(--color) 12%, var(--bg));
  border-color: color-mix(in srgb, var(--color) 60%, transparent);
}
.oe-autoplay-state:checked ~ #img-container .autoplay-toggle .autoplay-toggle__play {
  display: none;
}
.oe-autoplay-state:checked ~ #img-container .autoplay-toggle .autoplay-toggle__pause {
  display: inline;
}
.oe-autoplay-state:checked ~ #img-container .autoplay-toggle .autoplay-toggle__icon {
  width: 3px;
  height: 10px;
  border: none;
  background: currentColor;
  box-shadow: 6px 0 0 currentColor;
}

.oe-autoplay-state:checked ~ #img-container #slideshow-wrapper {
  display: grid;
  grid-template-areas: "stack";
}

.oe-autoplay-state:checked ~ #img-container #slideshow-wrapper > .slide {
  grid-area: stack;
  display: flex !important;
  opacity: 0;
  animation: oe-autoslide var(--total-seconds, 0s) linear infinite;
}

@media (prefers-reduced-motion: reduce) {
  .oe-autoplay-state:checked ~ #img-container #slideshow-wrapper > .slide {
    animation-timing-function: steps(1, end);
  }
}
.horizontal .text {
  max-width: 600px;
}

.horizontal .strip {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-x: contain;
  padding-bottom: 12px;
  margin-bottom: 1em;
  scrollbar-color: #888 transparent;
}

.horizontal .strip::-webkit-scrollbar {
  height: 8px;
}

.horizontal .strip::-webkit-scrollbar-track {
  background: transparent;
}

.horizontal .strip::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.25);
  border-radius: 4px;
}

.horizontal .strip::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.5);
}

.horizontal .strip .frame {
  flex: 0 0 auto;
  scroll-snap-align: start;
  line-height: 0;
}

.horizontal .strip .frame img,
.horizontal .strip .frame video {
  display: block;
  height: 60vh;
  max-height: 600px;
  width: auto;
  max-width: none;
}

.horizontal .strip .frame .captioning {
  line-height: 1.3em;
  padding-top: 4px;
}

@media (max-width: 768px) {
  .horizontal .strip .frame img,
.horizontal .strip .frame video {
    height: 50vh;
  }
}
.visual_index .thumbs {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(var(--thumb-size, 180px), 100%), 1fr));
  gap: 12px;
}

.visual_index .thumbs .thumb {
  margin: 0;
  line-height: 0;
}

.visual_index .thumbs .thumb-img {
  display: block;
  overflow: hidden;
  aspect-ratio: 1/1;
  background: color-mix(in srgb, var(--color) 6%, var(--bg));
}

.visual_index .thumbs .thumb-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 200ms ease;
}

.visual_index .thumbs .thumb-img:hover img {
  transform: scale(1.04);
}

.visual_index .thumbs .captioning {
  margin-top: 4px;
  line-height: 1.3em;
}

.thickbox .thumbs {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(160px, 100%), 1fr));
  gap: 10px;
}

.thickbox .thumbs li {
  margin: 0;
  line-height: 0;
}

.thickbox .thumbs .thickbox img {
  width: 100%;
  height: auto;
  display: block;
}

.documenta .documenta-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(220px, 100%), 1fr));
  gap: 20px;
}

.documenta .documenta-grid .cell {
  line-height: 0;
}

.documenta .documenta-grid .cell img {
  width: 100%;
  height: auto;
  display: block;
}

.documenta .documenta-grid .cell .captioning {
  margin-top: 6px;
  line-height: 1.3em;
  font-size: 0.85em;
}

.tag_display .thumbs {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(180px, 100%), 1fr));
  gap: 12px;
}

.tag_display .thumbs li {
  margin: 0;
  line-height: 0;
}

.tag_display .thumbs img {
  width: 100%;
  height: auto;
  display: block;
}

.over_and_over .picture {
  margin-bottom: 1em;
  line-height: 0;
}

.over_and_over .picture img,
.over_and_over .picture video {
  max-width: 100%;
  height: auto;
  display: block;
}

.no_thumbs .picture {
  margin-bottom: 1.5em;
  line-height: 0;
}

.no_thumbs .picture img,
.no_thumbs .picture video {
  max-width: 100%;
  height: auto;
  display: block;
}

.no_thumbs .picture .captioning {
  margin-top: 6px;
  line-height: 1.3em;
}

.random_image .picture img,
.random_image .picture video {
  max-width: 100%;
  height: auto;
  display: block;
}

.lightbox {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9500;
  background: rgba(0, 0, 0, 0.92);
  color: #fff;
}

.lightbox:target {
  display: block;
}

.lightbox .lb-close-zone {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: block;
  cursor: zoom-out;
  text-decoration: none;
  color: transparent;
}

.lightbox .lb-img {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 60px 80px;
  text-decoration: none;
  color: #fff;
  cursor: zoom-out;
}

.lightbox .lb-img img {
  max-width: 100%;
  max-height: calc(100vh - 120px);
  width: auto;
  height: auto;
  display: block;
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.6);
}

.lightbox .lb-img .lb-caption {
  display: block;
  margin-top: 14px;
  font-size: 13px;
  font-style: italic;
  text-align: center;
  max-width: 80ch;
}

.lightbox .lb-prev,
.lightbox .lb-next {
  position: absolute;
  top: 80px;
  bottom: 80px;
  width: 60px;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  font-size: 56px;
  line-height: 1;
  opacity: 0.5;
  transition: opacity 150ms, background 150ms;
}

.lightbox .lb-prev {
  left: 0;
}

.lightbox .lb-next {
  right: 0;
}

.lightbox .lb-prev:hover,
.lightbox .lb-next:hover {
  opacity: 1;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.08);
}

.lightbox .lb-close {
  position: absolute;
  top: 12px;
  right: 16px;
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  font-size: 36px;
  line-height: 1;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.08);
  transition: background 150ms;
}

.lightbox .lb-close:hover {
  background: rgba(255, 255, 255, 0.25);
  text-decoration: none;
}

@media (max-width: 768px) {
  .lightbox .lb-img {
    padding: 64px 12px 50px;
  }
  .lightbox .lb-prev,
.lightbox .lb-next {
    width: 44px;
    font-size: 40px;
    top: 56px;
    bottom: 56px;
  }
  .lightbox .lb-close {
    width: 40px;
    height: 40px;
    font-size: 28px;
  }
}
audio, video {
  display: block;
  margin: 0.5em 0 1em 0;
  max-width: 100%;
}

video {
  width: 100%;
  height: auto;
  background: #000;
}

audio {
  width: 100%;
  max-width: 600px;
}

.visual_index .thumbs .thumb video,
.documenta .documenta-grid .cell video,
.thickbox .thumbs li video,
.tag_display .thumbs li video {
  max-width: 200px;
  width: 100%;
  height: auto;
  margin: 0;
}

.nav-toggle-input {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.index-toggle {
  display: none;
}

.nav-toggle-input:focus-visible ~ .index-toggle {
  outline: 2px solid var(--color);
  outline-offset: 2px;
}

.skip-link {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.5rem 0.85rem;
  background: var(--color);
  color: var(--bg);
  text-decoration: none;
  z-index: 10000;
  transform: translateY(-110%);
  transition: transform 120ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  body {
    -webkit-text-size-adjust: 100%;
  }
  #index {
    left: -100vw;
    width: 100vw;
    height: 100vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    z-index: 9997;
    transition: left 250ms ease-in-out;
  }
  #nav-toggle-input:checked ~ #index {
    left: 0;
  }
  #exhibit {
    margin-left: 0;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 30px;
  }
  #exhibit img, #exhibit object {
    max-width: 100%;
    width: 100%;
    height: auto;
  }
  #exhibit .container #img-container {
    margin-top: 0;
  }
  #exhibit .container #img-container div {
    width: 100%;
  }
  #index .container,
#exhibit .container {
    padding: 15px;
  }
  .index-toggle {
    display: block;
    height: 35px;
    width: 35px;
    background-color: #fff;
    position: fixed;
    bottom: 12px;
    right: 12px;
    z-index: 5000000;
    text-indent: -9999px;
    cursor: pointer;
    border: 1px solid #000;
    border-radius: 4px;
  }
  .index-toggle::before,
.index-toggle::after {
    content: "";
    display: block;
    position: absolute;
    left: 7px;
    right: 7px;
    height: 3px;
    background: #000;
  }
  .index-toggle::before {
    top: 11px;
  }
  .index-toggle::after {
    bottom: 11px;
  }
  body, p, h1, h2, h3, h4 {
    font-size: 18px;
    line-height: 24px;
  }
  #index .container p, #exhibit .container p {
    width: auto;
  }
  #exhibit .container p {
    width: auto;
    margin: 0 0 9px 0;
  }
}
.asset {
  line-height: 0;
}

.asset a {
  margin-bottom: 0;
  padding-bottom: 0;
  line-height: 0;
}

.video-container {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-bottom: 75%;
}

.video-container .asset iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.spacer {
  padding-top: 15px;
}
