/* Nova — Kriminologische Chronik (tabellarisches Layout) */

.nova-main {
  max-width: 960px;
  margin: 0 auto;
  padding: 2rem 1.5rem 4rem;
  justify-content: flex-start;
  align-items: stretch;
}

.nova-title {
  font-size: 1.6rem;
  font-weight: 700;
  margin: 0 0 1.5rem;
  letter-spacing: -0.01em;
}

/* Methodischer Vorspann */
.nova-preface {
  border-left: 3px solid #999;
  padding: 0.8rem 1.2rem;
  margin: 0 0 2rem;
  font-size: 0.82rem;
  line-height: 1.55;
  color: #555;
}
.nova-preface p { margin: 0; }
.nova-preface p + p { margin-top: 0.6rem; }

.nova-count {
  font-size: 0.78rem;
  color: #888;
  margin: 0 0 0.8rem;
}

/* Tabelle */
.nova-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.88rem;
  line-height: 1.4;
}

.nova-table thead {
  border-bottom: 2px solid #222;
}

.nova-table th {
  text-align: left;
  font-weight: 600;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  padding: 0.5rem 0.6rem;
  color: #666;
  white-space: nowrap;
}

.nova-table td {
  padding: 0.6rem;
  border-bottom: 1px solid #e5e5e5;
  vertical-align: top;
}

.nova-table tbody tr {
  transition: background-color 0.12s;
}

.nova-table tbody tr:hover {
  background: #f7f7f7;
}

.nova-th-date { width: 7rem; }
.nova-th-ort { width: 8rem; }

.nova-td-title a {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: border-color 0.15s;
}

.nova-td-title a:hover {
  border-bottom-color: #222;
}

.nova-td-date {
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
  color: #888;
  font-size: 0.82rem;
}

.nova-td-ort {
  color: #666;
  font-size: 0.82rem;
}

.nova-dagger {
  color: #888;
  margin-left: 0.3em;
}

.nova-legend {
  font-family: 'Printvetica', sans-serif;
  font-size: 0.68rem;
  color: #888;
  letter-spacing: 0.06em;
  margin: 1.5rem 0 0;
  text-align: left;
}

/* Pagination */
.nova-pagination {
  display: flex;
  justify-content: center;
  gap: 0.3rem;
  margin: 2rem 0 0;
  flex-wrap: wrap;
}

.nova-pagination button {
  background: none;
  border: 1px solid #ddd;
  padding: 0.35rem 0.65rem;
  font-size: 0.82rem;
  cursor: pointer;
  border-radius: 3px;
  color: #333;
  transition: background 0.12s, border-color 0.12s;
}

.nova-pagination button:hover {
  background: #f0f0f0;
  border-color: #bbb;
}

.nova-pagination button[aria-current="page"] {
  background: #222;
  color: #fff;
  border-color: #222;
  cursor: default;
}

.nova-pagination button:disabled {
  opacity: 0.4;
  cursor: default;
}

/* ── Detailseite ─────────────────────────────────────────────────── */
.nova-detail {
  --news-measure: 38rem;
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
  padding: clamp(8rem, 13vh, 11rem) clamp(1.5rem, 6vw, 4rem) clamp(2rem, 6vw, 5rem);
  justify-content: flex-start;
  align-items: flex-start;
}
.nova-detail .news-eyebrow {
  font-family: 'Printvetica', sans-serif;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  font-size: 0.62rem;
  color: var(--muted);
  margin: 0 0 1.25rem;
}
.nova-detail h1 {
  font-family: 'Fournier Pro', serif;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
  font-size: clamp(1.6rem, 3.2vw, 2.3rem);
  line-height: 1.18;
  margin: 0 0 1.5rem;
  max-width: var(--news-measure);
}
.nova-detail .news-lead {
  font-family: 'Fournier Pro', serif;
  font-style: italic;
  font-size: clamp(1.05rem, 1.55vw, 1.2rem);
  line-height: 1.5;
  color: var(--ink);
  margin: 0 0 2.25rem;
  max-width: var(--news-measure);
}
.nova-detail .news-body p {
  font-family: 'Fournier Pro', serif;
  font-size: clamp(1rem, 1.4vw, 1.125rem);
  line-height: 1.65;
  margin: 0 0 1.4rem;
  max-width: var(--news-measure);
}
.nova-detail .news-body p:last-child {
  margin-bottom: 0;
}
.nova-detail .news-source {
  font-family: 'Printvetica', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.72rem;
  color: var(--muted);
  border-top: 1px solid var(--line);
  padding-top: 2rem;
  margin-top: 3rem;
  max-width: var(--news-measure);
}
.nova-detail .news-source a {
  color: var(--ink);
  text-decoration: none;
  border-bottom: 1px solid var(--ink);
}
.nova-detail .news-back {
  margin-top: 2.5rem;
}
.nova-detail .news-back a {
  font-family: 'Fournier Pro', serif;
  font-style: italic;
  color: var(--muted);
  text-decoration: none;
}
.nova-detail .news-back a:hover {
  color: var(--ink);
}
.nova-detail .news-prevnext {
  display: flex;
  justify-content: space-between;
  gap: 1.5rem;
  margin-top: 2.25rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--line);
  max-width: var(--news-measure);
}
.nova-detail .news-pn {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  text-decoration: none;
  color: var(--ink);
  max-width: 47%;
}
.nova-detail .news-pn-next { text-align: right; margin-left: auto; }
.nova-detail .news-pn-empty { visibility: hidden; }
.nova-detail .news-pn-dir {
  font-family: 'Printvetica', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.62rem;
  color: var(--muted);
}
.nova-detail .news-pn-title {
  font-family: 'Fournier Pro', serif;
  font-size: 0.98rem;
  line-height: 1.25;
}
.nova-detail .news-pn:hover .news-pn-title {
  text-decoration: underline;
  text-underline-offset: 0.18em;
  text-decoration-thickness: 1px;
}

/* Responsive */
@media (max-width: 640px) {
  .nova-main { padding: 1.2rem 1rem 3rem; }
  .nova-title { font-size: 1.3rem; }
  .nova-preface { font-size: 0.78rem; padding: 0.6rem 0.8rem; }

  .nova-table { font-size: 0.8rem; }
  .nova-th-ort,
  .nova-td-ort { display: none; }
  .nova-th-date { width: 5.5rem; }
  .nova-table th { font-size: 0.68rem; padding: 0.4rem; }
  .nova-table td { padding: 0.45rem 0.4rem; }
}
