


/* ============================================================
   19. SHOW HERO 
   ============================================================ */
.show {
    padding: 5rem 2rem;
    background: white;
    position: relative;
    overflow: hidden;
}

    .show::before {
        content: '';
        position: absolute;
        inset: 0;
        background: radial-gradient(ellipse 60% 40% at 80% 20%, rgba(0, 171, 229, 0.06) 0%, transparent 50%), radial-gradient(ellipse 50% 30% at 20% 80%, rgba(57, 0, 230, 0.04) 0%, transparent 50%);
        pointer-events: none;
    }

.show-container {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 400px 1fr;
    gap: 4rem;
    align-items: start;
    position: relative;
    z-index: 1;
}

.show-image-wrapper {
    position: relative;
}

.show-logo {
    margin-bottom: 1.5rem;
    width: 100%;
    background: white;
    border-radius: 12px;
    border: 1px solid var(--border-light);
    display: flex;
    align-items: center;
    justify-content: center;
}

    .show-logo img {
        max-width: 80%;
        height: auto;
        object-fit: contain;
        
    }

.show-image {
    width: 100%;
    aspect-ratio: 1;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.15);
    position: relative;
    margin-bottom: 1.5rem;
}

    .show-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .show-image::after {
        content: '';
        position: absolute;
        inset: 0;
        border-radius: 20px;
        box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1);
        pointer-events: none;
    }

.show-embed {
    margin-top: 1.5rem;
    width: 100%;
}

    .show-embed iframe {
        width: 100%;
    }

.show-category-badge {
    position: absolute;
    top: 1.25rem;
    left: 1.25rem;
    font-family: 'Outfit', sans-serif;
    font-weight: 500;
    font-size: 0.75rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 4px;
    z-index: 2;
}

    .show-category-badge.talk {
        background: var(--cyan);
    }

    .show-category-badge.sports {
        background: var(--royal-blue);
    }

    
    .show-category-badge.prepimaging {
        background: var(--blue);
    }

    .show-category-badge.researchdigital {
        background: var(--blue);
    }

    .show-category-badge.entertainment {
        background: var(--blue);
    }
/* Show hero info panel */
.show-container .show-info {
    padding-top: 1rem;
    min-width: 0;
    overflow: hidden;
}

.show-format {
    font-family: 'Outfit', sans-serif;
    font-weight: 300;
    font-size: 0.85rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--cyan);
    margin-bottom: 0.75rem;
}

.show-title {
    font-family: 'Be Vietnam Pro', sans-serif;
    font-weight: 700;
    font-size: clamp(2.5rem, 5vw, 3.5rem);
    color: var(--deep-navy);
    line-height: 1.1;
    letter-spacing: -0.02em;
    margin-bottom: 0.75rem;
}

.show-host-name {
    font-family: 'Outfit', sans-serif;
    font-weight: 400;
    font-size: 1.25rem;
    color: rgba(15, 23, 41, 0.6);
    margin-bottom: 2rem;
}

    .show-host-name strong {
        color: var(--deep-navy);
        font-weight: 500;
    }

.show-description {
    font-family: 'Outfit', sans-serif;
    font-weight: 300;
    font-size: 1.1rem;
    line-height: 1.8;
    color: rgba(15, 23, 41, 0.7);
    margin-bottom: 2.5rem;

    p {
        margin-bottom: 1rem;
    }

    strong {
        font-weight: bold;
    }
}

.show-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    padding: 2rem 0;
    border-top: 1px solid var(--border-light);
    border-bottom: 1px solid var(--border-light);
    margin-bottom: 2.5rem;
}

.meta-item {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.meta-label {
    font-family: 'Outfit', sans-serif;
    font-weight: 300;
    font-size: 0.75rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(15, 23, 41, 0.5);
}

.meta-value {
    font-family: 'Be Vietnam Pro', sans-serif;
    font-weight: 600;
    font-size: 1rem;
    color: var(--deep-navy);
}

.show-social {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 2rem;
}

.social-label {
    font-family: 'Outfit', sans-serif;
    font-weight: 400;
    font-size: 0.9rem;
    color: rgba(15, 23, 41, 0.6);
}

.social-links {
    display: flex;
    gap: 0.75rem;
}

.social-link {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--body-bg);
    border: 1px solid rgba(15, 23, 41, 0.1);
    border-radius: 50%;
    color: var(--deep-navy);
    text-decoration: none;
    transition: all 0.3s ease;
}

    .social-link:hover {
        background: var(--cyan);
        border-color: var(--cyan);
        color: white;
        transform: translateY(-2px);
        box-shadow: 0 8px 20px rgba(0, 171, 229, 0.3);
    }

    .social-link svg {
        width: 20px;
        height: 20px;
    }

.show-contact {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
}

.contact-item {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-family: 'Outfit', sans-serif;
    font-weight: 400;
    font-size: 0.95rem;
    color: var(--deep-navy);
    text-decoration: none;
    padding: 0.75rem 1.25rem;
    background: var(--body-bg);
    border: 1px solid var(--border-light);
    border-radius: 50px;
    transition: all 0.3s ease;
}

    .contact-item:hover {
        background: white;
        border-color: rgba(0, 171, 229, 0.3);
        color: var(--cyan);
        box-shadow: 0 4px 15px rgba(0, 171, 229, 0.1);
    }

    .contact-item svg {
        width: 18px;
        height: 18px;
        opacity: 0.6;
    }

    .contact-item:hover svg {
        opacity: 1;
    }
/* Additional contacts */
.additional-contacts {
    margin-top: 2.5rem;
    padding-top: 2.5rem;
    border-top: 1px solid var(--border-light);
}

.contacts-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
}

.contact-card {
    background: var(--body-bg);
    border: 1px solid var(--border-light);
    border-radius: 12px;
    padding: 1.5rem;
    min-width: 0;
}

.contact-card-title {
    font-family: 'Be Vietnam Pro', sans-serif;
    font-weight: 600;
    font-size: 0.95rem;
    color: var(--deep-navy);
    margin-bottom: 1rem;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid var(--border-light);
}

.contact-card-details {
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
}

.contact-name {
    font-family: 'Outfit', sans-serif;
    font-weight: 500;
    font-size: 0.9rem;
    color: var(--deep-navy);
}

.contact-card-details p {
    font-family: 'Outfit', sans-serif;
    font-weight: 300;
    font-size: 0.85rem;
    color: rgba(15, 23, 41, 0.6);
}


.contact-email,
.contact-phone {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-family: 'Outfit', sans-serif;
    font-weight: 300;
    font-size: 0.85rem;
    color: rgba(15, 23, 41, 0.6);
    word-break: break-word;
    overflow-wrap: break-word;
}

    .contact-email a {
        color: inherit;
        text-decoration: none;
    }

        .contact-email a:hover {
            color: var(--cyan);
        }

    .contact-email svg,
    .contact-phone svg {
        width: 14px;
        height: 14px;
        opacity: 0.5;
        flex-shrink: 0;
    }
/* Show hero responsive */
@media (max-width: 1024px) {
    .show-container {
        grid-template-columns: 1fr;
        gap: 2.5rem;
    }

    .show-image-wrapper {
        max-width: 400px;
        margin: 0 auto;
    }

    .show-container .show-info {
        text-align: center;
    }

    .show-meta {
        justify-content: center;
    }

    .show-social {
        justify-content: center;
    }

    .show-contact {
        justify-content: center;
    }

    .contacts-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 600px) {
    .show {
        padding: 8rem 1.5rem 3rem;
    }

    .show-meta {
        gap: 1.5rem;
    }
}
/* ============================================================
   20. DOWNLOADS SECTION 
   ============================================================ */
.downloads-section {
    padding: 5rem 2rem;
    background: var(--body-bg);
}

.downloads-container {
    max-width: 1200px;
    margin: 0 auto;
}

.downloads-header {
    text-align: center;
    margin-bottom: 3rem;
}

.downloads-title {
    font-family: 'Be Vietnam Pro', sans-serif;
    font-weight: 700;
    font-size: clamp(1.75rem, 3vw, 2.25rem);
    color: var(--deep-navy);
    margin-bottom: 0.75rem;
}

.downloads-subtitle {
    font-family: 'Outfit', sans-serif;
    font-weight: 300;
    font-size: 1rem;
    color: rgba(15, 23, 41, 0.6);
}

.downloads-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
}

.download-card {
    display: flex;
    align-items: flex-start;
    gap: 1.25rem;
    padding: 1.5rem;
    background: white;
    border: 1px solid var(--border-light);
    border-radius: 12px;
    text-decoration: none;
    transition: all 0.3s ease;
}

    .download-card:hover {
        transform: translateY(-2px);
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
        border-color: rgba(0, 171, 229, 0.2);
    }

.download-icon {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--cyan) 0%, var(--blue) 100%);
    border-radius: 12px;
    flex-shrink: 0;
}

    .download-icon svg {
        width: 24px;
        height: 24px;
        stroke: white;
    }

.download-info {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}

.download-name {
    font-family: 'Be Vietnam Pro', sans-serif;
    font-weight: 600;
    font-size: 1rem;
    color: var(--deep-navy);
}

.download-desc {
    font-family: 'Outfit', sans-serif;
    font-weight: 300;
    font-size: 0.85rem;
    color: rgba(15, 23, 41, 0.6);
    line-height: 1.5;
}
/* ============================================================
   21. RELATED SHOWS 
   ============================================================ */
.related-section {
    padding: 5rem 2rem;
    background: white;
}

.related-container {
    max-width: 1200px;
    margin: 0 auto;
}

.related-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
}

.related-title {
    font-family: 'Be Vietnam Pro', sans-serif;
    font-weight: 700;
    font-size: clamp(1.5rem, 3vw, 2rem);
    color: var(--deep-navy);
}

.related-link {
    font-family: 'Outfit', sans-serif;
    font-weight: 400;
    font-size: 0.9rem;
    color: var(--cyan);
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    transition: gap 0.3s ease;
}

    .related-link:hover {
        gap: 0.75rem;
    }

.related-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
}

.related-card {
    background: white;
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
    border: 1px solid var(--border-light);
    text-decoration: none;
}

    .related-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 20px 40px rgba(0, 171, 229, 0.15);
        border-color: rgba(0, 171, 229, 0.2);
    }

.related-thumbnail {
    aspect-ratio: 1;
    overflow: hidden;
}

    .related-thumbnail img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.5s ease;
    }

.related-card:hover .related-thumbnail img {
    transform: scale(1.05);
}

.related-info {
    padding: 1rem;
}

.related-name {
    font-family: 'Be Vietnam Pro', sans-serif;
    font-weight: 600;
    font-size: 0.95rem;
    color: var(--deep-navy);
    margin-bottom: 0.25rem;
}

.related-host {
    font-family: 'Outfit', sans-serif;
    font-weight: 400;
    font-size: 0.8rem;
    color: var(--cyan);
}

@media (max-width: 1024px) {
    .related-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .related-grid {
        grid-template-columns: 1fr;
    }

    .related-header {
        flex-direction: column;
        gap: 1rem;
        text-align: center;
    }
}
