/* Digest pages only. Loaded for city, year, and issue layouts. */

.site-header--city {
  background: #1e4636;
  border-bottom: 3px solid var(--gold-bright);
  color: var(--header-ink);
}

.site-header--city .wordmark {
  color: var(--header-ink);
}

.site-header--city .header-bar {
  padding-bottom: 0.15rem;
}

.city-masthead {
  margin-top: 0.95rem;
  padding-bottom: 0.35rem;
}

.city-name {
  margin: 0;
  color: var(--header-ink);
  font-family: var(--serif);
  font-size: clamp(2.15rem, 7vw, 3rem);
  font-weight: 560;
  letter-spacing: -0.03em;
  line-height: 0.95;
}

.city-name a {
  color: inherit;
  text-decoration: none;
}

.city-kicker {
  margin: 0.45rem 0 0;
  color: var(--header-kicker);
  font-size: 1rem;
  font-weight: 500;
}

.city-home,
.year-page,
.issue,
.state-hub {
  padding-top: 1.25rem;
  padding-bottom: 2.4rem;
}

.city-home h1,
.year-page h1,
.issue h1,
.state-hub h1 {
  margin: 0.2rem 0 1rem;
  font-size: clamp(1.85rem, 5.4vw, 2.55rem);
}

.issue-range {
  margin: 0 0 0.3rem;
  color: var(--gold);
  font-size: 0.98rem;
  font-weight: 600;
}

.crumbs ol {
  display: flex;
  flex-wrap: wrap;
  gap: 0.2rem 0;
  margin: 0 0 1rem;
  padding: 0;
  list-style: none;
  color: var(--muted);
  font-size: 0.92rem;
}

.crumbs li + li::before {
  content: "/";
  margin: 0 0.4rem;
  color: var(--muted);
}

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

.crumbs a:hover,
.crumbs a:focus {
  text-decoration: underline;
}

.hero {
  margin: 0 0 1.1rem;
}

.hero img,
.event-photo img {
  width: 100%;
  border-radius: 0.85rem;
}

.hero figcaption,
.event-photo figcaption {
  margin-top: 0.45rem;
  color: var(--muted);
  font-size: 0.84rem;
  line-height: 1.4;
}

.hero figcaption .source::before,
.event-photo figcaption .source::before {
  content: "·";
  margin: 0 0.35rem;
}

.hook {
  margin: 0.2rem 0 0;
  color: var(--ink);
  font-family: var(--serif);
  font-size: 1.28rem;
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.4;
}

.dek {
  margin-top: 0;
  font-size: 1.05rem;
}

.city-note {
  margin: 1.4rem 0 0;
  color: var(--muted);
  font-size: 0.98rem;
}

.year-link {
  margin: 1.15rem 0 0;
  font-weight: 600;
}

.earlier {
  margin-top: 2rem;
}

.earlier h2,
.prose h2 {
  margin: 2rem 0 0.45rem;
  font-size: 1.45rem;
}

.issue-list {
  margin: 0.4rem 0 0;
  padding: 0;
  list-style: none;
}

.issue-list li {
  padding: 0.85rem 0;
  border-top: 1px solid var(--rule);
}

.issue-list a {
  color: var(--ink);
  font-family: var(--serif);
  font-size: 1.22rem;
  font-weight: 560;
  letter-spacing: -0.02em;
  text-decoration: none;
}

.issue-list a:hover,
.issue-list a:focus {
  text-decoration: underline;
}

.issue-list .meta,
.week-nav .meta {
  display: block;
  margin-top: 0.15rem;
  color: var(--gold);
  font-family: var(--sans);
  font-size: 0.92rem;
  font-weight: 600;
  letter-spacing: 0;
}

.prose h3 {
  margin: 1.7rem 0 0.2rem;
  font-size: 1.28rem;
}

.prose .event-when {
  display: inline-block;
  max-width: 100%;
  margin: 0.15rem 0 0.35rem;
  padding-bottom: 0.12rem;
  border-bottom: 2px solid var(--gold-bright);
  color: var(--gold);
  font-size: 0.98rem;
  font-weight: 600;
  line-height: 1.35;
}

.prose .event-place {
  margin: 0 0 0.55rem;
  color: var(--muted);
  font-size: 0.95rem;
  font-weight: 500;
}

.event-photo {
  margin: 0.75rem 0 1rem;
}

.week-nav {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 2.2rem;
  padding-top: 1rem;
  border-top: 1px solid var(--rule);
}

.week-nav a {
  color: var(--ink);
  font-weight: 650;
  text-decoration: none;
}

.week-nav a:hover,
.week-nav a:focus {
  text-decoration: underline;
}

@media (min-width: 40rem) {
  .week-nav {
    flex-direction: row;
    justify-content: space-between;
    gap: 1.5rem;
  }

  .week-nav .next {
    margin-left: auto;
    text-align: right;
  }
}
