/* Website, ontwerp & code: J.kiewiet · Interbit.nl — https://interbit.nl */
@import url('https://fonts.googleapis.com/css2?family=Boogaloo&family=DM+Sans:wght@400;600;700&family=Fugaz+One&family=Playfair+Display:ital,wght@1,700&display=swap');
:root {
  --yellow: #f4d719;
  --red: #e5361b;
  --blue: #172f68;
  --cream: #f5f0df;
  --ink: #16150f;
  --white: #fffdf3;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: 'DM Sans',Arial,sans-serif;
  overflow-x: hidden;
}

.korrel {
  position: fixed;
  inset: 0;
  z-index: 20;
  pointer-events: none;
  opacity: .09;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 140 140' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.4'/%3E%3C/svg%3E");
}

.logo {
  font-family: 'Fugaz One',sans-serif;
  font-size: 25px;
  color: inherit;
  text-decoration: none;
  letter-spacing: -1px;
}

.logo span {
  font-family: 'Playfair Display';
  font-size: 16px;
}

header {
  height: 78px;
  padding: 0 5vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--yellow);
  border-bottom: 2px solid var(--ink);
  position: relative;
  z-index: 30;
}

nav {
  display: flex;
  gap: 30px;
  align-items: center;
}

nav a {
  color: inherit;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
}

.navigatie-knop {
  border: 2px solid;
  padding: 11px 16px;
  box-shadow: 3px 3px 0 var(--ink);
}

.menu {
  display: none;
  background: none;
  border: 0;
  font: 700 14px inherit;
}

.intro-scherm {
  min-height: 740px;
  background: var(--yellow);
  position: relative;
  display: grid;
  grid-template-columns: 49% 51%;
  overflow: hidden;
}

.zon {
  position: absolute;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: #f7e45b;
  left: -150px;
  top: 80px;
}

.intro-tekst {
  position: relative;
  padding: 92px 0 115px 7vw;
  z-index: 2;
}

.bovenregel {
  text-transform: uppercase;
  letter-spacing: 2.4px;
  font-size: 12px;
  font-weight: 700;
  margin: 0 0 22px;
}

.bovenregel:before {
  content: '★';
  margin-right: 8px;
}

.intro-scherm h1,.verhaal h2,.muziek h2,.archief h2,.aanmelden h2 {
  font-family: 'Fugaz One';
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: -3px;
  line-height: .91;
  margin: 0;
  font-size: clamp(54px,6.6vw,104px);
}

h1 em,h2 i {
  font-family: 'Playfair Display';
  text-transform: none;
  color: var(--red);
  font-weight: 700;
}

.inleiding {
  font-size: 17px;
  line-height: 1.65;
  max-width: 570px;
  margin: 32px 0;
}

.actieknoppen {
  display: flex;
  gap: 28px;
  align-items: center;
}

.knop {
  display: inline-flex;
  gap: 30px;
  background: var(--ink);
  color: white;
  text-decoration: none;
  padding: 17px 22px;
  font-weight: 700;
  box-shadow: 5px 5px 0 var(--red);
}

.tekstlink {
  font-weight: 700;
  color: inherit;
}

.intro-beeld {
  position: relative;
  min-height: 650px;
}

.draaiende-plaat {
  width: 630px;
  height: 630px;
  background: repeating-radial-gradient(circle,#101010 0,#101010 4px,#252525 5px,#111 7px);
  border-radius: 50%;
  position: absolute;
  right: -120px;
  top: 28px;
  box-shadow: -15px 18px 30px #927f1a66;
  animation: spin 28s linear infinite;
}

.plaat-label {
  position: absolute;
  inset: 205px;
  border-radius: 50%;
  background: var(--red);
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  font: 24px/1 'Fugaz One';
  transform: rotate(-12deg);
}

.plaat-label:after {
  content: '';
  width: 24px;
  height: 24px;
  background: var(--yellow);
  border-radius: 50%;
  margin-top: 10px;
}

.plaat-label small {
  font: 10px 'DM Sans';
  letter-spacing: 2px;
  margin-top: 8px;
}

.cover {
  margin: 0;
  position: absolute;
  background: white;
  padding: 10px 10px 30px;
  box-shadow: 13px 15px 0 var(--blue);
  transform: rotate(-7deg);
}

.cover-main {
  left: 5%;
  top: 155px;
  width: 330px;
}

.cover img {
  width: 100%;
  display: block;
}

.cover figcaption {
  font: 700 11px 'DM Sans';
  margin-top: 10px;
  letter-spacing: 1px;
}

.stempel {
  position: absolute;
  right: 4%;
  bottom: 55px;
  background: var(--red);
  color: white;
  border: 3px solid white;
  border-radius: 50%;
  width: 125px;
  height: 125px;
  display: grid;
  place-content: center;
  text-align: center;
  font: bold 15px/1.2 'DM Sans';
  transform: rotate(11deg);
}

.lichtkrant {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: var(--red);
  color: white;
  border-block: 2px solid var(--ink);
  overflow: hidden;
  padding: 13px 0;
  font-weight: 700;
  letter-spacing: 2px;
}

.lichtkrant div {
  width: max-content;
  animation: move 25s linear infinite;
}

@keyframes move {
  to {
    transform: translateX(-50%);
  }

}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }

}

.verhaal {
  padding: 120px 7vw;
  display: grid;
  grid-template-columns: 9% 43% 38%;
  gap: 4%;
  background: var(--cream);
}

.sectie-nummer {
  font: bold 14px monospace;
  border-top: 2px solid;
  padding-top: 10px;
}

.verhaal h2,.archief h2 {
  font-size: clamp(44px,5vw,76px);
}

.verhaal-tekst {
  font-size: 17px;
  line-height: 1.75;
}

.verhaal-tekst p:first-child {
  margin-top: 0;
}

.verhaal-tekst blockquote {
  margin: 34px 0 0;
  border-left: 5px solid var(--yellow);
  padding-left: 24px;
  font: 700 italic 22px 'Playfair Display';
  color: var(--blue);
}

.donker {
  color: var(--blue);
}

.muziek {
  background: var(--blue);
  color: var(--white);
  padding: 110px 7vw;
}

.muziek-kop {
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin-bottom: 60px;
}

.muziek-kop h2 {
  font-size: clamp(50px,6vw,88px);
}

.muziek-kop p:last-child {
  max-width: 380px;
  line-height: 1.6;
}

.uitgaven {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 28px;
}

.uitgaven article {
  position: relative;
  border-top: 1px solid #ffffff66;
  padding-top: 25px;
}

.uitgaven img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  filter: saturate(.85);
  transition: .3s;
}

.uitgaven article:hover img {
  transform: translateY(-8px) rotate(-1deg);
  filter: saturate(1.1);
}

.jaar {
  position: absolute;
  right: 12px;
  top: 38px;
  background: var(--yellow);
  color: var(--ink);
  z-index: 2;
  padding: 8px 10px;
  font: bold 13px monospace;
}

.uitgaven article>div {
  padding: 18px 4px;
}

.uitgaven p {
  margin: 0;
  color: var(--yellow);
  text-transform: uppercase;
  letter-spacing: 1.7px;
  font-size: 10px;
}

.uitgaven h3 {
  font: 32px 'Fugaz One';
  margin: 5px 0;
  text-transform: uppercase;
}

.uitgaven small {
  opacity: .7;
}

.archief {
  padding: 120px 7vw;
  display: grid;
  grid-template-columns: 42% 50%;
  gap: 8%;
  align-items: center;
}

.archief-tekst>p:not(.bovenregel) {
  line-height: 1.7;
  max-width: 480px;
}

.archief dl {
  margin-top: 38px;
}

.archief dl div {
  display: grid;
  grid-template-columns: 110px 1fr;
  border-top: 1px solid #aaa;
  padding: 13px 0;
}

.archief dt {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 1px;
}

.archief dd {
  margin: 0;
}

.collage {
  height: 600px;
  position: relative;
  background: var(--red);
}

.collage img {
  position: absolute;
  width: 54%;
  box-shadow: 10px 12px 0 var(--ink);
}

.collage img:first-child {
  left: 7%;
  top: 7%;
  transform: rotate(-5deg);
}

.collage img:nth-child(2) {
  right: 6%;
  bottom: 6%;
  transform: rotate(5deg);
}

.tape {
  position: absolute;
  z-index: 3;
  top: 48%;
  left: 25%;
  background: var(--yellow);
  padding: 12px 32px;
  font: bold 12px monospace;
  transform: rotate(-8deg);
}

.aanmelden {
  padding: 100px 7vw;
  text-align: center;
  background: var(--red);
  color: white;
}

.aanmelden h2 {
  font-size: clamp(54px,7vw,98px);
}

.aanmelden h2 i {
  color: var(--yellow);
}

.aanmelden>p:not(.bovenregel) {
  font-size: 17px;
}

.aanmelden form {
  max-width: 650px;
  margin: 35px auto 12px;
  display: flex;
  background: white;
  padding: 8px;
  box-shadow: 8px 8px 0 var(--yellow);
}

.aanmelden input {
  flex: 1;
  border: 0;
  padding: 14px;
  font: 16px inherit;
  min-width: 0;
}

.aanmelden input:focus {
  outline: 3px solid var(--blue);
}

.aanmelden button {
  border: 0;
  background: var(--blue);
  color: white;
  padding: 16px 20px;
  font-weight: bold;
  cursor: pointer;
}

.formulier-melding {
  font-size: 12px!important;
  opacity: .8;
}

footer {
  padding: 35px 5vw;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  background: var(--yellow);
}

footer p:nth-child(2) {
  text-align: center;
  font-style: italic;
}

footer p:last-child {
  text-align: right;
  font-size: 12px;
}

.alleen-schermlezer {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
}

@media (max-width:800px) {
  header {
    height: 68px;
  }

  .menu {
    display: block;
  }

  nav {
    display: none;
    position: absolute;
    top: 68px;
    inset-inline: 0;
    background: var(--cream);
    padding: 25px;
    flex-direction: column;
    border-bottom: 2px solid;
  }

  nav.open {
    display: flex;
  }

  .intro-scherm {
    grid-template-columns: 1fr;
  }

  .intro-tekst {
    padding: 70px 7vw 50px;
  }

  .intro-beeld {
    min-height: 540px;
  }

  .draaiende-plaat {
    width: 500px;
    height: 500px;
    right: -230px;
  }

  .plaat-label {
    inset: 160px;
  }

  .cover-main {
    width: 270px;
    top: 110px;
  }

  .verhaal {
    grid-template-columns: 1fr;
    padding: 80px 7vw;
  }

  .sectie-nummer {
    width: 60px;
  }

  .muziek {
    padding: 80px 7vw;
  }

  .muziek-kop {
    display: block;
  }

  .muziek-kop p:last-child {
    margin-top: 25px;
  }

  .uitgaven {
    grid-template-columns: 1fr;
  }

  .archief {
    grid-template-columns: 1fr;
    padding: 80px 7vw;
  }

  .collage {
    height: 480px;
  }

  .aanmelden form {
    display: block;
  }

  .aanmelden button {
    width: 100%;
  }

  footer {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 12px;
  }

  footer p:nth-child(2),footer p:last-child {
    text-align: center;
  }

}

@media (prefers-reduced-motion:reduce) {
  * {
    scroll-behavior: auto;
  }

  .draaiende-plaat,.lichtkrant div {
    animation: none;
  }

}

.muziekspeler {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 40;
}

.muziekspeler button {
  display: flex;
  align-items: center;
  gap: 12px;
  background: var(--ink);
  color: white;
  border: 2px solid var(--yellow);
  padding: 11px 16px 11px 11px;
  box-shadow: 5px 5px 0 var(--red);
  cursor: pointer;
  text-align: left;
  font: 700 13px 'DM Sans';
}

.muziekspeler small {
  display: block;
  color: var(--yellow);
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 1.4px;
  margin-bottom: 2px;
}

.muziek-icoon {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--red);
  display: grid;
  place-content: center;
  padding-left: 2px;
}

.muziekspeler button.speelt .muziek-icoon {
  padding-left: 0;
}

@media (max-width:520px) {
  .muziekspeler {
    right: 12px;
    bottom: 12px;
  }

  .muziekspeler button {
    padding: 8px;
  }

  .muziekspeler button>span:last-child {
    display: none;
  }

}

.draaiende-plaat {
  animation: none;
}

.draaiende-plaat.speelt {
   
  animation: none;
}

.draaiende-plaat .plaat-label {
  inset: 168px;
  border: 0;
  border-radius: 50%;
  background: var(--red);
  color: white;
  display: grid;
  grid-template-columns: 42% 58%;
  align-items: center;
  text-align: left;
  padding: 16px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 0 0 4px var(--yellow),0 0 0 8px var(--red);
  transform: none;
  font: inherit;
}

.draaiende-plaat .plaat-label:after {
  display: none;
}

.plaat-label>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.label-tekst {
  padding-left: 12px;
}

.draaiende-plaat .plaat-label small {
  display: block;
  font: 700 9px 'DM Sans';
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--yellow);
  margin: 0 0 5px;
}

.plaat-label strong {
  display: block;
  font: 14px/1.05 'Fugaz One';
  text-transform: uppercase;
}

.plaat-label .muziek-icoon {
  margin-top: 9px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--yellow);
  color: var(--ink);
  display: grid;
  place-content: center;
  font: 700 12px 'DM Sans';
  padding-left: 2px;
}

.plaat-label.speelt .muziek-icoon {
  padding-left: 0;
}

@media (max-width:800px) {
  .draaiende-plaat .plaat-label {
    inset: 135px;
    padding: 12px;
  }

  .plaat-label strong {
    font-size: 11px;
  }

  .plaat-label .muziek-icoon {
    width: 27px;
    height: 27px;
  }

}

.logo, .logo span {
  font-family: 'Boogaloo', 'Nimbus Sans Narrow', sans-serif;
  font-weight: 400;
}

.logo {
  color: #ffe01b;
  font-size: 70px;
  letter-spacing: -0.5px;
  line-height: 1;
}

.logo span {
  font-size: 1em;
}

@media (max-width: 800px) {
  .logo {
    font-size: 50px;
  }

}

header, .intro-scherm {
  color: var(--ink);
  background: #f4d719;
}

header {
  border-bottom-color: var(--ink);
  backdrop-filter: none;
}

.logo {
  color: var(--ink);
}

nav a, .tekstlink {
  color: var(--ink);
}

.navigatie-knop {
  color: var(--white);
  background: var(--ink);
  box-shadow: 3px 3px 0 var(--red);
}

.zon {
  background: #f7e45b;
}

@media (max-width: 800px) {
  .intro-scherm {
    background: #f4d719;
  }

}

body > header {
  color: #fff5dc;
  background: #201c17;
  border-bottom-color: #ffe01b;
}

body > header .logo {
  color: #ffe01b;
  font-size: 86px;
}

body > header nav a {
  color: #fff5dc;
}

body > header .navigatie-knop {
  color: #201c17;
  background: #ffe01b;
}

header {
  color: var(--white);
  background: #201c17;
  border-bottom-color: #ffe01b;
}

header .logo {
  color: #ffe01b;
}

header nav a {
  color: var(--white);
}

header .navigatie-knop {
  color: var(--ink);
  background: #ffe01b;
  box-shadow: 3px 3px 0 var(--red);
}

:root {
  --yellow: #e0b52f;
  --red: #a83e2a;
  --blue: #282722;
  --cream: #d8c9aa;
  --ink: #201c17;
  --white: #fff5dc;
}

body {
  color: var(--white);
  background: radial-gradient(       circle at 50% 40%,       rgba(20, 12, 10, 0.08),       rgba(13, 8, 9, 0.44) 72%     ),     url("assets/achtergrond.png") center / cover fixed,     #211c18;
}

header {
  color: var(--white);
  background: rgba(32, 28, 23, 0.94);
  border-bottom-color: var(--yellow);
  backdrop-filter: blur(10px);
}

nav a {
  color: var(--white);
}

.navigatie-knop {
  color: var(--ink);
  background: var(--yellow);
  box-shadow: 3px 3px 0 var(--red);
}

.intro-scherm {
  color: var(--white);
  background: transparent;
}

.zon {
  background: rgba(224, 181, 47, 0.2);
}

.tekstlink {
  color: var(--yellow);
}

.verhaal, .archief {
  color: var(--ink);
  background: rgba(216, 201, 170, 0.94);
  backdrop-filter: blur(5px);
}

.muziek {
  color: var(--white);
  background: rgba(32, 30, 26, 0.96);
}

.aanmelden {
  color: var(--white);
  background: rgba(137, 48, 34, 0.94);
}

footer {
  color: var(--ink);
  background: rgba(224, 181, 47, 0.96);
}

.collage {
  background: var(--red);
}

@media (max-width: 800px) {
  nav {
    color: var(--ink);
    background: var(--cream);
  }

  nav a {
    color: var(--ink);
  }

  .intro-scherm {
    background: rgba(24, 20, 16, 0.28);
  }

}

.draaiende-plaat .plaat-label {
  cursor: default;
}

.platen-speler {
  position: absolute;
  right: 2%;
  bottom: 20px;
  z-index: 4;
  display: flex;
  align-items: center;
  gap: 11px;
  background: var(--ink);
  color: white;
  border: 2px solid var(--yellow);
  padding: 10px 14px 10px 10px;
  box-shadow: 5px 5px 0 var(--blue);
  cursor: pointer;
  text-align: left;
  font: 700 12px 'DM Sans';
}

.platen-speler small {
  display: block;
  color: var(--yellow);
  font-size: 8px;
  text-transform: uppercase;
  letter-spacing: 1.4px;
}

.platen-speler .muziek-icoon {
  width: 32px;
  height: 32px;
  background: var(--red);
  color: white;
  margin: 0;
}

.platen-speler.speelt .muziek-icoon {
  padding-left: 0;
}

@media (max-width:800px) {
  .platen-speler {
    right: 5%;
    bottom: 18px;
  }

  .platen-speler>span:last-child {
    max-width: 125px;
  }

}

.draaiende-plaat .plaat-label {
  cursor: pointer;
  grid-template-columns: 46% 54%;
}

.plaat-label>img {
  width: 112%;
  height: 112%;
  transform: translateX(-12%);
}

.plaat-label .label-tekst {
  padding-left: 5px;
  position: relative;
  z-index: 2;
}

.plaat-label.speelt .muziek-icoon {
  padding-left: 0;
}

.draaiende-plaat .plaat-label {
  display: block;
  position: absolute;
}

.plaat-label>img {
  position: absolute;
  width: 52%;
  height: 52%;
  left: 5%;
  top: 24%;
  transform: none;
  object-fit: cover;
  border-radius: 50%;
  box-shadow: 0 0 0 3px var(--yellow);
}

.plaat-label .label-tekst {
  position: absolute;
  left: 53%;
  top: 50%;
  width: 42%;
  padding: 0;
  transform: translateY(-50%);
  text-align: left;
}

.plaat-label strong {
  font-size: 13px;
}

.plaat-label .muziek-icoon {
  margin-top: 10px;
}

@media (max-width:800px) {
  .plaat-label strong {
    font-size: 10px;
  }

  .plaat-label .muziek-icoon {
    margin-top: 6px;
  }

}

.plaat-label>img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  transform: none;
  object-fit: cover;
  border-radius: 50%;
  box-shadow: none;
}

.plaat-label .label-tekst {
  position: absolute;
  inset: 0;
  width: 100%;
  padding: 0;
  transform: none;
  display: grid;
  place-content: center;
  text-align: center;
  background: transparent;
}

.plaat-label .label-tekst small,.plaat-label .label-tekst strong {
  display: none;
}

.plaat-label .muziek-icoon {
  margin: 0;
  width: 44px;
  height: 44px;
  background: rgba(244,215,25,.94);
  box-shadow: 0 2px 12px #0008;
  border: 2px solid white;
}

.plaat-label.speelt .muziek-icoon {
  opacity: .88;
}

header, .intro-scherm {
  color: var(--ink);
  background: #f4d719;
}

header {
  border-bottom-color: var(--ink);
  backdrop-filter: none;
}

.logo, nav a, .tekstlink {
  color: var(--ink);
}

.navigatie-knop {
  color: var(--white);
  background: var(--ink);
}

.zon {
  background: #f7e45b;
}

@media (max-width: 800px) {
  .intro-scherm {
    background: #f4d719;
  }

}

body > header {
  color: #fff5dc;
  background: var(--red);
  border-bottom-color: #ffe01b;
}

body > header .logo {
  color: #ffe01b;
}

body > header nav a {
  color: #fff5dc;
}

body > header .navigatie-knop {
  color: #201c17;
  background: #ffe01b;
}

.intro-scherm {
  color: var(--ink);
  background: var(--yellow);
}

.intro-scherm .zon {
  background: rgba(255, 224, 27, 0.34);
}

@media (max-width: 800px) {
  body > header .logo {
    font-size: 58px;
  }

  .intro-scherm {
    background: var(--yellow);
  }

}

.intro-scherm {
  min-height: 860px;
}

.intro-beeld {
  min-height: 800px;
  isolation: isolate;
}

.cover-fan {
  position: absolute;
  top: 52px;
  left: 50%;
  z-index: 3;
  width: min(620px, 96%);
  height: 300px;
  transform: translateX(-50%);
}

.fan-cover {
  position: absolute;
  top: 20px;
  left: 50%;
  width: clamp(175px, 15vw, 235px);
  aspect-ratio: 1;
  margin: 0;
  padding: 7px;
  background: #fff9e8;
  border: 1px solid rgba(32, 28, 23, 0.35);
  box-shadow: 0 18px 35px rgba(32, 28, 23, 0.32);
  transform-origin: 50% 115%;
  transition: transform 250ms ease, z-index 0ms 125ms;
}

.fan-cover img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fan-left {
  z-index: 1;
  transform: translateX(-118%) rotate(-14deg);
}

.fan-center {
  z-index: 3;
  transform: translateX(-50%) translateY(-12px);
}

.fan-right {
  z-index: 2;
  transform: translateX(18%) rotate(14deg);
}

.fan-cover:hover {
  z-index: 5;
  transition-delay: 0ms;
}

.fan-left:hover {
  transform: translateX(-118%) translateY(-14px) rotate(-8deg);
}

.fan-center:hover {
  transform: translateX(-50%) translateY(-25px);
}

.fan-right:hover {
  transform: translateX(18%) translateY(-14px) rotate(8deg);
}

.intro-beeld .portret-vlak {
  position: absolute;
  top: 305px;
  right: 50%;
  z-index: 4;
  width: min(330px, 55%);
  height: 440px;
  margin: 0;
  overflow: hidden;
  border: 8px solid #fff9e8;
  border-radius: 0;
  background: var(--ink);
  box-shadow: 12px 14px 0 var(--red),     0 25px 50px rgba(32, 28, 23, 0.36);
  transform: translateX(50%) rotate(2deg);
  animation: none;
}

.artist-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 26%;
}

.portret-vlak::after {
  content: "";
  position: absolute;
  inset: 45% 0 0;
  pointer-events: none;
  background: linear-gradient(transparent, rgba(18, 14, 11, 0.9));
}

.portret-vlak figcaption {
  position: absolute;
  right: 22px;
  bottom: 76px;
  left: 22px;
  z-index: 2;
  color: #fff9e8;
  text-align: left;
}

.portret-vlak figcaption small {
  display: block;
  margin-bottom: 5px;
  color: #ffe01b;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.portret-vlak figcaption strong {
  font-family: 'Boogaloo', sans-serif;
  font-size: 38px;
  font-weight: 400;
}

.portret-afspelen {
  position: absolute;
  right: 18px;
  bottom: 16px;
  left: 18px;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 9px 12px;
  color: var(--ink);
  font: 700 11px 'DM Sans', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  cursor: pointer;
  border: 0;
  background: #ffe01b;
}

.portret-afspelen .muziek-icoon {
  display: grid;
  width: 30px;
  height: 30px;
  place-content: center;
  flex: 0 0 auto;
  color: white;
  border-radius: 50%;
  background: var(--red);
}

@media (max-width: 800px) {
  .intro-scherm {
    min-height: auto;
  }

  .intro-beeld {
    min-height: 750px;
  }

  .cover-fan {
    top: 35px;
    width: 94%;
  }

  .fan-cover {
    width: clamp(130px, 38vw, 195px);
  }

  .intro-beeld .portret-vlak {
    top: 275px;
    width: min(310px, 72%);
    height: 410px;
  }

}

@media (max-width: 480px) {
  .intro-beeld {
    min-height: 650px;
  }

  .fan-cover {
    width: 128px;
    padding: 4px;
  }

  .intro-beeld .portret-vlak {
    top: 215px;
    width: min(270px, 76%);
    height: 365px;
  }

}

.intro-beeld .vinyl-plaat {
  top: 285px;
  right: -245px;
  width: 630px;
  height: 630px;
}

.intro-beeld .vinyl-plaat .plaat-label {
  inset: 205px;
}

@media (max-width: 800px) {
  .intro-beeld .vinyl-plaat {
    top: 285px;
    right: -230px;
    width: 500px;
    height: 500px;
  }

  .intro-beeld .vinyl-plaat .plaat-label {
    inset: 160px;
  }

}

.intro-scherm {
  min-height: 740px;
}

.intro-beeld {
  min-height: 650px;
}

@media (max-width: 800px) {
  .intro-beeld {
    min-height: 540px;
  }

}

.intro-singles {
  position: absolute;
  top: 92px;
  left: -12%;
  z-index: 4;
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

.intro-singles img {
  display: block;
  width: clamp(120px, 11vw, 168px);
  aspect-ratio: 1;
  object-fit: cover;
  border: 0;
  box-shadow: 0 15px 28px rgba(32, 28, 23, 0.3);
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.intro-singles img:nth-child(1) {
  transform: rotate(-4deg);
}

.intro-singles img:nth-child(2) {
  transform: translateY(-12px);
}

.intro-singles img:nth-child(3) {
  transform: rotate(4deg);
}

.intro-singles img:hover {
  z-index: 2;
  box-shadow: 0 20px 36px rgba(32, 28, 23, 0.4);
  transform: translateY(-18px) rotate(0);
}

@media (max-width: 1100px) {
  .intro-singles {
    left: -18%;
    gap: 9px;
  }

  .intro-singles img {
    width: clamp(105px, 10.5vw, 135px);
  }

}

@media (max-width: 800px) {
  .intro-singles {
    top: 58px;
    left: 6%;
    gap: 8px;
  }

  .intro-singles img {
    width: clamp(92px, 27vw, 125px);
  }

}

.single-stapel {
  position: absolute;
  top: 155px;
  left: 5%;
  z-index: 4;
  width: 330px;
  aspect-ratio: 1;
}

.single-stapel img {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 0;
  outline: 1px solid rgba(94, 72, 48, 0.28);
  box-shadow: none;
}

.single-stapel img.laag-onder {
  z-index: 1;
  transform: translate(30px, 18px) rotate(6deg);
}

.single-stapel img.laag-midden {
  z-index: 2;
  transform: translate(14px, 8px) rotate(-3deg);
}

.single-stapel img.laag-boven {
  z-index: 3;
  transform: rotate(-3deg);
}

.single-stapel img.neerleggen {
  animation: single-neerleggen 1400ms cubic-bezier(0.22, 0.7, 0.25, 1) both;
}

.single-stapel img.oppakken {
  z-index: 5;
  animation: single-oppakken 1800ms linear forwards;
}

.single-stapel img.oppakken.naar-rechts {
  animation-name: single-oppakken-rechts;
}

@keyframes single-oppakken {
  0% {
    opacity: 1;
    transform: translate(0, 0) rotate(0) scale(1);
  }

  12% {
    opacity: 1;
    transform: translate(0, -20px) rotate(-1deg) scale(1.04);
    box-shadow: 18px 24px 34px rgba(32, 28, 23, 0.35);
  }

  25% {
    opacity: 1;
    transform: translate(0, -20px) rotate(-1deg) scale(1.04);
    box-shadow: 18px 24px 34px rgba(32, 28, 23, 0.35);
  }

  50% {
    opacity: 1;
    transform: translate(-40vw, -36px) rotate(-10deg) scale(1.05);
  }

  75% {
    opacity: 1;
    transform: translate(-80vw, -53px) rotate(-19deg) scale(1.055);
  }

  100% {
    opacity: 1;
    transform: translate(-120vw, -70px) rotate(-27deg) scale(1.06);
    box-shadow: 24px 32px 42px rgba(32, 28, 23, 0.18);
  }

}

@keyframes single-oppakken-rechts {
  0% {
    opacity: 1;
    transform: translate(0, 0) rotate(0) scale(1);
  }

  12% {
    opacity: 1;
    transform: translate(0, -20px) rotate(1deg) scale(1.04);
    box-shadow: -18px 24px 34px rgba(32, 28, 23, 0.35);
  }

  25% {
    opacity: 1;
    transform: translate(0, -20px) rotate(1deg) scale(1.04);
    box-shadow: -18px 24px 34px rgba(32, 28, 23, 0.35);
  }

  50% {
    opacity: 1;
    transform: translate(40vw, -36px) rotate(10deg) scale(1.05);
  }

  75% {
    opacity: 1;
    transform: translate(80vw, -53px) rotate(19deg) scale(1.055);
  }

  100% {
    opacity: 1;
    transform: translate(120vw, -70px) rotate(27deg) scale(1.06);
    box-shadow: -24px 32px 42px rgba(32, 28, 23, 0.18);
  }

}

@keyframes single-neerleggen {
  0% {
    opacity: 0;
    transform: translate(-75px, -45px) rotate(-7deg) scale(1.04);
  }

  45% {
    opacity: 1;
  }

  100% {
    opacity: 1;
    transform: translate(0, 0) rotate(0) scale(1);
  }

}

@media (max-width: 800px) {
  .single-stapel {
    top: 110px;
    left: 5%;
    width: 270px;
  }

}

@media (prefers-reduced-motion: reduce) {
  .single-stapel img.neerleggen,   .single-stapel img.oppakken {
    animation: none;
  }

}

.artiest-sectie {
  position: relative;
  display: grid;
  grid-template-columns: 38% 62%;
  min-height: 430px;
  overflow: hidden;
  color: var(--ink);
  background: var(--cream);
}

.artiest-sectie::before {
  display: none;
}

.artiest-sectie-tekst {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 48px 3vw 48px 7vw;
  background: var(--cream);
}

.artiest-sectie h2 {
  margin: 0;
  color: var(--ink);
  font-family: 'Fugaz One', sans-serif;
  font-size: clamp(52px, 5.5vw, 86px);
  font-weight: 400;
  line-height: 0.82;
  letter-spacing: -0.05em;
  text-transform: uppercase;
}

.artiest-sectie h2 i {
  color: var(--red);
  font-family: 'Playfair Display', serif;
  text-transform: none;
}

.artiest-sectie-tekst > p:not(.bovenregel) {
  max-width: 390px;
  margin: 32px 0;
  font-size: 17px;
  line-height: 1.65;
}

.artiest-sectie figure {
  position: relative;
  min-height: 430px;
  margin: 0;
  overflow: hidden;
  background: var(--cream);
}

.artiest-sectie figure::after {
  display: none;
}

.artiest-sectie img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 430px;
  object-fit: cover;
  object-position: center 42%;
  mix-blend-mode: normal;
}

.artiest-sectie figcaption {
  position: absolute;
  right: 30px;
  bottom: 28px;
  z-index: 2;
  padding: 10px 14px;
  color: var(--ink);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  background: var(--yellow);
}

@media (max-width: 800px) {
  .artiest-sectie {
    grid-template-columns: 1fr;
  }

  .artiest-sectie::before {
    top: auto;
    right: 0;
    bottom: auto;
    left: 0;
    width: auto;
    height: 7px;
    transform: none;
  }

  .artiest-sectie-tekst {
    padding: 48px 7vw;
  }

  .artiest-sectie figure,   .artiest-sectie img {
    min-height: 380px;
  }

}

@media (max-width: 480px) {
  .artiest-sectie figure,   .artiest-sectie img {
    min-height: 330px;
  }

  .artiest-sectie figcaption {
    right: 14px;
    bottom: 14px;
    left: 14px;
    text-align: center;
  }

}

.intro-scherm {
  grid-template-columns: 42% 58%;
}

.intro-tekst {
  padding-right: 2vw;
  padding-left: 5vw;
}

.intro-scherm h1 {
  font-size: clamp(48px, 5.5vw, 86px);
}

.intro-tekst .inleiding {
  max-width: 500px;
}

.single-stapel {
  left: -5%;
}

@media (max-width: 800px) {
  .intro-scherm {
    grid-template-columns: 1fr;
  }

  .intro-tekst {
    padding: 60px 7vw 42px;
  }

  .single-stapel {
    left: 5%;
  }

}

.intro-beeld .portret-vlak {
  top: 330px;
  right: auto;
  left: 5%;
  width: min(270px, 43%);
  height: 370px;
  transform: none;
}

.intro-beeld .portret-vlak figcaption {
  bottom: 24px;
}

.cover-fan {
  top: 42px;
  width: min(640px, 96%);
  height: 285px;
}

.cover-fan::before {
  content: "";
  position: absolute;
  inset: 25px 3% 8px;
  z-index: -1;
  border: 1px solid rgba(32, 28, 23, 0.2);
  border-radius: 50% 50% 18px 18px;
  background: rgba(255, 224, 27, 0.18);
}

.fan-cover {
  width: clamp(175px, 15vw, 225px);
  padding: 8px 8px 24px;
  border: 0;
  background: #fff9e8;
  box-shadow: 0 2px 0 rgba(255, 255, 255, 0.8) inset,     0 18px 35px rgba(32, 28, 23, 0.3);
}

.fan-left {
  transform: translateX(-120%) translateY(18px) rotate(-11deg);
}

.fan-center {
  transform: translateX(-50%) translateY(-8px);
}

.fan-right {
  transform: translateX(20%) translateY(18px) rotate(11deg);
}

.fan-left:hover {
  transform: translateX(-120%) translateY(4px) rotate(-6deg);
}

.fan-center:hover {
  transform: translateX(-50%) translateY(-22px);
}

.fan-right:hover {
  transform: translateX(20%) translateY(4px) rotate(6deg);
}

.intro-beeld .portret-vlak {
  border-width: 9px;
  box-shadow: 0 0 0 1px rgba(32, 28, 23, 0.22),     12px 14px 0 var(--red),     0 25px 50px rgba(32, 28, 23, 0.32);
}

.intro-beeld .vinyl-plaat {
  top: 350px;
  right: -70px;
  z-index: 3;
  width: 390px;
  height: 390px;
  box-shadow: -12px 18px 30px rgba(32, 28, 23, 0.34);
}

.intro-beeld .vinyl-plaat .plaat-label {
  inset: 128px;
}

.intro-beeld .vinyl-plaat.speelt {
  animation: spin 5s linear infinite;
}

@media (max-width: 1100px) and (min-width: 801px) {
  .intro-beeld .portret-vlak {
    left: 2%;
    width: 230px;
    height: 330px;
  }

  .intro-beeld .vinyl-plaat {
    right: -130px;
    width: 350px;
    height: 350px;
  }

  .intro-beeld .vinyl-plaat .plaat-label {
    inset: 114px;
  }

}

@media (max-width: 800px) {
  .intro-beeld .portret-vlak {
    top: 300px;
    left: 8%;
    width: min(250px, 48%);
    height: 350px;
  }

  .intro-beeld .vinyl-plaat {
    top: 330px;
    right: -85px;
    width: 340px;
    height: 340px;
  }

  .intro-beeld .vinyl-plaat .plaat-label {
    inset: 110px;
  }

}

@media (max-width: 480px) {
  .intro-beeld .portret-vlak {
    top: 235px;
    left: 3%;
    width: 190px;
    height: 285px;
  }

  .portret-vlak figcaption strong {
    font-size: 28px;
  }

  .intro-beeld .vinyl-plaat {
    top: 315px;
    right: -105px;
    width: 280px;
    height: 280px;
  }

  .intro-beeld .vinyl-plaat .plaat-label {
    inset: 91px;
  }

}

.intro-beeld .vinyl-plaat {
  top: 285px;
  right: -245px;
  width: 630px;
  height: 630px;
}

.intro-beeld .vinyl-plaat .plaat-label {
  inset: 205px;
}

@media (max-width: 800px) {
  .intro-beeld .vinyl-plaat {
    top: 285px;
    right: -230px;
    width: 500px;
    height: 500px;
  }

  .intro-beeld .vinyl-plaat .plaat-label {
    inset: 160px;
  }

}

:root {
  --pro-red: #a83e2a;
  --pro-red-dark: #7f2d20;
  --pro-yellow: #e0b52f;
  --pro-yellow-bright: #ffe01b;
  --pro-cream: #e8ddc4;
  --pro-cream-light: #f7f1e3;
  --pro-ink: #211d18;
  --pro-muted: #716658;
  --pro-line: rgba(33, 29, 24, 0.17);
  --pro-shadow: 0 24px 60px rgba(45, 34, 22, 0.16);
}

body {
  color: var(--pro-ink);
  background: var(--pro-cream-light);
}

body > header {
  position: sticky;
  top: 0;
  z-index: 50;
  height: 92px;
  padding: 0 clamp(24px, 5vw, 80px);
  color: white;
  background: rgba(145, 48, 34, 0.97);
  border-bottom: 4px solid var(--pro-yellow-bright);
  box-shadow: 0 8px 28px rgba(70, 25, 18, 0.18);
  backdrop-filter: blur(12px);
}

body > header .logo {
  display: inline-block;
  color: var(--pro-yellow-bright);
  font-family: "Boogaloo", "Nimbus Sans Narrow", sans-serif;
  font-size: clamp(66px, 5.8vw, 94px);
  font-weight: 400;
  letter-spacing: 0.005em;
  line-height: 0.82;
  text-shadow: 0 3px 0 rgba(80, 25, 15, 0.35);
  transform: rotate(-2deg) scaleX(0.78);
  transform-origin: left center;
}

.kop-identiteit {
  display: flex;
  align-items: center;
  min-width: 0;
}

.kop-identiteit .logo {
  flex: 0 0 auto;
}

.artiest-naam {
  display: flex;
  flex-direction: column;
  margin-left: clamp(-20px, -1vw, -10px);
  padding-left: clamp(16px, 1.5vw, 25px);
  border-left: 1px solid rgba(255, 224, 27, 0.55);
  line-height: 1.15;
  white-space: nowrap;
}

.artiest-naam strong {
  color: white;
  font-family: "DM Sans", Arial, sans-serif;
  font-size: clamp(16px, 1.45vw, 22px);
  letter-spacing: 0.01em;
}

.artiest-naam span {
  margin-top: 4px;
  color: var(--pro-yellow-bright);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

body > header nav {
  gap: clamp(18px, 2.2vw, 36px);
}

body > header nav a {
  position: relative;
  color: white;
  font-size: 13px;
  letter-spacing: 0.04em;
}

body > header nav a:not(.navigatie-knop)::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -8px;
  left: 0;
  height: 2px;
  background: var(--pro-yellow-bright);
  transform: scaleX(0);
  transition: transform 180ms ease;
}

body > header nav a:hover::after {
  transform: scaleX(1);
}

body > header .navigatie-knop {
  padding: 12px 18px;
  color: var(--pro-ink);
  background: var(--pro-yellow-bright);
  border: 0;
  box-shadow: 4px 4px 0 var(--pro-ink);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

body > header .navigatie-knop:hover {
  transform: translate(-2px, -2px);
  box-shadow: 6px 6px 0 var(--pro-ink);
}

.intro-scherm {
  min-height: 760px;
  grid-template-columns: 42% 58%;
  color: var(--pro-ink);
  background: radial-gradient(circle at 12% 24%, rgba(255, 240, 102, 0.52), transparent 26%),     var(--pro-yellow);
  border-bottom: 0;
}

.intro-tekst {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 72px 2vw 110px 6vw;
}

.intro-tekst .bovenregel {
  margin-bottom: 25px;
  color: var(--pro-red-dark);
}

.intro-scherm h1 {
  max-width: 640px;
  color: var(--pro-ink);
  font-size: clamp(50px, 5.6vw, 90px);
  letter-spacing: -0.055em;
}

.intro-scherm h1 em {
  color: var(--pro-red);
}

.intro-tekst .inleiding {
  max-width: 510px;
  margin: 30px 0 34px;
  color: #42392f;
  font-size: clamp(15px, 1.25vw, 18px);
  line-height: 1.7;
}

.intro-onderdeel {
  display: grid;
  grid-template-columns: 1fr;
  align-items: end;
  gap: clamp(10px, 1.5vw, 24px);
  max-width: 620px;
}

.intro-onderdeel-tekst {
  position: relative;
  z-index: 2;
}

.intro-onderdeel .inleiding {
  margin-top: 26px;
}

.intro-rene {
  display: block;
  width: 100%;
  max-height: 360px;
  object-fit: contain;
  object-position: center bottom;
  filter: drop-shadow(8px 12px 10px rgba(168, 62, 42, 0.2));
  transform: translateY(10px);
}

.intro-portret {
  position: relative;
  align-self: center;
  width: clamp(130px, 12vw, 185px);
  aspect-ratio: 1;
  margin: 22px 0 0;
  border: 5px solid var(--pro-yellow-bright);
  border-radius: 50%;
  background: var(--pro-ink);
  box-shadow: 0 0 0 7px var(--pro-red),     10px 14px 0 rgba(127, 45, 32, 0.22);
  transform: rotate(2deg);
}

.intro-portret img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 45%;
  border-radius: 50%;
}

.intro-portret figcaption {
  position: absolute;
  right: -14px;
  bottom: -17px;
  padding: 7px 10px;
  color: white;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  white-space: nowrap;
  background: var(--pro-red);
  transform: rotate(-2deg);
}

.intro-scherm .actieknoppen {
  flex-wrap: wrap;
}

.knop {
  align-items: center;
  border: 0;
  background: var(--pro-ink);
  box-shadow: 5px 5px 0 var(--pro-red);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.knop:hover {
  transform: translate(-2px, -2px);
  box-shadow: 7px 7px 0 var(--pro-red);
}

.intro-scherm .tekstlink {
  color: var(--pro-ink);
  text-underline-offset: 5px;
}

.intro-beeld {
  min-height: 650px;
}

.lichtkrant {
  padding: 14px 0;
  color: white;
  background: var(--pro-red);
  border-color: var(--pro-ink);
  box-shadow: 0 -8px 22px rgba(90, 35, 22, 0.1);
}

.artiest-sectie {
  min-height: 590px;
  color: white;
  background: linear-gradient(rgba(25, 20, 16, 0.18), rgba(25, 20, 16, 0.34)),     url("assets/achtergrond.png") center / cover no-repeat,     #211c18;
  border-bottom: 1px solid var(--pro-line);
}

.artiest-sectie-tekst {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 64px 4vw 64px 7vw;
  color: var(--pro-ink);
  background: #ddcaaa;
}

.artiest-sectie h2 {
  color: var(--pro-ink);
  font-size: clamp(48px, 4.8vw, 78px);
  white-space: nowrap;
}

.artiest-sectie h2 i {
  color: var(--pro-red);
}

.artiest-sectie figure, .artiest-sectie img {
  min-height: 590px;
}

.artiest-sectie figure {
  background: transparent;
}

.artiest-sectie-tekst > p:not(.bovenregel) {
  max-width: 520px;
  color: #4b3d30;
  line-height: 1.7;
}

.artiest-sectie-tekst .bovenregel {
  color: var(--pro-red-dark);
}

.artiest-sectie-tekst .artiest-inleiding {
  margin: 18px 0 8px;
  font-size: 19px;
  font-weight: 700;
}

.artiest-sectie-tekst .artiest-uitleg {
  margin: 0 0 15px;
  font-size: 15px;
}

.artiest-sectie-tekst blockquote {
  max-width: 520px;
  margin: 10px 0 22px;
  padding: 13px 0 13px 20px;
  color: var(--pro-red-dark);
  border-left: 4px solid var(--pro-red);
  font: 700 italic 19px/1.45 "Playfair Display", serif;
}

.artiest-kenmerken {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 28px;
  padding: 0;
  list-style: none;
}

.artiest-kenmerken li {
  padding: 7px 11px;
  color: var(--pro-red-dark);
  border: 1px solid rgba(127, 45, 32, 0.32);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.artiest-sectie figcaption {
  color: var(--pro-ink);
  background: var(--pro-yellow-bright);
  box-shadow: 4px 4px 0 var(--pro-red);
}

.verhaal {
  grid-template-columns: minmax(60px, 8%) minmax(300px, 42%) minmax(320px, 1fr);
  gap: clamp(32px, 5vw, 80px);
  padding: clamp(90px, 10vw, 145px) 7vw;
  color: var(--pro-ink);
  background: var(--pro-cream-light);
  border-bottom: 1px solid var(--pro-line);
}

.sectie-nummer {
  color: var(--pro-red);
  border-top-color: var(--pro-red);
}

.verhaal h2, .archief h2 {
  color: var(--pro-ink);
  line-height: 0.94;
}

.verhaal h2 i, .archief h2 i {
  color: var(--pro-red);
}

.verhaal-tekst {
  color: #493f34;
}

.verhaal-tekst blockquote {
  color: var(--pro-red-dark);
  border-left-color: var(--pro-yellow);
}

.muziek {
  padding: clamp(90px, 9vw, 135px) 7vw;
  color: var(--pro-cream-light);
  background: radial-gradient(circle at 85% 15%, rgba(224, 181, 47, 0.12), transparent 28%),     var(--pro-ink);
}

.muziek-kop {
  margin-bottom: clamp(42px, 5vw, 70px);
}

.muziek h2 {
  color: white;
}

.muziek h2 i {
  color: var(--pro-yellow);
}

.uitgaven {
  gap: clamp(22px, 2.5vw, 38px);
}

.uitgaven article {
  padding: 18px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.045);
  transition: transform 220ms ease, border-color 220ms ease, background 220ms ease;
}

.uitgaven article:hover {
  border-color: var(--pro-yellow);
  background: rgba(255, 255, 255, 0.075);
  transform: translateY(-8px);
}

.uitgaven article:hover img {
  transform: none;
}

.uitgaven img {
  box-shadow: var(--pro-shadow);
}

.uitgaven h3 {
  color: white;
}

.jaar {
  top: 31px;
  right: 31px;
  background: var(--pro-yellow-bright);
}

.archief {
  padding: clamp(90px, 10vw, 145px) 7vw;
  color: var(--pro-ink);
  background: var(--pro-cream);
}

.archief dl div {
  border-top-color: var(--pro-line);
}

.collage {
  background: var(--pro-red);
  box-shadow: var(--pro-shadow);
}

.collage img {
  border: 8px solid var(--pro-cream-light);
  box-shadow: 10px 12px 0 var(--pro-ink);
}

.tape {
  background: var(--pro-yellow-bright);
}

.aanmelden {
  padding: clamp(85px, 8vw, 120px) 7vw;
  color: white;
  background: radial-gradient(circle at 50% -20%, rgba(255, 224, 27, 0.17), transparent 42%),     var(--pro-red);
}

.aanmelden h2 i {
  color: var(--pro-yellow-bright);
}

.aanmelden form {
  background: var(--pro-cream-light);
  box-shadow: 8px 8px 0 var(--pro-yellow-bright);
}

.aanmelden button {
  background: var(--pro-ink);
}

body > footer {
  min-height: 110px;
  padding: 28px 5vw;
  color: var(--pro-ink);
  background: var(--pro-yellow);
  border-top: 4px solid var(--pro-ink);
}

body > footer .logo {
  display: inline-block;
  color: var(--pro-red-dark);
  font-family: "Boogaloo", "Nimbus Sans Narrow", sans-serif;
  font-size: 48px;
  font-weight: 400;
  letter-spacing: 0.005em;
  transform: rotate(-2deg) scaleX(0.78);
  transform-origin: left center;
}

@media (min-width: 801px) and (max-width: 1100px) {
  .artiest-naam strong {
    font-size: 15px;
  }

  .artiest-naam span {
    display: none;
  }

  body > header nav {
    gap: 16px;
  }

}

@media (max-width: 800px) {
  body > header {
    height: 76px;
  }

  body > header .logo {
    font-size: 60px;
  }

  .artiest-naam {
    margin-left: -18px;
    padding-left: 12px;
  }

  .artiest-naam strong {
    font-size: 14px;
  }

  .artiest-naam span {
    display: none;
  }

  body > header .menu {
    display: block;
    padding: 10px 12px;
    color: white;
    border: 1px solid rgba(255, 255, 255, 0.5);
  }

  body > header nav {
    top: 76px;
    color: var(--pro-ink);
    background: var(--pro-cream-light);
    border-bottom: 4px solid var(--pro-yellow);
    box-shadow: 0 14px 30px rgba(33, 29, 24, 0.18);
  }

  body > header nav a {
    color: var(--pro-ink);
  }

  .intro-scherm {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .intro-tekst {
    padding: 64px 7vw 42px;
  }

  .intro-scherm h1 {
    font-size: clamp(50px, 13vw, 76px);
  }

  .intro-onderdeel {
    grid-template-columns: minmax(0, 1fr) 180px;
    max-width: 610px;
  }

  .intro-rene {
    max-height: 285px;
  }

  .intro-portret {
    width: 145px;
  }

  .intro-beeld {
    min-height: 570px;
  }

  .verhaal,   .archief {
    grid-template-columns: 1fr;
  }

  .artiest-sectie {
    grid-template-columns: 1fr;
  }

  .artiest-sectie-tekst {
    padding: 52px 7vw;
  }

  .artiest-sectie figure,   .artiest-sectie img {
    min-height: 380px;
  }

  .uitgaven {
    grid-template-columns: 1fr;
  }

}

@media (max-width: 480px) {
  .artiest-sectie h2 {
    font-size: 40px;
    letter-spacing: -0.045em;
  }

  .intro-onderdeel {
    grid-template-columns: 1fr 140px;
    gap: 8px;
  }

  .intro-rene {
    max-height: 230px;
  }

  .intro-portret {
    width: 108px;
    border-width: 3px;
    box-shadow: 0 0 0 4px var(--pro-red),       6px 8px 0 rgba(127, 45, 32, 0.2);
  }

  .intro-portret figcaption {
    right: -8px;
    bottom: -14px;
    padding: 5px 7px;
    font-size: 7px;
  }

  .intro-scherm .actieknoppen {
    align-items: flex-start;
    flex-direction: column;
  }

  .intro-beeld {
    min-height: 530px;
  }

  .artiest-sectie figure,   .artiest-sectie img {
    min-height: 320px;
  }

  body > footer {
    grid-template-columns: 1fr;
    gap: 8px;
    text-align: center;
  }

}

@media (prefers-reduced-motion: reduce) {
  *,   *::before,   *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }

}

.single-stapel img.laag-boven {
  cursor: pointer;
  outline-offset: 5px;
}

.single-stapel img.laag-boven:hover {
  filter: brightness(1.04) saturate(1.04);
}

.single-stapel img.laag-boven:focus-visible {
  outline: 4px solid var(--pro-red);
}

.single-stapel img:not(.laag-boven) {
  pointer-events: none;
}

.single-stapel img.hoes-wordt-geopend {
  filter: brightness(0.98);
  transition: filter 400ms ease;
}

.vliegende-plaat {
  position: fixed;
  z-index: 1000;
  overflow: hidden;
  pointer-events: none;
  border-radius: 50%;
  background:
    radial-gradient(circle at 34% 28%, rgba(255, 255, 255, 0.13), transparent 17%),
    url("assets/vinyl-groeven.svg") center / 100% 100% no-repeat,
    radial-gradient(circle, #151515 0, #090909 68%, #050505 100%);
  box-shadow: inset 0 0 0 2px #050505;
  will-change: transform;
}

.vliegende-plaat::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    conic-gradient(
      from 18deg,
      transparent 0 8%,
      rgba(255, 255, 255, 0.03) 10%,
      rgba(255, 255, 255, 0.2) 12%,
      rgba(255, 255, 255, 0.04) 15%,
      transparent 18% 55%,
      rgba(255, 255, 255, 0.1) 58%,
      transparent 63% 100%
    );
  border-radius: 50%;
}

.vliegende-plaat img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 52%;
  height: 52%;
  object-fit: cover;
  border-radius: 50%;
  box-shadow:
    0 0 0 2px var(--pro-yellow),
    0 0 0 4px var(--pro-red);
  transform: translate(-50%, -50%);
}

:root {
  --screen-space: clamp(30px, 6vw, 96px);
  --screen-height: calc(100svh - 88px);
  --soft-line: rgba(33, 29, 24, 0.16);
  --deep-shadow: 0 28px 70px rgba(38, 28, 19, 0.16);
}

html {
  scroll-padding-top: 88px;
}

main > section {
  position: relative;
  min-height: var(--screen-height);
  isolation: isolate;
}

body > header {
  height: 88px;
  padding-inline: var(--screen-space);
  background: rgba(126, 39, 28, 0.96);
  border-bottom: 1px solid rgba(255, 224, 27, 0.72);
  box-shadow: 0 12px 40px rgba(65, 24, 17, 0.2);
}

body > header nav a {
  font-family: "Boogaloo", "Nimbus Sans Narrow", sans-serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.035em;
  text-transform: none;
}

body > header nav .navigatie-knop {
  font-family: "Fugaz One", sans-serif;
  font-size: 11px;
  letter-spacing: 0.035em;
  text-transform: uppercase;
}

.intro-scherm {
  min-height: var(--screen-height);
  grid-template-columns: minmax(380px, 39%) minmax(600px, 61%);
  background: linear-gradient(125deg, transparent 0 72%, rgba(159, 56, 40, 0.1) 72% 78%, transparent 78%),     linear-gradient(55deg, rgba(36, 55, 93, 0.07) 0 7%, transparent 7% 100%),     linear-gradient(90deg, rgba(255, 255, 255, 0.12), transparent 44%),     var(--pro-yellow);
}

.intro-scherm::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0.2;
  background-image: linear-gradient(rgba(33, 29, 24, 0.08) 1px, transparent 1px),     linear-gradient(90deg, rgba(33, 29, 24, 0.08) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(90deg, black, transparent 70%);
}

.intro-scherm::after {
  content: "";
  position: absolute;
  right: -65px;
  bottom: 96px;
  z-index: -1;
  width: clamp(280px, 28vw, 500px);
  height: clamp(46px, 5vw, 78px);
  background: rgba(159, 56, 40, 0.2);
  box-shadow: 0 -34px 0 rgba(36, 55, 93, 0.1),     0 34px 0 rgba(255, 247, 174, 0.22);
  pointer-events: none;
  transform: rotate(-17deg);
}

.intro-tekst {
  justify-content: center;
  padding: clamp(58px, 7vh, 96px) 2vw clamp(112px, 14vh, 150px) var(--screen-space);
}

.intro-scherm h1 {
  max-width: 680px;
  font-size: clamp(58px, 5.8vw, 104px);
  line-height: 0.88;
}

.intro-tekst .inleiding {
  max-width: 570px;
  padding-left: 20px;
  border-left: 3px solid var(--pro-red);
}

.intro-beeld {
  min-height: var(--screen-height);
}

.lichtkrant {
  padding-block: 15px;
  border: 0;
  border-top: 1px solid rgba(33, 29, 24, 0.55);
}

.artiest-sectie {
  min-height: var(--screen-height);
  grid-template-columns: minmax(440px, 48%) minmax(420px, 52%);
  align-items: stretch;
  color: var(--pro-ink);
  background: #ddcaaa;
  border: 0;
}

.artiest-sectie-tekst {
  justify-content: center;
  padding: clamp(62px, 8vh, 108px) var(--screen-space);
  background: radial-gradient(circle at 12% 8%, rgba(255, 255, 255, 0.3), transparent 31%),     #ddcaaa;
}

.artiest-sectie h2 {
  font-size: clamp(54px, 5vw, 92px);
  line-height: 0.9;
}

.artiest-sectie-tekst .artiest-inleiding {
  max-width: 620px;
  font-size: clamp(18px, 1.45vw, 23px);
}

.artiest-sectie-tekst .artiest-uitleg, .artiest-sectie-tekst blockquote {
  max-width: 610px;
}

.artiest-sectie figure, .artiest-sectie img {
  min-height: var(--screen-height);
}

.artiest-sectie figure {
  overflow: hidden;
}

.artiest-sectie img {
  object-fit: cover;
  object-position: center;
  transition: transform 700ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.artiest-sectie:hover img {
  transform: scale(1.018);
}

.verhaal {
  min-height: var(--screen-height);
  grid-template-columns: 70px minmax(340px, 0.9fr) minmax(420px, 1.1fr);
  align-items: center;
  gap: clamp(30px, 5vw, 90px);
  padding: clamp(70px, 9vh, 120px) var(--screen-space);
  background: radial-gradient(circle at 100% 100%, rgba(224, 181, 47, 0.2), transparent 35%),     var(--pro-cream-light);
}

.verhaal .sectie-nummer {
  align-self: start;
  margin-top: 18px;
}

.verhaal h2 {
  font-size: clamp(58px, 6.2vw, 110px);
}

.verhaal-tekst {
  max-width: 700px;
  padding: clamp(28px, 4vw, 54px);
  background: rgba(255, 255, 255, 0.38);
  border: 1px solid var(--soft-line);
  box-shadow: var(--deep-shadow);
}

.muziek {
  min-height: var(--screen-height);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(70px, 8vh, 105px) var(--screen-space);
  background: radial-gradient(circle at 82% 10%, rgba(224, 181, 47, 0.16), transparent 28%),     linear-gradient(145deg, #28241f, #171512);
}

.muziek-kop {
  margin-bottom: clamp(36px, 5vh, 64px);
}

.muziek-kop h2 {
  font-size: clamp(58px, 6vw, 106px);
}

.uitgaven {
  gap: clamp(18px, 2.5vw, 42px);
}

.uitgaven article {
  padding: clamp(13px, 1.4vw, 22px);
  border-color: rgba(255, 255, 255, 0.13);
  background: rgba(255, 255, 255, 0.045);
  box-shadow: 0 24px 55px rgba(0, 0, 0, 0.18);
}

.uitgaven article > div {
  padding: 20px 2px 4px;
}

.uitgaven h3 {
  font-size: clamp(24px, 2.25vw, 38px);
}

.archief {
  min-height: var(--screen-height);
  grid-template-columns: minmax(390px, 43%) minmax(520px, 57%);
  align-items: center;
  gap: clamp(50px, 7vw, 120px);
  padding: clamp(70px, 9vh, 120px) var(--screen-space);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.34), transparent 52%),     var(--pro-cream-light);
}

.archief h2 {
  font-size: clamp(54px, 5.7vw, 102px);
}

.archief-tekst > p:not(.bovenregel) {
  max-width: 620px;
  font-size: clamp(16px, 1.2vw, 19px);
}

.archief dl {
  max-width: 650px;
}

.archief dl div {
  padding-block: 17px;
}

.collage {
  width: 100%;
  height: min(68vh, 680px);
  min-height: 500px;
  box-shadow: var(--deep-shadow);
}

.aanmelden {
  min-height: var(--screen-height);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: var(--screen-space);
  overflow: hidden;
  background: radial-gradient(circle at 50% 10%, rgba(255, 224, 27, 0.2), transparent 34%),     var(--pro-red);
}

.aanmelden::before, .aanmelden::after {
  content: "★";
  position: absolute;
  z-index: -1;
  color: rgba(255, 224, 27, 0.16);
  font-size: clamp(140px, 22vw, 340px);
  line-height: 1;
}

.aanmelden::before {
  top: 3%;
  left: -5%;
}

.aanmelden::after {
  right: -4%;
  bottom: -7%;
}

.aanmelden h2 {
  font-size: clamp(62px, 8vw, 138px);
  line-height: 0.86;
}

.aanmelden > p:not(.bovenregel, .formulier-melding) {
  max-width: 650px;
  margin-top: 28px;
  line-height: 1.65;
}

.aanmelden form {
  width: min(100%, 720px);
}

@media (max-width: 1100px) {
  main > section,   .intro-scherm,   .artiest-sectie,   .verhaal,   .muziek,   .archief,   .aanmelden {
    min-height: auto;
  }

  .intro-scherm {
    grid-template-columns: 42% 58%;
  }

  .intro-scherm h1 {
    font-size: clamp(50px, 6vw, 74px);
  }

  .artiest-sectie {
    grid-template-columns: 1fr 1fr;
  }

  .artiest-sectie figure,   .artiest-sectie img {
    min-height: 720px;
  }

  .verhaal {
    grid-template-columns: 55px 0.85fr 1.15fr;
  }

  .archief {
    grid-template-columns: 1fr 1.15fr;
  }

}

@media (max-width: 800px) {
  :root {
    --screen-height: calc(100svh - 76px);
  }

  html {
    scroll-padding-top: 76px;
  }

  body > header {
    height: 76px;
    padding-inline: 5vw;
  }

  .intro-scherm,   .artiest-sectie,   .verhaal,   .archief {
    grid-template-columns: 1fr;
  }

  .intro-tekst {
    min-height: var(--screen-height);
    padding: 64px 7vw 100px;
  }

  .intro-scherm h1 {
    font-size: clamp(52px, 14vw, 78px);
  }

  .intro-beeld {
    min-height: 620px;
  }

  .artiest-sectie-tekst,   .verhaal,   .muziek,   .archief,   .aanmelden {
    padding: 72px 7vw;
  }

  .artiest-sectie-tekst {
    min-height: 0;
  }

  .artiest-sectie h2 {
    font-size: clamp(44px, 13vw, 68px);
    white-space: normal;
  }

  .artiest-sectie figure,   .artiest-sectie img {
    min-height: 100vw;
  }

  .verhaal {
    gap: 28px;
  }

  .verhaal .sectie-nummer {
    width: 70px;
  }

  .verhaal h2,   .muziek-kop h2,   .archief h2 {
    font-size: clamp(48px, 13vw, 75px);
  }

  .verhaal-tekst {
    padding: 28px;
  }

  .uitgaven {
    grid-template-columns: 1fr;
  }

  .collage {
    min-height: 430px;
    height: 105vw;
  }

  .aanmelden {
    min-height: 100svh;
  }

  .aanmelden h2 {
    font-size: clamp(52px, 15vw, 82px);
  }

}

@media (prefers-reduced-motion: reduce) {
  .artiest-sectie img {
    transition: none;
  }

}

.intro-beeld > .draaiende-plaat {
  top: 96px;
}

.intro-beeld > .single-stapel {
  top: 150px;
  left: 0;
  width: clamp(350px, 24vw, 400px);
}

.speelt-nu {
  position: absolute;
  right: calc(4% + 160px);
  bottom: 66px;
  z-index: 7;
  display: block;
  width: 190px;
  min-height: 0;
  aspect-ratio: 1;
  margin: 0;
  padding: 0;
  color: var(--pro-ink);
  background: transparent;
  border: 0;
  box-shadow: none;
  transform: none;
  cursor: pointer;
  font: inherit;
  transition: right 260ms ease,     bottom 260ms ease,     width 260ms ease,     opacity 220ms ease,     transform 260ms ease;
}

.speelt-nu > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 5px solid #f5edda;
  border-radius: 0;
  box-shadow: 11px 15px 24px rgba(72, 46, 22, 0.3),     3px 4px 0 rgba(159, 56, 40, 0.7);
}

.speelt-nu-tekst {
  position: absolute;
  top: -39px;
  right: auto;
  bottom: auto;
  left: 0;
  width: auto;
  padding: 7px 11px 6px;
  color: var(--pro-ink);
  background: rgba(255, 224, 27, 0.94);
  border: 1px solid rgba(112, 37, 27, 0.42);
  border-radius: 2px;
  box-shadow: 2px 3px 0 rgba(112, 37, 27, 0.24);
  transform: none;
}

.speelt-nu-tekst small, .speelt-nu-tekst strong {
  display: block;
}

.speelt-nu-tekst small {
  margin: 0;
  color: var(--pro-red-dark);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.speelt-nu-tekst strong {
  overflow: hidden;
  font: 400 17px/1.05 "Boogaloo", sans-serif;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.speelt-nu-tekst strong {
  display: none;
}

.mini-afspeel-icoon {
  position: absolute;
  inset: 50% auto auto 50%;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  color: var(--pro-ink);
  background: rgba(255, 224, 27, 0.94);
  border: 2px solid white;
  border-radius: 50%;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.28);
  font-size: 12px;
  font-style: normal;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 180ms ease;
}

.speelt-nu:hover .mini-afspeel-icoon, .speelt-nu:focus-visible .mini-afspeel-icoon, .speelt-nu.is-vast .mini-afspeel-icoon {
  opacity: 1;
}

.speelt-nu.is-vast {
  position: fixed;
  right: 22px;
  bottom: 22px;
  left: auto;
  z-index: 80;
  width: 112px;
  border-radius: 50%;
  filter: drop-shadow(0 12px 22px rgba(33, 29, 24, 0.32));
}

.speelt-nu.is-vast > img {
  border: 5px solid #171512;
  border-radius: 50%;
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.14),     0 0 0 3px var(--pro-yellow-bright);
}

.speelt-nu.is-vast.is-actief > img {
  animation: mini-plaat-draaien 5s linear infinite;
}

.speelt-nu.is-vast .speelt-nu-tekst {
  top: -29px;
  right: auto;
  left: 50%;
  width: auto;
  padding: 7px 11px 6px;
  color: var(--pro-ink);
  background: rgba(255, 224, 27, 0.94);
  border: 1px solid rgba(112, 37, 27, 0.42);
  box-shadow: 2px 3px 0 rgba(112, 37, 27, 0.24);
  white-space: nowrap;
  transform: translateX(-50%);
}

.speelt-nu.is-vast .speelt-nu-tekst small {
  color: var(--pro-red-dark);
  font-size: 9px;
}

.speelt-nu.is-vast .speelt-nu-tekst strong {
  display: none;
}

.speelt-nu.is-vast .mini-afspeel-icoon {
  width: 42px;
  height: 42px;
  font-size: 12px;
}

@keyframes mini-plaat-draaien {
  to {
    transform: rotate(360deg);
  }

}

.speelt-nu-balkjes {
  display: flex;
  align-items: end;
  gap: 2px;
  height: 8px;
  margin-top: 4px;
}

.speelt-nu-balkjes b {
  width: 3px;
  height: 4px;
  background: var(--pro-red);
}

.speelt-nu.is-actief .speelt-nu-balkjes b {
  animation: speelt-nu-balkje 620ms ease-in-out infinite alternate;
}

.speelt-nu.is-actief .speelt-nu-balkjes b:nth-child(2) {
  animation-delay: -180ms;
}

.speelt-nu.is-actief .speelt-nu-balkjes b:nth-child(3) {
  animation-delay: -360ms;
}

.speelt-nu.is-actief .speelt-nu-balkjes b:nth-child(4) {
  animation-delay: -90ms;
}

@keyframes speelt-nu-balkje {
  to {
    height: 10px;
  }

}

.intro-tekst .bovenregel {
  font-family: "Fugaz One", sans-serif;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.16em;
}

.intro-tekst h1 {
  font-family: "Boogaloo", "Nimbus Sans Narrow", sans-serif;
  font-weight: 400;
  letter-spacing: 0.005em;
  line-height: 0.84;
}

.intro-tekst h1 em {
  display: inline-block;
  margin-top: 8px;
  font-family: "Playfair Display", Georgia, serif;
  letter-spacing: -0.035em;
  transform: rotate(-1deg);
}

.intro-tekst .inleiding {
  font-size: clamp(16px, 1.15vw, 18px);
  letter-spacing: 0.01em;
}

.intro-tekst .knop, .intro-tekst .tekstlink {
  font-family: "Fugaz One", sans-serif;
  font-weight: 400;
  letter-spacing: 0.025em;
}

@media (max-width: 800px) {
  .intro-beeld > .draaiende-plaat {
    top: 78px;
  }

  .intro-beeld > .single-stapel {
    top: 145px;
    left: 4%;
    width: min(76vw, 360px);
  }

  .speelt-nu {
    right: auto;
    bottom: 72px;
    left: 5%;
    width: 160px;
  }

}

@media (max-width: 1100px) {
  .intro-scherm {
    grid-template-columns: 1fr;
  }

  .intro-tekst {
    padding-bottom: 70px;
  }

  .intro-beeld {
    min-height: 1230px;
  }

  .intro-beeld > .single-stapel {
    top: 55px;
    right: auto;
    left: 50%;
    width: min(400px, 58vw);
    margin-left: max(-200px, -29vw);
  }

  .intro-beeld > .draaiende-plaat {
    top: 500px;
    right: auto;
    left: 50%;
    width: min(630px, 78vw);
    height: min(630px, 78vw);
    margin-left: max(-315px, -39vw);
  }
}

.intro-beeld > .draaiende-plaat .plaat-label {
  inset: 24%;
}

.intro-beeld > .draaiende-plaat {
  background:
    radial-gradient(circle at 34% 28%, rgba(255, 255, 255, 0.13), transparent 17%),
    url("assets/vinyl-groeven.svg") center / 100% 100% no-repeat,
    radial-gradient(circle, #151515 0, #090909 68%, #050505 100%);
  box-shadow:
    -15px 18px 30px rgba(92, 67, 18, 0.35),
    inset 0 0 0 2px rgba(255, 255, 255, 0.08),
    inset -24px -20px 40px rgba(0, 0, 0, 0.42);
  cursor: grab;
  touch-action: none;
  user-select: none;
}

.intro-beeld > .draaiende-plaat.wordt-bewogen {
  cursor: grabbing;
}

.intro-beeld > .draaiende-plaat .plaat-label {
  cursor: pointer;
}

.intro-beeld > .draaiende-plaat::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  border-radius: 50%;
  background:
    conic-gradient(
      from 18deg,
      transparent 0 8%,
      rgba(255, 255, 255, 0.03) 10%,
      rgba(255, 255, 255, 0.2) 12%,
      rgba(255, 255, 255, 0.04) 15%,
      transparent 18% 55%,
      rgba(255, 255, 255, 0.1) 58%,
      transparent 63% 100%
    );
  pointer-events: none;
}

.intro-beeld > .draaiende-plaat .plaat-label {
  z-index: 2;
}

.single-uitleg {
  position: absolute;
  top: 600px;
  left: 3%;
  z-index: 8;
  width: min(400px, 28vw);
  margin: 0;
  padding: 20px 0 4px;
  color: var(--pro-ink);
  background: transparent;
  border-left: 0;
  box-shadow: none;
  font-family: "Boogaloo", "Nimbus Sans Narrow", sans-serif;
  font-size: 23px;
  letter-spacing: 0.025em;
  line-height: 1.08;
  text-shadow: 2px 2px 0 rgba(255, 255, 255, 0.28);
  text-align: center;
  transform: rotate(-1.5deg);
}

.single-uitleg strong {
  display: block;
  margin: 0;
  color: var(--pro-red-dark);
  font-family: "Fugaz One", sans-serif;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.single-uitleg small {
  display: block;
  margin: 0 0 6px 25px;
  color: rgba(255, 255, 255, 0.78);
  font-family: "DM Sans", Arial, sans-serif;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.17em;
  line-height: 1;
  text-align: left;
  text-transform: uppercase;
}

.single-uitleg::before {
  content: "↑";
  position: absolute;
  top: -42px;
  left: 50%;
  color: var(--pro-red);
  font-family: "Boogaloo", sans-serif;
  font-size: 58px;
  line-height: 1;
  transform: translateX(-50%) rotate(-7deg);
  animation: single-pijl 1.6s ease-in-out infinite alternate;
}

.single-uitleg::after {
  content: "★";
  position: absolute;
  top: 4px;
  right: 8px;
  color: var(--pro-red);
  font-size: 18px;
  text-shadow: none;
  transform: rotate(12deg);
}

@keyframes single-pijl {
  to {
    transform: translateX(-50%) translateY(-7px) rotate(7deg);
  }
}

.toonarm-laag {
  position: absolute;
  top: 96px;
  right: 3%;
  z-index: 4;
  width: 630px;
  height: 630px;
  border-radius: 50%;
  pointer-events: none;
}

.toonarm-element {
  pointer-events: auto;
  cursor: grab;
  touch-action: none;
  user-select: none;
}

.toonarm-element:active,
.toonarm-element.wordt-bedient {
  cursor: grabbing;
}

.toonarm-element:focus-visible {
  outline: 3px solid var(--pro-yellow-bright);
  outline-offset: 5px;
}

.toonarm {
  --toonarm-hoek: -90deg;
  position: absolute;
  top: 0;
  right: -16%;
  width: 68%;
  height: 12%;
  filter: drop-shadow(4px 6px 5px rgba(0, 0, 0, 0.38));
  transform: rotate(var(--toonarm-hoek));
  transform-origin: 84% 50%;
  transition: transform 1.6s cubic-bezier(0.22, 0.7, 0.22, 1);
}

.toonarm-stang {
  position: absolute;
  top: 42%;
  right: 18%;
  width: 70%;
  height: 10px;
  background: linear-gradient(to bottom, #faf8ee 0%, #b9b5aa 40%, #696862 58%, #d8d4c8 100%);
  border: 1px solid #4d4b46;
  border-radius: 999px;
  box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.8);
}

.toonarm-bewegend-deel {
  position: absolute;
  inset: 0;
  transform-origin: 84% 50%;
}

.toonarm-scharnier {
  position: absolute;
  top: 1%;
  right: 7%;
  width: 18%;
  aspect-ratio: 1;
  background:
    radial-gradient(circle at 38% 32%, #f4f0df 0 8%, transparent 9%),
    radial-gradient(circle, #77746d 0 30%, #d6d1c4 32% 52%, #363532 54% 100%);
  border: 2px solid #24231f;
  border-radius: 50%;
  box-shadow: 0 5px 8px rgba(0, 0, 0, 0.35);
}

.toonarm-gewicht {
  position: absolute;
  top: 27%;
  right: -7%;
  width: 20%;
  height: 46%;
  background:
    linear-gradient(to bottom, #ece8dc 0%, #8c8981 34%, #3f3e3a 58%, #b9b5aa 100%);
  border: 2px solid #302f2c;
  border-radius: 5px 10px 10px 5px;
  box-shadow:
    inset 2px 2px 2px rgba(255, 255, 255, 0.45),
    3px 4px 6px rgba(0, 0, 0, 0.32);
}

.toonarm-gewicht::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 100%;
  width: 42%;
  height: 4px;
  background: #77746d;
  border: 1px solid #3b3a36;
  transform: translateY(-50%);
}

.toonarm-element {
  position: absolute;
  top: 29%;
  left: 4%;
  width: 18%;
  height: 44%;
  background: linear-gradient(135deg, var(--pro-red), #642116);
  border: 2px solid #2b211d;
  border-radius: 3px 1px 4px 2px;
  box-shadow: inset 2px 2px 0 rgba(255, 255, 255, 0.15);
  transform: rotate(-4deg);
}

.toonarm-element::before {
  content: "";
  position: absolute;
  top: 16%;
  left: 18%;
  width: 38%;
  height: 20%;
  background: var(--pro-yellow-bright);
  border-radius: 50%;
}

.toonarm-element::after {
  content: "JK";
  position: absolute;
  top: 42%;
  right: 10%;
  color: #090807;
  font-family: "Brush Script MT", "Segoe Script", "URW Chancery L", cursive;
  font-size: clamp(8px, 0.76vw, 11px);
  font-style: italic;
  font-weight: 700;
  letter-spacing: -0.08em;
  line-height: 1;
  text-shadow: 0 1px 0 rgba(255, 224, 27, 0.3);
  pointer-events: none;
  transform: skewX(-8deg);
}

.toonarm-naald {
  position: absolute;
  bottom: -13px;
  left: 24%;
  width: 2px;
  height: 15px;
  background: linear-gradient(#d9d7cf, #45443f);
  box-shadow: 1px 0 0 rgba(255, 255, 255, 0.5);
  transform: rotate(13deg);
  transform-origin: top;
}

.toonarm-naald::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: -2px;
  width: 5px;
  height: 5px;
  background: #f5f2e8;
  border-radius: 50%;
  box-shadow: 0 0 5px rgba(255, 224, 27, 0.75);
}

.draaiende-plaat.speelt + .toonarm-laag .toonarm-bewegend-deel {
  animation: arm-volgt-groef 240ms ease-in-out infinite alternate;
}

.draaiende-plaat.speelt + .toonarm-laag .toonarm-naald {
  animation: naald-volgt-groef 130ms ease-in-out infinite alternate;
}

@keyframes arm-volgt-groef {
  from {
    transform: rotate(-0.08deg);
  }

  to {
    transform: rotate(0.08deg);
  }
}

@keyframes naald-volgt-groef {
  from {
    transform: translate(-0.3px, 0) rotate(12.6deg);
  }

  to {
    transform: translate(0.4px, 0.8px) rotate(13.4deg);
  }
}

.draaiende-plaat:not(.speelt) + .toonarm-laag .toonarm-naald {
  transform: translateY(-5px) rotate(13deg);
}

@media (min-width: 1101px) {
  .intro-beeld > .draaiende-plaat {
    right: 3%;
  }
}

@media (max-width: 800px) {
  .toonarm {
    top: 1%;
    right: -8%;
    width: 63%;
  }
}

@media (max-width: 1100px) {
  .intro-beeld {
    min-height: 1330px;
  }

  .single-uitleg {
    top: 510px;
    left: 50%;
    width: min(400px, 72vw);
    transform: translateX(-50%);
  }

  .intro-beeld > .draaiende-plaat {
    top: 590px;
  }
}

@media (max-width: 1100px) {
  .toonarm-laag {
    top: 590px;
    right: auto;
    left: 50%;
    width: min(630px, 78vw);
    height: min(630px, 78vw);
    margin-left: max(-315px, -39vw);
  }
}

@media (max-width: 800px) {
  .toonarm-laag {
    top: 440px;
    width: min(500px, 92vw);
    height: min(500px, 92vw);
    margin-left: max(-250px, -46vw);
  }
}

@media (max-width: 480px) {
  .toonarm-laag {
    top: 390px;
    width: min(430px, 94vw);
    height: min(430px, 94vw);
    margin-left: max(-215px, -47vw);
  }
}

@media (max-width: 800px) {
  .intro-beeld {
    min-height: 1150px;
  }

  .single-uitleg {
    top: 450px;
    width: min(360px, 84vw);
  }

  .intro-beeld > .draaiende-plaat {
    top: 540px;
  }
}

@media (max-width: 480px) {
  .intro-beeld {
    min-height: 1020px;
  }

  .single-uitleg {
    top: 400px;
    width: min(310px, 86vw);
    font-size: 20px;
  }

  .intro-beeld > .draaiende-plaat {
    top: 490px;
  }
}

@media (max-width: 800px) {
  .intro-beeld {
    min-height: 1050px;
  }

  .intro-beeld > .single-stapel {
    top: 45px;
    left: 50%;
    width: min(360px, 76vw);
    margin-left: max(-180px, -38vw);
  }

  .intro-beeld > .draaiende-plaat {
    top: 440px;
    left: 50%;
    width: min(500px, 92vw);
    height: min(500px, 92vw);
    margin-left: max(-250px, -46vw);
  }
}

@media (max-width: 480px) {
  .intro-beeld {
    min-height: 920px;
  }

  .intro-beeld > .single-stapel {
    width: min(310px, 74vw);
    margin-left: max(-155px, -37vw);
  }

  .intro-beeld > .draaiende-plaat {
    top: 390px;
    width: min(430px, 94vw);
    height: min(430px, 94vw);
    margin-left: max(-215px, -47vw);
  }
}

@media (min-width: 1101px) {
  .intro-beeld > .speelt-nu:not(.is-vast) {
    right: calc(3% + 666px);
    bottom: 66px;
    left: auto;
  }
}

@media (max-width: 1100px) {
  .intro-beeld {
    min-height: calc(880px + min(630px, 78vw));
  }

  .intro-beeld > .speelt-nu:not(.is-vast) {
    top: calc(590px + min(630px, 78vw) + 40px);
    right: auto;
    bottom: auto;
    left: 50%;
    transform: translateX(-50%);
  }
}

@media (max-width: 800px) {
  .intro-beeld {
    min-height: calc(700px + min(500px, 92vw));
  }

  .intro-beeld > .speelt-nu:not(.is-vast) {
    top: calc(440px + min(500px, 92vw) + 40px);
  }
}

@media (max-width: 480px) {
  .intro-beeld {
    min-height: calc(640px + min(430px, 94vw));
  }

  .intro-beeld > .speelt-nu:not(.is-vast) {
    top: calc(390px + min(430px, 94vw) + 40px);
  }
}

.speelt-nu.is-vast {
  top: auto;
  transform: none;
}

.single-stapel img {
  border: 0;
  outline: 0;
  filter: saturate(1.14) contrast(1.07) brightness(1.035);
}

.single-stapel img.laag-onder {
  box-shadow:
    0 25px 38px rgba(76, 49, 20, 0.22),
    0 8px 16px rgba(76, 49, 20, 0.16);
}

.single-stapel img.laag-midden {
  box-shadow:
    0 20px 30px rgba(76, 49, 20, 0.25),
    0 6px 11px rgba(76, 49, 20, 0.17);
}

.single-stapel img.laag-boven {
  box-shadow:
    0 18px 28px rgba(76, 49, 20, 0.28),
    0 5px 9px rgba(76, 49, 20, 0.18);
}

.single-stapel img.laag-boven:hover {
  filter: saturate(1.2) contrast(1.08) brightness(1.06);
}

.single-stapel::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 6;
  background:
    linear-gradient(
      125deg,
      rgba(255, 255, 255, 0.34) 0%,
      rgba(255, 255, 255, 0.12) 18%,
      transparent 37%,
      transparent 68%,
      rgba(255, 248, 216, 0.13) 82%,
      transparent 100%
    );
  pointer-events: none;
  opacity: 0.62;
  mix-blend-mode: screen;
  transform: rotate(-3deg);
}

.single-uitleg {
  width: max-content;
  max-width: calc(100% - 40px);
  padding: 16px 30px 15px;
  color: #fff;
  background: linear-gradient(135deg, #f01c27, #cf101d);
  border: 0;
  border-radius: 999px;
  box-shadow:
    0 12px 24px rgba(112, 24, 22, 0.25),
    inset 0 1px 0 rgba(255, 255, 255, 0.22);
  text-shadow: none;
  transform: rotate(-1deg);
}

.single-uitleg::before {
  display: none;
}

.single-uitleg small {
  margin: 0;
  color: #fff;
  text-align: center;
}

.single-uitleg::after {
  display: none;
}

@media (max-width: 1100px) {
  .single-uitleg {
    transform: translateX(-50%) rotate(-1deg);
  }
}

:root {
  --huisstijl-rood: #8f3025;
  --huisstijl-rood-donker: #6f241c;
  --huisstijl-rood-helder: #b74230;
  --huisstijl-geel: #e4b72d;
  --huisstijl-geel-helder: #ffdd25;
  --huisstijl-room: #f4ecda;
  --huisstijl-room-donker: #dfcfad;
  --huisstijl-inkt: #211d18;
  --huisstijl-grijs: #706558;
  --huisstijl-lijn: rgba(33, 29, 24, 0.15);
  --huisstijl-schaduw: 0 24px 60px rgba(48, 36, 21, 0.16);
  --huisstijl-schaduw-diep: 0 30px 75px rgba(36, 25, 16, 0.24);
  --pagina-marge: clamp(24px, 6vw, 96px);
  --kop-hoogte: 116px;
  --sectie-hoogte: calc(100svh - var(--kop-hoogte));
}

html {
  scroll-padding-top: var(--kop-hoogte);
}

body {
  color: var(--huisstijl-inkt);
  background: var(--huisstijl-room);
  font-family: "DM Sans", Arial, sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

::selection {
  color: var(--huisstijl-inkt);
  background: var(--huisstijl-geel-helder);
}

main {
  overflow: clip;
}

main > section {
  min-height: var(--sectie-hoogte);
  scroll-margin-top: var(--kop-hoogte);
}

a,
button,
input {
  -webkit-tap-highlight-color: transparent;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
[role="slider"]:focus-visible {
  outline: 3px solid var(--huisstijl-geel-helder);
  outline-offset: 4px;
}

.korrel {
  z-index: 200;
  opacity: 0.045;
}

.bovenregel {
  color: var(--huisstijl-rood-donker);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.2em;
}

.bovenregel::before {
  color: var(--huisstijl-rood-helder);
}

.knop {
  align-items: center;
  justify-content: space-between;
  min-height: 54px;
  padding: 15px 21px;
  color: #fff;
  background: var(--huisstijl-inkt);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 5px 5px 0 var(--huisstijl-rood-helder);
  font-family: "Fugaz One", sans-serif;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.025em;
  transition:
    color 180ms ease,
    background 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
}

.knop:hover {
  color: var(--huisstijl-inkt);
  background: var(--huisstijl-geel-helder);
  box-shadow: 7px 7px 0 var(--huisstijl-rood-helder);
  transform: translate(-2px, -2px);
}

body > header {
  position: sticky;
  top: 0;
  z-index: 150;
  height: var(--kop-hoogte);
  padding: 0 var(--pagina-marge);
  color: #fff;
  background: rgba(134, 42, 31, 0.985);
  border: 0;
  border-bottom: 2px solid #090807;
  box-shadow: 0 12px 34px rgba(55, 22, 16, 0.16);
  backdrop-filter: blur(12px);
}

.kop-identiteit {
  display: flex;
  align-items: center;
  min-width: 0;
}

.logo-groep {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0;
  margin-top: 10px;
  min-width: max-content;
}

body > header .logo {
  display: inline-block;
  color: var(--huisstijl-geel-helder);
  font-family: "Boogaloo", "Nimbus Sans Narrow", sans-serif;
  font-size: clamp(68px, 5.8vw, 90px);
  font-weight: 400;
  letter-spacing: 0.025em;
  line-height: 0.8;
  text-shadow: 3px 4px 0 rgba(88, 26, 19, 0.54);
  transform: rotate(-2deg);
  transform-origin: left center;
}

.logo-artiest {
  display: flex;
  align-items: center;
  gap: 11px;
  color: #fff9e8;
  font-family: "DM Sans", Arial, sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.2em;
  line-height: 1;
  text-transform: uppercase;
  text-shadow: 0 1px 2px rgba(57, 13, 9, 0.5);
}

.logo-artiest::before,
.logo-artiest::after {
  width: 24px;
  height: 1px;
  background: rgba(255, 221, 37, 0.88);
  content: "";
}

body > header nav {
  gap: clamp(20px, 2.6vw, 42px);
}

body > header nav a {
  position: relative;
  padding: 10px 0;
  color: rgba(255, 255, 255, 0.92);
  font-family: "Boogaloo", sans-serif;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 0.035em;
}

body > header nav a:not(.navigatie-knop)::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 4px;
  left: 0;
  height: 2px;
  background: var(--huisstijl-geel-helder);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 180ms ease;
}

body > header nav a:not(.navigatie-knop):hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

body > header nav a.huidige-link:not(.navigatie-knop)::after {
  transform: scaleX(1);
}

body > header nav .navigatie-knop {
  padding: 13px 18px 12px;
  color: var(--huisstijl-inkt);
  background: var(--huisstijl-geel-helder);
  border: 0;
  box-shadow: 4px 4px 0 var(--huisstijl-inkt);
  font-family: "Fugaz One", sans-serif;
  font-size: 10px;
  text-transform: uppercase;
}

.intro-scherm {
  min-height: var(--sectie-hoogte);
  grid-template-columns: minmax(390px, 39%) minmax(670px, 61%);
  color: var(--huisstijl-inkt);
  background: #dda62a;
  border-bottom: 0;
  isolation: isolate;
}

.intro-scherm::before,
.intro-scherm > .zon {
  content: none;
  display: none;
}

.intro-scherm::after {
  content: none;
  display: none;
}

.intro-tekst {
  position: relative;
  z-index: 11;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: clamp(34px, 4.5vh, 52px) 3vw 0 var(--pagina-marge);
  overflow: hidden;
  background: transparent;
  transform: translateY(1.5cm);
}

.intro-tekst .bovenregel {
  position: relative;
  z-index: 2;
  margin-bottom: 14px;
  color: #76261d;
  text-shadow: 1px 1px 0 rgba(255, 226, 76, 0.68);
}

.intro-scherm h1 {
  position: relative;
  z-index: 2;
  max-width: 520px;
  color: #fff8df;
  font-family: "URW Chancery L", "Apple Chancery", "Monotype Corsiva", "Z003", cursive;
  font-size: clamp(52px, 4.4vw, 68px);
  font-style: italic;
  font-weight: 700;
  letter-spacing: 0.012em;
  line-height: 0.88;
  text-transform: none;
  text-shadow: 0 2px 0 rgba(74, 31, 11, 0.9), 0 7px 18px rgba(67, 20, 13, 0.3);
  transform: translateY(20px) rotate(-1deg);
  transform-origin: left center;
}

.intro-scherm h1::after {
  content: "";
  position: absolute;
  bottom: -13px;
  left: 7px;
  width: min(210px, 74%);
  height: 3px;
  background: linear-gradient(90deg, transparent, #fff3c8 8%, #fff3c8 72%, transparent);
  clip-path: polygon(0 58%, 100% 0, 100% 34%, 0 100%);
  filter: drop-shadow(0 1px 0 rgba(74, 31, 11, 0.72));
  transform: skewX(-24deg);
}

.intro-onderschrift {
  position: relative;
  z-index: 2;
  display: inline-block;
  max-width: 325px;
  margin: 38px 0 0 5px;
  padding: 2px 0 2px 27px;
  color: #050505;
  background: transparent;
  border: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(15px, 1.18vw, 18px);
  font-style: italic;
  font-stretch: normal;
  font-weight: 600;
  letter-spacing: 0.012em;
  line-height: 1.36;
  text-shadow: none;
  text-transform: none;
  transform: none;
  -webkit-font-smoothing: antialiased;
}

.intro-onderschrift::before {
  content: "\2726";
  position: absolute;
  top: 4px;
  left: 1px;
  color: #050505;
  font-size: 0.9em;
  font-style: normal;
  transform: none;
}

.intro-onderschrift strong {
  color: inherit;
  font-weight: 800;
}

.intro-portret {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  aspect-ratio: auto;
  margin: 0;
  overflow: hidden;
  background: #dda62a url("assets/podium-hero-zonder-rene.webp") center center / cover no-repeat;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  pointer-events: none;
  transform: none;
}

.intro-portret img.intro-achtergrond {
  display: none;
}

.intro-portret img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center center;
  border-radius: 0;
  filter: none;
  opacity: 1;
  visibility: visible;
}

.intro-portret img.intro-persoon {
  position: absolute;
  bottom: -90px;
  left: -12px;
  z-index: 1;
  width: min(43vw, 620px);
  height: auto;
  min-height: 0;
  object-fit: contain;
  object-position: left bottom;
}

.intro-persoon-kader {
  position: absolute;
  bottom: -165px;
  left: -96px;
  z-index: 1;
  width: min(48vw, 700px);
  aspect-ratio: 1022 / 1536;
  filter: drop-shadow(18px 20px 15px rgba(79, 34, 7, 0.34));
}

.intro-portret .intro-persoon-kader img.intro-persoon {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: left bottom;
}

.intro-broekbeen {
  position: absolute;
  bottom: 14%;
  left: 57%;
  z-index: 0;
  width: 18%;
  height: 31%;
  background:
    linear-gradient(78deg, transparent 28%, rgba(255, 255, 255, 0.045) 38%, transparent 49%),
    linear-gradient(112deg, transparent 56%, rgba(0, 0, 0, 0.58) 61%, transparent 68%),
    linear-gradient(96deg, #151518 0%, #09090b 55%, #030304 100%);
  border-radius: 48% 44% 28% 34% / 20% 24% 18% 20%;
  box-shadow:
    inset 7px 0 10px rgba(255, 255, 255, 0.035),
    inset -9px 0 13px rgba(0, 0, 0, 0.5);
  transform: rotate(24deg);
  transform-origin: center center;
}

.intro-broekbeen::after {
  position: absolute;
  top: 16%;
  left: 51%;
  width: 1px;
  height: 70%;
  content: "";
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.62), rgba(70, 70, 74, 0.2), transparent);
}

.intro-portret::after {
  content: none;
}

.intro-beeld {
  position: relative;
  z-index: 2;
  min-height: max(760px, calc(100svh - 140px));
  isolation: isolate;
}

@media (min-width: 1101px) {
  .intro-beeld > .single-stapel {
    left: -4%;
  }

  .intro-beeld > .draaiende-plaat,
  .intro-beeld > .toonarm-laag {
    top: 130px;
    right: 8%;
    width: 580px;
    height: 580px;
  }

  .intro-beeld > .speelt-nu:not(.is-vast) {
    right: calc(8% + 616px);
  }
}

@media (max-width: 1100px) {
  .intro-beeld > .single-stapel {
    left: 54%;
  }
}

.intro-beeld > .draaiende-plaat {
  box-shadow:
    -22px 28px 40px rgba(74, 39, 16, 0.38),
    15px -12px 32px rgba(255, 232, 134, 0.24),
    0 0 36px rgba(255, 197, 45, 0.2),
    inset 0 0 0 2px rgba(255, 255, 255, 0.08),
    inset -24px -20px 40px rgba(0, 0, 0, 0.42);
}

.toonarm-laag::before,
.toonarm-laag::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.toonarm-laag::before {
  inset: -28px;
  z-index: -1;
  background:
    conic-gradient(
      from 12deg,
      transparent 0 9%,
      rgba(255, 250, 218, 0.88) 13%,
      rgba(255, 205, 61, 0.48) 19%,
      transparent 29% 55%,
      rgba(114, 43, 24, 0.42) 65%,
      transparent 77% 100%
    );
  filter: blur(12px);
  opacity: 0.72;
  -webkit-mask: radial-gradient(circle, transparent 0 89%, #000 94% 100%);
  mask: radial-gradient(circle, transparent 0 89%, #000 94% 100%);
  animation: draaitafel-licht 11s linear infinite;
}

.toonarm-laag::after {
  inset: -5px;
  z-index: -2;
  border: 1px solid rgba(255, 239, 176, 0.2);
  box-shadow:
    -27px 31px 42px rgba(72, 38, 18, 0.3),
    17px -14px 34px rgba(255, 239, 177, 0.2);
}

@keyframes draaitafel-licht {
  to {
    transform: rotate(360deg);
  }
}

.toonarm {
  right: -19.5%;
  width: 90%;
}

.toonarm-stang {
  right: 15%;
  width: 75%;
}

.toonarm-scharnier {
  right: 9.2%;
  width: 13.6%;
}

.toonarm-gewicht {
  right: -4%;
  width: 15%;
}

.toonarm-element {
  width: 14%;
  transform: rotate(5deg);
  transition: filter 160ms ease, box-shadow 160ms ease;
}

.toonarm-laag.wordt-bedient .toonarm-bewegend-deel,
.toonarm-laag.wordt-bedient .toonarm-naald {
  animation: none !important;
}

.toonarm-laag.wordt-bedient .toonarm-element {
  filter: brightness(1.1) drop-shadow(0 7px 5px rgba(48, 29, 20, 0.28));
}

.toonarm-laag.wordt-bedient .toonarm-naald {
  transform: translateY(-9px) rotate(13deg) !important;
}

@media (max-width: 800px) {
  .toonarm {
    right: -12%;
  }
}

.lichtkrant {
  grid-column: 1 / -1;
  z-index: 12;
  padding: 13px 0 12px;
  color: #fff;
  background: linear-gradient(90deg, var(--huisstijl-rood-donker), var(--huisstijl-rood-helder));
  border: 0;
  border-top: 1px solid rgba(255, 221, 37, 0.5);
  box-shadow: 0 -9px 28px rgba(74, 28, 19, 0.12);
}

.lichtkrant-tekst {
  display: flex;
  align-items: center;
  width: max-content;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.15em;
  white-space: nowrap;
  animation: lichtkrant-schuift 16s linear infinite;
  will-change: transform;
}

.lichtkrant-groep {
  display: flex;
  align-items: center;
  gap: clamp(34px, 3.2vw, 62px);
  padding-right: clamp(34px, 3.2vw, 62px);
}

.lichtkrant-groep > span {
  display: inline-flex;
  align-items: center;
  gap: clamp(34px, 3.2vw, 62px);
}

.lichtkrant-groep i {
  color: #fff;
  font-size: 0.82em;
  font-style: normal;
  text-shadow: 0 1px 3px rgba(62, 31, 2, 0.28);
}

@keyframes lichtkrant-schuift {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(-50%, 0, 0);
  }
}

.stempel {
  color: #fff;
  background: linear-gradient(145deg, var(--huisstijl-rood-helder), #8b2d23);
  border-color: #fff9e9;
  box-shadow: 0 12px 28px rgba(76, 33, 20, 0.22);
}

.artiest-sectie {
  position: relative;
  isolation: isolate;
  min-height: max(760px, var(--sectie-hoogte));
  grid-template-columns: minmax(500px, 38%) minmax(700px, 62%);
  overflow: hidden;
  color: var(--huisstijl-inkt);
  background: #e8d9bb;
  border-bottom: 1px solid rgba(33, 29, 24, 0.22);
}

.artiest-sectie-tekst {
  position: relative;
  z-index: 1;
  justify-content: center;
  padding: clamp(66px, 8vh, 104px) clamp(42px, 5vw, 82px) clamp(66px, 8vh, 104px) var(--pagina-marge);
  background:
    radial-gradient(circle at 16% 8%, rgba(255, 221, 37, 0.13), transparent 28%),
    linear-gradient(145deg, #9d3326, #6f241c 78%);
  box-shadow: inset -1px 0 rgba(255, 221, 37, 0.26);
}

.artiest-sectie h2 {
  margin: 0 0 20px;
  color: #fff9e9;
  font-size: clamp(60px, 5.4vw, 92px);
  letter-spacing: -0.045em;
  line-height: 0.88;
  text-shadow: 0 5px 18px rgba(35, 19, 10, 0.24);
}

.artiest-sectie h2 i {
  color: var(--huisstijl-geel-helder);
}

.artiest-sectie .bovenregel {
  color: var(--huisstijl-geel-helder);
  text-shadow: 0 2px 8px rgba(35, 19, 10, 0.35);
}

.artiest-sectie-tekst > p.artiest-inleiding {
  max-width: 600px;
  margin: 12px 0 15px;
  color: #fff9e9;
  font-size: clamp(18px, 1.35vw, 22px);
  line-height: 1.45;
  text-shadow: 0 2px 8px rgba(28, 15, 8, 0.72);
}

.artiest-sectie-tekst > p.artiest-uitleg {
  max-width: 560px;
  margin-bottom: 13px;
  color: rgba(255, 249, 233, 0.84);
  font-size: 15px;
  line-height: 1.72;
  text-shadow: 0 2px 7px rgba(28, 15, 8, 0.76);
}

.artiest-sectie-tekst blockquote {
  max-width: 600px;
  margin: 15px 0 22px;
  padding: 15px 0 15px 22px;
  color: #fff5cf;
  border-left: 4px solid var(--huisstijl-geel-helder);
  font-size: clamp(18px, 1.3vw, 21px);
}

.artiest-kenmerken {
  gap: 9px;
  margin-bottom: 28px;
}

.artiest-kenmerken li {
  padding: 7px 12px 6px;
  color: #fff9e9;
  background: rgba(35, 17, 12, 0.25);
  border: 1px solid rgba(255, 232, 139, 0.4);
  border-radius: 999px;
}

.artiest-sectie figure {
  position: relative;
  min-height: 760px;
  overflow: hidden;
  background: url("assets/achtergrond-steiger-water-zon-goud.webp") center center / cover no-repeat fixed;
  border-left: 6px solid var(--huisstijl-geel-helder);
}

.artiest-sectie figure::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(83, 35, 16, 0.25), transparent 36%),
    linear-gradient(180deg, rgba(255, 207, 45, 0.06), rgba(63, 31, 14, 0.18));
  pointer-events: none;
}

.artiest-sectie figure img {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 96%;
  height: 96%;
  min-height: 0;
  object-fit: contain;
  object-position: center;
  filter:
    drop-shadow(20px 25px 20px rgba(50, 25, 12, 0.28))
    saturate(1.035)
    contrast(1.02);
  transform: translate(-50%, -50%);
}

.artiest-sectie:hover figure img {
  transform: translate(-50%, -50%) scale(1.01);
}

.verhaal {
  position: relative;
  min-height: max(830px, var(--sectie-hoogte));
  display: grid;
  grid-template-columns: minmax(340px, 0.85fr) minmax(500px, 1.15fr);
  grid-template-areas:
    "kop tijdlijn"
    "beeld beeld";
  align-items: start;
  gap: clamp(28px, 4vw, 68px);
  padding: clamp(62px, 7vh, 92px) var(--pagina-marge);
  overflow: hidden;
  color: var(--huisstijl-inkt);
  background:
    linear-gradient(90deg, transparent 0 58%, rgba(228, 183, 45, 0.11) 58% 100%),
    radial-gradient(circle at 7% 8%, rgba(255, 255, 255, 0.82), transparent 31%),
    #eee2ca;
  border-bottom: 1px solid rgba(33, 29, 24, 0.16);
}

.sectie-nummer {
  grid-area: nummer;
  align-self: start;
  width: 54px;
  margin-top: 6px;
  padding-top: 12px;
  color: var(--huisstijl-rood-donker);
  border-top: 2px solid var(--huisstijl-rood-helder);
  font-size: 13px;
}

.verhaal-kop {
  grid-area: kop;
  align-self: start;
  min-width: 0;
}

.verhaal h2 {
  color: var(--huisstijl-inkt);
  font-size: clamp(58px, 5.4vw, 92px);
  letter-spacing: -0.05em;
  line-height: 0.9;
  text-shadow: none;
}

.verhaal h2 i {
  color: var(--huisstijl-rood-helder);
}

.verhaal .bovenregel {
  color: var(--huisstijl-rood-donker);
  text-shadow: none;
}

.verhaal-samenvatting {
  max-width: 470px;
  margin: 27px 0 0;
  color: #5e5143;
  font-size: clamp(16px, 1.2vw, 19px);
  line-height: 1.65;
}

.verhaal-tijdlijn {
  grid-area: tijdlijn;
  align-self: stretch;
  min-width: 0;
  border-bottom: 1px solid rgba(69, 48, 31, 0.22);
}

.verhaal-tijdlijn article {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 18px;
  padding: 18px 0;
  border-top: 1px solid rgba(69, 48, 31, 0.22);
}

.verhaal-tijdlijn article > div {
  min-width: 0;
}

.verhaal-tijdlijn article > span {
  color: var(--huisstijl-rood-helder);
  font-family: "Fugaz One", sans-serif;
  font-size: 12px;
  letter-spacing: 0.06em;
}

.verhaal-tijdlijn h3 {
  margin: -4px 0 4px;
  color: var(--huisstijl-inkt);
  font-family: "Boogaloo", sans-serif;
  font-size: clamp(28px, 2.4vw, 38px);
  font-weight: 400;
  line-height: 1;
}

.verhaal-tijdlijn p {
  max-width: 560px;
  margin: 0;
  color: #5a4d40;
  font-size: clamp(14px, 1vw, 16px);
  line-height: 1.58;
}

.verhaal-beeld {
  grid-area: beeld;
  position: relative;
  height: clamp(220px, 27vh, 300px);
  margin: 0;
  overflow: hidden;
  background: url("assets/achtergrond-bouwwerkzaamheden.webp") center center / cover no-repeat fixed;
  border: 1px solid rgba(66, 41, 24, 0.22);
  box-shadow: 0 20px 55px rgba(59, 38, 22, 0.18);
}

.verhaal-beeld::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 38%, rgba(28, 18, 11, 0.58));
  pointer-events: none;
}

.verhaal-beeld figcaption {
  position: absolute;
  right: 145px;
  bottom: 18px;
  left: 20px;
  z-index: 1;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 22px;
  padding: 14px 16px 13px;
  color: #fffaf0;
  background: rgba(33, 29, 24, 0.88);
  border-left: 4px solid var(--huisstijl-geel-helder);
}

.verhaal-beeld figcaption span {
  flex: 0 0 auto;
  color: var(--huisstijl-geel-helder);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.verhaal-beeld figcaption strong {
  font-family: "Boogaloo", sans-serif;
  font-size: clamp(20px, 1.75vw, 28px);
  font-weight: 400;
  line-height: 1.05;
  text-align: right;
}

.muziek {
  position: relative;
  isolation: isolate;
  min-height: max(800px, var(--sectie-hoogte));
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(86px, 9vh, 120px) var(--pagina-marge);
  overflow: hidden;
  color: var(--huisstijl-room);
  background:
    radial-gradient(circle at 84% 7%, rgba(228, 183, 45, 0.17), transparent 28%),
    linear-gradient(145deg, #29251f, #171512 72%);
  border-top: 1px solid rgba(255, 221, 37, 0.22);
}

.muziek::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: -340px;
  right: -260px;
  width: 760px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: repeating-radial-gradient(circle, transparent 0 13px, rgba(255, 255, 255, 0.12) 14px 15px);
  opacity: 0.18;
  pointer-events: none;
}

.muziek > * {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1640px;
  margin-inline: auto;
}

.muziek-kop {
  display: block;
  text-align: center;
  margin-bottom: clamp(44px, 6vh, 72px);
}

.muziek-kop h2 {
  color: #fff;
  font-size: clamp(58px, 6vw, 102px);
  letter-spacing: -0.05em;
}

.muziek-kop h2 i {
  color: var(--huisstijl-geel);
}

.muziek-kop > p:last-child {
  max-width: 620px;
  margin: 25px auto 0;
  color: rgba(244, 236, 218, 0.72);
  font-size: 16px;
  line-height: 1.7;
}

.muziek-luisterlink {
  display: inline-block;
  margin-top: 15px;
  color: var(--huisstijl-geel-helder);
  border-bottom: 1px solid rgba(255, 221, 37, 0.52);
  font-family: "Fugaz One", sans-serif;
  font-size: 11px;
  letter-spacing: 0.035em;
  text-decoration: none;
  transition: color 180ms ease, border-color 180ms ease;
}

.muziek-luisterlink:hover {
  color: #fff;
  border-color: #fff;
}

.uitgaven {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-template-rows: auto;
  gap: clamp(22px, 2.5vw, 38px);
  align-items: stretch;
}

.uitgaven article {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: clamp(14px, 1.45vw, 22px);
  overflow: hidden;
  background: linear-gradient(155deg, rgba(255, 255, 255, 0.065), rgba(255, 255, 255, 0.025));
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 2px;
  box-shadow: 0 24px 55px rgba(0, 0, 0, 0.18);
  transition:
    background 220ms ease,
    border-color 220ms ease,
    box-shadow 220ms ease,
    transform 220ms ease;
}

.uitgaven article:hover {
  background: rgba(255, 255, 255, 0.075);
  border-color: rgba(228, 183, 45, 0.75);
  box-shadow: 0 32px 70px rgba(0, 0, 0, 0.28);
  transform: translateY(-7px);
}

.uitgaven article:first-child {
  grid-row: auto;
  padding: clamp(14px, 1.45vw, 22px);
}

.uitgaven article:not(:first-child) {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.uitgaven img {
  display: block;
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  filter: saturate(1.02) contrast(1.025);
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.3);
}

.uitgaven article:first-child img {
  min-height: 0;
  flex: none;
  aspect-ratio: 1;
}

.uitgaven article:not(:first-child) img {
  height: auto;
  min-height: 0;
}

.uitgaven article:hover img {
  transform: none;
}

.uitgaven article > div {
  flex: 1;
  padding: 20px 2px 4px;
}

.uitgaven article:not(:first-child) > div {
  padding: 20px 2px 4px;
}

.uitgaven h3 {
  margin: 5px 0 4px;
  color: #fff;
  font-family: "Boogaloo", sans-serif;
  font-size: clamp(29px, 2.4vw, 40px);
  font-weight: 400;
  letter-spacing: 0.01em;
  text-transform: none;
}

.uitgaven p {
  color: var(--huisstijl-geel);
}

.uitgaven small {
  color: rgba(255, 255, 255, 0.62);
}

.jaar {
  top: 28px;
  right: 28px;
  z-index: 2;
  padding: 8px 11px;
  color: var(--huisstijl-inkt);
  background: var(--huisstijl-geel-helder);
  box-shadow: 3px 3px 0 var(--huisstijl-rood-helder);
}

.uitgaven article:not(:first-child) .jaar {
  top: 28px;
  right: 28px;
}

.uitgave-status {
  position: absolute;
  z-index: 2;
  top: 42px;
  left: 0;
  padding: 10px 17px 9px;
  color: #fff;
  background: var(--huisstijl-rood-helder);
  border-left: 5px solid var(--huisstijl-geel-helder);
  box-shadow: 6px 7px 0 rgba(0, 0, 0, 0.2);
  font-family: "Fugaz One", sans-serif;
  font-size: 10px;
  letter-spacing: 0.055em;
  text-transform: uppercase;
}

.archief {
  position: relative;
  isolation: isolate;
  min-height: max(800px, var(--sectie-hoogte));
  grid-template-columns: minmax(390px, 42%) minmax(520px, 58%);
  align-items: center;
  gap: clamp(55px, 7vw, 115px);
  padding: clamp(86px, 10vh, 130px) var(--pagina-marge);
  overflow: hidden;
  color: var(--huisstijl-inkt);
  background:
    radial-gradient(circle at 6% 8%, rgba(255, 255, 255, 0.78), transparent 31%),
    linear-gradient(115deg, #f1e7d2 0%, #e8d8b9 100%);
  border-top: 1px solid rgba(111, 36, 28, 0.12);
}

.archief::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 10%;
  bottom: 10%;
  left: 47%;
  width: 1px;
  background: linear-gradient(transparent, rgba(111, 36, 28, 0.2), transparent);
  pointer-events: none;
}

.archief > * {
  position: relative;
  z-index: 1;
}

.archief h2 {
  color: var(--huisstijl-inkt);
  font-size: clamp(58px, 5.7vw, 98px);
  letter-spacing: -0.05em;
  line-height: 0.9;
}

.archief h2 i {
  color: var(--huisstijl-rood-helder);
}

.archief-tekst > p:not(.bovenregel) {
  max-width: 600px;
  color: #51463a;
  font-size: 17px;
  line-height: 1.7;
}

.archief dl {
  max-width: 640px;
  margin-top: 38px;
}

.archief dl div {
  grid-template-columns: 120px 1fr;
  padding: 16px 0;
  border-top: 1px solid rgba(33, 29, 24, 0.18);
}

.archief dt {
  color: var(--huisstijl-rood-donker);
}

.collage {
  width: 100%;
  height: min(67vh, 660px);
  min-height: 520px;
  overflow: hidden;
  background:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    radial-gradient(circle at 50% 45%, rgba(255, 221, 37, 0.2), transparent 38%),
    linear-gradient(145deg, #2d2924, #171512);
  background-size: 36px 36px, 36px 36px, auto, auto;
  border: 1px solid rgba(75, 29, 22, 0.22);
  box-shadow: var(--huisstijl-schaduw-diep);
}

.collage img {
  position: absolute;
  width: 43%;
  border: 6px solid #f8f1e2;
  box-shadow: 12px 16px 30px rgba(0, 0, 0, 0.46);
  transition: transform 250ms ease, z-index 0s 125ms;
}

.collage img:first-child {
  z-index: 1;
  top: 8%;
  left: 6%;
  transform: rotate(-6deg);
}

.collage img:nth-child(2) {
  z-index: 2;
  right: 6%;
  bottom: 7%;
  transform: rotate(5deg);
}

.collage img:nth-child(3) {
  z-index: 3;
  bottom: 5%;
  left: 31%;
  width: 38%;
  transform: rotate(-1deg);
}

.collage img:hover {
  z-index: 5;
  transform: rotate(0) scale(1.035);
}

.tape {
  z-index: 6;
  top: 46%;
  left: 7%;
  color: var(--huisstijl-inkt);
  background: var(--huisstijl-geel-helder);
  box-shadow: 3px 4px 0 rgba(83, 30, 23, 0.34);
  transform: rotate(-90deg) translateX(-50%);
  transform-origin: left top;
}

.aanmelden {
  position: relative;
  isolation: isolate;
  min-height: max(720px, var(--sectie-hoogte));
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(90px, 11vh, 140px) var(--pagina-marge);
  color: var(--huisstijl-inkt);
  background:
    linear-gradient(115deg, transparent 0 61%, rgba(255, 255, 255, 0.12) 61% 68%, transparent 68%),
    radial-gradient(circle at 8% 10%, rgba(255, 247, 191, 0.56), transparent 31%),
    linear-gradient(135deg, #edca44, #d49d1f);
  border-top: 1px solid rgba(33, 29, 24, 0.24);
}

.aanmelden::before,
.aanmelden::after {
  color: rgba(111, 36, 28, 0.09);
}

.aanmelden-kaart {
  position: relative;
  width: min(100%, 1240px);
  padding: clamp(52px, 7vw, 96px);
  overflow: hidden;
  color: #fff;
  text-align: left;
  background:
    radial-gradient(circle at 92% 6%, rgba(255, 221, 37, 0.17), transparent 30%),
    linear-gradient(140deg, #9c3427, #6f241c 78%);
  border: 1px solid rgba(255, 245, 213, 0.18);
  box-shadow: 18px 21px 0 rgba(33, 29, 24, 0.92), 0 36px 80px rgba(59, 37, 13, 0.2);
}

.aanmelden-kaart::after {
  position: absolute;
  right: clamp(32px, 5vw, 72px);
  bottom: clamp(24px, 4vw, 54px);
  color: rgba(255, 221, 37, 0.12);
  font-family: "Boogaloo", sans-serif;
  font-size: clamp(130px, 20vw, 300px);
  line-height: 0.6;
  content: "★";
  pointer-events: none;
}

.aanmelden .bovenregel {
  color: var(--huisstijl-geel-helder);
}

.aanmelden h2 {
  position: relative;
  z-index: 1;
  max-width: 900px;
  color: #fff;
  font-size: clamp(66px, 7.2vw, 118px);
  letter-spacing: -0.055em;
  line-height: 0.86;
}

.aanmelden h2 i {
  color: var(--huisstijl-geel-helder);
}

.aanmelden-kaart > p:not(.bovenregel, .formulier-melding) {
  position: relative;
  z-index: 1;
  max-width: 650px;
  margin: 28px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 17px;
  line-height: 1.7;
}

.aanmelden form {
  position: relative;
  z-index: 1;
  width: min(100%, 700px);
  margin: 35px 0 0;
  padding: 8px;
  background: #fffaf0;
  border: 1px solid rgba(33, 29, 24, 0.18);
  box-shadow: 7px 7px 0 var(--huisstijl-geel-helder), 0 24px 60px rgba(53, 19, 14, 0.22);
}

.aanmelden input {
  min-height: 54px;
  padding: 14px 17px;
  color: var(--huisstijl-inkt);
  background: transparent;
}

.aanmelden button {
  min-height: 54px;
  padding: 15px 22px;
  color: #fff;
  background: var(--huisstijl-inkt);
  font-family: "Fugaz One", sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.02em;
  transition: color 180ms ease, background 180ms ease;
}

.aanmelden button:hover {
  color: var(--huisstijl-inkt);
  background: var(--huisstijl-geel-helder);
}

.formulier-melding {
  position: relative;
  z-index: 1;
  margin-top: 16px;
  color: rgba(255, 255, 255, 0.67);
}

body > footer {
  min-height: 120px;
  padding: 28px var(--pagina-marge);
  color: var(--huisstijl-inkt);
  background: var(--huisstijl-geel);
  border: 0;
  border-top: 4px solid var(--huisstijl-inkt);
}

body > footer .logo {
  color: var(--huisstijl-rood-donker);
  font-size: 52px;
}

body > footer p:nth-child(2) {
  color: var(--huisstijl-rood-donker);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 17px;
}

body > footer p:last-child {
  color: rgba(33, 29, 24, 0.68);
}

@media (max-width: 1100px) {
  :root {
    --kop-hoogte: 104px;
  }

  body > header {
    padding-inline: 28px;
  }

  body > header .logo {
    font-size: 70px;
  }

  body > header .menu {
    display: block;
    padding: 10px 14px;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.48);
    border-radius: 999px;
    font-family: "DM Sans", sans-serif;
    font-size: 11px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
  }

  body > header nav {
    position: absolute;
    top: var(--kop-hoogte);
    right: 0;
    left: 0;
    display: none;
    align-items: center;
    flex-direction: column;
    gap: 0;
    padding: 14px 22px 22px;
    color: var(--huisstijl-inkt);
    background: rgba(248, 241, 226, 0.985);
    border-bottom: 4px solid var(--huisstijl-geel);
    box-shadow: 0 18px 38px rgba(48, 28, 19, 0.2);
  }

  body > header nav.open {
    display: flex;
  }

  body > header nav a {
    width: 100%;
    padding: 13px 5px;
    color: var(--huisstijl-inkt);
    border-bottom: 1px solid var(--huisstijl-lijn);
    font-size: 15px;
    text-align: center;
  }

  body > header nav .navigatie-knop {
    width: min(100%, 320px);
    margin-top: 12px;
    padding: 14px;
  }

  .intro-scherm {
    min-height: var(--sectie-hoogte);
    grid-template-columns: 1fr;
  }

  .intro-tekst {
    min-height: 650px;
    padding: 38px var(--pagina-marge) 0;
  }

  .intro-portret {
    inset: 0 0 auto;
    height: 650px;
    margin: 0;
  }

  .intro-portret img {
    object-position: left center;
  }

  .intro-portret img.intro-persoon {
    bottom: -72px;
    left: 0;
    width: auto;
    height: 610px;
    object-fit: contain;
    object-position: left bottom;
  }

  .intro-persoon-kader {
    bottom: -120px;
    left: -110px;
    width: 466px;
    height: 700px;
  }

  .intro-scherm h1 {
    max-width: 600px;
    font-size: clamp(42px, 5.3vw, 54px);
  }

  .intro-beeld {
    min-height: calc(880px + min(630px, 78vw));
  }

  .artiest-sectie {
    min-height: var(--sectie-hoogte);
    grid-template-columns: 42% 58%;
  }

  .artiest-sectie-tekst {
    padding: 70px 5vw;
  }

  .artiest-sectie figure {
    min-height: 720px;
  }

  .artiest-sectie figure img {
    min-height: 0;
  }

  .verhaal {
    grid-template-columns: 1fr;
    grid-template-areas:
      "kop"
      "tijdlijn"
      "beeld";
    row-gap: 38px;
  }

  .uitgaven {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .uitgaven article:not(:first-child) {
    display: flex;
  }

  .uitgaven article:not(:first-child) img {
    min-height: 0;
  }

  .archief {
    grid-template-columns: 1fr 1.15fr;
  }
}

@media (max-width: 800px) {
  :root {
    --kop-hoogte: 92px;
    --pagina-marge: clamp(22px, 7vw, 44px);
  }

  body > header {
    height: var(--kop-hoogte);
    padding-inline: 20px;
  }

  body > header .logo {
    font-size: 57px;
    text-shadow: 2px 3px 0 rgba(88, 26, 19, 0.5);
  }

  .logo-groep {
    gap: 0;
    margin-top: 7px;
  }

  .logo-artiest {
    gap: 8px;
    font-size: 9px;
    letter-spacing: 0.18em;
  }

  .logo-artiest::before,
  .logo-artiest::after {
    width: 16px;
  }

  body > header .menu {
    display: block;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.48);
    border-radius: 999px;
    font-family: "DM Sans", sans-serif;
    font-size: 11px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
  }

  body > header nav {
    top: var(--kop-hoogte);
    gap: 0;
    padding: 14px 22px 22px;
    color: var(--huisstijl-inkt);
    background: rgba(248, 241, 226, 0.985);
    border-bottom: 4px solid var(--huisstijl-geel);
  }

  body > header nav a {
    width: 100%;
    padding: 13px 5px;
    color: var(--huisstijl-inkt);
    border-bottom: 1px solid var(--huisstijl-lijn);
    text-align: center;
  }

  body > header nav .navigatie-knop {
    margin-top: 12px;
    padding: 14px;
  }

  .intro-tekst {
    min-height: 650px;
    padding: 26px var(--pagina-marge) 0;
  }

  .intro-scherm h1 {
    max-width: 300px;
    font-size: clamp(36px, 8vw, 44px);
    line-height: 0.92;
  }

  .intro-onderschrift {
    max-width: 285px;
    margin-top: 26px;
    font-size: 14px;
    line-height: 1.35;
  }

  .intro-tekst .bovenregel {
    max-width: 300px;
    margin-bottom: 10px;
    font-size: 9px;
    line-height: 1.4;
  }

  .intro-portret {
    width: 100%;
    height: 650px;
    margin: 0;
  }

  .intro-portret img {
    object-position: left center;
  }

  .intro-portret img.intro-persoon {
    bottom: -48px;
    left: -95px;
    width: auto;
    height: 570px;
  }

  .intro-persoon-kader {
    bottom: -105px;
    left: -95px;
    width: 452px;
    height: 680px;
    filter: drop-shadow(10px 12px 10px rgba(79, 34, 7, 0.3));
  }

  .intro-beeld {
    min-height: calc(700px + min(500px, 92vw));
  }

  .lichtkrant-tekst {
    font-size: 11px;
  }

  .artiest-sectie {
    grid-template-columns: 1fr;
  }

  .artiest-sectie-tekst {
    padding: 76px var(--pagina-marge);
  }

  .artiest-sectie h2 {
    white-space: normal;
  }

  .artiest-sectie figure {
    min-height: min(115vw, 720px);
  }

  .artiest-sectie figure img {
    width: 96%;
    height: 96%;
    min-height: 0;
  }

  .artiest-sectie figure {
    background-attachment: scroll;
    border-top: 6px solid var(--huisstijl-geel-helder);
    border-left: 0;
  }

  .verhaal {
    min-height: var(--sectie-hoogte);
    grid-template-columns: 1fr;
    grid-template-areas:
      "kop"
      "tijdlijn"
      "beeld";
    gap: 30px;
    padding: 78px var(--pagina-marge);
  }

  .sectie-nummer {
    width: 54px;
    margin: 0;
  }

  .verhaal-beeld {
    height: clamp(230px, 62vw, 340px);
    background-attachment: scroll;
  }

  .verhaal-beeld figcaption {
    right: 116px;
    bottom: 14px;
    left: 14px;
    display: block;
  }

  .verhaal-beeld figcaption strong {
    display: block;
    margin-top: 4px;
    text-align: left;
  }

  .verhaal-tijdlijn article {
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 12px;
  }

  .verhaal h2,
  .muziek-kop h2,
  .archief h2 {
    font-size: clamp(48px, 13vw, 64px);
  }

  .muziek {
    min-height: var(--sectie-hoogte);
    padding: 80px var(--pagina-marge);
  }

  .muziek-kop {
    display: block;
  }

  .muziek-kop > p:last-child {
    margin-top: 26px;
  }

  .uitgaven {
    grid-template-columns: 1fr;
    grid-template-rows: none;
    gap: 28px;
  }

  .uitgaven article,
  .uitgaven article:first-child {
    grid-row: auto;
    padding: 16px;
  }

  .uitgaven article:not(:first-child) {
    display: flex;
    gap: 0;
  }

  .uitgaven article:not(:first-child) img {
    height: auto;
    min-height: 0;
  }

  .uitgaven article:not(:first-child) > div {
    padding: 20px 2px 4px;
  }

  .uitgaven article:not(:first-child) .jaar {
    top: 24px;
    right: 24px;
  }

  .uitgave-status {
    top: 32px;
  }

  .archief {
    min-height: var(--sectie-hoogte);
    grid-template-columns: 1fr;
    gap: 54px;
    padding: 80px var(--pagina-marge);
  }

  .archief::before {
    display: none;
  }

  .archief dl div {
    grid-template-columns: 95px 1fr;
  }

  .collage {
    min-height: 450px;
    height: 118vw;
    max-height: 610px;
  }

  .collage img {
    width: 48%;
    border-width: 4px;
  }

  .collage img:nth-child(3) {
    left: 28%;
    width: 44%;
  }

  .aanmelden {
    min-height: max(680px, var(--sectie-hoogte));
    padding: 90px var(--pagina-marge);
  }

  .aanmelden-kaart {
    padding: 48px 27px 50px;
    box-shadow: 10px 12px 0 rgba(33, 29, 24, 0.92), 0 28px 60px rgba(59, 37, 13, 0.2);
  }

  .aanmelden h2 {
    font-size: clamp(58px, 17vw, 94px);
  }

  .aanmelden form {
    display: block;
    padding: 7px;
  }

  .aanmelden button {
    width: 100%;
  }

  body > footer {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 34px var(--pagina-marge) 148px;
    text-align: center;
  }

  .speelt-nu.is-vast {
    right: 14px;
    bottom: 14px;
    width: 96px;
  }

  .speelt-nu.is-vast > img {
    border-width: 4px;
  }

  .speelt-nu.is-vast .speelt-nu-tekst {
    top: -27px;
    padding: 6px 9px 5px;
  }

  .speelt-nu.is-vast .mini-afspeel-icoon {
    width: 36px;
    height: 36px;
  }

  body > footer .logo {
    transform-origin: center;
  }

  body > footer p:nth-child(2),
  body > footer p:last-child {
    text-align: center;
  }
}

@media (max-width: 480px) {
  .intro-beeld {
    min-height: calc(640px + min(430px, 94vw));
  }

  .archief dl div {
    display: block;
  }

  .archief dd {
    margin-top: 5px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

@media (max-width: 800px), (hover: none) and (pointer: coarse), (prefers-reduced-motion: reduce) {
  .artiest-podium,
  .verhaal-beeld {
    background-attachment: scroll;
  }
}

:root {
  --kop-hoogte-compact: 78px;
}

body > header {
  isolation: isolate;
  overflow: visible;
  background: rgba(3, 5, 7, 0.7);
  border-bottom-color: #090807;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    inset 0 -14px 30px rgba(0, 0, 0, 0.14),
    0 12px 34px rgba(8, 9, 10, 0.25);
  backdrop-filter: blur(20px) saturate(0.96) brightness(0.72);
  transition:
    height 320ms cubic-bezier(0.2, 0.7, 0.2, 1),
    background-color 320ms ease,
    box-shadow 320ms ease;
}

body > header::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  background:
    radial-gradient(ellipse at 22% 0%, rgba(255, 255, 255, 0.065), transparent 43%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.065), rgba(255, 255, 255, 0.01) 40%, rgba(0, 0, 0, 0.13));
  content: "";
  pointer-events: none;
}

body > header::after {
  position: absolute;
  top: 0;
  right: 8%;
  left: 8%;
  z-index: -1;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  content: "";
  pointer-events: none;
}

body > header .logo,
body > header .logo-groep,
body > header .logo-artiest,
body > header nav a,
body > header nav .navigatie-knop {
  transition:
    font-size 320ms cubic-bezier(0.2, 0.7, 0.2, 1),
    gap 320ms ease,
    margin 320ms ease,
    padding 320ms ease,
    text-shadow 320ms ease,
    transform 180ms ease,
    box-shadow 180ms ease;
}

body > header.kop-verkleind {
  height: var(--kop-hoogte-compact);
  background: rgba(0, 2, 4, 0.73);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.2),
    inset 0 -16px 34px rgba(0, 0, 0, 0.24),
    0 10px 30px rgba(5, 6, 7, 0.36);
}

body > header.kop-verkleind .logo-groep {
  gap: 0;
  margin-top: 2px;
}

body > header.kop-verkleind .logo {
  font-size: 60px;
  text-shadow: 2px 3px 0 rgba(0, 0, 0, 0.36);
}

body > header.kop-verkleind .logo-artiest {
  gap: 8px;
  font-size: 9px;
}

body > header.kop-verkleind .logo-artiest::before,
body > header.kop-verkleind .logo-artiest::after {
  width: 16px;
}

body > header.kop-verkleind nav a {
  padding-block: 7px;
  font-size: 15px;
}

body > header.kop-verkleind nav .navigatie-knop {
  padding: 10px 15px 9px;
  font-size: 9px;
  box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.62);
}

@media (max-width: 1100px) {
  :root {
    --kop-hoogte-compact: 74px;
  }

  body > header.kop-verkleind .logo {
    font-size: 53px;
  }

  body > header.kop-verkleind nav {
    top: var(--kop-hoogte-compact);
  }

  body > header nav {
    color: #fff;
    background: rgba(2, 4, 6, 0.76);
    border-bottom: 2px solid rgba(255, 221, 37, 0.82);
    box-shadow: 0 18px 38px rgba(5, 6, 7, 0.34);
    backdrop-filter: blur(20px) saturate(1.08);
  }

  body > header nav a {
    color: rgba(255, 255, 255, 0.94);
    border-bottom-color: rgba(255, 255, 255, 0.14);
  }

  body > header.kop-verkleind nav a {
    padding: 12px 5px;
    font-size: 15px;
  }

  body > header nav .navigatie-knop {
    color: var(--huisstijl-inkt);
  }
}

@media (max-width: 800px) {
  :root {
    --kop-hoogte-compact: 66px;
  }

  body > header.kop-verkleind {
    padding-inline: 16px;
  }

  body > header.kop-verkleind .logo {
    font-size: 44px;
  }

  body > header.kop-verkleind .logo-artiest {
    gap: 6px;
    font-size: 8px;
  }

  body > header.kop-verkleind .logo-artiest::before,
  body > header.kop-verkleind .logo-artiest::after {
    width: 11px;
  }

  body > header.kop-verkleind nav {
    top: var(--kop-hoogte-compact);
  }
}

:root {
  --modern-geel: #e69a17;
  --modern-goud-navigatie: linear-gradient(105deg, #8b5708 0%, #b77b11 28%, #d6a52d 49%, #b1760e 72%, #744006 100%);
  --modern-show-rood: #8f3025;
  --modern-rood: #000;
  --modern-zwart: #000;
  --modern-antraciet: #1b1c1e;
  --modern-room: #fefbeb;
  --modern-lijn-donker: rgba(0, 0, 0, 0.42);
  --modern-lijn-licht: rgba(255, 255, 255, 0.17);
  --modern-letter-kop: "Boogaloo", "Nimbus Sans Narrow", sans-serif;
  --modern-letter-tekst: "DM Sans", Arial, sans-serif;
}

body {
  color: var(--modern-zwart);
  background: var(--modern-room);
  font-family: var(--modern-letter-tekst);
  font-weight: 400;
}

h1,
h2,
h3,
p {
  text-wrap: balance;
}

.leesvoortgang {
  position: absolute;
  right: 0;
  bottom: -2px;
  left: 0;
  z-index: 4;
  height: 3px;
  background: var(--modern-geel);
  box-shadow: 0 0 16px rgba(255, 212, 0, 0.42);
  pointer-events: none;
  transform: scaleX(var(--leesvoortgang, 0));
  transform-origin: left center;
  transition: transform 90ms linear;
}

body > header nav a:not(.navigatie-knop) {
  transition: color 180ms ease, transform 180ms ease;
}

body > header nav a:not(.navigatie-knop):hover {
  color: var(--modern-geel);
  transform: translateY(-1px);
}

body > header nav .navigatie-knop {
  border-radius: 999px;
  box-shadow: none;
}

body > header nav .navigatie-knop:hover {
  box-shadow: 0 8px 24px rgba(255, 212, 0, 0.2);
}

[data-onthul] {
  --onthul-x: 0px;
  --onthul-y: 32px;
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

[data-onthul="links"] {
  --onthul-x: -46px;
  --onthul-y: 0px;
}

[data-onthul="rechts"] {
  --onthul-x: 46px;
  --onthul-y: 0px;
}

[data-onthul].wacht-op-beeld {
  opacity: 0;
  transform: translate3d(var(--onthul-x), var(--onthul-y), 0);
}

[data-onthul].is-in-beeld {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition:
    opacity 760ms ease var(--onthul-vertraging, 0ms),
    transform 920ms cubic-bezier(0.16, 1, 0.3, 1) var(--onthul-vertraging, 0ms);
}

.artiest-sectie {
  border-bottom: 0;
}

.artiest-sectie::after {
  position: absolute;
  right: -0.035em;
  bottom: -0.09em;
  z-index: 3;
  color: rgba(255, 255, 255, 0.07);
  content: "DE STEM";
  font-family: var(--modern-letter-kop);
  font-size: clamp(92px, 12vw, 205px);
  letter-spacing: -0.08em;
  line-height: 0.8;
  pointer-events: none;
  text-transform: uppercase;
}

.artiest-sectie-tekst {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.045), transparent 28%),
    linear-gradient(145deg, #9b2e24, #591a17 82%);
}

.artiest-sectie h2 {
  font-size: clamp(46px, 4.2vw, 68px);
  line-height: 0.9;
}

.artiest-sectie figure {
  border-left-width: 3px;
}

.artiest-sectie .knop {
  border-radius: 999px;
  box-shadow: none;
}

.artiest-sectie .knop:hover {
  box-shadow: 0 12px 28px rgba(24, 10, 8, 0.24);
  transform: translateY(-2px);
}

.verhaal {
  isolation: isolate;
  background: var(--modern-geel);
  border-bottom: 0;
}

.verhaal::after {
  position: absolute;
  right: -0.02em;
  bottom: -0.16em;
  z-index: 0;
  color: rgba(13, 14, 15, 0.055);
  content: "1982—NU";
  font-family: var(--modern-letter-kop);
  font-size: clamp(100px, 15vw, 250px);
  letter-spacing: -0.08em;
  line-height: 1;
  pointer-events: none;
  white-space: nowrap;
}

.verhaal > * {
  position: relative;
  z-index: 1;
}

.verhaal .sectie-nummer,
.verhaal .bovenregel,
.verhaal-tijdlijn article > span {
  color: #751f19;
}

.verhaal .sectie-nummer {
  border-top-color: var(--modern-zwart);
}

.verhaal h2 {
  font-size: clamp(38px, 3.5vw, 56px);
  line-height: 0.9;
}

.verhaal h2 i {
  color: #8f271f;
}

.verhaal-samenvatting,
.verhaal-tijdlijn p {
  color: rgba(13, 14, 15, 0.7);
}

.verhaal-tijdlijn {
  border-bottom-color: rgba(13, 14, 15, 0.34);
}

.verhaal-tijdlijn article {
  position: relative;
  margin-inline: -18px;
  padding: 20px 18px;
  border-top-color: rgba(13, 14, 15, 0.34);
  transition: color 240ms ease, background 240ms ease, transform 240ms ease;
}

.verhaal-tijdlijn article:hover {
  color: #fff;
  background: var(--modern-zwart);
  transform: translateX(8px);
}

.verhaal-tijdlijn article:hover h3,
.verhaal-tijdlijn article:hover p {
  color: #fff;
}

.verhaal-tijdlijn article:hover > span {
  color: var(--modern-geel);
}

.verhaal-beeld {
  border: 0;
  box-shadow: 0 24px 60px rgba(24, 19, 6, 0.2);
}

.verhaal-beeld figcaption {
  background: rgba(10, 12, 14, 0.87);
  border-left: 0;
  backdrop-filter: blur(14px);
}

.muziek {
  background:
    radial-gradient(circle at 88% 8%, rgba(255, 212, 0, 0.14), transparent 27%),
    var(--modern-zwart);
  border-top: 0;
}

.muziek::after {
  position: absolute;
  top: 2%;
  right: -0.05em;
  z-index: 0;
  color: transparent;
  content: "LUISTER";
  font-family: var(--modern-letter-kop);
  font-size: clamp(110px, 17vw, 280px);
  letter-spacing: -0.08em;
  line-height: 1;
  opacity: 0.55;
  pointer-events: none;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.12);
}

.muziek-kop {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.58fr);
  align-items: end;
  gap: clamp(40px, 8vw, 140px);
  margin-bottom: clamp(42px, 6vh, 68px);
  text-align: left;
}

.muziek-kop h2 {
  font-size: clamp(48px, 4.7vw, 76px);
  line-height: 0.88;
}

.muziek-kop > p:last-child {
  margin: 0 0 10px;
}

.uitgaven {
  gap: clamp(13px, 1.6vw, 26px);
}

.uitgaven article,
.uitgaven article:first-child,
.uitgaven article:not(:first-child) {
  isolation: isolate;
  display: block;
  min-height: 0;
  aspect-ratio: 1;
  padding: 0;
  overflow: hidden;
  background: var(--modern-antraciet);
  border: 0;
  box-shadow: none;
  transform: translateY(0);
  transition: transform 420ms cubic-bezier(0.16, 1, 0.3, 1), box-shadow 420ms ease;
}

.uitgaven article::before {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 5;
  height: 5px;
  background: var(--modern-geel);
  content: "";
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 420ms cubic-bezier(0.16, 1, 0.3, 1);
}

.uitgaven article::after {
  position: absolute;
  z-index: 2;
  inset: 0;
  background: radial-gradient(circle at var(--kaart-x, 50%) var(--kaart-y, 50%), rgba(255, 212, 0, 0.2), transparent 34%);
  content: "";
  opacity: 0;
  pointer-events: none;
  transition: opacity 260ms ease;
}

.uitgaven article:hover {
  background: var(--modern-antraciet);
  border-color: transparent;
  box-shadow: 0 30px 64px rgba(0, 0, 0, 0.34);
  transform: translateY(-8px);
}

.uitgaven article:hover::before {
  transform: scaleX(1);
}

.uitgaven article:hover::after {
  opacity: 1;
}

.uitgaven article img,
.uitgaven article:first-child img,
.uitgaven article:not(:first-child) img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  aspect-ratio: auto;
  object-fit: cover;
  box-shadow: none;
  filter: saturate(0.9) contrast(1.04);
  transform: scale(1.001);
  transition: filter 500ms ease, transform 700ms cubic-bezier(0.16, 1, 0.3, 1);
}

.uitgaven article:hover img {
  filter: saturate(1.04) contrast(1.04);
  transform: scale(1.045);
}

.uitgaven article > div,
.uitgaven article:not(:first-child) > div {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
  padding: 115px 24px 25px;
  background: linear-gradient(transparent, rgba(6, 7, 8, 0.95));
}

.uitgaven h3 {
  margin-block: 3px;
  font-size: clamp(30px, 2.8vw, 46px);
}

.uitgaven p {
  color: var(--modern-geel);
}

.uitgaven .jaar {
  top: 18px;
  right: 18px;
  z-index: 4;
  background: var(--modern-geel);
  box-shadow: none;
}

.uitgaven article:not(:first-child) .jaar {
  top: 18px;
  right: 18px;
}

.uitgave-status {
  top: 18px;
  z-index: 4;
  background: var(--modern-rood);
  border-left-color: var(--modern-geel);
  box-shadow: none;
}

.archief {
  background:
    linear-gradient(90deg, transparent 49.9%, rgba(13, 14, 15, 0.08) 50%, transparent 50.1%),
    var(--modern-room);
  border-top: 0;
}

.archief::before {
  display: none;
}

.archief h2 {
  font-size: clamp(46px, 4.4vw, 72px);
  line-height: 0.9;
}

.archief dl div {
  margin-inline: -15px;
  padding-inline: 15px;
  transition: color 220ms ease, background 220ms ease, padding 220ms ease;
}

.archief dl div:hover {
  color: #fff;
  background: var(--modern-zwart);
  padding-inline: 22px;
}

.archief dl div:hover dt,
.archief dl div:hover dd {
  color: #fff;
}

.collage {
  background:
    linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    radial-gradient(circle at 50% 45%, rgba(255, 212, 0, 0.22), transparent 38%),
    var(--modern-zwart);
  background-size: 40px 40px, 40px 40px, auto, auto;
  border: 0;
  box-shadow: 0 34px 80px rgba(13, 14, 15, 0.2);
}

.collage img {
  transition: transform 500ms cubic-bezier(0.16, 1, 0.3, 1), filter 350ms ease, z-index 0s 160ms;
}

.collage img:hover {
  filter: saturate(1.08) contrast(1.02);
  transform: rotate(0) scale(1.055);
}

.aanmelden {
  background: var(--modern-geel);
  border-top: 0;
}

.aanmelden-kaart {
  color: #fff;
  background:
    radial-gradient(circle at 90% 0%, rgba(255, 212, 0, 0.16), transparent 30%),
    var(--modern-zwart);
  border: 0;
  box-shadow: none;
}

.aanmelden-kaart::after {
  color: rgba(255, 212, 0, 0.1);
}

.aanmelden h2 {
  max-width: 820px;
  font-size: clamp(48px, 5.1vw, 82px);
  line-height: 0.88;
}

.aanmelden h2 i {
  color: var(--modern-geel);
}

.aanmelden form {
  border-radius: 999px;
}

.aanmelden input {
  border-radius: 999px 0 0 999px;
}

.aanmelden button {
  color: var(--modern-zwart);
  background: var(--modern-geel);
  border-radius: 999px;
}

.aanmelden button:hover {
  color: var(--modern-zwart);
  background: #fff;
}

body > footer {
  color: #fff;
  background: var(--modern-zwart);
  border-top: 1px solid var(--modern-lijn-licht);
}

body > footer .logo {
  color: var(--modern-geel);
}

body > footer p:nth-child(2),
body > footer p:last-child {
  color: rgba(255, 255, 255, 0.62);
}

@media (max-width: 1100px) {
  .muziek-kop {
    grid-template-columns: 1fr minmax(280px, 0.58fr);
    gap: 45px;
  }

  .artiest-sectie::after {
    font-size: 15vw;
  }
}

@media (max-width: 800px) {
  .leesvoortgang {
    bottom: -1px;
    height: 2px;
  }

  [data-onthul="links"],
  [data-onthul="rechts"] {
    --onthul-x: 0px;
    --onthul-y: 24px;
  }

  .artiest-sectie::after {
    right: -0.03em;
    bottom: 0.02em;
    font-size: 24vw;
  }

  .verhaal::after {
    bottom: -0.05em;
    font-size: 26vw;
  }

  .verhaal-tijdlijn article {
    margin-inline: 0;
    padding-inline: 0;
  }

  .verhaal-tijdlijn article:hover {
    padding-inline: 14px;
    transform: none;
  }

  .muziek-kop {
    display: block;
    text-align: left;
  }

  .muziek-kop > p:last-child {
    margin-top: 27px;
  }

  .muziek::after {
    font-size: 27vw;
  }

  .uitgaven {
    grid-template-columns: 1fr;
  }

  .uitgaven article,
  .uitgaven article:first-child,
  .uitgaven article:not(:first-child) {
    aspect-ratio: 1;
  }

  .archief {
    background: var(--modern-room);
  }

  .archief dl div:hover {
    padding-inline: 15px;
  }

  .aanmelden form {
    border-radius: 22px;
  }

  .aanmelden input {
    border-radius: 16px;
  }

}

@media (prefers-reduced-motion: reduce) {
  .leesvoortgang {
    transition: none;
  }

  [data-onthul],
  [data-onthul].wacht-op-beeld,
  [data-onthul].is-in-beeld {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .uitgaven article,
  .uitgaven article img {
    transition: none;
  }
}

.intro-onderschrift::before {
  color: #fff;
  text-shadow:
    0 1px 1px rgba(61, 30, 4, 0.78),
    0 3px 7px rgba(61, 30, 4, 0.36);
}

body,
main {
  color: var(--modern-zwart);
  background: var(--modern-geel);
}

body > header,
body > header.kop-verkleind {
  color: var(--modern-zwart);
  background: var(--modern-goud-navigatie);
  border-bottom: 1px solid var(--modern-zwart);
  box-shadow:
    inset 0 1px 0 rgba(255, 239, 168, 0.38),
    inset 0 -14px 26px rgba(67, 34, 3, 0.12);
  backdrop-filter: none;
}

body > header::before {
  background: none;
}

body > header::after {
  right: var(--pagina-marge);
  left: var(--pagina-marge);
  background: rgba(16, 17, 15, 0.18);
}

body > header .logo {
  color: var(--modern-zwart);
  -webkit-text-stroke: 0;
  text-shadow: none;
}

body > header .logo-artiest {
  color: #fff;
  font-weight: 600;
  text-shadow: 0 1px 2px rgba(70, 30, 5, 0.28);
}

body > header .logo-artiest::before,
body > header .logo-artiest::after {
  background: rgba(255, 255, 255, 0.82);
}

body > header nav a,
body > header.kop-verkleind nav a {
  padding: 13px 2px 11px;
  color: var(--modern-zwart);
  font-family: "Boogaloo", "Nimbus Sans Narrow", sans-serif;
  font-size: clamp(18px, 1.35vw, 21px);
  font-weight: 400;
  letter-spacing: 0.055em;
  line-height: 1;
  text-shadow: 0 1px 0 rgba(255, 232, 177, 0.32);
  text-transform: uppercase;
}

body > header nav a:not(.navigatie-knop)::after {
  bottom: 1px;
  height: 4px;
  background: var(--modern-show-rood);
  border-radius: 999px;
  box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.15);
  transform: scaleX(0) rotate(-2deg);
}

body > header nav a:not(.navigatie-knop):hover {
  color: #fff;
  text-shadow: 0 1px 2px rgba(70, 30, 5, 0.28);
  transform: translateY(-2px) rotate(-0.6deg);
}

body > header nav a:not(.navigatie-knop):hover::after,
body > header nav a.huidige-link:not(.navigatie-knop)::after {
  background: #fff;
  transform: scaleX(1) rotate(-2deg);
}

body > header nav a.huidige-link:not(.navigatie-knop) {
  color: #fff;
  text-shadow: 0 1px 2px rgba(70, 30, 5, 0.28);
}

body > header nav a.huidige-link:not(.navigatie-knop)::after {
  background: #fff;
  box-shadow: 2px 2px 0 rgba(70, 30, 5, 0.16);
}

body > header nav .navigatie-knop,
body > header.kop-verkleind nav .navigatie-knop {
  padding: 14px 20px 13px;
  color: #fff;
  background: var(--modern-zwart);
  border: 1px solid var(--modern-zwart);
  box-shadow: 4px 4px 0 var(--modern-show-rood);
  font-family: "Fugaz One", "Nimbus Sans Narrow", sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.06em;
  transform: rotate(-0.6deg);
}

body > header nav .navigatie-knop:hover {
  color: #fff;
  background: var(--modern-zwart);
  box-shadow: 6px 6px 0 var(--modern-show-rood);
  transform: translate(-2px, -2px) rotate(-0.6deg);
}

body > header .menu {
  color: var(--modern-zwart);
  border-color: rgba(0, 0, 0, 0.7);
}

.leesvoortgang {
  height: 1px;
  background: var(--modern-zwart);
  box-shadow: none;
}

.artiest-sectie h2,
.verhaal h2,
.muziek-kop h2,
.archief h2,
.aanmelden h2 {
  color: var(--modern-zwart);
  font-family: var(--modern-letter-kop);
  font-weight: 600;
  letter-spacing: -0.04em;
  line-height: 0.84;
  text-shadow: none;
  text-transform: uppercase;
}

.artiest-sectie h2 i,
.verhaal h2 i,
.muziek-kop h2 i,
.archief h2 i,
.aanmelden h2 i {
  color: var(--modern-rood);
  font-family: inherit;
  font-style: normal;
  font-weight: inherit;
  text-transform: inherit;
}

.bovenregel,
.artiest-sectie .bovenregel,
.verhaal .bovenregel,
.muziek .bovenregel,
.archief .bovenregel,
.aanmelden .bovenregel {
  color: var(--modern-zwart);
  font-family: var(--modern-letter-kop);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.24em;
  text-shadow: none;
}

.artiest-sectie-tekst > p,
.verhaal p,
.muziek-kop > p:last-child,
.archief-tekst > p:not(.bovenregel),
.aanmelden-kaart > p:not(.bovenregel, .formulier-melding),
.archief dd {
  color: var(--modern-zwart);
  font-family: var(--modern-letter-tekst);
  font-weight: 400;
  letter-spacing: -0.012em;
}

.artiest-sectie,
.verhaal,
.muziek,
.archief,
.aanmelden {
  color: var(--modern-zwart);
  background: var(--modern-geel);
  border-top: 0;
  border-bottom: 1px solid var(--modern-lijn-donker);
}

.artiest-sectie-tekst {
  color: var(--modern-zwart);
  background: var(--modern-geel);
  box-shadow: none;
}

.artiest-sectie-tekst > p.artiest-inleiding {
  color: var(--modern-zwart);
  font-weight: 600;
  text-shadow: none;
}

.artiest-sectie-tekst > p.artiest-uitleg {
  color: var(--modern-zwart);
  text-shadow: none;
}

.artiest-sectie-tekst blockquote {
  color: var(--modern-zwart);
  border-left: 1px solid var(--modern-zwart);
  font-family: var(--modern-letter-tekst);
  font-style: normal;
  font-weight: 500;
}

.artiest-kenmerken li {
  color: var(--modern-zwart);
  background: transparent;
  border: 1px solid rgba(0, 0, 0, 0.45);
  font-family: var(--modern-letter-kop);
  font-weight: 600;
}

.artiest-sectie .knop {
  color: #fff;
  background: var(--modern-zwart);
  border: 1px solid var(--modern-zwart);
  font-family: var(--modern-letter-kop);
  font-weight: 600;
}

.artiest-sectie .knop:hover {
  color: var(--modern-zwart);
  background: transparent;
  box-shadow: none;
}

.artiest-sectie figure {
  background: url("assets/achtergrond-steiger-water-zon-goud.webp") center center / cover no-repeat fixed;
  border-top-color: var(--modern-zwart);
  border-left: 1px solid var(--modern-zwart);
}

.artiest-sectie figure::before {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.08), transparent 32%),
    linear-gradient(180deg, transparent 70%, rgba(0, 0, 0, 0.08));
}

.artiest-sectie::after,
.verhaal::after {
  color: rgba(0, 0, 0, 0.055);
}

.verhaal .sectie-nummer,
.verhaal .bovenregel,
.verhaal-tijdlijn article > span {
  color: var(--modern-rood);
}

.verhaal .sectie-nummer,
.verhaal-tijdlijn,
.verhaal-tijdlijn article {
  border-color: var(--modern-lijn-donker);
}

.verhaal-tijdlijn h3,
.uitgaven h3 {
  font-family: var(--modern-letter-kop);
  font-weight: 600;
  letter-spacing: -0.045em;
}

.sectie-nummer,
.verhaal-tijdlijn article > span,
.muziek-luisterlink,
.jaar,
.uitgave-status,
.archief dt,
.tape {
  font-family: var(--modern-letter-kop);
}

.verhaal-beeld {
  border: 1px solid var(--modern-zwart);
  box-shadow: none;
}

.muziek::before {
  background: repeating-radial-gradient(circle, transparent 0 13px, rgba(0, 0, 0, 0.16) 14px 15px);
  opacity: 0.22;
}

.muziek::after {
  opacity: 1;
  -webkit-text-stroke: 1px rgba(0, 0, 0, 0.12);
}

.muziek-kop > p:last-child,
.muziek-luisterlink,
.muziek-luisterlink:hover {
  color: var(--modern-zwart);
  border-color: rgba(0, 0, 0, 0.48);
}

.uitgaven {
  padding-top: 1px;
  border-top: 1px solid var(--modern-zwart);
}

.uitgaven article,
.uitgaven article:first-child,
.uitgaven article:not(:first-child) {
  outline: 1px solid rgba(0, 0, 0, 0.46);
  outline-offset: -1px;
}

.archief {
  background:
    linear-gradient(90deg, transparent 49.94%, rgba(0, 0, 0, 0.17) 50%, transparent 50.06%),
    var(--modern-geel);
}

.archief dl div {
  border-top-color: var(--modern-lijn-donker);
}

.archief dt {
  color: var(--modern-rood);
}

.collage {
  border: 1px solid var(--modern-zwart);
  box-shadow: none;
}

.aanmelden-kaart {
  color: var(--modern-zwart);
  background: transparent;
  border: 1px solid var(--modern-zwart);
  box-shadow: none;
}

.aanmelden-kaart::after {
  color: rgba(0, 0, 0, 0.07);
}

.aanmelden form {
  background: var(--modern-room);
  border: 1px solid var(--modern-zwart);
  box-shadow: none;
}

.aanmelden button {
  color: #fff;
  background: var(--modern-zwart);
  font-family: var(--modern-letter-kop);
  font-weight: 600;
}

.aanmelden button:hover {
  color: var(--modern-zwart);
  background: var(--modern-geel);
}

.formulier-melding {
  color: var(--modern-zwart);
}

.lichtkrant {
  color: var(--modern-zwart);
  background: var(--modern-goud-navigatie);
  border-top: 1px solid rgba(0, 0, 0, 0.7);
  box-shadow:
    inset 0 1px 0 rgba(255, 239, 168, 0.3),
    inset 0 -10px 20px rgba(67, 34, 3, 0.1);
  text-shadow: 0 1px 0 rgba(255, 232, 156, 0.28);
}

body > footer {
  color: var(--modern-zwart);
  background: var(--modern-goud-navigatie);
  border-top: 1px solid var(--modern-zwart);
  box-shadow:
    inset 0 1px 0 rgba(255, 239, 168, 0.3),
    inset 0 -18px 34px rgba(67, 34, 3, 0.11);
}

body > footer .logo {
  color: var(--modern-zwart);
}

body > footer p:nth-child(2),
body > footer p:last-child {
  color: var(--modern-zwart);
}

@media (max-width: 1100px) {
  body > header nav {
    color: var(--modern-zwart);
    background: var(--modern-goud-navigatie);
    border-bottom: 1px solid var(--modern-zwart);
    box-shadow: 0 18px 38px rgba(0, 0, 0, 0.12);
  }

  body > header nav a {
    color: var(--modern-zwart);
    border-bottom-color: rgba(0, 0, 0, 0.2);
  }
}

@media (hover: none) and (pointer: coarse), (prefers-reduced-motion: reduce) {
  .artiest-sectie figure {
    background-attachment: scroll;
  }
}

@media (max-width: 800px) {
  .artiest-sectie figure {
    background-attachment: scroll;
    border-top: 1px solid var(--modern-zwart);
    border-left: 0;
  }

  .archief {
    background: var(--modern-geel);
  }

  .leesvoortgang {
    height: 1px;
  }
}

@media (max-width: 480px) {
  .artiest-sectie h2 {
    font-size: clamp(34px, 9.5vw, 44px);
  }

  .verhaal h2,
  .archief h2 {
    font-size: clamp(34px, 8.5vw, 38px);
    letter-spacing: -0.055em;
  }

  .muziek-kop h2 {
    font-size: clamp(38px, 10vw, 46px);
  }

  .aanmelden h2 {
    font-size: clamp(38px, 10vw, 46px);
  }

  .archief dd {
    overflow-wrap: anywhere;
  }
}

body > footer {
  display: block;
  min-height: 0;
  padding: 0;
  overflow: hidden;
  color: var(--modern-zwart);
  text-align: left;
}

.footer-inhoud {
  display: grid;
  grid-template-columns: minmax(230px, 1.15fr) repeat(3, minmax(150px, 1fr));
  gap: clamp(30px, 4vw, 64px);
  padding: clamp(38px, 4.2vw, 58px) var(--pagina-marge);
  border-bottom: 1px solid rgba(0, 0, 0, 0.38);
}

.footer-merk .logo {
  display: inline-block;
  margin-bottom: 22px;
  color: var(--modern-zwart);
  font-size: clamp(58px, 5.3vw, 84px);
  line-height: 0.82;
}

.footer-inhoud h2 {
  margin: 4px 0 22px;
  padding-bottom: 12px;
  color: var(--modern-zwart);
  border-bottom: 1px solid rgba(0, 0, 0, 0.48);
  font-family: var(--modern-letter-kop);
  font-size: 12px;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0.14em;
  line-height: 1.2;
  text-transform: uppercase;
}

.footer-navigatie {
  display: block;
  position: static;
  inset: auto;
  z-index: auto;
  padding: 0;
  color: inherit;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.footer-navigatie a,
.footer-website a {
  display: table;
  margin-bottom: 12px;
  color: var(--modern-zwart);
  font-size: 14px;
  font-weight: 650;
  line-height: 1.35;
  text-decoration: none;
  text-underline-offset: 5px;
  transition: opacity 160ms ease, transform 160ms ease;
}

.footer-navigatie a:hover,
.footer-website a:hover {
  opacity: 0.62;
  transform: translateX(3px);
}

.footer-muziek ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-muziek li {
  position: relative;
  padding-left: 18px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 14px;
  font-style: italic;
  font-weight: 700;
  line-height: 1.35;
}

.footer-muziek li::before {
  content: "★";
  position: absolute;
  top: 0.2em;
  left: 0;
  color: #fff;
  font-family: Arial, sans-serif;
  font-size: 0.68em;
  font-style: normal;
}

.footer-contactgegevens {
  margin: 0 0 28px;
  font-style: normal;
}

.footer-website .footer-contactgegevens a {
  display: block;
  overflow-wrap: anywhere;
}

.footer-website .footer-interbit {
  margin-bottom: 18px;
  font-size: clamp(21px, 1.6vw, 27px);
  font-weight: 800;
  letter-spacing: -0.035em;
}

.footer-onderbalk {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 28px;
  padding: 22px var(--pagina-marge) 24px;
  font-size: 11px;
  font-weight: 650;
  letter-spacing: 0.055em;
  line-height: 1.45;
  text-transform: uppercase;
}

.footer-onderbalk p {
  margin: 0;
  color: var(--modern-zwart);
}

body > footer .footer-onderbalk .footer-credit {
  color: var(--modern-zwart);
  font-family: var(--modern-letter-tekst);
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.075em;
  text-align: center;
  text-transform: none;
}

.footer-credit strong {
  font-weight: 900;
}

.footer-credit a,
.footer-terug {
  color: var(--modern-zwart);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.footer-terug {
  justify-self: end;
  font-weight: 800;
}

.moderne-effecten-actief main > section:not(.intro-scherm) {
  --scroll-beeld-y: 0px;
  --scroll-kop-y: 0px;
  --scroll-watermerk-x: 0px;
}

.scroll-markering {
  position: absolute;
  top: 0;
  right: var(--pagina-marge);
  left: var(--pagina-marge);
  z-index: 18;
  height: 2px;
  color: var(--modern-zwart);
  background: linear-gradient(90deg, transparent, currentColor 12%, currentColor 88%, transparent);
  opacity: 0.48;
  pointer-events: none;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 1150ms cubic-bezier(0.16, 1, 0.3, 1);
}

.sectie-in-beeld > .scroll-markering {
  transform: scaleX(1);
}

.artiest-sectie > .scroll-markering {
  color: rgba(255, 255, 255, 0.86);
}

.muziek > .scroll-markering {
  color: var(--modern-geel);
}

.artiest-sectie h2,
.verhaal h2,
.muziek h2,
.archief h2,
.aanmelden h2 {
  transform: translate3d(0, var(--scroll-kop-y), 0);
  will-change: transform;
}

.artiest-sectie::after,
.verhaal::after,
.muziek::after {
  transform: translate3d(var(--scroll-watermerk-x), 0, 0);
  will-change: transform;
}

.artiest-podium,
.verhaal-beeld {
  background-position: center calc(50% + var(--scroll-beeld-y));
  will-change: background-position;
}

.collage {
  background-position:
    0 0,
    0 0,
    50% calc(45% + var(--scroll-beeld-y)),
    0 0;
}

@media (max-width: 800px) {
  .scroll-markering {
    right: 22px;
    left: 22px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .scroll-markering,
  .sectie-in-beeld > .scroll-markering {
    transform: scaleX(1);
    transition: none;
  }

  .artiest-sectie h2,
  .verhaal h2,
  .muziek h2,
  .archief h2,
  .aanmelden h2,
  .artiest-sectie::after,
  .verhaal::after,
  .muziek::after {
    transform: none;
  }

  body > header::before {
    background: none;
  }
}

@media (min-width: 1101px) and (max-height: 1080px) {
  .intro-tekst {
    transform: translateY(0);
  }

  .intro-persoon-kader {
    bottom: -190px;
    width: min(47vw, 680px);
  }
}

@media (min-width: 1101px) and (max-height: 980px) {
  .intro-persoon-kader {
    bottom: -250px;
    width: min(43vw, 620px);
  }
}

.videoclip-sectie {
  position: relative;
  display: flex;
  min-height: max(800px, var(--sectie-hoogte));
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0;
  padding: clamp(86px, 10vh, 126px) var(--pagina-marge);
  overflow: hidden;
  color: #4f2414;
  text-align: center;
  background: var(--modern-geel);
  border-top: 0;
  border-bottom: 1px solid var(--modern-lijn-donker);
}

.videoclip-sectie::before {
  position: absolute;
  inset: 32px;
  display: block;
  content: "";
  background:
    linear-gradient(115deg, transparent 0 24%, rgba(255, 239, 176, 0.13) 24.2% 25.2%, transparent 25.4% 100%),
    linear-gradient(65deg, transparent 0 71%, rgba(112, 40, 21, 0.1) 71.2% 72.2%, transparent 72.4% 100%);
  border: 1px solid rgba(91, 39, 16, 0.3);
  pointer-events: none;
}

.videoclip-sectie::after {
  position: absolute;
  right: -0.04em;
  bottom: -0.22em;
  display: block;
  content: "VIDEO";
  color: rgba(96, 37, 20, 0.075);
  font-family: var(--modern-letter-kop);
  font-size: clamp(170px, 25vw, 420px);
  font-weight: 800;
  letter-spacing: -0.09em;
  line-height: 0.8;
  pointer-events: none;
}

.videoclip-sectie > * {
  position: relative;
  z-index: 2;
}

.videoclip-kop {
  width: min(100%, 820px);
  margin: 0 auto;
  text-align: center;
}

.videoclip-kop .bovenregel {
  margin: 0 0 15px;
  color: #71291e;
  font-size: 11px;
  letter-spacing: 0.22em;
  text-align: center;
}

.videoclip-kop .bovenregel::before {
  margin-right: 10px;
}

.videoclip-sectie .videoclip-kop h2 {
  margin: 0;
  color: #4c2015;
  font-size: clamp(54px, 6.5vw, 104px);
  font-weight: 700;
  letter-spacing: -0.055em;
  line-height: 0.86;
  text-align: center;
  transform: none;
}

.videoclip-kop > p:last-child {
  max-width: 560px;
  margin: 25px auto 0;
  color: rgba(77, 34, 18, 0.82);
  font-size: clamp(15px, 1.2vw, 18px);
  line-height: 1.55;
}

.videoclip-raster {
  display: grid;
  width: 100%;
  max-width: 1640px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(13px, 1.6vw, 26px);
  margin: clamp(44px, 6vh, 70px) auto 0;
  text-align: left;
  perspective: 1400px;
}

.videoclip-kaart {
  position: relative;
  min-width: 0;
  overflow: hidden;
  color: #fff0c5;
  background: linear-gradient(145deg, #913b28 0%, #74291f 58%, #602019 100%);
  border: 1px solid rgba(255, 221, 127, 0.64);
  box-shadow:
    0 26px 55px rgba(91, 42, 10, 0.36),
    10px 10px 0 rgba(103, 39, 24, 0.17),
    inset 0 1px 0 rgba(255, 239, 181, 0.25);
  transform-origin: center bottom;
  transition: transform 420ms cubic-bezier(0.2, 0.78, 0.2, 1), box-shadow 420ms ease;
}

.videoclip-kaart::after {
  position: absolute;
  top: -35%;
  left: -75%;
  z-index: 3;
  width: 38%;
  height: 170%;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(255, 239, 174, 0.2), transparent);
  pointer-events: none;
  transform: rotate(13deg);
  transition: left 650ms cubic-bezier(0.2, 0.75, 0.2, 1);
}

.videoclip-kaart:hover {
  box-shadow:
    0 40px 82px rgba(91, 42, 10, 0.46),
    13px 13px 0 rgba(103, 39, 24, 0.13),
    inset 0 1px 0 rgba(255, 239, 181, 0.3);
  transform: translateY(-14px) rotateX(1.2deg);
}

.videoclip-kaart:hover::after {
  left: 145%;
}

.videoclip-inhoud {
  display: flex;
  height: 100%;
  flex-direction: column;
  color: inherit;
}

.videoclip-beeld {
  position: relative;
  display: block;
  aspect-ratio: 1;
  overflow: hidden;
  background:
    radial-gradient(circle at center, #bd6732 0%, #7a2b20 72%);
}

.videoclip-beeld::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(180deg, rgba(108, 37, 25, 0.02) 45%, rgba(83, 26, 19, 0.54) 100%),
    radial-gradient(circle at 50% 42%, transparent 48%, rgba(89, 29, 20, 0.2) 100%);
  pointer-events: none;
}

.videoclip-beeld img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.13) contrast(1.05) sepia(0.04);
  transition: transform 500ms cubic-bezier(0.2, 0.75, 0.2, 1), filter 300ms ease;
}

.videoclip-kaart:hover .videoclip-beeld img {
  filter: saturate(1.2) contrast(1.07) sepia(0.02);
  transform: scale(1.075);
}

.videoclip-label {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 2;
  padding: 8px 11px 7px;
  color: #5c2518;
  background: #f4c24f;
  border: 1px solid rgba(255, 238, 180, 0.74);
  box-shadow: 0 7px 18px rgba(86, 31, 17, 0.25);
  font-family: "Fugaz One", sans-serif;
  font-size: 9px;
  font-weight: 400;
  letter-spacing: 0.09em;
  line-height: 1;
  text-transform: uppercase;
}

.videoclip-volgnummer {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 2;
  display: grid;
  width: 42px;
  aspect-ratio: 1;
  place-items: center;
  color: #fff0c5;
  background: rgba(104, 35, 25, 0.82);
  border: 1px solid rgba(255, 224, 139, 0.72);
  border-radius: 50%;
  box-shadow: 0 7px 18px rgba(86, 31, 17, 0.24);
  font-family: var(--modern-letter-kop);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
}

.videoclip-informatie {
  position: relative;
  display: flex;
  min-height: 176px;
  flex: 1;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 24px 24px 27px;
  border-top: 1px solid rgba(255, 222, 132, 0.3);
  text-align: center;
}

.videoclip-informatie::before {
  position: absolute;
  top: -1px;
  left: 50%;
  width: 68px;
  height: 3px;
  content: "";
  background: #f4c24f;
  transform: translateX(-50%);
  transition: width 320ms ease;
}

.videoclip-kaart:hover .videoclip-informatie::before {
  width: 124px;
}

.videoclip-informatie small,
.videoclip-informatie strong,
.videoclip-informatie > span {
  display: block;
}

.videoclip-informatie small {
  color: #ffd66f;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.videoclip-informatie strong {
  margin-top: 5px;
  color: #fff2cb;
  font-size: clamp(23px, 2.1vw, 31px);
  letter-spacing: -0.025em;
  line-height: 1.05;
}

.videoclip-informatie > span {
  width: fit-content;
  margin: 17px auto 0;
  padding: 7px 10px 6px;
  color: #fff0c5;
  border: 1px solid rgba(255, 224, 139, 0.52);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.25;
  text-transform: uppercase;
}

.videoclip-kaart.is-binnenkort .videoclip-label {
  color: #5c2518;
  background: #f4c24f;
  border: 1px solid rgba(255, 238, 180, 0.74);
}

.videoclip-kaart.is-binnenkort:hover {
  transform: translateY(-14px) rotateX(1.2deg);
}

@media (max-width: 800px) {
  .videoclip-sectie {
    min-height: auto;
    padding: 78px var(--pagina-marge);
  }

  .videoclip-sectie::before {
    inset: 18px;
  }

  .videoclip-raster {
    width: min(100%, 560px);
    grid-template-columns: 1fr;
    gap: 24px;
    margin-top: 42px;
  }

  .videoclip-informatie {
    min-height: 0;
  }
}

@media (min-width: 1101px) {
  .intro-beeld > .speelt-nu:not(.is-vast) {
    right: clamp(28px, 3vw, 48px);
    left: auto;
  }

  .intro-beeld > .stempel {
    right: clamp(238px, 18vw, 275px);
  }
}

@media (max-width: 1100px) {
  .intro-beeld > .speelt-nu:not(.is-vast) {
    right: clamp(14px, 4vw, 32px);
    left: auto;
    transform: none;
  }

  .intro-beeld > .stempel {
    right: auto;
    left: clamp(14px, 4vw, 32px);
  }
}

.artiest-sectie {
  position: relative;
  isolation: isolate;
  display: grid;
  min-height: max(830px, var(--sectie-hoogte));
  grid-template-columns: minmax(340px, 0.85fr) minmax(500px, 1.15fr);
  grid-template-areas:
    "kop details"
    "beeld beeld";
  align-items: start;
  gap: clamp(28px, 4vw, 68px);
  padding: clamp(62px, 7vh, 92px) var(--pagina-marge);
  overflow: hidden;
  color: var(--modern-zwart);
  background: var(--modern-geel);
  border: 0;
  border-bottom: 1px solid var(--modern-lijn-donker);
}

.artiest-sectie::before,
.artiest-sectie::after {
  display: none;
  content: none;
}

.artiest-sectie > .scroll-markering {
  color: var(--modern-zwart);
}

.artiest-sectie-tekst.artiest-kop {
  grid-area: kop;
  position: relative;
  z-index: 1;
  display: block;
  width: auto;
  margin: 0;
  padding: 0;
  color: var(--modern-zwart);
  background: transparent;
  border: 0;
  box-shadow: none;
}

.artiest-sectie h2 {
  max-width: 600px;
  margin: 0;
  color: var(--modern-zwart);
  font-family: var(--modern-letter-kop);
  font-size: clamp(38px, 3.5vw, 56px);
  font-weight: 600;
  letter-spacing: -0.04em;
  line-height: 0.9;
  text-shadow: none;
  text-transform: uppercase;
}

.artiest-sectie h2 i {
  color: #8f271f;
  font-family: inherit;
  font-style: normal;
}

.artiest-sectie .artiest-sectie-tekst > p.artiest-inleiding {
  max-width: 470px;
  margin: 27px 0 0;
  color: rgba(13, 14, 15, 0.7);
  font-family: var(--modern-letter-tekst);
  font-size: clamp(16px, 1.2vw, 19px);
  font-weight: 400;
  line-height: 1.65;
  text-shadow: none;
}

.artiest-sectie .knop {
  width: fit-content;
  margin-top: 28px;
  color: #fff;
  background: var(--modern-zwart);
  border: 1px solid var(--modern-zwart);
  border-radius: 999px;
  box-shadow: none;
}

.artiest-sectie .knop:hover {
  color: var(--modern-zwart);
  background: transparent;
  border-color: var(--modern-zwart);
  box-shadow: none;
}

.artiest-details {
  grid-area: details;
  position: relative;
  z-index: 1;
  align-self: stretch;
  min-width: 0;
  border-bottom: 1px solid var(--modern-lijn-donker);
}

.artiest-details article {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 18px;
  margin-inline: -18px;
  padding: 20px 18px;
  border-top: 1px solid var(--modern-lijn-donker);
  transition: color 240ms ease, background 240ms ease, transform 240ms ease;
}

.artiest-details article > div {
  min-width: 0;
}

.artiest-details article > span {
  color: var(--modern-rood);
  font-family: var(--modern-letter-kop);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.06em;
}

.artiest-details h3 {
  margin: -4px 0 4px;
  color: var(--modern-zwart);
  font-family: var(--modern-letter-kop);
  font-size: clamp(28px, 2.4vw, 38px);
  font-weight: 600;
  letter-spacing: -0.045em;
  line-height: 1;
}

.artiest-details p {
  max-width: 560px;
  margin: 0;
  color: rgba(13, 14, 15, 0.7);
  font-family: var(--modern-letter-tekst);
  font-size: clamp(14px, 1vw, 16px);
  line-height: 1.58;
}

.artiest-details article:hover {
  color: #fff;
  background: var(--modern-zwart);
  transform: translateX(8px);
}

.artiest-details article:hover h3,
.artiest-details article:hover p {
  color: #fff;
}

.artiest-details article:hover > span {
  color: var(--modern-geel);
}

.artiest-sectie figure.artiest-podium {
  grid-area: beeld;
  position: relative;
  z-index: 1;
  inset: auto;
  display: block;
  width: 100%;
  height: clamp(220px, 27vh, 300px);
  min-height: 0;
  margin: var(--foto-uitlijning, 0px) 0 0;
  overflow: hidden;
  background:
    linear-gradient(180deg, transparent 38%, rgba(28, 18, 11, 0.5)),
    url("assets/achtergrond-steiger-water-zon-goud.webp") center calc(55% + var(--scroll-beeld-y)) / cover no-repeat;
  border: 1px solid var(--modern-zwart);
  box-shadow: none;
  transform: none;
}

.artiest-sectie figure.artiest-podium::before {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, transparent 42%, rgba(20, 12, 7, 0.44));
  pointer-events: none;
}

.artiest-podium figcaption {
  position: absolute;
  right: 145px;
  bottom: 18px;
  left: 20px;
  z-index: 2;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 22px;
  padding: 14px 16px 13px;
  color: #fffaf0;
  background: rgba(10, 12, 14, 0.87);
  backdrop-filter: blur(14px);
}

.artiest-podium figcaption span {
  flex: 0 0 auto;
  color: var(--modern-geel);
  font-family: var(--modern-letter-kop);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.artiest-podium figcaption strong {
  font-family: var(--modern-letter-kop);
  font-size: clamp(20px, 1.75vw, 28px);
  font-weight: 600;
  line-height: 1.05;
  text-align: right;
}

@media (max-width: 1100px) {
  .artiest-sectie {
    grid-template-columns: 1fr;
    grid-template-areas:
      "kop"
      "details"
      "beeld";
    row-gap: 38px;
  }

  .artiest-sectie .artiest-sectie-tekst > p.artiest-inleiding {
    max-width: 680px;
  }
}

@media (max-width: 800px) {
  .artiest-sectie {
    min-height: var(--sectie-hoogte);
    gap: 30px;
    padding: 78px var(--pagina-marge);
    background: var(--modern-geel);
  }

  .artiest-sectie-tekst.artiest-kop {
    width: auto;
    margin: 0;
    padding: 0;
  }

  .artiest-sectie h2 {
    font-size: clamp(48px, 13vw, 64px);
  }

  .artiest-sectie .artiest-sectie-tekst > p.artiest-inleiding {
    font-size: clamp(16px, 4.4vw, 18px);
  }

  .artiest-details article {
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 12px;
  }

  .artiest-sectie figure.artiest-podium {
    inset: auto;
    height: clamp(230px, 62vw, 340px);
    background:
      linear-gradient(180deg, transparent 34%, rgba(28, 18, 11, 0.54)),
      url("assets/achtergrond-steiger-water-zon-goud.webp") center 55% / cover no-repeat;
  }

  .artiest-podium figcaption {
    right: 14px;
    bottom: 14px;
    left: 14px;
    display: block;
  }

  .artiest-podium figcaption strong {
    display: block;
    margin-top: 4px;
    text-align: left;
  }

  .artiest-sectie .knop {
    width: fit-content;
  }
}

.muziek .uitgaven {
  position: relative;
  isolation: isolate;
  display: block;
  width: min(100%, 1180px);
  height: clamp(520px, 50vw, 700px);
  margin: clamp(18px, 3vh, 38px) auto 0;
  padding: 0;
  overflow: visible;
  border-top: 0;
  perspective: 1800px;
  transform-style: preserve-3d;
}

.muziek .uitgaven article,
.muziek .uitgaven article:first-child,
.muziek .uitgaven article:not(:first-child) {
  --waaier-x: 0%;
  --waaier-y: 0%;
  --waaier-draai: 0deg;
  --waaier-schaal: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: clamp(300px, 29vw, 430px);
  height: auto;
  min-height: 0;
  aspect-ratio: 1;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background: var(--modern-antraciet);
  border: 0;
  border-radius: 1px;
  outline: 1px solid rgba(0, 0, 0, 0.52);
  outline-offset: -1px;
  box-shadow:
    0 42px 72px rgba(0, 0, 0, 0.3),
    0 12px 22px rgba(0, 0, 0, 0.2);
  opacity: 1;
  transform:
    translate(-50%, -50%)
    translate(var(--waaier-x), var(--waaier-y))
    rotate(var(--waaier-draai))
    scale(var(--waaier-schaal));
  transform-origin: 50% 88%;
  transform-style: preserve-3d;
  backface-visibility: hidden;
  will-change: transform;
  transition:
    opacity 520ms ease,
    transform 980ms cubic-bezier(0.16, 1, 0.3, 1),
    filter 340ms ease,
    box-shadow 420ms ease;
}

.muziek .uitgaven article:nth-child(1) {
  --waaier-x: -72%;
  --waaier-y: 5%;
  --waaier-draai: -9deg;
  --waaier-schaal: 0.94;
  z-index: 1;
}

.muziek .uitgaven article:nth-child(2) {
  --waaier-y: -2%;
  --waaier-draai: -0.8deg;
  --waaier-schaal: 1;
  z-index: 3;
}

.muziek .uitgaven article:nth-child(3) {
  --waaier-x: 72%;
  --waaier-y: 5%;
  --waaier-draai: 9deg;
  --waaier-schaal: 0.94;
  z-index: 2;
}

.moderne-effecten-actief .muziek .uitgaven article.wacht-op-beeld {
  --waaier-x: 0%;
  --waaier-y: 4%;
  --waaier-draai: 0deg;
  --waaier-schaal: 0.84;
  opacity: 0;
}

.muziek .uitgaven article:hover {
  z-index: 8;
  box-shadow:
    0 52px 88px rgba(0, 0, 0, 0.38),
    0 16px 26px rgba(0, 0, 0, 0.22);
}

.muziek .uitgaven article:nth-child(1):hover {
  --waaier-x: -76%;
  --waaier-y: -1%;
  --waaier-draai: -4deg;
  --waaier-schaal: 1.015;
}

.muziek .uitgaven article:nth-child(2):hover {
  --waaier-y: -7%;
  --waaier-draai: 0deg;
  --waaier-schaal: 1.045;
}

.muziek .uitgaven article:nth-child(3):hover {
  --waaier-x: 76%;
  --waaier-y: -1%;
  --waaier-draai: 4deg;
  --waaier-schaal: 1.015;
}

@media (hover: hover) and (pointer: fine) {
  .muziek .uitgaven:has(article:hover) article:not(:hover) {
    filter: brightness(0.78) saturate(0.82);
  }
}

@media (max-width: 800px) {
  .muziek .uitgaven {
    height: clamp(380px, 105vw, 520px);
    margin-top: 22px;
  }

  .muziek .uitgaven article,
  .muziek .uitgaven article:first-child,
  .muziek .uitgaven article:not(:first-child) {
    width: min(54vw, 280px);
    padding: 0;
  }

  .muziek .uitgaven article:nth-child(1) {
    --waaier-x: -45%;
    --waaier-y: 5%;
    --waaier-draai: -8deg;
    --waaier-schaal: 0.94;
  }

  .muziek .uitgaven article:nth-child(3) {
    --waaier-x: 45%;
    --waaier-y: 5%;
    --waaier-draai: 8deg;
    --waaier-schaal: 0.94;
  }

}

@media (prefers-reduced-motion: reduce) {
  .muziek .uitgaven article,
  .muziek .uitgaven article:first-child,
  .muziek .uitgaven article:not(:first-child) {
    opacity: 1;
    transition: none;
  }
}

.videoclip-sectie {
  background:
    radial-gradient(circle at 50% 46%, rgba(255, 226, 128, 0.12), transparent 34%),
    var(--modern-geel);
}

.videoclip-sectie::before {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.18), rgba(0, 0, 0, 0.18)) 50% 16px / calc(100% - 32px) 1px no-repeat,
    linear-gradient(90deg, rgba(0, 0, 0, 0.18), rgba(0, 0, 0, 0.18)) 50% calc(100% - 16px) / calc(100% - 32px) 1px no-repeat;
  border: 0;
}

.videoclip-raster {
  max-width: 1500px;
  align-items: center;
  gap: clamp(16px, 2vw, 30px);
}

.videoclip-kaart,
.videoclip-kaart.is-binnenkort,
.videoclip-kaart.is-binnenkort:hover {
  position: relative;
  isolation: isolate;
  display: block;
  min-width: 0;
  aspect-ratio: 16 / 9;
  padding: clamp(7px, 0.7vw, 11px);
  overflow: hidden;
  color: inherit;
  background: #08090a;
  border: 1px solid rgba(0, 0, 0, 0.92);
  border-radius: 2px;
  box-shadow:
    0 32px 62px rgba(73, 38, 5, 0.3),
    0 8px 18px rgba(38, 20, 3, 0.22),
    inset 0 0 0 1px rgba(230, 154, 23, 0.18);
  cursor: default;
  transform: translateY(0) scale(1);
  transform-origin: center;
  transition:
    border-color 320ms ease,
    box-shadow 420ms ease,
    transform 520ms cubic-bezier(0.16, 1, 0.3, 1);
}

.videoclip-kaart::before {
  position: absolute;
  inset: 3px 13px;
  z-index: 3;
  width: auto;
  height: auto;
  content: "";
  background:
    repeating-linear-gradient(90deg, rgba(230, 154, 23, 0.42) 0 12px, transparent 12px 22px) top / 100% 2px no-repeat,
    repeating-linear-gradient(90deg, rgba(230, 154, 23, 0.32) 0 12px, transparent 12px 22px) bottom / 100% 2px no-repeat;
  opacity: 0.5;
  pointer-events: none;
  transition: opacity 320ms ease;
}

.videoclip-kaart::after {
  position: absolute;
  top: auto;
  right: clamp(20px, 1.8vw, 30px);
  bottom: clamp(18px, 1.6vw, 25px);
  left: clamp(20px, 1.8vw, 30px);
  z-index: 4;
  width: auto;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, rgba(230, 154, 23, 0.72) 0 24%, rgba(255, 255, 255, 0.2) 24% 100%);
  opacity: 0.58;
  pointer-events: none;
  transform: none;
  transition: opacity 320ms ease;
}

.videoclip-venster {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 44%, rgba(230, 154, 23, 0.1), transparent 24%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.04), transparent 34%),
    repeating-linear-gradient(0deg, transparent 0 3px, rgba(255, 255, 255, 0.012) 3px 4px),
    #090a0b;
  border: 1px solid rgba(230, 154, 23, 0.24);
  box-shadow:
    inset 0 0 55px rgba(0, 0, 0, 0.78),
    inset 0 1px 0 rgba(255, 255, 255, 0.035);
}

.videoclip-venster::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: clamp(46px, 4vw, 62px);
  aspect-ratio: 1;
  content: "";
  background: rgba(230, 154, 23, 0.035);
  border: 1px solid rgba(230, 154, 23, 0.34);
  border-radius: 50%;
  box-shadow: 0 0 0 7px rgba(230, 154, 23, 0.025);
  opacity: 0.72;
  transform: translate(-50%, -56%);
  transition: border-color 320ms ease, background 320ms ease, opacity 320ms ease;
}

.videoclip-venster::after {
  position: absolute;
  top: 50%;
  left: calc(50% + 2px);
  width: 0;
  height: 0;
  content: "";
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 12px solid rgba(230, 154, 23, 0.62);
  opacity: 0.76;
  transform: translate(-40%, -68%);
  transition: border-left-color 320ms ease, opacity 320ms ease;
}

.videoclip-kaart:hover {
  background: #08090a;
  border-color: rgba(0, 0, 0, 0.92);
  box-shadow:
    0 42px 78px rgba(73, 38, 5, 0.38),
    0 12px 24px rgba(38, 20, 3, 0.24),
    inset 0 0 0 1px rgba(230, 154, 23, 0.32);
  transform: translateY(-8px) scale(1.008);
}

.videoclip-kaart:hover::before,
.videoclip-kaart:hover::after {
  left: clamp(20px, 1.8vw, 30px);
  opacity: 0.9;
}

.videoclip-kaart:hover::before {
  left: 13px;
}

.videoclip-kaart:hover .videoclip-venster::before {
  background: rgba(230, 154, 23, 0.07);
  border-color: rgba(230, 154, 23, 0.62);
  opacity: 1;
}

.videoclip-kaart:hover .videoclip-venster::after {
  border-left-color: rgba(230, 154, 23, 0.9);
  opacity: 1;
}

@media (max-width: 800px) {
  .videoclip-raster {
    width: min(100%, 580px);
    gap: 19px;
  }

  .videoclip-kaart,
  .videoclip-kaart.is-binnenkort,
  .videoclip-kaart.is-binnenkort:hover {
    aspect-ratio: 16 / 9;
    padding: 7px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .videoclip-kaart,
  .videoclip-kaart::before,
  .videoclip-kaart::after,
  .videoclip-venster::before,
  .videoclip-venster::after {
    transition: none;
  }
}

.artiest-sectie h2,
.verhaal h2,
.muziek-kop h2,
.archief h2,
.aanmelden h2 {
  font-weight: 400;
  letter-spacing: -0.018em;
}

.artiest-sectie h2 i,
.verhaal h2 i,
.muziek-kop h2 i,
.archief h2 i,
.aanmelden h2 i {
  font-family: "Playfair Display", Georgia, serif;
  font-style: italic;
  font-weight: 700;
  letter-spacing: -0.045em;
  text-transform: none;
}

.artiest-details h3,
.verhaal-tijdlijn h3,
.artiest-podium figcaption strong,
.verhaal-beeld figcaption strong {
  font-weight: 400;
  letter-spacing: 0;
}

.artiest-sectie .knop,
.aanmelden button {
  font-family: "Fugaz One", "Arial Black", sans-serif;
  font-weight: 400;
}

.artiest-sectie h2 i,
.verhaal h2 i,
.muziek-kop h2 i {
  color: #fff8e8;
  text-shadow: 0 2px 0 rgba(91, 43, 5, 0.32);
}

.artiest-details article > span,
.verhaal-tijdlijn article > span {
  display: grid;
  width: 100%;
  place-items: center;
}

.artiest-details article > span::after,
.verhaal-tijdlijn article > span::after {
  display: inline-block;
  flex: 0 0 auto;
  width: auto;
  color: #fff;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  content: "★";
  font-family: Arial, sans-serif;
  font-size: clamp(20px, 1.7vw, 24px);
  letter-spacing: 0;
  line-height: 1;
  text-shadow: 0 1px 0 rgba(91, 43, 5, 0.36);
  transition: transform 260ms ease;
}

.artiest-details article:hover > span::after,
.verhaal-tijdlijn article:hover > span::after {
  transform: translateY(-1px) rotate(10deg) scale(1.05);
}

.intro-scherm > .intro-tekst {
  pointer-events: none;
}

.intro-scherm > .intro-tekst :is(a, button, input, select, textarea) {
  pointer-events: auto;
}

.intro-beeld > .single-stapel {
  position: absolute;
  top: 150px;
  left: -4%;
  z-index: 4;
  width: clamp(350px, 24vw, 400px);
  height: auto;
  margin: 0;
  aspect-ratio: 1;
  perspective: none;
  transform: none;
  transform-style: flat;
}

.single-vinyl-aankondiging {
  position: absolute;
  bottom: calc(100% + 23px);
  left: 50%;
  z-index: 8;
  display: grid;
  justify-items: center;
  width: max-content;
  max-width: 125%;
  margin: 0;
  color: #fff;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  pointer-events: none;
  transform: translateX(-50%);
  filter: drop-shadow(0 3px 4px rgba(69, 34, 4, 0.34));
}

.single-vinyl-aankondiging span {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 10px;
  color: #231506;
  font-family: "DM Sans", Arial, sans-serif;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.2em;
  white-space: nowrap;
}

.single-vinyl-aankondiging span::before,
.single-vinyl-aankondiging span::after {
  flex: 1;
  height: 1px;
  background: rgba(35, 21, 6, 0.72);
  content: "";
}

.single-vinyl-aankondiging strong {
  margin-top: 7px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(19px, 1.55vw, 25px);
  font-style: italic;
  font-weight: 700;
  letter-spacing: 0.025em;
  text-shadow:
    0 1px 0 rgba(95, 50, 5, 0.45),
    0 4px 10px rgba(84, 40, 3, 0.25);
  white-space: nowrap;
}

.tukkerfm-aankondiging {
  position: absolute;
  top: calc(100% + 78px + 1cm);
  left: 50%;
  z-index: 7;
  display: grid;
  justify-items: center;
  gap: 5px;
  width: min(280px, 76vw);
  color: #171008;
  pointer-events: none;
  transform: translateX(-50%);
}

.tukkerfm-binnenkort {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 9px;
  font-family: "DM Sans", Arial, sans-serif;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.17em;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
}

.tukkerfm-binnenkort::before,
.tukkerfm-binnenkort::after {
  flex: 1;
  height: 1px;
  background: rgba(23, 16, 8, 0.62);
  content: "";
}

.tukkerfm-datum {
  flex: none;
  padding: 4px 8px 3px;
  color: #fff;
  background: #e50020;
  border: 1px solid rgba(255, 255, 255, 0.92);
  border-radius: 999px;
  box-shadow:
    0 2px 0 rgba(105, 8, 18, 0.38),
    0 4px 8px rgba(92, 30, 6, 0.22);
  font-size: 9px;
  font-style: normal;
  letter-spacing: 0.1em;
}

.tukkerfm-logo {
  display: block;
  width: 100%;
  aspect-ratio: 342 / 94;
  background: url("assets/tukker-fm-logo.png") center / contain no-repeat;
  filter:
    drop-shadow(0 2px 0 rgba(255, 224, 126, 0.5))
    drop-shadow(0 7px 9px rgba(75, 35, 5, 0.3));
}

.intro-beeld > .single-stapel::after {
  display: none;
  content: none;
}

.intro-beeld > .single-stapel > img {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 0;
  outline: 1px solid rgba(94, 72, 48, 0.34);
  outline-offset: -1px;
  box-shadow: none;
  cursor: default;
  pointer-events: none;
  transform: none;
  transform-origin: center;
  backface-visibility: hidden;
  will-change: transform, filter;
  transition:
    opacity 520ms ease,
    filter 260ms ease,
    box-shadow 360ms ease,
    transform 980ms cubic-bezier(0.16, 1, 0.3, 1);
}

.intro-beeld > .single-stapel img.laag-onder {
  z-index: 1;
  transform: translate(30px, 18px) rotate(6deg);
}

.intro-beeld > .single-stapel img.laag-midden {
  z-index: 2;
  transform: translate(14px, 8px) rotate(-3deg);
}

.intro-beeld > .single-stapel img.laag-boven {
  z-index: 3;
  cursor: pointer;
  pointer-events: auto;
  transform: rotate(-3deg);
}

.intro-beeld > .single-stapel img.laag-boven:hover {
  z-index: 4;
  filter: saturate(1.2) contrast(1.08) brightness(1.06);
  box-shadow:
    0 26px 40px rgba(67, 36, 10, 0.3),
    0 8px 15px rgba(38, 20, 3, 0.18);
  transform: translateY(-5px) rotate(-2deg) scale(1.02);
}

.intro-beeld > .single-stapel img.laag-onder:hover {
  --mini-x: -66%;
  --mini-y: -1%;
  --mini-draai: -4deg;
  --mini-schaal: 1.015;
}

.intro-beeld > .single-stapel img.laag-midden:hover {
  --mini-y: -7%;
  --mini-draai: 0deg;
  --mini-schaal: 1.045;
}

.intro-beeld > .single-stapel img.laag-boven:hover {
  --mini-x: 66%;
  --mini-y: -1%;
  --mini-draai: 4deg;
  --mini-schaal: 1.015;
}

.intro-beeld > .single-stapel img.is-gekozen,
.intro-beeld > .single-stapel img.is-gekozen:hover {
  z-index: 12;
  filter: saturate(1.2) contrast(1.08) brightness(1.07);
  box-shadow:
    0 44px 62px rgba(67, 36, 10, 0.4),
    0 13px 22px rgba(38, 20, 3, 0.25);
  transform: translateY(-12%) rotate(0deg) scale(1.28);
}

@media (hover: hover) and (pointer: fine) {
  .intro-beeld > .single-stapel:has(img:hover) img:not(:hover) {
    filter: saturate(1.14) contrast(1.07) brightness(1.035);
  }
}

.intro-beeld > .single-stapel img:focus-visible {
  z-index: 9;
  outline: 3px solid #fff;
  outline-offset: 5px;
}

@media (max-width: 1100px) {
  .intro-beeld {
    min-height: calc(880px + min(630px, 78vw));
  }

  .intro-beeld > .single-stapel {
    top: 55px;
    left: 50%;
    width: min(400px, 58vw);
    height: auto;
    margin-left: max(-200px, -29vw);
    transform: none;
  }

  .single-vinyl-aankondiging {
    bottom: calc(100% + 17px);
  }

  .tukkerfm-aankondiging {
    top: calc(100% + 70px);
    width: min(260px, 70vw);
  }
}

@media (max-width: 800px) {
  .intro-beeld {
    min-height: calc(700px + min(500px, 92vw));
  }

  .intro-beeld > .single-stapel {
    top: 45px;
    width: min(360px, 76vw);
    margin-left: max(-180px, -38vw);
  }

  .single-vinyl-aankondiging {
    bottom: calc(100% + 14px);
  }

  .single-vinyl-aankondiging strong {
    font-size: clamp(17px, 5vw, 22px);
  }

  .tukkerfm-aankondiging {
    top: calc(100% + 64px);
    width: min(232px, 66vw);
  }
}

@media (max-width: 480px) {
  .intro-beeld {
    min-height: calc(640px + min(430px, 94vw));
  }

  .intro-beeld > .single-stapel {
    width: min(310px, 74vw);
    margin-left: max(-155px, -37vw);
  }

  .single-vinyl-aankondiging {
    bottom: calc(100% + 12px);
    max-width: 120%;
  }

  .single-vinyl-aankondiging span {
    gap: 7px;
    font-size: 8px;
    letter-spacing: 0.14em;
  }

  .single-vinyl-aankondiging strong {
    margin-top: 5px;
    font-size: 16px;
  }

  .tukkerfm-aankondiging {
    top: calc(100% + 60px);
    width: min(222px, 64vw);
  }

  .tukkerfm-binnenkort {
    gap: 7px;
    font-size: 9px;
    letter-spacing: 0.13em;
  }

  .tukkerfm-datum {
    padding: 3px 6px 2px;
    font-size: 8px;
    letter-spacing: 0.07em;
  }

}

.intro-beeld > .single-stapel > .vu-paneel[hidden] {
  display: none !important;
}

.intro-beeld > .single-stapel > .vu-paneel {
  position: absolute;
  top: calc(50% + clamp(132px, 11.2vw, 162px));
  left: 50%;
  z-index: 5;
  width: min(390px, 92vw);
  padding: 9px 11px 11px;
  overflow: hidden;
  color: #f8d978;
  background:
    radial-gradient(circle at 10px 10px, #f7db7d 0 1px, #76501c 2px 3px, transparent 4px),
    radial-gradient(circle at calc(100% - 10px) 10px, #f7db7d 0 1px, #76501c 2px 3px, transparent 4px),
    radial-gradient(circle at 10px calc(100% - 10px), #f7db7d 0 1px, #76501c 2px 3px, transparent 4px),
    radial-gradient(circle at calc(100% - 10px) calc(100% - 10px), #f7db7d 0 1px, #76501c 2px 3px, transparent 4px),
    linear-gradient(145deg, #3b260d 0%, #171006 48%, #090704 100%);
  border: 1px solid #a66d16;
  border-radius: 9px;
  outline: 1px solid rgba(255, 220, 103, 0.24);
  outline-offset: -4px;
  box-shadow:
    0 19px 30px rgba(73, 39, 5, 0.32),
    0 0 22px rgba(255, 184, 24, 0.25),
    inset 0 1px 0 rgba(255, 234, 154, 0.3),
    inset 0 -8px 15px rgba(0, 0, 0, 0.5);
  pointer-events: none;
  transform: translateX(-50%);
  isolation: isolate;
}

.vu-paneel::after {
  position: absolute;
  z-index: 3;
  inset: 0;
  background: linear-gradient(115deg, rgba(255, 255, 255, 0.1), transparent 25% 72%, rgba(255, 204, 68, 0.07));
  content: "";
  pointer-events: none;
}

.vu-paneel-kop {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 7px;
  min-height: 15px;
  padding: 0 9px 5px;
  color: #c99934;
  font-family: "DM Sans", Arial, sans-serif;
  font-size: 7px;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0.18em;
  line-height: 1;
  text-transform: uppercase;
  text-shadow: 0 1px 0 #000;
}

.vu-paneel-kop strong {
  color: #f1ca63;
  font: inherit;
  text-align: right;
}

.vu-lamp {
  width: 7px;
  height: 7px;
  background: #e6a718;
  border: 1px solid #ffdf6b;
  border-radius: 50%;
  box-shadow:
    0 0 4px #ffc93b,
    0 0 10px rgba(255, 185, 30, 0.72);
  transition: background-color 260ms ease, box-shadow 260ms ease;
}

.vu-paneel.is-actief .vu-lamp {
  background: #fff1a1;
  box-shadow:
    0 0 5px #fff5bb,
    0 0 14px #ffc333,
    0 0 24px rgba(255, 174, 14, 0.72);
}

.vu-meter-rij {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.vu-meter {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(118deg, rgba(255, 255, 255, 0.32), transparent 21% 72%, rgba(112, 55, 0, 0.12)),
    radial-gradient(ellipse at 50% 112%, #fff9c9 0%, #ffe47a 45%, #eab238 76%, #bd7711 100%);
  border: 1px solid #80500e;
  border-radius: 5px 5px 8px 8px;
  box-shadow:
    0 0 13px rgba(255, 190, 38, 0.34),
    inset 0 0 18px rgba(255, 248, 191, 0.76),
    inset 0 -11px 16px rgba(129, 70, 4, 0.2);
  transition: box-shadow 300ms ease, filter 300ms ease;
}

.vu-paneel.is-actief .vu-meter {
  filter: brightness(1.07) saturate(1.08);
  box-shadow:
    0 0 17px rgba(255, 190, 38, 0.52),
    inset 0 0 21px rgba(255, 252, 207, 0.88),
    inset 0 -11px 16px rgba(129, 70, 4, 0.18);
}

.vu-meter::after {
  position: absolute;
  z-index: 4;
  inset: 0;
  background:
    linear-gradient(112deg, rgba(255, 255, 255, 0.34) 0%, rgba(255, 255, 255, 0.08) 19%, transparent 37%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.12), transparent 38%);
  content: "";
  pointer-events: none;
}

.vu-meter svg {
  display: block;
  width: 100%;
  height: auto;
  overflow: visible;
}

.vu-boog {
  fill: none;
  stroke: #5c3a0c;
  stroke-width: 1.2;
}

.vu-roodzone {
  fill: none;
  stroke: #ad3018;
  stroke-linecap: round;
  stroke-width: 3;
}

.vu-strepen path {
  fill: none;
  stroke: #49300e;
  stroke-linecap: square;
  stroke-width: 1.2;
}

.vu-cijfers,
.vu-merk,
.vu-kanaal {
  fill: #4a2d08;
  font-family: Arial, sans-serif;
  text-anchor: middle;
}

.vu-cijfers {
  font-size: 6px;
  font-weight: 700;
}

.vu-cijfers .vu-plus {
  fill: #a42b16;
}

.vu-merk {
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.vu-kanaal {
  font-size: 5px;
  font-weight: 800;
  letter-spacing: 0.22em;
}

.vu-naald {
  transform: rotate(-42deg);
  transform-box: view-box;
  transform-origin: 90px 86px;
  will-change: transform;
}

.vu-naald path {
  fill: none;
  stroke: #8f1e10;
  stroke-linecap: round;
  stroke-width: 1.8;
  filter: drop-shadow(1px 1px 0 rgba(73, 29, 5, 0.28));
}

.vu-naald-as {
  fill: #2a1b08;
  stroke: #d7a83e;
  stroke-width: 2;
  filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.45));
}

@media (max-width: 800px) {
  .intro-beeld > .single-stapel > .vu-paneel {
    top: calc(50% + 134px);
    width: min(370px, 94vw);
  }
}

@media (max-width: 480px) {
  .intro-beeld > .single-stapel > .vu-paneel {
    top: calc(50% + 126px);
    width: min(350px, 92vw);
    padding: 8px 9px 10px;
  }

  .vu-meter-rij {
    gap: 6px;
  }

  .vu-paneel-kop {
    padding-bottom: 4px;
    font-size: 6px;
  }
}

.intro-beeld > .single-stapel > .vliegende-plaat > .vliegende-plaat-label {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 52%;
  height: 52%;
  background-position: center;
  background-size: cover;
  border-radius: 50%;
  box-shadow:
    0 0 0 2px var(--pro-yellow),
    0 0 0 4px var(--pro-red);
  pointer-events: none;
  transform: translate(-50%, -50%);
}

@media (prefers-reduced-motion: reduce) {
  .intro-beeld > .single-stapel img {
    transition: none;
  }
}

@media (max-width: 1100px) {
  .intro-scherm {
    align-content: start;
    grid-template-rows: auto auto auto;
  }

  .intro-beeld {
    --mobiel-hoes-boven: 55px;
    --mobiel-hoes-maat: min(400px, 58vw);
    --mobiel-tukker-afstand: calc(clamp(86px, 9vw, 104px) + 1cm);
    --mobiel-plaat-boven: calc(
      var(--mobiel-hoes-boven) + var(--mobiel-hoes-maat) +
      var(--mobiel-tukker-afstand) + 120px
    );
    --mobiel-plaat-maat: min(630px, 78vw);
    align-self: start;
    min-height: calc(
      var(--mobiel-plaat-boven) + var(--mobiel-plaat-maat) + 300px
    );
  }

  .intro-beeld > .single-stapel {
    top: var(--mobiel-hoes-boven);
    width: var(--mobiel-hoes-maat);
  }

  .tukkerfm-aankondiging {
    top: calc(100% + var(--mobiel-tukker-afstand));
  }

  .intro-beeld > .draaiende-plaat,
  .intro-beeld > .toonarm-laag {
    top: var(--mobiel-plaat-boven);
    width: var(--mobiel-plaat-maat);
    height: var(--mobiel-plaat-maat);
  }

  .intro-beeld > .speelt-nu:not(.is-vast) {
    top: calc(
      var(--mobiel-plaat-boven) + var(--mobiel-plaat-maat) + 48px
    );
    bottom: auto;
  }
}

@media (max-width: 800px) {
  .intro-beeld {
    --mobiel-hoes-boven: 68px;
    --mobiel-hoes-maat: min(360px, 76vw);
    --mobiel-tukker-afstand: calc(clamp(82px, 14vw, 98px) + 1cm);
    --mobiel-plaat-boven: calc(
      var(--mobiel-hoes-boven) + var(--mobiel-hoes-maat) +
      var(--mobiel-tukker-afstand) + 115px
    );
    --mobiel-plaat-maat: min(500px, 92vw);
    min-height: calc(
      var(--mobiel-plaat-boven) + var(--mobiel-plaat-maat) + 260px
    );
  }

  .single-vinyl-aankondiging {
    width: min(520px, calc(100vw - 32px));
    max-width: none;
  }

  .single-vinyl-aankondiging strong {
    max-width: 100%;
    white-space: normal;
  }

  .tukkerfm-binnenkort {
    max-width: 100%;
  }
}

@media (max-width: 480px) {
  .intro-beeld {
    --mobiel-hoes-boven: 70px;
    --mobiel-hoes-maat: min(310px, 74vw);
    --mobiel-tukker-afstand: calc(clamp(80px, 20vw, 92px) + 1cm);
    --mobiel-plaat-boven: calc(
      var(--mobiel-hoes-boven) + var(--mobiel-hoes-maat) +
      var(--mobiel-tukker-afstand) + 112px
    );
    --mobiel-plaat-maat: min(430px, 94vw);
    min-height: calc(
      var(--mobiel-plaat-boven) + var(--mobiel-plaat-maat) + 260px
    );
  }
}

@media (max-width: 360px) {
  body > header {
    padding-inline: 14px;
  }

  body > header .logo {
    font-size: clamp(43px, 14vw, 49px);
  }

  body > header .menu {
    padding: 8px 10px;
    font-size: 9px;
  }

  .single-vinyl-aankondiging span {
    font-size: 7px;
    letter-spacing: 0.11em;
  }

  .single-vinyl-aankondiging strong {
    font-size: 15px;
  }

  .tukkerfm-binnenkort {
    gap: 5px;
    font-size: 7px;
    letter-spacing: 0.09em;
  }

  .tukkerfm-datum {
    padding-inline: 5px;
    font-size: 7px;
  }
}

@media (min-width: 1101px) and (max-width: 1500px) {
  .intro-scherm {
    grid-template-columns: 35% 65%;
  }

  .intro-beeld > .single-stapel {
    top: 150px;
    left: 0;
    width: clamp(265px, 24vw, 360px);
  }

  .single-vinyl-aankondiging {
    max-width: 112%;
  }

  .single-vinyl-aankondiging strong {
    font-size: clamp(17px, 1.45vw, 21px);
  }

  .tukkerfm-aankondiging {
    width: min(250px, 88%);
  }

  .intro-beeld > .draaiende-plaat,
  .intro-beeld > .toonarm-laag {
    top: 145px;
    right: 2.5%;
    width: clamp(410px, 38vw, 550px);
    height: clamp(410px, 38vw, 550px);
  }
}

.artiest-sectie figure.artiest-podium {
  background-position: center calc(88% + var(--scroll-beeld-y));
}

.artiest-podium figcaption {
  top: auto;
  right: auto;
  bottom: 22px;
  left: 24px;
  display: grid;
  justify-items: start;
  width: max-content;
  max-width: calc(100% - 48px);
  gap: 4px;
  padding: 0;
  background: transparent;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  text-shadow:
    0 2px 2px rgba(20, 11, 3, 0.92),
    0 5px 14px rgba(20, 11, 3, 0.72);
}

.artiest-podium figcaption strong {
  display: block;
  max-width: 100%;
  margin: 0;
  font-family: "Boogaloo", sans-serif;
  font-size: clamp(18px, 1.55vw, 25px);
  font-weight: 400;
  line-height: 1.16;
  text-align: left;
}

.verhaal-beeld figcaption {
  top: auto;
  right: auto;
  bottom: 22px;
  left: 24px;
  display: grid;
  justify-items: start;
  width: min(900px, calc(100% - 48px));
  max-width: calc(100% - 48px);
  gap: 4px;
  padding: 0;
  background: transparent;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  text-shadow:
    0 2px 2px rgba(20, 11, 3, 0.94),
    0 5px 14px rgba(20, 11, 3, 0.76);
}

.verhaal-beeld figcaption strong {
  display: block;
  max-width: 100%;
  margin: 0;
  font-size: clamp(18px, 1.55vw, 25px);
  line-height: 1.16;
  text-align: left;
}

@media (max-width: 800px) {
  .artiest-sectie figure.artiest-podium {
    background-position: center 82%;
  }

  .artiest-podium figcaption {
    top: auto;
    right: auto;
    bottom: 16px;
    left: 16px;
    max-width: calc(100% - 32px);
    padding: 0;
  }

  .verhaal-beeld figcaption {
    top: auto;
    right: auto;
    bottom: 16px;
    left: 16px;
    width: calc(100% - 32px);
    max-width: calc(100% - 32px);
    padding: 0;
  }

  .artiest-podium figcaption strong,
  .verhaal-beeld figcaption strong {
    font-size: clamp(15px, 4.25vw, 19px);
    line-height: 1.2;
  }
}

.draaitafel-kreet {
  position: absolute;
  top: 66px;
  right: 8%;
  z-index: 8;
  display: grid;
  justify-items: center;
  width: 580px;
  margin: 0;
  color: #fff;
  line-height: 1;
  text-align: center;
  pointer-events: none;
  filter: drop-shadow(0 3px 5px rgba(69, 34, 4, 0.3));
}

.draaitafel-kreet span {
  display: flex;
  align-items: center;
  width: min(390px, 88%);
  gap: 11px;
  color: #231506;
  font-family: "DM Sans", Arial, sans-serif;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.19em;
  text-transform: uppercase;
  white-space: nowrap;
}

.draaitafel-kreet span::before,
.draaitafel-kreet span::after {
  flex: 1;
  height: 1px;
  background: rgba(35, 21, 6, 0.7);
  content: "";
}

.draaitafel-kreet strong {
  margin-top: 7px;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(20px, 1.6vw, 27px);
  font-style: italic;
  font-weight: 700;
  letter-spacing: 0.025em;
  text-shadow:
    0 1px 0 rgba(95, 50, 5, 0.45),
    0 4px 10px rgba(84, 40, 3, 0.25);
  white-space: nowrap;
}

@media (min-width: 1101px) and (max-width: 1500px) {
  .draaitafel-kreet {
    top: 82px;
    right: 2.5%;
    width: clamp(410px, 38vw, 550px);
  }
}

@media (max-width: 1100px) {
  .intro-beeld {
    --mobiel-plaat-boven: calc(
      var(--mobiel-hoes-boven) + var(--mobiel-hoes-maat) +
      var(--mobiel-tukker-afstand) + 180px
    );
  }

  .draaitafel-kreet {
    top: calc(var(--mobiel-plaat-boven) - 78px);
    right: auto;
    left: 50%;
    width: var(--mobiel-plaat-maat);
    transform: translateX(-50%);
  }
}

@media (max-width: 480px) {
  .draaitafel-kreet span {
    width: min(280px, 88%);
    gap: 7px;
    font-size: 7.5px;
    letter-spacing: 0.13em;
  }

  .draaitafel-kreet strong {
    margin-top: 5px;
    font-size: clamp(17px, 5vw, 20px);
  }
}

.hoes-speel-tip {
  position: absolute;
  top: calc(100% + 31px);
  left: 50%;
  z-index: 8;
  display: flex;
  align-items: baseline;
  justify-content: center;
  width: min(440px, 122%);
  gap: 6px;
  margin: 0;
  color: #241607;
  line-height: 1.12;
  text-align: center;
  white-space: nowrap;
  pointer-events: none;
  transform: translateX(-50%);
  filter: drop-shadow(0 2px 3px rgba(72, 34, 3, 0.23));
}

.hoes-speel-tip i {
  flex: 0 0 auto;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 16px;
  font-style: normal;
  line-height: 0.8;
  text-shadow: 0 1px 2px rgba(78, 39, 4, 0.38);
}

.hoes-speel-tip span {
  flex: 0 0 auto;
  font-family: "DM Sans", Arial, sans-serif;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.hoes-speel-tip em {
  flex: 0 0 auto;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.01em;
}

@media (max-width: 1100px) {
  .hoes-speel-tip {
    top: calc(100% + 28px);
  }
}

@media (max-width: 480px) {
  .hoes-speel-tip {
    top: calc(100% + 25px);
    flex-wrap: wrap;
    width: min(290px, 120%);
    column-gap: 5px;
    row-gap: 2px;
    white-space: normal;
  }

  .hoes-speel-tip i {
    font-size: 14px;
  }

  .hoes-speel-tip span {
    font-size: 8px;
    letter-spacing: 0.09em;
  }

  .hoes-speel-tip em {
    font-size: 12px;
  }
}

.intro-scherm > .intro-tekst {
  transform: translateY(18px);
}

@media (min-width: 1101px) {
  .single-vinyl-aankondiging {
    bottom: calc(100% + clamp(59px, calc(110px - 3.55vw), 71px));
  }

  .draaitafel-kreet {
    top: calc(
      clamp(34px, 4.5vh, 52px) +
      clamp(14px, 1.6vw, 25px) - 19px
    );
  }
}

.single-vinyl-aankondiging strong,
.draaitafel-kreet strong {
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(20px, 1.6vw, 27px);
  font-style: italic;
  font-weight: 700;
  letter-spacing: 0.025em;
  line-height: 1;
  text-transform: none;
  text-shadow:
    0 1px 0 rgba(95, 50, 5, 0.45),
    0 4px 10px rgba(84, 40, 3, 0.25);
}

@media (min-width: 1101px) {
  .intro-scherm {
    --intro-kop-maat: clamp(20px, 1.6vw, 27px);
    --intro-kop-ruimte: clamp(59px, calc(110px - 3.55vw), 71px);
  }

  .single-vinyl-aankondiging strong,
  .draaitafel-kreet strong {
    font-size: var(--intro-kop-maat);
  }

  .single-vinyl-aankondiging {
    bottom: calc(100% + var(--intro-kop-ruimte));
  }

  .draaitafel-kreet {
    top: calc(
      150px - var(--intro-kop-ruimte) -
      17px - var(--intro-kop-maat)
    );
  }
}

@media (max-width: 1100px) {
  .single-vinyl-aankondiging strong,
  .draaitafel-kreet strong {
    font-size: clamp(18px, 3vw, 22px);
  }
}

@media (max-width: 480px) {
  .single-vinyl-aankondiging strong,
  .draaitafel-kreet strong {
    font-size: clamp(16px, 4.6vw, 19px);
  }
}

body > header::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 100'%3E%3Cg fill='%23fffdf8'%3E%3Cpath opacity='.34' d='M42 10l2 14 14 2-14 2-2 14-2-14-14-2 14-2z'/%3E%3Cpath opacity='.2' d='M145 53l1.2 8 8 1.2-8 1.2-1.2 8-1.2-8-8-1.2 8-1.2z'/%3E%3Cpath opacity='.42' d='M274 18l2.4 17 17 2.4-17 2.4-2.4 17-2.4-17-17-2.4 17-2.4z'/%3E%3Cpath opacity='.24' d='M411 55l1.5 10 10 1.5-10 1.5-1.5 10-1.5-10-10-1.5 10-1.5z'/%3E%3Cpath opacity='.31' d='M557 15l1.6 11 11 1.6-11 1.6-1.6 11-1.6-11-11-1.6 11-1.6z'/%3E%3Ccircle cx='89' cy='67' r='1.5' opacity='.22'/%3E%3Ccircle cx='214' cy='14' r='1.2' opacity='.18'/%3E%3Ccircle cx='344' cy='78' r='1.4' opacity='.2'/%3E%3Ccircle cx='495' cy='35' r='1.1' opacity='.18'/%3E%3Ccircle cx='612' cy='72' r='1.4' opacity='.2'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 40% center;
  background-size: clamp(360px, 44vw, 700px) 100%;
  content: "";
  opacity: 0.72;
  pointer-events: none;
  filter: blur(0.15px) drop-shadow(0 1px 3px rgba(255, 255, 255, 0.16));
  -webkit-mask-image: linear-gradient(90deg, transparent 24%, #000 29%, #000 43%, transparent 48%);
  mask-image: linear-gradient(90deg, transparent 24%, #000 29%, #000 43%, transparent 48%);
}

@media (max-width: 1100px) {
  body > header::before {
    background-position: 50% center;
    opacity: 0.62;
    -webkit-mask-image: linear-gradient(90deg, transparent 34%, #000 40%, #000 72%, transparent 82%);
    mask-image: linear-gradient(90deg, transparent 34%, #000 40%, #000 72%, transparent 82%);
  }
}

@media (max-width: 640px) {
  body > header::before {
    background-image: none;
  }
}

.intro-persoon-kader {
  transform: translateY(20px);
}

@media (max-width: 800px) {
  .intro-persoon-kader {
    transform: translateY(24px);
  }
}

@media (min-width: 1101px) and (max-height: 1200px) {
  .artiest-sectie,
  .verhaal,
  .muziek,
  .videoclip-sectie,
  .aanmelden {
    min-height: var(--sectie-hoogte);
  }

  .artiest-sectie,
  .verhaal {
    row-gap: 28px;
    padding-block: clamp(34px, 4vh, 44px);
  }

  .artiest-sectie h2,
  .verhaal h2 {
    font-size: clamp(38px, 2.8vw, 48px);
  }

  .artiest-sectie .artiest-sectie-tekst > p.artiest-inleiding,
  .verhaal-samenvatting {
    margin-top: 18px;
    font-size: 17px;
    line-height: 1.45;
  }

  .artiest-sectie .knop {
    margin-top: 18px;
  }

  .artiest-details article,
  .verhaal-tijdlijn article {
    padding-block: 10px;
  }

  .artiest-details h3,
  .verhaal-tijdlijn h3 {
    font-size: clamp(26px, 1.7vw, 31px);
  }

  .artiest-details p,
  .verhaal-tijdlijn p {
    font-size: 15px;
    line-height: 1.42;
  }

  .artiest-sectie figure.artiest-podium,
  .verhaal-beeld {
    height: clamp(190px, 20vh, 220px);
  }

  .muziek {
    padding-block: clamp(42px, 5vh, 54px);
  }

  .muziek-kop {
    margin-bottom: 28px;
  }

  .muziek-kop > p:last-child {
    margin-top: 16px;
    line-height: 1.5;
  }

  .muziek-luisterlink {
    margin-top: 10px;
  }

  .muziek .uitgaven {
    height: clamp(470px, 52vh, 560px);
    margin-top: 12px;
  }
}

.studio-slider {
  --studio-dia-index: 0;
  position: relative;
  isolation: isolate;
  width: min(100%, 620px);
  margin: clamp(22px, 3vh, 34px) 0 0;
  color: var(--modern-zwart);
}

.studio-slider::before {
  content: none;
}

.studio-slider-venster {
  position: relative;
  z-index: 1;
  width: 100%;
  height: clamp(410px, 42vh, 500px);
  overflow: hidden;
  background: #090a0b;
  border: 3px solid var(--modern-zwart);
  box-shadow: 0 8px 18px rgba(43, 23, 4, 0.15);
}

.studio-slider-venster::before,
.studio-slider-venster::after {
  position: absolute;
  inset: 0;
  z-index: 4;
  content: "";
  pointer-events: none;
}

.studio-slider-venster::before {
  content: none;
}

.studio-slider-venster::after {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.14), transparent 16% 84%, rgba(0, 0, 0, 0.14));
}

.studio-slider-spoor {
  display: flex;
  width: 100%;
  height: 100%;
  transform: translate3d(calc(var(--studio-dia-index) * -100%), 0, 0);
  transition: transform 900ms cubic-bezier(0.16, 1, 0.3, 1);
  will-change: transform;
}

.studio-dia {
  position: relative;
  isolation: isolate;
  flex: 0 0 100%;
  width: 100%;
  height: 100%;
  margin: 0;
  overflow: hidden;
  background: #090a0b;
}

.studio-dia::after {
  position: absolute;
  inset: 0;
  z-index: 3;
  content: "";
  background: linear-gradient(135deg, #ffda72, #c87b08);
  mix-blend-mode: color;
  opacity: 0.3;
  pointer-events: none;
}

.studio-dia-foto {
  --studio-helderheid: 1.09;
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 60%;
  filter: brightness(var(--studio-helderheid)) contrast(1.09) saturate(0.9) sepia(0.18);
  transform: scale(1.002);
  transition: transform 5.8s ease-out;
}

.studio-dia:nth-child(1) .studio-dia-foto {
  --studio-helderheid: 1.04;
  object-position: 50% 64%;
}

.studio-dia:nth-child(2) .studio-dia-foto {
  --studio-helderheid: 1.23;
  object-position: 50% 55%;
}

.studio-dia:nth-child(3) .studio-dia-foto {
  --studio-helderheid: 1.38;
  object-position: 50% 60%;
}

.studio-dia:nth-child(4) .studio-dia-foto {
  --studio-helderheid: 1.28;
  object-position: 50% 56%;
}

.studio-dia.is-actief .studio-dia-foto {
  transform: scale(1.025);
}

.studio-slider-punten button:focus-visible {
  outline: 2px solid #fffdf8;
  outline-offset: 3px;
}

.studio-slider-bediening {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
  padding: 0 2px;
}

.studio-slider-punten {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
}

.studio-slider-punten button {
  width: 11px;
  height: 11px;
  margin: 0;
  padding: 0;
  appearance: none;
  background: rgba(255, 253, 248, 0.42);
  border: 1px solid rgba(66, 31, 4, 0.48);
  border-radius: 50%;
  box-shadow: 0 2px 5px rgba(59, 28, 3, 0.12);
  cursor: pointer;
  transform: scale(1);
  transition: background-color 260ms ease, border-color 260ms ease, box-shadow 260ms ease, transform 260ms ease;
}

.studio-slider-punten button[aria-current="true"] {
  background: #fffdf8;
  border-color: #fffdf8;
  box-shadow: 0 0 0 3px rgba(255, 253, 248, 0.2), 0 3px 7px rgba(59, 28, 3, 0.2);
  transform: scale(1.2);
}

@media (min-width: 1101px) and (max-height: 1200px) {
  .studio-slider {
    margin-top: 18px;
  }

  .studio-slider-venster {
    height: clamp(365px, 36vh, 390px);
  }
}

@media (max-width: 800px) {
  .studio-slider {
    width: 100%;
    margin-top: 25px;
  }

  .studio-slider-venster {
    height: clamp(380px, 112vw, 470px);
  }
}

@media (max-width: 480px) {
  .studio-slider-venster {
    height: clamp(390px, 112vw, 440px);
  }

}

@media (prefers-reduced-motion: reduce) {
  .studio-slider-spoor,
  .studio-dia-foto,
  .studio-slider-punten button {
    transition: none;
  }

  .studio-dia.is-actief .studio-dia-foto {
    transform: scale(1.002);
  }
}

.verhaal-kop {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-content: start;
  row-gap: 14px;
}

.verhaal .verhaal-samenvatting {
  width: min(100%, 620px);
  max-width: 620px;
  margin: 0;
  font-size: clamp(16px, 1.2vw, 19px);
  line-height: 1.65;
}

.verhaal-kop .studio-slider {
  margin-top: 0;
}

.verhaal-beeld {
  --bouwplaats-single-maat: clamp(132px, 10.5vw, 180px);
}

.verhaal-beeld::before {
  position: absolute;
  right: 18px;
  bottom: calc(var(--bouwplaats-single-maat) + 5px);
  z-index: 4;
  content: "Terug naar toen · 1982";
  color: rgba(255, 253, 248, 0.88);
  font-family: var(--modern-letter-kop);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.16em;
  line-height: 1;
  text-shadow: 0 2px 7px rgba(20, 11, 3, 0.72);
  text-transform: uppercase;
  pointer-events: none;
}

.verhaal-beeld .bouwplaats-single {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  width: var(--bouwplaats-single-maat);
  height: var(--bouwplaats-single-maat);
  object-fit: cover;
  opacity: 0.74;
  border: 0;
  box-shadow: none;
  filter: sepia(0.52) saturate(0.68) contrast(1.06) brightness(0.96);
  mix-blend-mode: normal;
  transform: none;
  -webkit-mask-image: linear-gradient(135deg, transparent 0%, rgba(0, 0, 0, 0.58) 17%, #000 36%);
  mask-image: linear-gradient(135deg, transparent 0%, rgba(0, 0, 0, 0.58) 17%, #000 36%);
}

.verhaal-beeld figcaption {
  width: min(900px, calc(100% - var(--bouwplaats-single-maat) - 76px));
  max-width: calc(100% - var(--bouwplaats-single-maat) - 76px);
}

@media (max-width: 800px) {
  .verhaal-beeld {
    --bouwplaats-single-maat: clamp(82px, 25vw, 108px);
  }

  .verhaal-beeld::before {
    right: 10px;
    bottom: calc(var(--bouwplaats-single-maat) + 5px);
    max-width: var(--bouwplaats-single-maat);
    font-size: 7px;
    letter-spacing: 0.11em;
    text-align: right;
  }

  .verhaal-beeld .bouwplaats-single {
    right: 0;
    bottom: 0;
  }

  .verhaal-beeld figcaption {
    width: calc(100% - var(--bouwplaats-single-maat) - 48px);
    max-width: calc(100% - var(--bouwplaats-single-maat) - 48px);
  }
}

.artiest-podium {
  --steiger-single-maat: clamp(132px, 10.5vw, 180px);
}

.artiest-sectie figure.artiest-podium::after {
  position: absolute;
  right: 18px;
  bottom: calc(var(--steiger-single-maat) + 5px);
  z-index: 4;
  display: block;
  content: "Terug naar toen · Madeleina";
  color: rgba(255, 253, 248, 0.88);
  font-family: var(--modern-letter-kop);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.16em;
  line-height: 1;
  text-shadow: 0 2px 7px rgba(20, 11, 3, 0.72);
  text-transform: uppercase;
  pointer-events: none;
}

.artiest-podium .steiger-single {
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  left: auto;
  z-index: 3;
  display: block;
  width: var(--steiger-single-maat);
  height: var(--steiger-single-maat);
  object-fit: cover;
  opacity: 0.74;
  border: 0;
  box-shadow: none;
  filter: sepia(0.52) saturate(0.68) contrast(1.06) brightness(0.96);
  mix-blend-mode: normal;
  transform: none !important;
  transition: none !important;
  animation: none !important;
  will-change: auto;
  pointer-events: none;
  -webkit-mask-image: linear-gradient(135deg, transparent 0%, rgba(0, 0, 0, 0.58) 17%, #000 36%);
  mask-image: linear-gradient(135deg, transparent 0%, rgba(0, 0, 0, 0.58) 17%, #000 36%);
}

.artiest-sectie:hover figure.artiest-podium img.steiger-single {
  top: auto;
  right: 0;
  bottom: 0;
  left: auto;
  transform: none !important;
}

.artiest-sectie figure.artiest-podium {
  background-position: center 88%;
  will-change: auto;
}

.artiest-podium figcaption {
  max-width: calc(100% - var(--steiger-single-maat) - 76px);
}

@media (max-width: 800px) {
  .artiest-podium {
    --steiger-single-maat: clamp(82px, 25vw, 108px);
  }

  .artiest-sectie figure.artiest-podium::after {
    right: 10px;
    bottom: calc(var(--steiger-single-maat) + 5px);
    max-width: var(--steiger-single-maat);
    font-size: 7px;
    letter-spacing: 0.11em;
    text-align: right;
  }

  .artiest-podium figcaption {
    max-width: calc(100% - var(--steiger-single-maat) - 48px);
  }
}

@media (min-width: 1101px) and (max-height: 1200px) {
  .verhaal .verhaal-samenvatting {
    font-size: 17px;
    line-height: 1.45;
  }
}

@media (min-width: 1101px) {
  .verhaal-tijdlijn {
    align-self: start;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    grid-auto-flow: row;
    margin-top: clamp(82px, 8vh, 96px);
  }

  .verhaal-tijdlijn article {
    grid-template-columns: 52px minmax(0, 1fr);
    align-items: start;
  }
}

:root {
  --redesign-inkt: #11100e;
  --redesign-papier: #fffaf0;
  --redesign-room: #f4ede0;
  --redesign-goud: #dc9517;
  --redesign-lijn: rgba(17, 16, 14, 0.18);
  --redesign-breedte: 1440px;
  --redesign-marge: max(clamp(22px, 5vw, 78px), calc((100vw - var(--redesign-breedte)) / 2));
}

main > section:not(.intro-scherm) {
  min-height: 0;
  scroll-margin-top: 88px;
}

main > section:not(.intro-scherm) p {
  text-wrap: pretty;
}

.redesign-bovenregel,
.videoclip-kop .bovenregel {
  --mini-vinyl-rand: #12110f;
  --mini-vinyl-groef: #34312d;
  --mini-vinyl-label: #f2aa29;
  display: flex;
  align-items: center;
  gap: 15px;
  margin: 0 0 24px;
  color: inherit;
  font-family: var(--modern-letter-tekst);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
  line-height: 1.2;
  text-transform: uppercase;
  perspective: 190px;
  perspective-origin: left top;
}

.redesign-bovenregel::before,
.videoclip-kop .bovenregel::before {
  display: block;
  width: 40px;
  height: 40px;
  flex: 0 0 auto;
  background:
    radial-gradient(circle at center,
      #080807 0 1.5px,
      var(--mini-vinyl-label) 2px 7px,
      transparent 7.5px),
    conic-gradient(from 24deg,
      transparent 0 12%,
      rgba(255, 255, 255, 0.3) 13% 16%,
      transparent 18% 55%,
      rgba(255, 255, 255, 0.13) 58% 61%,
      transparent 64% 100%),
    repeating-radial-gradient(circle at center,
      var(--mini-vinyl-rand) 0 2px,
      var(--mini-vinyl-groef) 2.5px 3px,
      var(--mini-vinyl-rand) 3.5px 5px);
  border: 1px solid rgba(255, 250, 240, 0.2);
  border-radius: 50%;
  box-shadow: 0 9px 15px rgba(48, 27, 4, 0.18);
  content: "";
  backface-visibility: visible;
  transform: rotateY(0deg);
  transform-origin: 50% 0%;
  transform-style: preserve-3d;
  animation: redesign-single-draait 6.4s linear infinite;
}

@keyframes redesign-single-draait {
  0%, 100% {
    box-shadow: 0 9px 15px rgba(48, 27, 4, 0.18);
    filter: brightness(0.96) contrast(1.04);
    transform: rotateY(0deg);
  }

  24% {
    box-shadow: 2px 9px 12px rgba(48, 27, 4, 0.14);
    filter: brightness(0.82) contrast(1.08);
    transform: rotateY(90deg);
  }

  50% {
    box-shadow: 0 9px 15px rgba(48, 27, 4, 0.16);
    filter: brightness(0.9) contrast(1.05);
    transform: rotateY(180deg);
  }

  70% {
    box-shadow: -2px 9px 12px rgba(48, 27, 4, 0.14);
    filter: brightness(0.82) contrast(1.08);
    transform: rotateY(252deg);
  }

  75% {
    box-shadow:
      -4px 0 12px rgba(255, 248, 220, 0.72),
      0 9px 15px rgba(48, 27, 4, 0.16);
    filter: brightness(1.42) contrast(1.02);
    transform: rotateY(270deg);
  }

  80% {
    box-shadow:
      3px 0 8px rgba(255, 248, 220, 0.3),
      0 9px 15px rgba(48, 27, 4, 0.17);
    filter: brightness(1.08) contrast(1.04);
    transform: rotateY(288deg);
  }

}

.artiest-sectie,
.verhaal,
.muziek,
.videoclip-sectie,
.aanmelden {
  padding-inline: var(--redesign-marge);
}

.artiest-sectie {
  display: grid;
  min-height: 0;
  grid-template-columns: minmax(300px, 0.82fr) minmax(500px, 1.18fr);
  grid-template-areas:
    "kop details"
    "beeld beeld";
  column-gap: clamp(64px, 8vw, 132px);
  row-gap: clamp(70px, 8vw, 118px);
  padding-top: clamp(104px, 11vw, 168px);
  padding-bottom: clamp(112px, 12vw, 184px);
  color: var(--redesign-inkt);
  background:
    radial-gradient(circle at 92% 8%, rgba(255, 250, 240, 0.13), transparent 28%),
    var(--redesign-goud);
  border-bottom: 1px solid var(--redesign-lijn);
}

.artiest-sectie-tekst.artiest-kop {
  grid-area: kop;
  align-self: start;
  width: 100%;
  max-width: 570px;
  margin: 0;
  padding: 0;
  color: var(--redesign-inkt);
  background: transparent;
}

.artiest-sectie h2 {
  max-width: 680px;
  margin: 0;
  color: var(--redesign-inkt);
  font-size: clamp(58px, 5.6vw, 92px);
  letter-spacing: -0.055em;
  line-height: 0.86;
}

.artiest-sectie h2 i {
  color: var(--redesign-papier);
}

.artiest-sectie .artiest-sectie-tekst > p.artiest-inleiding {
  max-width: 540px;
  margin: clamp(32px, 3vw, 48px) 0 0;
  color: rgba(17, 16, 14, 0.74);
  font-size: clamp(17px, 1.35vw, 21px);
  font-weight: 450;
  line-height: 1.75;
}

.artiest-sectie .knop {
  min-height: 52px;
  margin-top: 36px;
  padding: 15px 23px;
  color: var(--redesign-papier);
  background: var(--redesign-inkt);
  border: 1px solid var(--redesign-inkt);
  border-radius: 999px;
}

.artiest-sectie .knop:hover {
  color: var(--redesign-inkt);
  background: transparent;
  transform: translateY(-2px);
}

.artiest-details {
  grid-area: details;
  display: grid;
  align-self: start;
  gap: 16px;
  border: 0;
  counter-reset: terugkeer;
}

.artiest-details article {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 22px;
  margin: 0;
  padding: clamp(24px, 2.3vw, 34px);
  color: var(--redesign-inkt);
  background: rgba(255, 250, 240, 0.72);
  border: 1px solid var(--redesign-lijn);
  border-radius: 2px;
  counter-increment: terugkeer;
  transition: background 260ms ease, border-color 260ms ease, transform 300ms ease;
}

.artiest-details article > span::before {
  display: grid;
  width: 46px;
  aspect-ratio: 1;
  place-items: center;
  color: var(--redesign-inkt);
  border: 1px solid rgba(17, 16, 14, 0.4);
  border-radius: 50%;
  content: "0" counter(terugkeer);
  font-family: var(--modern-letter-tekst);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.artiest-details h3 {
  margin: 0 0 10px;
  color: var(--redesign-inkt);
  font-size: clamp(28px, 2.1vw, 36px);
  line-height: 1.02;
}

.artiest-details p {
  max-width: 660px;
  margin: 0;
  color: rgba(17, 16, 14, 0.68);
  font-size: clamp(15px, 1.05vw, 17px);
  line-height: 1.72;
}

.artiest-details article:hover {
  color: var(--redesign-inkt);
  background: var(--redesign-papier);
  border-color: rgba(17, 16, 14, 0.34);
  transform: translateY(-3px);
}

.artiest-details article:hover h3,
.artiest-details article:hover p {
  color: inherit;
}

.artiest-details article:hover > span {
  color: inherit;
}

.artiest-sectie figure.artiest-podium {
  grid-area: beeld;
  position: relative;
  inset: auto;
  width: 100%;
  height: auto;
  min-height: 0;
  aspect-ratio: 16 / 9;
  margin: 0;
  overflow: hidden;
  background:
    linear-gradient(180deg, transparent 48%, rgba(19, 12, 7, 0.58)),
    url("assets/achtergrond-steiger-water-zon-goud.webp") center 60% / cover no-repeat;
  border: 1px solid var(--redesign-inkt);
  box-shadow: 0 32px 80px rgba(42, 28, 12, 0.16);
  transform: none;
}

.artiest-sectie figure.artiest-podium::before {
  background: linear-gradient(180deg, transparent 48%, rgba(15, 10, 6, 0.52));
}

.artiest-podium figcaption {
  right: auto;
  bottom: clamp(22px, 3vw, 42px);
  left: clamp(22px, 3vw, 42px);
  width: auto;
  max-width: calc(100% - var(--steiger-single-maat) - 110px);
  gap: 7px;
}

.artiest-podium figcaption span {
  color: #f4b33d;
  font-size: 10px;
}

.artiest-podium figcaption strong {
  color: var(--redesign-papier);
  font-size: clamp(24px, 2.2vw, 38px);
}

.artiest-podium .steiger-single {
  width: var(--steiger-single-maat);
  height: var(--steiger-single-maat);
}

.verhaal {
  display: grid;
  min-height: 0;
  grid-template-columns: minmax(420px, 0.92fr) minmax(500px, 1.08fr);
  grid-template-areas:
    "kop details"
    "beeld beeld";
  column-gap: clamp(72px, 9vw, 148px);
  row-gap: clamp(86px, 9vw, 136px);
  padding-top: clamp(112px, 12vw, 184px);
  padding-bottom: clamp(118px, 12vw, 190px);
  color: var(--redesign-inkt);
  background:
    linear-gradient(135deg, rgba(255, 250, 240, 0.08), transparent 36%),
    var(--redesign-goud);
  border-bottom: 1px solid rgba(17, 16, 14, 0.3);
}

.verhaal::after {
  display: none;
  content: none;
}

.verhaal-kop {
  grid-area: kop;
  display: grid;
  align-content: start;
  grid-template-columns: minmax(0, 1fr);
  row-gap: 0;
}

.verhaal h2 {
  max-width: 680px;
  margin: 0;
  color: var(--redesign-inkt);
  font-size: clamp(56px, 5.15vw, 84px);
  letter-spacing: -0.055em;
  line-height: 0.88;
}

.verhaal h2 i {
  color: var(--redesign-papier);
}

.verhaal .verhaal-samenvatting {
  width: 100%;
  max-width: 650px;
  margin: clamp(34px, 3.4vw, 52px) 0 0;
  color: rgba(17, 16, 14, 0.78);
  font-size: clamp(17px, 1.35vw, 21px);
  font-weight: 500;
  line-height: 1.75;
}

.verhaal-kop .studio-slider {
  width: 100%;
  max-width: 720px;
  margin-top: clamp(42px, 5vw, 72px);
}

.studio-slider-venster {
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  border: 2px solid var(--redesign-inkt);
  box-shadow: 0 28px 64px rgba(57, 35, 7, 0.2);
}

.studio-dia-foto {
  object-position: 50% 48%;
}

.studio-dia:nth-child(1) .studio-dia-foto {
  object-position: 50% 52%;
}

.studio-dia:nth-child(2) .studio-dia-foto,
.studio-dia:nth-child(3) .studio-dia-foto,
.studio-dia:nth-child(4) .studio-dia-foto {
  object-position: 50% 50%;
}

.studio-slider-bediening {
  margin-top: 20px;
}

.studio-slider-punten {
  gap: 13px;
}

.studio-slider-punten button {
  width: 10px;
  height: 10px;
  background: rgba(17, 16, 14, 0.2);
  border-color: rgba(17, 16, 14, 0.5);
  box-shadow: none;
}

.studio-slider-punten button[aria-current="true"] {
  background: var(--redesign-inkt);
  border-color: var(--redesign-inkt);
  box-shadow: 0 0 0 4px rgba(17, 16, 14, 0.11);
}

.verhaal-tijdlijn {
  grid-area: details;
  display: grid;
  align-self: start;
  grid-template-columns: minmax(0, 1fr);
  gap: 16px;
  margin: 58px 0 0;
  border: 0;
  counter-reset: opname;
}

.verhaal-tijdlijn article {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  align-items: start;
  gap: 22px;
  margin: 0;
  padding: clamp(24px, 2.3vw, 34px);
  color: var(--redesign-inkt);
  background: rgba(255, 250, 240, 0.68);
  border: 1px solid rgba(17, 16, 14, 0.22);
  border-radius: 2px;
  counter-increment: opname;
  transition: background 260ms ease, border-color 260ms ease, transform 300ms ease;
}

.verhaal-tijdlijn article > span::before {
  display: grid;
  width: 46px;
  aspect-ratio: 1;
  place-items: center;
  color: var(--redesign-inkt);
  border: 1px solid rgba(17, 16, 14, 0.42);
  border-radius: 50%;
  content: "0" counter(opname);
  font-family: var(--modern-letter-tekst);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.verhaal-tijdlijn h3 {
  margin: 0 0 10px;
  color: var(--redesign-inkt);
  font-size: clamp(27px, 2vw, 35px);
  line-height: 1.03;
}

.verhaal-tijdlijn p {
  max-width: 680px;
  margin: 0;
  color: rgba(17, 16, 14, 0.7);
  font-size: clamp(15px, 1.02vw, 17px);
  line-height: 1.72;
}

.verhaal-tijdlijn article:hover {
  color: var(--redesign-inkt);
  background: var(--redesign-papier);
  border-color: rgba(17, 16, 14, 0.38);
  transform: translateY(-3px);
}

.verhaal-tijdlijn article:hover h3,
.verhaal-tijdlijn article:hover p,
.verhaal-tijdlijn article:hover > span {
  color: inherit;
}

.verhaal-beeld {
  grid-area: beeld;
  position: relative;
  width: 100%;
  height: auto;
  min-height: 0;
  aspect-ratio: 16 / 9;
  margin: 0;
  overflow: hidden;
  background-position: center 58%;
  border: 1px solid var(--redesign-inkt);
  box-shadow: 0 32px 80px rgba(57, 35, 7, 0.2);
}

.verhaal-beeld figcaption {
  right: auto;
  bottom: clamp(22px, 3vw, 42px);
  left: clamp(22px, 3vw, 42px);
  width: min(820px, calc(100% - var(--bouwplaats-single-maat) - 120px));
  max-width: calc(100% - var(--bouwplaats-single-maat) - 120px);
  gap: 8px;
}

.verhaal-beeld figcaption span {
  color: #f4b33d;
}

.verhaal-beeld figcaption strong {
  color: var(--redesign-papier);
  font-size: clamp(21px, 1.75vw, 31px);
  line-height: 1.28;
}

.muziek {
  display: block;
  min-height: 0;
  padding-top: clamp(112px, 11vw, 172px);
  padding-bottom: clamp(122px, 12vw, 190px);
  color: var(--redesign-inkt);
  background:
    radial-gradient(circle at 82% 4%, rgba(255, 250, 240, 0.14), transparent 28%),
    var(--redesign-goud);
  border-bottom: 1px solid rgba(17, 16, 14, 0.28);
}

.muziek::before {
  opacity: 0.09;
}

.muziek::after {
  right: var(--redesign-marge);
  color: rgba(17, 16, 14, 0.025);
  opacity: 1;
  -webkit-text-stroke: 1px rgba(17, 16, 14, 0.12);
}

.muziek-kop {
  position: relative;
  z-index: 2;
  display: grid;
  max-width: var(--redesign-breedte);
  grid-template-columns: minmax(0, 1.25fr) minmax(330px, 0.75fr);
  align-items: end;
  gap: clamp(70px, 10vw, 160px);
  margin: 0 auto clamp(72px, 8vw, 116px);
  text-align: left;
  transform: none;
}

.muziek-kop h2 {
  margin: 0;
  color: var(--redesign-inkt);
  font-size: clamp(62px, 6vw, 98px);
  line-height: 0.86;
}

.muziek-kop h2 i {
  color: var(--redesign-papier);
}

.muziek-kop .redesign-bovenregel {
  color: rgba(17, 16, 14, 0.68);
}

.muziek-kop > p:last-child {
  max-width: 520px;
  margin: 0 0 7px;
  color: rgba(17, 16, 14, 0.72);
  font-size: clamp(16px, 1.2vw, 19px);
  line-height: 1.75;
}

.muziek-luisterlink,
.muziek-luisterlink:hover {
  display: table;
  margin-top: 19px;
  color: var(--redesign-inkt);
  border-color: rgba(17, 16, 14, 0.48);
}

.muziek .uitgaven {
  position: relative;
  z-index: 2;
  display: grid;
  width: 100%;
  max-width: var(--redesign-breedte);
  height: auto;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(26px, 3.3vw, 52px);
  margin: 0 auto;
  padding: 0;
  overflow: visible;
  border: 0;
  perspective: none;
}

.muziek .uitgaven article,
.muziek .uitgaven article:first-child,
.muziek .uitgaven article:not(:first-child),
.muziek .uitgaven article:nth-child(1),
.muziek .uitgaven article:nth-child(2),
.muziek .uitgaven article:nth-child(3) {
  position: relative;
  top: auto;
  left: auto;
  z-index: 1;
  display: grid;
  width: 100%;
  height: auto;
  min-height: 0;
  aspect-ratio: auto;
  grid-template-columns: minmax(0, 1fr);
  margin: 0;
  padding: 0;
  overflow: visible;
  color: var(--redesign-inkt);
  background: transparent;
  border: 0;
  outline: 0;
  box-shadow: none;
  opacity: 1;
  filter: none;
  transform: none;
  transform-origin: center;
  transition: transform 420ms cubic-bezier(0.16, 1, 0.3, 1);
}

.muziek .uitgaven article img {
  position: relative;
  inset: auto;
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  object-fit: contain;
  border: 1px solid rgba(17, 16, 14, 0.42);
  border-radius: 0;
  box-shadow: 0 34px 78px rgba(67, 39, 7, 0.28);
  filter: none;
  transform: none;
  transition: box-shadow 360ms ease, filter 360ms ease;
}

.muziek .uitgaven article:hover,
.muziek .uitgaven article:nth-child(1):hover,
.muziek .uitgaven article:nth-child(2):hover,
.muziek .uitgaven article:nth-child(3):hover {
  z-index: 2;
  filter: none;
  box-shadow: none;
  transform: translateY(-8px);
}

.muziek .uitgaven:has(article:hover) article:not(:hover) {
  filter: none;
}

.muziek .uitgaven article:hover img {
  box-shadow: 0 44px 94px rgba(67, 39, 7, 0.38);
  filter: saturate(1.05) contrast(1.02);
}

.videoclip-sectie {
  display: flex;
  min-height: 0;
  padding-top: clamp(112px, 11vw, 172px);
  padding-bottom: clamp(122px, 12vw, 190px);
  color: var(--redesign-inkt);
  text-align: left;
  background:
    radial-gradient(circle at 15% 5%, rgba(255, 250, 240, 0.14), transparent 28%),
    var(--redesign-goud);
  border-bottom: 1px solid var(--redesign-lijn);
}

.videoclip-sectie::before {
  inset: clamp(28px, 4vw, 62px);
  background: none;
  border: 1px solid var(--redesign-lijn);
}

.videoclip-sectie::after {
  display: none;
  content: none;
}

.videoclip-kop {
  width: min(100%, 920px);
  margin: 0 auto;
  text-align: center;
}

.videoclip-kop .bovenregel {
  justify-content: center;
  margin-bottom: 26px;
  color: rgba(17, 16, 14, 0.62);
  text-align: center;
}

.videoclip-sectie .videoclip-kop h2 {
  margin: 0;
  color: var(--redesign-inkt);
  font-size: clamp(62px, 7vw, 112px);
  letter-spacing: -0.055em;
  line-height: 0.86;
}

.videoclip-kop > p:last-child {
  max-width: 620px;
  margin: 32px auto 0;
  color: rgba(17, 16, 14, 0.68);
  font-size: clamp(17px, 1.25vw, 20px);
  line-height: 1.72;
}

.videoclip-raster {
  width: 100%;
  max-width: var(--redesign-breedte);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(24px, 3vw, 44px);
  margin-top: clamp(70px, 8vw, 112px);
}

.videoclip-kaart,
.videoclip-kaart.is-binnenkort,
.videoclip-kaart.is-binnenkort:hover {
  aspect-ratio: 16 / 9;
  padding: 8px;
  border: 1px solid var(--redesign-inkt);
  box-shadow: 0 28px 68px rgba(42, 28, 12, 0.16);
}

.aanmelden {
  display: block;
  min-height: 0;
  padding-top: clamp(94px, 10vw, 150px);
  padding-bottom: clamp(94px, 10vw, 150px);
  color: var(--redesign-papier);
  background: var(--redesign-goud);
  border-bottom: 0;
}

.aanmelden-kaart {
  display: grid;
  width: 100%;
  max-width: var(--redesign-breedte);
  min-height: 0;
  grid-template-columns: minmax(320px, 0.9fr) minmax(460px, 1.1fr);
  grid-template-areas:
    "label tekst"
    "titel tekst"
    "titel formulier"
    "titel melding";
  align-items: start;
  column-gap: clamp(70px, 10vw, 160px);
  row-gap: 20px;
  margin: 0 auto;
  padding: clamp(50px, 6vw, 92px);
  color: var(--redesign-papier);
  background:
    radial-gradient(circle at 92% 8%, rgba(220, 149, 23, 0.18), transparent 28%),
    var(--redesign-inkt);
  border: 1px solid rgba(255, 250, 240, 0.18);
  box-shadow: 0 38px 92px rgba(67, 39, 7, 0.24);
}

.aanmelden-kaart::after {
  display: none;
  content: none;
}

.aanmelden-kaart > .redesign-bovenregel {
  --mini-vinyl-rand: #d79014;
  --mini-vinyl-groef: #f1b543;
  --mini-vinyl-label: #fffaf0;
  grid-area: label;
  color: rgba(255, 250, 240, 0.68);
}

.aanmelden h2 {
  grid-area: titel;
  align-self: start;
  max-width: 680px;
  margin: 0;
  color: var(--redesign-papier);
  font-size: clamp(62px, 6vw, 98px);
  line-height: 0.86;
}

.aanmelden h2 i {
  color: var(--redesign-goud);
}

.aanmelden-kaart > p:not(.redesign-bovenregel, .formulier-melding, .aanmelden-noot) {
  grid-area: tekst;
  max-width: 650px;
  margin: 4px 0 20px;
  color: rgba(255, 250, 240, 0.72);
  font-size: clamp(17px, 1.25vw, 20px);
  line-height: 1.72;
}

.aanmelden form {
  grid-area: formulier;
  display: grid;
  width: 100%;
  max-width: 700px;
  grid-template-columns: minmax(0, 1fr) auto;
  padding: 5px;
  background: var(--redesign-papier);
  border: 1px solid rgba(255, 250, 240, 0.32);
  border-radius: 999px;
}

.aanmelden input {
  min-width: 0;
  min-height: 54px;
  padding-inline: 22px;
  color: var(--redesign-inkt);
  background: transparent;
}

.aanmelden button {
  min-height: 54px;
  padding-inline: 25px;
  color: var(--redesign-inkt);
  background: var(--redesign-goud);
  border-radius: 999px;
}

.aanmelden .formulier-melding {
  grid-area: melding;
  margin: 0;
  color: rgba(255, 250, 240, 0.52);
  font-size: 12px;
}

body > footer {
  color: var(--redesign-inkt);
  background: var(--modern-goud-navigatie);
  border-top: 1px solid rgba(17, 16, 14, 0.48);
  box-shadow: none;
}

.footer-inhoud {
  grid-template-columns: minmax(260px, 1.35fr) repeat(3, minmax(150px, 1fr));
  gap: clamp(44px, 6vw, 92px);
  padding: clamp(74px, 8vw, 118px) var(--redesign-marge);
  border-bottom-color: rgba(17, 16, 14, 0.28);
}

.footer-inhoud > * {
  min-width: 0;
}

body > footer .footer-merk .logo {
  color: var(--redesign-inkt);
}

.footer-inhoud h2 {
  margin-bottom: 28px;
  color: var(--redesign-inkt);
  border-bottom-color: rgba(17, 16, 14, 0.32);
}

.footer-navigatie a,
.footer-website a,
.footer-muziek li,
.footer-credit a,
.footer-terug,
body > footer .footer-onderbalk .footer-credit,
.footer-onderbalk p {
  color: rgba(17, 16, 14, 0.76);
}

.footer-onderbalk {
  padding: 26px var(--redesign-marge) 30px;
}

@media (max-width: 1100px) {
  .footer-inhoud {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .footer-merk {
    grid-column: 1 / -1;
  }

  .footer-onderbalk {
    grid-template-columns: minmax(0, 1fr);
    padding-bottom: 26px;
    text-align: center;
  }

  .footer-terug {
    justify-self: center;
  }

  .artiest-sectie,
  .verhaal {
    grid-template-columns: minmax(0, 1fr);
    grid-template-areas:
      "kop"
      "details"
      "beeld";
    row-gap: 62px;
  }

  .artiest-sectie-tekst.artiest-kop,
  .verhaal-kop {
    max-width: 780px;
  }

  .artiest-details {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .artiest-details article {
    grid-template-columns: minmax(0, 1fr);
  }

  .verhaal-tijdlijn {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 0;
  }

  .verhaal-kop .studio-slider {
    max-width: 780px;
  }

  .muziek-kop {
    grid-template-columns: minmax(0, 1fr);
    gap: 42px;
  }

  .aanmelden-kaart {
    grid-template-columns: minmax(0, 1fr);
    grid-template-areas:
      "label"
      "titel"
      "tekst"
      "formulier"
      "melding";
    row-gap: 24px;
  }

  .aanmelden-kaart > p:not(.redesign-bovenregel, .formulier-melding, .aanmelden-noot) {
    margin-top: 12px;
  }
}

@media (max-width: 800px) {
  :root {
    --redesign-marge: clamp(20px, 6vw, 36px);
  }

  .artiest-sectie,
  .verhaal,
  .muziek,
  .videoclip-sectie,
  .aanmelden {
    padding-top: 84px;
    padding-bottom: 92px;
  }

  .artiest-sectie,
  .verhaal {
    gap: 50px;
  }

  .artiest-sectie h2,
  .verhaal h2,
  .muziek-kop h2,
  .aanmelden h2 {
    font-size: clamp(50px, 14vw, 72px);
  }

  .artiest-sectie .artiest-sectie-tekst > p.artiest-inleiding,
  .verhaal .verhaal-samenvatting,
  .muziek-kop > p:last-child,
  .videoclip-kop > p:last-child,
  .aanmelden-kaart > p:not(.redesign-bovenregel, .formulier-melding, .aanmelden-noot) {
    font-size: 17px;
    line-height: 1.68;
  }

  .artiest-details,
  .verhaal-tijdlijn,
  .muziek .uitgaven,
  .videoclip-raster {
    grid-template-columns: minmax(0, 1fr);
  }

  .artiest-details article,
  .verhaal-tijdlijn article {
    grid-template-columns: 52px minmax(0, 1fr);
    gap: 17px;
    padding: 24px 20px;
  }

  .artiest-sectie figure.artiest-podium,
  .verhaal-beeld {
    height: auto;
    aspect-ratio: 4 / 3;
  }

  .studio-slider-venster {
    height: auto;
    aspect-ratio: 4 / 3;
  }

  .artiest-podium figcaption,
  .verhaal-beeld figcaption {
    bottom: 18px;
    left: 18px;
  }

  .artiest-podium figcaption {
    max-width: calc(100% - var(--steiger-single-maat) - 56px);
  }

  .verhaal-beeld figcaption {
    width: calc(100% - var(--bouwplaats-single-maat) - 56px);
    max-width: calc(100% - var(--bouwplaats-single-maat) - 56px);
  }

  .verhaal-beeld figcaption strong {
    font-size: clamp(16px, 4.5vw, 22px);
    line-height: 1.25;
  }

  .muziek-kop {
    margin-bottom: 58px;
  }

  .muziek .uitgaven {
    width: min(100%, 470px);
    gap: 58px;
  }

  .muziek .uitgaven article,
  .muziek .uitgaven article:first-child,
  .muziek .uitgaven article:not(:first-child) {
    width: 100%;
  }

  .videoclip-sectie::before {
    inset: 18px;
  }

  .videoclip-sectie .videoclip-kop h2 {
    font-size: clamp(54px, 16vw, 78px);
  }

  .videoclip-raster {
    width: min(100%, 580px);
    gap: 28px;
    margin-top: 62px;
  }

  .aanmelden-kaart {
    padding: 40px 24px;
  }

  .aanmelden form {
    grid-template-columns: minmax(0, 1fr);
    gap: 5px;
    padding: 5px;
    border-radius: 22px;
  }

  .aanmelden input,
  .aanmelden button {
    width: 100%;
    border-radius: 16px;
  }

  .footer-inhoud {
    padding: 72px var(--redesign-marge);
  }

  .footer-onderbalk {
    padding-inline: var(--redesign-marge);
     
    padding-bottom: calc(148px + env(safe-area-inset-bottom, 0px));
  }
}

@media (max-width: 800px) {
  .footer-inhoud {
    grid-template-columns: minmax(0, 1fr);
    gap: 28px;
    padding-block: 40px 32px;
    text-align: center;
  }

  .footer-navigatie,
  .footer-muziek {
    display: none;
  }

  .footer-merk {
    grid-column: auto;
  }

  body > footer .footer-merk .logo {
    margin-bottom: 0;
    font-size: 60px;
    line-height: 1;
    transform-origin: center;
  }

  .footer-website {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    width: min(100%, 440px);
    justify-self: center;
  }

  .footer-inhoud h2 {
    grid-column: 1 / -1;
    margin: 0 0 4px;
    padding: 0;
    border: 0;
    letter-spacing: 0.18em;
  }

  .footer-contactgegevens {
    display: grid;
    grid-column: 1 / -1;
    gap: 10px;
    margin: 0 0 12px;
  }

  .footer-website .footer-contactgegevens a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    margin: 0;
    padding: 12px 10px;
    border: 1px solid rgba(17, 16, 14, 0.32);
    border-radius: 12px;
    background: rgba(255, 250, 240, 0.1);
    color: var(--redesign-inkt);
    font-size: 14px;
    font-weight: 700;
  }

  .footer-website .footer-contactgegevens a:first-child {
    color: var(--redesign-papier);
    background: var(--redesign-inkt);
  }

  .footer-website > a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    min-height: 44px;
    margin: 0;
    padding: 8px 4px;
    border-block: 1px solid rgba(17, 16, 14, 0.25);
    font-size: 12px;
    line-height: 1.4;
    letter-spacing: 0;
  }

  .footer-website > .footer-interbit {
    margin: 0;
    font-size: 16px;
  }

  .footer-onderbalk {
    gap: 10px;
    padding-top: 22px;
  }

  body > footer .footer-onderbalk .footer-credit {
    max-width: 280px;
    margin-inline: auto;
    font-size: 11px;
    line-height: 1.7;
    letter-spacing: 0.025em;
    text-wrap: balance;
  }

  .footer-terug {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    margin-top: 4px;
    padding: 10px 18px;
    border: 1px solid rgba(17, 16, 14, 0.32);
    border-radius: 999px;
    font-size: 10px;
    text-decoration: none;
  }
}

@media (max-width: 480px) {
  .redesign-bovenregel,
  .videoclip-kop .bovenregel {
    margin-bottom: 20px;
    font-size: 9px;
    letter-spacing: 0.13em;
  }

  .artiest-details article,
  .verhaal-tijdlijn article {
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 13px;
    padding: 21px 17px;
  }

  .artiest-details article > span::before,
  .verhaal-tijdlijn article > span::before {
    width: 38px;
  }

  .artiest-details h3,
  .verhaal-tijdlijn h3 {
    font-size: 26px;
  }

  .artiest-sectie figure.artiest-podium,
  .verhaal-beeld,
  .studio-slider-venster {
    aspect-ratio: 1 / 1;
  }

  .artiest-podium figcaption span,
  .verhaal-beeld figcaption span,
  .artiest-sectie figure.artiest-podium::after,
  .verhaal-beeld::before {
    display: none;
  }

  .artiest-podium figcaption strong {
    font-size: 19px;
  }

  .verhaal-beeld figcaption strong {
    font-size: 14px;
    line-height: 1.22;
  }

  .aanmelden-kaart {
    padding: 34px 19px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .redesign-bovenregel::before,
  .videoclip-kop .bovenregel::before {
    animation: none;
    filter: brightness(1.04) contrast(1.04);
    transform: rotateY(-28deg);
  }
}

.artiest-details,
.verhaal-tijdlijn {
  counter-reset: none;
}

.artiest-details article,
.verhaal-tijdlijn article {
  grid-template-columns: 12px minmax(0, 1fr);
  gap: clamp(16px, 1.5vw, 24px);
}

.artiest-details article > span,
.verhaal-tijdlijn article > span {
  display: block;
  align-self: start;
  width: 9px;
  height: 9px;
  margin-top: 8px;
  color: transparent;
  background: var(--redesign-inkt);
  border-radius: 50%;
}

.artiest-details article > span::before,
.verhaal-tijdlijn article > span::before,
.artiest-details article:hover > span::before,
.verhaal-tijdlijn article:hover > span::before {
  display: none;
  content: none;
}

.terugkeer-statement {
  grid-area: beeld;
  position: relative;
  isolation: isolate;
  display: grid;
  min-height: clamp(360px, 34vw, 520px);
  align-content: center;
  gap: clamp(30px, 4vw, 54px);
  margin: 0;
  padding: clamp(52px, 7vw, 104px);
  overflow: hidden;
  color: var(--redesign-papier);
  background: linear-gradient(125deg, #694005 0%, #a86d0d 46%, #c1871d 63%, #744507 100%);
  border: 1px solid rgba(82, 46, 4, 0.76);
  box-shadow: 0 34px 82px rgba(62, 37, 7, 0.22);
}

.terugkeer-statement::before {
  position: absolute;
  top: -0.28em;
  left: clamp(20px, 3vw, 48px);
  z-index: -1;
  color: rgba(255, 224, 160, 0.2);
  content: "“";
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(220px, 28vw, 450px);
  font-weight: 700;
  line-height: 1;
}

.terugkeer-statement::after {
  position: absolute;
  right: clamp(-180px, -8vw, -80px);
  bottom: clamp(-190px, -10vw, -92px);
  z-index: -1;
  width: clamp(320px, 38vw, 610px);
  aspect-ratio: 1;
  background:
    radial-gradient(circle, var(--redesign-goud) 0 3%, transparent 3.3% 13%, rgba(220, 149, 23, 0.16) 13.3% 14%, transparent 14.3%),
    repeating-radial-gradient(circle, transparent 0 13px, rgba(255, 250, 240, 0.07) 14px 15px);
  border: 1px solid rgba(255, 250, 240, 0.09);
  border-radius: 50%;
  content: "";
  opacity: 0.86;
}

.artiest-sectie .terugkeer-statement > p {
  position: relative;
  z-index: 1;
  max-width: 1040px;
  margin: 0;
  color: var(--redesign-papier);
  font-family: var(--modern-letter-kop);
  font-size: clamp(48px, 5.2vw, 86px);
  font-weight: 500;
  letter-spacing: -0.045em;
  line-height: 0.98;
  text-wrap: balance;
}

.terugkeer-statement cite {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 17px;
  color: rgba(255, 250, 240, 0.68);
  font-family: var(--modern-letter-tekst);
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.13em;
  line-height: 1.3;
  text-transform: uppercase;
}

.terugkeer-statement cite::before {
  width: 42px;
  height: 1px;
  flex: 0 0 auto;
  background: var(--redesign-goud);
  content: "";
}

.terugkeer-statement cite strong {
  color: #ffd47a;
  font-weight: 800;
}

.nieuwe-single-highlight {
  grid-area: beeld;
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(360px, 1.05fr) minmax(320px, 0.95fr) auto;
  align-items: center;
  gap: clamp(44px, 6vw, 92px);
  min-height: clamp(330px, 28vw, 440px);
  margin: 0;
  padding: clamp(48px, 6vw, 88px);
  overflow: hidden;
  color: var(--redesign-inkt);
  background: rgba(255, 250, 240, 0.9);
  border: 1px solid var(--redesign-inkt);
  box-shadow: 0 32px 78px rgba(67, 39, 7, 0.18);
}

.nieuwe-single-highlight::before {
  position: absolute;
  right: clamp(-130px, -7vw, -70px);
  bottom: clamp(-180px, -10vw, -105px);
  z-index: -1;
  width: clamp(300px, 31vw, 500px);
  aspect-ratio: 1;
  background:
    radial-gradient(circle, var(--redesign-papier) 0 3%, transparent 3.3% 13%, rgba(17, 16, 14, 0.12) 13.3% 14%, transparent 14.3%),
    repeating-radial-gradient(circle, rgba(17, 16, 14, 0.035) 0 12px, rgba(17, 16, 14, 0.12) 13px 14px);
  border: 1px solid rgba(17, 16, 14, 0.16);
  border-radius: 50%;
  content: "";
}

.nieuwe-single-highlight > * {
  position: relative;
  z-index: 1;
}

.nieuwe-single-kop > span,
.agenda-label {
  display: block;
  margin: 0 0 16px;
  color: rgba(17, 16, 14, 0.58);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.17em;
  line-height: 1.3;
  text-transform: uppercase;
}

.nieuwe-single-kop > span {
  color: #fff;
}

.nieuwe-single-kop h3 {
  max-width: 710px;
  margin: 0;
  color: var(--redesign-inkt);
  font-family: var(--modern-letter-kop);
  font-size: clamp(42px, 4.2vw, 68px);
  font-weight: 600;
  letter-spacing: -0.045em;
  line-height: 0.98;
}

.nieuwe-single-highlight > p {
  max-width: 620px;
  margin: 0;
  color: rgba(17, 16, 14, 0.68);
  font-size: clamp(16px, 1.22vw, 19px);
  line-height: 1.72;
}

.nieuwe-single-status {
  display: grid;
  min-width: 160px;
  gap: 7px;
  padding: 24px 25px;
  color: var(--redesign-papier);
  background: linear-gradient(125deg, #6f4205 0%, #a96e0e 58%, #c08418 100%);
  border: 1px solid #6a3d05;
}

.nieuwe-single-status span {
  color: rgba(255, 250, 240, 0.58);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.nieuwe-single-status strong {
  color: #ffd47a;
  font-family: var(--modern-letter-kop);
  font-size: 28px;
  font-weight: 500;
  line-height: 1;
}

.agenda-sectie {
  position: relative;
  isolation: isolate;
  min-height: 0;
  padding: clamp(112px, 11vw, 172px) var(--redesign-marge) clamp(122px, 12vw, 190px);
  overflow: hidden;
  color: var(--redesign-inkt);
  background:
    radial-gradient(circle at 15% 5%, rgba(255, 250, 240, 0.14), transparent 28%),
    var(--redesign-goud);
  border-bottom: 1px solid rgba(17, 16, 14, 0.3);
}

.agenda-kop {
  display: grid;
  width: 100%;
  max-width: var(--redesign-breedte);
  grid-template-columns: minmax(0, 1.18fr) minmax(340px, 0.72fr);
  align-items: end;
  gap: clamp(70px, 10vw, 160px);
  margin: 0 auto;
}

.agenda-kop h2 {
  margin: 0;
  color: var(--redesign-inkt);
  font-family: var(--modern-letter-kop);
  font-size: clamp(62px, 6.6vw, 108px);
  font-weight: 600;
  letter-spacing: -0.055em;
  line-height: 0.86;
  text-transform: uppercase;
}

.agenda-kop h2 i {
  color: var(--redesign-papier);
  font-style: normal;
}

.agenda-kop > p {
  max-width: 560px;
  margin: 0 0 7px;
  color: rgba(17, 16, 14, 0.72);
  font-size: clamp(17px, 1.22vw, 20px);
  line-height: 1.72;
}

.agenda-raster {
  display: grid;
  width: 100%;
  max-width: var(--redesign-breedte);
  grid-template-columns: 1.3fr 0.85fr 0.85fr;
  gap: clamp(18px, 2.2vw, 34px);
  margin: clamp(72px, 8vw, 116px) auto 0;
}

.agenda-kaart {
  position: relative;
  display: flex;
  min-height: clamp(340px, 28vw, 430px);
  flex-direction: column;
  align-items: flex-start;
  padding: clamp(32px, 3.4vw, 52px);
  overflow: hidden;
  color: var(--redesign-inkt);
  background: rgba(255, 250, 240, 0.9);
  border: 1px solid rgba(17, 16, 14, 0.72);
  transition: background 260ms ease, box-shadow 300ms ease, transform 300ms ease;
}

.agenda-kaart::after {
  position: absolute;
  right: -90px;
  bottom: -105px;
  width: 230px;
  aspect-ratio: 1;
  background: repeating-radial-gradient(circle, transparent 0 9px, rgba(17, 16, 14, 0.07) 10px 11px);
  border: 1px solid rgba(17, 16, 14, 0.08);
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

.agenda-kaart:hover {
  background: var(--redesign-papier);
  box-shadow: 0 28px 62px rgba(67, 39, 7, 0.16);
  transform: translateY(-5px);
}

.agenda-kaart h3 {
  position: relative;
  z-index: 1;
  max-width: 520px;
  margin: 0 0 20px;
  color: inherit;
  font-family: var(--modern-letter-kop);
  font-size: clamp(38px, 3.2vw, 54px);
  font-weight: 600;
  letter-spacing: -0.045em;
  line-height: 0.98;
}

.agenda-kaart > p:not(.agenda-label),
.agenda-kaart > div > p:not(.agenda-label) {
  position: relative;
  z-index: 1;
  max-width: 540px;
  margin: 0;
  color: rgba(17, 16, 14, 0.68);
  font-size: 16px;
  line-height: 1.68;
}

.agenda-status {
  position: relative;
  z-index: 1;
  display: table;
  margin-top: auto;
  padding-top: 38px;
  color: rgba(17, 16, 14, 0.65);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.agenda-kaart-uitgelicht {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: stretch;
  gap: clamp(30px, 4vw, 60px);
  color: var(--redesign-papier);
  background: linear-gradient(125deg, #694005 0%, #aa700f 48%, #c58a1c 66%, #744507 100%);
  border-color: #633904;
}

.agenda-kaart-uitgelicht:hover {
  color: var(--redesign-papier);
  background: linear-gradient(125deg, #754707 0%, #b97b15 48%, #d19625 66%, #82500a 100%);
}

.agenda-kaart-uitgelicht::after {
  background: repeating-radial-gradient(circle, transparent 0 9px, rgba(255, 250, 240, 0.07) 10px 11px);
  border-color: rgba(255, 250, 240, 0.08);
}

.agenda-kaart-uitgelicht time {
  position: relative;
  z-index: 1;
  display: grid;
  align-content: start;
  justify-items: start;
  padding-right: clamp(24px, 3vw, 42px);
  color: var(--redesign-goud);
  border-right: 1px solid rgba(255, 250, 240, 0.18);
  font-style: normal;
}

.agenda-kaart-uitgelicht time strong {
  font-family: var(--modern-letter-kop);
  font-size: clamp(78px, 8vw, 122px);
  font-weight: 500;
  letter-spacing: -0.07em;
  line-height: 0.72;
}

.agenda-kaart-uitgelicht time span {
  margin-top: 22px;
  color: rgba(255, 250, 240, 0.6);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.13em;
  line-height: 1.45;
  text-transform: uppercase;
}

.agenda-kaart-uitgelicht > div {
  position: relative;
  z-index: 1;
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: flex-start;
}

.agenda-kaart-uitgelicht .agenda-label {
  color: #ffd47a;
}

.agenda-kaart-uitgelicht > div > p:not(.agenda-label) {
  color: rgba(255, 250, 240, 0.68);
}

.agenda-kaart-uitgelicht .agenda-status {
  color: #ffd47a;
}

.aanmelden-acties {
  grid-area: formulier;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  width: 100%;
  max-width: 700px;
}

.aanmelden-acties a {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  padding: 15px 23px;
  color: var(--redesign-papier);
  border: 1px solid rgba(255, 250, 240, 0.42);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.015em;
  text-decoration: none;
  transition: color 200ms ease, background 200ms ease, border-color 200ms ease, transform 200ms ease;
}

.aanmelden-acties a.aanmelden-primair {
  color: var(--redesign-inkt);
  background: var(--redesign-goud);
  border-color: var(--redesign-goud);
}

.aanmelden-acties a:hover {
  color: var(--redesign-inkt);
  background: var(--redesign-papier);
  border-color: var(--redesign-papier);
  transform: translateY(-2px);
}

.aanmelden-kaart > .aanmelden-noot {
  grid-area: melding;
  margin: 0;
  color: rgba(255, 250, 240, 0.48);
  font-size: 12px;
  line-height: 1.55;
}

@media (max-width: 1100px) {
  .nieuwe-single-highlight {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }

  .nieuwe-single-status {
    grid-column: 1 / -1;
    width: fit-content;
  }

  .agenda-kop {
    grid-template-columns: minmax(0, 1fr);
    gap: 42px;
  }

  .agenda-raster {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .agenda-kaart-uitgelicht {
    grid-column: 1 / -1;
  }
}

@media (max-width: 800px) {
  .terugkeer-statement {
    min-height: 430px;
    padding: 44px 26px;
  }

  .artiest-sectie .terugkeer-statement > p {
    font-size: clamp(42px, 11vw, 62px);
  }

  .nieuwe-single-highlight {
    grid-template-columns: minmax(0, 1fr);
    gap: 34px;
    padding: 40px 26px;
  }

  .nieuwe-single-status {
    grid-column: auto;
  }

  .agenda-sectie {
    padding: 84px var(--redesign-marge) 92px;
  }

  .agenda-kop h2 {
    font-size: clamp(52px, 15vw, 78px);
  }

  .agenda-kop > p {
    font-size: 17px;
  }

  .agenda-raster {
    grid-template-columns: minmax(0, 1fr);
    gap: 18px;
    margin-top: 58px;
  }

  .agenda-kaart,
  .agenda-kaart-uitgelicht {
    grid-column: auto;
    min-height: 330px;
    padding: 30px 24px;
  }

  .agenda-kaart-uitgelicht {
    grid-template-columns: minmax(0, 1fr);
  }

  .agenda-kaart-uitgelicht time {
    display: flex;
    align-items: end;
    gap: 16px;
    padding: 0 0 26px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 250, 240, 0.18);
  }

  .agenda-kaart-uitgelicht time strong {
    font-size: 76px;
  }

  .agenda-kaart-uitgelicht time span {
    margin: 0 0 3px;
  }

  .aanmelden-acties {
    align-items: stretch;
    flex-direction: column;
  }

  .aanmelden-acties a {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .artiest-details article,
  .verhaal-tijdlijn article {
    grid-template-columns: 9px minmax(0, 1fr);
    gap: 14px;
  }

  .artiest-details article > span,
  .verhaal-tijdlijn article > span {
    width: 7px;
    height: 7px;
  }

  .terugkeer-statement {
    min-height: 390px;
  }

  .terugkeer-statement cite {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .terugkeer-statement cite::before {
    width: 34px;
  }

  .nieuwe-single-kop h3 {
    font-size: 38px;
  }

  .agenda-kaart h3 {
    font-size: 38px;
  }
}

.artiest-details article,
.verhaal-tijdlijn article {
  isolation: isolate;
  min-height: 150px;
  color: var(--redesign-papier);
  border-color: rgba(17, 16, 14, 0.76);
  box-shadow: 0 14px 34px rgba(67, 39, 7, 0.12);
  background-repeat: no-repeat;
}

.artiest-details article {
  background-image:
    linear-gradient(105deg, rgba(74, 41, 2, 0.93), rgba(196, 132, 19, 0.56)),
    url("assets/achtergrond-steiger-water-zon-goud.webp");
  background-size: auto, 140% auto;
}

.artiest-details article:nth-child(1) {
  background-position: center, center 5%;
}

.artiest-details article:nth-child(2) {
  background-position: center, center 50%;
}

.artiest-details article:nth-child(3) {
  background-position: center, center 95%;
}

.verhaal-tijdlijn article {
  background-image:
    linear-gradient(105deg, rgba(74, 41, 2, 0.94), rgba(196, 132, 19, 0.58)),
    url("assets/achtergrond-bouwwerkzaamheden.webp");
  background-size: auto, 180% auto;
}

.verhaal-tijdlijn article:nth-child(1) {
  background-position: center, center 0%;
}

.verhaal-tijdlijn article:nth-child(2) {
  background-position: center, center 34%;
}

.verhaal-tijdlijn article:nth-child(3) {
  background-position: center, center 67%;
}

.verhaal-tijdlijn article:nth-child(4) {
  background-position: center, center 100%;
}

.artiest-details article > span,
.verhaal-tijdlijn article > span {
  background: var(--redesign-goud);
  box-shadow: 0 0 0 4px rgba(220, 149, 23, 0.16);
}

.artiest-details h3,
.verhaal-tijdlijn h3,
.artiest-details p,
.verhaal-tijdlijn p,
.artiest-details article:hover h3,
.verhaal-tijdlijn article:hover h3,
.artiest-details article:hover p,
.verhaal-tijdlijn article:hover p {
  color: var(--redesign-papier);
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.34);
}

.artiest-details p,
.verhaal-tijdlijn p,
.artiest-details article:hover p,
.verhaal-tijdlijn article:hover p {
  color: rgba(255, 250, 240, 0.76);
}

.artiest-details article:hover {
  color: var(--redesign-papier);
  background-image:
    linear-gradient(105deg, rgba(78, 44, 3, 0.88), rgba(210, 148, 28, 0.48)),
    url("assets/achtergrond-steiger-water-zon-goud.webp");
  border-color: var(--redesign-inkt);
}

.verhaal-tijdlijn article:hover {
  color: var(--redesign-papier);
  background-image:
    linear-gradient(105deg, rgba(78, 44, 3, 0.89), rgba(210, 148, 28, 0.5)),
    url("assets/achtergrond-bouwwerkzaamheden.webp");
  border-color: var(--redesign-inkt);
}

.aanmelden-kaart {
  background:
    radial-gradient(circle at 92% 8%, rgba(255, 221, 132, 0.22), transparent 30%),
    linear-gradient(125deg, #643a03 0%, #aa6e0d 50%, #c0871c 68%, #704205 100%);
  border-color: rgba(255, 224, 160, 0.32);
}

.aanmelden h2 i {
  color: #ffd47a;
}

@media (max-width: 1100px) {
  .artiest-details article,
  .verhaal-tijdlijn article {
    min-height: 260px;
    background-size: auto, cover;
  }
}

@media (max-width: 800px) {
  .artiest-details article,
  .verhaal-tijdlijn article {
    min-height: 0;
  }

  .artiest-details article {
    background-size: auto, auto 300%;
  }

  .verhaal-tijdlijn article {
    background-size: auto, auto 400%;
  }
}

.artiest-sectie,
.verhaal,
.muziek,
.agenda-sectie,
.aanmelden {
  background: var(--modern-goud-navigatie);
}

.terugkeer-statement {
  color: var(--redesign-inkt);
  background: var(--modern-goud-navigatie);
  border-color: var(--redesign-inkt);
}

.terugkeer-statement::before {
  color: rgba(17, 16, 14, 0.14);
}

.terugkeer-statement::after {
  background:
    radial-gradient(circle, var(--redesign-papier) 0 3%, transparent 3.3% 13%, rgba(17, 16, 14, 0.2) 13.3% 14%, transparent 14.3%),
    repeating-radial-gradient(circle, transparent 0 13px, rgba(17, 16, 14, 0.1) 14px 15px);
  border-color: rgba(17, 16, 14, 0.14);
}

.artiest-sectie .terugkeer-statement > p,
.terugkeer-statement cite,
.terugkeer-statement cite strong {
  color: var(--redesign-inkt);
  text-shadow: none;
}

.terugkeer-statement cite {
  color: rgba(17, 16, 14, 0.7);
}

.terugkeer-statement cite::before {
  background: var(--redesign-inkt);
}

.nieuwe-single-highlight {
  color: var(--redesign-inkt);
  background: var(--modern-goud-navigatie);
  border-color: var(--redesign-inkt);
}

.nieuwe-single-status {
  color: var(--redesign-inkt);
  background: var(--modern-goud-navigatie);
  border-color: var(--redesign-inkt);
}

.nieuwe-single-status span {
  color: rgba(17, 16, 14, 0.62);
}

.nieuwe-single-status strong {
  color: var(--redesign-inkt);
}

.agenda-kaart-uitgelicht,
.agenda-kaart-uitgelicht:hover {
  color: var(--redesign-inkt);
  background: var(--modern-goud-navigatie);
  border-color: var(--redesign-inkt);
}

.agenda-kaart-uitgelicht:hover {
  background: var(--modern-goud-navigatie);
}

.agenda-kaart-uitgelicht::after {
  background: repeating-radial-gradient(circle, transparent 0 9px, rgba(17, 16, 14, 0.1) 10px 11px);
  border-color: rgba(17, 16, 14, 0.1);
}

.agenda-kaart-uitgelicht time {
  color: var(--redesign-inkt);
  border-color: rgba(17, 16, 14, 0.24);
}

.agenda-kaart-uitgelicht time span,
.agenda-kaart-uitgelicht .agenda-label,
.agenda-kaart-uitgelicht .agenda-status,
.agenda-kaart-uitgelicht > div > p:not(.agenda-label) {
  color: rgba(17, 16, 14, 0.7);
}

.artiest-details article {
  background-image:
    linear-gradient(105deg, rgba(139, 87, 8, 0.9) 0%, rgba(183, 123, 17, 0.82) 28%, rgba(214, 165, 45, 0.72) 49%, rgba(177, 118, 14, 0.8) 72%, rgba(116, 64, 6, 0.88) 100%),
    url("assets/achtergrond-steiger-water-zon-goud.webp");
}

.verhaal-tijdlijn article {
  background-image:
    linear-gradient(105deg, rgba(139, 87, 8, 0.91) 0%, rgba(183, 123, 17, 0.83) 28%, rgba(214, 165, 45, 0.74) 49%, rgba(177, 118, 14, 0.81) 72%, rgba(116, 64, 6, 0.89) 100%),
    url("assets/achtergrond-bouwwerkzaamheden.webp");
}

.artiest-details article:hover {
  color: var(--redesign-inkt);
  background-image:
    linear-gradient(105deg, rgba(139, 87, 8, 0.84) 0%, rgba(183, 123, 17, 0.76) 28%, rgba(214, 165, 45, 0.64) 49%, rgba(177, 118, 14, 0.74) 72%, rgba(116, 64, 6, 0.82) 100%),
    url("assets/achtergrond-steiger-water-zon-goud.webp");
}

.verhaal-tijdlijn article:hover {
  color: var(--redesign-inkt);
  background-image:
    linear-gradient(105deg, rgba(139, 87, 8, 0.85) 0%, rgba(183, 123, 17, 0.77) 28%, rgba(214, 165, 45, 0.66) 49%, rgba(177, 118, 14, 0.75) 72%, rgba(116, 64, 6, 0.83) 100%),
    url("assets/achtergrond-bouwwerkzaamheden.webp");
}

.artiest-details article > span,
.verhaal-tijdlijn article > span {
  background: transparent;
  box-shadow: none;
}

.artiest-details h3,
.verhaal-tijdlijn h3,
.artiest-details p,
.verhaal-tijdlijn p,
.artiest-details article:hover h3,
.verhaal-tijdlijn article:hover h3,
.artiest-details article:hover p,
.verhaal-tijdlijn article:hover p {
  color: var(--redesign-inkt);
  text-shadow: none;
}

.artiest-details p,
.verhaal-tijdlijn p,
.artiest-details article:hover p,
.verhaal-tijdlijn article:hover p {
  color: rgba(17, 16, 14, 0.74);
}

.aanmelden-kaart {
  color: var(--redesign-inkt);
  background:
    radial-gradient(circle at 92% 8%, rgba(255, 237, 177, 0.32), transparent 30%),
    var(--modern-goud-navigatie);
  border-color: var(--redesign-inkt);
}

.aanmelden-kaart > .redesign-bovenregel {
  --mini-vinyl-rand: #12110f;
  --mini-vinyl-groef: #34312d;
  --mini-vinyl-label: #fff1c7;
  color: var(--redesign-inkt);
}

.aanmelden h2 {
  color: var(--redesign-inkt);
  text-shadow: none;
  transform: none;
  will-change: auto;
}

.aanmelden h2 i {
  color: var(--redesign-inkt);
}

.aanmelden-kaart > p:not(.redesign-bovenregel, .aanmelden-noot),
.aanmelden-kaart > .aanmelden-noot {
  color: var(--redesign-inkt);
  text-shadow: none;
}

.aanmelden-acties a {
  color: var(--redesign-inkt);
  border-color: rgba(17, 16, 14, 0.58);
  text-shadow: none;
}

.aanmelden-acties a.aanmelden-primair {
  color: var(--redesign-inkt);
  background: var(--redesign-papier);
  border-color: var(--redesign-papier);
}

.aanmelden-acties a:hover,
.aanmelden-acties a.aanmelden-primair:hover {
  color: var(--redesign-inkt);
  background: var(--redesign-papier);
  border-color: var(--redesign-papier);
}

.aanmelden-kaart.contact-kaart {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr);
  grid-template-areas:
    "inleiding contact"
    "nieuws nieuws"
    "melding melding";
  gap: 36px clamp(28px, 4vw, 64px);
  padding: clamp(28px, 4.5vw, 68px);
}

.contact-inleiding {
  grid-area: inleiding;
  min-width: 0;
  align-self: center;
}

.contact-inleiding .redesign-bovenregel {
  --mini-vinyl-rand: #12110f;
  --mini-vinyl-groef: #34312d;
  --mini-vinyl-label: #fff1c7;
  margin-bottom: 28px;
}

.contact-kaart h2 {
  color: var(--redesign-inkt);
  font-size: clamp(48px, 5.8vw, 84px);
  line-height: 0.98;
}

.contact-kaart h2 i {
  color: var(--redesign-papier);
}

.contact-kaart .contact-en-teken {
  font-family: Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: normal;
}

.contact-inleiding > p:last-child {
  max-width: 440px;
  margin: 26px 0 0;
  color: var(--redesign-inkt);
  font-size: 16px;
  line-height: 1.7;
  text-wrap: pretty;
}

.contact-mogelijkheden {
  grid-area: contact;
  display: grid;
  align-content: center;
  gap: 16px;
  min-width: 0;
  margin: 0;
  font-style: normal;
}

.contact-link {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
  min-height: 120px;
  padding: 24px;
  color: var(--redesign-inkt);
  background: var(--redesign-papier);
  border: 1px solid rgba(17, 16, 14, 0.32);
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(67, 39, 7, 0.1);
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.contact-link:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 30px rgba(67, 39, 7, 0.2);
}

.contact-link:focus-visible,
.contact-agenda:focus-visible {
  outline: 3px solid var(--redesign-inkt);
  outline-offset: 5px;
}

.contact-icoon {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  color: var(--redesign-inkt);
  background: #f0dfb6;
  border-radius: 50%;
}

.contact-icoon svg {
  width: 24px;
  height: 24px;
}

.contact-link-tekst {
  min-width: 0;
}

.contact-label {
  display: block;
  margin-bottom: 8px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.contact-link strong {
  display: block;
  font-size: clamp(22px, 2.1vw, 30px);
  font-weight: 750;
  line-height: 1.3;
  letter-spacing: -0.035em;
}

.contact-link-email strong {
  font-size: clamp(15px, 1.55vw, 22px);
  letter-spacing: -0.02em;
  overflow-wrap: anywhere;
}

.contact-pijl {
  font-size: 24px;
}

.contact-nieuws {
  grid-area: nieuws;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 22px;
  padding-top: 32px;
  border-top: 1px solid rgba(17, 16, 14, 0.35);
}

.contact-nieuws h3 {
  margin: 0 0 8px;
  font-family: var(--modern-letter-kop);
  font-size: 30px;
  font-weight: 400;
  line-height: 1.1;
  text-align: left;
}

.contact-nieuws p {
  max-width: 500px;
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  text-wrap: pretty;
}

.contact-agenda {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  min-height: 52px;
  padding: 14px 22px;
  color: var(--redesign-papier);
  background: var(--redesign-inkt);
  border: 1px solid var(--redesign-inkt);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  transition: color 180ms ease, background 180ms ease;
}

.contact-agenda:hover {
  color: var(--redesign-inkt);
  background: var(--redesign-papier);
}

.contact-kaart > .aanmelden-noot {
  max-width: 760px;
  font-size: 12px;
  line-height: 1.6;
  text-wrap: pretty;
}

@media (max-width: 1100px) {
  .aanmelden-kaart.contact-kaart {
    grid-template-columns: minmax(0, 1fr);
    grid-template-areas: "inleiding" "contact" "nieuws" "melding";
    gap: 30px;
  }
}

@media (max-width: 480px) {
  .aanmelden-kaart.contact-kaart {
    padding: 30px 18px;
  }

  .contact-kaart h2 {
    font-size: clamp(40px, 11.5vw, 54px);
  }

  .contact-link {
    grid-template-columns: 36px minmax(0, 1fr) auto;
    gap: 10px;
    min-height: 104px;
    padding: 18px 12px;
    border-radius: 12px;
  }

  .contact-icoon {
    width: 36px;
    height: 36px;
  }

  .contact-icoon svg {
    width: 20px;
    height: 20px;
  }

  .contact-pijl {
    font-size: 18px;
  }

  .contact-agenda {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .contact-link,
  .contact-agenda {
    transition: none;
  }

  .contact-link:hover {
    transform: none;
  }
}

#bovenaan .redesign-bovenregel {
  color: #fff;
  font-family: var(--modern-letter-tekst);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
  line-height: 1.2;
}

@media (max-width: 480px) {
  #bovenaan .redesign-bovenregel {
    font-size: 9px;
    letter-spacing: 0.13em;
  }
}

@media (min-width: 1101px) {
  .intro-beeld {
    --desktop-plaat-maat: clamp(360px, 33vw, 580px);
    --desktop-plaat-rechts: clamp(66px, 6vw, 116px);
  }

  .intro-beeld > .draaiende-plaat,
  .intro-beeld > .toonarm-laag {
    right: var(--desktop-plaat-rechts);
    width: var(--desktop-plaat-maat);
    height: var(--desktop-plaat-maat);
  }

  .intro-beeld > .draaitafel-kreet {
    right: var(--desktop-plaat-rechts);
    width: var(--desktop-plaat-maat);
  }

  .intro-beeld > .speelt-nu:not(.is-vast) {
    width: clamp(112px, 8.5vw, 140px);
  }

  .intro-beeld > .speelt-nu:not(.is-vast) .speelt-nu-tekst {
    top: auto;
    right: 5px;
    bottom: 5px;
    left: 5px;
    padding: 5px 7px;
    border: 0;
    border-radius: 0;
    box-shadow: none;
  }
}

.intro-beeld .toonarm-element {
  transition: translate 300ms ease, filter 300ms ease, box-shadow 300ms ease;
}

.intro-beeld .toonarm-laag .toonarm-naald {
  transition: transform 300ms cubic-bezier(0.4, 0, 0.2, 1);
}

.intro-beeld .toonarm-laag.naald-opgetild .toonarm-element {
  translate: 0 -3px;
  filter: brightness(1.08) drop-shadow(0 6px 4px rgba(48, 29, 20, 0.3));
}

.intro-beeld .toonarm-laag.naald-opgetild .toonarm-naald,
.intro-beeld .toonarm-laag.wordt-bedient .toonarm-naald {
  animation: none;
  transform: translateY(-9px) rotate(13deg) !important;
}

.intro-beeld .toonarm-laag.naald-op-plaat:not(.wordt-bedient) .toonarm-naald {
  animation: none;
  transform: translateY(0) rotate(13deg) !important;
}

.single-bezig .toonarm-element {
  pointer-events: none;
}

@media (min-width: 801px) {
  .intro-beeld > .single-stapel > img {
    transition: transform 240ms cubic-bezier(0.22, 0.7, 0.22, 1),
      filter 240ms ease, box-shadow 240ms ease, opacity 240ms ease;
  }

  .intro-beeld > .single-stapel img.is-gekozen,
  .intro-beeld > .single-stapel img.is-gekozen:hover {
    transform: translateY(-6px) rotate(0deg) scale(1.035);
    filter: saturate(1.08) brightness(1.04);
    box-shadow: 0 20px 32px rgba(67, 36, 10, 0.28);
  }
}

@media (prefers-reduced-motion: reduce) {
  .intro-beeld .toonarm-element,
  .intro-beeld .toonarm-laag .toonarm-naald,
  .intro-beeld > .single-stapel > img {
    transition: none;
  }
}

.intro-artiest-bovenregel {
  display: block;
  margin: 0 0 2px;
  color: #fff4d7;
  font-family: var(--modern-letter-tekst);
  font-size: clamp(14px, 1.1vw, 17px);
  font-weight: 800;
  letter-spacing: 0.13em;
  line-height: 1.6;
  text-transform: uppercase;
  text-shadow: 0 1px 4px rgba(48, 24, 4, 0.7);
}

.intro-scherm h1 {
  font-size: clamp(46px, 4vw, 60px);
}

:root {
  --kop-hoogte: 148px;
  --kop-hoogte-compact: 108px;
}

body > header .logo-groep,
body > header.kop-verkleind .logo-groep {
  gap: 12px;
  margin-top: 0;
  min-width: 0;
}

body > header .logo.logo-hoes,
body > footer .footer-merk .logo.logo-hoes {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: max-content;
  margin: 0;
  color: #ffe52b;
  font-family: var(--modern-letter-kop);
  font-size: clamp(88px, 6.5vw, 104px);
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.015em;
  line-height: 0.76;
  text-shadow: 1px 2px 0 rgba(81, 45, 3, 0.45), 0 4px 9px rgba(53, 29, 2, 0.2);
  transform: rotate(-5deg);
  transform-origin: center;
  -webkit-text-stroke: 0;
}

.logo-hoes .logo-de {
  display: block;
  margin-left: 0.78em;
  font-size: 0.68em;
  line-height: 0.65;
}

.logo-hoes .logo-marios {
  display: block;
}

body > header .logo-artiest {
  gap: 7px;
  font-size: 10px;
  letter-spacing: 0.13em;
  white-space: nowrap;
}

body > header .logo-artiest::before,
body > header .logo-artiest::after {
  width: 15px;
}

body > header.kop-verkleind .logo.logo-hoes {
  font-size: 65px;
}

body > header.kop-verkleind .logo-groep {
  gap: 9px;
}

@media (max-width: 1100px) {
  :root {
    --kop-hoogte: 126px;
    --kop-hoogte-compact: 98px;
  }

  body > header .logo.logo-hoes,
  body > footer .footer-merk .logo.logo-hoes {
    font-size: 78px;
  }

  body > header.kop-verkleind .logo.logo-hoes {
    font-size: 60px;
  }
}

@media (max-width: 800px) {
  :root {
    --kop-hoogte: 116px;
    --kop-hoogte-compact: 88px;
  }

  body > header .logo.logo-hoes,
  body > footer .footer-merk .logo.logo-hoes {
    font-size: 68px;
  }

  body > footer .footer-merk .logo.logo-hoes {
    margin-inline: auto;
  }

  body > header .logo-groep {
    gap: 10px;
  }

  body > header .logo-artiest {
    font-size: 8px;
    letter-spacing: 0.1em;
  }

  body > header .logo-artiest::before,
  body > header .logo-artiest::after {
    width: 10px;
  }

  body > header.kop-verkleind .logo.logo-hoes {
    font-size: 50px;
  }

  body > header.kop-verkleind .logo-groep {
    gap: 8px;
  }
}

@media (prefers-reduced-motion: reduce) {
  body > header,
  body > header .logo.logo-hoes,
  body > header .logo-groep,
  body > header .logo-artiest {
    transition: none;
  }
}

.single-vinyl-aankondiging .single-vinyl-liedjes {
  display: block;
  margin-top: 9px;
  color: #2d1a06;
  font-family: var(--modern-letter-tekst);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1.4;
}

@media (min-width: 1101px) {
  .single-vinyl-aankondiging {
    bottom: calc(100% + var(--intro-kop-ruimte) - 30px);
  }
}

@media (min-width: 801px) {
  .intro-artiest-bovenregel {
    color: #231506;
    font-size: clamp(16px, calc(1.1vw + 2px), 19px);
    text-shadow: none;
  }

  .lichtkrant-tekst {
    font-size: 15px;
  }

  .single-vinyl-aankondiging span,
  .draaitafel-kreet span,
  .hoes-speel-tip span {
    font-size: 12px;
  }

  .single-vinyl-aankondiging .single-vinyl-liedjes,
  .tukkerfm-binnenkort {
    font-size: 13px;
  }
}

.geschiedenis-sectie {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(80px, 9vw, 140px) var(--redesign-marge);
  color: var(--redesign-inkt);
  background: var(--modern-goud-navigatie);
  border-bottom: 1px solid var(--redesign-lijn);
}

.geschiedenis-kop {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
  align-items: end;
  gap: clamp(32px, 6vw, 96px);
  max-width: var(--redesign-breedte);
  margin: 0 auto clamp(48px, 6vw, 90px);
}

.geschiedenis-kop h2 {
  margin: 0;
  font-family: var(--modern-letter-kop);
  font-size: clamp(46px, 5.7vw, 88px);
  font-weight: 600;
  letter-spacing: -0.045em;
  line-height: 0.98;
  text-transform: uppercase;
}

.geschiedenis-kop h2 i {
  display: inline-block;
  color: var(--redesign-papier);
  font-style: normal;
}

.geschiedenis-kop > p {
  max-width: 440px;
  margin: 0 0 5px;
  font-size: clamp(17px, 1.25vw, 20px);
  line-height: 1.75;
}

.geschiedenis-afzender {
  display: block;
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid rgba(17, 16, 14, 0.3);
  font-size: 13px;
  font-weight: 600;
}

.geschiedenis-album {
  position: relative;
  z-index: 1;
  max-width: var(--redesign-breedte);
  margin: 0 auto;
}

.geschiedenis-herinnering {
  --foto-rusthoek: -1.3deg;
  --foto-opkomst-x: -55px;
  --verhaal-opkomst-x: 35px;
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(0, 0.88fr);
  align-items: center;
  gap: clamp(32px, 6vw, 96px);
  margin: 0;
  padding: clamp(36px, 5vw, 76px) 0;
  border-top: 1px solid rgba(17, 16, 14, 0.3);
}

.geschiedenis-herinnering:last-child {
  padding-bottom: 0;
}

.geschiedenis-fotolink {
  position: relative;
  display: block;
  justify-self: center;
  width: 100%;
  max-width: 700px;
  padding: clamp(7px, 1vw, 12px);
  overflow: hidden;
  color: var(--redesign-inkt);
  background: var(--redesign-papier);
  box-shadow: 0 24px 50px rgba(48, 27, 4, 0.33), 0 4px 8px rgba(48, 27, 4, 0.16);
  text-decoration: none;
  transform: perspective(1100px) rotateX(var(--foto-helling-x, 0deg)) rotateY(var(--foto-helling-y, 0deg)) rotateZ(var(--foto-rusthoek));
  transition: box-shadow 240ms ease, transform 240ms ease;
}

.geschiedenis-fotolink img {
  display: block;
  width: 100%;
  height: auto;
}

.geschiedenis-herinnering-staand .geschiedenis-fotolink {
  max-width: 420px;
}

.geschiedenis-fototip {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 10px 3px 0;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.035em;
}

.geschiedenis-fototip > span {
  font-size: 20px;
  line-height: 1;
}

.geschiedenis-fotolink:focus-visible {
  outline: 3px solid var(--redesign-inkt);
  outline-offset: 5px;
}

.geschiedenis-verhaal {
  min-width: 0;
  max-width: 560px;
}

.geschiedenis-hoofdstuk {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 0 0 20px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.geschiedenis-hoofdstuk > span {
  display: inline-flex;
  width: 48px;
  height: 48px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  color: #fff1c7;
  background: #241708;
  border: 1px solid rgba(255, 241, 199, 0.65);
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(36, 23, 8, 0.12);
  font-family: var(--modern-letter-kop);
  font-size: 25px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
}

.geschiedenis-verhaal h3 {
  margin: 0 0 25px;
  font-family: var(--modern-letter-kop);
  font-size: clamp(30px, 3.2vw, 48px);
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: -0.015em;
  overflow-wrap: anywhere;
}

.geschiedenis-verhaal blockquote {
  margin: 0;
  font-size: clamp(16px, 1.2vw, 19px);
  font-style: normal;
  line-height: 1.8;
}

.geschiedenis-verhaal blockquote p {
  margin: 0 0 16px;
}

.geschiedenis-verhaal .geschiedenis-verteller {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 24px 0 0;
  font-size: 13px;
  font-weight: 700;
}

.geschiedenis-verteller::before {
  width: 28px;
  height: 1px;
  background: currentColor;
  content: "";
}

@media (min-width: 801px) {
  .geschiedenis-herinnering:nth-child(even) {
    --foto-rusthoek: 1.3deg;
    --foto-opkomst-x: 55px;
    --verhaal-opkomst-x: -35px;
    grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  }

  .geschiedenis-herinnering:nth-child(even) .geschiedenis-fotolink {
    grid-column: 2;
    grid-row: 1;
  }

  .geschiedenis-herinnering:nth-child(even) .geschiedenis-verhaal {
    grid-column: 1;
    grid-row: 1;
  }
}

@media (min-width: 1101px) and (max-width: 1350px) {
  body > header nav {
    gap: 14px;
  }

  body > header nav a,
  body > header.kop-verkleind nav a {
    font-size: 16px;
    letter-spacing: 0.025em;
  }

  body > header nav .navigatie-knop,
  body > header.kop-verkleind nav .navigatie-knop {
    padding-inline: 13px;
    font-size: 10px;
  }
}

@media (max-width: 800px) {
  .geschiedenis-kop,
  .geschiedenis-herinnering {
    grid-template-columns: minmax(0, 1fr);
    gap: 30px;
  }

  .geschiedenis-kop > p,
  .geschiedenis-verhaal {
    max-width: none;
  }

  .geschiedenis-kop h2 {
    font-size: clamp(40px, 8vw, 62px);
  }

  .geschiedenis-hoofdstuk {
    margin-bottom: 15px;
  }

  .geschiedenis-verhaal h3 {
    margin-bottom: 20px;
  }
}

@media (hover: hover) and (prefers-reduced-motion: no-preference) {
  .geschiedenis-fotolink:hover {
    box-shadow: 0 32px 66px rgba(48, 27, 4, 0.4), 0 0 28px rgba(255, 236, 169, 0.2);
  }
}

.geschiedenis-fotolink::before,
.geschiedenis-fotolink::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  opacity: 0;
  content: "";
  pointer-events: none;
}

.geschiedenis-fotolink::before {
  background: radial-gradient(circle at var(--foto-licht-x, 50%) var(--foto-licht-y, 50%), rgba(255, 250, 226, 0.18), transparent 60%);
  transition: opacity 240ms ease;
}

.geschiedenis-fotolink::after {
  background: linear-gradient(110deg, transparent 20%, rgba(255, 245, 206, 0.48) 48%, rgba(255, 255, 245, 0.65) 50%, transparent 75%);
  transform: translateX(-130%);
}

.geschiedenis-herinnering::before {
  position: absolute;
  top: -1px;
  right: 0;
  left: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, #fff0b4, transparent);
  box-shadow: 0 0 14px rgba(255, 230, 146, 0.45);
  opacity: 0;
  content: "";
  pointer-events: none;
}

@media (prefers-reduced-motion: no-preference) {

  .geschiedenis-kop.album-onthuld h2 {
    animation: album-titel 1100ms cubic-bezier(0.16, 1, 0.3, 1) backwards;
  }

  .geschiedenis-kop.album-onthuld h2 i {
    animation: album-titelglans 1800ms ease-out 250ms backwards;
  }

  .geschiedenis-kop.album-onthuld > p {
    animation: album-verhaal 900ms ease-out 200ms backwards;
  }

  .geschiedenis-herinnering.album-onthuld .geschiedenis-fotolink {
    animation: album-foto 1100ms cubic-bezier(0.16, 1, 0.3, 1) backwards;
  }

  .geschiedenis-herinnering.album-onthuld .geschiedenis-fotolink::after {
    animation: album-fotoglans 1500ms ease-in-out 350ms backwards;
  }

  .geschiedenis-herinnering.album-onthuld .geschiedenis-verhaal {
    animation: album-verhaal 950ms cubic-bezier(0.16, 1, 0.3, 1) 180ms backwards;
  }

  .geschiedenis-herinnering.album-onthuld::before {
    animation: album-lichtlijn 1400ms ease-out backwards;
  }
}

@media (hover: hover) and (prefers-reduced-motion: no-preference) {
  .geschiedenis-fotolink:hover::before {
    opacity: 1;
  }
}

@keyframes album-titel {
  from { opacity: 0; transform: translateY(45px) scale(0.96); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

@keyframes album-titelglans {
  0%, 100% { text-shadow: 0 0 0 transparent; }
  35% { text-shadow: 0 0 28px rgba(255, 246, 200, 0.9), 0 0 70px rgba(255, 224, 122, 0.6); }
}

@keyframes album-foto {
  from { opacity: 0; transform: perspective(1100px) translate3d(var(--foto-opkomst-x), 65px, 0) rotateX(9deg) rotateZ(calc(var(--foto-rusthoek) * 3)) scale(0.92); }
  to { opacity: 1; transform: perspective(1100px) rotateX(var(--foto-helling-x, 0deg)) rotateY(var(--foto-helling-y, 0deg)) rotateZ(var(--foto-rusthoek)); }
}

@keyframes album-verhaal {
  from { opacity: 0; transform: translate3d(var(--verhaal-opkomst-x, 0px), 26px, 0); }
  to { opacity: 1; transform: translate3d(0, 0, 0); }
}

@keyframes album-fotoglans {
  0% { opacity: 0; transform: translateX(-130%); }
  25%, 65% { opacity: 1; }
  100% { opacity: 0; transform: translateX(130%); }
}

@keyframes album-lichtlijn {
  0% { opacity: 0; transform: scaleX(0); }
  45% { opacity: 1; }
  100% { opacity: 0; transform: scaleX(1); }
}

@media (max-width: 800px) {

  .geschiedenis-herinnering {
    --foto-rusthoek: -0.6deg;
    --foto-opkomst-x: 0px;
    --verhaal-opkomst-x: 0px;
  }

  .geschiedenis-herinnering:nth-child(even) { --foto-rusthoek: 0.6deg; }
}

@media (prefers-reduced-motion: reduce) {
  .geschiedenis-fotolink {
    transition: none;
    transform: none;
  }

  .geschiedenis-fotolink::before {
    transition: none;
  }
}

.vinyl-teaser {
  --hoes-licht: #efd78b;
  --hoes-donker: #a57519;
  --hoes-inkt: #3e2909;
  --hoes-lijn: rgba(107, 72, 12, 0.36);
}

.muziek .uitgaven article.vinyl-teaser {
  isolation: isolate;
  padding: 0 clamp(25px, 2.8vw, 44px) 0 0;
}

.muziek .uitgaven .vinyl-teaser::before,
.muziek .uitgaven .vinyl-teaser::after {
  content: none;
}

.vinyl-teaser-plaat {
  position: absolute;
  z-index: 0;
  top: 4%;
  right: 0;
  width: 86%;
  aspect-ratio: 1;
  border: 1px solid #3c372c;
  border-radius: 50%;
  background:
    radial-gradient(circle, #15130f 0 1.5%, #dfb652 1.7% 16%, transparent 16.5%),
    conic-gradient(from 20deg, transparent 0 12%, rgba(255, 244, 219, 0.28) 16%, transparent 22% 61%, rgba(255, 244, 219, 0.2) 66%, transparent 74%),
    repeating-radial-gradient(circle, #131313 0 2px, #292826 2.4px 3px, #141414 3.4px 5px);
  box-shadow: 7px 12px 22px rgba(37, 22, 4, 0.25);
  transform: rotate(12deg);
  transition: transform 650ms cubic-bezier(0.2, 0.7, 0.2, 1);
  pointer-events: none;
}

.muziek .uitgaven .vinyl-teaser > .vinyl-teaser-hoes {
  position: relative;
  z-index: 1;
  inset: auto;
  isolation: isolate;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
  aspect-ratio: 1;
  min-width: 0;
  padding: clamp(24px, 2.3vw, 34px);
  overflow: hidden;
  color: var(--hoes-inkt);
  background:
    repeating-linear-gradient(0deg, rgba(7, 4, 1, 0.018) 0 1px, transparent 1px 3px),
    repeating-linear-gradient(90deg, rgba(255, 247, 220, 0.012) 0 1px, transparent 1px 4px),
    linear-gradient(125deg, #ae8128, #dbb95b 22%, var(--hoes-licht) 34%, #cfa039 51%, var(--hoes-donker) 72%, #ddb651);
  border: 1px solid rgba(255, 220, 150, 0.76);
  border-radius: 1px;
  box-shadow:
    inset 0 1px 0 rgba(255, 237, 193, 0.22),
    2px 3px 0 #91661a,
    0 26px 42px rgba(31, 17, 4, 0.4);
}

.vinyl-teaser-hoes::before {
  position: absolute;
  z-index: 3;
  top: -1px;
  right: -1px;
  width: 27px;
  height: 27px;
  background: linear-gradient(225deg, #e9cc88 0 28%, #b89044 47%, rgba(24, 13, 4, 0.5) 50%, transparent 55%);
  content: "";
  pointer-events: none;
}

.vinyl-teaser-hoes::after {
  position: absolute;
  z-index: -1;
  inset: 11px;
  background:
    radial-gradient(ellipse at var(--kaart-x, 18%) var(--kaart-y, 8%), rgba(255, 234, 190, 0.16), transparent 60%),
    linear-gradient(118deg, transparent 8%, rgba(255, 244, 220, 0.025) 23%, rgba(255, 247, 224, 0.2) 28%, rgba(255, 247, 224, 0.035) 37%, transparent 45% 73%, rgba(255, 209, 121, 0.08) 88%, transparent);
  border: 1px solid var(--hoes-lijn);
  box-shadow: inset 0 0 22px rgba(18, 10, 3, 0.14);
  content: "";
  pointer-events: none;
}

.vinyl-teaser-kop,
.muziek .uitgaven .vinyl-teaser-status {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin: 0;
  color: var(--hoes-inkt);
  font-family: var(--modern-letter-tekst);
  font-size: clamp(8px, 0.75vw, 10px);
  font-weight: 700;
  letter-spacing: 0.16em;
  line-height: 1.4;
  text-transform: uppercase;
}

.vinyl-teaser-kop {
  padding-bottom: 13px;
  border-bottom: 1px solid var(--hoes-lijn);
}

.vinyl-teaser-kop > span:first-child {
  font-size: 1.1em;
  letter-spacing: 0.2em;
}

.vinyl-teaser-titel {
  align-self: center;
  padding-block: 15px 43px;
  text-align: center;
}

.vinyl-teaser-label {
  display: inline-block;
  color: var(--hoes-inkt);
  font-family: var(--modern-letter-tekst);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.18em;
  line-height: 1.3;
  text-transform: uppercase;
}

.muziek .uitgaven .vinyl-teaser-titel h3 {
  margin: 14px 0 0;
  color: var(--hoes-inkt);
  font-family: var(--modern-letter-kop);
  font-size: clamp(30px, 3.35vw, 52px);
  font-weight: 400;
  letter-spacing: 0.005em;
  line-height: 1.05;
  text-shadow: 0 1px 0 rgba(255, 244, 194, 0.65);
}

.muziek .uitgaven .vinyl-teaser-status {
  min-height: 32px;
  justify-content: flex-end;
  padding: 12px 0 0;
  border-top: 1px solid var(--hoes-lijn);
  font-size: 8px;
  letter-spacing: 0.1em;
}

.vinyl-teaser-lint {
  position: absolute;
  z-index: 4;
  top: 72%;
  left: -22.5%;
  display: flex;
  width: 145%;
  height: clamp(30px, 2.7vw, 38px);
  align-items: center;
  justify-content: center;
  gap: 18px;
  color: #352207;
  background: linear-gradient(180deg, #f0dda0, #c39430 46%, #dbb452 76%, #ecd185);
  border-block: 1px solid #956718;
  box-shadow: 0 5px 10px rgba(90, 54, 3, 0.3), inset 0 1px 0 rgba(255, 246, 207, 0.8);
  font-family: var(--modern-letter-tekst);
  font-size: clamp(9px, 0.85vw, 12px);
  font-weight: 800;
  letter-spacing: 0.22em;
  line-height: 1;
  text-transform: uppercase;
  transform: translateY(-50%) rotate(-12deg);
  pointer-events: none;
}

.vinyl-teaser-lint::before,
.vinyl-teaser-lint::after {
  color: inherit;
  font-size: 13px;
  font-weight: 400;
  content: "✦";
}

.muziek .uitgaven .vinyl-teaser-geheim h3 {
  margin-top: 7px;
  font-size: clamp(80px, 7.5vw, 120px);
  line-height: 0.85;
  text-shadow: 0 1px 0 rgba(255, 244, 194, 0.65);
}

@media (hover: hover) and (pointer: fine) {
  .vinyl-teaser:hover .vinyl-teaser-plaat {
    transform: translateX(7px) rotate(23deg);
  }
}

@media (max-width: 800px) {
  .muziek .uitgaven {
    gap: 38px;
  }

  .muziek .uitgaven .vinyl-teaser-titel h3 {
    font-size: clamp(30px, 8vw, 46px);
  }

  .muziek .uitgaven .vinyl-teaser-geheim h3 {
    font-size: clamp(85px, 23vw, 115px);
  }
}

@media (max-width: 360px) {
  .muziek .uitgaven .vinyl-teaser > .vinyl-teaser-hoes {
    padding: 22px;
  }

  .vinyl-teaser-titel {
    padding-bottom: 33px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .vinyl-teaser-plaat,
  .vinyl-teaser:hover .vinyl-teaser-plaat,
  .muziek .uitgaven article.vinyl-teaser,
  .muziek .uitgaven article.vinyl-teaser:hover {
    transition: none;
    transform: none;
  }
}

.intro-mobiel-verhaal,
.intro-mobiel-luister,
.mobiele-single-titel {
  display: none;
}

@media (max-width: 800px), (max-width: 1100px) and (hover: none) and (pointer: coarse) {
  .intro-scherm {
    --mobiel-portret-hoogte: clamp(350px, 100vw, 440px);
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: var(--mobiel-portret-hoogte) auto auto;
    min-height: 0;
  }

  .intro-portret {
    height: var(--mobiel-portret-hoogte);
    background-position: 46% center;
  }

  .intro-persoon-kader {
    --mobiel-persoon-breedte: min(86vw, 420px);
     
    bottom: calc(var(--mobiel-persoon-breedte) * -0.51);
    left: calc(50% - min(66vw, 345px));
    width: var(--mobiel-persoon-breedte);
    height: auto;
    transform: none;
    filter: drop-shadow(8px 10px 12px rgba(55, 28, 5, 0.24));
  }

  .intro-scherm > .intro-tekst {
    grid-row: 1;
    align-self: start;
    width: min(44%, 245px);
    min-height: 0;
    margin-left: 52%;
    padding: 54px 0 0;
    overflow: visible;
    transform: none;
  }

  .intro-artiest-bovenregel {
    display: block;
    margin: 0 0 16px;
    color: #251706;
    font-size: clamp(12px, 3.2vw, 15px);
    font-weight: 800;
    letter-spacing: 0.13em;
    line-height: 1.6;
    text-transform: uppercase;
    text-shadow: none;
  }

  .intro-scherm h1 {
    max-width: 100%;
    font-size: clamp(32px, 8.2vw, 46px);
    line-height: 0.98;
    transform: none;
  }

  .intro-scherm h1::after {
    left: 0;
    width: 90px;
  }

  .intro-onderschrift {
    display: none;
  }

  .intro-mobiel-verhaal {
    display: block;
    margin: 26px 0 18px;
    color: #251706;
    font-size: clamp(13px, 3.5vw, 16px);
    font-weight: 600;
    line-height: 1.6;
    text-wrap: pretty;
  }

  .intro-mobiel-luister {
    display: inline-flex;
    align-items: center;
    align-self: start;
    justify-content: center;
    gap: 10px;
    min-height: 44px;
    padding: 11px 15px;
    color: var(--redesign-papier);
    background: var(--redesign-inkt);
    border: 1px solid var(--redesign-inkt);
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
  }

  .intro-mobiel-luister:focus-visible {
    outline: 2px solid #fff;
    outline-offset: 4px;
  }

  .intro-beeld {
    --mobiel-plaat-maat: min(68vw, 290px);
    display: grid;
    grid-row: 2;
    grid-template-columns: minmax(0, 1fr);
    justify-items: center;
    gap: 24px;
    width: 100%;
    min-height: 0;
    padding: 30px 22px 28px;
    background: var(--modern-goud-navigatie);
    border-top: 1px solid rgba(17, 16, 14, 0.22);
    scroll-margin-top: 80px;
  }

  .draaitafel-kreet {
    position: static;
    grid-row: 1;
    width: 100%;
    margin: 0;
    transform: none;
    filter: none;
  }

  .draaitafel-kreet span {
    width: min(300px, 100%);
    font-size: 9px;
    letter-spacing: 0.12em;
  }

  .draaitafel-kreet strong {
    margin-top: 9px;
    font-size: 23px;
    line-height: 1.2;
    white-space: normal;
  }

  .intro-beeld > .draaiende-plaat,
  .intro-beeld > .toonarm-laag {
    position: relative;
    inset: auto;
    grid-area: 2 / 1;
    align-self: center;
    width: var(--mobiel-plaat-maat);
    height: var(--mobiel-plaat-maat);
    margin: 0;
  }

  .intro-beeld > .draaiende-plaat {
    touch-action: pan-y;
  }

  .intro-beeld .toonarm {
    right: -20%;
  }

  .intro-beeld .toonarm-element {
    transition: translate 360ms ease, filter 360ms ease, box-shadow 360ms ease;
  }

  .intro-beeld .toonarm-laag .toonarm-naald {
    transition: transform 360ms cubic-bezier(0.4, 0, 0.2, 1);
  }

  .intro-beeld .toonarm-laag.naald-opgetild .toonarm-element {
    translate: 0 -3px;
    filter: brightness(1.08) drop-shadow(0 6px 4px rgba(48, 29, 20, 0.3));
  }

  .intro-beeld .toonarm-laag.naald-opgetild .toonarm-naald,
  .intro-beeld .toonarm-laag.wordt-bedient .toonarm-naald {
    animation: none;
    transform: translateY(-9px) rotate(13deg) !important;
  }

  .intro-beeld .toonarm-laag.naald-op-plaat:not(.wordt-bedient) .toonarm-naald {
    animation: none;
    transform: translateY(0) rotate(13deg) !important;
  }

  .intro-beeld .label-tekst > small,
  .intro-beeld .label-tekst > strong {
    display: none;
  }

  .intro-beeld > .single-stapel {
    position: relative;
    inset: auto;
    display: grid;
    grid-row: 3;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px 12px;
    width: min(100%, 440px);
    height: auto;
    margin: 6px 0 0;
    padding-top: 24px;
    border-top: 1px solid rgba(17, 16, 14, 0.25);
    aspect-ratio: auto;
    transform: none;
  }

  .single-vinyl-aankondiging {
    position: static;
    grid-area: 1 / 1 / auto / -1;
    width: 100%;
    max-width: none;
    margin: 0 0 12px;
    transform: none;
    filter: none;
  }

  .single-vinyl-aankondiging span {
    justify-content: center;
    font-size: 8px;
    letter-spacing: 0.12em;
    white-space: normal;
  }

  .single-vinyl-aankondiging span::before,
  .single-vinyl-aankondiging span::after {
    display: none;
  }

  .single-vinyl-aankondiging strong {
    margin-top: 8px;
    font-size: clamp(18px, 4.8vw, 22px);
    line-height: 1.3;
    white-space: normal;
  }

  .intro-beeld > .single-stapel > img {
    position: relative;
    inset: auto;
    grid-row: 2;
    grid-column: var(--mobiele-single-kolom);
    width: 100%;
    height: auto;
    aspect-ratio: 1;
    border-radius: 5px;
    outline: 2px solid transparent;
    outline-offset: 3px;
    box-shadow: 0 6px 12px rgba(46, 24, 5, 0.18);
    cursor: pointer;
    pointer-events: auto;
    touch-action: manipulation;
     
    transform: none !important;
    filter: none;
    transition: outline-color 160ms ease;
  }

  .intro-beeld > .single-stapel > img[aria-pressed="true"],
  .intro-beeld > .single-stapel > img:focus-visible {
    outline-color: var(--redesign-inkt);
  }

  .intro-beeld > .single-stapel > img.is-gekozen {
    z-index: 12;
    outline-color: var(--redesign-papier);
    filter: brightness(1.035);
    box-shadow: 0 9px 18px rgba(46, 24, 5, 0.24);
  }

  .single-vinyl-aankondiging,
  .hoes-speel-tip {
    transition: opacity 280ms ease;
  }

  .single-bezig .single-vinyl-aankondiging,
  .single-bezig .hoes-speel-tip {
    opacity: 0.28;
  }

  .single-bezig .toonarm-element {
    pointer-events: none;
  }

  .mobiele-vliegende-plaat {
    transform-origin: center;
    will-change: transform, opacity;
  }

  .mobiele-single-titel {
    display: block;
    grid-row: 3;
    grid-column: var(--mobiele-single-kolom);
    color: #251706;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
  }

  .hoes-speel-tip {
    position: static;
    display: block;
    grid-area: 4 / 1 / auto / -1;
    width: 100%;
    margin: 7px 0;
    transform: none;
    filter: none;
    white-space: normal;
  }

  .hoes-speel-tip i {
    display: none;
  }

  .hoes-speel-tip span {
    font-size: 9px;
  }

  .hoes-speel-tip em {
    display: block;
    margin-top: 5px;
    font-size: 13px;
    line-height: 1.4;
  }

  .tukkerfm-aankondiging {
    position: static;
    display: flex;
    grid-area: 5 / 1 / auto / -1;
    align-items: center;
    justify-content: center;
    gap: 16px;
    width: 100%;
    padding-top: 18px;
    border-top: 1px solid rgba(17, 16, 14, 0.25);
    transform: none;
  }

  .tukkerfm-binnenkort {
    flex-direction: column;
    gap: 8px;
    width: auto;
    font-size: 8px;
    letter-spacing: 0.07em;
    white-space: normal;
  }

  .tukkerfm-binnenkort::before,
  .tukkerfm-binnenkort::after {
    display: none;
  }

  .tukkerfm-datum {
    font-size: 9px;
  }

  .tukkerfm-logo {
    flex: 0 0 138px;
    width: 138px;
  }

  .intro-beeld > .speelt-nu:not(.is-vast),
  body:not(.heeft-muziek-gestart) > .speelt-nu.is-vast {
    display: none;
  }

  .intro-scherm > .lichtkrant {
    position: relative;
    inset: auto;
    grid-row: 3;
    width: 100%;
  }

  @media (prefers-reduced-motion: reduce) {
    .intro-beeld .toonarm-element,
    .intro-beeld .toonarm-laag .toonarm-naald,
    .single-vinyl-aankondiging,
    .hoes-speel-tip {
      transition: none;
    }
  }
}

.intro-portret-gezicht .intro-persoon-kader {
  top: auto;
  bottom: 0;
  left: 0;
  width: min(45vw, 650px);
  height: auto;
  aspect-ratio: 1498 / 1698;
  transform: none;
  filter: none;
}
.intro-portret-gezicht .intro-persoon-kader img.intro-persoon {
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
@media (max-width: 1100px) {
  .intro-portret-gezicht .intro-persoon-kader {
    width: min(51vw, 530px);
    bottom: 0;
  }
}
@media (max-width: 800px), (max-width: 1100px) and (hover: none) and (pointer: coarse) {
  .intro-scherm {
    --mobiel-portret-hoogte: clamp(380px, 108vw, 480px);
  }
  .intro-portret-gezicht .intro-persoon-kader {
     
    --portret-breedte: calc((var(--mobiel-portret-hoogte) - 40px) * .882214);
    left: calc(28% - var(--portret-breedte) * .52);
    bottom: 0;
    width: var(--portret-breedte);
    height: auto;
  }
}

:root {
  --foto-geel: #ffda56;
  --foto-banner: linear-gradient(105deg, rgba(16,44,62,.78), rgba(32,73,95,.74) 48%, rgba(16,44,62,.82));
  --foto-blauw: #416d85;
  --foto-nacht: #17394c;
  --foto-verloop: radial-gradient(ellipse at 26% 30%, #6397b0 0%, #4b7a93 32%, #345b72 66%, #17394c 100%);
  --modern-goud-navigatie: linear-gradient(115deg, #c9dce5 0%, #edf4f7 43%, #d9e7ee 72%, #afcbd9 100%);
  --modern-geel: #ffda56;
  --modern-show-rood: #416d85;
  --modern-room: #edf4f7;
  --huisstijl-rood: #416d85;
  --huisstijl-rood-donker: #17394c;
  --huisstijl-rood-helder: #55869f;
  --huisstijl-geel: #f5cb43;
  --huisstijl-geel-helder: #ffda56;
  --huisstijl-room: #edf4f7;
  --huisstijl-room-donker: #c9dce5;
  --huisstijl-inkt: #142f40;
  --pro-red: #416d85;
  --pro-red-dark: #17394c;
  --pro-yellow: #f5cb43;
  --pro-yellow-bright: #ffda56;
  --pro-cream: #d9e7ee;
  --pro-cream-light: #edf4f7;
  --pro-ink: #142f40;
  --redesign-inkt: #142f40;
  --redesign-papier: #f5f9fb;
  --redesign-room: #e4eef3;
  --redesign-goud: #ffda56;
  --redesign-lijn: rgba(23, 57, 76, .2);
}
body { background: #edf4f7; }
body > header,
body > footer#voettekst {
  color: #f5f9fb;
  background: var(--foto-verloop);
  border-color: rgba(255, 218, 86, .35);
}
body > header::before,
body > header::after { background: none; }
body > header .logo,
body > footer .logo { color: var(--foto-geel); text-shadow: 0 3px 5px rgba(10, 33, 47, .35); }
body > header nav a:not(.navigatie-knop),
body > header .menu { color: #f5f9fb; }
body > header .menu { border-color: rgba(245,249,251,.55); }
body > header nav a.navigatie-knop,
.intro-scherm .intro-mobiel-luister {
  color: #142f40;
  background: var(--foto-geel);
  box-shadow: 0 5px 16px rgba(10,33,47,.2);
}
.intro-scherm,
.intro-portret.intro-portret-gezicht { background: var(--foto-verloop); }
.intro-scherm > .zon,
.intro-scherm::before,
.intro-scherm::after { display: none; }
.intro-scherm .intro-tekst h1 { color: var(--foto-geel); text-shadow: 0 2px 5px rgba(10,33,47,.25); }
.intro-scherm .intro-artiest-bovenregel,
.intro-scherm .intro-mobiel-verhaal,
.intro-scherm .single-vinyl-aankondiging,
.intro-scherm .single-vinyl-aankondiging p,
.intro-scherm .single-vinyl-aankondiging strong,
.intro-scherm .single-vinyl-aankondiging span,
.intro-scherm .draaitafel-kreet,
.intro-scherm .draaitafel-kreet strong,
.intro-scherm .hoes-speel-tip { color: #f5f9fb; }
.intro-scherm .draaitafel-kreet > span { color: var(--foto-geel); }
.intro-scherm .lichtkrant {
  color: var(--foto-geel);
  background: var(--foto-banner);
  border-top: 1px solid rgba(255, 218, 86, .3);
  border-bottom: 1px solid rgba(255, 218, 86, .18);
  box-shadow: 0 -5px 18px rgba(10, 33, 47, .18);
  text-shadow: 0 1px 3px rgba(10,33,47,.65);
}
.intro-scherm .lichtkrant-groep i { color: #b9d3e1; text-shadow: none; }
.artiest-details article,
.artiest-details article:hover {
  background-image: linear-gradient(105deg, rgba(201,220,229,.94), rgba(237,244,247,.87), rgba(175,203,217,.95)), url('assets/achtergrond-steiger-water-zon.webp');
}
.verhaal-tijdlijn article,
.verhaal-tijdlijn article:hover {
  background-image: linear-gradient(105deg, rgba(201,220,229,.94), rgba(237,244,247,.87), rgba(175,203,217,.95)), url('assets/achtergrond-bouwwerkzaamheden.webp');
}
.aanmelden-kaart { background: var(--modern-goud-navigatie); }
body > footer#voettekst :is(h2, p, a, li, address, strong) { color: #f5f9fb; }
body > footer#voettekst :is(h2, .logo, .logo span) { color: var(--foto-geel); }
body > footer#voettekst .footer-onderbalk { border-color: rgba(245,249,251,.25); }
@media (max-width: 800px), (max-width: 1100px) and (hover: none) and (pointer: coarse) {
  .intro-scherm .intro-beeld { background: var(--foto-verloop); }
  body > header nav { background: #23495f; }
}
.intro-scherm .single-vinyl-aankondiging small { color: #f5f9fb; }
.intro-scherm .tukkerfm-binnenkort > span {
  color: #f5f9fb;
  padding: 4px 8px;
  border-radius: 4px;
  background: rgba(23,57,76,.85);
}
 
:is(.artiest-sectie, .verhaal, .muziek, .geschiedenis-sectie, .agenda-sectie, .aanmelden) h2 i { color: #416d85; }
body > header.kop-verkleind { background: var(--foto-verloop); }
body > header.kop-verkleind nav a.navigatie-knop { color: #142f40; background: var(--foto-geel); }
:is(.artiest-sectie, .verhaal, .muziek, .geschiedenis-sectie, .agenda-sectie, .aanmelden) .redesign-bovenregel { color: #345b72; }

main > section.foto-inhoud {
  color: #f5f9fb;
  background: var(--foto-verloop);
  border-color: rgba(245, 249, 251, .22);
}
.foto-inhoud :is(h2, h3, p, blockquote, cite, time, .agenda-status, .contact-link, .contact-link strong, .contact-label, .contact-pijl, .contact-agenda, .muziek-luisterlink, .nieuwe-single-kop > span, .nieuwe-single-status span, .nieuwe-single-status strong) {
  color: #f5f9fb;
  text-shadow: none;
}
main > .foto-inhoud :is(h2 i, .redesign-bovenregel, .agenda-label, .geschiedenis-hoofdstuk, .contact-label) {
  color: var(--foto-geel);
}
main > .foto-inhoud :is(.artiest-details article, .verhaal-tijdlijn article, .agenda-kaart, .aanmelden-kaart, .nieuwe-single-highlight, .nieuwe-single-status, .terugkeer-statement) {
  color: #f5f9fb;
  background: rgba(23, 57, 76, .68);
  border-color: rgba(245, 249, 251, .28);
  box-shadow: 0 18px 40px rgba(10, 33, 47, .15);
}
main > .foto-inhoud :is(.artiest-details, .verhaal-tijdlijn) article:hover {
  background: rgba(23, 57, 76, .85);
}
main > .foto-inhoud :is(.artiest-details, .verhaal-tijdlijn) :is(h3, p),
main > .foto-inhoud .terugkeer-statement :is(p, cite, strong),
main > .foto-inhoud .agenda-kaart :is(p, h3, time, time span, .agenda-status),
main > .foto-inhoud .contact-link :is(strong, span) {
  color: #f5f9fb;
}
main > .foto-inhoud .knop,
main > .foto-inhoud .contact-agenda {
  color: #142f40;
  background: var(--foto-geel);
  border-color: var(--foto-geel);
}
main > .foto-inhoud :is(.contact-link, .contact-link:hover, .contact-nieuws, .aanmelden-noot, .geschiedenis-herinnering, .geschiedenis-afzender) {
  border-color: rgba(245,249,251,.28);
}
main > .foto-inhoud .contact-link:hover { background: rgba(245,249,251,.08); }
main > .foto-inhoud .contact-icoon { color: var(--foto-geel); background: #17394c; }
main > .foto-inhoud .terugkeer-statement::before { color: rgba(255,218,86,.2); }
main > .foto-inhoud .terugkeer-statement cite::before { background: var(--foto-geel); }
main > .foto-inhoud .geschiedenis-hoofdstuk > span { color: var(--foto-geel); background: #17394c; }
 
main > .foto-inhoud .geschiedenis-fotolink { color: #142f40; }
main > .foto-inhoud .vinyl-teaser :is(h3, p) { color: #142f40; }
main > section.foto-inhoud p { color: #f5f9fb; }
main > section.foto-inhoud p.redesign-bovenregel { color: var(--foto-geel); }
main > section.foto-inhoud .vinyl-teaser p { color: #142f40; }
main > section.foto-inhoud .contact-link { background: #17394c; }
main > section.foto-inhoud .contact-link:hover { background: #28546b; }

body > header nav a:not(.navigatie-knop):is(.huidige-link, [aria-current="location"], :hover, :focus-visible) {
  color: var(--foto-geel);
  text-shadow: none;
}
body > header nav a:not(.navigatie-knop)::after,
body > header nav a:not(.navigatie-knop):is(.huidige-link, [aria-current="location"], :hover, :focus-visible)::after {
  background: var(--foto-geel);
  box-shadow: none;
}
body > header nav a:not(.navigatie-knop):focus-visible::after {
  transform: scaleX(1) rotate(-2deg);
}

.intro-scherm {
  --foto-verloop: radial-gradient(ellipse at 18% 32%, #78a9bf 0%, #6394ad 30%, #3d687f 65%, #17394c 100%);
}

:root {
  --kop-hoogte: 166px;
  --kop-hoogte-compact: 126px;
}
body > header,
body > header.kop-verkleind { padding-bottom: 18px; }
@media (max-width: 1100px) {
  :root { --kop-hoogte: 144px; --kop-hoogte-compact: 116px; }
}
@media (max-width: 800px) {
  :root { --kop-hoogte: 134px; --kop-hoogte-compact: 106px; }
}

:root { --foto-zwart: #101820; }
.intro-scherm .intro-artiest-bovenregel { color: var(--foto-zwart); }
main > section.foto-inhoud > :is(.artiest-kop, .verhaal-kop, .muziek-kop, .geschiedenis-kop, .agenda-kop) h2 {
  color: var(--foto-zwart);
}
main > section.foto-inhoud :is(.artiest-details article, .verhaal-tijdlijn article, .agenda-kaart:not(.agenda-kaart-uitgelicht), .contact-link) {
  background: var(--foto-banner);
  border-color: rgba(255,218,86,.25);
  color: #f5f9fb;
}
main > section.foto-inhoud :is(.artiest-details article:hover, .verhaal-tijdlijn article:hover, .agenda-kaart:not(.agenda-kaart-uitgelicht):hover, .contact-link:hover) {
  background: var(--foto-banner);
}
main > section.foto-inhoud :is(.artiest-details article, .verhaal-tijdlijn article, .agenda-kaart:not(.agenda-kaart-uitgelicht)) :is(h3, p, .agenda-label, .agenda-status),
main > section.foto-inhoud .contact-link :is(strong, .contact-label, .contact-pijl) {
  color: #f5f9fb;
}
main > section.foto-inhoud :is(.artiest-details, .verhaal-tijdlijn) article > span { color: #345b72; }
main > section.foto-inhoud .contact-link .contact-icoon { color: var(--foto-geel); }
body > header nav a.navigatie-knop,
body > header.kop-verkleind nav a.navigatie-knop,
.intro-scherm .intro-mobiel-luister,
main > section.foto-inhoud :is(.knop, .contact-agenda) { color: var(--foto-zwart); }

:root { --kop-hoogte: 138px; --kop-hoogte-compact: 112px; }
body > header .logo.logo-hoes { font-size: clamp(72px, 5.3vw, 85px); }
body > header.kop-verkleind .logo.logo-hoes { font-size: 60px; }
body > header nav a,
body > header.kop-verkleind nav a { font-size: clamp(16px, 1.2vw, 18px); }
body > header nav a.navigatie-knop,
body > header.kop-verkleind nav a.navigatie-knop { font-size: 10px; }
@media (max-width: 1100px) {
  :root { --kop-hoogte: 126px; --kop-hoogte-compact: 104px; }
  body > header .logo.logo-hoes { font-size: 65px; }
  body > header.kop-verkleind .logo.logo-hoes { font-size: 55px; }
}
@media (max-width: 800px) {
  :root { --kop-hoogte: 114px; --kop-hoogte-compact: 94px; }
  body > header .logo.logo-hoes { font-size: 56px; }
  body > header.kop-verkleind .logo.logo-hoes { font-size: 46px; }
}

:root { --foto-vlak: #344f60; }
body,
main > section.foto-inhoud,
body > header,
body > header.kop-verkleind,
body > footer#voettekst { background: var(--foto-vlak); }
 
main > section.foto-inhoud :is(.artiest-details article, .verhaal-tijdlijn article, .agenda-kaart, .aanmelden-kaart, .nieuwe-single-highlight, .nieuwe-single-status, .terugkeer-statement, .contact-link),
main > section.foto-inhoud :is(.artiest-details article:hover, .verhaal-tijdlijn article:hover, .agenda-kaart:hover, .contact-link:hover) {
  background: rgba(16, 44, 62, .78);
}

body > header,
body > header.kop-verkleind {
  background: var(--foto-banner);
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  box-shadow: none;
  border-bottom: 1px solid rgba(255, 218, 86, .18);
}

body > header {
  background: linear-gradient(105deg, rgba(32,65,84,.78), rgba(49,91,113,.74) 48%, rgba(32,65,84,.82));
}
body > header.kop-verkleind {
  background: #315b71;
}

main > section.foto-inhoud :is(.artiest-details article, .verhaal-tijdlijn article, .agenda-kaart, .aanmelden-kaart, .nieuwe-single-highlight, .nieuwe-single-status, .terugkeer-statement, .contact-link),
main > section.foto-inhoud :is(.artiest-details article:hover, .verhaal-tijdlijn article:hover, .agenda-kaart:hover, .contact-link:hover) {
  background: #315b71;
}

.intro-uitnodiging { display: none; }
.draaitafel-onthulling .intro-uitnodiging {
  position: absolute;
  z-index: 13;
  top: clamp(65px, 10vh, 125px);
  left: 34%;
  right: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  transition: opacity 400ms ease, transform 650ms cubic-bezier(.2,.7,.2,1), filter 500ms ease;
}
.intro-merk {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 0 40px;
  font-size: clamp(145px, 16vw, 250px);
  color: var(--foto-geel);
  font-family: var(--modern-letter-kop);
  font-weight: 400;
  line-height: .76;
  letter-spacing: -.015em;
  transform: translateX(-100px) rotate(-5deg);
  text-shadow:
    2px 4px 6px rgba(9, 28, 40, .3),
    6px 10px 18px rgba(9, 28, 40, .24);
}
.intro-merk-de { font-size: .68em; line-height: .65; align-self: flex-start; margin-left: .78em; }
.intro-merk-naam { font-size: 1em; white-space: nowrap; }
.intro-uitnodiging > p { margin: 0 0 20px; color: #f5f9fb; font-size: clamp(18px, 1.8vw, 26px); }
.draaitafel-openen {
  display: inline-flex;
  align-items: center;
  gap: 22px;
  padding: 18px 26px;
  border: 1px solid rgba(255,218,86,.7);
  border-radius: 40px;
  color: #101820;
  background: var(--foto-geel);
  font: 700 16px "DM Sans", sans-serif;
  cursor: pointer;
  box-shadow: 0 12px 32px rgba(16,44,62,.23);
  transition: transform 200ms ease, box-shadow 200ms ease;
}
.draaitafel-openen:hover { transform: translateY(-3px); box-shadow: 0 15px 40px rgba(255,218,86,.2); }
.draaitafel-openen:focus-visible, .draaitafel-sluiten:focus-visible { outline: 3px solid white; outline-offset: 5px; }
.draaitafel-onthulling .intro-beeld {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translate3d(65px, 30px, 0) scale(.93);
  filter: blur(8px);
  transition: opacity 700ms ease 200ms, transform 1000ms cubic-bezier(.16,1,.3,1) 150ms, filter 850ms ease 150ms, visibility 0s 900ms;
}
.draaitafel-onthulling.draaitafel-geopend .intro-beeld {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: none;
  filter: none;
  transition-delay: 180ms, 120ms, 120ms, 0s;
}
.draaitafel-onthulling.draaitafel-geopend .intro-uitnodiging {
  opacity: 0;
  pointer-events: none;
  transform: translateY(-35px) scale(1.08);
  filter: blur(10px);
  visibility: hidden;
}
.draaitafel-sluiten {
  display: none;
  position: absolute;
  right: 190px;
  bottom: 70px;
  z-index: 15;
  padding: 9px 16px;
  border: 1px solid rgba(245,249,251,.5);
  border-radius: 24px;
  color: #f5f9fb;
  background: #17394c;
  cursor: pointer;
  font: 600 12px "DM Sans", sans-serif;
}
.draaitafel-geopend .draaitafel-sluiten { display: block; }
body.draaitafel-dicht > .speelt-nu.is-vast { visibility: hidden; pointer-events: none; }
@media (max-width: 1100px) {
  .draaitafel-onthulling .intro-uitnodiging { left: 34%; right: 0; top: 125px; }
  .intro-merk { font-size: 15vw; }
}
@media (max-width: 800px), (max-width: 1100px) and (hover: none) and (pointer: coarse) {
  .draaitafel-onthulling .intro-uitnodiging {
    position: relative;
    inset: auto;
    grid-row: 2;
    padding: 40px 18px 48px;
    width: 100%;
    min-width: 0;
  }
  .intro-merk { margin-bottom: 28px; transform: rotate(-5deg); }
  .intro-merk { font-size: clamp(100px, 27vw, 175px); }
  .intro-uitnodiging > p { font-size: 18px; }
  .draaitafel-openen { padding: 16px 20px; gap: 16px; font-size: 14px; }
  .draaitafel-onthulling:not(.draaitafel-geopend) .intro-beeld { display: none; }
  .draaitafel-onthulling.draaitafel-geopend .intro-uitnodiging { display: none; }
  .draaitafel-onthulling.draaitafel-geopend .intro-beeld { animation: draaitafel-entree 850ms cubic-bezier(.16,1,.3,1) both; }
  .draaitafel-sluiten { bottom: 65px; right: 20px; }
  .draaitafel-geopend .intro-beeld { padding-bottom: 76px; }
}
@keyframes draaitafel-entree {
  from { opacity: 0; transform: translateY(45px) scale(.94); filter: blur(8px); }
  to { opacity: 1; transform: none; filter: none; }
}
@media (prefers-reduced-motion: reduce) {
  .draaitafel-onthulling :is(.intro-beeld, .intro-uitnodiging, .draaitafel-openen) { transition: none; animation: none; }
}

.intro-scherm > .tukkerfm-altijd {
  top: auto;
  bottom: 115px;
  left: 49%;
  z-index: 14;
  width: 280px;
}
.draaitafel-geopend > .tukkerfm-altijd { display: none; }
@media (max-width: 800px), (max-width: 1100px) and (hover: none) and (pointer: coarse) {
  .intro-scherm > .tukkerfm-altijd {
    position: absolute;
    top: calc(var(--mobiel-portret-hoogte) - 105px);
    right: 3%;
    bottom: auto;
    left: auto;
    display: grid;
    gap: 7px;
    width: 45%;
    padding: 0;
    transform: none;
    border: 0;
  }
  .intro-scherm > .tukkerfm-altijd .tukkerfm-logo { width: min(100%, 180px); }
  .draaitafel-geopend > .tukkerfm-altijd { display: none; }
}

@media (min-width: 801px) {
  .intro-uitnodiging > p,
  .intro-uitnodiging > .draaitafel-openen {
    position: relative;
    left: 60px;
    top: 45px;
  }
}
@media (max-width: 1100px) and (hover: none) and (pointer: coarse) {
  .intro-uitnodiging > p,
  .intro-uitnodiging > .draaitafel-openen {
    left: 0;
    top: 0;
  }
}

:root {
  --media-tekst: #f4f8fa;
  --media-lijn: rgba(222,237,245,.22);
  --media-schaduw: 0 18px 40px rgba(17,43,58,.16);
}
body { font-family: 'DM Sans', Arial, sans-serif; }
.korrel { opacity: .018; }
body > header nav a:not(.navigatie-knop),
body > header.kop-verkleind nav a:not(.navigatie-knop) {
  font-family: 'DM Sans', Arial, sans-serif;
  font-size: clamp(11px, .86vw, 13px);
  font-weight: 700;
  letter-spacing: .085em;
  text-shadow: none;
}
body > header nav a:not(.navigatie-knop)::after { height: 2px; }
main > section.foto-inhoud h2 {
  font-family: 'DM Sans', Arial, sans-serif;
  font-size: clamp(40px, 4.8vw, 72px);
  font-weight: 700;
  line-height: 1.02;
  letter-spacing: -.055em;
  text-transform: none;
  text-shadow: none;
}
main > section.foto-inhoud h2 i {
  display: inline-block;
  margin-top: .08em;
  font-family: 'Playfair Display', Georgia, serif;
  font-size: .98em;
  font-weight: 700;
  line-height: 1.13;
  letter-spacing: -.045em;
  text-shadow: none;
}
main > section.foto-inhoud :is(.artiest-details, .verhaal-tijdlijn, .agenda-kaart, .contact-nieuws) h3 {
  font-family: 'DM Sans', Arial, sans-serif;
  font-size: clamp(20px, 1.8vw, 27px);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -.035em;
  margin-bottom: 12px;
}
main > section.foto-inhoud .geschiedenis-verhaal h3 {
  font-family: 'DM Sans', Arial, sans-serif;
  font-weight: 700;
  font-size: clamp(28px, 3vw, 42px);
  letter-spacing: -.04em;
}
main > section.foto-inhoud :is(.artiest-inleiding, .verhaal-samenvatting, .muziek-kop > p, .agenda-kop > p, .geschiedenis-kop > p) {
  font-size: clamp(16px, 1.25vw, 19px);
  line-height: 1.8;
  text-wrap: pretty;
}
main > section.foto-inhoud :is(.artiest-details, .verhaal-tijdlijn, .agenda-kaart) p {
  font-size: 15px;
  line-height: 1.8;
  text-wrap: pretty;
  color: #e0ecf2;
}
main > section.foto-inhoud :is(.artiest-details article, .verhaal-tijdlijn article, .agenda-kaart, .aanmelden-kaart, .nieuwe-single-highlight, .terugkeer-statement) {
  position: relative;
  border: 1px solid var(--media-lijn);
  border-radius: 18px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.07), var(--media-schaduw);
}
main > section.foto-inhoud :is(.artiest-details article, .verhaal-tijdlijn article) {
  padding: clamp(24px, 2.5vw, 36px);
  gap: 20px;
  grid-template-columns: 24px minmax(0,1fr);
  transition: border-color 250ms ease, box-shadow 250ms ease, transform 300ms ease;
}
 
main > section.foto-inhoud :is(.artiest-details, .verhaal-tijdlijn) article > span {
  display: block;
  position: static;
  width: 24px;
  height: auto;
  margin: 2px 0 0;
  padding: 0;
  background: none;
  border: 0;
  box-shadow: none;
}
main > section.foto-inhoud :is(.artiest-details, .verhaal-tijdlijn) article > span::before {
  display: none;
  content: none;
}
main > section.foto-inhoud :is(.artiest-details, .verhaal-tijdlijn) article > span::after {
  content: '★';
  display: block;
  position: static;
  width: auto;
  height: auto;
  background: none;
  color: var(--foto-geel);
  font: 22px/1.3 Arial, sans-serif;
  text-shadow: none;
  transform: none;
}
main > section.foto-inhoud .redesign-bovenregel {
  display: flex;
  align-items: center;
  gap: 12px;
  font: 700 10px/1.5 'DM Sans', Arial, sans-serif;
  letter-spacing: .19em;
  margin-bottom: 28px;
}
main > section.foto-inhoud .redesign-bovenregel::before {
  position: static;
  content: '';
  flex: 0 0 26px;
  width: 26px;
  height: 2px;
  background: var(--foto-geel);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  animation: none;
  transform: none;
  filter: none;
}
main > section.foto-inhoud .terugkeer-statement {
  border-left: 3px solid var(--foto-geel);
  padding: clamp(36px,6vw,80px);
}
main > section.foto-inhoud .terugkeer-statement > p {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(27px, 3.6vw, 50px);
  line-height: 1.3;
  letter-spacing: -.03em;
}
main > section.foto-inhoud .terugkeer-statement::before { opacity: .35; }
main > section.foto-inhoud .terugkeer-statement::after { opacity: .25; }
main > section.foto-inhoud :is(.agenda-label, .agenda-status) {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}
main > section.foto-inhoud .agenda-kaart time strong {
  font-family: 'DM Sans', Arial, sans-serif;
  font-weight: 700;
  letter-spacing: -.07em;
}
main > section.foto-inhoud .agenda-kaart-uitgelicht { border-top: 3px solid var(--foto-geel); }
main > section.foto-inhoud .contact-link {
  border: 1px solid var(--media-lijn);
  border-radius: 14px;
  box-shadow: none;
  transition: border-color 200ms ease, transform 200ms ease;
}
main > section.foto-inhoud .contact-link strong { letter-spacing: -.035em; }
main > section.foto-inhoud :is(.knop, .contact-agenda),
.draaitafel-openen,
body > header nav a.navigatie-knop {
  font-family: 'DM Sans', Arial, sans-serif;
  font-weight: 700;
  letter-spacing: .01em;
  box-shadow: 0 6px 20px rgba(15,40,55,.15);
}
main > section.foto-inhoud .knop { font-size: 12px; }
.draaitafel-openen { font-size: 14px; }
main > section.foto-inhoud .geschiedenis-fotolink {
  border-radius: 8px;
  padding: 8px;
  box-shadow: 0 22px 48px rgba(15,40,55,.23);
}
main > section.foto-inhoud .geschiedenis-hoofdstuk > span {
  border-radius: 9px;
  font: 700 16px 'DM Sans', Arial, sans-serif;
  box-shadow: none;
}
main > section.foto-inhoud .studio-slider-venster { border-radius: 14px; overflow: hidden; }
@media (hover: hover) and (prefers-reduced-motion: no-preference) {
  main > section.foto-inhoud :is(.artiest-details article, .verhaal-tijdlijn article):hover {
    transform: translateY(-4px);
    border-color: rgba(255,218,86,.65);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.12), 0 24px 48px rgba(15,40,55,.25), 0 0 24px rgba(255,218,86,.05);
  }
  main > section.foto-inhoud .contact-link:hover { transform: translateX(3px); border-color: var(--foto-geel); }
}
@media (max-width: 800px) {
  main > section#rene { row-gap: 32px; }
  main > section.foto-inhoud h2 { font-size: clamp(36px, 8.5vw, 52px); }
  main > section.foto-inhoud :is(.artiest-details article, .verhaal-tijdlijn article) { padding: 23px 18px; gap: 12px; grid-template-columns: 24px minmax(0,1fr); border-radius: 14px; }
  main > section.foto-inhoud :is(.artiest-details, .verhaal-tijdlijn, .agenda-kaart) h3 { font-size: 21px; }
  body > header nav a:not(.navigatie-knop) { font-size: 15px; padding-block: 15px; }
}
@media (prefers-reduced-motion: reduce) {
  main > section.foto-inhoud :is(.artiest-details article, .verhaal-tijdlijn article, .contact-link) { transition: none; }
}

main > section.foto-inhoud :is(.artiest-inleiding, .verhaal-samenvatting, .muziek-kop > p, .agenda-kop > p, .geschiedenis-kop > p, .geschiedenis-verhaal blockquote p) {
  color: #f4f8fa;
}
main > section.foto-inhoud :is(.artiest-details article p, .verhaal-tijdlijn article p, .agenda-kaart > p:not(.agenda-label), .agenda-kaart > div > p:not(.agenda-label), .nieuwe-single-highlight > p, .contact-nieuws p, .aanmelden-noot) {
  color: #f4f8fa;
  text-shadow: none;
}

main > section.foto-inhoud { position: relative; isolation: isolate; }

main > section.foto-inhoud.foto-inhoud.foto-inhoud :is(.artiest-details article, .verhaal-tijdlijn article, .agenda-kaart, .aanmelden-kaart, .nieuwe-single-highlight, .nieuwe-single-status, .terugkeer-statement, .contact-link),
main > section.foto-inhoud.foto-inhoud.foto-inhoud :is(.artiest-details article, .verhaal-tijdlijn article, .agenda-kaart, .aanmelden-kaart, .nieuwe-single-highlight, .nieuwe-single-status, .terugkeer-statement, .contact-link):hover {
  background: rgba(187,212,227,.10);
  border: 1px solid rgba(230,245,252,.22);
  border-bottom-color: rgba(35,65,83,.23);
  border-radius: 20px;
  backdrop-filter: blur(24px) saturate(120%);
  -webkit-backdrop-filter: blur(24px) saturate(120%);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.19), inset 0 -1px 0 rgba(15,32,44,.12), 0 14px 32px rgba(15,32,44,.18);
  color: #f4f8fa;
  transition: transform 300ms ease, box-shadow 300ms ease, border-color 300ms ease;
}
main > section.foto-inhoud.foto-inhoud.foto-inhoud :is(.artiest-details article, .verhaal-tijdlijn article, .agenda-kaart, .aanmelden-kaart, .nieuwe-single-highlight, .nieuwe-single-status, .terugkeer-statement, .contact-link) :is(h3, p, blockquote, cite, strong, time, time span, .agenda-status, .agenda-label, .contact-label, .contact-pijl, .nieuwe-single-kop > span, .nieuwe-single-status span, .nieuwe-single-status strong) {
  color: #f4f8fa;
  text-shadow: none;
}
main > section.foto-inhoud.foto-inhoud.foto-inhoud .contact-link { background-color: rgba(171,198,211,.16); }
main > section.foto-inhoud.foto-inhoud.foto-inhoud .agenda-kaart-uitgelicht { border-top: 3px solid var(--foto-geel); }
main > section.foto-inhoud.foto-inhoud.foto-inhoud .terugkeer-statement { border-left: 3px solid var(--foto-geel); }
@media (hover: hover) and (prefers-reduced-motion: no-preference) {
  main > section.foto-inhoud.foto-inhoud.foto-inhoud :is(.artiest-details article, .verhaal-tijdlijn article, .agenda-kaart, .aanmelden-kaart, .nieuwe-single-highlight, .nieuwe-single-status, .terugkeer-statement, .contact-link):hover {
    border-color: rgba(242,250,255,.65);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.55), inset 0 -1px 0 rgba(255,255,255,.12), 0 20px 38px rgba(25,48,63,.19);
  }
}
@media (prefers-reduced-motion: reduce) {
  main > section.foto-inhoud.foto-inhoud.foto-inhoud :is(.artiest-details article, .verhaal-tijdlijn article, .agenda-kaart, .aanmelden-kaart, .nieuwe-single-highlight, .nieuwe-single-status, .terugkeer-statement, .contact-link) { transition: none; }
}

body > footer#voettekst,
body > footer#voettekst :is(h2, p, a:not(.logo), li, address, strong, small),
body > footer#voettekst a:not(.logo) span {
  color: #f4f8fa;
  text-shadow: none;
}

main > section#rene.foto-inhoud .artiest-details article h3,
main > section#verhaal.foto-inhoud .verhaal-tijdlijn article h3 {
  color: var(--foto-geel);
  text-shadow: none;
}

main > section#rene.foto-inhoud .terugkeer-statement > p {
  color: var(--foto-geel);
}

main > section.foto-inhoud h2 i,
main > section#rene.foto-inhoud .artiest-details article h3,
main > section#verhaal.foto-inhoud .verhaal-tijdlijn article h3,
main > section#rene.foto-inhoud .terugkeer-statement > p {
  -webkit-text-stroke: .6px #101820;
  paint-order: stroke fill;
}

main > section.foto-inhoud #nieuwe-single-titel {
  color: var(--foto-geel);
  -webkit-text-stroke: .6px #101820;
  paint-order: stroke fill;
}

main > section.foto-inhoud::before,
main > section.foto-inhoud::after,
main > section.foto-inhoud :is(.aanmelden-kaart, .terugkeer-statement, .nieuwe-single-highlight, .agenda-kaart)::before,
main > section.foto-inhoud :is(.aanmelden-kaart, .terugkeer-statement, .nieuwe-single-highlight, .agenda-kaart)::after {
  content: none;
  display: none;
}
main > section.foto-inhoud.foto-inhoud.foto-inhoud :is(.artiest-details article, .verhaal-tijdlijn article, .agenda-kaart, .aanmelden-kaart, .nieuwe-single-highlight, .nieuwe-single-status, .terugkeer-statement, .contact-link) {
  border-radius: 4px;
}

main > section#verhaal.foto-inhoud .nieuwe-single-status,
main > section#verhaal.foto-inhoud .nieuwe-single-status:hover {
  background: var(--foto-geel);
  border-color: var(--foto-geel);
  color: #101820;
}
main > section#verhaal.foto-inhoud .nieuwe-single-status :is(span, strong) {
  color: #101820;
  text-shadow: none;
}

main > section#geschiedenis.foto-inhoud .geschiedenis-verhaal h3 {
  color: var(--foto-geel);
  -webkit-text-stroke: .6px #101820;
  paint-order: stroke fill;
  text-shadow: none;
}

main > section#geschiedenis.foto-inhoud .geschiedenis-verteller {
  color: var(--foto-geel);
}
main > section#geschiedenis.foto-inhoud .geschiedenis-verteller::before {
  background: var(--foto-geel);
}

body > footer#voettekst .footer-navigatie h2,
body > footer#voettekst #footer-muziek-titel,
body > footer#voettekst #boekingen-titel {
  color: var(--foto-geel);
}

body > footer#voettekst a[href="https://interbit.nl"],
body > footer#voettekst a[href="https://interbit.nl"] span {
  color: var(--foto-geel);
}

body > footer#voettekst .footer-credit .footer-maker,
body > footer#voettekst .footer-credit .footer-maker strong,
body > footer#voettekst .footer-credit .footer-maker a {
  color: var(--foto-geel);
}

main > section#muziek .vinyl-teaser {
  --hoes-inkt: #101820;
  --hoes-lijn: rgba(50,42,12,.28);
}
main > section#muziek .vinyl-teaser > .vinyl-teaser-hoes {
  background: linear-gradient(125deg, rgba(255,255,255,.42), transparent 34%, rgba(222,163,10,.12) 72%, rgba(255,255,255,.22)), var(--foto-geel);
  border-color: #ffe994;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.8), 2px 3px 0 #c3a238, 0 22px 38px rgba(25,48,63,.28);
}
main > section#muziek .vinyl-teaser-hoes::before {
  inset: 0;
  width: auto;
  height: auto;
  background: linear-gradient(115deg, transparent 24%, rgba(255,255,255,.08) 36%, rgba(255,255,255,.55) 43%, rgba(255,255,255,.12) 49%, transparent 59%);
  background-size: 240% 100%;
  background-position: 100% 0;
  transition: background-position 850ms ease;
}
main > section#muziek .vinyl-teaser-hoes::after {
  background: none;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.35);
}
main > section#muziek .vinyl-teaser-lint {
  color: #101820;
  background: linear-gradient(180deg, #fff0a8, var(--foto-geel) 48%, #efc43e 100%);
  border-color: #c3a238;
  box-shadow: 0 4px 10px rgba(89,69,10,.2), inset 0 1px 0 rgba(255,255,255,.7);
}
@media (hover: hover) and (prefers-reduced-motion: no-preference) {
  main > section#muziek .vinyl-teaser:hover .vinyl-teaser-hoes::before { background-position: 0 0; }
}
@media (prefers-reduced-motion: reduce) {
  main > section#muziek .vinyl-teaser-hoes::before { transition: none; }
}

main > section#agenda.foto-inhoud .agenda-kaart h3 {
  color: var(--foto-geel);
  -webkit-text-stroke: .6px #101820;
  paint-order: stroke fill;
  text-shadow: none;
}

main > section#agenda.foto-inhoud .agenda-kaart time strong {
  color: var(--foto-geel);
  -webkit-text-stroke: .6px #101820;
  paint-order: stroke fill;
  text-shadow: none;
}

main > section#blijf-op-de-hoogte.foto-inhoud .contact-link strong,
main > section#blijf-op-de-hoogte.foto-inhoud .contact-nieuws h3 {
  color: var(--foto-geel);
  -webkit-text-stroke: .6px #101820;
  paint-order: stroke fill;
  text-shadow: none;
}

main > section.foto-inhoud > :is(.artiest-kop, .verhaal-kop, .muziek-kop, .geschiedenis-kop, .agenda-kop) h2 {
  color: #f4f8fa;
}

main > section.foto-inhoud.foto-inhoud :is(.artiest-inleiding, .verhaal-samenvatting, .muziek-kop > p, .agenda-kop > p, .geschiedenis-kop > p, .geschiedenis-verhaal blockquote p) {
  color: #f4f8fa;
}

/* Op monitoren krijgt de naam een eigen strook boven het portret.
   De foto schaalt binnen de resterende hoogte, ook in korte vensters. */
@media (min-width: 801px) {
  .intro-scherm > .intro-tekst {
    padding-top: 56px;
    transform: none;
  }
  .intro-scherm .intro-tekst h1 {
    transform: none;
    line-height: 1.15;
    margin-top: 12px;
  }
  .intro-portret-gezicht .intro-persoon-kader {
    height: max(0px, calc(100% - 220px));
    aspect-ratio: auto;
  }
  .intro-portret-gezicht .intro-persoon-kader img.intro-persoon {
    object-position: left bottom;
  }
}
/* Tablets met de mobiele indeling houden de tekst naast het portret. */
@media (min-width: 801px) and (max-width: 1100px) and (hover: none) and (pointer: coarse) {
  .intro-scherm > .intro-tekst { padding-top: 54px; }
  .intro-scherm .intro-tekst h1 { line-height: .98; margin-top: 0; }
  .intro-portret-gezicht .intro-persoon-kader {
    height: auto;
    aspect-ratio: 1498 / 1698;
  }
  .intro-portret-gezicht .intro-persoon-kader img.intro-persoon { object-position: center; }
}
