.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;
}

html:has(.blog-page) {
  scroll-behavior: smooth;
}

.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-pinned {
  max-width: var(--blog-archive-max);
  width: 100%;
  margin: 0 0 48px;
}

.blog-pinned-title {
  font-family: "Courier New", Courier, monospace;
  font-style: italic;
  font-weight: 700;
  font-size: 0.95rem;
  letter-spacing: 0.04em;
  color: #0c0c0c;
  margin: 0 0 14px;
}

.blog-pinned-list {
  display: flex;
  flex-direction: column;
}

.blog-pinned-row {
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: baseline;
  gap: 24px;
  padding: 2px 0;
  border-bottom: 1px solid var(--rule);
}

.blog-pinned-item-title {
  font-family: "Courier New", Courier, monospace;
  font-size: 1rem;
  color: #0c0c0c;
  text-decoration: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

.blog-pinned-item-tag {
  font-family: var(--sans);
  font-size: 0.62rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--accent);
  white-space: nowrap;
  text-align: right;
}

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

/* Blogübersicht-Stil "Box White" (Customizer: Design -> Blogübersicht Stil) */
body.blog-overview-box-white .blog-title {
  margin: 0;
}

body.blog-overview-box-white .blog-index-list {
  padding-left: 15px;
  padding-right: 15px;
  background-color: #ffffff;
}

.blog-index-item {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 32px;
  padding: 40px 0;
  border-bottom: 1px solid var(--rule);
  scroll-margin-top: calc(var(--topbar-h, 112px) + 16px);
}

.blog-index-item-meta {
  display: flex;
  flex-direction: column;
}

.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: 0 0 8px;
  font-family: "Courier New", Courier, monospace;
  font-size: 1.3rem;
}

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

.blog-index-actions {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 14px;
}

.blog-index-icon-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: 26px;
  height: 26px;
  padding: 0 6px;
  border: 1px solid var(--rule);
  border-radius: 13px;
  background: #ffffff;
  color: #0c0c0c;
  text-decoration: none;
  overflow: hidden;
  white-space: nowrap;
  box-sizing: border-box;
  font: inherit;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  position: relative;
  z-index: 1;
  transition: border-color 0.2s ease, color 0.2s ease, width 0.25s ease, padding 0.25s ease, transform 0.25s ease, opacity 0.2s ease;
}

.blog-index-icon-link svg {
  flex: 0 0 auto;
}

.blog-index-icon-link-text {
  font-family: var(--sans);
  font-size: 0.62rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  opacity: 0;
  max-width: 0;
  overflow: hidden;
  transition: opacity 0.2s ease, max-width 0.25s ease;
}

.blog-index-icon-link:hover,
.blog-index-icon-link:focus-visible {
  border-color: var(--accent);
  color: var(--accent);
  width: auto;
  padding: 0 10px;
}

.blog-index-icon-link:hover .blog-index-icon-link-text,
.blog-index-icon-link:focus-visible .blog-index-icon-link-text {
  opacity: 1;
  max-width: 160px;
}

/* Teilen-Icon schiebt sich beim Hover nach links ueber das Pfeil-Icon,
   das dabei verschwindet. */
.blog-index-share-link {
  z-index: 2;
}

.blog-index-actions:has(.blog-index-share-link:hover) .blog-index-next-link,
.blog-index-actions:has(.blog-index-share-link:focus-visible) .blog-index-next-link {
  opacity: 0;
  pointer-events: none;
}

.blog-index-actions:has(.blog-index-share-link:hover) .blog-index-share-link,
.blog-index-actions:has(.blog-index-share-link:focus-visible) .blog-index-share-link {
  transform: translateX(-34px);
}

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

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

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

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

.blog-index-content img.has-lightbox {
  cursor: zoom-in;
}

.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;
  }

  .blog-pinned-row {
    grid-template-columns: 1fr;
    gap: 4px;
    align-items: start;
  }

  .blog-pinned-item-title {
    white-space: normal;
  }

  .blog-pinned-item-tag {
    text-align: left;
  }

  .blog-index-item {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
