/* =====================================================
   23-MOBILE.CSS - MOBILE RESPONSIVE STYLES
   Flimmerkiste.net CSS Modularisierung - Runde 7
   Version: 1.0
   Beschreibung: Mobile-Anpassungen für alle Module
   Breakpoint: max-width: 767px
   ===================================================== */

/* === MOBILE BREAKPOINT (max-width: 767px) === */
@media (max-width: 767px) {
    
    /* === HERO & HEADER MOBILE === */
    .flim-hero-wrapper {
        padding: 30px 0 !important;
        margin: -20px -20px 30px -20px !important;
        min-height: auto !important;
    }
    
    .flim-hero-content {
        padding: 0 20px !important;
    }
    
    .hero-split {
        flex-direction: column !important;
        gap: 20px !important;
    }
    
    /* Linke Sektion wird vertikal */
    .left-section {
        flex: 1 1 auto !important;
        flex-direction: column !important;
        align-items: center !important;
        gap: 20px !important;
    }
    
    /* Poster kleiner auf Mobile */
    .poster-wrapper {
        padding: 10px !important;
    }
    
    .poster-container {
        width: 140px !important;
        height: 210px !important;
        font-size: 2rem !important;
    }
    
    /* Content zentriert */
    .content-area {
        text-align: center !important;
        height: auto !important;
    }
    
    /* Titel anpassen */
    .flim-title-main,
    .flim-hero-title {
        font-size: 1.6rem !important;
        line-height: 1.2 !important;
    }
    
    .flim-title-sub,
    .flim-hero-subtitle {
        font-size: 1rem !important;
        display: none; /* Untertitel auf Mobile ausblenden */
    }
    
    .flim-title-original {
        font-size: 0.85rem !important;
        margin-bottom: 15px !important;
    }
    
    /* === INFO PILLS & META MOBILE === */
    .flim-header-info {
        display: none !important; /* Pills auf Mobile verstecken */
    }
    
    .flim-meta-pills {
        flex-wrap: wrap !important;
        gap: 8px !important;
        justify-content: center !important;
    }
    
    .flim-meta-pills span {
        font-size: 0.75rem !important;
        padding: 4px 8px !important;
    }
    
    /* === QUICK ANSWER BOX MOBILE === */
    .flim-quick-answer {
        flex: 1 1 auto !important;
        padding: 18px !important;
        border-radius: 12px !important;
        margin: -15px 10px 25px 10px !important;
    }
    
    .flim-qa-header {
        margin-bottom: 10px !important;
        padding-bottom: 8px !important;
    }
    
    .qa-icon {
        width: 28px !important;
        height: 28px !important;
        font-size: 1.1rem !important;
    }
    
    .flim-qa-title {
        font-size: 0.85rem !important;
    }
    
    .flim-qa-content {
        font-size: 0.9rem !important;
        line-height: 1.5 !important;
    }
    
    .qa-facts {
        gap: 6px !important;
        margin-top: 10px !important;
        padding-top: 10px !important;
        grid-template-columns: 1fr !important;
    }
    
    .qa-fact {
        padding: 5px 8px !important;
        font-size: 0.7rem !important;
    }
    
    /* === RATING BADGE MOBILE === */
    .flim-rating-banner {
        position: static !important;
        display: inline-block !important;
        margin: 10px auto !important;
        text-align: center !important;
    }
    
    .flim-rating-badge {
        transform: rotate(0deg) !important;
        padding: 10px 14px !important;
    }
    
    .flim-rating-score {
        font-size: 1.3rem !important;
    }
    
    .star {
        font-size: 1rem !important;
    }
    
    /* === MINI PREVIEW MOBILE === */
    .mini-preview {
        display: none !important; /* Mini Preview auf Mobile verstecken */
    }
    
    /* === SECTIONS & CONTENT MOBILE === */
    .flim-section {
        margin: 30px 0 !important;
        padding: 20px 15px !important;
    }
    
    .flim-section-header {
        flex-direction: column !important;
        align-items: center !important;
        text-align: center !important;
        gap: 15px !important;
    }
    
    .flim-section-icon {
        width: 45px !important;
        height: 45px !important;
        font-size: 1.5rem !important;
    }
    
    .flim-section-title {
        font-size: 1.5rem !important;
    }
    
    /* === QUOTES MOBILE === */
    .flim-quote-enhanced,
    .flim-quote-frame {
        padding: 25px 25px 25px 50px !important;
        margin: 30px -10px !important;
        border-radius: 0 10px 10px 0 !important;
    }
    
    .flim-quote-badge {
        width: 40px !important;
        height: 40px !important;
        font-size: 20px !important;
        top: 15px !important;
    }
    
    .flim-quote-badge.icon-quote::before {
        font-size: 22px !important;
    }
    
    .flim-quote-badge .tabler-icon {
        width: 20px !important;
        height: 20px !important;
    }
    
    .flim-quote-text {
        font-size: 1.1rem !important;
        line-height: 1.6 !important;
    }
    
    .flim-quote-author {
        font-size: 0.9rem !important;
    }
    
    .flim-quote-enhanced::after,
    .flim-quote-frame::after {
        font-size: 100px !important;
        right: 10px !important;
        bottom: -20px !important;
    }
    
    /* === STREAMING CARDS MOBILE === */
    .flim-streaming-section {
        padding: 25px 20px !important;
        margin: 30px -15px !important;
        border-radius: 15px !important;
    }
    
    .flim-streaming-grid,
    .stream-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 12px !important;
    }
    
    .flim-streaming-card,
    .stream-card {
        padding: 15px !important;
    }
    
    .flim-service-logo {
        height: 35px !important;
    }
    
    .flim-service-price {
        font-size: 1.1rem !important;
    }
    
    /* === CAST GRID MOBILE === */
    .flim-cast-grid,
    .cast-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 15px !important;
    }
    
    .flim-cast-member,
    .cast-card {
        padding: 15px !important;
    }
    
    /* === PRO/CONTRA MOBILE === */
    .flim-proscons-section {
        grid-template-columns: 1fr !important;
        gap: 20px !important;
    }
    
    /* === HIGHLIGHT BOXES MOBILE === */
    .flim-highlight-box {
        padding: 15px !important;
        margin: 20px 0 !important;
    }
    
    .flim-highlight-box h3 {
        font-size: 1.2rem !important;
    }
    
    /* === MASONRY & CARDS MOBILE === */
    .masonry-grid {
        grid-template-columns: 1fr !important;
        gap: 20px !important;
    }
    
    .masonry-card {
        padding: 20px !important;
    }
    
    .masonry-card.card-large {
        grid-column: span 1 !important;
    }
    
    /* === SPOTIFY EPISODEN GUIDE MOBILE === */
    .flim-spotify-guide {
        padding: 20px 15px !important;
    }
    
    .flim-spotify-header {
        flex-direction: column !important;
        align-items: center !important;
        text-align: center !important;
        gap: 15px !important;
    }
    
    .flim-spotify-title h2 {
        font-size: 1.4rem !important;
    }
    
    .flim-spotify-controls {
        width: 100% !important;
        justify-content: center !important;
    }
    
    .flim-spotify-seasons {
        flex-wrap: nowrap !important;
        overflow-x: auto !important;
        -webkit-overflow-scrolling: touch !important;
        padding-bottom: 10px !important;
    }
    
    .flim-spotify-season-btn {
        flex: 0 0 auto !important;
        white-space: nowrap !important;
        font-size: 0.85rem !important;
        padding: 8px 12px !important;
    }
    
    .flim-spotify-episode {
        padding: 12px !important;
        gap: 12px !important;
    }
    
    .flim-episode-number {
        min-width: 35px !important;
        font-size: 0.9rem !important;
    }
    
    .flim-episode-title-de {
        font-size: 0.95rem !important;
    }
    
    .flim-episode-title-en {
        display: none !important; /* Englische Titel auf Mobile verstecken */
    }
    
    .flim-episode-meta {
        font-size: 0.75rem !important;
    }
    
    .flim-episode-badge {
        font-size: 0.65rem !important;
        padding: 2px 6px !important;
    }
    
    /* === FAZIT SECTION MOBILE === */
    .fazit-compact {
        padding: 30px 20px !important;
    }
    
    .fazit-score {
        font-size: 3rem !important;
    }
    
    .fazit-text {
        font-size: 1rem !important;
    }
    
    .action-row {
        flex-direction: column !important;
        gap: 10px !important;
    }
    
    .action-btn {
        width: 100% !important;
        padding: 10px 20px !important;
    }
    
    /* === SHARE BUTTONS MOBILE === */
    .flim-share-buttons {
        flex-direction: column !important;
        gap: 10px !important;
    }
    
    .flim-share-button {
        width: 100% !important;
        justify-content: center !important;
    }
    
    /* === STORY LAYOUT MOBILE === */
    .story-layout {
        grid-template-columns: 1fr !important;
    }
    
    .story-main {
        padding: 25px !important;
    }
    
    .sidebar {
        position: relative !important;
        top: 0 !important;
    }
    
    /* === SEASON SELECTOR MOBILE === */
    .season-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 10px !important;
    }
    
    .season-btn {
        padding: 10px !important;
        font-size: 0.85rem !important;
    }
    
    .season-btn.special {
        grid-column: span 1 !important;
    }
    
    /* === FLOATING ELEMENTS MOBILE === */
    .floating-header {
        display: none !important; /* Floating Header auf Mobile verstecken */
    }
    
    /* === UTILITY OVERRIDES MOBILE === */
    [style*="display: grid"]:not(.flim-no-mobile-override) {
        grid-template-columns: 1fr !important;
    }
    
    [style*="padding"] {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    
    div[style*="max-width: 1200px"] {
        padding: 0 15px !important;
    }
    
    /* Prevent horizontal scroll */
    .flim-review-wrapper {
        overflow-x: hidden !important;
    }
    
    /* === TABLER ICONS MOBILE === */
    .tabler-icon {
        width: 16px !important;
        height: 16px !important;
    }
    
    /* === HERO COMPACT MOBILE === */
    .hero-compact {
        margin-top: 60px !important;
        padding: 30px 0 !important;
    }
    
    .hero-container {
        grid-template-columns: 1fr !important;
        text-align: center !important;
        gap: 30px !important;
        padding: 0 20px !important;
    }
    
    .poster-3d {
        margin: 0 auto !important;
        transform: none !important;
    }
    
    .hero-title {
        font-size: 2rem !important;
    }
}

/* === EXTRA SMALL SCREENS (max-width: 480px) === */
@media (max-width: 480px) {
    /* Noch kompaktere Anpassungen für sehr kleine Screens */
    
    .flim-hero-wrapper {
        padding: 20px 0 !important;
        margin: -15px -15px 20px -15px !important;
    }
    
    .flim-hero-content {
        padding: 0 15px !important;
    }
    
    .flim-hero-wrapper h1 {
        font-size: 1.4rem !important;
    }
    
    /* Quick Answer noch kompakter */
    .flim-quick-answer {
        margin: -15px 10px 25px 10px !important;
        padding: 15px !important;
    }
    
    .flim-quick-answer h2 {
        font-size: 1.15rem !important;
    }
    
    /* Cast Grid auf sehr kleinen Screens */
    .flim-cast-grid,
    .cast-grid {
        grid-template-columns: 1fr !important;
    }
    
    /* Highlight Boxes */
    .flim-highlight-box {
        padding: 12px !important;
    }
    
    /* Sections */
    .flim-section {
        margin: 30px 0 !important;
        padding: 15px !important;
    }
    
    /* Social Buttons */
    div[style*="background: linear-gradient(135deg, #667eea"] a,
    div[style*="background: linear-gradient(135deg, #667eea"] button {
        width: 100% !important;
        max-width: none !important;
    }
    
    /* Streaming Grid extra small */
    .flim-streaming-grid,
    .stream-grid {
        grid-template-columns: 1fr !important;
    }
    
    /* Story Main */
    .story-main {
        padding: 20px !important;
    }
    
    .content-wrapper {
        padding: 0 15px !important;
    }
    
    /* Hero Title extra small */
    .hero-title {
        font-size: 1.75rem !important;
    }
}

/* === MOBILE LANDSCAPE ORIENTATION === */
@media (max-width: 767px) and (orientation: landscape) {
    .flim-hero-wrapper {
        min-height: auto !important;
    }
    
    .poster-container {
        width: 100px !important;
        height: 150px !important;
    }
    
    .flim-streaming-grid {
        grid-template-columns: repeat(3, 1fr) !important;
    }
}

/* Dateiname: 23-mobile.css */
/* Pfad: /wp-content/themes/Newspaper-child/assets/css/responsive/23-mobile.css */