.site-version {
  font: 10px/1 monospace;
  color: #090909;
  background: var(--acid);
  padding: 6px 8px;
  margin-right: 14px;
  border-radius: 999px;
}

.gallery-grid .gallery-open {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  padding: 0;
  background: none;
  color: inherit;
}

.gallery-grid figcaption {
  display: none;
}

.gallery-lightbox {
  position: fixed;
  z-index: 100;
  inset: 0;
  border: 0;
  background: #050505f5;
  padding: clamp(16px, 4vw, 52px);
  display: grid;
  place-items: center;
}

.gallery-lightbox img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  box-shadow: 0 22px 70px #000;
}

.broadcast-copy {
  display: none;
}

.broadcast-history {
  max-width: 1120px;
  margin-left: auto;
  padding: 0 0 34px;
}

.broadcast-count {
  font: 10px monospace;
  color: var(--acid);
  text-transform: uppercase;
  margin-bottom: 16px;
}

.broadcast-list {
  max-height: min(72vh, 760px);
  overflow: auto;
  border: 1px solid var(--line);
  background: #0d0d0b;
}

.broadcast-year {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 22px;
  padding: 22px;
  border-top: 1px solid var(--line);
}

.broadcast-year:first-child {
  border-top: 0;
}

.broadcast-year h3 {
  position: sticky;
  top: 0;
  align-self: start;
  margin: 0;
  color: var(--acid);
  font-size: 34px;
  letter-spacing: -0.05em;
}

.broadcast-year p {
  margin: 0 0 12px;
  color: #d7d3c8;
  font-weight: 700;
}

.broadcast-year ul {
  margin: 0;
  padding-left: 18px;
  color: var(--muted);
  line-height: 1.5;
}

.broadcast-year li {
  margin: 0 0 7px;
}

.visual > .section-head {
  display: none;
}

.visual .video-grid figcaption,
.reel-grid figcaption {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: end;
  padding: 0 0 14px;
  font-size: 14px;
}

.visual .video-grid figcaption b,
.reel-grid figcaption b {
  font-size: clamp(18px, 2.2vw, 32px);
  letter-spacing: -0.04em;
  line-height: 1;
}

.visual .video-grid figcaption span,
.reel-grid figcaption span {
  font: 10px monospace;
  color: #4c4c42;
  text-transform: uppercase;
  white-space: nowrap;
}

.reel-head h3 {
  font-size: clamp(34px, 5vw, 68px);
}

.library-index {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  color: var(--acid);
}

.library-index small {
  font: 9px monospace;
  color: var(--muted);
}

.library-index b {
  font-size: clamp(28px, 3vw, 48px);
  line-height: 0.82;
  letter-spacing: -0.07em;
}

@media (max-width: 760px) {
  .site-version {
    margin-left: auto;
    margin-right: 8px;
  }

  .broadcast-history {
    margin: 0 auto;
  }

  .broadcast-year {
    grid-template-columns: 1fr;
    text-align: left;
    padding: 18px;
  }

  .broadcast-year h3 {
    position: static;
    text-align: center;
  }

  .visual .video-grid figcaption,
  .reel-grid figcaption {
    display: block;
    text-align: center;
  }

  .visual .video-grid figcaption b,
  .reel-grid figcaption b {
    display: block;
    margin-bottom: 6px;
  }
}
