.wrap,
.layout,
article,
article section,
.pack-list,
.pager {
  max-width: 100%;
  min-width: 0;
}

.pager {
  display: block;
  margin-top: 1rem;
  overflow: hidden;
}

.pager-meta {
  margin-bottom: 0.45rem;
}

.pager-row {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 0.3rem;
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.pager-btn {
  flex: 0 0 auto;
  min-width: 2.2rem;
  padding: 0.4rem 0.45rem;
  font-size: 0.68rem;
}

@media (max-width: 700px) {
  .pager-btn {
    min-width: 2rem;
    padding: 0.35rem 0.38rem;
    font-size: 0.62rem;
  }
}

.yearbar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 20;
  background: #0a0908;
  border-top: 1px solid var(--line);
  padding: 0.1rem 1rem;
  text-align: center;
  font-family: "IBM Plex Mono", ui-monospace, monospace;
  font-size: 0.72rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--muted);
}

body {
  padding-bottom: 3rem;
}

/**/

.home-video { padding: 1.4rem 0 1.8rem; }

.video-card {
  max-width: 22rem;
  margin: 0 auto;
  background: #171410;
  border: 1px solid #3a3228;
  padding: 0.85rem;
}

.video-card .kicker {
  margin: 0 0 0.35rem;
  font-family: "IBM Plex Mono", ui-monospace, monospace;
  font-size: 0.68rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #c45c3a;
}

.video-card h2 { margin: 0 0 0.75rem; font-size: 1.15rem; }

.player-box {
  width: 100%;
  height: 360px;
  overflow: hidden;
  background: #000;
  border: 1px solid #3a3228;
  border-bottom: 0;
}

.player-box video,
#anu-player,
#anu-player .jwplayer {
  width: 100% !important;
  height: 360px !important;
}

.player-bar {
  display: grid;
  grid-template-columns: auto auto auto 1fr;
  gap: 0.35rem;
  align-items: center;
  background: #110f0c;
  border: 1px solid #3a3228;
  border-top: 1px solid #2a241c;
  padding: 0.4rem;
}

.player-bar button {
  min-width: 2.4rem;
  height: 2.2rem;
  border: 1px solid #c4a574;
  background: #2a1710;
  color: #e8c9a0;
  font-family: "IBM Plex Mono", ui-monospace, monospace;
  font-size: 0.68rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  cursor: pointer;
}

.player-bar button:hover { background: #3a1e14; }

.player-time {
  font-family: "IBM Plex Mono", ui-monospace, monospace;
  font-size: 0.68rem;
  color: #b7a893;
  text-align: right;
  padding-right: 0.3rem;
}

.video-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  margin: 0.7rem 0 0.55rem;
}

.video-meta span {
  font-family: "IBM Plex Mono", ui-monospace, monospace;
  font-size: 0.62rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border: 1px solid #3a3228;
  color: #d9b08c;
  padding: 0.25rem 0.4rem;
}

.video-card .muted { margin: 0; font-size: 0.88rem; color: #b7a893; }

@media (max-width: 700px) {
  .player-box,
  #anu-player,
  #anu-player .jwplayer { height: 320px !important; }
}

@media (min-width: 800px) {
  .video-card {
    max-width: 90%;
  }
  .player-box,
  #anu-player,
  #anu-player .jwplayer {
    height: 480px !important;
  }
}

@media (min-width: 1100px) {
  .video-card {
    max-width: 90%;
  }
  .player-box,
  #anu-player,
  #anu-player .jwplayer {
    height: 540px !important;
  }
}

[data-video-date] {
  margin: 0.65rem 0 0.35rem;
  font-family: "IBM Plex Mono", ui-monospace, monospace;
  font-size: 0.68rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #c4a574;
}

.clip-info {
  margin-top: 0.75rem;
  padding: 0.7rem 0.75rem 0.8rem;
  border: 1px solid #3a3228;
  background: #110f0c;
}

.clip-date {
  margin: 0 0 0.45rem;
  font-family: "IBM Plex Mono", ui-monospace, monospace;
  font-size: 0.62rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #c4a574;
}

.clip-date::before {
  content: "● ";
  color: #c45c3a;
}

.clip-blurb {
  margin: 0;
  padding-top: 0.45rem;
  border-top: 1px solid #2a241c;
  font-family: "Source Serif 4", Georgia, serif;
  font-size: 0.95rem;
  line-height: 1.45;
  color: #e6d3b8;
}

.clip-blurb::before {
  content: "“";
  color: #c45c3a;
  font-size: 1.1em;
  margin-right: 0.15rem;
}

.clip-blurb::after {
  content: "”";
  color: #c45c3a;
  font-size: 1.1em;
  margin-right: 0.15rem;
}
