/*==========================================
    INNER SERVICE PAGE STYLES
    (Podcast / Interviews / Reels / Studio Walkthrough)
==========================================*/

/* ---- Page banner ---- */

.service-banner{

    position:relative;
    padding:190px 0 110px;
    background:linear-gradient(180deg, rgb(223 191 85 / 40%) 0%, rgb(242 220 137 / 14%) 60%, #000000 100%), center / cover no-repeat var(--banner-img);
    text-align:center;
    overflow:hidden;

}

/* film-strip sprocket rails along the banner edges */
.service-banner::before{

    content:"";
    position:absolute;
    inset:0 0 0 0;
    pointer-events:none;
    z-index:1;
    background:
        repeating-linear-gradient(180deg,
            rgba(212,175,55,.55) 0 6px,
            transparent 6px 26px) left / 22px 100%,
        repeating-linear-gradient(180deg,
            rgba(212,175,55,.55) 0 6px,
            transparent 6px 26px) right / 22px 100%;
    background-repeat:repeat-y;
    opacity:.35;
    -webkit-mask-image:linear-gradient(90deg,#000 0,#000 22px,transparent 22px,transparent calc(100% - 22px),#000 calc(100% - 22px),#000 100%);
    mask-image:linear-gradient(90deg,#000 0,#000 22px,transparent 22px,transparent calc(100% - 22px),#000 calc(100% - 22px),#000 100%);

}

.service-banner::after{

    content:"";
    position:absolute;
    inset:0;
    z-index:1;
    background:
        linear-gradient(90deg,transparent,rgba(212,175,55,.06),transparent),
        radial-gradient(circle at 50% 0%,rgba(212,175,55,.18),transparent 45%);
    pointer-events:none;

}

.service-banner .container{

    position:relative;
    z-index:2;

}

.service-breadcrumb{

    display:inline-flex;
    align-items:center;
    gap:8px;
    color:var(--grey);
    font-size:16px;
    letter-spacing:.5px;
    margin-bottom:18px;

}

.service-breadcrumb a{

    color:var(--grey);
    text-decoration:none;
    transition:.25s ease;
    font-size: 17px;

}

.service-breadcrumb a:hover{

    color:var(--gold);

}

.service-breadcrumb i{

    font-size:11px;
    color:var(--gold);

}

.service-breadcrumb span{

    color:var(--gold);

}

.service-banner h1{

    font-family:'Cormorant Garamond',serif;
    font-size:56px;
    font-weight:700;
    color:#fff;
    margin-bottom:14px;

}

.service-banner p{

    max-width:640px;
    margin:0 auto;
    color:var(--grey);
    font-size:17px;
    line-height:1.8;

}

/* ---- Detail section layout ---- */

.service-detail-section{

    padding:63px 0;
    position:relative;
    overflow:hidden;
    background:
        radial-gradient(circle at 8% 12%,rgba(212,175,55,.12),transparent 32%),
        radial-gradient(circle at 94% 88%,rgba(255,255,255,.05),transparent 28%);

}

.service-detail-section::before{

    content:"";
    position:absolute;
    inset:0;
    pointer-events:none;
    z-index:0;
    background-image:
        linear-gradient(rgba(212,175,55,.045) 1px,transparent 1px),
        linear-gradient(90deg,rgba(212,175,55,.045) 1px,transparent 1px);
    background-size:46px 46px;
    -webkit-mask-image:radial-gradient(circle at 20% 30%,#000,transparent 60%);
    mask-image:radial-gradient(circle at 20% 30%,#000,transparent 60%);

}

.service-detail-section::after{

    content:"";
    position:absolute;
    left:50%;
    top:0;
    width:min(760px,86%);
    height:1px;
    transform:translateX(-50%);
    background:linear-gradient(90deg,transparent,rgba(212,175,55,.65),transparent);
    pointer-events:none;

}

.service-detail-section > .container{

    position:relative;
    z-index:1;

}

.service-detail-grid{

    display:grid;
    grid-template-columns:1fr 1fr;
    gap:60px;
    align-items:center;

}

.service-detail-media{

    position:relative;
    border-radius:22px;
    overflow:hidden;
    border:1px solid rgba(212,175,55,.22);
    box-shadow:0 18px 44px rgba(0,0,0,.4);

}

/* soft gold ring sitting behind the media frame, studio-spotlight style */
.service-detail-grid{

    position:relative;

}

.service-detail-grid::before{

    content:"";
    position:absolute;
    left:0;
    bottom:-30px;
    width:180px;
    height:180px;
    border-radius:50%;
    border:1px dashed rgba(212,175,55,.28);
    pointer-events:none;
    z-index:0;

}

.service-detail-media video,
.service-detail-media img{

    width:100%;
    display:block;
    object-fit:cover;
    aspect-ratio:4/5;

}

.service-detail-media .video-play-btn{

    left:50%;
    top:50%;

}

.service-detail-text .service-eyebrow{

    color:var(--gold);
    font-size:13px;
    font-weight:600;
    letter-spacing:3px;
    text-transform:uppercase;

}

.service-detail-text h2{

    font-family:'Cormorant Garamond',serif;
    font-size:38px;
    font-weight:700;
    color:#fff;
    margin:14px 0 20px;

}

.service-detail-text p{

    color:var(--grey);
    line-height:1.9;
    margin-bottom:18px;
    font-size: 17px;

}

.service-feature-list{

    list-style:none;
    margin:26px 0 32px;
    padding:0;
    display:grid;
    gap:14px;

}

.service-feature-list li{

    display:flex;
    align-items:flex-start;
    gap:12px;
    color:#f0f0f0;
    font-size:16px;

}

.service-feature-list i{

    color:var(--gold);
    font-size:18px;
    margin-top:2px;

}

/* ---- Gallery strip ---- */

.service-gallery-section{

    padding:60px 0 100px;
    position:relative;
    overflow:hidden;
    background:radial-gradient(circle at 50% 0%,rgba(212,175,55,.07),transparent 55%);

}

/* film-strip sprocket rail dividing the gallery from the rest of the page */
.service-gallery-section::before{

    content:"";
    position:absolute;
    left:0;
    right:0;
    top:0;
    height:14px;
    background:repeating-linear-gradient(90deg,
        rgba(212,175,55,.4) 0 8px,
        transparent 8px 26px);
    opacity:.5;
    pointer-events:none;

}

.service-gallery-section > .container{

    position:relative;
    z-index:1;

}

.service-gallery-row{

    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:24px;

}

.service-gallery-row img{

    width:100%;
    height:auto;
    aspect-ratio:4/3;
    object-fit:cover;
    border-radius:16px;
    border:1px solid rgba(212,175,55,.18);
    transition:transform .45s ease,border-color .35s ease;

}

.service-gallery-row img:hover{

    transform:translateY(-6px);
    border-color:rgba(212,175,55,.5);

}

/* ---- CTA banner ---- */

.service-cta-banner{

    padding:70px 0;
    text-align:center;
    position:relative;
    overflow:hidden;
    background:
        linear-gradient(180deg,rgba(212,175,55,.06),transparent),
        radial-gradient(circle at 50% 120%,rgba(212,175,55,.14),transparent 55%);
    border-top:1px solid rgba(212,175,55,.16);
    border-bottom:1px solid rgba(212,175,55,.16);

}

/* faint studio soundwave/waveform silhouette behind the CTA copy */
.service-cta-banner::before{

    content:"";
    position:absolute;
    left:50%;
    bottom:0;
    width:min(760px,92%);
    height:60px;
    transform:translateX(-50%);
    pointer-events:none;
    background-image:repeating-linear-gradient(90deg,
        rgba(212,175,55,.4) 0 3px,
        transparent 3px 14px);
    -webkit-mask-image:linear-gradient(0deg,#000,transparent),
        repeating-linear-gradient(90deg,#000 0 3px,transparent 3px 14px);
    -webkit-mask-composite:source-in;
    mask-image:linear-gradient(0deg,#000,transparent),
        repeating-linear-gradient(90deg,#000 0 3px,transparent 3px 14px);
    mask-composite:intersect;
    opacity:.5;

}

/* pulsing "recording" dot, top-right corner accent */
.service-cta-banner::after{

    content:"";
    position:absolute;
    top:22px;
    right:26px;
    width:10px;
    height:10px;
    border-radius:50%;
    background:var(--gold);
    box-shadow:0 0 0 0 rgba(212,175,55,.6);
    animation:ssRecPulse 2.4s ease-out infinite;
    pointer-events:none;

}

.service-cta-banner .container{

    position:relative;
    z-index:1;

}

@keyframes ssRecPulse{

    0%{ box-shadow:0 0 0 0 rgba(212,175,55,.55); }
    70%{ box-shadow:0 0 0 14px rgba(212,175,55,0); }
    100%{ box-shadow:0 0 0 0 rgba(212,175,55,0); }

}

@media(prefers-reduced-motion:reduce){

    .service-cta-banner::after{
        animation:none;
    }

}

.service-cta-banner h3{

    font-family:'Cormorant Garamond',serif;
    font-size:32px;
    color:#fff;
    margin-bottom:10px;

}

.service-cta-banner p{

    color:var(--grey);
    margin-bottom:26px;
    font-size: 18px;

}

/* ---- Other services strip ---- */

.other-services-section{

    padding:100px 0;
    position:relative;
    overflow:hidden;
    background:radial-gradient(circle at 90% 10%,rgba(212,175,55,.1),transparent 34%);

}

.other-services-section::before{

    content:"";
    position:absolute;
    inset:0;
    pointer-events:none;
    z-index:0;
    background-image:
        linear-gradient(rgba(212,175,55,.04) 1px,transparent 1px),
        linear-gradient(90deg,rgba(212,175,55,.04) 1px,transparent 1px);
    background-size:52px 52px;
    -webkit-mask-image:radial-gradient(circle at 80% 20%,#000,transparent 55%);
    mask-image:radial-gradient(circle at 80% 20%,#000,transparent 55%);

}

.other-services-section > .container{

    position:relative;
    z-index:1;

}

.other-services-grid{

    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:26px;
    margin-top:50px;

}

.other-service-card{

    display:block;
    position:relative;
    border-radius:18px;
    overflow:hidden;
    border:1px solid rgba(212,175,55,.2);
    text-decoration:none;
    aspect-ratio:16/10;

}

.other-service-card img{

    width:100%;
    height:100%;
    object-fit:cover;
    transition:transform .5s ease;

}

.other-service-card:hover img{

    transform:scale(1.08);

}

.other-service-card::after{

    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(180deg,rgba(0,0,0,.1) 30%,rgba(0,0,0,.85) 100%);

}

.other-service-label{

    position:absolute;
    left:20px;
    right:20px;
    bottom:18px;
    z-index:2;
    display:flex;
    align-items:center;
    justify-content:space-between;
    color:#fff;
    font-family:'Cormorant Garamond',serif;
    font-size:20px;
    font-weight:700;

}

.other-service-label i{

    color:var(--gold);
    transition:transform .3s ease;

}

.other-service-card:hover .other-service-label i{

    transform:translateX(6px);

}

/* ---- Video card "view details" link on the homepage showcase ---- */

.video-card-link{

    position:relative;
    overflow:hidden;
    text-align:center;
    color:#f0f0f0;
    font-family:'Cormorant Garamond',serif;
    font-size:17px;
    font-weight:700;
    letter-spacing:.4px;
    text-decoration:none;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:8px;
    margin:0 auto;
    padding:11px 24px;
    border:1px solid rgba(212,175,55,.4);
    border-radius:999px;
    background:rgba(212,175,55,.06);
    backdrop-filter:blur(6px);
    transition:color .3s ease,gap .3s ease,border-color .3s ease,
               background .3s ease,box-shadow .3s ease,transform .3s ease;

}

/* light sweep on hover */
.video-card-link::before{

    content:"";
    position:absolute;
    top:0;
    left:-60%;
    width:40%;
    height:100%;
    background:linear-gradient(115deg,transparent,rgba(255,255,255,.35),transparent);
    transform:skewX(-20deg);
    transition:left .6s ease;

}

.video-card-link:hover::before{

    left:130%;

}

.video-card-link i{

    position:relative;
    font-size:14px;
    color:var(--gold);
    transition:transform .3s ease,color .3s ease;

}

.video-card-link:hover{

    color:#111;
    gap:12px;
    border-color:transparent;
    background:linear-gradient(135deg,#f7d86d,#d4af37);
    box-shadow:0 14px 30px rgba(212,175,55,.35);
    transform:translateY(-3px);

}

.video-card-link:hover i{

    color:#111;
    transform:translateX(4px);

}

.video-card-link:focus-visible{

    outline:2px solid rgba(212,175,55,.8);
    outline-offset:3px;

}

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

@media(max-width:991px){

    .service-detail-grid{

        grid-template-columns:1fr;
        gap:40px;

    }

    .service-detail-grid::before{

        display:none;

    }

    .service-gallery-row,
    .other-services-grid{

        grid-template-columns:repeat(2,1fr);
        gap:18px;

    }

    .service-banner h1{

        font-size:40px;

    }

    .other-services-section,
    .service-cta-banner{

        padding:70px 0;

    }

}

@media(max-width:768px){

    .service-banner{

        padding:160px 0 90px;

    }

    .service-banner::before{

        opacity:.22;

    }

    .service-detail-section{

        padding:48px 0;

    }

    .service-detail-media video,
    .service-detail-media img{

        aspect-ratio:16/10;

    }

    .service-gallery-section{

        padding:48px 0 70px;

    }

    .service-gallery-row img{

        aspect-ratio:16/11;

    }

    .service-cta-banner h3{

        font-size:26px;

    }

    .service-cta-banner::before{

        height:40px;

    }

    .other-services-grid{

        margin-top:34px;

    }

}

@media(max-width:576px){

    .service-gallery-row,
    .other-services-grid{

        grid-template-columns:1fr;
        gap:16px;

    }

    .service-banner{

        padding:150px 0 80px;

    }

    .service-banner h1{

        font-size:32px;

    }

    .service-banner p{

        font-size:14px;

    }

    .service-banner::before{

        display:none;

    }

    .service-detail-media video,
    .service-detail-media img{

        aspect-ratio:4/3;

    }

    .service-detail-text h2{

        font-size:30px;

    }

    .service-gallery-row img{

        aspect-ratio:4/3;

    }

    .other-service-card{

        aspect-ratio:16/11;

    }

    .service-cta-banner h3{

        font-size:22px;

    }

    .service-cta-banner::before{

        height:30px;
        opacity:.35;

    }

    .other-services-section::before,
    .service-detail-section::before{

        background-size:32px 32px;

    }

}
