﻿/* ==========================================================================
   BRETTHART - SEPARATE STYLES FOR THE NEW VISUAL ROCK-GRID
   ========================================================================== */
/* ==========================================================================
   SECTION 06: VISUAL REBEL LINE-UP GRID & ASYMMETRIC SMOOTH SLIDE
   ========================================================================== */

.bh-lineup-visual-section {
    width: 100%;
    max-width: 1200px;
    margin: 50px auto;
    background-color: #ffffff !important;
    box-sizing: border-box;
}

/* 🎛️ DAS PORTRAIT-GRID (Desktop: 5 Spalten nebeneinander) */
.bh-visual-lineup-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr) !important;
    gap: 16px;
    margin-bottom: 20px;
    width: 100%;
    box-sizing: border-box;
}

/* 🖼️ DIE INTERAKTIVEN BILD-KACHELN */
.bh-visual-member-card {
    height: 180px;
    border: 3px solid #000000;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    box-shadow: 4px 4px 0px rgba(0,0,0,0.1);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

/* Klarglas-Schutzschleier */
.member-card-overlay {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background-color: #000000;
    opacity: 0.35;
    z-index: 1;
    transition: all 0.3s ease;
}

.member-card-info {
    position: relative;
    z-index: 2;
    height: 100%;
    padding: 15px 12px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    box-sizing: border-box;
}

.member-card-info h4 {
    font-family: 'Arial Black', sans-serif;
    font-size: 14px;
    color: #ffffff !important;
    margin: 0;
    line-height: 1.1;
    letter-spacing: -0.5px;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.6);
}

.member-card-info span {
    font-family: 'Courier New', monospace;
    font-size: 10px;
    font-weight: bold;
    color: #ffb300 !important;
    letter-spacing: 0.5px;
    margin-top: 2px;
}

/* HOVER-EFFEKTE (DESKTOP) */
.bh-visual-member-card:hover {
    transform: translateY(-4px);
    box-shadow: 6px 6px 0px #000000;
}
.bh-visual-member-card:hover .member-card-overlay {
    opacity: 0.15;
}

/* ⚡ AKTIV-STATUS (BILD KÖPFE) */
.bh-visual-member-card.bh-visual-active {
    transform: translateY(2px) !important;
    box-shadow: 3px 3px 0px #ffb300 !important;
    border-color: #000000 !important;
}
.bh-visual-member-card.bh-visual-active .member-card-overlay {
    opacity: 0 !important;
}
.bh-visual-member-card.bh-visual-active .member-card-info h4 {
    color: #ffb300 !important;
}

/* ─── 📺 DAS DISPLAY-PANEL (MAJESTÄTISCHES SYMMETRIE-GEHÄUSE) ─── */
.bh-visual-display-case {
    width: 100%;
}

.bh-profile-panel {
    display: block !important; 
    max-height: 0 !important;
    opacity: 0 !important;
    visibility: hidden !important;
    overflow: hidden !important;
    
    width: 100%;
    background-color: #ffffff !important;
    border: none !important; 
    box-shadow: none !important;
    padding: 0 30px !important; 
    box-sizing: border-box;
    
    /* ⚡ RETOURE (SCHLIESSEN): Saust in sportlichen 0,7s knackig nach oben zu */
    transition: max-height 0.7s cubic-bezier(0.25, 1, 0.5, 1), 
                opacity 0.5s ease-in-out, 
                padding 0.7s ease,
                visibility 0.7s !important;
}

/* ⚡ EFFEKT-ZUSTAND: Fährt beim Klick majestätisch und ruhig in 1.5s nach unten aus */
.bh-profile-panel.bh-visual-active {
    visibility: visible !important;
    opacity: 1 !important;
    transition-delay: 0s !important; 
    
    padding: 30px !important; 
    max-height: 1000px !important; 
    
    /* ⚡ FAHRT (ÖFFNEN): Die edlen 1,5 Sekunden für das synchrone Abwärtsgleiten */
    transition: max-height 1.5s cubic-bezier(0.25, 1, 0.5, 1), 
                opacity 1.2s ease-in-out, 
                padding 1.5s ease,
                visibility 1.5s !important;
}

.bh-profile-specs-full {
    text-align: left;
    width: 100%;
}

.bh-profile-specs-full h3 {
    font-family: 'Arial Black', sans-serif;
    font-size: 24px;
    color: #000000;
    margin: 0 0 2px 0;
    letter-spacing: -1.5px;
}

/* ⚡ GLOBALESTYLING FÜR DIE NAV-BUTTONS (Gilt ab sofort für PC und Mac) */
.bh-visual-lineup-controls {
    display: flex !important;
    justify-content: center !important; /* Zentriert die Taster bombenfest in der Mitte */
    gap: 15px;
    margin-top: 15px;
    margin-bottom: 5px; /* 35 */
    width: 100%;
    box-sizing: border-box;
}

.bh-lineup-nav-btn {
    background-color: #ffffff !important;
    color: #000000 !important;
    border: 3px solid #000000 !important; /* Massiver, eckiger Rahmen */
    border-radius: 0px !important;
    padding: 12px 24px !important; /* Fette, griffige Desktop-Größe */
    font-family: 'Arial Black', sans-serif;
    font-size: 13px;
    letter-spacing: 1px;
    cursor: pointer;
    box-shadow: 5px 5px 0px #000000;
    transition: all 0.15s ease-in-out;
    outline: none;
}

.bh-lineup-nav-btn:hover {
    background-color: #ffb300 !important; /* Schaltet auf Röhren-Gold um */
    transform: translate(-2px, -2px);
    box-shadow: 7px 7px 0px #000000;
}

.bh-lineup-nav-btn:active {
    transform: translate(3px, 3px);
    box-shadow: 2px 2px 0px #000000;
}


/* ==========================================================================
   📱 GEBÜNDELTE RESPONSIVE-WEICHE (SMARTPHONE & TABLET)
   ========================================================================== */
@media (max-width: 1150px) {
    
    .bh-lineup-visual-section {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    
    /* UNBLOCKIERBAR FLÜSSIGES TOUCH-KARUSSELL */
    .bh-visual-lineup-grid {
        display: flex !important;
        flex-wrap: nowrap !important;
        overflow-x: auto !important;
        overflow-y: hidden !important;
        
        -webkit-overflow-scrolling: touch !important;
        touch-action: pan-x !important; 
        
        gap: 12px;
        padding-bottom: 15px;
        scrollbar-width: none;
        width: 100% !important;
    }
    .bh-visual-lineup-grid::-webkit-scrollbar { 
        display: none !important; 
    }

    .bh-visual-member-card {
        min-width: 135px !important;
        max-width: 135px !important;
        height: 140px;
    }
    
    /* Mobile Innenabstände für die ausfahrenden Panels */
    .bh-profile-panel {
        padding: 0 20px !important; 
    }
    .bh-profile-panel.bh-visual-active {
        padding: 25px 20px !important;
        max-width: 100% !important;
        max-height: 1600px !important; 
    }

    /* Leichte mobile Verkleinerung der Knöpfe für kleine Handydisplays */
    .bh-visual-lineup-controls {
        margin-top: 5px;
        margin-bottom: 5px; /* 25 */
    }

    .bh-lineup-nav-btn {
        padding: 10px 20px !important;
        font-size: 12px;
        box-shadow: 4px 4px 0px #000000;
    }
    
    .bh-lineup-nav-btn:hover {
        box-shadow: 5px 5px 0px #000000;
    }
}


/* ==========================================================================
   BRETTHART - MINIMAL VISUAL HINT LINE (LINKSBÜNDIG) klicke auf Foto
   ========================================================================== */

.bh-visual-hint-line {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto 75px auto; /* 15px Abstand nach unten zu den Fotos */
    padding: 0;
    text-align: left; /* Streng linksbündig */
    box-sizing: border-box;
}

.bh-visual-hint-line .hint-prefix {
    font-family: 'Courier New', monospace;
    font-size: 11px;
    font-weight: bold;
    color: #ffb300 !important; /* Euer charakteristisches Texas-Gold */
    letter-spacing: 1.5px;
    margin-right: 5px;
}

.bh-visual-hint-line .hint-main-text {
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: #666666 !important; /* Dezentes, edles Anthrazit-Grau */
    letter-spacing: 0.5px;
}

/* 📱 SMARTPHONE-ABRICHTUNG */
@media (max-width: 1150px) {
    .bh-visual-hint-line {
        /* Zwingt die Zeile auf Handys exakt in die 20px-Fluchtlinie eurer Texte */
        padding-left: 20px !important;
        padding-right: 20px !important;
        margin-bottom: 10px !important;
    }
    
    .bh-visual-hint-line .hint-main-text {
        font-size: 12px; /* Minimal kompakter auf dem Smartphone */
    }
}

