/*
 * Pre-Produced Show Page Styles
 * Theme: Stellar Lights
 */

/* Hero Section */
.hero-section {
    background-size: cover;
    background-position: center;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
    position: relative;
    margin-top: -70px;
    padding-top: 100px;
}

.hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
}

.hero-content {
    position: relative;
    z-index: 1;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 0 clamp(1rem, 4vw, 2rem);
    box-sizing: border-box;
}

.hero-content h1 {
    font-family: 'Titillium Web', sans-serif;
    font-size: 60px;
    font-weight: 600;
    margin-bottom: 20px;
    max-width: 1364px;
    margin-top: -155px;
}

.hero-content p {
    font-family: 'Titillium Web', sans-serif;
    font-size: 25px;
    line-height: 1.6;
    max-width: 1088px;
    margin: 0 auto 30px;
    text-align: center;
    letter-spacing: 2.5px;
}

/* Photo Credit Container */
.photo-credit-container {
    position: absolute;
    bottom: 50px;
    width: 100%;
    left: 0;
}

.photo-credit {
    position: relative;
    font-family: 'Titillium Web', sans-serif;
    font-size: 20px;
    color: white;
    opacity: 0.8;
    font-style: italic;
    text-align: right;
    margin-bottom: 15px;
    padding-right: 80px;
}

.photo-credit-line {
    width: 100%;
    height: 1px;
    background-color: #707070;
    opacity: 0.4;
}

.cta-section {
    text-align: center;
    padding: 2rem 0;
}

.cta-section h2 {
    font-size: 28px;
    margin-bottom: 1.5rem;
}

.cta-section .enquire-button {
    font-family: 'Titillium Web', sans-serif;
    font-size: 18px;
    color: white;
    background-color: transparent;
    border: 1px solid white;
    padding: 12px 28px;
    text-decoration: none;
    border-radius: 20px;
    transition: all 0.3s ease;
}

.cta-section .enquire-button:hover {
    background: #fff;
    color: #000;
}

/* --- Page specific styles --- */

.hero-section.pre-produced-hero {
    height: 60vh;
}

.pre-produced-show-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
    color: #fff;
}

.pre-produced-show-content .breadcrumbs {
    padding: 2rem 0;
    font-family: 'Titillium Web', sans-serif;
    font-size: 20px;
    letter-spacing: 3.75px;
    margin-left: -20px;
}

.pre-produced-show-content .breadcrumbs a {
    color: #fff;
    text-decoration: none;
}

.pre-produced-show-content .breadcrumbs .current-page {
    font-weight: 700;
    color: #fff;
}

.pre-produced-show-content .show-intro-section p {
    font-family: 'Titillium Web', sans-serif;
    font-size: 20px;
    line-height: 1.7;
    margin-bottom: 1.5rem;
    letter-spacing: 2.5px;
    text-align: center;
}

@media (max-width: 768px) {
    .pre-produced-show-content .breadcrumbs {
        margin-left: 0;
        text-align: center;
    }

    .pre-produced-show-content .show-intro-section {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

.pre-produced-show-content .show-details-section {
    padding: 3rem 0;
}

.pre-produced-show-content .show-title-licensing {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
}

.pre-produced-show-content .show-title-licensing h2 {
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 3.5px;
}

.pre-produced-show-content .licensing-info {
    font-family: 'Titillium Web', sans-serif;
    font-size: 16px;
    letter-spacing: 3.5px;
}

.pre-produced-show-content .show-description p {
    font-family: 'Titillium Web', sans-serif;
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 1.5rem;
    letter-spacing: 2.2px;
    text-align: left;
}

.pre-produced-show-content .show-video-section {
    position: relative;
    cursor: pointer;
    margin: 2rem 0 4rem 0;
    overflow: hidden;
}

.pre-produced-show-content .show-video-section img {
    width: 100%;
    display: block;
    transition: transform 0.3s ease;
}

.pre-produced-show-content .show-video-section:hover img {
    transform: scale(1.05);
}

.pre-produced-show-content .video-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    height: 0;
    overflow: hidden;
}

.pre-produced-show-content .video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.pre-produced-show-content .video-text-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
    background: rgba(0, 0, 0, 0.3);
}

.pre-produced-show-content .video-text-overlay h2 {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 1rem;
}

.pre-produced-show-content .video-text-overlay p {
    font-size: 18px;
    margin-bottom: 2rem;
}

.pre-produced-show-content .video-credits {
    font-size: 14px;
    line-height: 1.6;
}

.pre-produced-show-content .show-credits-bottom {
    text-align: center;
    padding: 2rem 0;
    font-family: 'Titillium Web', sans-serif;
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: 2.2px;
}

.pre-produced-show-content .show-credits-bottom p {
    margin: 0.5rem 0;
}

.pre-produced-show-content .show-pagination-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2rem 0;
    /* border-top: 1px solid #555; */
    /* border-bottom: 1px solid #555; */
    gap: 2rem;
}

.pre-produced-show-content .show-nav-link {
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    font-style: italic;
}

.pre-produced-show-content .show-nav-arrows {
    display: flex;
    gap: 3rem;
}

.pre-produced-show-content .arrow-circle {
    color: #000;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    font-size: 24px;
    transition: all 0.3s ease;
}

.pre-produced-show-content .arrow-circle:hover {
    background-color: transparent;
    color: #fff;
}

.pre-produced-show-content .other-shows-section {
    /* padding: 4rem 0; */
    text-align: center;
}

.pre-produced-show-content .other-shows-section h3 {
    font-size: 35px;
    margin-bottom: 3rem;
    color: #898989;
    font-weight: 600;
}

.pre-produced-show-content .other-shows-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    text-align: center;
}

.pre-produced-show-content .other-show-item {
    display: flex;
    flex-direction: column;
}

.pre-produced-show-content .other-show-item h4 {
    font-size: 22px;
    margin-bottom: 1rem;
    letter-spacing: 3.5px;
}

.pre-produced-show-content .other-show-item p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 2rem;
    color: #ccc;
    letter-spacing: 2.2px;
}

.pre-produced-show-content .read-more-btn {
    color: #fff;
    border: 1px solid #fff;
    padding: 10px 20px;
    border-radius: 20px;
    text-decoration: none;
    transition: all 0.3s ease;
    margin-top: auto;
    align-self: center;
}

.pre-produced-show-content .read-more-btn:hover {
    background: #fff;
    color: #000;
}

/* Video Player Overlay */
.video-player-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

.video-player-overlay.active {
    display: flex;
}

.close-video-player {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 40px;
    color: white;
    background: none;
    border: none;
    cursor: pointer;
}

.video-player-container {
    position: relative;
    width: 90%;
    max-width: 1200px;
    padding-bottom: 50.625%;
    /* 16:9 aspect ratio */
    height: 0;
}

.video-player-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* --- Responsive Styles --- */

/* Tablet and Smaller Desktops */
@media (max-width: 992px) {
    .pre-produced-show-content .other-shows-grid {
        grid-template-columns: 1fr 1fr;
    }
}

/* Mobile Devices */
@media (max-width: 768px) {
    .pre-produced-show-content .breadcrumbs {
        margin-left: 0;
        text-align: center;
        font-size: 16px;
    }

    .pre-produced-show-content .show-intro-section,
    .pre-produced-show-content {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .pre-produced-show-content .show-title-licensing {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 1rem;
    }

    .pre-produced-show-content .show-title-licensing h2 {
        font-size: 28px;
    }

    .pre-produced-show-content .show-pagination-nav {
        flex-direction: column;
        gap: 1.5rem;
    }

    .pre-produced-show-content .other-shows-grid {
        grid-template-columns: 1fr;
    }

    .pre-produced-show-content .other-shows-section h3 {
        font-size: 28px;
    }
}

@media (max-width: 480px) {
    .hero-section.pre-produced-hero {
        height: 50vh;
    }

    .pre-produced-show-content .show-title-licensing h2 {
        font-size: 24px;
    }

    .pre-produced-show-content .other-shows-section h3 {
        font-size: 24px;
    }
}