* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  background: #fdd116;
  color: #111;
  font-family: Arial, Helvetica, sans-serif;
}

a {
  color: inherit;
}

.old-shell {
  min-height: 900px;
  padding: 24px 14px 56px;
  background: #fdd116;
}

.old-frame {
  width: min(900px, 100%);
  margin: 0 auto;
  border: 5px solid #000;
  background: #000;
  box-shadow: 0 7px 0 rgba(0, 0, 0, 0.24);
  overflow: hidden;
}

.old-top {
  display: grid;
  grid-template-columns: minmax(0, 345px) minmax(0, 1fr);
  min-height: 118px;
  background: #000;
}

.logo-block {
  position: relative;
  display: block;
  overflow: hidden;
  background: #fdd116;
}

.logo-block::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 8px;
  height: 14px;
  background:
    linear-gradient(45deg, #000 25%, transparent 25%) 0 0 / 12px 12px,
    linear-gradient(45deg, transparent 75%, #000 75%) 0 0 / 12px 12px,
    #fff;
}

.logo-block img {
  position: relative;
  z-index: 1;
  display: block;
  width: 345px;
  height: 114px;
  object-fit: contain;
}

.old-nav {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  align-content: stretch;
  border-left: 5px solid #000;
  background: #000;
}

.old-nav a {
  min-height: 58px;
  display: grid;
  place-items: center;
  border-right: 1px solid #111;
  border-bottom: 1px solid #111;
  background: #fdd116;
  color: #000;
  font-size: 13px;
  font-weight: 900;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  overflow-wrap: anywhere;
}

.old-nav a:nth-child(even) {
  background: #fff;
}

.old-nav a.active,
.old-nav a:hover,
.old-nav a:focus {
  background: #ed1c24;
  color: #fff;
}

.old-content {
  display: grid;
  grid-template-columns: minmax(0, 245px) minmax(0, 372px) minmax(0, 1fr);
  min-height: 585px;
  margin-top: 50px;
  border-top: 5px solid #000;
}

.red-panel,
.black-panel {
  min-width: 0;
  padding: 24px 18px;
}

.red-panel {
  background: #a40e18;
  color: #fff;
  border-right: 5px solid #000;
}

.red-panel h2,
.black-panel h2 {
  margin: 0 0 18px;
  color: #fdd116;
  font-size: 19px;
  line-height: 1.1;
  text-transform: uppercase;
}

.status-list {
  display: grid;
  gap: 0;
  margin-bottom: 22px;
}

.status-list div {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 8px;
  padding: 9px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
  font-size: 13px;
  min-width: 0;
}

.status-list b {
  color: #fff;
}

.red-panel p {
  margin: 0 0 14px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.42;
}

.center-panel {
  min-width: 0;
  background: #fff;
}

.manhattanhenge {
  display: block;
  width: 367px;
  height: 363px;
  object-fit: cover;
  border-bottom: 5px solid #000;
}

.center-copy {
  padding: 20px 22px 24px;
}

.center-copy h1 {
  margin: 0 0 14px;
  color: #ed1c24;
  font-size: 24px;
  line-height: 1.1;
}

.center-copy p {
  margin: 0 0 14px;
  font-size: 14px;
  line-height: 1.45;
}

.center-copy strong {
  color: #ed1c24;
}

.black-panel {
  background: #111;
  color: #eee;
  border-left: 5px solid #000;
}

.events-sign {
  width: 217px;
  max-width: 100%;
  margin: 0 auto 18px;
}

.events-sign img,
.contact-card img {
  display: block;
  width: 100%;
  height: auto;
}

.black-panel ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.black-panel li {
  padding: 12px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  font-size: 13px;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.black-panel li b {
  display: block;
  color: #fff;
}

.contact-card {
  width: 217px;
  max-width: 100%;
  margin-top: 18px;
  margin-right: auto;
  margin-left: auto;
}

.old-footer,
.page-footer {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 13px 16px;
  border-top: 5px solid #000;
  background: #000;
  color: #fdd116;
  font-size: 12px;
  font-weight: 900;
}

.archive-band {
  padding: 68px 24px;
  background: #f4eadb;
}

.basket-band {
  border-top: 5px solid #000;
  border-bottom: 5px solid #000;
  background:
    repeating-linear-gradient(0deg, rgba(132, 80, 18, 0.1) 0 6px, rgba(255, 255, 255, 0.08) 6px 12px),
    #f2bd61;
}

.dark-band {
  background: #111;
  color: #fff;
}

.red-band {
  background: #a40e18;
  color: #fff;
}

.inner {
  width: min(996px, 100%);
  margin: 0 auto;
}

.two-col {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 52px;
  align-items: start;
}

.section-label {
  margin: 0 0 12px;
  color: #a40e18;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.yellow {
  color: #fdd116;
}

h2 {
  margin: 0;
  font-size: 44px;
  line-height: 1.04;
  letter-spacing: 0;
}

.copy-block,
.copy-block p,
.light-copy {
  margin: 0 0 16px;
  color: #323232;
  font-size: 18px;
  line-height: 1.5;
}

.dark-band .copy-block,
.dark-band .light-copy,
.red-band .copy-block {
  color: rgba(255, 255, 255, 0.82);
}

.text-link {
  color: #0033aa;
  font-weight: 900;
}

.timeline {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 34px;
  border: 4px solid #fdd116;
}

.timeline article {
  min-height: 220px;
  padding: 20px;
  border-right: 4px solid #fdd116;
}

.timeline article:last-child {
  border-right: 0;
}

.timeline b {
  display: block;
  color: #fdd116;
  font-size: 30px;
}

.timeline h3 {
  margin: 12px 0 8px;
  font-size: 21px;
}

.timeline p {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 15px;
  line-height: 1.45;
}

.render-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 34px;
}

.render-card {
  position: relative;
  min-height: 300px;
  overflow: hidden;
  border: 4px solid #111;
  background: #fff;
  color: #fdd116;
  text-decoration: none;
}

.render-card.wide {
  grid-column: span 3;
  min-height: 360px;
}

.render-card img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
}

.render-card span {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 14px 16px;
  background: rgba(0, 0, 0, 0.86);
  font-weight: 900;
  text-transform: uppercase;
}

.recovered-band {
  border-top: 5px solid #000;
}

.render-browser {
  margin-top: 34px;
  border: 4px solid #111;
  background: #111;
}

.render-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 12px;
  color: #fdd116;
}

.render-toolbar p {
  margin: 0;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.render-actions {
  display: flex;
  gap: 8px;
}

.render-actions button,
.render-dots button {
  border: 2px solid #fdd116;
  background: #111;
  color: #fdd116;
  font: inherit;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  cursor: pointer;
}

.render-actions button {
  min-height: 36px;
  padding: 0 12px;
}

.render-actions button:hover,
.render-actions button:focus,
.render-dots button[aria-current="page"] {
  background: #fdd116;
  color: #111;
}

.render-actions button:disabled {
  cursor: not-allowed;
  opacity: 0.45;
}

.render-grid.compact {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  margin-top: 0;
  border-top: 4px solid #111;
  background: #111;
}

.render-grid.compact .render-card {
  min-height: 260px;
  border: 0;
  border-right: 4px solid #111;
}

.render-grid.compact .render-card:nth-child(even),
.render-grid.compact .render-card:last-child {
  border-right: 0;
}

.render-card[hidden] {
  display: none;
}

.render-thumb-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  padding: 14px;
  border-top: 4px solid #111;
  background: #f4eadb;
}

.render-thumb-card {
  display: grid;
  grid-template-rows: auto 1fr;
  min-width: 0;
  min-height: 0;
  overflow: hidden;
  border: 3px solid #111;
  background: #fff;
  color: #111;
  text-decoration: none;
}

.render-thumb-card:hover,
.render-thumb-card:focus {
  border-color: #a40e18;
}

.render-thumb-card img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: contain;
  background: #f6efe3;
  border-bottom: 2px solid #111;
}

.render-thumb-copy {
  display: grid;
  gap: 4px;
  align-content: start;
  padding: 9px 10px 10px;
}

.render-thumb-copy b {
  font-size: 13px;
  line-height: 1.15;
  text-transform: uppercase;
  overflow-wrap: anywhere;
}

.render-thumb-copy span {
  color: #555;
  font-size: 11px;
  line-height: 1.25;
  overflow-wrap: anywhere;
}

.render-thumb-card[hidden] {
  display: none;
}

.render-loading,
.render-error {
  grid-column: 1 / -1;
  margin: 0;
  padding: 18px;
  color: #111;
  font-size: 15px;
  font-weight: 900;
}

.render-dots {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
  padding: 12px;
  border-top: 4px solid #111;
}

.render-dots button {
  width: 34px;
  height: 30px;
  padding: 0;
}

.photo-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 5px solid #000;
  border-bottom: 5px solid #000;
}

.photo-row img {
  display: block;
  width: 100%;
  height: 330px;
  object-fit: cover;
  border-right: 5px solid #000;
}

.photo-row img:last-child {
  border-right: 0;
}

.source-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 32px;
}

.source-grid a {
  min-height: 136px;
  padding: 18px;
  border: 3px solid #111;
  background: #fff;
  color: #111;
  text-decoration: none;
}

.source-grid a:hover,
.source-grid a:focus {
  background: #111;
  color: #fff;
}

.source-grid b {
  display: block;
  margin-bottom: 8px;
  color: #a40e18;
  font-size: 13px;
  text-transform: uppercase;
}

.source-grid a:hover b,
.source-grid a:focus b {
  color: #fdd116;
}

.source-grid span {
  display: block;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.28;
}

.music-archive-band {
  border-top: 5px solid #000;
  border-bottom: 5px solid #000;
  background: #f4eadb;
}

.archive-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 36px;
  border: 4px solid #111;
  background: #111;
}

.archive-stats div {
  min-width: 0;
  padding: 22px;
  border-right: 4px solid #111;
  background: #fdd116;
}

.archive-stats div:nth-child(2) {
  background: #fff;
}

.archive-stats div:last-child {
  border-right: 0;
  background: #a40e18;
  color: #fff;
}

.archive-stats strong,
.archive-stats span {
  display: block;
}

.archive-stats strong {
  font-size: 38px;
  line-height: 1;
}

.archive-stats span {
  margin-top: 8px;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.3;
  text-transform: uppercase;
}

.archive-entry-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 16px;
}

.archive-entry-grid a {
  min-height: 160px;
  padding: 20px;
  border: 3px solid #111;
  background: #fff;
  color: #111;
  text-decoration: none;
}

.archive-entry-grid a:hover,
.archive-entry-grid a:focus {
  background: #111;
  color: #fff;
}

.archive-entry-grid b,
.archive-entry-grid span {
  display: block;
}

.archive-entry-grid b {
  color: #a40e18;
  font-size: 21px;
  line-height: 1.15;
}

.archive-entry-grid a:hover b,
.archive-entry-grid a:focus b {
  color: #fdd116;
}

.archive-entry-grid span {
  margin-top: 12px;
  font-size: 15px;
  line-height: 1.42;
}

.featured-flyers {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 0;
  margin-top: 18px;
  border: 4px solid #111;
  background: #111;
}

.featured-flyer {
  display: block;
  min-width: 0;
  height: 230px;
  border-right: 3px solid #111;
  background: #fff;
}

.featured-flyer:last-child {
  border-right: 0;
}

.featured-flyer img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.archive-page {
  min-height: 100vh;
  background: #f4eadb;
}

.archive-header {
  display: grid;
  grid-template-columns: 300px minmax(0, 1fr);
  min-height: 94px;
  border-bottom: 5px solid #000;
  background: #111;
}

.archive-mark {
  display: flex;
  align-items: center;
  padding: 8px 18px;
  background: #fdd116;
}

.archive-mark img {
  display: block;
  width: 260px;
  max-width: 100%;
  height: 76px;
  object-fit: contain;
}

.archive-header nav {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.archive-header nav a {
  display: grid;
  min-width: 0;
  place-items: center;
  padding: 12px;
  border-left: 2px solid #111;
  background: #fff;
  color: #111;
  font-size: 13px;
  font-weight: 900;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  overflow-wrap: anywhere;
}

.archive-header nav a:nth-child(even) {
  background: #fdd116;
}

.archive-header nav a:hover,
.archive-header nav a:focus,
.archive-header nav a.active {
  background: #a40e18;
  color: #fff;
}

.archive-page-intro {
  padding: 64px 24px;
  border-bottom: 5px solid #000;
  background: #fdd116;
}

.archive-page-intro.red-intro {
  background: #a40e18;
  color: #fff;
}

.archive-page-intro.flyer-intro {
  background: #111;
  color: #fff;
}

.archive-page-inner {
  width: min(1180px, 100%);
  margin: 0 auto;
}

.archive-page-intro .section-label {
  color: #a40e18;
}

.archive-page-intro.red-intro .section-label,
.archive-page-intro.flyer-intro .section-label {
  color: #fdd116;
}

.archive-page-intro h1 {
  max-width: 860px;
  margin: 0;
  font-size: 58px;
  line-height: 1;
  letter-spacing: 0;
}

.archive-page-intro p:last-child {
  max-width: 790px;
  margin: 22px 0 0;
  font-size: 19px;
  line-height: 1.5;
}

.archive-workspace {
  min-height: 600px;
  padding: 38px 24px 64px;
  background: #f4eadb;
}

.archive-filters {
  display: grid;
  grid-template-columns: 1.5fr repeat(3, minmax(150px, 1fr));
  gap: 12px;
  padding: 16px;
  border: 4px solid #111;
  background: #fff;
}

.archive-filters.artist-filters {
  grid-template-columns: 2fr 1fr;
}

.archive-filters label {
  display: grid;
  gap: 6px;
  min-width: 0;
  color: #a40e18;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.archive-filters input,
.archive-filters select {
  width: 100%;
  min-width: 0;
  height: 46px;
  border: 3px solid #111;
  background: #fff;
  color: #111;
  font: inherit;
  font-size: 15px;
  text-transform: none;
}

.archive-filters input {
  padding: 0 11px;
}

.archive-result-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin: 24px 0 16px;
}

.archive-result-line strong {
  font-size: 18px;
}

.archive-result-line a {
  color: #0033aa;
  font-weight: 900;
}

.event-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.event-card {
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr);
  min-width: 0;
  overflow: hidden;
  border: 3px solid #111;
  background: #fff;
}

.event-card-no-media {
  grid-template-columns: 1fr;
}

.event-card-media {
  display: block;
  min-height: 100%;
  border-right: 3px solid #111;
  background: #f4eadb;
}

.event-card-media img {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 420px;
  object-fit: contain;
}

.event-card-copy {
  min-width: 0;
  padding: 18px;
}

.event-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.event-meta time {
  color: #a40e18;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.quality-badge {
  padding: 5px 7px;
  border: 2px solid #111;
  background: #fdd116;
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
}

.quality-candidate {
  background: #fff;
  color: #a40e18;
  border-color: #a40e18;
}

.quality-context,
.quality-supporting-source {
  background: #111;
  color: #fff;
}

.event-card h2 {
  margin: 12px 0 10px;
  font-size: 24px;
  line-height: 1.1;
  overflow-wrap: anywhere;
}

.event-series,
.event-lineup {
  margin: 0 0 10px;
  font-size: 14px;
  line-height: 1.4;
}

.event-series {
  color: #a40e18;
  font-weight: 900;
}

.event-lineup {
  color: #333;
}

.event-card details {
  margin-top: 14px;
  padding-top: 12px;
  border-top: 2px solid #111;
}

.event-card summary {
  cursor: pointer;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.event-card details p {
  margin: 11px 0 0;
  color: #333;
  font-size: 13px;
  line-height: 1.45;
}

.event-card details .event-note {
  color: #666;
}

.event-source-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}

.source-link {
  padding: 7px 9px;
  border: 2px solid #111;
  color: #0033aa;
  font-size: 12px;
  font-weight: 900;
  text-decoration: none;
}

.source-link:hover,
.source-link:focus {
  background: #111;
  color: #fdd116;
}

.artist-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.artist-card {
  display: block;
  min-width: 0;
  min-height: 170px;
  padding: 16px;
  border: 3px solid #111;
  background: #fff;
  color: #111;
  text-decoration: none;
}

.artist-card:hover,
.artist-card:focus {
  background: #111;
  color: #fff;
}

.artist-card h2 {
  margin: 0 0 18px;
  color: #a40e18;
  font-size: 22px;
  line-height: 1.08;
  overflow-wrap: anywhere;
}

.artist-card:hover h2,
.artist-card:focus h2 {
  color: #fdd116;
}

.artist-card strong,
.artist-card span {
  display: block;
  font-size: 12px;
  text-transform: uppercase;
}

.artist-card span {
  margin-top: 4px;
  color: #666;
}

.artist-card:hover span,
.artist-card:focus span {
  color: #ddd;
}

.artist-card p {
  margin: 14px 0 0;
  font-size: 12px;
  line-height: 1.35;
}

.flyer-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.flyer-card {
  display: grid;
  grid-template-rows: 460px auto;
  min-width: 0;
  margin: 0;
  border: 3px solid #111;
  background: #fff;
}

.flyer-media {
  display: block;
  min-width: 0;
  overflow: hidden;
  border-bottom: 3px solid #111;
  background: #eee6d9;
}

.flyer-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.flyer-card figcaption {
  display: grid;
  gap: 6px;
  align-content: start;
  padding: 14px;
}

.flyer-card figcaption b {
  font-size: 17px;
  line-height: 1.2;
}

.flyer-card figcaption span {
  color: #a40e18;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.flyer-card figcaption a {
  color: #0033aa;
  font-size: 12px;
  font-weight: 900;
}

.archive-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-top: 28px;
}

.archive-pagination button {
  min-width: 110px;
  min-height: 42px;
  padding: 0 14px;
  border: 3px solid #111;
  background: #fdd116;
  color: #111;
  font: inherit;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  cursor: pointer;
}

.archive-pagination button:hover,
.archive-pagination button:focus {
  background: #111;
  color: #fdd116;
}

.archive-pagination button:disabled {
  cursor: not-allowed;
  opacity: 0.4;
}

.archive-pagination span {
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.memory-form {
  display: grid;
  gap: 13px;
  padding: 22px;
  border: 4px solid #fdd116;
  background: #fff;
  color: #111;
}

.memory-form label {
  display: grid;
  gap: 6px;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.memory-form input,
.memory-form select,
.memory-form textarea {
  width: 100%;
  border: 3px solid #111;
  padding: 11px;
  color: #111;
  font: inherit;
  font-size: 16px;
  text-transform: none;
}

.memory-form button {
  min-height: 52px;
  border: 3px solid #111;
  background: #fdd116;
  color: #111;
  font-size: 16px;
  font-weight: 900;
  text-transform: uppercase;
  cursor: pointer;
}

.memory-form p {
  margin: 0;
  color: #444;
  font-size: 13px;
  line-height: 1.35;
}

.page-footer {
  align-items: center;
}

.page-footer a {
  text-decoration: none;
  text-transform: uppercase;
}

@media (max-width: 920px) {
  .old-frame {
    max-width: min(620px, 100vw);
  }

  .old-top,
  .old-content {
    grid-template-columns: 1fr;
    min-width: 0;
    margin-top: 0;
  }

  .logo-block img {
    width: min(345px, 100%);
  }

  .old-nav {
    width: 100%;
    min-width: 0;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border-left: 0;
    border-top: 5px solid #000;
  }

  .old-nav a {
    min-width: 0;
  }

  .red-panel,
  .black-panel {
    border-right: 0;
    border-left: 0;
    border-bottom: 5px solid #000;
  }

  .center-panel {
    order: -1;
  }

  .manhattanhenge {
    width: 100%;
    height: auto;
    max-height: 420px;
  }

  .status-list {
    min-width: 0;
  }

  .status-list span,
  .red-panel p,
  .center-copy p,
  .contact-card {
    overflow-wrap: anywhere;
  }

  .two-col,
  .timeline,
  .render-grid,
  .render-grid.compact,
  .photo-row,
  .source-grid,
  .archive-stats,
  .archive-entry-grid {
    grid-template-columns: 1fr;
  }

  .archive-stats div {
    border-right: 0;
    border-bottom: 4px solid #111;
  }

  .archive-stats div:last-child {
    border-bottom: 0;
  }

  .featured-flyers {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .featured-flyer {
    height: 220px;
    border-bottom: 3px solid #111;
  }

  .archive-header {
    grid-template-columns: 1fr;
  }

  .archive-mark {
    justify-content: center;
  }

  .archive-header nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-top: 5px solid #000;
  }

  .archive-header nav a {
    min-height: 58px;
  }

  .archive-page-intro h1 {
    font-size: 44px;
  }

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

  .event-grid,
  .flyer-gallery {
    grid-template-columns: 1fr;
  }

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

  .flyer-card {
    grid-template-rows: minmax(360px, 68vh) auto;
  }

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

  .render-toolbar {
    align-items: stretch;
    flex-direction: column;
  }

  .render-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .render-grid.compact .render-card {
    border-right: 0;
    border-bottom: 4px solid #111;
  }

  .render-grid.compact .render-card:last-child {
    border-bottom: 0;
  }

  .render-card.wide {
    grid-column: auto;
  }

  .timeline article,
  .photo-row img {
    border-right: 0;
    border-bottom: 4px solid #fdd116;
  }

  .photo-row img {
    border-bottom-color: #000;
  }

  .timeline article:last-child,
  .photo-row img:last-child {
    border-bottom: 0;
  }
}

@media (max-width: 560px) {
  .featured-flyers {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .archive-page-intro,
  .archive-workspace {
    padding-right: 16px;
    padding-left: 16px;
  }

  .archive-page-intro h1 {
    font-size: 38px;
  }

  .archive-filters,
  .archive-filters.artist-filters,
  .artist-grid {
    grid-template-columns: 1fr;
  }

  .archive-result-line {
    align-items: flex-start;
    flex-direction: column;
  }

  .event-card {
    grid-template-columns: 1fr;
  }

  .event-card-media {
    height: 360px;
    border-right: 0;
    border-bottom: 3px solid #111;
  }

  .event-card-media img {
    max-height: none;
  }

  .archive-pagination {
    gap: 8px;
  }

  .archive-pagination button {
    min-width: 92px;
  }
}

@media (max-width: 520px) {
  .old-shell {
    padding: 0 0 36px;
  }

  .old-frame {
    width: 100%;
    border-left: 0;
    border-right: 0;
  }

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

  .old-nav a {
    min-height: 54px;
    padding: 0 8px;
    font-size: 12px;
  }

  .center-copy,
  .red-panel,
  .black-panel {
    padding-left: 18px;
    padding-right: 18px;
  }

  .status-list div {
    grid-template-columns: 56px minmax(0, 1fr);
  }

  .old-footer,
  .page-footer {
    flex-direction: column;
  }

  .archive-band {
    padding: 46px 18px;
  }

  h2 {
    font-size: 34px;
  }

  .center-copy h1 {
    font-size: 22px;
  }

  .copy-block,
  .copy-block p,
  .light-copy {
    font-size: 16px;
  }
}
