/*
Theme Name: ZUZU FM Child
Template: blocksy
*/

/* =========================================
   ZUZU FM — EPISODE PAGE
   ========================================= */

.zuzu-episode-page {
    width: 100%;
    background: #f7f8fa;
    padding: 50px 20px 70px;
    box-sizing: border-box;
}

.zuzu-episode-container {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    background: #ffffff;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
}

/* =========================================
   COVER / SHOW BANNER
   ========================================= */

.zuzu-episode-cover {
    width: 100%;
    background: #111;
}

.zuzu-episode-cover img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 620px;
    object-fit: cover;
}

/* =========================================
   EPISODE CONTENT
   ========================================= */

.zuzu-episode-content {
    padding: 45px 55px 55px;
}

.zuzu-episode-label {
    display: inline-block;
    margin-bottom: 12px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #c8943e;
}

.zuzu-episode-content h1 {
    margin: 0 0 18px;
    font-size: 42px;
    line-height: 1.15;
    font-weight: 800;
    color: #17243a;
}

.zuzu-episode-short-description {
    max-width: 850px;
    margin: 0 0 30px;
    font-size: 18px;
    line-height: 1.7;
    color: #566274;
}

/* =========================================
   AUDIO PLAYER
   ========================================= */

.zuzu-audio-player {
    margin: 25px 0 30px;
    padding: 20px;
    background: #f3f4f6;
    border-radius: 14px;
}

.zuzu-audio-player audio {
    display: block;
    width: 100%;
}

/* =========================================
   EPISODE META
   ========================================= */

.zuzu-episode-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 40px;
}

.zuzu-episode-meta span {
    display: inline-block;
    padding: 8px 14px;
    border-radius: 20px;
    background: #f0f1f3;
    font-size: 14px;
    font-weight: 600;
    color: #4c5868;
}

/* =========================================
   DESCRIPTION
   ========================================= */

.zuzu-episode-description {
    margin-top: 30px;
}

.zuzu-episode-description h2 {
    margin: 0 0 15px;
    font-size: 28px;
    line-height: 1.3;
    color: #17243a;
}

.zuzu-episode-description p {
    margin: 0;
    max-width: 900px;
    font-size: 16px;
    line-height: 1.8;
    color: #596575;
}

/* =========================================
   VIDEO
   ========================================= */

.zuzu-episode-video {
    margin-top: 40px;
}

.zuzu-episode-video video {
    display: block;
    width: 100%;
    max-width: 420px;
    height: auto;
    margin: 0 auto;
    border-radius: 14px;
    background: #000;
}

/* =========================================
   BACK TO SHOW
   ========================================= */

.zuzu-back-to-show {
    margin-top: 40px;
    padding-top: 25px;
    border-top: 1px solid #e5e7eb;
}

.zuzu-back-to-show a {
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    color: #17243a;
}

.zuzu-back-to-show a:hover {
    text-decoration: underline;
}

/* =========================================
   MOBILE
   ========================================= */

@media (max-width: 768px) {

    .zuzu-episode-page {
        padding: 20px 12px 40px;
    }

    .zuzu-episode-container {
        border-radius: 12px;
    }

    .zuzu-episode-content {
        padding: 30px 22px 35px;
    }

    .zuzu-episode-content h1 {
        font-size: 30px;
    }

    .zuzu-episode-short-description {
        font-size: 16px;
    }

    .zuzu-episode-meta {
        flex-direction: column;
        align-items: flex-start;
    }

}

/* =========================================================
   ZUZU FM — FINAL EPISODE PAGE POLISH
   ========================================================= */

/* ---------- DESKTOP ---------- */

.zuzu-episode-page {
    padding: 45px 20px 70px;
}

.zuzu-episode-container {
    max-width: 1180px;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 18px;
}

/* Hero */
.zuzu-episode-cover {
    width: 100%;
    background: #111;
}

.zuzu-episode-cover img {
    display: block;
    width: 100%;
    height: 540px;
    object-fit: cover;
}

/* Main content */
.zuzu-episode-content {
    padding: 42px 55px 55px;
}

/* Episode label */
.zuzu-episode-label {
    margin-bottom: 10px;
}

/* Main title */
.zuzu-episode-content h1 {
    margin: 0 0 16px;
    font-size: 40px;
    line-height: 1.15;
}

/* Short description */
.zuzu-episode-short-description {
    max-width: 850px;
    margin: 0 0 28px;
}

/* Audio player */
.zuzu-audio-player {
    margin: 0 0 30px;
    padding: 18px;
}

/* Episode metadata */
.zuzu-episode-meta {
    margin-bottom: 38px;
}

/* Full description */
.zuzu-episode-description {
    margin-top: 0;
}

.zuzu-episode-description p {
    max-width: 900px;
}

/* Video */
.zuzu-episode-video {
    margin-top: 38px;
}

.zuzu-episode-video video {
    display: block;
    width: 100%;
    max-width: 420px;
    height: auto;
    margin: 0 auto;
    border-radius: 14px;
}

/* Back to show */
.zuzu-back-to-show {
    margin-top: 30px;
    padding-top: 20px;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 900px) {

    .zuzu-episode-page {
        padding: 30px 16px 55px;
    }

    .zuzu-episode-cover img {
        height: 450px;
    }

    .zuzu-episode-content {
        padding: 35px 35px 45px;
    }

    .zuzu-episode-content h1 {
        font-size: 34px;
    }
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 600px) {

    .zuzu-episode-page {
        padding: 15px 10px 40px;
    }

    .zuzu-episode-container {
        width: 100%;
        border-radius: 14px;
    }

    /* Mobile hero */
    .zuzu-episode-cover img {
        width: 100%;
        height: auto;
        max-height: 420px;
        object-fit: cover;
    }

    /* Mobile content */
    .zuzu-episode-content {
        padding: 28px 20px 35px;
    }

    /* Episode label */
    .zuzu-episode-label {
        margin-bottom: 8px;
        font-size: 11px;
    }

    /* Mobile title */
    .zuzu-episode-content h1 {
        margin-bottom: 14px;
        font-size: 27px;
        line-height: 1.18;
    }

    /* Short description */
    .zuzu-episode-short-description {
        margin-bottom: 22px;
        font-size: 15px;
        line-height: 1.6;
    }

    /* Audio player */
    .zuzu-audio-player {
        margin: 0 0 25px;
        padding: 14px;
    }

    .zuzu-audio-player audio {
        width: 100%;
    }

    /* Metadata */
    .zuzu-episode-meta {
        gap: 8px;
        margin-bottom: 30px;
    }

    .zuzu-episode-meta span {
        padding: 7px 10px;
        font-size: 12px;
    }

    /* About section */
    .zuzu-episode-description {
        margin-top: 0;
    }

    .zuzu-episode-description h2 {
        margin-bottom: 12px;
        font-size: 24px;
    }

    .zuzu-episode-description p {
        max-width: 100%;
        font-size: 15px;
        line-height: 1.7;
    }

    /* Vertical video */
    .zuzu-episode-video {
        margin-top: 30px;
    }

    .zuzu-episode-video video {
        width: 100%;
        max-width: 360px;
        border-radius: 12px;
    }

    /* Back link */
    .zuzu-back-to-show {
        margin-top: 25px;
        padding-top: 18px;
        font-size: 13px;
    }
}


/* =========================================================
   VERY SMALL PHONES
   ========================================================= */

@media (max-width: 380px) {

    .zuzu-episode-content {
        padding: 24px 16px 30px;
    }

    .zuzu-episode-content h1 {
        font-size: 24px;
    }

    .zuzu-episode-short-description,
    .zuzu-episode-description p {
        font-size: 14px;
    }
}
/* =========================================================
   ZUZU FM — SHOWS PAGE POLISH
   Final layout overrides
   ========================================================= */

/* Shows page background */
.zuzu-shows-page {
    background: #080808;
    color: #ffffff;
}

/* Hero */
.zuzu-shows-hero {
    min-height: 310px !important;
    padding: 70px 20px 55px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.zuzu-shows-hero-inner {
    width: 100%;
    max-width: 900px;
}

.zuzu-shows-hero h1 {
    margin: 18px 0 12px !important;
    font-size: clamp(48px, 6vw, 76px) !important;
    line-height: 1 !important;
    font-weight: 800 !important;
    letter-spacing: -2px;
}

.zuzu-shows-hero p {
    margin: 0 !important;
    font-size: 17px !important;
    color: #a8a8a8 !important;
}

/* Small ZUZU FM eyebrow */
.zuzu-shows-eyebrow {
    display: inline-flex;
    align-items: center;
    padding: 9px 18px;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 999px;
    color: #ff4b4b;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 3px;
}

/* =========================================================
   LIBRARY
   ========================================================= */

.zuzu-shows-library {
    padding: 35px 0 85px !important;
    background: #080808;
}

.zuzu-shows-container {
    width: min(1200px, calc(100% - 40px));
    margin: 0 auto;
}

/* Grid */
.zuzu-shows-grid {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
    align-items: start;
}

/* When there is only one show, center it */
.zuzu-shows-grid:has(.zuzu-show-card:only-child) {
    display: flex !important;
    justify-content: center;
}

.zuzu-shows-grid:has(.zuzu-show-card:only-child) .zuzu-show-card {
    width: 390px;
    max-width: 100%;
}

/* =========================================================
   SHOW CARD
   ========================================================= */

.zuzu-show-card {
    background: #111111 !important;
    border: 1px solid rgba(255,255,255,.10) !important;
    border-radius: 18px !important;
    overflow: hidden;
    transition:
        transform .25s ease,
        border-color .25s ease,
        box-shadow .25s ease;
}

.zuzu-show-card:hover {
    transform: translateY(-6px);
    border-color: rgba(255,255,255,.22) !important;
    box-shadow: 0 18px 50px rgba(0,0,0,.45);
}

/* Remove ugly default link styling */
.zuzu-show-card-link {
    display: block;
    color: inherit !important;
    text-decoration: none !important;
}

/* Image */
.zuzu-show-card-image {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background: #151515;
}

.zuzu-show-card-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform .45s ease;
}

.zuzu-show-card:hover .zuzu-show-card-image img {
    transform: scale(1.04);
}

/* Dark cinematic image overlay */
.zuzu-show-card-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to top,
        rgba(0,0,0,.65),
        rgba(0,0,0,0) 55%
    );
    pointer-events: none;
}

/* Play button */
.zuzu-show-card-play {
    position: absolute;
    left: 18px;
    bottom: 16px;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #ffffff;
    box-shadow: 0 8px 25px rgba(0,0,0,.35);
}

.zuzu-show-card-play::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 54%;
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 10px solid #080808;
}

/* Card content */
.zuzu-show-card-content {
    padding: 18px 18px 20px !important;
}

.zuzu-show-card-content h2 {
    margin: 0 0 9px !important;
    font-size: 21px !important;
    line-height: 1.2 !important;
    font-weight: 750 !important;
    color: #ffffff !important;
}

/* Metadata */
.zuzu-show-card-meta {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: #8f8f8f !important;
}

.zuzu-show-card-meta span {
    color: #8f8f8f !important;
}

.zuzu-show-card-meta span:last-child {
    color: #ff4b4b !important;
}

/* Description */
.zuzu-show-card-content > p {
    margin: 11px 0 0 !important;
    font-size: 13px !important;
    line-height: 1.55 !important;
    color: #999999 !important;
}

/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 900px) {

    .zuzu-shows-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

}

@media (max-width: 600px) {

    .zuzu-shows-hero {
        min-height: 260px !important;
        padding: 55px 18px 40px !important;
    }

    .zuzu-shows-hero h1 {
        font-size: 48px !important;
    }

    .zuzu-shows-container {
        width: min(100% - 28px, 500px);
    }

    .zuzu-shows-grid {
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 20px;
    }

    .zuzu-shows-grid:has(.zuzu-show-card:only-child) {
        display: block !important;
    }

    .zuzu-shows-grid:has(.zuzu-show-card:only-child) .zuzu-show-card {
        width: 100%;
    }

}/* =========================================================
   ZUZU FM — SHOWS FINAL VISUAL FIX
   ========================================================= */

/* Main shows background */
.zuzu-shows-page {
    background: #080808 !important;
}

/* ---------------------------------------------------------
   HERO — tighter and cleaner
   --------------------------------------------------------- */

.zuzu-shows-hero {
    min-height: 250px !important;
    padding: 55px 20px 35px !important;
}

.zuzu-shows-hero-inner {
    max-width: 900px;
}

/* ZUZU FM eyebrow */
.zuzu-shows-eyebrow {
    padding: 8px 16px !important;
    font-size: 10px !important;
    letter-spacing: 3px !important;
}

/* SHOWS heading */
.zuzu-shows-hero h1 {
    margin: 16px 0 10px !important;
    color: #ffffff !important;
    font-size: clamp(48px, 6vw, 72px) !important;
    line-height: 1 !important;
    font-weight: 800 !important;
    letter-spacing: -2px !important;
}

/* Subtitle */
.zuzu-shows-hero p {
    margin: 0 !important;
    color: #9b9b9b !important;
    font-size: 16px !important;
}

/* ---------------------------------------------------------
   SHOW LIBRARY — remove excessive empty space
   --------------------------------------------------------- */

.zuzu-shows-library {
    padding: 10px 0 65px !important;
    background: #080808 !important;
}

.zuzu-shows-container {
    width: min(1200px, calc(100% - 40px));
    margin: 0 auto;
}

/* Grid */
.zuzu-shows-grid {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
    align-items: start;
}

/* One show = centered premium card */
.zuzu-shows-grid:has(.zuzu-show-card:only-child) {
    display: flex !important;
    justify-content: center !important;
    align-items: flex-start !important;
}

.zuzu-shows-grid:has(.zuzu-show-card:only-child) .zuzu-show-card {
    width: 410px;
    max-width: 100%;
}

/* ---------------------------------------------------------
   CARD
   --------------------------------------------------------- */

.zuzu-show-card {
    background: #111111 !important;
    border: 1px solid rgba(255,255,255,.10) !important;
    border-radius: 18px !important;
    overflow: hidden !important;
}

/* Card title */
.zuzu-show-card-content h2 {
    color: #ffffff !important;
    font-size: 21px !important;
    font-weight: 750 !important;
    margin: 0 0 8px !important;
}

/* Metadata */
.zuzu-show-card-meta {
    color: #8f8f8f !important;
    font-size: 13px !important;
}

.zuzu-show-card-meta span {
    color: #8f8f8f !important;
}

.zuzu-show-card-meta span:last-child {
    color: #ff4545 !important;
}

/* ---------------------------------------------------------
   MOBILE
   --------------------------------------------------------- */

@media (max-width: 600px) {

    .zuzu-shows-hero {
        min-height: 220px !important;
        padding: 45px 18px 30px !important;
    }

    .zuzu-shows-hero h1 {
        font-size: 48px !important;
        letter-spacing: -1.5px !important;
    }

    .zuzu-shows-hero p {
        font-size: 14px !important;
    }

    .zuzu-shows-library {
        padding: 5px 0 45px !important;
    }

    .zuzu-shows-container {
        width: calc(100% - 28px);
    }

    .zuzu-shows-grid {
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 20px;
    }

    .zuzu-shows-grid:has(.zuzu-show-card:only-child) {
        display: block !important;
    }

    .zuzu-shows-grid:has(.zuzu-show-card:only-child) .zuzu-show-card {
        width: 100%;
    }
}/* =========================================================
   ZUZU FM — FINAL SHOWS CARD POLISH
   ========================================================= */

/* Bigger ZUZU FM eyebrow */
.zuzu-shows-eyebrow {
    font-size: 13px !important;
    font-weight: 700 !important;
    letter-spacing: 4px !important;
    padding: 9px 18px !important;
}

/* Keep the eyebrow clearly smaller than the main headline */
.zuzu-shows-hero h1 {
    margin-top: 18px !important;
}

/* ---------------------------------------------------------
   PLAY BUTTON — CENTER OF SHOW ARTWORK
   --------------------------------------------------------- */

.zuzu-show-card-image {
    position: relative !important;
}

/* Move play button away from artwork branding */
.zuzu-show-card-play {
    position: absolute !important;
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%) !important;

    width: 58px !important;
    height: 58px !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    border-radius: 50% !important;

    z-index: 10 !important;
}

/* Slightly smaller play icon */
.zuzu-show-card-play::before {
    margin-left: 3px !important;
}