﻿/* ── Pink Radio · Shows Archive ── */

.page-template-archive-shows-php .dhrk-ajax-content,
.page-template-archive-shows-php .qw-content-wrapper { background: #0d0d0d; }

.page-template-archive-shows-php #qwFixedHeader::after {
    content: '';
    position: absolute; bottom: -2px; left: 0; right: 0; height: 2px;
    background: linear-gradient(90deg, #e8005a 0%, rgba(232,0,90,0.3) 50%, transparent 100%);
    z-index: 1; pointer-events: none;
}

.page-template-archive-shows-php .dhrk-ajax-content {
    --psh-pink:    #e8005a;
    --psh-pink-d:  rgba(232,0,90,0.13);
    --psh-bg:      #0d0d0d;
    --psh-s1:      #111111;
    --psh-s2:      #161616;
    --psh-border:  #1c1c1c;
    --psh-border2: #282828;
    --psh-muted:   #888;
    --psh-dim:     #444;
    -webkit-font-smoothing: antialiased;
}

.psh-masthead {
    position: relative; width: 100%; padding: 5.5rem 0 3.5rem;
    overflow: hidden;
    background: linear-gradient(115deg, rgba(112, 232, 0, 0.08) 0%, rgba(0, 232, 174, 0.02) 42%, transparent 66%);
    -webkit-font-smoothing: antialiased;
}
.psh-masthead::after {
    content: 'SHOWS'; position: absolute; right: 1%; top: 50%; transform: translateY(-65%);
    font-family: 'Bebas Neue', sans-serif; font-size: clamp(100px, 14vw, 195px);
    letter-spacing: 14px; color: transparent; -webkit-text-stroke: 1px rgba(255,255,255,0.045);
    line-height: 1; pointer-events: none; user-select: none; white-space: nowrap;
}
.psh-masthead__inner { max-width: 1180px; margin: 0 2.5rem auto; padding: 0 2rem; position: relative; z-index: 1; display: flex; align-items:flex-end;justify-content:space-between; gap: 2rem;}
.psh-masthead__left {flex:1;}
.psh-eyebrow { display:flex; align-items: center; gap: 8px; margin-bottom: 1.0rem; }
.psh-masthead__label {
    font-family: 'DM Sans', sans-serif;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--psh-pink);
}

.psh-masthead__dot { width: 3px; height: 3px; border-radius: 50%; background: var(--psh-dim); flex-shrink: 0; }
.psh-count { font-size: 11px; color: #ffffff; font-weight: 500; }
.psh-title,
.page-template-archive-shows-php .dhrk h1.psh-title {
    font-family: 'Bebas Neue', sans-serif; font-size: clamp(100px, 14vw, 195px);
    letter-spacing: 8px; line-height: 0.88; margin: 0 0 0.9rem;
    background: linear-gradient(95deg, #ffffff 30%, var(--psh-pink) 100%);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}

.psh-sub { font-family: 'DM Sans', sans-serif; font-size: 13px; color: var(--psh-muted); font-weight: 300; margin: 0; }

.psh-onair { display: flex; align-items: center; gap: 10px; padding: 12px 40px; flex-wrap: wrap; background: linear-gradient(90deg, rgba(232,0,90,0.12) 0%, rgba(232,0,90,0.05) 55%, transparent 100%); border-bottom: 1px solid rgba(232,0,90,0.22); font-family: 'DM Sans', sans-serif; }
.psh-onair__label { font-size: 9px; font-weight: 700; letter-spacing: 2.5px; text-transform: uppercase; color: var(--psh-pink); }
.psh-onair__sep   { color: #333; font-size: 12px; }
.psh-onair__show  { font-family: 'Bebas Neue', sans-serif; font-size: 17px; letter-spacing: 1px; color: #fff; }
.psh-onair__time  { font-size: 11px; color: var(--psh-muted); font-variant-numeric: tabular-nums; }
.psh-onair__link  { margin-left: auto; font-size: 9px; letter-spacing: 2px; text-transform: uppercase; color: var(--psh-pink); text-decoration: none; font-weight: 600; padding: 5px 14px; border: 1px solid rgba(232,0,90,0.35); transition: background 0.2s, color 0.2s; white-space: nowrap; }
.psh-onair__link:hover { background: var(--psh-pink); color: #fff; }

.psh-live-dot { width: 6px; height: 6px; background: var(--psh-pink); border-radius: 50%; flex-shrink: 0; animation: psh-blink 1.2s ease-in-out infinite; }
@keyframes psh-blink { 0%, 100% { opacity: 1; } 50% { opacity: 0.15; } }

.psh-filter-bar { display: flex; background: var(--psh-bg); border-bottom: 1px solid var(--psh-border); overflow-x: auto; scrollbar-width: none; padding: 0 40px; }
.psh-filter-bar::-webkit-scrollbar { display: none; }
.psh-tab { padding: 14px 20px; font-family: 'DM Sans', sans-serif; font-size: 10px; letter-spacing: 2.5px; text-transform: uppercase; color: var(--psh-dim); font-weight: 500; cursor: pointer; background: none; border: none; border-bottom: 2px solid transparent; margin-bottom: -1px; white-space: nowrap; transition: color 0.2s, border-color 0.2s; }
.psh-tab:hover:not(.active) { color: #777; }
.psh-tab.active { color: var(--psh-pink); border-bottom-color: var(--psh-pink); }

.psh-section { padding: 36px 40px 52px; background: radial-gradient(ellipse 55% 50% at 10% 30%, rgba(232,0,90,0.05) 0%, transparent 65%), radial-gradient(ellipse 35% 60% at 90% 70%, rgba(232,0,90,0.03) 0%, transparent 60%), #0d0d0d; }
.psh-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; max-width: 1180px; margin: 0 auto; }

.psh-card { display: flex; flex-direction: column; text-decoration: none; color: inherit; background: #111; border: 1px solid var(--psh-border); border-radius: 10px; overflow: hidden; transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s; }
.psh-card:hover { transform: translateY(-5px); text-decoration: none; color: inherit; box-shadow: 0 20px 50px rgba(0,0,0,0.55), 0 0 0 1px rgba(232,0,90,0.18); border-color: rgba(232,0,90,0.25); }
.psh-card--today { border-left: 3px solid var(--psh-pink); }
.psh-card--live  { border-color: rgba(232,0,90,0.4); box-shadow: 0 0 28px rgba(232,0,90,0.1); }
.psh-card--live:hover { box-shadow: 0 20px 50px rgba(0,0,0,0.55), 0 0 36px rgba(232,0,90,0.18); }

.psh-card__art { position: relative; aspect-ratio: 1 / 1; overflow: hidden; background: var(--psh-s2); flex-shrink: 0; }
.psh-card__art img { width: 100%; height: 100%; object-fit: cover; display: block; filter: grayscale(20%); transition: transform 0.45s ease, filter 0.3s; }
.psh-card:hover .psh-card__art img { transform: scale(1.06); filter: grayscale(0%); }
.psh-card__overlay { position: absolute; inset: 0; pointer-events: none; background: linear-gradient(180deg, transparent 45%, rgba(13,13,13,0.8) 100%); }
.psh-card__no-art { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; background: linear-gradient(135deg, #111 0%, #0a0a0a 100%); }
.psh-card__no-art svg { width: 52px; height: 52px; color: #252525; }

.psh-card__badge { position: absolute; top: 12px; left: 12px; z-index: 4; background: var(--psh-pink); color: #fff; font-family: 'DM Sans', sans-serif; font-size: 9px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; padding: 4px 10px; line-height: 1.6; border-radius: 3px; }
.psh-card__badge--tba { background: var(--psh-pink); color: #fff; border: 1px solid var(--psh-border2); }

.psh-card__live { position: absolute; top: 12px; right: 12px; z-index: 4; display: flex; align-items: center; gap: 5px; background: rgba(13,13,13,0.85); color: var(--psh-pink); font-family: 'DM Sans', sans-serif; font-size: 9px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; padding: 4px 10px; border: 1px solid var(--psh-pink); line-height: 1.6; border-radius: 3px; backdrop-filter: blur(4px); }

.psh-card__play { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%) scale(0.8); z-index: 3; width: 52px; height: 52px; border: 1.5px solid rgba(232,0,90,0.8); border-radius: 50%; display: flex; align-items: center; justify-content: center; background: rgba(232,0,90,0.15); opacity: 0; transition: opacity 0.3s, transform 0.3s; backdrop-filter: blur(4px); }
.psh-card__play svg { width: 18px; height: 18px; fill: #fff; margin-left: 3px; }
.psh-card:hover .psh-card__play { opacity: 1; transform: translate(-50%, -50%) scale(1); }

.psh-card__body { padding: 16px 18px 18px; border-top: 1px solid var(--psh-border); display: flex; flex-direction: column; flex: 1; }
.psh-card__genre { font-family: 'DM Sans', sans-serif; font-size: 9px; letter-spacing: 2.5px; text-transform: uppercase; color: var(--psh-pink); font-weight: 600; margin-bottom: 7px; }
.psh-card__name { font-family: 'Bebas Neue', sans-serif; font-size: 24px; color: #e0e0e0; letter-spacing: 1px; line-height: 1; margin-bottom: 12px; transition: color 0.2s; }
.psh-card:hover .psh-card__name { color: #fff; }
.psh-card__hosts { display: flex; align-items: center; gap: 5px; margin-bottom: 14px; flex-wrap: wrap; flex: 1; align-content: flex-start; }
.psh-avatar { width: 22px; height: 22px; border-radius: 50%; background: var(--psh-s2); border: 1px solid var(--psh-border2); display: inline-flex; align-items: center; justify-content: center; font-family: 'DM Sans', sans-serif; font-size: 8px; color: #666; font-weight: 700; text-transform: uppercase; flex-shrink: 0; }
.psh-hosts-label { font-family: 'DM Sans', sans-serif; font-size: 11px; color: var(--psh-dim); }
.psh-card__footer { display: flex; align-items: center; justify-content: space-between; border-top: 1px solid var(--psh-border); padding-top: 12px; gap: 8px; margin-top: auto; }
.psh-card__time { display: flex; align-items: center; gap: 5px; font-family: 'DM Sans', sans-serif; font-size: 11px; color: var(--psh-dim); font-variant-numeric: tabular-nums; }
.psh-card__time svg { width: 12px; height: 12px; flex-shrink: 0; color: var(--psh-dim); }
.psh-card__day { font-family: 'DM Sans', sans-serif; font-size: 10px; letter-spacing: 2px; text-transform: uppercase; color: #5f4a51; font-weight: 500; white-space: nowrap; }
.psh-card__day--today { color: var(--psh-pink); }

.psh-sched-section { background: #0a0a0a; border-top: 1px solid var(--psh-border); padding: 0 40px 72px; }
.psh-sched-header { display: flex; align-items: center; gap: 20px; padding: 40px 0 28px; max-width: 1180px; margin: 0 auto; }
.psh-sched-title { font-family: 'Bebas Neue', sans-serif; font-size: 18px; letter-spacing: 4px; color: #ababab; white-space: nowrap; }
.psh-sched-rule  { flex: 1; height: 1px; background: var(--psh-border); }
.psh-sched-table { width: 100%; max-width: 1180px; margin: 0 auto; border-collapse: collapse; }
.psh-sched-table tr { border-bottom: 1px solid #141414; transition: background 0.15s; }
.psh-sched-table tr:hover { background: rgba(255,255,255,0.02); }
.psh-sched-row--today { background: rgba(232,0,90,0.03); }
.psh-sched-table td { padding: 16px 0; vertical-align: middle; font-family: 'DM Sans', sans-serif; }
.psh-col-day { font-size: 10px; letter-spacing: 2.5px; text-transform: uppercase; color: var(--psh-dim); font-weight: 500; width: 110px; padding-right: 16px; }
.psh-sched-row--today .psh-col-day { color: var(--psh-pink); }
.psh-col-dot { width: 24px; padding-right: 20px; }
.psh-dot { width: 6px; height: 6px; border-radius: 50%; background: #232323; }
.psh-dot--on { background: var(--psh-pink); box-shadow: 0 0 8px rgba(232,0,90,0.6); animation: psh-blink 1.2s ease-in-out infinite; }
.psh-col-name { font-family: 'Bebas Neue', sans-serif; font-size: 18px; color: #888; letter-spacing: 0.5px; }
.psh-sched-row--today .psh-col-name { color: #ddd; }
.psh-col-host { font-size: 12px; color: var(--psh-dim); padding-left: 24px; width: 220px; }
.psh-col-time { font-size: 12px; color: var(--psh-pink); text-align: right; white-space: nowrap; padding-left: 16px; font-variant-numeric: tabular-nums; }

.psh-zones-section { background: #080808; border-top: 1px solid #161616; padding: 0 40px 64px; }
.psh-zones-header { display: flex; align-items: center; gap: 20px; padding: 40px 0 28px; max-width: 1180px; margin: 0 auto; }
.psh-zones-header__left { display: flex; flex-direction: column; gap: 3px; flex-shrink: 0; }
.psh-zones-title { font-family: 'Bebas Neue', sans-serif; font-size: 18px; letter-spacing: 4px; color: #ababab; line-height: 1; }
.psh-zones-sub   { font-family: 'DM Sans', sans-serif; font-size: 13px; color: #585858; letter-spacing: 0.3px; white-space: nowrap; }
.psh-zones-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 1px; background: #141414; border: 1px solid #141414; max-width: 1180px; margin: 0 auto; }
.psh-zone-card { display: flex; align-items: center; gap: 14px; padding: 14px 16px; background: #080808; text-decoration: none; color: inherit; transition: background 0.2s; }
.psh-zone-card:hover { background: #0f0f0f; text-decoration: none; color: inherit; }
.psh-zone-card__thumb { width: 46px; height: 46px; border-radius: 5px; overflow: hidden; flex-shrink: 0; background: #111; border: 1px solid #1a1a1a; }
.psh-zone-card__thumb img { width: 100%; height: 100%; object-fit: cover; display: block; filter: grayscale(35%); }
.psh-zone-card__no-art { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; }
.psh-zone-card__no-art svg { width: 20px; height: 20px; color: #222; }
.psh-zone-card__info { min-width: 0; }
.psh-zone-card__name { font-family: 'DM Sans', sans-serif; font-size: 14px; font-weight: 500; color: #555; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; line-height: 1.3; transition: color 0.2s; }
.psh-zone-card:hover .psh-zone-card__name { color: #888; }
.psh-zone-card__time { font-family: 'DM Sans', sans-serif; font-size: 12px; color: #2e2e2e; margin-top: 3px; font-variant-numeric: tabular-nums; }

@media (max-width: 1080px) { .psh-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 720px)  { .psh-grid { grid-template-columns: repeat(2, 1fr); gap: 14px; } }
@media (max-width: 440px)  { .psh-grid { grid-template-columns: 1fr; } }

@media (max-width: 768px) {
    .psh-masthead { padding: 4rem 0 2.5rem; }
    .psh-masthead__inner { padding: 0 1.5rem; }
    .psh-filter-bar, .psh-onair { padding-left: 24px; padding-right: 24px; }
    .psh-section { padding: 24px 24px 40px; }
    .psh-sched-section, .psh-zones-section { padding-left: 24px; padding-right: 24px; }
    .psh-sched-section { padding-bottom: 48px; }
    .psh-zones-section { padding-bottom: 48px; }
    .psh-col-host, .psh-onair__link { display: none; }
}

@media (max-width: 520px) {
    .psh-masthead { padding: 3rem 0 0; }
    .psh-masthead::after { font-size: 90px; }
    .psh-masthead__inner { padding: 0 1rem 2rem; }
    .psh-filter-bar, .psh-onair { padding-left: 16px; padding-right: 16px; }
    .psh-section { padding: 20px 16px 32px; }
    .psh-sched-section, .psh-zones-section { padding-left: 16px; padding-right: 16px; }
    .psh-card__name { font-size: 21px; }
    .psh-zones-grid { grid-template-columns: 1fr; }
}
@media only screen and (min-width: 993px) {
    .dhrk h1.psh-title,
    .page-template-archive-shows-php .dhrk h1.psh-title {
        font-size: clamp(100px, 14vw, 195px);
    }
}