/* ===========================================================================
   Season – alle neuen Items (/season-15-new-items)
   Layout aus guides.css (guide-view__layout), Karten aus ptr.css.
   Hier nur Kopf, Hero, Faktenleiste und Abstaende der Kartengruppen.
   =========================================================================== */

/* Volle Inhaltsbreite wie Kopfleiste/Breadcrumbs — guides-public.css begrenzt
   .guide-view sonst auf 960px (Wunsch 13.09.2026). Nur diese Seite. */
.guide-view.nip { max-width: none; }

.nip__header { margin-bottom: 1.25rem; }
.nip__badge {
    display: inline-block;
    padding: 0.2rem 0.6rem;
    margin-bottom: 0.6rem;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--set-green, #00ff7f);
    background: rgba(0, 255, 127, 0.1);
    border: 1px solid rgba(0, 255, 127, 0.4);
    border-radius: 4px;
}
.nip__title {
    margin: 0 0 0.6rem;
    font-size: clamp(1.5rem, 3.4vw, 2.1rem);
    line-height: 1.25;
    color: var(--text-primary, #e0ddd5);
}
.nip__lead {
    margin: 0;
    color: var(--text-secondary, #a09d94);
    font-size: 1.02rem;
    line-height: 1.65;
}

.nip__hero {
    margin: 0 0 1.5rem;
    border: 1px solid var(--border-panel, #252830);
    border-radius: 8px;
    overflow: hidden;
    aspect-ratio: 1400 / 497;
    background: var(--bg-panel, #13151a);
}
.nip__hero img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* ── Faktenleiste ───────────────────────────────────────────────────────── */
.nip__facts {
    margin: 0 0 2rem;
    padding: 1rem 1.1rem;
    background: var(--bg-panel, #13151a);
    border: 1px solid var(--border-panel, #252830);
    border-left: 3px solid var(--set-green, #00ff7f);
    border-radius: 8px;
}
.nip__facts-title {
    margin: 0 0 0.75rem;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--text-secondary, #a09d94);
}
.nip__facts-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem 1rem;
    margin: 0;
}
.nip__fact { min-width: 0; }
.nip__fact dt {
    font-size: 0.78rem;
    color: var(--text-secondary, #a09d94);
}
.nip__fact dd {
    margin: 0.1rem 0 0;
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--text-primary, #e0ddd5);
}
@media (min-width: 768px) {
    .nip__facts-list { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (min-width: 1440px) {
    .nip__facts-list { grid-template-columns: repeat(6, minmax(0, 1fr)); }
}

/* ── Abschnitte und Kartengruppen ───────────────────────────────────────── */
.nip__block { margin-bottom: 2.5rem; scroll-margin-top: 90px; }
.nip__md > h2:first-child { margin-top: 0; }
.nip__md img { max-width: 100%; height: auto; border-radius: 6px; }

.nip__cards { margin-top: 1.75rem; scroll-margin-top: 90px; }
.nip__cards--sub { margin-top: 1.25rem; }
.nip__cards .ptr-section__head { font-size: 1.1rem; }
.nip__intro {
    margin: -0.35rem 0 0.9rem;
    color: var(--text-secondary, #a09d94);
    font-size: 0.92rem;
    line-height: 1.55;
}
/* Kartennamen sind hier h4 statt h3 — gleiche Optik wie auf PTR-/Season-Seite. */
.nip .ptr-card__name { margin: 0; }

.nip__toc-sub {
    padding-left: 1rem;
    font-size: 0.85em;
    opacity: 0.85;
}

.nip .db-faq { margin-top: 2rem; }
