/* ============================================================
   PIRATEN STREAM TWENTE — CSS
   ============================================================ */

:root {
    --yellow:      #ffd100;
    --yellow-dark: #f3b600;
    --black:       #0d0d0d;
    --soft:        #f7f7f5;
    --text:        #111;
    --muted:       #555;
    --shadow:      0 8px 32px rgba(0,0,0,.08);
}

*, *::before, *::after { box-sizing: border-box; }

html { overflow-x: hidden; background: #fff; color-scheme: light only; }

main { background: #fff; padding-bottom: 32px; }

body > *:first-child:not(header):not(.site-header) { background: transparent; }

body {
    margin: 0 auto;
    max-width: 1200px;
    background: #fff;
    color: var(--text);
    font-family: Montserrat, Arial, sans-serif;
    line-height: 1.55;
    overflow-x: hidden;
    box-shadow: 0 0 40px rgba(0,0,0,.15);
}

.hero-wrap {
    overflow: hidden;
    position: relative;
    width: 100%;
    max-width: none;
}

a { text-decoration: none; color: inherit; }

/* ============================================================
   HEADER
   ============================================================ */
.site-header {
    height: 112px;
    display: flex;
    align-items: center;
    gap: 34px;
    padding: 0 44px 0 316px;
    background: #fff !important;
    box-shadow: 0 1px 0 rgba(0,0,0,.08);
    position: sticky;
    top: 0;
    z-index: 50;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    overflow: visible;
}

.site-logo {
    position: absolute;
    left: 16px;
    top: 0;
    width: 270px;
    height: 168px;
    background: #050505;
    border-radius: 0 0 28px 28px;
    box-shadow: 0 12px 28px rgba(0,0,0,.18);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 5;
    overflow: hidden;
    padding: 12px;
    transition: transform .2s, box-shadow .2s;
}

.site-logo:hover { transform: scale(1.015); }

.site-logo img {
    width: 230px;
    height: auto;
    display: block;
}

.main-nav { margin-left: auto; }

.menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 48px;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: .5px;
}

.menu a { position: relative; }

.menu a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -12px;
    width: 0;
    height: 3px;
    background: var(--yellow);
    transition: width .2s;
}

.menu a:hover::after,
.menu li.current-menu-item a::after,
.menu li.current_page_item a::after,
.menu li.current-menu-ancestor a::after,
.menu li.pst-actief a::after { width: 100%; }

.top-live-btn {
    white-space: nowrap;
    background: var(--yellow);
    border-radius: 10px;
    padding: 12px 22px;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-width: 160px;
    transition: background .2s, transform .15s;
}

.top-live-btn:hover {
    background: var(--yellow-dark);
    transform: translateY(-1px);
}

.top-live-btn span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #111;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    flex-shrink: 0;
    padding-left: 2px;
}

/* ============================================================
   HERO
   ============================================================ */
.hero {
    position: relative;
    min-height: 640px;
    padding: 80px 58px 80px;
    display: grid;
    grid-template-columns: minmax(420px, 520px) 1fr;
    overflow: hidden;
    background: #fff;
    max-width: 1360px;
    width: 100%;
    margin: 0 auto;
}

.hero-copy {
    max-width: 520px;
    position: relative;
    z-index: 2;
}

.hero-image {
    position: absolute;
    inset: 0 0 0 0;
    background: url('../img/piratenzender-header.jpg') 100% 0% / 120% no-repeat !important;
    z-index: 0;
}

.hero-image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg,
        rgba(255,255,255,1) 0%,
        rgba(255,255,255,.95) 8%,
        rgba(255,255,255,.7) 25%,
        rgba(255,255,255,.2) 50%,
        rgba(255,255,255,.0) 65%
    );
}

.hero h1 {
    font-family: Oswald, Impact, sans-serif;
    font-weight: 700;
    font-size: clamp(42px, 4vw, 58px);
    line-height: 1.0;
    letter-spacing: -1px;
    margin: 0;
    text-transform: uppercase;
    display: inline-block;
}

.hero h1 span { display: block; color: #111; }

.hero h1 strong {
    display: block;
    color: var(--yellow);
    font-size: 2.2em;
    line-height: .85;
    letter-spacing: 10px;
    margin-top: 4px;
}

/* Gele streep — volgt de inline-block breedte van h1 (= breedste tekstregel) */
.hero h1::after {
    content: "";
    display: block;
    width: 100%;
    height: 7px;
    background: var(--yellow);
    border-radius: 4px;
    margin-top: 22px;
    margin-bottom: 28px;
}

.hero p {
    font-size: 17px;
    max-width: 460px;
    margin: 0 0 30px;
    line-height: 1.6;
    color: #222;
}

.hero-btn {
    background: var(--yellow);
    border-radius: 10px;
    padding: 14px 28px;
    font-weight: 900;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    font-size: 16px;
    min-width: 210px;
    transition: background .2s, transform .15s;
}

.hero-btn:hover {
    background: var(--yellow-dark);
    transform: translateY(-2px);
}

.hero-btn span,
.listen-block a span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #111;
    border-radius: 50%;
    flex-shrink: 0;
}

.hero-btn span { width: 30px; height: 30px; }
.listen-block a span { width: 26px; height: 26px; }

/* Stop knop: geen padding-left offset */
.hero-btn.pst-stopping span,
.listen-block a.pst-stopping span,
.top-live-btn.pst-stopping span { padding-left: 0; }
.hero-btn b { font-size: 22px; line-height: 0; }

/* Gele swipe onderaan hero */
.yellow-swipe {
    position: absolute;
    left: -5%;
    right: -5%;
    bottom: -20px;
    height: 140px;
    background: var(--yellow);
    border-radius: 48% 52% 0 0 / 100% 100% 0 0;
    transform: rotate(3deg);
    z-index: 1;
}

.yellow-swipe::after {
    content: "";
    position: absolute;
    inset: 24px -20px auto;
    height: 120px;
    background: #fff;
    border-radius: 50% 50% 0 0 / 100% 100% 0 0;
}

/* ============================================================
   QUICK CARDS
   ============================================================ */
.quick-cards {
    max-width: 1120px;
    margin: -80px auto 24px;
    padding: 0 24px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    position: relative;
    z-index: 2;
}

.quick-card {
    background: #fff;
    border-radius: 16px;
    padding: 32px 24px 28px;
    text-align: center;
    box-shadow: 0 4px 20px rgba(0,0,0,.10), 0 1px 4px rgba(0,0,0,.06);
    border: 1px solid rgba(0,0,0,.06);
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: transform .2s, box-shadow .2s;
}

.quick-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 40px rgba(0,0,0,.14), 0 4px 8px rgba(0,0,0,.08);
}

.quick-card .icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: var(--yellow);
    display: grid;
    place-items: center;
    margin: 0 auto 18px;
    font-size: 38px;
    color: #111;
}

.quick-card h2 {
    font-family: Oswald, Impact, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .5px;
    font-size: 26px;
    line-height: 1.1;
    margin: 0 0 10px;
}

.quick-card h2::after {
    content: "";
    display: block;
    margin: 10px auto 0;
    width: 50px;
    height: 3px;
    background: var(--yellow);
    border-radius: 4px;
}

.quick-card p {
    font-size: 15px;
    margin: 14px auto 0;
    max-width: 240px;
    color: var(--muted);
    line-height: 1.6;
    flex: 1;
}

.quick-card a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: 2px solid var(--yellow-dark);
    border-radius: 8px;
    padding: 11px 28px;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 14px;
    margin-top: 20px;
    transition: background .2s, color .2s, border-color .2s, transform .15s;
}

.quick-card a:hover {
    background: var(--yellow);
    border-color: var(--yellow);
    color: #111;
    transform: translateY(-2px);
}

.quick-card b { font-size: 20px; }

/* ============================================================
   NOW PLAYING
   ============================================================ */
.now-playing {
    max-width: 1120px;
    margin: 0 auto 20px;
    padding: 22px 28px;
    background: #101010;
    color: #fff;
    border-radius: 16px;
    box-shadow: var(--shadow);
    display: grid;
    grid-template-columns: 1.1fr 1.25fr .9fr;
    gap: 30px;
    align-items: center;
}

.now-playing > div:not(:last-child) {
    border-right: 1px solid rgba(255,255,255,.35);
}

.dj-block,
.track-block { display: flex; align-items: flex-start; gap: 18px; }

.dj-avatar {
    width: 90px;
    height: 90px;
    border: 3px solid var(--yellow);
    border-radius: 50%;
    display: grid;
    place-items: center;
    font-size: 40px;
    background: radial-gradient(circle, #333, #111);
    overflow: hidden;
    flex-shrink: 0;
    color: var(--yellow);
}

.dj-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.now-playing span {
    display: block;
    color: var(--yellow);
    text-transform: uppercase;
    font-weight: 900;
    font-size: 12px;
    letter-spacing: 1px;
    margin-bottom: 4px;
}

.now-playing strong {
    display: block;
    font-family: Oswald, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 22px;
    line-height: 1.1;
}

.now-playing em { font-style: italic; font-weight: 400; font-size: 15px; color: rgba(255,255,255,.7); }

.dj-block em {
    display: inline-block;
    background: var(--yellow);
    color: #111;
    border-radius: 6px;
    margin-top: 8px;
    padding: 4px 12px;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 12px;
    font-style: normal;
    letter-spacing: .5px;
}

.note { font-size: 48px; color: var(--yellow); flex-shrink: 0; }

.fake-progress {
    width: 100%;
    height: 5px;
    background: rgba(255,255,255,.2);
    border-radius: 8px;
    margin-top: 10px;
    overflow: hidden;
}

.fake-progress i {
    display: block;
    width: 58%;
    height: 100%;
    background: var(--yellow);
    border-radius: 8px;
}

.listen-block { text-align: center; padding-left: 10px; }

.bars {
    height: 36px;
    display: flex;
    gap: 4px;
    align-items: end;
    justify-content: center;
    margin: 4px 0 12px;
}

@keyframes bar1 { 0%,100%{height:14px} 50%{height:34px} }
@keyframes bar2 { 0%,100%{height:26px} 50%{height:10px} }
@keyframes bar3 { 0%,100%{height:20px} 50%{height:38px} }
@keyframes bar4 { 0%,100%{height:34px} 50%{height:12px} }
@keyframes bar5 { 0%,100%{height:18px} 50%{height:32px} }
@keyframes bar6 { 0%,100%{height:28px} 50%{height:8px} }
@keyframes bar7 { 0%,100%{height:22px} 50%{height:36px} }

.bars i { width: 7px; background: var(--yellow); border-radius: 3px; }
.bars i:nth-child(1) { animation: bar1 .8s ease-in-out infinite; }
.bars i:nth-child(2) { animation: bar2 .9s ease-in-out infinite .1s; }
.bars i:nth-child(3) { animation: bar3 .7s ease-in-out infinite .2s; }
.bars i:nth-child(4) { animation: bar4 1s ease-in-out infinite .05s; }
.bars i:nth-child(5) { animation: bar5 .85s ease-in-out infinite .15s; }
.bars i:nth-child(6) { animation: bar6 .75s ease-in-out infinite .25s; }
.bars i:nth-child(7) { animation: bar7 .95s ease-in-out infinite .1s; }

.listen-block a {
    background: var(--yellow);
    color: #111;
    border-radius: 10px;
    padding: 10px 22px;
    font-weight: 900;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 14px;
    min-width: 180px;
    transition: background .2s, transform .15s;
}

.listen-block a:hover {
    background: var(--yellow-dark);
    transform: translateY(-3px);
}

/* ============================================================
   STATION STRIP
   ============================================================ */
.station-strip {
    max-width: 1120px;
    margin: 0 auto 0;
    background: #fff;
    border: 1px solid rgba(0,0,0,.08);
    border-radius: 14px;
    box-shadow: var(--shadow);
    padding: 28px 36px;
    display: flex;
    gap: 28px;
    align-items: center;
}

.radio-icon {
    width: 90px;
    height: 90px;
    object-fit: contain;
    flex-shrink: 0;
}

.station-strip strong {
    font-family: Oswald, Impact, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 24px;
    display: block;
}

.station-strip p { margin: 6px 0 0; font-size: 16px; color: var(--muted); }

.station-apps {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-left: auto;
    flex-shrink: 0;
}

.app-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #111;
    color: #fff !important;
    border-radius: 8px;
    padding: 9px 16px;
    font-weight: 700;
    font-size: 13px;
    transition: background .2s, transform .15s;
    white-space: nowrap;
}

.app-btn:hover {
    background: #333;
    transform: translateY(-2px);
}

.app-btn i { font-size: 16px; }

/* ============================================================
   FOOTER
   ============================================================ */
.site-footer {
    background: #0d0d0d;
    color: #fff;
    padding: 32px 7vw 0;
    position: relative;
    margin-top: 0;
    transition: padding-bottom .35s cubic-bezier(.4,0,.2,1);
}

body.pst-player-active .site-footer {
    padding-bottom: 74px;
}

.site-footer::before {
    content: "";
    position: absolute;
    left: -100vw;
    right: -100vw;
    top: -80px;
    height: 100px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 100' preserveAspectRatio='none'%3E%3Cpath d='M0,60 C80,100 200,20 350,70 C500,100 600,30 750,65 C900,95 1000,20 1100,55 C1150,70 1180,60 1200,55 L1200,100 L0,100 Z' fill='%23ffd100'/%3E%3C/svg%3E") center / cover no-repeat;
    z-index: 1;
}

.footer-inner {
    display: grid;
    grid-template-columns: 200px 1fr 200px;
    gap: 30px;
    align-items: center;
    max-width: 1120px;
    margin: auto;
    padding-bottom: 24px;
    text-align: center;
}

.footer-inner img { width: 170px; }

.footer-slogan {
    font-family: 'Kaushan Script', cursive;
    font-size: 24px;
    font-weight: 400;
    font-style: normal;
    text-align: center;
    line-height: 1.6;
    margin: 0;
    transform: rotate(-1.5deg);
    display: inline-block;
}

.footer-slogan::after {
    content: "";
    display: block;
    width: 250px;
    height: 41px;
    background: url('https://piratentwente.com/staging/wp-content/uploads/2026/05/krijtstreep_geel.png') center / contain no-repeat;
    margin: 6px auto 0;
}

.footer-socials-block {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 10px;
}

.footer-socials-block .volg-ons {
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: var(--yellow);
}

.socials { display: flex; gap: 12px; justify-content: flex-end; }

.socials a {
    width: 40px;
    height: 40px;
    border: 2px solid var(--yellow);
    border-radius: 50%;
    display: grid;
    place-items: center;
    color: var(--yellow);
    font-weight: 900;
    font-size: 16px;
    transition: background .2s, color .2s;
}

.socials a:hover {
    background: var(--yellow);
    color: #111;
}

.footer-bottom {
    max-width: 1120px;
    margin: 0 auto;
    padding: 14px 0 18px;
    border-top: 1px solid rgba(255,255,255,.1);
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 13px;
    color: rgba(255,255,255,.45);
}

.footer-bottom a {
    color: rgba(255,255,255,.45);
    transition: color .2s;
    margin: 0 6px;
}

.footer-bottom a:hover { color: var(--yellow); }

.footer-licenses {
    display: flex;
    gap: 20px;
    font-size: 12px;
    color: rgba(255,255,255,.35);
}

/* ============================================================
   PAGE CONTENT
   ============================================================ */
.page-wrap {
    max-width: 1120px;
    margin: 50px auto;
    padding: 0 24px;
    display: grid;
    grid-template-columns: 1fr 300px;
    gap: 32px;
    align-items: start;
}

.page-content { min-width: 0; }

.content-card {
    background: #fff;
    border-radius: 16px;
    box-shadow: var(--shadow);
    padding: 32px;
}

.content-card h1 {
    font-family: Oswald, Impact, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 32px;
    margin: 0 0 24px;
}

/* --- Dag filter knoppen --- */
.pst-dag-filter {
    display: flex;
    gap: 8px;
    margin-bottom: 20px;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 4px;
    -webkit-overflow-scrolling: touch;
}

.pst-dag-btn {
    padding: 8px 16px;
    border-radius: 8px;
    font-weight: 700;
    font-size: 13px;
    text-transform: uppercase;
    border: 2px solid rgba(0,0,0,.15);
    background: #fff;
    color: #111;
    text-decoration: none;
    white-space: nowrap;
    flex-shrink: 0;
    transition: background .2s, border-color .2s, box-shadow .2s;
}

.pst-dag-btn:hover {
    background: rgba(255,209,0,.15);
    border-color: var(--yellow);
    box-shadow: 0 4px 12px rgba(255,209,0,.35);
}

.pst-dag-btn.actief {
    background: var(--yellow);
    border-color: var(--yellow);
    color: #111;
}

.pst-dag-btn.actief:hover {
    background: #f3c000;
    box-shadow: 0 4px 12px rgba(255,209,0,.45);
}

/* --- Sidebar --- */
.page-sidebar { position: sticky; top: 130px; }

.sidebar-now-playing {
    background: #101010;
    color: #fff;
    border-radius: 16px;
    padding: 22px;
    box-shadow: var(--shadow);
}

.sidebar-now-playing .dj-block,
.sidebar-now-playing .track-block {
    display: flex;
    align-items: center;
    gap: 16px;
}

.sidebar-now-playing .dj-avatar {
    width: 48px;
    height: 48px;
    border: 2px solid var(--yellow);
    border-radius: 50%;
    display: grid;
    place-items: center;
    font-size: 20px;
    background: radial-gradient(circle, #333, #111);
    flex-shrink: 0;
    color: var(--yellow);
}

.sidebar-now-playing span {
    display: block;
    color: var(--yellow);
    text-transform: uppercase;
    font-weight: 900;
    font-size: 11px;
    letter-spacing: 1px;
    margin-bottom: 4px;
}

.sidebar-now-playing strong {
    display: block;
    font-family: Oswald, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 22px;
    line-height: 1.1;
}

.sidebar-now-playing em {
    display: inline-block;
    background: var(--yellow);
    color: #111;
    border-radius: 6px;
    margin-top: 8px;
    padding: 3px 10px;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 11px;
    font-style: normal;
}

/* --- Sidebar reacties --- */
.sidebar-reactions {
    background: #101010;
    color: #fff;
    border-radius: 16px;
    padding: 20px 22px;
    box-shadow: var(--shadow);
    margin-top: 16px;
}

.sidebar-reactions-header {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--yellow);
    font-weight: 900;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 14px;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(255,255,255,.1);
}

.sidebar-reactions-header i { font-size: 16px; }

.reaction-name {
    font-weight: 900;
    font-size: 14px;
    color: var(--yellow);
    margin: 0 0 6px;
    text-transform: uppercase;
    letter-spacing: .5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
}

.reaction-text {
    font-size: 14px;
    color: rgba(255,255,255,.8);
    margin: 0;
    line-height: 1.5;
    font-style: italic;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-word;
    overflow-wrap: break-word;
}

/* Sidebar track-block: titel als italic tekst, niet als gele badge */
.sidebar-track-block em {
    display: block;
    background: none;
    color: rgba(255,255,255,.7);
    border-radius: 0;
    padding: 0;
    font-size: 15px;
    font-style: italic;
    font-weight: 400;
    text-transform: none;
    letter-spacing: 0;
    margin-top: 4px;
}

/* ============================================================
   MENU OVERLAY
   ============================================================ */
.pst-menu-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,.5);
    z-index: 98;
    animation: pstFadeIn .2s ease;
}
.pst-menu-overlay.is-open { display: block; }
@keyframes pstFadeIn { from { opacity: 0; } to { opacity: 1; } }

/* ============================================================
   HAMBURGER MENU
   ============================================================ */
.main-nav.is-open { display: block !important; }

.hamburger {
    display: none;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
    margin-left: auto;
    z-index: 100;
}

.hamburger span {
    display: block;
    width: 24px;
    height: 3px;
    background: #111;
    border-radius: 3px;
    transition: transform .25s, opacity .25s;
}

.hamburger.is-open span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
.hamburger.is-open span:nth-child(2) { opacity: 0; }
.hamburger.is-open span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }

/* ============================================================
   RESPONSIVE — tablet (≤ 1200px)
   ============================================================ */
@media (max-width: 1200px) {
    .site-header { padding-left: 220px; gap: 18px; }
    .site-logo { width: 200px; height: 124px; }
    .site-logo img { width: 175px; }
    .menu { gap: 24px; font-size: 13px; }
    .top-live-btn { padding: 10px 16px; }
    .hero { grid-template-columns: minmax(380px, 460px) 1fr; padding-left: 48px; padding-right: 48px; }
    .hero h1 { font-size: clamp(38px, 4.5vw, 52px); }
}

/* ============================================================
   RESPONSIVE — mobiel (≤ 768px)
   ============================================================ */
@media (max-width: 768px) {

    /* ── Header ── */
    .site-header {
        height: auto;
        padding: 12px 16px;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: center;
        position: sticky;
        top: 0;
        max-width: 100%;
        gap: 12px;
        background: #050505 !important;
        box-shadow: none;
    }
    .site-logo {
        position: relative;
        left: auto;
        top: auto;
        width: 120px;
        height: auto;
        border-radius: 10px;
        box-shadow: none;
        padding: 6px;
        flex: 0 0 auto;
    }
    .site-logo img { width: 100px; }
    .top-live-btn {
        display: inline-flex;
        padding: 10px 14px;
        font-size: 13px;
        flex-shrink: 0;
        order: 2;
        margin-left: 12px;
    }
    .top-live-btn span { width: 24px; height: 24px; }
    .hamburger { display: flex; margin-left: auto; order: 3; }
    .hamburger span { background: var(--yellow); }

    /* Nav uitklappen */
    .main-nav {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: #fff;
        box-shadow: 0 8px 24px rgba(0,0,0,.12);
        z-index: 99;
        padding: 8px 0 16px;
    }
    .main-nav .menu { flex-direction: column; gap: 0; font-size: 15px; }
    .main-nav .menu li a { display: block; padding: 14px 24px; border-bottom: 1px solid rgba(0,0,0,.06); }
    .main-nav .menu a::after { display: none; }

    /* ── Hero ── */
    .hero {
        grid-template-columns: 1fr;
        min-height: auto;
        padding: 36px 20px 100px;
        max-width: 100%;
    }
    .hero-image {
        background: url('../img/piratenzender-header.jpg') 72% center / cover no-repeat !important;
        opacity: .80;
    }
    .hero-image::after {
        background: linear-gradient(90deg,
            rgba(255,255,255,.50) 25%,
            rgba(255,255,255,.25) 50%,
            rgba(255,255,255,.10) 70%
        );
    }
    .hero-copy { max-width: 90%; }
    .hero h1 { font-size: 36px; margin-bottom: 8px; line-height: 1.15; }
    .hero h1 strong { font-size: 1.8em; letter-spacing: 8px; margin-top: 4px; }
    .hero h1::after { height: 5px; margin-top: 14px; margin-bottom: 18px; }
    .hero p { font-size: 15px; margin-bottom: 24px; }
    .hero-btn { font-size: 14px; padding: 12px 22px; }
    .yellow-swipe { height: 80px; bottom: -10px; }

    /* ── Quick cards ── */
    .quick-cards {
        grid-template-columns: 1fr;
        margin: -40px 16px 16px;
        padding: 0;
        gap: 16px;
    }
    .quick-card { padding: 24px 20px 22px; }
    .quick-card .icon { width: 60px; height: 60px; font-size: 28px; margin-bottom: 14px; }
    .quick-card h2 { font-size: 30px; }
    .quick-card p { font-size: 14px; }
    .quick-card a { padding: 10px 22px; font-size: 13px; }

    /* ── Now playing ── */
    .now-playing {
        grid-template-columns: 1fr;
        gap: 0;
        margin: 0 16px 16px;
        padding: 18px 20px;
        border-radius: 14px;
    }
    .now-playing > div {
        border-right: 0 !important;
        border-bottom: 1px solid rgba(255,255,255,.12);
        padding-bottom: 16px;
        margin-bottom: 16px;
    }
    .now-playing > div:last-child { border-bottom: 0; padding-bottom: 0; margin-bottom: 0; }
    .now-playing .dj-avatar { width: 48px; height: 48px; font-size: 20px; border-width: 2px; }
    .now-playing .note {
        width: 48px;
        height: 48px;
        font-size: 20px;
        border: 2px solid var(--yellow);
        border-radius: 50%;
        background: radial-gradient(circle, #333, #111);
        display: grid;
        place-items: center;
        flex-shrink: 0;
        color: var(--yellow);
    }
    .dj-block, .track-block { align-items: center; }
    .now-playing strong { font-size: 20px; }
    .now-playing em { font-size: 15px; }
    .fake-progress { width: 100%; }
    .listen-block { text-align: left; padding-left: 0; }
    .listen-block a { width: 100%; justify-content: center; padding: 12px; }

    /* ── Station strip ── */
    .station-strip {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
        margin: 0 16px 16px;
        padding: 22px 20px;
    }
    .radio-icon { width: 60px; height: 60px; }
    .station-strip strong { font-size: 18px; }
    .station-strip p { font-size: 14px; }
    .station-apps { flex-direction: column; margin-left: 0; width: 100%; gap: 10px; }
    .app-btn { width: 100%; justify-content: center; padding: 12px 16px; font-size: 14px; }

    /* ── Footer ── */
    .site-footer { padding: 24px 20px 0; margin-top: 24px; }
    .site-footer::before { top: -50px; height: 60px; }
    .footer-inner { grid-template-columns: 1fr; gap: 20px; text-align: center; padding-bottom: 20px; }
    .footer-inner img { width: 130px; margin: 0 auto; }
    .footer-slogan { font-size: 20px; }
    .footer-slogan::after { width: 180px; height: 30px; }
    .footer-socials-block { align-items: center; }
    .socials { justify-content: center; }
    .footer-bottom { flex-direction: column; gap: 8px; text-align: center; padding: 14px 0 16px; font-size: 12px; }
    .footer-licenses { flex-direction: column; gap: 4px; }

    /* ── Pagina's (index.php) ── */
    .page-wrap { grid-template-columns: 1fr; margin: 24px 16px; padding: 0; gap: 16px; }
    .page-sidebar { position: static; }
    .content-card { padding: 22px 18px; }
    .content-card h1 { font-size: 24px; margin-bottom: 16px; }
    .sidebar-now-playing { padding: 18px; }
    .sidebar-reactions { padding: 16px 18px; }
}
/* ============================================================
   SCROLL TO TOP
   ============================================================ */
#pst-naar-boven {
    position: fixed;
    bottom: 24px;
    right: 24px;
    z-index: 10000;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: var(--yellow);
    border: none;
    cursor: pointer;
    display: grid;
    place-items: center;
    box-shadow: 0 4px 16px rgba(0,0,0,.25);
    opacity: 0;
    transform: translateY(12px);
    transition: opacity .3s ease, transform .3s ease, background .2s;
    pointer-events: none;
}

#pst-naar-boven.zichtbaar {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

#pst-naar-boven:hover {
    background: #f3c000;
}

/* Schuif omhoog als player actief is */
body.pst-player-active #pst-naar-boven {
    bottom: 92px;
}

@media (max-width: 768px) {
    #pst-naar-boven { bottom: 16px; right: 16px; }
    body.pst-player-active #pst-naar-boven { bottom: 88px; }
}

/* ── Sidebar luister blok ── */
.sidebar-luister {
    background: #101010;
    color: #fff;
    border-radius: 16px;
    padding: 20px 22px;
    box-shadow: var(--shadow);
    margin-top: 16px;
}

.sidebar-luister-header {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--yellow);
    font-weight: 900;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 14px;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(255,255,255,.1);
}

.sidebar-luister-header i { font-size: 16px; }

.sidebar-luister-btns {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.sidebar-luister-btns .app-btn {
    background: rgba(255,255,255,.1);
    color: #fff !important;
    border: 1px solid rgba(255,255,255,.2);
    border-radius: 8px;
    justify-content: center;
}

.sidebar-luister-btns .app-btn:hover {
    background: rgba(255,209,0,.2);
    border-color: var(--yellow);
    transform: none;
    box-shadow: 0 4px 12px rgba(255,209,0,.25);
}