/* nb-8 – Ergänzungen zum Paulokat-Theme */

[id="die-band"],
[id="staub"],
[id="in-tempus"] {
  scroll-margin-top: 3.5rem;
}

.nb8-hero-logo {
  max-width: 320px;
  width: 100%;
  margin: 0 auto 1rem;
  display: block;
  border-radius: 8px;
}

.nb8-hero-tagline {
  margin-top: 0.5rem;
  margin-bottom: 0;
  font-size: 0.9rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--color-text-muted);
}

.nb8-img {
  width: 100%;
  max-width: 100%;
  border-radius: 12px;
  border: 1px solid var(--color-border);
  display: block;
  margin: 1.5rem auto;
}

.nb8-img--wide {
  max-width: 900px;
}

.nb8-img--cover {
  max-width: 480px;
}

.nb8-img--label {
  max-width: 320px;
}

.nb8-members {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  margin: 1.5rem 0;
}

.nb8-members img {
  width: auto;
  max-height: 200px;
  border-radius: 8px;
  border: 1px solid var(--color-border);
}

.nb8-album-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5rem;
  margin: 1.5rem 0;
}

.nb8-album-row img {
  max-width: 280px;
  width: 100%;
  border-radius: 8px;
  border: 1px solid var(--color-border);
}

.nb8-table-wrap {
  overflow-x: auto;
  margin: 1.5rem 0;
  border-radius: 8px;
  border: 1px solid var(--color-border);
}

.nb8-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.95rem;
}

.nb8-table th,
.nb8-table td {
  padding: 0.65rem 1rem;
  text-align: left;
  border-bottom: 1px solid var(--color-border);
}

.nb8-table th {
  background: rgba(249, 115, 22, 0.1);
  color: var(--fire-amber);
  font-weight: 600;
}

.nb8-table tbody tr:last-child td {
  border-bottom: none;
}

.nb8-table tbody tr:hover td {
  background: rgba(249, 115, 22, 0.04);
}

.nb8-video {
  position: relative;
  width: 100%;
  max-width: 720px;
  margin: 1.5rem auto;
  aspect-ratio: 16 / 9;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid var(--color-border);
}

.nb8-video iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.nb8-back-link {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  margin-bottom: 1.5rem;
  font-size: 0.9rem;
  color: var(--color-text-muted);
  text-decoration: none;
}

.nb8-back-link:hover {
  color: var(--fire-amber);
}

.nb8-back-link svg {
  width: 16px;
  height: 16px;
}

@media (max-width: 768px) {
  .nb8-members img {
    max-height: 140px;
  }

  .nb8-table th,
  .nb8-table td {
    padding: 0.5rem 0.75rem;
    font-size: 0.875rem;
  }
}
