/* =========================================================
   STIGMA — SHOW PAGES WITH RIGHT SIDEBAR
========================================================= */

.stigma-show-page{
    width:min(1460px,92%);
    margin:54px auto 76px;
    font-family:'Montserrat',sans-serif;
}

.stigma-show-layout{
    display:grid;
    grid-template-columns:minmax(0,1fr) 320px;
    gap:46px;
    align-items:start;
}

.stigma-show-primary{
    min-width:0;
}

.stigma-show-hero{
    display:grid;
    grid-template-columns:minmax(260px,380px) minmax(0,1fr);
    gap:42px;
    align-items:start;
}

.stigma-show-photo img,
.stigma-show-photo-placeholder{
    width:100%;
    aspect-ratio:1 / 1;
    object-fit:cover;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:24px;
    background:#111110;
    color:#f07c00;
    font-weight:900;
    letter-spacing:.12em;
}

.stigma-show-kicker{
    display:inline-flex;
    align-items:center;
    gap:9px;
    color:#f07c00;
    font-size:13px;
    font-weight:900;
    text-transform:uppercase;
    letter-spacing:.12em;
    margin-bottom:14px;
}

.stigma-show-kicker::before{
    content:'';
    display:block;
    width:4px;
    height:18px;
    background:#f07c00;
    border-radius:999px;
}

.stigma-show-main h1{
    margin:0 0 14px;
    font-size:clamp(38px,5vw,62px);
    line-height:.96;
    letter-spacing:-.04em;
    color:#111110;
}

.stigma-show-host{
    font-size:20px;
    font-weight:800;
    color:#111110;
    margin-bottom:8px;
}

.stigma-show-schedule{
    display:inline-flex;
    color:#f07c00;
    font-size:14px;
    font-weight:900;
    margin-bottom:28px;
}

.stigma-show-text{
    max-width:760px;
    font-size:17px;
    line-height:1.85;
    color:#2a2927;
}

.stigma-show-text p{
    margin:0 0 18px;
}

.stigma-show-socials{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
    margin-top:26px;
}

.stigma-show-socials a{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:10px 16px;
    border-radius:999px;
    background:#111110;
    color:#fff;
    text-decoration:none;
    font-size:13px;
    font-weight:800;
}

.stigma-show-socials a:hover{
    background:#f07c00;
    color:#fff;
}

.stigma-show-podcasts{
    margin-top:48px;
}

.stigma-show-section-title{
    display:flex;
    align-items:center;
    gap:13px;
    margin-bottom:16px;
    border-bottom:2px solid #f07c00;
    padding-bottom:12px;
}

.stigma-show-section-title span{
    width:4px;
    height:22px;
    border-radius:999px;
    background:#f07c00;
}

.stigma-show-section-title h2{
    margin:0;
    font-size:22px;
    line-height:1;
    font-weight:900;
    text-transform:uppercase;
    letter-spacing:.04em;
    color:#111110;
}

.stigma-show-soundcloud{
    width:100%;
    max-width:100%;
    display:block;
}

.stigma-show-soundcloud iframe{
    display:block !important;
    width:100% !important;
    max-width:100% !important;
    min-height:300px;
    border:0 !important;
}

/* RIGHT SIDEBAR */

.stigma-show-sidebar{
    position:sticky;
    top:92px;
    display:flex;
    flex-direction:column;
    gap:18px;
}

.stigma-show-side-card{
    background:#fff;
    border:1px solid rgba(0,0,0,.10);
    border-radius:16px;
    padding:22px;
    box-shadow:0 10px 28px rgba(0,0,0,.045);
}

.stigma-show-side-head{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:12px;
    border-bottom:1px solid rgba(0,0,0,.10);
    padding-bottom:13px;
    margin-bottom:18px;
}

.stigma-show-side-head h3{
    margin:0;
    color:#f07c00;
    font-size:17px;
    line-height:1;
    text-transform:uppercase;
    letter-spacing:.04em;
    font-weight:900;
}

.stigma-show-live-badge{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    background:#e60000;
    color:#fff;
    border-radius:6px;
    padding:5px 8px;
    font-size:11px;
    font-weight:900;
}

.stigma-show-onair-body{
    display:flex;
    align-items:center;
    gap:14px;
    margin-bottom:18px;
}

.stigma-show-mic{
    width:44px;
    height:44px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    background:#f5f3ef;
    font-size:24px;
}

.stigma-show-onair-body strong{
    display:block;
    font-size:20px;
    line-height:1.2;
    color:#111110;
}

.stigma-show-onair-body span{
    display:block;
    margin-top:5px;
    color:#f07c00;
    text-transform:uppercase;
    font-size:12px;
    font-weight:900;
}

.stigma-show-audio{
    width:100%;
    margin:0 0 14px;
}

.stigma-show-live-btn{
    display:flex;
    align-items:center;
    justify-content:center;
    width:100%;
    min-height:48px;
    border-radius:9px;
    background:#f07c00;
    color:#fff !important;
    text-decoration:none !important;
    font-weight:900;
    text-transform:uppercase;
    letter-spacing:.03em;
}

.stigma-show-live-btn:hover{
    background:#111110;
}

.stigma-show-contact-list{
    display:flex;
    flex-direction:column;
    gap:12px;
    font-size:15px;
    line-height:1.45;
}

.stigma-show-contact-list a,
.stigma-show-contact-list span{
    color:#222;
    text-decoration:none;
}

.stigma-show-contact-list a:hover{
    color:#f07c00;
}

.stigma-show-side-socials{
    display:flex;
    flex-wrap:wrap;
    gap:12px;
}

.stigma-show-side-socials a{
    width:42px;
    height:42px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    background:#f07c00;
    color:#fff !important;
    text-decoration:none !important;
    font-size:18px;
    font-weight:900;
}

.stigma-show-side-socials a:hover{
    background:#111110;
}

@media(max-width:1100px){

    .stigma-show-layout{
        grid-template-columns:1fr;
    }

    .stigma-show-sidebar{
        position:static;
        display:grid;
        grid-template-columns:repeat(3,minmax(0,1fr));
        gap:16px;
    }
}

@media(max-width:900px){

    .stigma-show-page{
        width:min(100% - 30px,680px);
        margin-top:34px;
    }

    .stigma-show-hero{
        grid-template-columns:1fr;
        gap:28px;
    }

    .stigma-show-photo{
        max-width:420px;
    }

    .stigma-show-main h1{
        font-size:40px;
    }

    .stigma-show-text{
        font-size:16px;
        line-height:1.75;
    }

    .stigma-show-sidebar{
        grid-template-columns:1fr;
    }
}
