/* =============================================
   MRFA Broadcast Theme — polish layer
   Dark-only · orange/black broadcast theme
   Loaded after style.css
   ============================================= */

:root {
    --bg-body: #0e0e10;
    --bg-surface: #141416;
    --bg-card: #17171a;
    --bg-card-hover: #1e1e22;
    --bg-input: #1a1a1d;
    --text: #e4e2dc;
    --text-primary: var(--text);
    --text-secondary: #a09e98;
    --text-muted: #6e6c68;
    --border: rgba(255,255,255,0.08);
    --border-strong: rgba(255,255,255,0.14);
    --nav-bg: rgba(10,10,11,0.88);
    --nav-bg-solid: rgba(10,10,11,0.97);
    --player-bg: rgba(10,10,11,0.97);
    --overlay: rgba(14,14,16,0.72);
    --font-display: 'Satoshi', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    --radius-sm: 4px;
    --radius-md: 8px;
    --radius-lg: 12px;
    --shadow: none;
    --shadow-lg: none;
    --glow: none;
    --space-section: 40px;
    /* Shared banner palette — a touch deeper than logo accent */
    --banner-bg: #A04A0E;
    --banner-bg-deep: #8a3e0b;
    --banner-bg-deep: color-mix(in srgb, var(--accent) 72%, #0e0a08);
    /* Large diagonal facets — same language as stream/fallback.svg */
    --banner-stripe: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%201200%20320%22%20preserveAspectRatio%3D%22none%22%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22a%22%20x1%3D%220%22%20y1%3D%220%22%20x2%3D%221%22%20y2%3D%221%22%3E%3Cstop%20offset%3D%220%25%22%20stop-color%3D%22%23C65A10%22%2F%3E%3Cstop%20offset%3D%22100%25%22%20stop-color%3D%22%23E4782E%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3Cpath%20d%3D%22M0%200%20H1200%20V115%20L0%20320%20Z%22%20fill%3D%22%236e3510%22%20opacity%3D%22.92%22%2F%3E%3Cpath%20d%3D%22M0%200%20H1200%20V115%20L0%20320%20Z%22%20fill%3D%22url%28%23a%29%22%20opacity%3D%22.32%22%2F%3E%3Cpath%20d%3D%22M0%200%20L780%200%20L0%20215%20Z%22%20fill%3D%22%23fff%22%20opacity%3D%22.05%22%2F%3E%3Cpath%20d%3D%22M520%200%20H1200%20V255%20L640%200%20Z%22%20fill%3D%22%23000%22%20opacity%3D%22.17%22%2F%3E%3C%2Fsvg%3E");
    --banner-stripe-right: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%201200%20320%22%20preserveAspectRatio%3D%22none%22%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22a%22%20x1%3D%221%22%20y1%3D%220%22%20x2%3D%220%22%20y2%3D%221%22%3E%3Cstop%20offset%3D%220%25%22%20stop-color%3D%22%23C65A10%22%2F%3E%3Cstop%20offset%3D%22100%25%22%20stop-color%3D%22%23E4782E%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3Cpath%20d%3D%22M1200%200%20H0%20V115%20L1200%20320%20Z%22%20fill%3D%22%236e3510%22%20opacity%3D%22.92%22%2F%3E%3Cpath%20d%3D%22M1200%200%20H0%20V115%20L1200%20320%20Z%22%20fill%3D%22url%28%23a%29%22%20opacity%3D%22.32%22%2F%3E%3Cpath%20d%3D%22M1200%200%20L420%200%20L1200%20215%20Z%22%20fill%3D%22%23fff%22%20opacity%3D%22.05%22%2F%3E%3Cpath%20d%3D%22M680%200%20H0%20V255%20L560%200%20Z%22%20fill%3D%22%23000%22%20opacity%3D%22.17%22%2F%3E%3C%2Fsvg%3E");
}

html {
    color-scheme: dark;
    /* Page fill — orange zigzag only on hero / page-header / article banner */
    background-color: var(--bg-body);
    min-height: 100%;
}

body {
    letter-spacing: 0.01em;
    background: var(--bg-body);
    min-height: 100dvh;
}

h1, h2, h3, h4,
.section-title,
.page-title,
.hero-player-track,
.hit-title,
.news-card-title,
.article-title,
.player-title,
.schedule-show-name {
    font-family: var(--font-display);
    letter-spacing: -0.01em;
}

/* Accessibility + motion */
a:focus-visible,
button:focus-visible,
.nav-links a:focus-visible,
.btn:focus-visible {
    outline: 2px solid var(--accent-light);
    outline-offset: 2px;
}
/* Form fields: even orange border on all sides (no outline ring) */
.form input:focus-visible,
.form select:focus-visible,
.form textarea:focus-visible {
    outline: none;
}

::-webkit-scrollbar { width: 10px; height: 10px; }
::-webkit-scrollbar-track { background: var(--bg-body); }
::-webkit-scrollbar-thumb {
    background: var(--bg-card-hover);
    border-radius: 999px;
    border: 2px solid var(--bg-body);
}
::-webkit-scrollbar-thumb:hover { background: var(--accent); }
::selection { background: rgba(var(--accent-rgb), 0.35); color:var(--text); }

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after {
        animation-duration: 0.001ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.001ms !important;
        scroll-behavior: auto !important;
    }
}

/* Nav chrome — always dark */
.navbar {
    background-color: rgba(10, 10, 11, 1) !important;
    background-image: none !important;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    border-bottom: 1px solid var(--border);
    box-shadow: none;
    transition: top .25s ease;
}
.navbar.scrolled {
    background-color: rgba(10, 10, 11, 1) !important;
    background-image: none !important;
    border-bottom-color: var(--border);
    box-shadow: none;
}
.nav-logo-img {
    /* White rim around logo */
    filter: drop-shadow(0 0 0.7px rgba(255,255,255,0.95))
            drop-shadow(0 0 1.2px rgba(255,255,255,0.7))
            drop-shadow(0 0 2px rgba(255,255,255,0.35));
    transition: filter 0.3s ease;
}
/* On the orange hero: slightly stronger white rim */
body.has-hero .navbar:not(.scrolled) .nav-logo-img {
    filter: drop-shadow(0 0 0.8px rgba(255,255,255,0.98))
            drop-shadow(0 0 1.4px rgba(255,255,255,0.75))
            drop-shadow(0 0 2.2px rgba(255,255,255,0.4));
}
.navbar.scrolled .nav-logo-img {
    filter: drop-shadow(0 0 0.7px rgba(255,255,255,0.95))
            drop-shadow(0 0 1.2px rgba(255,255,255,0.7))
            drop-shadow(0 0 2px rgba(255,255,255,0.35));
}
.nav-links {
    gap: 6px;
}
.nav-links a {
    position: relative;
    background: transparent !important;
}
.nav-links a:hover {
    color: var(--accent-light) !important;
    background: rgba(var(--accent-rgb), 0.16) !important;
}
.nav-links a.active,
.nav-links a.active:hover {
    color:var(--text) !important;
    background: transparent !important;
}
.nav-links a.active::after {
    content: '';
    position: absolute;
    left: 12px;
    right: 12px;
    bottom: 2px;
    height: 3px;
    background: var(--accent-light);
    border-radius: 2px;
}
.nav-dropdown a.active::after {
    display: none;
}
.nav-dropdown a.active {
    color: var(--accent-light);
    background: rgba(var(--accent-rgb), 0.1);
}

/* Hero — orange zigzag; ~75% of player card sits over the banner */
.hero-player {
    padding: 0 !important;
    border-bottom: none;
    overflow: visible;
    background: transparent;
}
.hero-player-bg {
    position: absolute;
    inset: auto;
    top: 0;
    left: 0;
    right: 0;
    /* Leave ~25% of a typical card (~360px) hanging below the banner */
    bottom: 90px;
    height: auto;
    z-index: 0;
    background-color: var(--banner-bg);
    background-image: var(--banner-stripe);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: 0 0;
}
.hero-player-bg::before,
.hero-player-bg::after {
    display: none;
}
.hero-player .container {
    position: relative;
    z-index: 3;
    /* Extra air under fixed nav so the card isn’t tight against it */
    padding-top: calc(var(--nav-h) + var(--top-banners-h, 0px) + env(safe-area-inset-top, 0px) + 48px);
    padding-bottom: 0;
}
.hero-player-card {
    border-radius: var(--radius-md);
    box-shadow: none !important;
    filter: none !important;
    outline: none;
    margin-bottom: 0;
    /* Fixed art column width; height comes from stretch (not aspect-ratio auto
       sizing, which collapsed to 0px wide in some browsers). */
    grid-template-columns: clamp(280px, 34%, 400px) minmax(0, 1fr);
    align-items: stretch;
}
/* Cover fills the full card height — no gap under the image */
.hero-player-art {
    width: 100%;
    min-width: 0;
    max-width: none;
    align-self: stretch;
    aspect-ratio: unset;
    height: auto;
}
.hero-player-art-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: unset;
}
.hero-player-body {
    padding: 24px 28px 22px;
}
/* No zoom on album covers in the hero player */
.hero-player-art:hover .hero-player-art-img,
.hero-track-item-hit:hover .hero-track-item-art img,
.hero-track-item:hover .hero-track-item-art img {
    transform: none !important;
}
/* Tight join under the player */
.hero-player + .section {
    padding-top: 32px;
}
.hero-live-row {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 14px;
    flex-wrap: wrap;
}
.hero-live-pill {
    display: none;
    align-items: center;
    gap: 7px;
    padding: 5px 12px;
    border-radius: var(--radius-sm);
    background: rgba(154, 58, 58, 0.14);
    color: #b84a4a;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}
.hero-live-row.is-live .hero-live-pill {
    display: inline-flex;
}
.hero-station-chip {
    font-size: 0.78rem;
    font-weight: 600;
    color: var(--text-secondary);
    letter-spacing: 0.02em;
}
.hero-live-row .hero-player-show-info {
    margin: 0;
    font-size: 0.82rem;
    color: var(--text-muted);
}
.hero-play-circle {
    box-shadow:none;
}
.hero-play-label { display: none !important; }
.hero-cover-mini { display: none; }

.hero-title-row {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
}
.hero-now-row {
    display: flex;
    align-items: center;
    gap: 16px;
    min-width: 0;
}
.hero-now-row .hero-play-circle {
    flex-shrink: 0;
    align-self: center;
}
.hero-track-item-time {
    font-variant-numeric: tabular-nums;
}
.hero-track-item-art,
.hero-link-arrow {
    border-radius: var(--radius-sm);
}
/* Recent tracks in hero — clean list, only cover+text is the hit target */
.hero-track-item {
    border-top: none;
    border-radius: 0;
    margin: 0;
    padding: 10px 0;
    background: transparent !important;
    cursor: default;
}
.hero-track-item + .hero-track-item {
    border-top: 1px solid rgba(255,255,255,0.06);
}
.hero-track-item:hover {
    background: transparent !important;
}
.hero-track-item-hit {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    width: fit-content;
    max-width: calc(100% - 52px);
    min-width: 0;
    margin: 0;
    padding: 0;
    border: none;
    background: none;
    color: inherit;
    font: inherit;
    text-align: left;
    cursor: pointer;
    border-radius: 0;
}
.hero-track-item-hit:hover .hero-track-item-title {
    color: var(--accent-light);
}
.hero-track-item-hit:focus-visible {
    outline: 2px solid rgba(var(--accent-rgb), 0.55);
    outline-offset: 3px;
}
/* "Alle gedraaide nummers" — only text + arrow clickable, not the full row */
.hero-player-tracks {
    border-bottom: 1px solid var(--border);
    margin-bottom: 14px;
    padding-bottom: 4px;
}
.hero-all-link {
    display: inline-flex !important;
    width: fit-content;
    max-width: 100%;
    margin-left: auto;
    margin-top: 0 !important;
    padding-top: 0 !important;
    border-top: none !important;
    align-self: flex-end;
    justify-content: flex-start !important;
    box-sizing: border-box;
}

/* Skeleton shimmer for recent tracks loading */
@keyframes shimmer {
    0% { background-position: -200% 0; }
    100% { background-position: 200% 0; }
}
.hero-player-tracks .recent-tracks-loading,
.gedraaid-loading {
    color: var(--text-muted);
}
.hero-player-tracks .recent-tracks-loading {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 4px 0;
}
.hero-player-tracks .recent-tracks-loading::before,
.hero-player-tracks .recent-tracks-loading::after {
    content: '';
    display: block;
    height: 48px;
    border-radius: var(--radius-sm);
    background: linear-gradient(90deg, var(--bg-input) 25%, var(--bg-card-hover) 50%, var(--bg-input) 75%);
    background-size: 200% 100%;
    animation: shimmer 1.6s ease-in-out infinite;
}
.hero-player-tracks .recent-tracks-loading i,
.hero-player-tracks .recent-tracks-loading span { display: none; }

/* Sections — flat, seamless flow (no dividing lines or rounded corners) */
.section {
    padding: var(--space-section) 0;
    border-top: none;
}
.section + .section {
    border-top-color: transparent;
}
.section-header { text-align: left; }
.section-header--split {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.9rem 1.15rem;
    flex-wrap: nowrap;
}
.section-header--split .section-title {
    margin: 0;
    flex: 0 0 auto;
    width: fit-content;
}
.section-header--split .section-title::after {
    width: 100%;
}
.home-weather {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    flex: 0 0 auto;
    margin: 0;
    padding: 0 0 0.35rem; /* sit on same optical line as title text (above accent underline) */
    color: var(--text-secondary);
    font-size: 0.92rem;
    line-height: 1.1;
    opacity: 0;
    transform: translateY(4px);
    animation: homeWeatherIn 0.45s ease forwards;
    animation-delay: 0.12s;
}
.home-weather--loading {
    opacity: 0.55;
}
.home-weather-icon {
    display: grid;
    place-items: center;
    width: 1.5rem;
    height: 1.5rem;
    color: var(--accent-light);
    font-size: 1.2rem;
}
.home-weather-icon .fa-sun {
    animation: homeWeatherSun 8s ease-in-out infinite;
}
.home-weather-temp {
    font-family: var(--font-display);
    font-size: clamp(1.45rem, 2.8vw, 1.95rem);
    font-weight: 700;
    letter-spacing: -0.03em;
    color: var(--text);
    line-height: 1;
}
.home-weather-temp--placeholder {
    color: var(--text-muted);
}
.home-weather-meta {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1px;
    min-width: 0;
}
.home-weather-label {
    color: var(--text);
    font-weight: 600;
    font-size: 0.9rem;
    line-height: 1.15;
}
.home-weather-loc {
    color: var(--text-muted);
    font-size: 0.68rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    line-height: 1.15;
}
@keyframes homeWeatherIn {
    to { opacity: 1; transform: none; }
}
@keyframes homeWeatherSun {
    0%, 100% { transform: rotate(0deg) scale(1); }
    50% { transform: rotate(12deg) scale(1.06); }
}
@media (max-width: 560px) {
    .section-header--split {
        gap: 0.65rem 0.75rem;
    }
    .section-header--split .section-title {
        font-size: clamp(1.4rem, 6vw, 1.8rem);
    }
    .home-weather {
        gap: 0.4rem;
        padding-bottom: 0.28rem;
    }
    .home-weather-icon {
        width: 1.25rem;
        height: 1.25rem;
        font-size: 1.05rem;
    }
    .home-weather-temp {
        font-size: clamp(1.3rem, 5.5vw, 1.55rem);
    }
    .home-weather-label {
        font-size: 0.78rem;
    }
    .home-weather-loc {
        font-size: 0.6rem;
    }
}

.section-title {
    display: inline-block;
}
.section-title::after {
    content: '';
    display: block;
    width: 100%;
    height: 3px;
    margin: 6px 0 0;
    background: var(--accent-light);
    border-radius: 2px;
}

/* Decorative story band — same sharp facets as fallback.svg */
.section--decor {
    position: relative;
    overflow: hidden;
    background-color: var(--banner-bg);
    background-image: var(--banner-stripe);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.section--decor::before {
    display: none;
}
.section--decor.decor-right {
    background-color: var(--banner-bg);
    background-image: var(--banner-stripe-right);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.section--decor.decor-right::before {
    display: none;
}
.section--decor > .container {
    position: relative;
    z-index: 1;
}

.page-header {
    position: relative;
    overflow: visible;
    background-color: var(--banner-bg);
    background-image: var(--banner-stripe);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: 0 0;
    border-bottom: none;
    text-align: left;
    /* Same top inset as .hero-player so facets line up under nav on every page */
    padding: calc(var(--nav-h) + var(--top-banners-h, 0px) + env(safe-area-inset-top, 0px) + 28px) 0 40px;
}
.page-header .page-title {
    color:var(--text);
    display: inline-block;
    margin-bottom: 0;
}
.page-header .page-title::after {
    display: block;
    width: 100%;
    height: 3px;
    margin: 6px 0 0;
    background: var(--accent-light);
    border-radius: 2px;
}
.page-header .page-sub {
    /* Soft white — readable on orange banner (text-secondary is too dark here) */
    color: rgba(228, 226, 220, 0.9);
    margin-top: 12px;
}
.page-header .page-sub a {
    color: var(--text);
}
.page-header .page-sub a:hover {
    color: var(--text);
    text-decoration: underline;
}

/* Editorial cards */
.news-card-img,
.hit-card,
.content-card,
.sidebar-card,
.show-card,
.team-card,
.contact-method-card,
.contact-quick-card,
.gedraaid-card {
    border-radius: var(--radius-md);
}
.news-card-cat,
.hit-badge,
.schedule-now-badge,
.btn,
.form input,
.form select,
.form textarea {
    border-radius: var(--radius-sm);
}
.schedule-now-badge {
    display: flex !important;
}
.schedule-now-badge--onair {
    background: rgba(var(--accent-rgb), 0.12);
    border-color: rgba(var(--accent-rgb), 0.35);
    color: var(--accent-light);
}
.schedule-live-tag {
    display: inline-flex !important;
}
.news-card-placeholder {
    background: linear-gradient(160deg, var(--bg-card-hover), var(--bg-card));
    color: rgba(var(--accent-rgb), 0.4);
}

.hit-cover-placeholder {
    background: linear-gradient(160deg, var(--bg-card-hover), var(--bg-card));
    color: rgba(var(--accent-rgb), 0.45);
    opacity: 1;
}
.news-card-excerpt {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.hit-desc {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* "Meer nieuws" CTA tile — sits as the final slot of the news grid */
.news-card--cta {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    min-height: 140px;
    background: linear-gradient(150deg, rgba(var(--accent-rgb), 0.16), rgba(var(--accent-rgb), 0.04));
    border: 1px solid rgba(var(--accent-rgb), 0.3);
    color: var(--accent-light);
    font-weight: 700;
    font-size: 0.95rem;
    text-align: center;
    transition: all 0.25s;
}
.news-card--cta:hover {
    background: linear-gradient(150deg, rgba(var(--accent-rgb), 0.26), rgba(var(--accent-rgb), 0.08));
    border-color: rgba(var(--accent-rgb), 0.5);
    transform: translateY(-3px);
}
.news-card--cta i {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(var(--accent-rgb), 0.16);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9rem;
}

/* Home — slim "Meer nieuws" under list (tablet/phone only) */
.home-news-more {
    display: none;
}
.home-news-more-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    max-width: 100%;
    margin-top: 14px;
    padding: 10px 16px;
    border-radius: var(--radius-sm, 10px);
    border: 1px solid var(--border);
    background: var(--bg-card);
    color: var(--text);
    text-decoration: none;
    font-size: 0.88rem;
    font-weight: 650;
    line-height: 1.2;
    transition: border-color 0.2s, color 0.2s, background 0.2s;
}
.home-news-more-btn i {
    font-size: 0.72rem;
    color: var(--accent-light);
}
.home-news-more-btn:hover {
    border-color: rgba(var(--accent-rgb), 0.35);
    color: var(--accent-light);
    background: rgba(var(--accent-rgb), 0.06);
}

@media (max-width: 1024px) {
    .news-grid-home > .news-card--cta {
        display: none !important;
    }
    .home-news-more {
        display: block;
    }
}

/* Achtergrondverhaal + Volg ons — paired columns, equal height, compact */
.achtergrond-row {
    display: grid;
    grid-template-columns: 1.45fr 1fr;
    grid-template-areas:
        "title-left title-right"
        "story      follow"
        "more      .";
    column-gap: 32px;
    row-gap: 14px;
    align-items: stretch;
}
.story-col-title {
    font-family: var(--font-display);
    font-size: clamp(1.65rem, 3.2vw, 2.15rem);
    font-weight: 700;
    letter-spacing: -0.02em;
    margin: 0;
    color:var(--text);
    display: inline-block;
    width: fit-content;
    max-width: 100%;
    justify-self: start;
}
.story-col-title::after {
    content: '';
    display: block;
    width: 100%;
    height: 3px;
    margin: 6px 0 0;
    background: var(--accent-light);
    border-radius: 2px;
}
.story-col-title--left { grid-area: title-left; }
.story-col-title--right { grid-area: title-right; }
.achtergrond-story {
    grid-area: story;
    display: flex;
    flex-direction: column;
    min-width: 0;
    min-height: 0;
    height: 100%;
}
.volg-ons-cards {
    grid-area: follow;
    display: flex;
    flex-direction: column;
    gap: 12px;
    min-height: 0;
    height: 100%;
}
.story-more-link { grid-area: more; justify-self: end; }
.achtergrond-card {
    display: block;
    height: 100%;
    min-height: 240px;
    text-decoration: none;
    color: inherit;
    border-radius: var(--radius-md);
    overflow: hidden;
    box-shadow:none;
    transition: transform 0.25s, box-shadow 0.25s;
}
.achtergrond-card:hover {
    transform: translateY(-2px);
    box-shadow:none;
}
.achtergrond-card-img {
    position: relative;
    height: 100%;
    min-height: 240px;
    background: var(--bg-surface);
    overflow: hidden;
}
.achtergrond-card-img img,
.achtergrond-card-img .news-card-placeholder {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s;
}
.achtergrond-card:hover .achtergrond-card-img img { transform: scale(1.03); }
.achtergrond-card-overlay {
    position: absolute;
    left: 0; right: 0; bottom: 0;
    padding: 44px 18px 16px;
    background: linear-gradient(to top, rgba(0,0,0,0.88) 0%, rgba(0,0,0,0.4) 60%, transparent 100%);
}
.achtergrond-card-title {
    font-size: 1.12rem;
    font-weight: 700;
    line-height: 1.3;
    margin: 0 0 5px;
    color:var(--text);
}
.achtergrond-card-excerpt {
    font-size: 0.86rem;
    color:var(--text-secondary);
    line-height: 1.45;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.story-more-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 2px;
    font-size: 0.9rem;
    font-weight: 650;
    color:var(--text);
    text-decoration: none;
    transition: gap 0.2s, color 0.2s;
}
.story-more-link:hover {
    color: var(--accent-light);
    gap: 12px;
}
.story-more-arrow {
    width: 26px;
    height: 26px;
    border-radius: var(--radius-sm);
    background: var(--accent);
    color:var(--text);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.7rem;
}
.volg-ons-card {
    display: grid;
    grid-template-columns: 88px 1fr;
    flex: 1 1 0;
    min-height: 104px;
    border-radius: var(--radius-md);
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    background: #fff;
    box-shadow:none;
    transition: transform 0.2s, box-shadow 0.2s;
}
.volg-ons-card:hover {
    transform: translateY(-2px);
    box-shadow:none;
}
.volg-ons-card--socials {
    display: grid;
    cursor: default;
}
.volg-ons-card--socials:hover {
    transform: none;
}
.volg-ons-card-media {
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--accent);
}
.volg-ons-card-media img {
    max-width: 72%;
    max-height: 56%;
    object-fit: contain;
}
.volg-ons-card-media--social {
    background: linear-gradient(160deg, #1a1a1d 0%, #2a1810 55%, var(--accent) 140%);
}
.volg-ons-social-mark {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,0.1);
    border: 1px solid rgba(255,255,255,0.16);
    color:var(--text);
    font-size: 1.1rem;
    box-shadow:none;
}
.volg-ons-card-media--whatsapp {
    background: linear-gradient(160deg, #075E54 0%, #128C7E 45%, #25D366 120%);
    color:var(--text);
}
.volg-ons-wa-badge {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    color: #25D366;
    font-size: 1.4rem;
    box-shadow:none;
}
.volg-ons-card-media--mail {
    background: #1a1a1d;
    color: var(--accent-light);
    font-size: 1.3rem;
}
.volg-ons-card-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 8px;
    padding: 12px 14px;
    font-family: var(--font-display);
    font-size: 0.98rem;
    font-weight: 700;
    line-height: 1.3;
    color: #111;
    letter-spacing: -0.02em;
    min-width: 0;
}
.volg-ons-card-kicker {
    display: block;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #6b6b74;
}
.volg-ons-card--whatsapp .volg-ons-card-body strong {
    font-size: 0.95rem;
    font-weight: 750;
    color: #111;
}
.volg-ons-platform-row {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
}
.volg-ons-platform {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 6px 10px;
    border-radius: 999px;
    text-decoration: none;
    font-family: var(--font-ui);
    font-size: 0.78rem;
    font-weight: 650;
    letter-spacing: 0;
    color:var(--text);
    transition: transform 0.15s, filter 0.15s;
}
.volg-ons-platform:hover {
    transform: translateY(-1px);
    filter: brightness(1.08);
}
.volg-ons-platform i { font-size: 0.88rem; }
.volg-ons-platform--facebook { background: #1877F2; }
.volg-ons-platform--instagram {
    background: linear-gradient(135deg, #f58529, #dd2a7b 50%, #8134af);
}
.volg-ons-platform--twitter { background: #111; }
@media (max-width: 900px) {
    .achtergrond-row {
        grid-template-columns: 1fr;
        grid-template-areas:
            "title-left"
            "story"
            "more"
            "title-right"
            "follow";
        row-gap: 12px;
    }
    .story-more-link { justify-self: start; }
    .achtergrond-card,
    .achtergrond-card-img {
        min-height: 200px;
        height: auto;
        aspect-ratio: 16 / 10;
    }
    .volg-ons-cards { height: auto; }
    .volg-ons-card {
        flex: 0 0 auto;
        grid-template-columns: 76px 1fr;
        min-height: 96px;
    }
}

/* Partners — readable on dark surfaces */
.section--partners .section-header { margin-bottom: 1rem; }
.section--partners .section-lead {
    margin-top: 0.4rem;
    color: var(--text-secondary);
}
.partners-marquee {
    --partners-fade: var(--bg-body);
}
.partner-item {
    filter: grayscale(1) brightness(1.18) contrast(1.08);
    opacity: 0.75;
    transition: filter 0.25s, opacity 0.25s, transform 0.25s;
}
.partner-item:hover,
.partner-item:focus-visible {
    filter: none;
    opacity: 1;
}

/* Player + footer chrome */
.player-bar {
    background: var(--player-bg) !important;
    border-top: 1px solid rgba(255,255,255,0.08);
    box-shadow: none;
}
.player-icon-btn {
    width: auto;
    min-width: 52px;
    height: auto;
    min-height: 44px;
    padding: 4px 8px;
    flex-direction: column;
    gap: 3px;
    border-radius: var(--radius-sm);
}
.player-icon-btn i {
    font-size: 1rem;
    line-height: 1;
}
.player-icon-label {
    /* Override sr-only hide in style.css — show under icons on desktop */
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    clip-path: none;
    border: 0;
    font-size: 0.62rem;
    font-weight: 650;
    line-height: 1.1;
    letter-spacing: 0.02em;
    white-space: nowrap;
}
@media (max-width: 768px) {
    .player-icon-label { display: none; }
    .player-icon-btn {
        width: 40px;
        min-width: 40px;
        height: 40px;
        min-height: 40px;
        padding: 0;
    }
}

/* Hit / uitzending progress — under title + artist, with time readout */
.player-hit-progress {
    display: none;
    align-items: center;
    gap: 10px;
    width: 100%;
    max-width: 300px;
    margin-top: 4px;
    margin-bottom: 0;
}
#playerBar.hit-playing .player-hit-progress {
    display: flex;
}
#playerBar.hit-playing .player-text {
    padding-bottom: 8px;
    justify-content: center;
    align-self: center;
}
.player-hit-track {
    position: relative;
    flex: 1;
    min-width: 0;
    height: 9px;
    background: rgba(255, 255, 255, 0.14);
    border-radius: 999px;
    display: flex;
    align-items: center;
    overflow: visible;
}
.player-hit-seek {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 9px;
    margin: 0;
    padding: 0;
    background: transparent;
    cursor: pointer;
    outline: none;
    position: relative;
    z-index: 1;
}
.player-hit-seek:disabled {
    cursor: default;
}
.player-hit-seek::-webkit-slider-runnable-track {
    height: 9px;
    background: transparent;
    border-radius: 999px;
}
.player-hit-seek::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 12px;
    height: 12px;
    margin-top: -1.5px;
    border-radius: 50%;
    background: var(--accent-light);
    border: 1.5px solid #fff;
    box-shadow:none;
    cursor: grab;
    transition: transform .15s ease;
}
.player-hit-seek:active::-webkit-slider-thumb,
.player-hit-seek:focus-visible::-webkit-slider-thumb {
    transform: scale(1.12);
    cursor: grabbing;
}
.player-hit-seek::-moz-range-track {
    height: 9px;
    background: transparent;
    border: none;
    border-radius: 999px;
}
.player-hit-seek::-moz-range-thumb {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: var(--accent-light);
    border: 1.5px solid #fff;
    box-shadow:none;
    cursor: grab;
}
.player-hit-seek::-moz-range-progress {
    height: 9px;
    background: var(--accent-light);
    border-radius: 999px;
}
.player-hit-track::before {
    content: '';
    position: absolute;
    left: 0; top: 0; bottom: 0;
    width: var(--hit-progress, 0%);
    background: var(--accent-light);
    border-radius: 999px;
    pointer-events: none;
    z-index: 0;
}
.player-hit-time {
    flex-shrink: 0;
    font-size: .7rem;
    font-weight: 600;
    font-variant-numeric: tabular-nums;
    color: var(--text-muted);
    letter-spacing: .01em;
    white-space: nowrap;
    line-height: 1;
}
@media (max-width: 480px) {
    .player-hit-progress { max-width: 210px; gap: 8px; margin-top: 4px; }
    .player-hit-track { height: 8px; }
    .player-hit-seek,
    .player-hit-seek::-webkit-slider-runnable-track,
    .player-hit-seek::-moz-range-track,
    .player-hit-seek::-moz-range-progress { height: 8px; }
    .player-hit-seek::-webkit-slider-thumb { width: 11px; height: 11px; margin-top: -1.5px; }
    .player-hit-seek::-moz-range-thumb { width: 11px; height: 11px; }
    .player-hit-time { font-size: .64rem; }
}
.footer {
    background: #0a0a0b;
    border-top: 1px solid rgba(255,255,255,0.06);
}
.footer-logo-link {
    display: inline-block;
    line-height: 0;
    margin-bottom: 10px;
}
.footer-logo-img {
    height: 36px;
    width: auto;
    margin-bottom: 0;
    filter: drop-shadow(0 0 0.7px rgba(255,255,255,0.95))
            drop-shadow(0 0 1.2px rgba(255,255,255,0.7))
            drop-shadow(0 0 2px rgba(255,255,255,0.35));
}
.footer a:hover { color: var(--accent-light); }

/* Consent checkbox on material-submission forms */
.form-consent .consent-label {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 0.88rem;
    line-height: 1.45;
    color: var(--text-secondary);
    cursor: pointer;
    min-width: 0;
    max-width: 100%;
}
.form-consent .consent-label span {
    min-width: 0;
    overflow-wrap: anywhere;
}
.form-consent .consent-label input[type="checkbox"] {
    margin-top: 3px;
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    accent-color: var(--accent);
}
.form-legal-note {
    margin: 0 0 12px;
    font-size: 0.8rem;
    line-height: 1.5;
    color: var(--text-muted, var(--text-secondary));
}
.form-legal-note a {
    color: var(--accent-light);
    text-decoration: underline;
}
.form-legal-note a:hover { color: var(--accent); }

.empty-section-placeholder {
    border: 1px dashed var(--border-strong);
    background: transparent;
    border-radius: var(--radius-md);
}

/* Search overlay polish */
.search-overlay-bg {
    background: rgba(6, 6, 7, 0.72);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
}
.search-overlay-content {
    max-width: 600px;
    margin: 12vh auto 0;
    border-radius: var(--radius-lg);
    border: 1px solid rgba(var(--accent-rgb), 0.22);
    background: linear-gradient(180deg, var(--bg-card) 0%, var(--bg-surface) 100%);
    box-shadow: none;
    transform: translateY(-16px) scale(0.98);
    transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}
.search-overlay.open .search-overlay-content {
    transform: translateY(0) scale(1);
}
.search-overlay-header {
    padding: 8px 8px 8px 4px;
    border-bottom: 1px solid var(--border);
}
.search-overlay-input-wrap {
    padding: 16px 20px;
    gap: 14px;
}
.search-overlay-input-wrap i {
    font-size: 1.05rem;
}
.search-overlay-input-wrap input {
    font-size: 1.1rem;
}
.search-overlay-input-wrap kbd {
    background: rgba(var(--accent-rgb), 0.12);
    border-color: rgba(var(--accent-rgb), 0.25);
    color: var(--accent-light);
    font-weight: 600;
}
.search-overlay-close {
    border-radius: var(--radius-sm);
}
.search-result-item {
    border-radius: var(--radius-sm);
}
.search-result-item:hover {
    background: rgba(var(--accent-rgb), 0.1);
}
@media (max-width: 480px) {
    .search-overlay-content { margin: 8vh auto 0; }
}

/* Mobile dropdowns for schedule + gedraaid filters */
@media (max-width: 768px) {
    .schedule-day-select-wrap { display: block !important; }
    .schedule-tabs { display: none !important; }
    .gedraaid-time-select-wrap { display: block !important; }
    .gedraaid-timechips-buttons { display: none !important; }
    .schedule-now-badge { display: flex !important; }
}

/* Tablet + phone: Nieuws / Gerelateerd / Programmering / Gedraaid / Home news as list rows */
@media (max-width: 1024px) {
    .news-grid-4,
    .news-grid-3,
    .news-grid-home,
    .schedule-list.news-grid {
        grid-template-columns: 1fr !important;
        gap: 12px;
    }

    .news-grid-4 > .news-card,
    .news-grid-3 > .news-card,
    .news-grid-home > .news-card,
    .schedule-item.news-card {
        flex-direction: row;
        align-items: stretch;
        transform: none;
    }
    .news-grid-4 > .news-card:hover,
    .news-grid-3 > .news-card:hover,
    .news-grid-home > .news-card:hover,
    .schedule-item.news-card:hover {
        transform: none;
    }

    .news-grid-4 > .news-card .news-card-img,
    .news-grid-3 > .news-card .news-card-img,
    .news-grid-home > .news-card .news-card-img,
    .schedule-item .schedule-img.news-card-img {
        width: 112px;
        min-width: 112px;
        max-width: 38%;
        aspect-ratio: 1;
        flex-shrink: 0;
        align-self: stretch;
        height: auto;
        min-height: 112px;
    }
    .news-grid-4 > .news-card .news-card-img img,
    .news-grid-3 > .news-card .news-card-img img,
    .news-grid-home > .news-card .news-card-img img,
    .schedule-item .schedule-img.news-card-img img,
    .news-grid-4 > .news-card .news-card-placeholder,
    .news-grid-3 > .news-card .news-card-placeholder,
    .news-grid-home > .news-card .news-card-placeholder,
    .schedule-item .news-card-placeholder {
        height: 100%;
        min-height: 100%;
        object-fit: cover;
    }
    .news-grid-4 > .news-card:hover .news-card-img img,
    .news-grid-3 > .news-card:hover .news-card-img img,
    .news-grid-home > .news-card:hover .news-card-img img,
    .schedule-item.news-card:hover .schedule-img img {
        transform: none;
    }

    .news-grid-4 > .news-card .news-card-title-wrap,
    .news-grid-3 > .news-card .news-card-title-wrap,
    .news-grid-home > .news-card .news-card-title-wrap,
    .schedule-item-body.news-card-title-wrap {
        flex: 1;
        min-width: 0;
        padding: 12px 14px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        gap: 4px;
        background: var(--bg-card);
        border-left: 1px solid var(--border);
    }
    .news-grid-4 > .news-card .news-card-title,
    .news-grid-3 > .news-card .news-card-title,
    .news-grid-home > .news-card .news-card-title,
    .schedule-item .news-card-title {
        font-size: 0.92rem;
        line-height: 1.35;
        -webkit-line-clamp: 3;
        line-clamp: 3;
        max-height: none;
    }
    .news-grid-4 > .news-card .news-card-cat,
    .news-grid-3 > .news-card .news-card-cat,
    .news-grid-home > .news-card .news-card-cat {
        top: 8px;
        left: 8px;
        max-width: calc(100% - 16px);
    }
    /* Programmering list rows: time tags in the text column (cover too narrow) */
    .schedule-item .schedule-badges {
        position: static;
        top: auto;
        left: auto;
        max-width: 100%;
        width: 100%;
        margin: 0 0 6px;
        padding: 0;
        gap: 6px;
        flex-wrap: wrap;
    }
    .schedule-item .schedule-time.news-card-cat,
    .schedule-item .schedule-now-badge {
        position: static;
        padding: 3px 8px;
        font-size: 0.68rem;
        max-width: 100%;
        box-sizing: border-box;
    }
    .schedule-host {
        margin-top: 4px;
        font-size: 0.8rem;
    }
    .schedule-live-tag {
        margin-top: 6px;
    }

    /* Gedraaid popular-month cards — compact list rows */
    .nummers-maand-grid {
        grid-template-columns: 1fr !important;
        gap: 10px;
    }
    .nummer-card {
        flex-direction: row;
        align-items: stretch;
        transform: none;
        min-height: 88px;
        border-radius: 12px;
    }
    .nummer-card:hover {
        transform: none;
        border-color: rgba(var(--accent-rgb), 0.28);
        box-shadow: none;
    }
    .nummer-card-cover {
        width: 88px;
        min-width: 88px;
        max-width: 88px;
        aspect-ratio: 1;
        flex-shrink: 0;
        align-self: stretch;
        height: auto;
        min-height: 88px;
    }
    .nummer-card-rank {
        position: absolute;
        top: 8px;
        left: 8px;
        z-index: 2;
        min-width: 22px;
        height: 22px;
        padding: 0 6px;
        border-radius: 999px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-size: 0.68rem;
        font-weight: 700;
        letter-spacing: 0.02em;
        color: #fff;
        background: rgba(0, 0, 0, 0.62);
        backdrop-filter: blur(6px);
        -webkit-backdrop-filter: blur(6px);
    }
    .nummer-card-body {
        flex: 1;
        min-width: 0;
        justify-content: center;
        gap: 3px;
        padding: 12px 14px;
        border-left: 1px solid var(--border);
        background: var(--bg-card);
    }
    .nummer-card-title {
        font-size: 0.92rem;
        line-height: 1.3;
    }
    .nummer-card-artist {
        font-size: 0.82rem;
    }
    .nummer-card-plays {
        margin-top: 2px;
        font-size: 0.72rem;
        font-weight: 600;
        color: var(--text-muted, rgba(255, 255, 255, 0.55));
    }
    .nummers-maand-pagination {
        margin-top: 18px;
    }
}

@media (max-width: 480px) {
    .news-grid-4 > .news-card .news-card-img,
    .news-grid-3 > .news-card .news-card-img,
    .news-grid-home > .news-card .news-card-img,
    .schedule-item .schedule-img.news-card-img {
        width: 96px;
        min-width: 96px;
        min-height: 96px;
    }
    .nummer-card {
        min-height: 80px;
    }
    .nummer-card-cover {
        width: 80px;
        min-width: 80px;
        max-width: 80px;
        min-height: 80px;
    }
    .news-grid-4 > .news-card .news-card-title-wrap,
    .news-grid-3 > .news-card .news-card-title-wrap,
    .news-grid-home > .news-card .news-card-title-wrap,
    .schedule-item-body.news-card-title-wrap,
    .nummer-card-body {
        padding: 10px 12px;
    }
}

/* Programmering — same card language as Nieuws */
.schedule-list.news-grid {
    display: grid;
}
.schedule-item.news-card {
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: var(--radius-md);
    overflow: hidden;
}
.schedule-item.news-card:hover {
    transform: translateY(-3px);
    border-color: rgba(var(--accent-rgb), 0.22);
    background: var(--bg-card);
}
.schedule-item.news-card.now-playing {
    background: var(--bg-card);
    border-color: rgba(var(--accent-rgb), 0.4);
    box-shadow: none;
}
.schedule-item.news-card.now-playing::before {
    display: none;
}
.schedule-item .schedule-img.news-card-img {
    width: 100%;
    min-height: 0;
    aspect-ratio: 16 / 9;
    border-radius: 0;
}
.schedule-item .schedule-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}
.schedule-item.news-card:hover .schedule-img img {
    transform: scale(1.06);
}
.schedule-item .schedule-badges {
    position: static;
    z-index: 2;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px;
    max-width: 100%;
    width: 100%;
    margin: 0 0 6px;
}
@media (min-width: 1025px) {
    .schedule-item .schedule-badges {
        position: absolute;
        top: 12px;
        left: 12px;
        width: auto;
        max-width: min(220px, calc(100% - 24px));
        margin: 0;
    }
}
.schedule-item .schedule-time.news-card-cat {
    position: static;
    width: auto;
    padding: 4px 12px;
    border-radius: var(--radius-sm);
    background: rgba(0, 0, 0, 0.6);
    border-right: none;
    color: var(--text);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    text-transform: none;
    white-space: nowrap;
    max-width: 100%;
    box-sizing: border-box;
}
.schedule-item.now-playing .schedule-time.news-card-cat {
    background: var(--accent);
    color: var(--text);
}
.schedule-item-body.news-card-title-wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    padding: 14px 16px 18px;
    flex: 1;
    position: static;
}
.schedule-item .news-card-title {
    font-size: 0.95rem;
    font-weight: 650;
    line-height: 1.45;
    margin: 0;
}
.schedule-show-arrow {
    display: none;
}
.schedule-item .schedule-now-badge {
    position: static;
    margin-top: 0;
}

/* Hero player — tablet: large left art becomes mini cover beside title */
@media (max-width: 1024px) and (min-width: 769px) {
    .hero-player-art { display: none !important; }
    .hero-player-card { grid-template-columns: 1fr !important; }
    .hero-player-body { padding: 20px 22px 18px; }
    .hero-cover-mini {
        display: block;
        width: 56px;
        height: 56px;
        border-radius: var(--radius-sm);
        object-fit: cover;
        flex-shrink: 0;
    }
    .hero-now-row {
        display: flex;
        align-items: center;
        gap: 14px;
        margin-bottom: 14px;
    }
    .hero-now-text {
        flex: 1;
        min-width: 0;
    }
    .hero-now-row .hero-play-circle {
        width: 52px;
        height: 52px;
        min-width: 52px;
        font-size: 1.05rem;
        border-radius: 50%;
    }
    .hero-player-track { font-size: 1.15rem; margin-bottom: 2px; }
    .hero-player-artist { font-size: 0.92rem; }
}

/* Hero player — mobile: mini cover + title, round play aligned to the right */
@media (max-width: 768px) {
    .hero-player-art { display: none !important; }
    .hero-player-card { grid-template-columns: 1fr; }
    .hero-player-body { padding: 16px 14px 14px; }
    .hero-live-row { margin-bottom: 10px; }

    .hero-now-row {
        display: flex;
        align-items: center;
        gap: 12px;
        margin-bottom: 12px;
    }
    .hero-cover-mini {
        display: block;
        width: 56px;
        height: 56px;
        border-radius: var(--radius-sm);
        object-fit: cover;
        flex-shrink: 0;
    }
    .hero-now-text {
        flex: 1;
        min-width: 0;
    }
    .hero-play-circle,
    .hero-now-row .hero-play-circle {
        width: 48px;
        height: 48px;
        min-width: 48px;
        border-radius: 50% !important;
        padding: 0 !important;
        font-size: 1rem;
        gap: 0;
        margin-left: 0;
        justify-self: auto;
        align-self: center;
        box-shadow: none;
    }
    .hero-play-circle:hover { transform: scale(1.06); }
    .hero-play-circle i { font-size: 0.95rem; }
    .hero-play-label { display: none !important; }
    .hero-player-track { font-size: 1.05rem; margin-bottom: 2px; }
    .hero-player-artist { font-size: 0.88rem; margin: 0; }
}

.music-search {
    display: flex;
    gap: 12px;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 28px;
}
.music-catalog-list {
    display: flex;
    flex-direction: column;
    border: 1px solid var(--border);
    border-radius: var(--radius-md);
    overflow: hidden;
    background: var(--bg-card);
}
.music-catalog-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 14px 18px;
    border-bottom: 1px solid var(--border);
}
.music-catalog-item:last-child { border-bottom: none; }
.music-catalog-meta {
    display: flex;
    flex-direction: column;
    gap: 2px;
    min-width: 0;
}
.music-catalog-meta strong {
    font-size: 0.98rem;
}
.music-catalog-meta span {
    font-size: 0.84rem;
    color: var(--text-secondary);
}
.podcast-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 20px;
}
.podcast-card {
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: var(--radius-md);
    overflow: hidden;
    display: flex;
    flex-direction: column;
}
.podcast-card-cover {
    aspect-ratio: 1;
    background: var(--bg-elevated, #111);
}
.podcast-card-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.podcast-card-body {
    padding: 18px 20px 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.podcast-card-title {
    font-family: var(--font-display, inherit);
    font-size: 1.1rem;
    font-weight: 700;
    margin: 0;
    line-height: 1.3;
}
.podcast-card-date {
    font-size: 0.8rem;
    color: var(--accent-light);
    font-weight: 600;
    font-variant-numeric: tabular-nums;
}
.podcast-card-desc {
    font-size: 0.9rem;
    color: var(--text-secondary);
    line-height: 1.5;
    margin: 0;
}
.podcast-play-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 8px;
}
.podcast-play-btn.playing i {
    /* icon class swapped by HitWeek */
}
.podcast-embed {
    width: 100%;
    border-radius: var(--radius-sm);
    overflow: hidden;
}
.podcast-embed iframe {
    display: block;
    width: 100%;
    border: 0;
    border-radius: var(--radius-sm);
}
.about-map {
    margin: 0;
    border-radius: var(--radius-md);
    overflow: hidden;
    border: 1px solid var(--border);
    background: var(--bg-card);
    padding: 22px;
    height: 100%;
}
.about-map h3 {
    font-family: var(--font-display, inherit);
    margin: 0 0 8px;
}
.about-map-lead {
    color: var(--text-secondary);
    margin: 0 0 14px;
    font-size: 0.92rem;
    line-height: 1.55;
}
.about-map-frame {
    border-radius: var(--radius-sm);
    overflow: hidden;
    border: 1px solid var(--border);
}
.about-map-frame iframe {
    display: block;
    width: 100%;
    height: 280px;
    border: 0;
}
.about-map-link {
    margin: 12px 0 0;
    font-size: 0.86rem;
}
.about-map-link a {
    color: var(--accent-light);
}

/* =============================================
   NEWS / TEAM / SHOW — cover clips into orange banner (~75%)
   ============================================= */
.article-hero {
    --article-hero-gap: 44px;
    --article-frame-h: clamp(260px, 36vw, 420px);
    --article-panel-inset: 24px;
    position: relative;
    z-index: 0;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding-top: calc(var(--nav-h) + var(--top-banners-h, 0px) + env(safe-area-inset-top, 0px) + var(--article-hero-gap));
    padding-bottom: 0;
    background: transparent;
    overflow: visible;
}
.article-hero--compact {
    --article-frame-h: clamp(200px, 26vw, 300px);
}
.article-hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    /* Banner covers nav clearance + 75% of the cover height */
    height: calc(
        var(--nav-h) + var(--top-banners-h, 0px) + env(safe-area-inset-top, 0px) + var(--article-hero-gap)
        + (var(--article-frame-h) * 0.75)
    );
    z-index: 0;
    background-color: var(--banner-bg);
    background-image: var(--banner-stripe);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: 0 0;
    pointer-events: none;
}
.article-title-fallback {
    padding-top: 8px;
    padding-bottom: 8px;
}
.article-title-fallback .article-title {
    margin: 0 0 8px;
    font-size: clamp(1.6rem, 3.2vw, 2.4rem);
    font-weight: 800;
    line-height: 1.2;
    color: var(--text);
}
.article-hero-frame {
    position: relative;
    z-index: 1;
    /* Align with body panel — same outer width on all breakpoints */
    width: min(calc(100% - (var(--article-panel-inset) * 2)), 1120px);
    height: var(--article-frame-h);
    overflow: hidden;
    background: var(--bg-surface);
    margin-top: 0;
    border-radius: var(--radius-md) var(--radius-md) 0 0;
    border: 1px solid var(--border);
    border-bottom: none;
    box-shadow: none;
}
.article-hero-media {
    position: absolute;
    inset: 0;
}
.article-hero-media img,
.article-hero .article-cover {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
    border-radius: 0;
    display: block;
}
.article-hero-scrim {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: stretch;
    height: 100%;
    padding: 48px 0 40px;
    background: linear-gradient(
        to top,
        rgba(8, 8, 10, 0.92) 0%,
        rgba(8, 8, 10, 0.55) 38%,
        rgba(8, 8, 10, 0.15) 68%,
        transparent 100%
    );
}
.article-hero-inner.container {
    width: 100%;
    max-width: 1120px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    box-sizing: border-box;
}
.page-header .article-hero-tag {
    margin-bottom: 12px;
}
.article-hero-inner {
    text-align: left;
}
.article-hero-tag {
    display: inline-block;
    background: var(--accent);
    color:var(--text);
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding: 5px 10px;
    margin-bottom: 14px;
    border-radius: var(--radius-sm);
    line-height: 1.2;
}
.article-hero .article-title,
.page-header .article-title {
    display: block;
    width: 100%;
    max-width: none;
    color:var(--text);
    margin: 0;
    text-align: left;
    font-size: clamp(1.55rem, 3.6vw, 2.45rem);
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: -0.03em;
    text-shadow: 0 2px 18px rgba(0, 0, 0, 0.45);
}
.page-header .article-title {
    text-shadow: none;
    max-width: none;
}

.article-body-section {
    padding-top: 0 !important;
    background: var(--bg-body);
    position: relative;
    z-index: 1;
    --article-panel-inset: 24px;
}
/* Side rails + bottom edge — same outer width as .article-hero-frame */
.article-body-section > .container {
    width: min(calc(100% - (var(--article-panel-inset) * 2)), 1120px);
    max-width: none;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    border-left: 1px solid var(--border);
    border-right: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
    border-radius: 0 0 var(--radius-md) var(--radius-md);
    background: var(--bg-body);
    box-shadow: none;
    margin-top: -1px; /* seam with cover frame */
    margin-bottom: 48px;
    padding-bottom: 36px;
}
.article-body-section .article-breadcrumb {
    padding: 18px 0 28px;
    font-size: 0.82rem;
    color: var(--text-muted);
    flex-wrap: wrap;
}
.article-body-section .article-breadcrumb a {
    color: var(--accent-light);
    font-weight: 600;
}
.article-body-section .article-breadcrumb span {
    color: var(--text-secondary);
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.article-layout--r2 {
    display: grid;
    grid-template-columns: 132px minmax(0, 1fr) 148px;
    gap: 36px 40px;
    align-items: start;
    padding-bottom: 48px;
}
.article-meta-col {
    font-size: 0.84rem;
    color: var(--text-muted);
    line-height: 1.45;
}
.article-meta-date {
    display: block;
    margin: 0 0 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid var(--border);
    color: var(--text-secondary);
    font-variant-numeric: tabular-nums;
}
.article-meta-read {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
    color: var(--text-muted);
}
.article-meta-read i {
    font-size: 0.78rem;
    opacity: 0.75;
}
.article-meta-author {
    font-size: 0.8rem;
    color: var(--text-muted);
}

.article-layout--r2 .article-content {
    max-width: 40rem;
    font-size: 1.02rem;
    line-height: 1.75;
}
.article-lead {
    font-size: 1.12rem;
    line-height: 1.55;
    color: var(--text);
    font-weight: 500;
    margin: 0 0 1.25rem;
}
.article-source-note,
.article-source-footer {
    margin-top: 1.75rem;
    padding-top: 1rem;
    border-top: 1px solid var(--border);
    font-size: 0.9rem;
    color: var(--text-secondary);
}
.article-source-note a,
.article-source-footer a {
    color: var(--accent-light);
}
.article-layout--r2 .article-content img {
    border-radius: var(--radius-sm);
    max-width: 100%;
    height: auto;
}
.article-content figure {
    margin: 1.5em 0;
}
.article-content figcaption {
    margin-top: 8px;
    font-size: 0.85rem;
    color: var(--text-muted);
}
.article-content strong { color: var(--text); font-weight: 700; }
.article-content em { font-style: italic; }
.article-content u { text-decoration: underline; }
.article-content a { color: var(--accent-light); }
.article-embed {
    position: relative;
    margin: 1.5em 0;
    border-radius: var(--radius-sm);
    overflow: hidden;
    background: var(--bg-card);
    border: 1px solid var(--border);
}
.article-embed iframe {
    display: block;
    width: 100%;
    min-height: 200px;
    border: 0;
}
.article-layout--r2 .article-sidebar {
    position: sticky;
    top: calc(var(--nav-h) + 24px);
}
.article-layout--r2 .share-btn {
    border-radius: 50%;
    width: 40px;
    height: 40px;
}

@media (max-width: 900px) {
    .article-layout--r2 {
        grid-template-columns: 1fr;
        gap: 24px;
    }
    .article-meta-col {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        gap: 10px 18px;
    }
    .article-meta-date {
        border-bottom: none;
        padding-bottom: 0;
        margin-bottom: 0;
    }
    .article-meta-read,
    .article-meta-author {
        margin-bottom: 0;
    }
    .article-layout--r2 .article-sidebar {
        position: static;
    }
    .article-hero,
    .article-body-section {
        --article-panel-inset: 24px;
    }
    .article-hero {
        --article-frame-h: clamp(220px, 56vw, 320px);
        --article-hero-gap: 32px;
    }
    .article-hero--compact {
        --article-frame-h: clamp(180px, 42vw, 260px);
    }
}
@media (max-width: 480px) {
    .article-hero,
    .article-body-section {
        --article-panel-inset: 16px;
    }
    .article-hero-frame {
        border-radius: 12px 12px 0 0;
    }
    .article-body-section > .container {
        border-radius: 0 0 12px 12px;
        margin-bottom: 32px;
        padding-bottom: 24px;
        padding-left: 16px;
        padding-right: 16px;
    }
}

/* Legacy article image radius */
.article-header { padding-bottom: 0; }
.article-hero-img,
.article-hero-img img,
.article-cover {
    border-radius: 0;
}

/* =============================================
   TRACK MODAL
   Blur lives on the overlay (backdrop-filter), never on the page itself:
   a filter on #pageContent/.player-bar re-parents position:fixed elements
   and repaints the whole page — that made the navbar/player vanish and
   the site feel slow while the modal was open.
   ============================================= */
.track-info-modal {
    transition: opacity 0.28s ease;
}
.track-info-overlay {
    background: rgba(8, 8, 10, 0.55);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

/* =============================================
   UITZENDINGEN (Gedraaid page — horizontal cards)
   ============================================= */
.uitzendingen-section .section-title--on-decor {
    color:var(--text);
    margin-bottom: 22px;
}
.uitzendingen-section .section-title--on-decor::after {
    background: var(--accent-light);
}
.uitzendingen-header {
    margin-bottom: 4px;
}
.uitzendingen-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}
.uitzending-card {
    display: grid;
    grid-template-columns: 132px minmax(0, 1fr);
    min-height: 132px;
    padding: 0;
    border: none;
    border-radius: var(--radius-md);
    overflow: hidden;
    cursor: pointer;
    text-align: left;
    background: #fff;
    color: #111;
    box-shadow:none;
    transition: transform 0.25s, box-shadow 0.25s;
    font: inherit;
}
.uitzending-card:hover {
    transform: translateY(-2px);
    box-shadow:none;
}
.uitzending-card.playing {
    outline: 2px solid var(--accent);
    outline-offset: 0;
}
.uitzending-card-media {
    position: relative;
    background: #1a1a1d;
    min-height: 132px;
}
.uitzending-card-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.uitzending-card-play {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.62);
    color:var(--text);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.95rem;
    opacity: 1;
    box-shadow:none;
    transition: transform 0.2s, background 0.2s, box-shadow 0.2s;
    pointer-events: none;
}
.uitzending-card-play i {
    margin-left: 2px; /* optical center for play triangle */
}
.uitzending-card:hover .uitzending-card-play,
.uitzending-card:focus-visible .uitzending-card-play {
    transform: translate(-50%, -50%) scale(1.08);
    background: rgba(0, 0, 0, 0.78);
}
.uitzending-card.playing .uitzending-card-play {
    background: var(--accent);
    box-shadow:none;
}
.uitzending-card.playing .uitzending-card-play i {
    margin-left: 0;
}
.uitzending-card-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 6px;
    padding: 18px 20px;
    background: #fff;
    min-width: 0;
}
.uitzending-card-title {
    font-family: var(--font-display);
    font-size: 1.12rem;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: #111;
    line-height: 1.25;
}
.uitzending-card-meta {
    font-size: 0.92rem;
    color: #333;
    font-weight: 500;
}
.uitzendingen-footer {
    display: flex;
    justify-content: flex-end;
    margin-top: 22px;
}
.empty-section-placeholder--on-decor {
    color:var(--text);
}
.empty-section-placeholder--on-decor i {
    color:var(--text-secondary);
}

@media (max-width: 768px) {
    .uitzendingen-grid {
        grid-template-columns: 1fr;
    }
    .uitzending-card {
        grid-template-columns: 108px minmax(0, 1fr);
        min-height: 108px;
    }
    .uitzending-card-media {
        min-height: 108px;
    }
    .uitzending-card-play {
        width: 42px;
        height: 42px;
        font-size: 0.88rem;
        opacity: 1;
        transform: translate(-50%, -50%);
    }
    .uitzending-card:hover .uitzending-card-play,
    .uitzending-card:focus-visible .uitzending-card-play {
        transform: translate(-50%, -50%) scale(1.06);
    }
    .uitzendingen-footer {
        justify-content: flex-start;
    }
}

/* =============================================
   NUMMERS DEZE MAAND + NUMMER DETAIL
   ============================================= */
.nummers-maand-section {
    padding-top: var(--space-section);
}
.nummers-maand-header {
    margin-bottom: 20px;
}
.nummers-maand-sub {
    margin: 8px 0 0;
    color: var(--text-muted, rgba(255, 255, 255, 0.65));
    font-size: 0.95rem;
}
.nummers-maand-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}
.nummer-card.is-hidden {
    display: none;
}
.nummers-maand-pagination {
    margin-top: 28px;
}
.nummer-card {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: inherit;
    background: var(--bg-card, #16161a);
    border: 1px solid var(--border, rgba(255, 255, 255, 0.08));
    border-radius: var(--radius-md, 12px);
    overflow: hidden;
    transition: transform 0.25s, box-shadow 0.25s, border-color 0.25s;
}
.nummer-card:hover {
    transform: translateY(-3px);
    border-color: rgba(var(--accent-rgb), 0.45);
    box-shadow:none;
}
.nummer-card-cover {
    position: relative;
    aspect-ratio: 1;
    background: #1a1a1d;
}
.nummer-card-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.nummer-card-rank {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 2;
    min-width: 26px;
    height: 26px;
    padding: 0 7px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    color: #fff;
    background: rgba(0, 0, 0, 0.58);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
}
.nummer-card-hint {
    display: none !important;
}
.nummer-card-body {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 14px 14px 16px;
    min-width: 0;
}
.nummer-card-title {
    font-weight: 700;
    font-size: 0.98rem;
    line-height: 1.25;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.nummer-card-artist {
    font-size: 0.88rem;
    color: var(--text-muted, rgba(255, 255, 255, 0.65));
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.nummer-card-plays {
    margin-top: 4px;
    font-size: 0.78rem;
    font-weight: 600;
    color: var(--accent-light);
}

.nummer-detail {
    padding: calc(var(--nav-h) + var(--top-banners-h, 0px) + env(safe-area-inset-top, 0px) + 32px) 0 var(--space-section);
}
.nummer-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin-bottom: 22px;
    font-size: 0.9rem;
    color: var(--text-muted, rgba(255, 255, 255, 0.65));
}
.nummer-breadcrumb a {
    color: var(--accent-light);
    text-decoration: none;
}
.nummer-breadcrumb a:hover {
    text-decoration: underline;
}
.nummer-hero {
    display: grid;
    grid-template-columns: minmax(180px, 280px) minmax(0, 1fr);
    gap: 28px 36px;
    align-items: end;
    margin-bottom: 36px;
}
.nummer-cover {
    border-radius: var(--radius-md, 12px);
    overflow: hidden;
    box-shadow:none;
    background: #1a1a1d;
}
.nummer-cover img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 1;
    object-fit: cover;
}
.nummer-kicker {
    margin: 0 0 6px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 0.75rem;
    font-weight: 700;
    color: var(--accent-light);
}
.nummer-title {
    margin: 0 0 8px;
    font-size: clamp(1.8rem, 4vw, 2.6rem);
    font-weight: 700;
    line-height: 1.1;
}
.nummer-artist {
    margin: 0 0 10px;
    font-size: 1.25rem;
    font-weight: 600;
}
.nummer-meta-line {
    margin: 0 0 18px;
    color: var(--text-muted, rgba(255, 255, 255, 0.65));
}
.nummer-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}
.nummer-music-search {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    flex: 0 0 auto;
}
.nummer-music-search .btn-music-search {
    flex: 0 0 auto;
    width: 40px;
    height: 40px;
    min-width: 40px;
    padding: 0;
    border-radius: 10px;
    font-size: 1.05rem;
}
.btn-music-search--spotify { background: #1DB954 !important; }
.btn-music-search--apple { background: #fc3c44 !important; }
.btn-music-search--deezer { background: #A238FF !important; }
.btn-music-search--youtube { background: #FF0000 !important; }
.nummer-actions .btn-ghost {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 0.65em 1.1em;
    border-radius: 999px;
    border: 1px solid var(--border, rgba(255, 255, 255, 0.14));
    background: transparent;
    color: inherit;
    text-decoration: none;
    font-weight: 600;
}
.nummer-actions .btn-ghost:hover {
    border-color: var(--accent-light);
    color: var(--accent-light);
}
.nummer-content-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.6fr) minmax(220px, 0.8fr);
    gap: 28px;
    align-items: start;
}
.nummer-section-title {
    margin: 0 0 14px;
    font-size: 1.15rem;
}
.nummer-summary-text {
    font-size: 1.05rem;
    line-height: 1.7;
    color:var(--text);
    max-width: 42rem;
}
.nummer-summary-text p {
    margin: 0 0 1em;
}
.nummer-summary-text p:last-child {
    margin-bottom: 0;
}
.nummer-artist-title {
    margin-top: 28px;
}
.nummer-source {
    margin-top: 16px;
    font-size: 0.82rem;
    color: var(--text-muted, rgba(255, 255, 255, 0.55));
}
.nummer-source a {
    color: var(--accent-light);
}
.nummer-loading {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    padding: 8px 0 4px;
    color: var(--muted, rgba(255,255,255,.62));
}
.nummer-loading i {
    font-size: 1.35rem;
    color: var(--accent-light);
}
.nummer-loading p {
    margin: 0;
    font-size: .95rem;
    line-height: 1.45;
}
.nummer-stats {
    padding: 20px;
    border-radius: var(--radius-md, 12px);
    background: var(--bg-card, #16161a);
    border: 1px solid var(--border, rgba(255, 255, 255, 0.08));
}
.nummer-stats-list {
    margin: 0;
    display: grid;
    gap: 16px;
}
.nummer-stats-list dt {
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--text-muted, rgba(255, 255, 255, 0.55));
    margin-bottom: 4px;
}
.nummer-stats-list dd {
    margin: 0;
    font-size: 1.15rem;
    font-weight: 700;
}
.nummer-back-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 20px;
    color: var(--accent-light);
    text-decoration: none;
    font-weight: 600;
    font-size: 0.92rem;
}
.nummer-back-link:hover {
    text-decoration: underline;
}

@media (max-width: 900px) {
    .nummers-maand-grid {
        grid-template-columns: 1fr !important;
        gap: 12px;
    }
    .nummer-hero {
        grid-template-columns: 160px minmax(0, 1fr);
        gap: 18px;
        align-items: center;
    }
    .nummer-content-grid {
        grid-template-columns: 1fr;
    }
}
@media (max-width: 640px) {
    .nummers-maand-grid {
        grid-template-columns: 1fr !important;
        gap: 10px;
    }
    .nummer-hero {
        grid-template-columns: 1fr;
    }
    .nummer-cover {
        max-width: 240px;
    }
}

/* =============================================
   SHOW / TEAM / ABOUT — news-style reading layout
   ============================================= */
.article-layout--profile {
    display: grid;
    grid-template-columns: 160px minmax(0, 1fr);
    gap: 36px 48px;
    align-items: start;
    padding-bottom: 48px;
}
.article-layout--profile .article-content {
    max-width: 40rem;
    font-size: 1.02rem;
    line-height: 1.75;
}

.profile-meta-person {
    margin: 0 0 14px;
    padding-bottom: 14px;
    border-bottom: 1px solid var(--border);
}
.profile-meta-label {
    display: block;
    margin: 0 0 6px;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--accent-light);
}
.profile-meta-name {
    display: block;
    font-family: var(--font-display, inherit);
    font-size: 1.05rem;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: -0.02em;
    color: var(--text);
}
.profile-meta-row {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin: 0 0 10px;
    color: var(--text-muted);
    font-size: 0.84rem;
    line-height: 1.45;
}
.profile-meta-row i {
    margin-top: 0.2em;
    font-size: 0.78rem;
    opacity: 0.75;
    color: var(--accent-light);
}

.article-back-link {
    margin-top: 2rem;
    padding-top: 1.25rem;
    border-top: 1px solid var(--border);
    font-size: 0.92rem;
}
.article-back-link a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--accent-light);
    text-decoration: none;
    font-weight: 600;
}
.article-back-link a:hover {
    color: var(--text);
}

.show-detail-empty {
    color: var(--text-muted);
    margin: 0;
}

@media (max-width: 900px) {
    .article-layout--profile {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .article-layout--profile .profile-meta {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        gap: 14px 24px;
    }
    .profile-meta-person {
        margin: 0;
        padding: 0;
        border-bottom: none;
        min-width: 140px;
    }
}
