/* ═══════════════════════════════════════════════════════════════════════════
   BRAVO-ARCHIV — Doppelcover
   Gallery-Design: große, gestochen scharfe Cover-Abbildungen
   ═══════════════════════════════════════════════════════════════════════════ */

/* ─── TOKENS ─── */
:root {
    --accent:     #D63031;
    --accent-dk:  #B71C1C;
    --accent-lt:  #E57373;
    --accent-glow: rgba(214, 48, 49, 0.25);
    --gold:       #D4AF37;
    --dark:       #1A1A1A;
    --dark2:      #212529;
    --gray:       #848395;
    --cream:      #F5F2E9;
    --cream2:     #EDE9DC;
    --white:      #FFFFFF;
    --shadow:     0 4px 24px rgba(0,0,0,0.10);
    --shadow-lg:  0 12px 48px rgba(0,0,0,0.18);
    --radius:     10px;
    --transition: 0.28s cubic-bezier(0.4,0,0.2,1);
}

/* ─── BASE ─── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
    font-family: 'Barlow', sans-serif;
    background-color: var(--cream);
    color: var(--dark2);
    font-size: 15px;
    line-height: 1.65;
    overflow-x: hidden;
}

/* ═══════════════════════════════════════════════════════════════════════════
   NAVBAR
   ═══════════════════════════════════════════════════════════════════════════ */
.navbar {
    background-color: var(--dark2) !important;
    padding: 0; height: 64px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.4);
    z-index: 1050;
}
.navbar-brand {
    display: flex; align-items: center; gap: 0;
    font-family: 'Bebas Neue', sans-serif;
    text-decoration: none;
}
.brand-bravo { font-size: 1.75rem; color: var(--accent); letter-spacing: 0.04em; }
.brand-dash  { font-size: 1.75rem; color: var(--accent); opacity: 0.5; }
.brand-rest  { font-size: 1.75rem; color: var(--cream); letter-spacing: 0.06em; }
.brand-tag   {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 0.7rem; color: rgba(245,242,233,0.4);
    margin-left: 8px; letter-spacing: 0.12em; text-transform: uppercase;
}
.nav-link { font-family: 'Barlow Condensed', sans-serif; font-weight: 600; font-size: 0.95rem;
            color: var(--cream) !important; opacity: 0.7; padding: 20px 14px !important;
            transition: opacity var(--transition); text-transform: uppercase; letter-spacing: 0.04em; }
.nav-link:hover, .nav-link.active { opacity: 1; }
.nav-link.active { border-bottom: 2px solid var(--accent); }
.dropdown-menu {
    background: var(--dark2); border: 1px solid rgba(255,255,255,0.08);
    border-radius: var(--radius); margin-top: 0 !important;
}
.dropdown-item {
    font-family: 'Barlow Condensed', sans-serif; font-size: 0.92rem;
    color: var(--cream) !important; padding: 8px 20px;
}
.dropdown-item:hover { background: rgba(214,48,49,0.12); }
.burger-btn { background: none; border: none; padding: 8px; color: #ccc; cursor: pointer; transition: color var(--transition); margin-left: 12px; }
.burger-btn:hover { color: #fff; }

/* ═══════════════════════════════════════════════════════════════════════════
   PAGE HEADER
   ═══════════════════════════════════════════════════════════════════════════ */
.page-header {
    background: linear-gradient(135deg, #1a1014 0%, var(--dark2) 50%, #201418 100%);
    padding: 100px 0 48px;
    overflow: hidden;
    position: relative;
}
.page-header::before {
    content: '◧';
    position: absolute;
    right: 8%;
    top: 50%;
    transform: translateY(-50%) rotate(-10deg);
    font-size: 9rem;
    color: rgba(255,255,255,0.04);
    pointer-events: none;
    line-height: 1;
}
.page-header-content { position: relative; z-index: 1; }
.page-breadcrumb {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 0.85rem; margin-bottom: 10px;
}
.page-breadcrumb a { color: rgba(255,255,255,0.45); text-decoration: none; }
.page-breadcrumb a:hover { color: var(--accent-lt); }
.page-header h1 {
    font-family: 'Bebas Neue', sans-serif;
    font-size: clamp(3rem, 8vw, 5.5rem);
    color: #fff; line-height: 0.95;
    letter-spacing: 0.04em; margin-bottom: 14px;
}
.h1-dash { color: var(--accent); }
.page-header-meta { display: flex; flex-wrap: wrap; gap: 8px; }
.meta-pill {
    display: inline-block;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 0.82rem; font-weight: 600;
    color: rgba(255,255,255,0.6);
    background: rgba(255,255,255,0.07);
    padding: 4px 14px; border-radius: 20px;
    text-transform: uppercase; letter-spacing: 0.06em;
}
.meta-pill.accent {
    color: var(--accent-lt);
    background: rgba(214,48,49,0.15);
}

/* ═══════════════════════════════════════════════════════════════════════════
   MAIN SECTION
   ═══════════════════════════════════════════════════════════════════════════ */
.main-section { padding: 48px 0 64px; }

.info-card {
    background: var(--white);
    border-left: 4px solid var(--accent);
    border-radius: var(--radius);
    padding: 24px 28px;
    box-shadow: var(--shadow);
    margin-bottom: 44px;
    font-size: 0.95rem;
    line-height: 1.75;
}
.info-card p:last-child { margin-bottom: 0; }

/* ═══════════════════════════════════════════════════════════════════════════
   COVER GALLERY
   ═══════════════════════════════════════════════════════════════════════════ */
.cover-gallery {
    display: grid;
    grid-template-columns: 1fr;
    gap: 28px;
    margin-bottom: 44px;
}

/* ─── COVER CARD ─── */
.cover-card {
    background: var(--white);
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: var(--shadow);
    transition: transform var(--transition), box-shadow var(--transition);
}
.cover-card:hover {
    transform: translateY(-3px);
    box-shadow: var(--shadow-lg);
}

/* ─── Image Area ─── */
.cover-image-wrap {
    position: relative;
    background: var(--dark2);
    padding: 20px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.cover-image-wrap::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        linear-gradient(135deg, rgba(0,0,0,0.08) 0%, transparent 40%),
        linear-gradient(225deg, rgba(0,0,0,0.08) 0%, transparent 40%);
    pointer-events: none;
    z-index: 1;
}
.cover-image-wrap img {
    display: block;
    max-width: 100%;
    height: auto;
    image-rendering: auto;
    -webkit-image-rendering: auto;
    transition: transform 0.4s ease;
}
.cover-image-wrap:hover img {
    transform: scale(1.02);
}

/* ─── Number Badge ─── */
.cover-number {
    position: absolute;
    top: 16px;
    left: 16px;
    width: 40px;
    height: 40px;
    background: var(--accent);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Bebas Neue', sans-serif;
    font-size: 1.15rem;
    color: #fff;
    z-index: 2;
    box-shadow: 0 2px 8px rgba(0,0,0,0.3);
}

/* ─── Special Badge (Klappcover) ─── */
.cover-badge {
    position: absolute;
    top: 16px;
    right: 16px;
    background: var(--gold);
    color: #fff;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    padding: 5px 14px;
    border-radius: 20px;
    z-index: 2;
    box-shadow: 0 2px 8px rgba(212,175,55,0.4);
}

/* ─── Cover Info Bar ─── */
.cover-info {
    padding: 14px 20px;
    display: flex;
    align-items: baseline;
    gap: 12px;
    border-top: 2px solid var(--accent);
}
.cover-ausgabe {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 1.2rem;
    color: var(--dark2);
    letter-spacing: 0.03em;
    white-space: nowrap;
}
.cover-star {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 0.95rem;
    font-weight: 600;
    color: var(--accent);
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

/* ─── Special Card (Dreifaches Klappcover) ─── */
.cover-special {
    box-shadow: 0 4px 24px rgba(212,175,55,0.15), var(--shadow);
}
.cover-special .cover-info {
    border-top-color: var(--gold);
    background: linear-gradient(135deg, var(--white), #fdfbf3);
}
.cover-special .cover-star {
    color: #b8941e;
}
.cover-special:hover {
    box-shadow: 0 8px 36px rgba(212,175,55,0.2), var(--shadow-lg);
}

/* ═══════════════════════════════════════════════════════════════════════════
   SHOP HINT
   ═══════════════════════════════════════════════════════════════════════════ */
.shop-hint {
    text-align: center;
    font-size: 0.88rem;
    color: #777;
    padding: 18px 24px;
    background: var(--white);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
}
.shop-hint a {
    color: var(--accent);
    font-weight: 600;
    text-decoration: none;
}
.shop-hint a:hover { text-decoration: underline; }

/* ═══════════════════════════════════════════════════════════════════════════
   MODAL LIGHTBOX – extra groß für Panorama-Cover
   ═══════════════════════════════════════════════════════════════════════════ */
.cover-modal .modal-content {
    background: var(--dark2);
    border: none;
    border-radius: var(--radius);
    overflow: hidden;
}
.cover-modal .modal-body {
    padding: 16px;
    display: flex;
    justify-content: center;
    background: #000;
}
.cover-modal .modal-body img {
    max-width: 100%;
    max-height: 82vh;
    image-rendering: auto;
    -webkit-image-rendering: auto;
}
.cover-modal .btn-close {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 10;
    filter: invert(1);
    opacity: 0.6;
}
.cover-modal .btn-close:hover { opacity: 1; }
.cover-modal .modal-footer {
    border-top: 1px solid rgba(255,255,255,0.06);
    padding: 12px 20px;
    justify-content: center;
}
.cover-modal .modal-title-text {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 1.3rem;
    color: #fff;
}
.cover-modal .modal-info-text {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 0.9rem;
    color: rgba(255,255,255,0.5);
}

/* ═══════════════════════════════════════════════════════════════════════════
   FOOTER
   ═══════════════════════════════════════════════════════════════════════════ */
footer {
    background: var(--dark); color: #aaa; padding: 50px 0 30px;
    margin-top: 60px; font-size: 0.85rem;
}
.footer-brand { font-family: 'Bebas Neue', sans-serif; font-size: 1.6rem; color: #fff; letter-spacing: 0.08em; }
.footer-brand span { color: var(--accent); }
.footer-tagline { font-family: 'Barlow Condensed', sans-serif; font-size: 0.85rem; color: #777; letter-spacing: 0.06em; margin-top: 2px; }
.footer-col-heading { font-family: 'Barlow Condensed', sans-serif; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; font-size: 0.75rem; color: #fff; margin-bottom: 12px; }
.footer-nav { list-style: none; padding: 0; }
.footer-nav li { margin-bottom: 6px; }
.footer-nav a { color: #888; text-decoration: none; font-size: 0.82rem; transition: color 0.2s; }
.footer-nav a:hover { color: var(--accent); }
.footer-divider { border-color: #333; margin: 30px 0; }
.footer-copy { font-size: 0.75rem; color: #555; }

/* ═══════════════════════════════════════════════════════════════════════════
   SCROLL REVEAL
   ═══════════════════════════════════════════════════════════════════════════ */
.reveal { opacity: 0; transform: translateY(30px); transition: opacity 0.7s ease, transform 0.7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
.reveal-d1 { transition-delay: 0.1s; }

/* ═══════════════════════════════════════════════════════════════════════════
   RESPONSIVE
   ═══════════════════════════════════════════════════════════════════════════ */
@media (max-width: 991px) {
    .page-header { padding: 80px 0 36px; }
    .page-header h1 { font-size: 3.5rem; }
}
@media (max-width: 767px) {
    .page-header { padding: 72px 0 28px; }
    .page-header h1 { font-size: 2.8rem; }
    .info-card { padding: 18px 20px; }
    .cover-image-wrap { padding: 12px; }
    .cover-info { padding: 12px 16px; flex-direction: column; gap: 2px; }
}
@media (max-width: 480px) {
    .page-header h1 { font-size: 2.2rem; }
    .cover-image-wrap { padding: 8px; }
}

/* ─── SCROLL-TO-TOP ─── */
#scrollTopBtn {
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    z-index: 999;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    border: none;
    background: var(--teal-lt, #3abfbf);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transform: translateY(12px);
    transition: opacity .3s ease, transform .3s ease, visibility .3s ease, background .2s ease;
    box-shadow: 0 4px 14px rgba(0,0,0,.35);
}
#scrollTopBtn svg { width: 22px; height: 22px; }
#scrollTopBtn.visible { opacity: 1; visibility: visible; transform: translateY(0); }
#scrollTopBtn:hover { background: var(--teal, #2a9d9d); transform: translateY(-3px); }


