/* ========================================================
   RizzGen Showcase Redesign Stylesheet (Netflix style)
   ======================================================== */

:root {
    --bg-dark: #07070a;
    --bg-darker: #040406;
    --netflix-red: #e50914;
    --accent-glow: rgba(255, 255, 255, 0.15);
    --glass-bg: rgba(20, 20, 25, 0.6);
    --glass-border: rgba(255, 255, 255, 0.08);
    --glass-border-focus: rgba(255, 255, 255, 0.25);
    --text-main: #ffffff;
    --text-muted: #9e9eb0;
    --text-dark: #62627a;
    --font-outfit: 'Outfit', 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    --transition-smooth: all 0.35s cubic-bezier(0.25, 1, 0.5, 1);
}

body.showcase-body {
    background-color: var(--bg-dark);
    color: var(--text-main);
    font-family: var(--font-outfit);
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    line-height: 1.6;
}

/* Navbar overrides to float transparently over billboard */
.navbar-custom.navbar-transparent {
    background: transparent !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    border-bottom: none !important;
    box-shadow: none !important;
}

.navbar-custom.navbar-scrolled {
    background: rgba(7, 7, 10, 0.95) !important;
    backdrop-filter: blur(24px) !important;
    -webkit-backdrop-filter: blur(24px) !important;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.6);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

/* Netflix Video Billboard Section */
.showcase-billboard {
    position: relative;
    height: 85vh;
    width: 100%;
    overflow: hidden;
    background-color: var(--bg-dark);
}

.billboard-video-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.billboard-video-container video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Cinematic Dark Shadow Vignettes (Left side for text, bottom side for section fading) */
.billboard-vignette {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    z-index: 1;
}

.billboard-vignette.left {
    width: 60%;
    background: linear-gradient(to right, 
        rgba(7, 7, 10, 0.95) 15%, 
        rgba(7, 7, 10, 0.75) 45%, 
        rgba(7, 7, 10, 0.25) 75%, 
        transparent 100%);
}

.billboard-vignette.bottom {
    height: 180px;
    top: auto;
    background: linear-gradient(to top, 
        #07070a 0%, 
        rgba(7, 7, 10, 0.8) 35%, 
        rgba(7, 7, 10, 0.2) 75%, 
        transparent 100%);
}

/* Billboard content container */
.billboard-content {
    position: absolute;
    bottom: 22%;
    left: 4%;
    max-width: 620px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 0 24px;
    box-sizing: border-box;
}

.billboard-badge {
    display: flex;
    align-items: center;
    gap: 6px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    color: #ffffff;
    padding: 6px 14px;
    border-radius: 4px;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    width: fit-content;
    backdrop-filter: blur(4px);
}

.billboard-badge span {
    font-size: 1.05rem;
}

.billboard-title {
    font-size: 4.2rem;
    font-weight: 900;
    margin: 0;
    line-height: 1.05;
    letter-spacing: -0.02em;
    color: #ffffff;
    text-shadow: 2px 4px 12px rgba(0, 0, 0, 0.6);
}

.billboard-description {
    font-size: 1.15rem;
    color: #e2e2ec;
    line-height: 1.5;
    margin: 0;
    text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.6);
    font-weight: 400;
}

/* Action Buttons */
.billboard-actions {
    display: flex;
    gap: 14px;
    margin-top: 8px;
}

.billboard-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 28px;
    font-size: 1.05rem;
    font-weight: 700;
    border-radius: 6px;
    cursor: pointer;
    transition: var(--transition-smooth);
    border: none;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.35);
}

.billboard-btn span {
    font-size: 1.4rem;
}

.billboard-btn.play-btn {
    background-color: #ffffff;
    color: #000000;
}

.billboard-btn.play-btn:hover {
    background-color: #e6e6e6;
    transform: scale(1.03);
}

.billboard-btn.info-btn {
    background-color: rgba(109, 109, 110, 0.4);
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.billboard-btn.info-btn:hover {
    background-color: rgba(109, 109, 110, 0.65);
    border-color: rgba(255, 255, 255, 0.25);
    transform: scale(1.03);
}

/* Rating tag on right side */
.billboard-rating {
    position: absolute;
    bottom: 25%;
    right: 0;
    background: rgba(51, 51, 51, 0.45);
    border-left: 3px solid #ffffff;
    padding: 6px 36px 6px 12px;
    color: #ffffff;
    font-size: 0.95rem;
    font-weight: 600;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    z-index: 2;
}

/* Billboard Slider Dots (Indicators) */
.billboard-dots {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    display: flex;
    align-items: center;
    gap: 10px;
}

.billboard-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.35);
    cursor: pointer;
    transition: var(--transition-smooth);
    border: none;
    outline: none;
}

.billboard-dot:hover {
    background-color: rgba(255, 255, 255, 0.85);
}

.billboard-dot.active {
    width: 28px;
    height: 10px;
    border-radius: 5px;
    background-color: #ffffff;
}

/* Sticky Filters Bar Redesign */
.showcase-filters-bar {
    position: sticky;
    top: 79px; /* Stay perfectly aligned below floating navbar */
    z-index: 100;
    background: rgba(7, 7, 10, 0.85);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    padding: 16px 0;
    transition: var(--transition-smooth);
}

.showcase-filters-bar.is-sticky {
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.6);
    border-color: rgba(255, 255, 255, 0.08);
}

.showcase-filters-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 32px;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.filters-top-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
    width: 100%;
}

.showcase-search-wrapper {
    position: relative;
    width: 100%;
    max-width: 300px;
}

.showcase-search-input {
    width: 100%;
    padding: 10px 16px 10px 42px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50px;
    color: var(--text-main);
    font-size: 0.95rem;
    font-family: var(--font-outfit);
    outline: none;
    box-sizing: border-box;
    transition: var(--transition-smooth);
    backdrop-filter: blur(6px);
}

.showcase-search-input:focus {
    border-color: rgba(255, 255, 255, 0.25);
    background: rgba(255, 255, 255, 0.08);
    box-shadow: 0 4px 15px rgba(255, 255, 255, 0.05);
}

.showcase-search-icon {
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--text-muted);
    font-size: 1.25rem;
    pointer-events: none;
    transition: var(--transition-smooth);
}

.showcase-search-input:focus ~ .showcase-search-icon {
    color: #ffffff;
}

/* Horizontal scrollable navigation */
.pill-navigation {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    scrollbar-width: none; /* Firefox */
    padding: 4px 0;
    flex-grow: 1;
}

.pill-navigation::-webkit-scrollbar {
    display: none; /* Chrome/Safari */
}

.nav-pill {
    white-space: nowrap;
    padding: 9px 20px;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.05);
    color: var(--text-muted);
    border-radius: 50px;
    font-size: 0.9rem;
    font-weight: 600;
    cursor: pointer;
    transition: var(--transition-smooth);
    backdrop-filter: blur(4px);
}

.nav-pill:hover {
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(255, 255, 255, 0.12);
    color: var(--text-main);
}

.nav-pill.active {
    background: #ffffff !important;
    border-color: #ffffff !important;
    color: #000000 !important;
    box-shadow: none !important;
}

/* Secondary Navigation */
.format-navigation {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    scrollbar-width: none;
    align-items: center;
    padding: 2px 0;
}

.format-navigation::-webkit-scrollbar {
    display: none;
}

.format-label {
    font-size: 0.85rem;
    font-weight: 700;
    color: var(--text-dark);
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-right: 12px;
    white-space: nowrap;
}

.format-pill {
    white-space: nowrap;
    padding: 6px 14px;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.04);
    color: var(--text-dark);
    border-radius: 50px;
    font-size: 0.85rem;
    font-weight: 500;
    cursor: pointer;
    transition: var(--transition-smooth);
}

.format-pill:hover {
    border-color: rgba(255, 255, 255, 0.12);
    color: var(--text-muted);
}

.format-pill.active {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.2);
    color: #ffffff;
    font-weight: 600;
}

/* Showcase Content Sections */
.showcase-content-area {
    max-width: 1400px;
    margin: 40px auto 100px;
    padding: 0 32px;
    display: flex;
    flex-direction: column;
    gap: 48px;
}

.showcase-section {
    display: flex;
    flex-direction: column;
    gap: 0px;
    position: relative;
}

.section-header-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.section-title {
    font-size: 1.3rem;
    font-weight: 600;
    margin: 0;
    color: #ffffff;
    display: flex;
    align-items: center;
    gap: 10px;
}

.section-view-all {
    color: var(--text-muted);
    font-size: 0.9rem;
    font-weight: 600;
    text-decoration: none;
    transition: var(--transition-smooth);
    display: flex;
    align-items: center;
    gap: 4px;
}

.section-view-all:hover {
    color: #ffffff;
    transform: translateX(3px);
}

/* Horizontal scroller wrapper */
.netflix-scroller-wrapper {
    position: relative;
    width: 100%;
}

.netflix-scroller {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 10px 4px 20px;
    scrollbar-width: none;
    scroll-behavior: smooth;
}

.netflix-scroller::-webkit-scrollbar {
    display: none;
}

/* Slider Controls */
.slider-control {
    position: absolute;
    top: calc(50% - 30px);
    width: 44px;
    height: 44px;
    background: rgba(10, 10, 14, 0.7);
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 5;
    transition: var(--transition-smooth);
    backdrop-filter: blur(8px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
    opacity: 0;
    pointer-events: none;
}

.netflix-scroller-wrapper:hover .slider-control {
    opacity: 1;
    pointer-events: auto;
}

.slider-control:hover {
    background: #ffffff;
    color: #07070a;
    border-color: #ffffff;
    transform: scale(1.1);
    box-shadow: 0 4px 20px rgba(255, 255, 255, 0.2);
}

.slider-control.prev {
    left: -22px;
}

.slider-control.next {
    right: -22px;
}

/* Compact Card Styling */
.compact-card {
    flex: 0 0 320px; /* Exact card width */
    max-width: 320px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    cursor: pointer;
    transition: var(--transition-smooth);
    border: none;
    background: transparent;
    border-radius: 12px;
    padding-bottom: 8px;
    outline: none;
}

.card-media-wrapper {
    position: relative;
    width: 100%;
    aspect-ratio: 16/9;
    border-radius: 12px;
    overflow: hidden;
    background: #141419;
    border: 1px solid rgba(255, 255, 255, 0.06);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.2);
    transition: var(--transition-smooth);
}

.compact-card:hover .card-media-wrapper {
    transform: scale(1.03);
    border-color: rgba(255, 255, 255, 0.25);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.5);
}

.card-media-wrapper video,
.card-media-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: var(--transition-smooth);
}

/* Card Hover preview playback */
.card-media-wrapper video.preview-active {
    display: block;
}

/* Badges and indicators overlay */
.card-badges {
    position: absolute;
    top: 10px;
    left: 10px;
    display: flex;
    gap: 6px;
    pointer-events: none;
    z-index: 2;
}

.card-badge {
    padding: 3px 8px;
    font-size: 0.65rem;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 4px;
    backdrop-filter: blur(6px);
}

.card-badge.staff-pick {
    background: #ffffff;
    color: #000000;
}

.card-badge.is-new {
    background: rgba(0, 201, 167, 0.85);
    color: #ffffff;
}

/* Play Icon Overlay on Hover */
.card-play-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(7, 7, 10, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: var(--transition-smooth);
    z-index: 1;
}

.compact-card:hover .card-play-overlay {
    opacity: 1;
}

.play-circle {
    width: 48px;
    height: 48px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #07070a;
    font-size: 1.8rem;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    transition: var(--transition-smooth);
}

.play-circle span {
    margin-left: 2px;
}

.compact-card:hover .play-circle {
    transform: scale(1.1);
    background: #ffffff;
    box-shadow: 0 4px 20px rgba(255, 255, 255, 0.4);
}

/* Card details styling */
.card-details {
    padding: 0 4px;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.card-details-title {
    font-size: 1.02rem;
    font-weight: 600;
    color: var(--text-main);
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: var(--transition-smooth);
}

.compact-card:hover .card-details-title {
    color: #dfc8ff;
}

.card-details-meta {
    font-size: 0.82rem;
    color: var(--text-muted);
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 6px;
}

.card-details-meta span.separator::before {
    content: '•';
    color: var(--text-dark);
}

/* Search empty state */
.showcase-empty-state {
    text-align: center;
    padding: 80px 24px;
    background: var(--glass-bg);
    border: 1px solid var(--glass-border);
    border-radius: 16px;
    max-width: 600px;
    margin: 40px auto;
    backdrop-filter: blur(10px);
}

.showcase-empty-state span {
    font-size: 3.5rem;
    color: var(--text-dark);
    margin-bottom: 12px;
    display: inline-block;
}

.showcase-empty-state h3 {
    font-size: 1.4rem;
    margin: 0 0 8px;
    color: #ffffff;
}

.showcase-empty-state p {
    color: var(--text-muted);
    margin: 0;
}

/* ========================================================
   Video Detail Modal
   ======================================================== */
.showcase-modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(3, 3, 5, 0.85);
    z-index: 2000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
}

.showcase-modal.active {
    opacity: 1;
    pointer-events: auto;
}

.modal-content-card {
    position: relative;
    width: 100%;
    max-width: 860px;
    background: #0f0f15;
    border: 1px solid var(--glass-border);
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 24px 64px rgba(0, 0, 0, 0.85), 0 0 40px rgba(255, 255, 255, 0.03);
    transform: translateY(30px) scale(0.95);
    transition: transform 0.35s cubic-bezier(0.25, 1, 0.5, 1);
    max-height: 90vh;
    display: flex;
    flex-direction: column;
}

.showcase-modal.active .modal-content-card {
    transform: translateY(0) scale(1);
}

/* Close button */
.modal-close-btn {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 36px;
    height: 36px;
    background: rgba(7, 7, 10, 0.7);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    transition: var(--transition-smooth);
    backdrop-filter: blur(4px);
}

.modal-close-btn:hover {
    background: #ffffff;
    color: #07070a;
    transform: rotate(90deg);
}

/* Video Player container */
.modal-video-container {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%; /* Strict 16:9 ratio lock */
    background: #000000;
    position: relative;
    overflow: hidden;
}

.modal-video-container video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain; /* Centers vertical video and adds black bars on the sides */
    display: block;
}

/* Modal Details Area */
.modal-details-body {
    padding: 32px;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    gap: 20px;
    box-sizing: border-box;
}

.modal-header-section {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.modal-title-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 16px;
}

.modal-details-title {
    font-size: 1.8rem;
    font-weight: 800;
    margin: 0;
    line-height: 1.25;
    background: linear-gradient(135deg, #ffffff, #dfc8ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.modal-meta-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
}

.modal-meta-badge {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    padding: 6px 14px;
    border-radius: 50px;
    font-size: 0.82rem;
    font-weight: 600;
    color: var(--text-muted);
}

.modal-meta-badge span.label {
    color: var(--text-dark);
    margin-right: 4px;
    font-weight: 500;
}

.modal-details-description {
    font-size: 1.05rem;
    color: #ceceda;
    line-height: 1.6;
    margin: 0;
}

/* Tags display */
.modal-tags-container {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
}

.modal-tag-label {
    font-size: 0.8rem;
    font-weight: 700;
    color: var(--text-dark);
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-right: 6px;
}

.modal-tag {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #ffffff;
    padding: 4px 12px;
    border-radius: 4px;
    font-size: 0.8rem;
    font-weight: 500;
}

/* CTA Create Button */
.modal-cta-row {
    margin-top: 12px;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    padding-top: 24px;
}

.modal-cta-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    padding: 16px;
    background: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 50px;
    color: #000000;
    font-size: 1.1rem;
    font-weight: 700;
    cursor: pointer;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
    transition: var(--transition-smooth);
    text-decoration: none;
}

.modal-cta-btn:hover {
    transform: translateY(-2px);
    background-color: #e6e6e6;
    border-color: #e6e6e6;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.4);
}

.modal-cta-btn:active {
    transform: translateY(0);
}

/* ========================================================
   Mobile Behavior Support
   ======================================================== */
@media (max-width: 768px) {
    .showcase-billboard {
        height: 60vh; /* Premium mobile height for content breathing room */
    }

    .billboard-vignette.left {
        width: 100%; /* Deep dark overlay for mobile readability */
        background: linear-gradient(to right, 
            rgba(7, 7, 10, 0.95) 20%,
            rgba(7, 7, 10, 0.8) 50%,
            rgba(7, 7, 10, 0.4) 80%,
            transparent 100%);
    }

    .billboard-content {
        bottom: 16%; /* Shift up slightly to create clear separation for dots at the bottom */
        left: 0;
        width: 100%;
        padding: 0 20px;
        gap: 8px;
    }

    .billboard-badge {
        padding: 4px 10px;
        font-size: 0.72rem;
    }

    .billboard-title {
        font-size: 2.1rem; /* Highly compact and punchy title */
    }

    .billboard-description {
        font-size: 0.9rem; /* Perfectly scaled narrative size */
        line-height: 1.45;
        max-width: 95%;
        margin-bottom: 4px;
    }

    .billboard-actions {
        gap: 8px;
        margin-top: 4px;
    }

    .billboard-btn {
        padding: 8px 18px;
        font-size: 0.9rem;
    }

    .billboard-btn span {
        font-size: 1.15rem;
    }

    .billboard-rating {
        top: 90px; /* Position rating tag at top-right out of the way of play buttons */
        bottom: auto;
        padding: 4px 12px 4px 8px;
        font-size: 0.75rem;
        border-left: 2px solid #ffffff;
    }

    /* Position dots at the absolute bottom center of billboard, completely clearing action buttons */
    .billboard-dots {
        bottom: 12px;
        gap: 8px;
    }

    .billboard-dot {
        width: 8px;
        height: 8px;
    }

    .billboard-dot.active {
        width: 22px;
        height: 8px;
    }

    /* Spaced Sticky Filters Bar */
    .showcase-filters-bar {
        top: 67px;
        padding: 14px 0; /* Expanded padding for breathable layout */
        background: rgba(7, 7, 10, 0.96);
    }

    .showcase-filters-container {
        padding: 0 16px;
        gap: 14px;
    }

    .filters-top-row {
        flex-direction: column-reverse; /* Search on top, Pills below */
        align-items: stretch;
        gap: 12px;
    }

    .showcase-search-wrapper {
        max-width: none; /* Full width search on mobile */
    }

    .showcase-search-input {
        padding: 10px 16px 10px 40px; /* Enhanced tap targets and comfort */
        font-size: 0.9rem;
    }

    .showcase-search-icon {
        left: 14px;
        font-size: 1.1rem;
    }

    .pill-navigation {
        gap: 8px;
        padding: 4px 0 6px; /* Space out outcomes navigation horizontal list */
    }

    .nav-pill {
        padding: 8px 16px;
        font-size: 0.82rem;
    }

    /* Elegant separator for secondary format filters bar on mobile */
    .format-navigation {
        gap: 8px;
        border-top: 1px solid rgba(255, 255, 255, 0.04);
        padding-top: 10px;
        margin-top: 2px;
    }

    .format-label {
        font-size: 0.72rem;
        margin-right: 6px;
    }

    .format-pill {
        padding: 6px 12px;
        font-size: 0.78rem;
    }

    .showcase-content-area {
        margin: 20px auto 60px;
        padding: 0 16px;
        gap: 32px;
    }

    .section-title {
        font-size: 1.3rem;
    }

    /* Standard Grid on mobile as requested: "2-column grid" */
    .netflix-scroller {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
        padding: 4px 0 12px;
        overflow-x: hidden;
    }

    .compact-card {
        flex: auto;
        max-width: none;
    }

    .slider-control {
        display: none !important;
    }

    /* Modal adjustments */
    .showcase-modal {
        padding: 12px;
    }

    .modal-content-card {
        max-height: 95vh;
    }

    .modal-details-body {
        padding: 20px;
        gap: 16px;
    }

    .modal-details-title {
        font-size: 1.4rem;
    }

    .modal-meta-row {
        gap: 8px;
    }

    .modal-meta-badge {
        padding: 4px 10px;
        font-size: 0.75rem;
    }

    .modal-details-description {
        font-size: 0.95rem;
    }
}

@media (max-width: 480px) {
    .billboard-title {
        font-size: 1.9rem;
    }

    .billboard-description {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .netflix-scroller {
        grid-template-columns: 1fr;
        gap: 16px;
    }
}
