.post-type-archive-reportage,
.tax-reportage_tag {
  background: var(--reportage-archive-bg);
}

.blog {
  background: var(--blog-archive-bg);
}

.reporter-page {
  background: var(--reportage-archive-bg);
  padding-top: 0;
}

.reporter-shell {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 80px var(--content-pad) 80px;
  background: inherit;
}

.reporter-title {
  max-width: var(--reporter-archive-max);
  margin: 0 0 40px;
  width: 100%;
  text-align: left;
  font-family: var(--display);
  font-size: clamp(1.95rem, 3.1vw, 2.65rem);
  font-weight: 800;
  color: #0c0c0c;
}

.reporter-eyebrow {
  max-width: var(--reporter-archive-max);
  margin-left: 0;
  margin-right: 0;
}

.reporter-intro {
  max-width: var(--reporter-archive-max);
  margin: 0 0 28px;
  color: #0c0c0c;
  font-size: 1.1rem;
  line-height: 1.72;
}

.reporter-intro p {
  margin: 0 0 0.9em;
}

.reporter-intro p:last-child {
  margin-bottom: 0;
}

.reporter-list {
  display: flex;
  flex-direction: column;
  max-width: var(--reporter-archive-max);
  margin: 0;
  width: 100%;
}

.reporter-item {
  display: grid;
  grid-template-columns: 300px minmax(0, 1fr);
  gap: 36px;
  padding: 28px 0;
  border-bottom: 1px solid var(--rule);
}

.reporter-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.reporter-pub {
  font-family: var(--sans);
  font-size: 0.81rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--reportage-accent);
}

.reporter-item-title {
  margin: 8px 0 10px;
  font-family: var(--display);
  font-size: 1.35rem;
}

.reporter-item-title a {
  text-decoration: none;
  color: #0c0c0c;
}

.reporter-excerpt {
  margin: 0 0 12px;
  color: #0c0c0c;
  font-size: 1.1rem;
  line-height: 1.72;
}

.reporter-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  margin-bottom: 12px;
  font-family: var(--sans);
  font-size: 0.7rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--reportage-accent);
}

.reporter-links {
  display: flex;
  gap: 18px;
}

.reporter-links a {
  text-decoration: none;
  font-family: var(--display);
  font-size: 1.01rem;
  font-style: normal;
  font-weight: 700;
  color: var(--reportage-accent);
}

.reporter-pagination {
  max-width: var(--reporter-archive-max);
  margin-left: 0;
  margin-right: 0;
}

.blog-page {
  background: var(--blog-archive-bg);
  padding-top: 0;
}

.blog-page h2,
.blog-page h3 {
  font-family: "Courier New", Courier, monospace;
}

.blog-shell {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 80px var(--content-pad) 80px;
  background: inherit;
}

.blog-title {
  max-width: var(--blog-archive-max);
  margin: 0 0 34px;
  width: 100%;
  text-align: left;
  font-family: "Courier New", Courier, monospace;
  font-size: clamp(1.95rem, 3.1vw, 2.65rem);
  font-weight: 800;
  color: #0c0c0c;
}

.blog-eyebrow {
  max-width: var(--blog-archive-max);
  margin-left: 0;
  margin-right: 0;
  font-family: "Courier New", Courier, monospace;
  font-weight: 700;
}

.blog-index-list {
  display: flex;
  flex-direction: column;
  max-width: var(--blog-archive-max);
  margin: 0;
  width: 100%;
}

.blog-index-item {
  padding: 24px 0;
  border-bottom: 1px solid var(--rule);
}

.blog-index-date {
  font-family: var(--sans);
  font-size: 0.62rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #0c0c0c;
}

.blog-index-item-title {
  margin: 8px 0;
  font-family: "Courier New", Courier, monospace;
  font-size: 1.3rem;
}

.blog-index-item-title a {
  color: #0c0c0c;
  text-decoration: none;
}

.blog-index-excerpt {
  margin: 0;
  color: #0c0c0c;
  font-family: "Courier New", Courier, monospace;
  font-size: 1.1rem;
  line-height: 1.75;
}

.blog-index-excerpt p {
  margin: 0 0 0.85em;
}

.blog-index-excerpt p:last-child {
  margin-bottom: 0;
}

.blog-index-excerpt em,
.blog-index-excerpt strong {
  color: inherit;
}

.blog-pagination {
  max-width: var(--blog-archive-max);
  margin-left: 0;
  margin-right: 0;
}

@media (max-width: 900px) {
  .reporter-item {
    grid-template-columns: 1fr;
    gap: 18px;
  }
}

@media (max-width: 768px) {
  .reporter-page,
  .blog-page {
    padding-top: 0;
  }

  .reporter-shell,
  .blog-shell {
    padding: 52px 24px 52px;
  }
}
