/* PERFORMING: cine / teatro */
.ct-family-performing{--ct-accent:#8f6cff;--ct-accent-rgb:143,108,255}
.ct-performing-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:18px}
.ct-performing-card{position:relative;display:block;aspect-ratio:3/4;border-radius:20px;overflow:hidden;background:#09090c;color:#fff;text-decoration:none}
.ct-performing-card img{width:100%;height:100%;object-fit:cover;object-position:top;filter:grayscale(.45) contrast(1.05);transition:.45s}
.ct-performing-card:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(4,4,8,.95),transparent 65%)}
.ct-performing-card:hover img{filter:grayscale(0);transform:scale(1.045)}
.ct-performing-card-content{position:absolute;z-index:2;left:0;right:0;bottom:0;padding:22px}
.ct-performing-card-content span{font-size:.69rem;text-transform:uppercase;letter-spacing:.15em;color:#bba9ff;font-weight:900}
.ct-performing-card-content h3{margin:7px 0 4px;font-family:Georgia,serif;font-size:1.55rem;font-weight:500}
.ct-performing-card-content p{margin:0;color:rgba(255,255,255,.64);font-size:.8rem}
.ct-family-performing .ct-profile-hero:before{background:linear-gradient(90deg,rgba(4,4,9,.93),rgba(4,4,9,.18) 65%),linear-gradient(0deg,rgba(4,4,9,.94),transparent 50%)}
.ct-performing-profile .ct-role-panel{padding:28px;border-left:3px solid var(--ct-accent);background:var(--ct-surface);box-shadow:var(--ct-shadow)}
.ct-performing-profile .ct-role-panel strong{display:block;font-size:1.4rem}.ct-performing-profile .ct-role-panel span{color:var(--ct-muted)}
