.performance-cinema{
    position:relative;
    min-height:100vh;
    display:grid;
    grid-template-columns:.95fr 1.05fr;
    background:#050505;
    color:#F7F2EA;
    overflow:hidden;
}

.performance-cinema-copy{
    position:relative;
    z-index:10;
    min-height:100vh;
    display:flex;
    flex-direction:column;
    justify-content:center;
    padding:120px 5vw;
}

.performance-eyebrow{
    color:#C7A45D;
    text-transform:uppercase;
    letter-spacing:.34em;
    font-size:11px;
    margin-bottom:30px;
}

.performance-cinema h2{
    font-family:"Cormorant Garamond",Georgia,serif;
    font-weight:400;
    font-size:clamp(54px,7vw,118px);
    line-height:.86;
    letter-spacing:-.055em;
    margin:0;
}

.performance-line{
    width:92px;
    height:1px;
    background:#C7A45D;
    margin:42px 0;
}

.performance-intro{
    max-width:620px;
    color:rgba(247,242,234,.72);
    font-size:19px;
    line-height:1.9;
    margin:0;
}

.performance-tags{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
    margin-top:38px;
    max-width:680px;
}

.performance-tags span{
    min-height:38px;
    display:inline-flex;
    align-items:center;
    border:1px solid rgba(247,242,234,.16);
    border-radius:999px;
    padding:0 16px;
    color:rgba(247,242,234,.72);
    background:rgba(247,242,234,.045);
    backdrop-filter:blur(12px);
    font-size:13px;
}

.performance-cinema-media{
    position:relative;
    min-height:100vh;
    overflow:hidden;
    background:#111;
}

.performance-slide{
    position:absolute;
    inset:0;
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:center center;
    opacity:0;
    transform:scale(1);
    will-change:opacity,transform;
}

.performance-slide.active{
    opacity:1;
}

.performance-cinema-media::after{
    content:"";
    position:absolute;
    inset:0;
    z-index:3;
    pointer-events:none;
    background:
        linear-gradient(to left, rgba(5,5,5,.06), rgba(5,5,5,.44) 70%, rgba(5,5,5,.86)),
        linear-gradient(to top, #050505 0%, rgba(5,5,5,0) 42%);
}

@media(max-width:900px){
    .performance-cinema{
        grid-template-columns:1fr;
    }

    .performance-cinema-copy{
        min-height:auto;
        padding:82px 22px 54px;
    }

    .performance-cinema-media{
        min-height:62vh;
        order:-1;
    }

    .performance-cinema h2{
        font-size:50px;
    }
}


/************************************************
 PERFORMANCE DOMAINS
************************************************/

.performance-domains{

margin-top:55px;

display:flex;

flex-direction:column;

gap:22px;

max-width:520px;

}


.performance-domain{

position:relative;

padding-left:34px;

font-size:13px;

letter-spacing:.28em;

text-transform:uppercase;

font-weight:600;

color:rgba(247,242,234,.88);

transition:.45s;

}


.performance-domain::before{

content:"";

position:absolute;

left:0;

top:50%;

width:18px;

height:1px;

background:#C7A45D;

transform:translateY(-50%);

transition:.45s;

}


.performance-domain:hover{

padding-left:42px;

color:#ffffff;

letter-spacing:.34em;

}


.performance-domain:hover::before{

width:28px;

background:#e5c98d;

}


@media(max-width:900px){

.performance-domains{

margin-top:40px;

gap:18px;

}

.performance-domain{

font-size:12px;

letter-spacing:.20em;

}

}


/* ===== PERFORMANCE EDITORIAL NAVIGATION ===== */
.performance-domains,
.performance-tags{
    display:none !important;
}

.performance-editorial-nav{
    margin-top:54px;
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    gap:18px;
    max-width:620px;
}

.performance-editorial-item{
    position:relative;
    display:grid;
    grid-template-columns:auto 76px;
    align-items:center;
    column-gap:22px;
    text-decoration:none;
    color:rgba(247,242,234,.84);
    text-transform:uppercase;
    letter-spacing:.26em;
    font-size:13px;
    font-weight:650;
    line-height:1.2;
}

.performance-editorial-item span{
    display:block;
}

.performance-editorial-item i{
    display:block;
    width:34px;
    height:1px;
    background:rgba(199,164,93,.58);
    transform-origin:left center;
}

.performance-editorial-item:hover{
    color:#fff;
}

.performance-editorial-item:hover i{
    width:66px;
    background:#E6D4A5;
}

@media(max-width:900px){
    .performance-editorial-nav{
        margin-top:38px;
        gap:15px;
    }

    .performance-editorial-item{
        grid-template-columns:auto 46px;
        column-gap:14px;
        font-size:11px;
        letter-spacing:.18em;
    }

    .performance-editorial-item i{
        width:24px;
    }
}
