/* =====================================================================
   Legato Radio - stijlblad
   Kleuren komen uit het logo: donker navy met goud.
   Opzet: lichte, luchtige pagina's met navy/goud accenten.
   ===================================================================== */

:root {
  /* Merkkleuren */
  --navy-diep:   #00071a;   /* donkerste blauw uit het logo */
  --navy:        #0b1b3a;
  --navy-zacht:  #16305c;
  --blauw:       #1d4e8f;
  --goud:        #d99a3c;
  --goud-licht:  #f0c069;
  --goud-diep:   #b87a22;

  /* Vlakken */
  --wit:         #ffffff;
  --papier:      #f6f8fc;
  --papier-2:    #eef2f9;
  --lijn:        #dfe6f2;

  /* Tekst */
  --tekst:       #16203a;
  --tekst-dim:   #5d6b86;

  /* Overig */
  --schaduw:     0 2px 4px rgba(11, 27, 58, .04), 0 12px 28px rgba(11, 27, 58, .07);
  --schaduw-l:   0 1px 2px rgba(11, 27, 58, .05), 0 6px 16px rgba(11, 27, 58, .06);
  --rond:        14px;
  --rond-s:      9px;
  --breedte:     1140px;
}

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

html { scroll-behavior: smooth; }

body {
  margin: 0;
  padding-bottom: 84px;              /* ruimte voor de vaste speler */
  background: var(--papier);
  color: var(--tekst);
  font-family: "Segoe UI", system-ui, -apple-system, "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; height: auto; }

a { color: var(--blauw); text-decoration: none; }
a:hover { text-decoration: underline; }

h1, h2, h3 {
  font-family: Georgia, "Times New Roman", serif;
  color: var(--navy);
  line-height: 1.2;
  margin: 0 0 .5em;
  letter-spacing: -.01em;
}
h1 { font-size: clamp(1.9rem, 4vw, 2.9rem); }
h2 { font-size: clamp(1.35rem, 2.4vw, 1.8rem); }
h3 { font-size: 1.05rem; }

p { margin: 0 0 1em; }

.omhulsel { width: min(100% - 2.5rem, var(--breedte)); margin-inline: auto; }

.kaal { list-style: none; padding: 0; margin: 0; }
.dim  { color: var(--tekst-dim); font-weight: 400; }
.klein{ font-size: .85rem; }
.goud { color: var(--goud-diep); }
.breek{ word-break: break-all; }
.block { display: block; }

.verborgen {
  position: absolute; width: 1px; height: 1px; overflow: hidden;
  clip: rect(0 0 0 0); clip-path: inset(50%); white-space: nowrap;
}

.skip {
  position: absolute; left: -9999px; top: 0; z-index: 200;
  background: var(--navy); color: #fff; padding: .7rem 1.1rem;
}
.skip:focus { left: 8px; top: 8px; }

:focus-visible { outline: 3px solid var(--goud); outline-offset: 2px; }

/* Honeypot-veld verbergen (bots zien 'm wel) */
.hp-veld { position: absolute; left: -5000px; width: 1px; height: 1px; overflow: hidden; }

/* ---------------------------------------------------------------
   Kop en menu
   --------------------------------------------------------------- */
.kop {
  position: sticky; top: 0; z-index: 60;
  background: rgba(255, 255, 255, .94);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--lijn);
}

/* --- Band 1: logo en klok -------------------------------------------- */
.kop-inhoud {
  display: flex; align-items: center; justify-content: space-between;
  gap: 1rem; padding: .65rem 0;
}

.merk { display: flex; align-items: center; gap: .8rem; color: inherit; }
.merk:hover { text-decoration: none; }
.merk img {
  border-radius: 10px; background: var(--navy-diep); padding: 2px;
  box-shadow: 0 3px 10px rgba(11, 27, 58, .18);
}
.merk-tekst { display: flex; flex-direction: column; line-height: 1.25; }
.merk-tekst strong {
  font-family: Georgia, serif; font-size: 1.3rem; color: var(--navy);
  letter-spacing: .01em;
}
.merk-tekst small { color: var(--tekst-dim); font-size: .78rem; }

/* Datum en tijd rechtsboven, naast het logo */
.kop-klok {
  margin-left: auto; text-align: right; line-height: 1.15;
  display: flex; flex-direction: column; align-items: flex-end;
}
.kop-klok-datum {
  font-size: .74rem; text-transform: uppercase; letter-spacing: .07em;
  color: var(--tekst-dim); font-weight: 600;
}
.kop-klok-tijd {
  font-family: Georgia, serif; font-size: 1.45rem; font-weight: 700;
  color: var(--navy); font-variant-numeric: tabular-nums;
}

/*
 * --- Band 2: de menubalk ---------------------------------------------
 * Eigen strook met een lichte ondergrond, zodat het menu een echte balk
 * is en niet een paar losse woordjes. Het menu staat links, de Popup
 * Player staat met margin-left:auto altíjd tegen de rechterrand - ook
 * als je onderdelen uitzet en er dus minder menu-items overblijven.
 * Daartussen valt "nu live" in het gat, zodat de balk nooit leeg oogt.
 */
.kop-balk {
  border-top: 1px solid var(--lijn);
  background: linear-gradient(180deg, #fbfcfe, #f2f5fb);
}
.menubalk {
  display: flex; align-items: center; gap: .8rem;
  min-height: 52px; padding: .3rem 0;
}

/*
 * Het menu blijft altijd op één regel. Wordt het krap, dan krimpt eerst
 * "nu live" en daarna mag het menu zelf zijwaarts schuiven - liever dat
 * dan een tweede regel met twee eenzame knopjes eronder.
 */
.hoofdmenu { flex: 0 1 auto; min-width: 0; overflow-x: auto; scrollbar-width: none; }
.hoofdmenu::-webkit-scrollbar { display: none; }
.hoofdmenu ul { display: flex; flex-wrap: nowrap; gap: .15rem; list-style: none; margin: 0; padding: 0; }
.hoofdmenu a {
  display: block; padding: .5rem .85rem; border-radius: 999px;
  color: var(--navy); font-weight: 600; font-size: .95rem;
  white-space: nowrap;
}
.hoofdmenu a:hover { background: rgba(11, 27, 58, .07); text-decoration: none; }
.hoofdmenu a.actief { background: var(--navy); color: #fff; }
.hoofdmenu a.actief:hover { background: var(--navy); }

/*
 * --- "Nu live" naast het logo ----------------------------------------
 * Staat in de bovenste band, tussen de stationsnaam en de klok. Daar is
 * altijd ruimte, ook als het menu vol staat, en het is meteen de eerste
 * vraag van een bezoeker: wat is er nú op de radio?
 */
.kop-live {
  margin: 0 0 0 1.6rem; display: flex; align-items: center; gap: .45rem;
  flex: 0 1 auto; min-width: 0; font-size: .85rem; color: var(--tekst-dim);
  padding: .3rem .8rem .3rem .6rem; border-radius: 999px;
  background: var(--papier-2); border: 1px solid var(--lijn);
}
.kop-live-stip {
  width: 8px; height: 8px; border-radius: 50%; flex: none;
  background: #34c26a; box-shadow: 0 0 0 0 rgba(52, 194, 106, .55);
  animation: leefstip 2.2s ease-out infinite;
}
@keyframes leefstip {
  0%   { box-shadow: 0 0 0 0 rgba(52, 194, 106, .55); }
  70%  { box-shadow: 0 0 0 7px rgba(52, 194, 106, 0); }
  100% { box-shadow: 0 0 0 0 rgba(52, 194, 106, 0); }
}
@media (prefers-reduced-motion: reduce) {
  .kop-live-stip { animation: none; }
}
.kop-live-label {
  font-size: .68rem; font-weight: 800; text-transform: uppercase;
  letter-spacing: .09em; color: var(--goud-diep); flex: none;
}
.kop-live-titel {
  color: var(--navy); font-weight: 600; min-width: 0;
  overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
}
.kop-live-dj { color: var(--tekst-dim); font-weight: 400; }

/* Popup Player-knop: altijd helemaal rechts in de balk. */
.menu-popupknop {
  display: inline-flex; align-items: center; gap: .45rem; flex: none;
  margin-left: .2rem; padding: .5rem 1rem; border-radius: 999px;
  font-weight: 700; font-size: .9rem;
  background: linear-gradient(135deg, var(--goud-licht), var(--goud));
  color: #2c1c02; border: 1px solid rgba(150, 100, 20, .35);
  box-shadow: 0 2px 8px rgba(180, 130, 40, .25);
}
.menu-popupknop:hover {
  background: linear-gradient(135deg, #f6d190, var(--goud-licht));
  color: #2c1c02; text-decoration: none;
}
/* De knop staat altijd tegen de rechterrand, hoeveel menu-items er ook zijn. */
.menubalk .menu-popupknop { margin-left: auto; }

/* Mobiel menu (werkt zonder JavaScript) */
.menu-schakelaar { display: none; }
.menu-knop { display: none; cursor: pointer; padding: .55rem; border-radius: var(--rond-s); }
.menu-knop span {
  display: block; width: 24px; height: 2px; background: var(--navy);
  border-radius: 2px; margin: 5px 0;
}

.kop-strook {
  background: linear-gradient(90deg, var(--navy) 0%, var(--navy-zacht) 100%);
  color: #e8eefc; font-size: .87rem; padding: .45rem 0;
}
.kop-strook strong { color: var(--goud-licht); font-weight: 600; }
.kop-strook .dim { color: #a9bade; }

.stip {
  display: inline-block; width: 8px; height: 8px; border-radius: 50%;
  background: #4ade80; margin-right: .45rem; vertical-align: middle;
  box-shadow: 0 0 0 0 rgba(74, 222, 128, .6);
  animation: pols 2s infinite;
}
@keyframes pols {
  70%  { box-shadow: 0 0 0 7px rgba(74, 222, 128, 0); }
  100% { box-shadow: 0 0 0 0 rgba(74, 222, 128, 0); }
}
@media (prefers-reduced-motion: reduce) { .stip { animation: none; } }

/* ---------------------------------------------------------------
   Held (bovenste blok op de homepage)
   --------------------------------------------------------------- */
.held {
  position: relative; overflow: hidden;
  background:
    radial-gradient(900px 500px at 78% 18%, rgba(29, 78, 143, .55) 0%, rgba(29, 78, 143, 0) 62%),
    radial-gradient(700px 420px at 8% 90%, rgba(217, 154, 60, .16) 0%, rgba(217, 154, 60, 0) 60%),
    linear-gradient(150deg, #050f24 0%, var(--navy) 45%, #143563 100%);
  color: #cfdcf3;
  padding: clamp(2.6rem, 6vw, 4.5rem) 0;
}

/* Volgt het DJ-display direct op de held? Dan lopen de twee donkere vlakken
   in elkaar over, met alleen een dun lijntje ertussen. */
.held + .dj-display { border-top: 1px solid rgba(255, 255, 255, .08); }

/* Zachte boog rechtsonder, net als op de referentiesite */
.held::after {
  content: ""; position: absolute; right: -12%; bottom: -55%;
  width: 70%; aspect-ratio: 1; border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, .07);
  box-shadow: inset 0 0 0 40px rgba(255, 255, 255, .022);
  pointer-events: none;
}
.held > .omhulsel { position: relative; z-index: 1; }

.held h1 { color: #fff; }
.held .goud { color: var(--goud-licht); }
.held .lead { color: #a7bade; }
.held .oogje { color: var(--goud-licht); }

.oogje-live { display: flex; align-items: center; gap: .1rem; }
.held-raster {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: clamp(1.5rem, 4vw, 3rem);
  /* Beide kolommen even hoog: de kaart bepaalt de hoogte van het blok en
     de tekst staat daar netjes in het midden tegenover. */
  align-items: stretch;
}
.held-tekst {
  display: flex; flex-direction: column; justify-content: center;
}
.oogje {
  text-transform: uppercase; letter-spacing: .16em; font-size: .74rem;
  font-weight: 700; color: var(--goud-diep); margin-bottom: .6rem;
}
.lead { font-size: 1.06rem; color: var(--tekst-dim); max-width: 46ch; }
.knoprij { display: flex; gap: .7rem; flex-wrap: wrap; margin-top: 1.2rem; }

/* ---------------------------------------------------------------
   Knoppen
   --------------------------------------------------------------- */
.knop {
  display: inline-block; border: 0; cursor: pointer;
  padding: .78rem 1.5rem; border-radius: 999px;
  font: inherit; font-weight: 700; font-size: .95rem;
  text-align: center; transition: transform .12s ease, box-shadow .12s ease;
}
.knop:hover { text-decoration: none; transform: translateY(-1px); }
.knop-goud {
  background: linear-gradient(135deg, var(--goud-licht), var(--goud));
  color: #3a2503; box-shadow: 0 4px 14px rgba(217, 154, 60, .35);
}
.knop-goud:hover { box-shadow: 0 7px 20px rgba(217, 154, 60, .45); }
.knop-lijn {
  background: transparent; color: var(--navy);
  box-shadow: inset 0 0 0 2px var(--navy);
}
.knop-lijn:hover { background: var(--navy); color: #fff; }
.knop-breed { width: 100%; }
.knop-klein { padding: .5rem 1rem; font-size: .85rem; background: var(--navy); color: #fff; }

.link-pijl { font-weight: 600; }
.link-pijl::after { content: " \2192"; }

/* ---------------------------------------------------------------
   Kaarten
   --------------------------------------------------------------- */
.kaart {
  background: var(--wit); border: 1px solid var(--lijn);
  border-radius: var(--rond); box-shadow: var(--schaduw); padding: 1.4rem;
}

.nu-kaart { padding: 1.5rem; }
.kaart-kop {
  display: flex; align-items: center; gap: .3rem;
  font-size: .8rem; font-weight: 700; text-transform: uppercase;
  letter-spacing: .1em; color: var(--tekst-dim); margin-bottom: 1rem;
}
.luisteraars { margin-left: auto; text-transform: none; letter-spacing: 0; font-weight: 500; }

.nu-rij { display: flex; gap: 1.1rem; align-items: center; }
.nu-cover {
  width: 120px; height: 120px; border-radius: 12px; object-fit: cover;
  background: var(--navy-diep); box-shadow: var(--schaduw-l); flex: none;
}
.nu-info { min-width: 0; }
.nu-artiest {
  font-family: Georgia, serif; font-size: 1.3rem; color: var(--navy);
  margin: 0 0 .15rem; line-height: 1.25;
}
.nu-titel { margin: 0 0 .3rem; color: var(--tekst-dim); }
.nu-meta { margin: 0; font-size: .82rem; color: var(--tekst-dim); }

.mini-kop {
  font-family: inherit; font-size: .78rem; text-transform: uppercase;
  letter-spacing: .1em; color: var(--tekst-dim); font-weight: 700;
  margin: 1.4rem 0 .6rem; padding-top: 1rem; border-top: 1px solid var(--lijn);
}

.historie { list-style: none; margin: 0; padding: 0; }
.historie li {
  display: flex; align-items: center; gap: .7rem;
  padding: .42rem 0; border-bottom: 1px dashed var(--lijn); font-size: .92rem;
}
.historie li:last-child { border-bottom: 0; }
.historie img {
  width: 34px; height: 34px; border-radius: 6px; object-fit: cover;
  background: var(--papier-2); flex: none;
}
.historie-leeg { color: var(--tekst-dim); }

/* ---------------------------------------------------------------
   Stroken en blokken
   --------------------------------------------------------------- */
.strook { padding: clamp(2rem, 4vw, 3.2rem) 0; }
.strook-licht { background: var(--wit); border-top: 1px solid var(--lijn); border-bottom: 1px solid var(--lijn); }

.uitzend-raster { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; }
.blok-kop {
  font-family: inherit; font-size: .76rem; text-transform: uppercase;
  letter-spacing: .12em; color: var(--tekst-dim); font-weight: 700; margin-bottom: .6rem;
}
.blok-titel { font-family: Georgia, serif; font-size: 1.32rem; color: var(--navy); margin: 0 0 .2rem; }
.blok-tijd  { font-size: .87rem; color: var(--goud-diep); font-weight: 600; margin: 0 0 .6rem; }
.blok-tekst { color: var(--tekst-dim); margin-bottom: .8rem; }
.blok-goud {
  background: linear-gradient(160deg, #fffaf1, #fdf1dd);
  border-color: #f0dcb6;
}

.over-raster { display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(1.5rem, 4vw, 3rem); align-items: start; }
/* Zonder min-width:0 mag een grid-kolom nooit smaller worden dan zijn
   langste woord - dat duwt op een smalle telefoon de hele pagina scheef. */
.over-raster > * { min-width: 0; }

.vinkjes { list-style: none; padding: 0; margin: 0 0 1rem; }
.vinkjes li { padding-left: 1.7rem; position: relative; margin-bottom: .5rem; }
.vinkjes li::before {
  content: ""; position: absolute; left: 0; top: .55em;
  width: 9px; height: 5px; border-left: 2px solid var(--goud);
  border-bottom: 2px solid var(--goud); transform: rotate(-45deg);
}

.stream-link { display: flex; gap: .5rem; align-items: center; }
.stream-invoer {
  flex: 1; min-width: 0; padding: .5rem .7rem; font-size: .8rem;
  border: 1px solid var(--lijn); border-radius: var(--rond-s);
  background: var(--papier); color: var(--tekst-dim); font-family: monospace;
}

/* ---------------------------------------------------------------
   Paginakop (binnenpagina's)
   --------------------------------------------------------------- */
.pagina-kop {
  background: linear-gradient(180deg, #eef3fc, var(--papier));
  padding: clamp(1.8rem, 4vw, 2.8rem) 0 clamp(1rem, 2vw, 1.4rem);
  border-bottom: 1px solid var(--lijn);
}
.pagina-kop h1 { margin-bottom: .2rem; }

/* ---------------------------------------------------------------
   Programmering
   --------------------------------------------------------------- */
.dagkiezer { display: flex; gap: .4rem; flex-wrap: wrap; margin-bottom: 1.6rem; }
.dagknop {
  padding: .55rem 1.05rem; border-radius: 999px; background: var(--wit);
  border: 1px solid var(--lijn); color: var(--navy); font-weight: 600; font-size: .92rem;
}
.dagknop:hover { border-color: var(--goud); text-decoration: none; }
.dagknop-actief { background: var(--navy); border-color: var(--navy); color: #fff; }
.dagknop-vandaag:not(.dagknop-actief) { border-color: var(--goud); }
.dag-kort { display: none; }

.dag-titel { display: flex; align-items: center; gap: .6rem; margin-bottom: 1rem; }

.badge {
  display: inline-block; font-family: "Segoe UI", system-ui, sans-serif;
  font-size: .68rem; font-weight: 700; text-transform: uppercase; letter-spacing: .09em;
  background: var(--papier-2); color: var(--tekst-dim);
  padding: .18rem .55rem; border-radius: 999px; vertical-align: middle;
}
.badge-live { background: var(--goud); color: #3a2503; }

.schema { display: grid; gap: .6rem; margin-bottom: 1.4rem; }
.schema-rij {
  display: grid; grid-template-columns: 165px 1fr; gap: 1rem;
  background: var(--wit); border: 1px solid var(--lijn);
  border-left: 4px solid var(--lijn);
  border-radius: var(--rond-s); padding: .95rem 1.2rem;
  box-shadow: var(--schaduw-l);
}
.schema-nu { border-left-color: var(--goud); background: linear-gradient(90deg, #fffaf1, #fff 40%); }
.schema-tijd {
  font-family: Georgia, serif; font-size: 1.12rem; color: var(--navy); font-weight: 700;
  white-space: nowrap;
}
.schema-titel { font-weight: 700; color: var(--navy); margin: 0 0 .1rem; font-size: 1.05rem; }
.schema-dj    { margin: 0 0 .25rem; color: var(--goud-diep); font-size: .88rem; font-weight: 600; }
.schema-tekst { margin: 0; color: var(--tekst-dim); font-size: .92rem; }

/* ---------------------------------------------------------------
   Formulieren
   --------------------------------------------------------------- */
.formulier-raster { display: grid; grid-template-columns: 1.5fr .8fr; gap: 1.4rem; align-items: start; }
.formulier-kaart { padding: clamp(1.3rem, 3vw, 2rem); }

.veld { margin-bottom: 1.05rem; }
.veld-rij { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.veld label { display: block; font-weight: 600; font-size: .92rem; margin-bottom: .32rem; color: var(--navy); }
.verplicht { color: #c0392b; }

.formulier input[type="text"],
.formulier input[type="email"],
.formulier textarea {
  width: 100%; padding: .72rem .9rem; font: inherit; font-size: .97rem;
  border: 1px solid var(--lijn); border-radius: var(--rond-s);
  background: var(--papier); color: var(--tekst);
  transition: border-color .12s ease, background .12s ease;
}
.formulier input:focus, .formulier textarea:focus {
  background: #fff; border-color: var(--blauw); outline: none;
  box-shadow: 0 0 0 3px rgba(29, 78, 143, .12);
}
.formulier textarea { resize: vertical; min-height: 110px; }
.hulp { display: block; color: var(--tekst-dim); font-size: .82rem; margin-top: .28rem; }

.melding { padding: 1rem 1.15rem; border-radius: var(--rond-s); margin-bottom: 1.2rem; }
.melding p:last-child, .melding ul { margin-bottom: 0; }
.melding ul { margin-top: .4rem; padding-left: 1.2rem; }
.melding-ok   { background: #eaf7ee; border: 1px solid #b7e0c3; color: #1c5c31; }
.melding-fout { background: #fdeceb; border: 1px solid #f3c2bd; color: #8f2b21; }
.melding-info { background: var(--papier-2); border: 1px solid var(--lijn); color: var(--tekst-dim); }

.zijkaart { background: linear-gradient(170deg, #fff, #f9fbff); }
.contact-lijst li { margin-bottom: .8rem; }

/* ---------------------------------------------------------------
   Voet
   --------------------------------------------------------------- */
.voet { background: var(--navy-diep); color: #c3cee6; margin-top: 0; }
.voet-raster {
  display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr;
  gap: 2rem; padding: 2.6rem 0 2rem;
}
.voet h3 { color: var(--goud-licht); font-family: inherit; font-size: .8rem;
  text-transform: uppercase; letter-spacing: .12em; margin-bottom: .8rem; }
.voet a { color: #c3cee6; }
.voet a:hover { color: var(--goud-licht); }
.voet li { margin-bottom: .35rem; }
.voet-logo { border-radius: 10px; margin-bottom: .6rem; }
.voet-tekst { color: #93a2c2; font-size: .92rem; max-width: 30ch; }
.sociaal { display: flex; gap: .8rem; flex-wrap: wrap; margin-top: .8rem; font-size: .9rem; }
.voet-onder {
  border-top: 1px solid rgba(255, 255, 255, .08);
  padding: .9rem 0; font-size: .84rem; color: #7d8cad;
}

/* ---------------------------------------------------------------
   Vaste speler onderaan
   --------------------------------------------------------------- */
.balk {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 80;
  background: linear-gradient(90deg, var(--navy-diep), var(--navy));
  border-top: 2px solid var(--goud);
  box-shadow: 0 -6px 24px rgba(0, 7, 26, .28);
  color: #fff;
}
.balk-inhoud { display: flex; align-items: center; gap: 1rem; padding: .7rem 0; }

.speelknop {
  flex: none; width: 50px; height: 50px; border-radius: 50%; border: 0; cursor: pointer;
  background: linear-gradient(135deg, var(--goud-licht), var(--goud));
  display: grid; place-items: center;
  box-shadow: 0 3px 12px rgba(217, 154, 60, .45);
  transition: transform .12s ease;
}
.speelknop:hover { transform: scale(1.06); }
.speelknop-groot { width: clamp(52px, 10vh, 68px); height: clamp(52px, 10vh, 68px); margin: 0 auto; flex: none; }

.ic-play {
  width: 0; height: 0; margin-left: 4px;
  border-left: 15px solid #2c1c02;
  border-top: 9px solid transparent; border-bottom: 9px solid transparent;
}
.speelknop-groot .ic-play { border-left-width: 20px; border-top-width: 12px; border-bottom-width: 12px; }

.ic-pause {
  width: 15px; height: 17px; margin-left: 0;
  border-left: 5px solid #2c1c02; border-right: 5px solid #2c1c02;
  border-top: 0; border-bottom: 0; background: transparent;
}
.speelknop-groot .ic-pause { width: 20px; height: 23px; border-left-width: 7px; border-right-width: 7px; }

/*
 * Wachtstand: het icoon knippert rustig zolang de eerste seconde muziek
 * nog onderweg is. Zo zie je direct na de klik dat er iets gebeurt.
 */
.bezig .ic-play, .bezig .ic-pause,
.bezig .ic-play-klein, .bezig .ic-pause-klein {
  opacity: .45; animation: wacht 1s ease-in-out infinite;
}
@keyframes wacht {
  0%, 100% { opacity: .35; }
  50%      { opacity: .85; }
}
@media (prefers-reduced-motion: reduce) {
  .bezig .ic-play, .bezig .ic-pause,
  .bezig .ic-play-klein, .bezig .ic-pause-klein { animation: none; }
}

.balk-cover { width: 46px; height: 46px; border-radius: 8px; object-fit: cover; flex: none; background: #000; }
.balk-tekst { min-width: 0; flex: 1; line-height: 1.3; }
.balk-label {
  display: block; font-size: .66rem; text-transform: uppercase; letter-spacing: .14em;
  color: var(--goud-licht); font-weight: 700;
}
.balk-titel {
  display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
  font-size: .95rem; color: #eef2fb;
}
.balk-volume { flex: none; width: 130px; }

input[type="range"] {
  width: 100%; height: 4px; appearance: none; -webkit-appearance: none;
  background: rgba(255, 255, 255, .25); border-radius: 3px; cursor: pointer;
}
input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none; width: 15px; height: 15px; border-radius: 50%;
  background: var(--goud-licht); border: 0;
}
input[type="range"]::-moz-range-thumb {
  width: 15px; height: 15px; border-radius: 50%; background: var(--goud-licht); border: 0;
}

/* ---------------------------------------------------------------
   Popup-speler
   --------------------------------------------------------------- */
/*
 * Het popup-venster mag NOOIT scrollen. Daarom is de body precies zo hoog
 * als het venster (overflow verborgen) en meten alle onderdelen zichzelf
 * mee in vh: wordt het venster lager, dan krimpen de hoes, de marges en de
 * letters gewoon mee. Zo past de speler van een klein telefoonvenster tot
 * een ruime popup zonder ooit een scrollbalk te tonen.
 */
.popup-body {
  padding: 0; margin: 0; background: var(--navy-diep); color: #fff;
  height: 100vh; height: 100dvh; overflow: hidden;
  display: grid; place-items: center;
}
.popup-speler-kaart {
  text-align: center; width: min(100%, 340px); height: 100%;
  padding: clamp(.5rem, 2vh, 1.3rem) 1.1rem;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: clamp(.2rem, 1vh, .55rem);
}
.popup-logo { border-radius: 12px; width: clamp(34px, 7vh, 56px); height: auto; }
.popup-naam {
  font-family: Georgia, serif; color: var(--goud-licht); margin: 0;
  font-size: clamp(.95rem, 2.4vh, 1.2rem);
}
.popup-cover {
  width: min(62vw, 26vh, 170px); height: auto; aspect-ratio: 1;
  max-width: 100%; border-radius: 14px; object-fit: cover;
  background: #000; box-shadow: 0 10px 30px rgba(0, 0, 0, .5);
  margin: clamp(.2rem, 1.4vh, .8rem) 0;
}
/* Lange titels afkappen in plaats van over drie regels laten lopen. */
.popup-artiest, .popup-titel {
  max-width: 100%; margin: 0;
  overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
}
.popup-artiest { font-family: Georgia, serif; font-size: clamp(.9rem, 2.2vh, 1.05rem); color: #fff; }
.popup-titel   { color: #a9bade; font-size: clamp(.78rem, 1.8vh, .9rem); }
.popup-volume  { width: 170px; max-width: 100%; margin: 0 auto; }

/* Is het venster laag, dan gaan de minst belangrijke dingen eruit. */
@media (max-height: 520px) {
  .popup-body .popup-logo, .popup-body .popup-naam { display: none; }
}
@media (max-height: 430px) {
  .popup-body .popup-links { display: none; }
}
@media (max-height: 380px) {
  .popup-body .popup-dj { display: none; }
}

/* ---------------------------------------------------------------
   Responsief
   --------------------------------------------------------------- */
@media (max-width: 960px) {
  .held-raster,
  .over-raster,
  .formulier-raster { grid-template-columns: 1fr; }
  .uitzend-raster   { grid-template-columns: 1fr; }
  .voet-raster      { grid-template-columns: 1fr 1fr; }
}

/*
 * Wordt het krap in de bovenste band? Dan wijkt eerst de naam van de DJ
 * en daarna het hele "nu live"-strookje. Logo, klok en menu blijven staan.
 */
@media (max-width: 1080px) {
  .kop-live-dj { display: none; }
}
@media (max-width: 980px) {
  .kop-live { display: none; }
}
/* Tussenmaat: het menu iets compacter zodat alle acht items passen. */
@media (max-width: 1120px) and (min-width: 981px) {
  .hoofdmenu a { padding: .5rem .62rem; font-size: .89rem; }
  .menu-popupknop { padding: .5rem .8rem; font-size: .85rem; }
}

@media (max-width: 980px) {
  .menu-knop { display: block; }

  /*
   * De klok blijft naast het logo staan in plaats van op een eigen regel.
   * Daarvoor mag de merknaam krimpen; de slogan valt weg als het krap wordt.
   */
  .merk { flex: 1 1 auto; min-width: 0; }
  .merk-tekst { min-width: 0; }
  .merk-tekst strong { display: block; overflow: hidden; text-overflow: ellipsis; }

  .kop-klok { flex: none; margin-left: auto; margin-right: .3rem; }
  .kop-klok-tijd  { font-size: 1.15rem; }
  .kop-klok-datum { font-size: .62rem; letter-spacing: .04em; }

  /*
   * De hele menubalk is op telefoon en tablet het uitklapmenu. De
   * schakelaar staat als eerste kind in <header>, dus de broerselector
   * bereikt hem. Zo blijft het uitklappen werken zonder JavaScript.
   */
  .kop-balk { display: none; }
  .menu-schakelaar:checked ~ .kop-balk { display: block; }

  .menubalk {
    flex-direction: column; align-items: stretch;
    gap: .35rem; padding: .5rem 0 .8rem; min-height: 0;
  }
  .hoofdmenu { overflow: visible; }
  .hoofdmenu ul { flex-direction: column; gap: .1rem; }
  .hoofdmenu a { padding: .7rem .9rem; border-radius: var(--rond-s); }

  /* In het uitklapmenu staat de Popup Player-knop over de volle breedte. */
  .menubalk .menu-popupknop {
    display: flex; justify-content: center; margin: .4rem 0 0; padding: .75rem 1rem;
  }
}

@media (max-width: 760px) {
  .nu-rij { flex-direction: column; text-align: center; }
  .nu-cover { width: 150px; height: 150px; }

  .schema-rij { grid-template-columns: 1fr; gap: .25rem; }
  .dag-lang { display: none; }
  .dag-kort { display: inline; }
  .dagkiezer { gap: .3rem; }
  .dagknop { padding: .5rem .85rem; }

  .veld-rij { grid-template-columns: 1fr; }
  .voet-raster { grid-template-columns: 1fr; gap: 1.4rem; }

  .balk-volume { display: none; }
  .balk-inhoud { gap: .7rem; }
}

@media (max-width: 420px) {
  .merk-tekst small { display: none; }
  .merk img { width: 44px; height: 44px; }
}

/* =====================================================================
   Uitbreidingen: DJ-display, nieuws, playlist, weer, cookiemelding
   ===================================================================== */

.strook-kop {
  display: flex; align-items: baseline; justify-content: space-between;
  gap: 1rem; flex-wrap: wrap; margin-bottom: 1.2rem;
}
.strook-kop h2 { margin: 0; }

.tunein-regel { margin-top: .9rem; }

/* ---------------------------------------------------------------
   DJ-display
   --------------------------------------------------------------- */
.dj-display {
  background: linear-gradient(120deg, var(--navy-diep) 0%, var(--navy) 55%, var(--navy-zacht) 100%);
  color: #e9eefb; padding: clamp(1.6rem, 3.5vw, 2.4rem) 0;
  position: relative; overflow: hidden;
}
.dj-display::after {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(600px 200px at 15% 0%, rgba(240, 192, 105, .16), transparent 65%);
  pointer-events: none;
}
.dj-raster {
  display: grid; grid-template-columns: 1.6fr .9fr; gap: clamp(1.2rem, 3vw, 2.5rem);
  align-items: center; position: relative; z-index: 1;
}

.dj-nu { display: flex; gap: 1.4rem; align-items: center; }

.dj-foto-ring { position: relative; flex: none; }
.dj-foto {
  width: 130px; height: 130px; border-radius: 50%; object-fit: cover;
  background: #0a1224; border: 3px solid var(--goud);
  box-shadow: 0 0 0 6px rgba(217, 154, 60, .16), 0 12px 30px rgba(0, 0, 0, .45);
}
.dj-live {
  position: absolute; bottom: 2px; left: 50%; transform: translateX(-50%);
  background: #e0473c; color: #fff; font-size: .64rem; font-weight: 800;
  text-transform: uppercase; letter-spacing: .12em;
  padding: .16rem .6rem; border-radius: 999px; box-shadow: 0 3px 10px rgba(0, 0, 0, .4);
}

.dj-tekst { min-width: 0; }
.dj-label {
  font-size: .7rem; text-transform: uppercase; letter-spacing: .16em;
  color: var(--goud-licht); font-weight: 700; margin: 0 0 .25rem;
}
.dj-naam { font-family: Georgia, serif; font-size: clamp(1.6rem, 3.2vw, 2.3rem); margin: 0 0 .15rem; color: #fff; }
.dj-programma { margin: 0 0 .35rem; color: #cbd6ee; font-weight: 600; }
.dj-programma .dim { color: #8fa2c8; font-weight: 400; }
.dj-bio { margin: 0 0 .8rem; color: #9fb0d2; font-size: .93rem; max-width: 52ch; }

.dj-balk {
  height: 6px; background: rgba(255, 255, 255, .13); border-radius: 4px; overflow: hidden; max-width: 420px;
}
.dj-balk span {
  display: block; height: 100%;
  background: linear-gradient(90deg, var(--goud), var(--goud-licht));
}

.dj-straks {
  background: rgba(255, 255, 255, .05); border: 1px solid rgba(255, 255, 255, .1);
  border-radius: var(--rond); padding: 1.1rem 1.2rem;
}
.dj-straks-rij { display: flex; gap: .8rem; align-items: center; margin-bottom: .6rem; }
.dj-foto-klein {
  width: 58px; height: 58px; border-radius: 50%; object-fit: cover;
  background: #0a1224; border: 2px solid rgba(240, 192, 105, .55); flex: none;
}
.dj-naam-klein { font-family: Georgia, serif; font-size: 1.15rem; margin: 0; color: #fff; }
.dj-straks .klein.dim { color: #93a4c6; }
.dj-straks a { color: var(--goud-licht); }

/* ---------------------------------------------------------------
   Nieuws
   --------------------------------------------------------------- */
.nieuws-raster { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; }
.nieuws-kaart { padding: 0; overflow: hidden; display: flex; flex-direction: column; }
.nieuws-foto-link { display: block; }
.nieuws-foto {
  width: 100%; aspect-ratio: 16 / 9; object-fit: cover; background: var(--papier-2); display: block;
  transition: transform .3s ease;
}
.nieuws-foto-link:hover .nieuws-foto { transform: scale(1.03); }
.nieuws-inhoud { padding: 1.1rem 1.2rem 1.3rem; }
.nieuws-datum {
  font-size: .76rem; text-transform: uppercase; letter-spacing: .1em;
  color: var(--goud-diep); font-weight: 700; margin: 0 0 .35rem;
}
.nieuws-titel { font-size: 1.2rem; margin: 0 0 .45rem; line-height: 1.3; }
.nieuws-titel a { color: var(--navy); }
.nieuws-titel a:hover { color: var(--blauw); text-decoration: none; }
.nieuws-intro { color: var(--tekst-dim); font-size: .93rem; margin-bottom: .7rem; }

.nieuws-lijst { display: grid; gap: 1.1rem; margin-bottom: 1.6rem; }
.nieuws-rij { display: grid; grid-template-columns: 280px 1fr; gap: 1.3rem; padding: 0; overflow: hidden; }
.nieuws-rij-foto img { width: 100%; height: 100%; min-height: 170px; object-fit: cover; display: block; background: var(--papier-2); }
.nieuws-rij-tekst { padding: 1.2rem 1.4rem 1.2rem 0; }

.paginering { display: flex; gap: .4rem; flex-wrap: wrap; justify-content: center; }

/* Nieuwsbericht */
.bericht { max-width: 760px; margin-inline: auto; }
.kruimels { font-size: .84rem; color: var(--tekst-dim); margin-bottom: .8rem; }
.bericht-titel { margin-bottom: .25rem; }
.bericht-datum { color: var(--goud-diep); font-weight: 600; font-size: .88rem; margin-bottom: 1.2rem; }
.bericht-figuur { margin: 0 0 1.4rem; }
.bericht-figuur img { width: 100%; border-radius: var(--rond); display: block; }
.bericht-figuur figcaption { font-size: .82rem; color: var(--tekst-dim); margin-top: .5rem; }
.bericht-intro { font-size: 1.1rem; color: var(--navy); font-weight: 600; }
.bericht-tekst { font-size: 1.02rem; }

/* ---------------------------------------------------------------
   Playlist
   --------------------------------------------------------------- */
.playlist-balk {
  display: flex; gap: 1rem; justify-content: space-between; align-items: center;
  flex-wrap: wrap; margin-bottom: 1.4rem;
}
.playlist-balk .dagkiezer { margin-bottom: 0; }
.playlist-balk .popup-speler { white-space: nowrap; }

.uurblok { margin-bottom: 1.6rem; }
.uurkop {
  display: flex; align-items: baseline; gap: .7rem;
  font-family: inherit; font-size: .82rem; text-transform: uppercase; letter-spacing: .1em;
  color: var(--tekst-dim); font-weight: 700;
  padding-bottom: .5rem; border-bottom: 2px solid var(--lijn); margin-bottom: .3rem;
}
.uurtijd { color: var(--navy); font-size: .95rem; letter-spacing: .04em; }

.pl-lijst { display: grid; }
.pl-rij {
  display: grid; grid-template-columns: 54px 46px 1fr; gap: .9rem;
  align-items: center; padding: .55rem .3rem; border-bottom: 1px solid var(--lijn);
}
.pl-rij:hover { background: var(--wit); }
.pl-tijd { font-family: Georgia, serif; color: var(--navy); font-weight: 700; font-size: .95rem; }
.pl-cover { width: 46px; height: 46px; border-radius: 7px; object-fit: cover; background: var(--papier-2); }
.pl-info { display: flex; flex-direction: column; min-width: 0; }
.pl-artiest { font-weight: 700; color: var(--navy); }
.pl-titel { color: var(--tekst-dim); font-size: .92rem; }
/* Eén regel zonder streepje: dan krijgt die regel het gewicht van een titel. */
.pl-titel-alleen { font-weight: 700; color: var(--navy); font-size: 1rem; }
.recent-raster { display: grid; grid-template-columns: repeat(6, 1fr); gap: 1rem; }
.recent-kaart { text-align: center; }
.recent-kaart img {
  width: 100%; max-width: 110px; aspect-ratio: 1; object-fit: cover;
  border-radius: 10px; background: var(--papier-2); box-shadow: var(--schaduw-l);
}
.recent-artiest { font-weight: 700; font-size: .86rem; margin: .5rem 0 0; color: var(--navy); }
.recent-titel { font-size: .82rem; color: var(--tekst-dim); margin: 0; }
.recent-tijd { font-size: .76rem; color: var(--goud-diep); margin: .2rem 0 0; font-weight: 600; }

/* ---------------------------------------------------------------
   Weer
   --------------------------------------------------------------- */
.weer-blok { background: linear-gradient(165deg, #f2f7ff, #ffffff); border-color: #d9e6f7; }
.weer-nu { display: flex; align-items: center; gap: 1rem; margin-bottom: .9rem; }
.weer-graden {
  font-family: Georgia, serif; font-size: 2.9rem; line-height: 1; color: var(--navy); font-weight: 700;
}
.weer-tekst { font-weight: 700; color: var(--navy); margin: 0 0 .1rem; }

.weer-dagen { border-top: 1px solid var(--lijn); padding-top: .6rem; }
.weer-dagen li {
  display: grid; grid-template-columns: 54px 26px 38px 38px 1fr; gap: .4rem;
  align-items: center; padding: .34rem 0; font-size: .9rem;
  border-bottom: 1px dashed var(--lijn);
}
.weer-dagen li:last-child { border-bottom: 0; }
.weer-dag { font-weight: 700; color: var(--navy); text-transform: capitalize; }
.weer-max { font-weight: 700; }
.weer-omschrijving { text-align: right; }

/* Weersymbolen, met CSS getekend zodat er geen plaatjes nodig zijn */
.weer-icoon { width: 20px; height: 20px; display: inline-block; position: relative; }
.weer-icoon::before, .weer-icoon::after { content: ""; position: absolute; }
.weer-zon::before {
  width: 15px; height: 15px; border-radius: 50%; background: var(--goud); left: 2px; top: 2px;
  box-shadow: 0 0 0 3px rgba(217, 154, 60, .22);
}
.weer-halfzon::before { width: 12px; height: 12px; border-radius: 50%; background: var(--goud); left: 0; top: 1px; }
.weer-halfzon::after { width: 13px; height: 8px; border-radius: 8px; background: #b8c6dd; right: 0; bottom: 3px; }
.weer-wolk::before { width: 18px; height: 9px; border-radius: 9px; background: #9fb0c8; left: 1px; bottom: 4px; }
.weer-wolk::after  { width: 9px; height: 9px; border-radius: 50%; background: #9fb0c8; left: 5px; top: 3px; }
.weer-regen::before { width: 17px; height: 8px; border-radius: 8px; background: #8fa1bb; left: 1px; top: 4px; }
.weer-regen::after  { width: 2px; height: 7px; border-radius: 2px; background: #4d8fd6; left: 9px; bottom: 0;
  box-shadow: -5px 0 0 #4d8fd6, 5px 0 0 #4d8fd6; }
.weer-sneeuw::before { width: 17px; height: 8px; border-radius: 8px; background: #a8b7cd; left: 1px; top: 4px; }
.weer-sneeuw::after  { width: 4px; height: 4px; border-radius: 50%; background: #6fa8dc; left: 8px; bottom: 1px;
  box-shadow: -6px 0 0 #6fa8dc, 6px 0 0 #6fa8dc; }
.weer-mist::before { width: 18px; height: 2px; border-radius: 2px; background: #a8b7cd; left: 1px; top: 6px;
  box-shadow: 0 5px 0 #a8b7cd, 0 10px 0 #a8b7cd; }
.weer-onweer::before { width: 17px; height: 8px; border-radius: 8px; background: #7b8ba5; left: 1px; top: 3px; }
.weer-onweer::after {
  width: 0; height: 0; left: 8px; bottom: 0;
  border-left: 4px solid transparent; border-right: 4px solid transparent; border-bottom: 8px solid var(--goud);
}

/* ---------------------------------------------------------------
   Gastenboek
   --------------------------------------------------------------- */
/*
 * Het gastenboek staat op één kolom: eerst de uitklapper om zelf iets te
 * schrijven, daaronder alle berichten. Geen tweede kolom ernaast, zodat de
 * berichten de volle breedte krijgen en de pagina van boven naar beneden
 * leest.
 */
.gastenboek { max-width: 820px; margin: 0 auto; }

.gast-uitklap {
  background: #fff; border: 1px solid var(--lijn); border-radius: var(--rond);
  box-shadow: var(--schaduw); margin-bottom: 1.6rem; overflow: hidden;
}
.gast-uitklap-knop {
  cursor: pointer; padding: 1rem 1.3rem; font-weight: 700; color: var(--navy);
  list-style: none; user-select: none;
}
.gast-uitklap-knop::-webkit-details-marker { display: none; }
.gast-uitklap-knop::marker { content: ""; }
.gast-uitklap-tekst { display: flex; align-items: center; gap: .6rem; }
.gast-uitklap-knop:hover { background: var(--papier-2); }
.gast-uitklap-knop:hover .ic-plus { color: var(--navy); }
.gast-uitklap-knop .ic-plus { transition: transform .2s ease; color: var(--goud-diep); flex: none; }
.gast-uitklap-hint {
  margin-left: auto; font-weight: 500; font-size: .78rem; color: var(--tekst-dim);
}
.gast-uitklap[open] .gast-uitklap-knop {
  border-bottom: 1px solid var(--lijn); background: var(--papier-2);
}
.gast-uitklap[open] .gast-uitklap-knop .ic-plus { transform: rotate(45deg); }
.gast-uitklap[open] .gast-uitklap-hint::after { content: "sluiten"; }
.gast-uitklap[open] .gast-uitklap-hint { font-size: 0; }
.gast-uitklap[open] .gast-uitklap-hint::after { font-size: .78rem; }
.gast-uitklap-paneel { padding: 1.3rem; }

/* --- Smileys onder het tekstvak -------------------------------------- */
.smileybalk {
  display: flex; flex-wrap: wrap; gap: .25rem; align-items: center;
  margin-top: .5rem; padding: .5rem .6rem;
  background: var(--papier-2); border: 1px solid var(--lijn); border-radius: var(--rond-s);
}
.smileybalk-label {
  font-size: .72rem; text-transform: uppercase; letter-spacing: .08em;
  color: var(--tekst-dim); font-weight: 700; margin-right: .35rem;
}
.smiley {
  border: 0; background: transparent; cursor: pointer; line-height: 1;
  font-size: 1.25rem; padding: .2rem .25rem; border-radius: 6px;
}
.smiley:hover  { background: #fff; transform: scale(1.2); }
.smiley:active { transform: scale(1); }

.gast-teller { margin: 0 0 .6rem; }
.gast-naam a { color: var(--navy); text-decoration: underline; text-underline-offset: 2px; }
.gast-naam a:hover { color: var(--goud-diep); }

.gast-lijst { display: grid; gap: 1rem; margin-bottom: 1.4rem; }
.gast-kop { display: flex; gap: .8rem; align-items: center; margin-bottom: .7rem; }
.gast-avatar {
  width: 42px; height: 42px; border-radius: 50%; flex: none;
  background: linear-gradient(135deg, var(--navy), var(--navy-zacht));
  color: var(--goud-licht); font-family: Georgia, serif; font-size: 1.2rem; font-weight: 700;
  display: grid; place-items: center;
}
.gast-naam { margin: 0; font-weight: 700; color: var(--navy); }
.gast-datum { margin: 0; }
.gast-tekst p:last-child { margin-bottom: 0; }
.gast-reactie {
  margin-top: .9rem; padding: .8rem 1rem; border-left: 3px solid var(--goud);
  background: #fffaf1; border-radius: 0 var(--rond-s) var(--rond-s) 0;
}
.gast-reactie p { margin-bottom: .3rem; }
.gast-reactie p:last-child { margin-bottom: 0; }

/* ---------------------------------------------------------------
   Tekstpagina (privacy)
   --------------------------------------------------------------- */
.tekstpagina { max-width: 760px; margin-inline: auto; }
.tekstpagina h2 { margin-top: 2rem; }
.tekstpagina h3 { margin-top: 1.3rem; color: var(--navy); }

.tabel { width: 100%; border-collapse: collapse; margin: 1rem 0 1.4rem; font-size: .92rem; }
.tabel th, .tabel td { text-align: left; padding: .6rem .7rem; border-bottom: 1px solid var(--lijn); vertical-align: top; }
.tabel th { color: var(--navy); font-size: .8rem; text-transform: uppercase; letter-spacing: .07em; }
.tabel code { background: var(--papier-2); padding: .1rem .35rem; border-radius: 4px; font-size: .85em; }

/* ---------------------------------------------------------------
   Speelbalk: extra knoppen
   --------------------------------------------------------------- */
.balk-tunein, .balk-popup {
  flex: none; color: #cbd6ee; border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 999px; padding: .35rem .8rem; font-size: .78rem; font-weight: 700;
}
.balk-tunein:hover, .balk-popup:hover {
  background: var(--goud); color: #2c1c02; border-color: var(--goud); text-decoration: none;
}
.balk-popup { padding: .35rem .6rem; font-size: .95rem; line-height: 1; }

.popup-dj {
  display: flex; align-items: center; justify-content: center; gap: .5rem;
  margin: 0; font-size: .85rem; color: #a9bade; max-width: 100%;
}
.popup-dj span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.popup-dj-foto { border-radius: 50%; object-fit: cover; border: 1px solid rgba(240, 192, 105, .5); }
.popup-links { margin: 0; font-size: .85rem; }
.popup-links a { color: var(--goud-licht); }

/* ---------------------------------------------------------------
   Cookiemelding
   --------------------------------------------------------------- */
.cookiebalk {
  position: fixed; left: 0; right: 0; bottom: 84px; z-index: 90;
  background: var(--wit); border-top: 1px solid var(--lijn);
  box-shadow: 0 -8px 26px rgba(11, 27, 58, .13);
}
.cookie-inhoud {
  display: flex; gap: 1.2rem; align-items: center; justify-content: space-between;
  padding: .9rem 0; flex-wrap: wrap;
}
.cookie-inhoud p { margin: .2rem 0 0; max-width: 70ch; color: var(--tekst-dim); }
.cookie-knoppen { display: flex; gap: .5rem; flex-wrap: wrap; }

/* ---------------------------------------------------------------
   Schema: foto's
   --------------------------------------------------------------- */
.schema-rij { grid-template-columns: 150px 52px 1fr; }
.schema-foto {
  width: 52px; height: 52px; border-radius: 50%; object-fit: cover;
  background: var(--papier-2); border: 2px solid var(--lijn);
}
.schema-foto-leeg { display: block; border-style: dashed; }

/* ---------------------------------------------------------------
   Voorpagina-onderblokken
   --------------------------------------------------------------- */
/* De drie blokken onder elkaar uitlijnen: gelijke hoogte, en de knop of
   slotregel netjes onderaan, zodat de kaarten als een set ogen. */
/*
 * De blokken onderaan de voorpagina: programmering, weer en verzoekjes.
 * Met auto-fit past de rij zich aan het aantal blokken aan. Zet je er een
 * uit, dan worden de overgebleven blokken samen breder in plaats van dat
 * er een gat valt of een blok ineens veel smaller wordt dan de rest.
 */
.onder-raster {
  display: grid; gap: 1.2rem; align-items: stretch;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 300px), 1fr));
}
.onder-raster .blok { display: flex; flex-direction: column; }

/* "Hierna" in het programmablok: een fijne scheidingslijn en een label. */
.blok-hierna {
  display: flex; align-items: baseline; gap: .6rem; flex-wrap: wrap;
  margin: .9rem 0 0; padding-top: .8rem; border-top: 1px dashed var(--lijn);
  font-size: .92rem;
}
.blok-hierna-label {
  font-size: .68rem; font-weight: 800; text-transform: uppercase;
  letter-spacing: .09em; color: var(--goud-diep); flex: none;
}
.blok-hierna strong { color: var(--navy); }
.blok-hierna .dim { display: block; font-size: .85rem; }
/* Blijft er maar één blok over? Dan niet over de volle breedte uitrekken. */
.onder-raster > *:only-child { max-width: 680px; margin-inline: auto; width: 100%; }
.onder-raster .blok > *:last-child { margin-top: auto; margin-bottom: 0; }

/* ---------------------------------------------------------------
   Responsief - aanvullingen
   --------------------------------------------------------------- */
@media (max-width: 1000px) {
  .nieuws-raster  { grid-template-columns: repeat(2, 1fr); }
  .recent-raster  { grid-template-columns: repeat(3, 1fr); }
  .onder-raster   { grid-template-columns: 1fr; }
  .dj-raster      { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
  .nieuws-raster { grid-template-columns: 1fr; }
  .nieuws-rij    { grid-template-columns: 1fr; }
  .nieuws-rij-foto img { min-height: 190px; }
  .nieuws-rij-tekst { padding: 0 1.2rem 1.2rem; }
  .recent-raster { grid-template-columns: repeat(2, 1fr); }

  .dj-nu { flex-direction: column; text-align: center; }
  .dj-bio { margin-inline: auto; }
  .dj-balk { margin-inline: auto; }

  .pl-rij { grid-template-columns: 46px 40px 1fr; row-gap: .3rem; }

  .schema-rij { grid-template-columns: 52px 1fr; }
  .schema-tijd { grid-column: 1 / -1; }

  .cookiebalk { bottom: 76px; }
  .cookie-inhoud { flex-direction: column; align-items: stretch; }
}

/* =====================================================================
   Popup Player-knop en equalizer in de speelbalk
   ===================================================================== */

/* Venster-icoontje, met CSS getekend */
.ic-venster {
  width: 13px; height: 11px; display: inline-block; position: relative;
  border: 1.5px solid currentColor; border-radius: 2px; flex: none;
}
.ic-venster::before {
  content: ""; position: absolute; left: -1.5px; right: -1.5px; top: -1.5px; height: 3px;
  background: currentColor; border-radius: 2px 2px 0 0;
}

.balk-popup {
  display: inline-flex; align-items: center; gap: .45rem;
  padding: .38rem .8rem; font-size: .78rem; font-weight: 700;
  color: #0d1b2e; border: 0; border-radius: 999px;
  background: linear-gradient(135deg, #f6d79a, var(--goud));
  box-shadow: 0 3px 12px rgba(217, 154, 60, .35);
  transition: transform .12s ease, box-shadow .12s ease;
}
.balk-popup:hover {
  text-decoration: none; transform: translateY(-1px);
  box-shadow: 0 6px 18px rgba(217, 154, 60, .5);
}
.balk-popup-tekst { white-space: nowrap; }

/* Equalizer: danst alleen als er geluid is (body.speelt) */
.eq { display: inline-flex; align-items: flex-end; gap: 2px; height: 10px; margin-right: .4rem; }
.eq i {
  display: block; width: 3px; height: 3px; border-radius: 1px;
  background: var(--goud-licht); opacity: .45;
}
body.speelt .eq i { opacity: 1; animation: eqdans .9s ease-in-out infinite; }
body.speelt .eq i:nth-child(2) { animation-delay: .18s; }
body.speelt .eq i:nth-child(3) { animation-delay: .36s; }
body.speelt .eq i:nth-child(4) { animation-delay: .12s; }
body.speelt .eq i:nth-child(5) { animation-delay: .3s; }

@keyframes eqdans {
  0%, 100% { height: 3px; }
  50%      { height: 10px; }
}
@media (prefers-reduced-motion: reduce) {
  body.speelt .eq i { animation: none; height: 7px; }
}

.eq-groot { height: clamp(14px, 3vh, 22px); gap: 3px; justify-content: center; margin: 0; }
.eq-groot i { width: 4px; }
body.speelt .eq-groot i { animation-name: eqdansgroot; }
@keyframes eqdansgroot {
  0%, 100% { height: 5px; }
  50%      { height: 22px; }
}

.popup-links a { color: var(--goud-licht); }
.popup-links .dim { color: #64769a; }

@media (max-width: 760px) {
  .balk-popup-tekst { display: none; }
  .balk-popup { padding: .38rem .55rem; }
}

/* =====================================================================
   Luisteren: knoppen met speeldriehoek, programmablok en platformtegels
   ===================================================================== */

/* --- Knoppen met meer body ------------------------------------------ */
.knop-goud {
  background: linear-gradient(135deg, #e5a944, var(--goud-diep));
  color: #241601;
  box-shadow: 0 4px 14px rgba(184, 122, 34, .38);
}
.knop-goud:hover { box-shadow: 0 8px 22px rgba(184, 122, 34, .5); }

/* Witte pil met rand, als tegenhanger van de gouden knop */
.knop-wit {
  background: var(--wit); color: var(--navy);
  border: 2px solid var(--wit);
  box-shadow: 0 4px 14px rgba(0, 0, 0, .22);
}
.knop-wit:hover { background: var(--papier-2); border-color: var(--papier-2); }

/* Alleen een witte rand - voor op een donkere ondergrond */
.knop-lijn-wit {
  background: transparent; color: #fff;
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, .55);
}
.knop-lijn-wit:hover { background: rgba(255, 255, 255, .12); box-shadow: inset 0 0 0 2px #fff; }

.knop-play { display: inline-flex; align-items: center; gap: .55rem; }

/* Kleine speeldriehoek in een knop */
.ic-play-klein {
  width: 0; height: 0; flex: none;
  border-left: 11px solid currentColor;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
}

/* ...en de twee streepjes als hij speelt */
.ic-pause-klein {
  width: 11px; height: 13px; flex: none; background: transparent;
  border-left: 4px solid currentColor; border-right: 4px solid currentColor;
  border-top: 0; border-bottom: 0;
}

/*
 * Speelt de radio? Dan laten alle "Luister live"-knoppen dat ook zien:
 * ze worden iets donkerder en krijgen een zachte gloed. Zo zie je op elke
 * knop op de pagina in één oogopslag of het geluid aan staat.
 */
.knop-goud.speelt-nu {
  background: linear-gradient(135deg, var(--goud), var(--goud-diep));
  box-shadow: 0 0 0 3px rgba(240, 192, 105, .3), 0 6px 18px rgba(184, 122, 34, .35);
}
.cover-play.speelt-nu { opacity: 1; background: rgba(0, 7, 26, .72); }

/*
 * Speelt de popup-speler in een apart venster? Dan gaan de knoppen op de
 * pagina uit: twee keer dezelfde stream tegelijk is alleen maar galm.
 */
.knop-uit {
  opacity: .45; cursor: not-allowed; filter: grayscale(.6);
  box-shadow: none;
}
.knop-uit:hover { transform: none; }
body.speler-elders .eq i { animation: none; }

/* --- Speelknop op de hoes ------------------------------------------- */
.nu-cover-houder { position: relative; flex: none; line-height: 0; }

.cover-play {
  position: absolute; inset: 0; margin: auto;
  width: 52px; height: 52px; border-radius: 50%; border: 0; cursor: pointer;
  background: rgba(0, 7, 26, .62);
  display: grid; place-items: center;
  opacity: 0; transition: opacity .18s ease, transform .18s ease;
  backdrop-filter: blur(2px);
}
.cover-play .ic-play {
  border-left-color: #fff; border-left-width: 14px;
  border-top-width: 9px; border-bottom-width: 9px;
}
.nu-cover-houder:hover .cover-play,
.cover-play:focus-visible { opacity: 1; }
.cover-play:hover { transform: scale(1.07); }

/* Op aanraakschermen is er geen hover: dan altijd tonen */
@media (hover: none) {
  .cover-play { opacity: 1; background: rgba(0, 7, 26, .48); }
}

/* --- Programmablok in de nu-speelt-kaart ---------------------------- */
.nu-programma {
  display: flex; align-items: center; gap: .9rem;
  margin-top: 1.1rem; padding-top: 1.1rem;
  border-top: 1px solid var(--lijn);
}
.nu-programma-foto {
  width: 52px; height: 52px; border-radius: 12px; object-fit: cover;
  background: var(--navy-diep); flex: none; box-shadow: var(--schaduw-l);
}
.nu-programma-tijd {
  margin: 0; font-size: .76rem; font-weight: 700; letter-spacing: .08em;
  text-transform: uppercase; color: var(--goud-diep);
}
.nu-programma-titel {
  margin: 0; font-family: Georgia, serif; font-size: 1.15rem; color: var(--navy); line-height: 1.25;
}
.nu-programma + .luisterrij { margin-top: 1.1rem; }

/* --- Luisterrij: knop + platformtegels ------------------------------ */
.luisterrij {
  display: flex; align-items: center; gap: .7rem; flex-wrap: wrap;
  margin-top: 1.1rem;
}
.platformtegels { display: flex; gap: .4rem; flex-wrap: wrap; }

.platform {
  width: 42px; height: 42px; border-radius: 11px;
  display: inline-grid; place-items: center; color: #fff;
  box-shadow: 0 3px 10px rgba(11, 27, 58, .16);
  transition: transform .12s ease, box-shadow .12s ease;
}
.platform:hover { transform: translateY(-2px); box-shadow: 0 7px 16px rgba(11, 27, 58, .24); text-decoration: none; }

.platform-blauw { background: linear-gradient(140deg, #2a6bc4, #143c78); }
.platform-rood  { background: linear-gradient(140deg, #e05a54, #b02a24); }
.platform-goud  { background: linear-gradient(140deg, #e5a944, #a9690f); }
.platform-groen { background: linear-gradient(140deg, #35a06b, #16673f); }
.platform-paars { background: linear-gradient(140deg, #7a5cc0, #46307d); }

/* --- Luisterpagina --------------------------------------------------- */
.luister-raster {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
  gap: 1.2rem; margin-bottom: 1.4rem; align-items: stretch;
}
.luisterkaart { position: relative; padding-top: 1.8rem; display: flex; flex-direction: column; }
.luisterkaart h2 { font-size: 1.3rem; margin-bottom: .5rem; }
.luisterkaart > *:last-child { margin-bottom: 0; }
.luisterkaart-groot { background: linear-gradient(165deg, #fffaf1, #fff); border-color: #f0dcb6; }

.luisterkaart-nummer {
  position: absolute; top: -14px; left: 1.3rem;
  width: 34px; height: 34px; border-radius: 50%;
  background: var(--navy); color: var(--goud-licht);
  font-family: Georgia, serif; font-size: 1.05rem; font-weight: 700;
  display: grid; place-items: center;
  box-shadow: 0 4px 12px rgba(11, 27, 58, .3);
}

.platform-lijst li { border-bottom: 1px solid var(--lijn); }
.platform-lijst li:last-child { border-bottom: 0; }
.platform-rij {
  display: flex; align-items: center; gap: .8rem;
  padding: .6rem 0; color: var(--tekst);
}
.platform-rij:hover { text-decoration: none; }
.platform-rij:hover strong { color: var(--blauw); }
.platform-rij strong { color: var(--navy); }

.nu-strook-kaart {
  display: flex; align-items: center; justify-content: space-between;
  gap: 1.2rem; flex-wrap: wrap; margin-bottom: 1.2rem;
}
.nu-strook-kaart .nu-programma { margin-top: 0; padding-top: 0; border-top: 0; }
.nu-strook-kaart p:last-child { margin-bottom: 0; }

/* --- Responsief ------------------------------------------------------ */
@media (max-width: 760px) {
  .luisterrij { flex-direction: column; align-items: stretch; }
  .luisterrij .knop { width: 100%; justify-content: center; }
  .platformtegels { justify-content: center; }
  .nu-programma { justify-content: center; text-align: left; }
}


/* =====================================================================
   Berichtenbalk (ticker) en vaste vul-/hoogteklassen
   ===================================================================== */

/* --- Vulklassen -------------------------------------------------------
   De site draait met een strenge Content-Security-Policy; die staat geen
   style-attributen in de HTML toe. Balkjes en staafjes krijgen daarom een
   klasse in stappen van 5 procent. */
.vul-0 { width: 0%; }
.vul-5 { width: 5%; }
.vul-10 { width: 10%; }
.vul-15 { width: 15%; }
.vul-20 { width: 20%; }
.vul-25 { width: 25%; }
.vul-30 { width: 30%; }
.vul-35 { width: 35%; }
.vul-40 { width: 40%; }
.vul-45 { width: 45%; }
.vul-50 { width: 50%; }
.vul-55 { width: 55%; }
.vul-60 { width: 60%; }
.vul-65 { width: 65%; }
.vul-70 { width: 70%; }
.vul-75 { width: 75%; }
.vul-80 { width: 80%; }
.vul-85 { width: 85%; }
.vul-90 { width: 90%; }
.vul-95 { width: 95%; }
.vul-100 { width: 100%; }
.hoog-0 { height: 0%; }
.hoog-5 { height: 5%; }
.hoog-10 { height: 10%; }
.hoog-15 { height: 15%; }
.hoog-20 { height: 20%; }
.hoog-25 { height: 25%; }
.hoog-30 { height: 30%; }
.hoog-35 { height: 35%; }
.hoog-40 { height: 40%; }
.hoog-45 { height: 45%; }
.hoog-50 { height: 50%; }
.hoog-55 { height: 55%; }
.hoog-60 { height: 60%; }
.hoog-65 { height: 65%; }
.hoog-70 { height: 70%; }
.hoog-75 { height: 75%; }
.hoog-80 { height: 80%; }
.hoog-85 { height: 85%; }
.hoog-90 { height: 90%; }
.hoog-95 { height: 95%; }
.hoog-100 { height: 100%; }

/* --- Berichtenbalk --------------------------------------------------- */
.ticker {
  background: linear-gradient(90deg, var(--navy-diep) 0%, var(--navy) 45%, var(--navy-zacht) 100%);
  color: #eaf0ff; font-size: .88rem;
  border-top: 1px solid rgba(255, 255, 255, .07);
  /* let op: hier GEEN overflow:hidden - dan wordt het uitklapmenu afgeknipt.
     Alleen .ticker-venster verbergt wat er buiten beeld loopt. */
}

.ticker-label {
  flex: none; display: flex; align-items: center;
  padding: .45rem .9rem;
  background: linear-gradient(135deg, var(--goud-licht), var(--goud));
  color: #2c1c02; font-size: .7rem; font-weight: 800;
  text-transform: uppercase; letter-spacing: .12em;
}

.ticker-venster { flex: 1; overflow: hidden; position: relative; }

/* Zachte randen links en rechts, zodat tekst niet hard afkapt */
.ticker-venster::before,
.ticker-venster::after {
  content: ""; position: absolute; top: 0; bottom: 0; width: 34px; z-index: 2; pointer-events: none;
}
.ticker-venster::before { left: 0;  background: linear-gradient(90deg, var(--navy), transparent); }
.ticker-venster::after  { right: 0; background: linear-gradient(270deg, var(--navy-zacht), transparent); }

.ticker-spoor {
  display: flex; width: max-content;
  padding: .45rem 0;
}
/* Loopt alleen als de tekst breder is dan de balk (zie assets/js/app.js) */
.ticker-spoor.ticker-loopt {
  animation-name: tickerloop;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.ticker-reeks { display: flex; }

.ticker-item { white-space: nowrap; padding-right: 2.2rem; }
.ticker-ster { color: var(--goud-licht); margin-right: .5rem; }

@keyframes tickerloop {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

/* Tempo: meer tekst = langere looptijd, zodat het leesbaar blijft */
.tempo-1 { animation-duration: 18s; }
.tempo-2 { animation-duration: 28s; }
.tempo-3 { animation-duration: 42s; }
.tempo-4 { animation-duration: 60s; }
.tempo-5 { animation-duration: 85s; }

/* Even stilzetten om iets te kunnen lezen */
.ticker:hover .ticker-spoor,
.ticker:focus-within .ticker-spoor { animation-play-state: paused; }

/* Bericht van het station zelf: duidelijk herkenbaar aan een goud labeltje */
.ticker-studio {
  display: inline-block; margin-right: .5rem;
  background: linear-gradient(135deg, var(--goud-licht), var(--goud));
  color: #2c1c02; font-size: .66rem; font-weight: 800;
  text-transform: uppercase; letter-spacing: .1em;
  padding: .12rem .5rem; border-radius: 999px; vertical-align: .08em;
}

/* Wie liever geen beweging heeft, krijgt de berichten gewoon stilstaand */
@media (prefers-reduced-motion: reduce) {
  .ticker-spoor { animation: none; }
  .ticker-venster { overflow-x: auto; }
}

.ticker-voorbeeld { border-radius: var(--rond-s); margin-bottom: .8rem; }

/* --- Zojuist gedraaid: tijd erbij ------------------------------------ */
.historie li { gap: .7rem; }
.historie-titel { flex: 1; min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.historie-tijd {
  flex: none; font-size: .8rem; font-weight: 700; color: var(--goud-diep);
  font-variant-numeric: tabular-nums;
}

@media (max-width: 600px) {
  .ticker-label { display: none; }
  .ticker { font-size: .82rem; }
}

/* =====================================================================
   Duidelijke luisterknoppen, uitklapmenu in de balk
   ===================================================================== */

/* --- Luister ook via ------------------------------------------------- */
.luister-ook {
  margin-top: 1.1rem; padding-top: 1rem; border-top: 1px solid var(--lijn);
}
.luister-ook-kop {
  font-size: .74rem; font-weight: 700; text-transform: uppercase;
  letter-spacing: .12em; color: var(--tekst-dim); margin: 0 0 .7rem;
}

.platformknoppen { display: grid; grid-template-columns: 1fr 1fr; gap: .5rem; margin-bottom: .8rem; }

.platformknop {
  display: flex; align-items: center; gap: .6rem;
  padding: .45rem .7rem .45rem .45rem;
  border: 1px solid var(--lijn); border-radius: 999px;
  background: var(--wit); color: var(--navy);
  font-weight: 700; font-size: .86rem;
  box-shadow: var(--schaduw-l);
  transition: transform .12s ease, box-shadow .12s ease, border-color .12s ease;
}
.platformknop:hover {
  text-decoration: none; transform: translateY(-1px);
  box-shadow: 0 7px 18px rgba(11, 27, 58, .16);
}
.platformknop .platform {
  width: 32px; height: 32px; border-radius: 9px; flex: none; box-shadow: none;
}
.platformknop .platform svg { width: 18px; height: 18px; }
.platformknop-naam { flex: 1; min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

.platformknop-blauw:hover  { border-color: #2a6bc4; }
.platformknop-rood:hover   { border-color: #e05a54; }
.platformknop-goud:hover   { border-color: var(--goud); }
.platformknop-groen:hover  { border-color: #35a06b; }
.platformknop-paars:hover  { border-color: #7a5cc0; }
.platformknop-donker:hover { border-color: var(--navy); }

.platform-donker { background: linear-gradient(140deg, var(--navy-zacht), var(--navy-diep)); }

/* Pijltje "opent in nieuw venster" */
.ic-extern {
  width: 9px; height: 9px; flex: none; position: relative; opacity: .45;
  border-top: 2px solid currentColor; border-right: 2px solid currentColor;
}
.ic-extern::after {
  content: ""; position: absolute; right: -1px; top: 1px; width: 11px; height: 2px;
  background: currentColor; transform: rotate(-45deg); transform-origin: right center;
}

/* --- Berichtenbalk: nu een gewone strook bovenaan -------------------- */
.ticker { position: relative; z-index: 70; }
.ticker-inhoud { display: flex; align-items: stretch; gap: 0; }
.ticker-naam { color: var(--goud-licht); font-weight: 700; }

/* --- Uitklapmenu "Bericht plaatsen" ---------------------------------- */
.ticker-plaats { flex: none; position: relative; }

.ticker-plaats > summary {
  display: flex; align-items: center; gap: .4rem;
  height: 100%; padding: .45rem .9rem;
  background: rgba(255, 255, 255, .1);
  color: #eaf0ff; font-size: .78rem; font-weight: 700;
  cursor: pointer; list-style: none; white-space: nowrap;
}
.ticker-plaats > summary::-webkit-details-marker { display: none; }
.ticker-plaats > summary:hover { background: var(--goud); color: #2c1c02; }
.ticker-plaats[open] > summary { background: var(--goud); color: #2c1c02; }

.ic-plus {
  width: 11px; height: 11px; flex: none; position: relative;
}
.ic-plus::before, .ic-plus::after {
  content: ""; position: absolute; background: currentColor; border-radius: 1px;
}
.ic-plus::before { left: 0; right: 0; top: 4.5px; height: 2px; }
.ic-plus::after  { top: 0; bottom: 0; left: 4.5px; width: 2px; }

.ticker-paneel {
  position: absolute; right: 0; top: 100%; z-index: 80;
  width: min(92vw, 340px);
  background: var(--wit); color: var(--tekst);
  border: 1px solid var(--lijn); border-top: 3px solid var(--goud);
  border-radius: 0 0 var(--rond) var(--rond);
  box-shadow: 0 18px 40px rgba(11, 27, 58, .26);
  padding: 1rem 1.1rem 1.2rem;
}
.ticker-paneel .veld { margin-bottom: .8rem; }
.ticker-paneel p:first-child { margin-bottom: .8rem; }

/* --- Wachtwoord verzinnen (beheerpaneel) ----------------------------- */
.ww-rij { display: flex; gap: .4rem; align-items: center; }
.ww-rij input { flex: 1; min-width: 0; }
.ww-rij .knop { flex: none; }

/* --- Responsief ------------------------------------------------------ */
@media (max-width: 760px) {
  .platformknoppen { grid-template-columns: 1fr; }
  .ticker-plaats-tekst { display: none; }
  .ticker-plaats > summary { padding: .45rem .7rem; }
  .ticker-paneel { position: fixed; left: 0; right: 0; width: auto; border-radius: 0; }
}

/* =====================================================================
   Heldblok: compacte kaart, "Zojuist gedraaid" links op de donkere kant
   ===================================================================== */

/* De kaart groeit niet meer mee met de linkerkolom: hij houdt zijn eigen,
   compacte hoogte en lijnt bovenaan uit. */
.held-raster .nu-kaart { align-self: start; }

.held-tekst { justify-content: flex-start; }

/* --- Zojuist gedraaid op de donkere achtergrond ---------------------- */
.held-historie {
  margin-top: 1.8rem; padding-top: 1.2rem;
  border-top: 1px solid rgba(255, 255, 255, .12);
  max-width: 30rem;
}
.mini-kop-licht { color: var(--goud-licht); border-top: 0; padding-top: 0; margin: 0 0 .4rem; }

.historie-licht li { border-bottom-color: rgba(255, 255, 255, .1); color: #cfdcf3; }
.historie-licht li:last-child { border-bottom: 0; }
.historie-licht .historie-tijd { color: var(--goud-licht); }
.historie-licht .historie-leeg { color: #8fa2c8; }
.historie-licht img { background: rgba(255, 255, 255, .07); }

.link-goud { color: var(--goud-licht); }
.link-goud:hover { color: #fff; }

/* --- Compactere luisterknoppen in de kaart --------------------------- */
.luister-ook { margin-top: .9rem; padding-top: .9rem; }
.platformknoppen { gap: .4rem; margin-bottom: .6rem; }
.platformknop { padding: .35rem .6rem .35rem .35rem; font-size: .82rem; }
.platformknop .platform { width: 28px; height: 28px; border-radius: 8px; }
.platformknop .platform svg { width: 16px; height: 16px; }

@media (max-width: 960px) {
  .held-historie { max-width: none; }
}
