/*
Theme Name: Ronnie Flex
Author: DefendereLLC 
Author URI: https://defenderellc.com/
Description: Street/urban artiesten-website. Donker thema, bold typografie, ADF sectie.
Version: 2.5
Text Domain: ronnie-flex
*/

/* ============ STREET / URBAN – Donker, bold ============ */
:root{
  --bg: #0a0a0c;
  --bg-soft: #111114;
  --card: #16161a;
  --text: #f0f0f5;
  --muted: #8a8a96;
  --line: rgba(255,255,255,.08);
  --accent: #ff6b00;
  --accent-10: rgba(255,107,0,.15);
  --font-display: 'Space Grotesk', 'Inter', system-ui, sans-serif;
  --font-body: 'Inter', system-ui, sans-serif;
  --ease: cubic-bezier(0.2, 0.8, 0.2, 1);
  --radius: 8px;
  --radius-lg: 12px;
}

*,
*::before,
*::after{ box-sizing: border-box; }
html,body{ height:100%; }

/* Scrollbar – oranje accent, past bij site */
::-webkit-scrollbar{ width: 10px; height: 10px; }
::-webkit-scrollbar-track{ background: var(--bg-soft); }
::-webkit-scrollbar-thumb{ background: var(--accent); border-radius: 5px; }
::-webkit-scrollbar-thumb:hover{ background: #e65c00; }
html{ scroll-behavior:smooth; }
body{
  margin:0;
  font-family: var(--font-body);
  color: var(--text);
  background: var(--bg);
  line-height: 1.55;
  font-size: 16px;
}
img,iframe{ max-width:100%; display:block; }
a{ color:inherit; text-decoration:none; }
section{ scroll-margin-top: 100px; }
#contact{ scroll-margin-top: 80px; }

/* ============ Layout ============ */
.container{ width: min(1280px, 94vw); margin-inline: auto; padding-inline: clamp(1.5rem, 5vw, 3rem); }
.container--wide{ max-width: 1440px; }
.section{ padding: clamp(80px, 12vw, 160px) 0; }
@media (min-width: 769px){
  .section{ padding: clamp(48px, 5vw, 72px) 0; }
}

/* ============ Header – Donker, sticky ============ */
.site-header{
  position: fixed; top: 0; left: 0; right: 0; z-index: 10010;
  padding: 1rem 0;
  background: rgba(10,10,12,.92);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line);
  transition: transform .35s var(--ease), box-shadow .35s, background .35s;
}
.site-header.header-hidden{ transform: translateY(-100%); }
.site-header.is-scrolled{
  box-shadow: 0 4px 24px rgba(0,0,0,.5);
  background: rgba(10,10,12,.97);
}
/* Home: header transparanter over hero */
.home .site-header:not(.is-scrolled){
  background: rgba(10,10,12,.6);
  border-bottom-color: rgba(255,255,255,.08);
}
.home .site-header:not(.is-scrolled) .nav-links a:hover{ color: rgba(255,255,255,1); }
.site-header.is-scrolled .nav-links a{ color: rgba(255,255,255,.9); }
.site-header.is-scrolled .nav-links a:hover{ color: rgba(255,255,255,1); }
.site-header.is-scrolled .logo{ color: rgba(255,255,255,.95); }

.header-inner{
  display: flex; justify-content: space-between; align-items: center;
  width: min(1280px, 94vw); margin-inline: auto; padding-inline: clamp(1rem, 4vw, 2rem);
}

.logo{
  font-family: var(--font-display);
  font-size: 1.35rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: rgba(255,255,255,.95);
  transition: color .25s;
}

.primary-nav{ position: relative; display: flex; align-items: center; }
.nav-links{
  display: flex; align-items: center; gap: 2rem;
  list-style: none; margin: 0; padding: 0;
  font-size: .9rem; font-weight: 500; letter-spacing: .02em;
}
.nav-links a{
  color: rgba(255,255,255,.95);
  transition: color .25s var(--ease), transform .2s;
  position: relative;
}
.nav-links a:hover{ color: rgba(255,255,255,1); }
.nav-links a.is-active{ color: rgba(255,255,255,.95); font-weight: 600; }

/* Hamburger – rechts, gelijke ruimte boven/onder */
.hamburger{
  display: none; border: 0; background: transparent; cursor: pointer;
  padding: 0; min-width: 44px; min-height: 44px; flex-shrink: 0;
  position: relative; align-items: center; justify-content: center;
  z-index: 10011; -webkit-tap-highlight-color: transparent;
  margin-left: auto; pointer-events: auto;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after{
  display: block; position: absolute; left: 50%; transform: translateX(-50%);
  width: 24px; height: 3px; background: #fff;
  border-radius: 3px; opacity: 1;
  transition: transform .25s ease-in-out, opacity .25s ease-in-out, width .25s;
}
.hamburger-inner{ top: 50%; margin-top: -10.5px; }
.hamburger-inner::before{ content: ""; top: 9px; left: 50%; transform: translateX(-50%); }
.hamburger-inner::after{ content: ""; top: 18px; left: 50%; transform: translateX(-50%); }
/* Hamburger → X wanneer menu open; duidelijke knop zodat sluiten zichtbaar is */
#menu-toggle:checked ~ .site-header .hamburger{
  background: rgba(255,255,255,.2);
  border-radius: 50%;
}
#menu-toggle:checked ~ .site-header .hamburger-inner{ opacity: 0; width: 0; }
#menu-toggle:checked ~ .site-header .hamburger-inner::before{ top: 50%; margin-top: -1.5px; transform: translateX(-50%) rotate(45deg); }
#menu-toggle:checked ~ .site-header .hamburger-inner::after{ top: 50%; margin-top: -1.5px; transform: translateX(-50%) rotate(-45deg); }

/* Mobiel menu – volle breedte, donkere achtergrond, leesbaar */
.mobile-panel{
  position: fixed; top: 0; right: 0;
  width: min(320px, 100vw);
  min-width: 280px;
  height: 100vh; height: 100dvh;
  background: var(--card);
  border-left: 1px solid var(--line);
  box-shadow: -8px 0 32px rgba(0,0,0,.5);
  transform: translateX(100%);
  transition: transform .3s ease;
  z-index: 10002;
  overflow-y: auto;
  overflow-x: hidden;
}
#menu-toggle:checked ~ .mobile-panel{
  transform: translateX(0) !important;
  z-index: 10015; /* boven de site-header (10010) zodat sluitknop goed zichtbaar is */
}
.mobile-panel-header{
  position: sticky; top: 0; left: 0; right: 0;
  flex-shrink: 0;
  display: flex; align-items: center; justify-content: flex-end;
  padding: 1rem 1rem 1rem 1.5rem;
  background: var(--card);
  border-bottom: 1px solid rgba(255,255,255,.12);
  z-index: 10020;
}
.mobile-close{
  display: flex; align-items: center; justify-content: center; gap: 0.75rem;
  padding: 0.6rem 1rem 0.6rem 0.75rem;
  cursor: pointer; -webkit-tap-highlight-color: transparent;
  background: var(--accent);
  border-radius: 999px;
  min-height: 48px;
  color: #fff;
  text-decoration: none;
  border: none;
}
.mobile-close:hover{ background: #e65c00; color: #fff; }
.mobile-close-text{
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 600;
  color: #fff !important;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.mobile-close-icon{
  position: relative; display: block; width: 22px; height: 22px;
  flex-shrink: 0;
}
.mobile-close-icon::before,
.mobile-close-icon::after{
  content: ""; position: absolute; left: 0; top: 50%;
  width: 22px; height: 2.5px; background: #fff; border-radius: 2px;
  transform: translateY(-50%) rotate(45deg);
}
.mobile-close-icon::after{ transform: translateY(-50%) rotate(-45deg); }
.mobile-panel-inner{
  padding: 1.25rem 1.5rem 2rem;
  padding-top: 1.25rem;
  padding-right: 3rem;
}
.mobile-links,
.mobile-panel ul{
  list-style: none !important; margin: 0 !important; padding: 0 !important;
  display: block !important; visibility: visible !important;
}
.mobile-panel li{
  display: block !important; visibility: visible !important; margin: 0 !important;
}
/* Alle menu-onderdelen wit, leesbaar, geen afkapping */
.mobile-panel .mobile-panel-inner a,
.mobile-links a,
.mobile-links li a,
.mobile-panel .menu-item a,
.mobile-panel .menu-item-has-children > a,
.mobile-panel ul li a{
  display: block !important;
  padding: 1rem 0 !important;
  font-family: var(--font-display) !important;
  font-size: 1rem !important;
  font-weight: 600 !important;
  color: #fff !important;
  text-transform: uppercase !important;
  letter-spacing: 0.05em !important;
  border-bottom: 1px solid rgba(255,255,255,.15) !important;
  transition: background .2s !important;
  white-space: normal !important;
  word-wrap: break-word !important;
}
.mobile-panel .menu-item a:hover,
.mobile-panel ul li a:hover{ background: rgba(255,255,255,.08) !important; }
.mobile-panel .sub-menu{ list-style: none !important; margin: 0 !important; padding-left: 1.25rem !important; }
.mobile-panel .sub-menu a{ font-size: 0.95rem !important; color: #fff !important; }

/* Checkbox hack – menu werkt zonder JS */
.menu-toggle-input{ position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); border: 0; }
.mobile-backdrop{
  display: none; position: fixed; inset: 0; z-index: 10001;
  background: rgba(0,0,0,.6);
  opacity: 0; pointer-events: none; transition: opacity .3s;
  cursor: pointer;
}
body:has(#menu-toggle:checked){ overflow: hidden; }
@media (max-width: 900px){
  .nav-links{ display: none; }
  .hamburger{ display: flex !important; align-items: center; justify-content: center; cursor: pointer; }
  .mobile-panel{ display: block !important; visibility: visible !important; }
  #menu-toggle:checked ~ .mobile-backdrop{ display: block !important; opacity: 1; pointer-events: auto; z-index: 10012; }
  #menu-toggle:checked ~ .mobile-panel{ transform: translateX(0) !important; z-index: 10015 !important; }
}
@media (max-width: 480px){
  .mobile-panel{
    width: 100%;
    min-width: 100%;
  }
  .mobile-panel-inner{ padding: 1.5rem 2rem; }
}
@media (min-width: 901px){
  .menu-toggle-input:checked ~ .mobile-backdrop{ display: none !important; }
  .menu-toggle-input:checked ~ .mobile-panel{ transform: translateX(100%) !important; }
  .mobile-panel{ display: none !important; }
  .mobile-backdrop{ display: none !important; }
}

body{ padding-top: 0 !important; }

/* ============ HERO – Fullscreen video + overlay ============ */
.hero{
  min-height: 100svh;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.hero-bg{
  position: absolute; inset: 0; z-index: -1;
  background-color: #0a0a0c;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
.hero-bg iframe,
.hero-bg video{
  position: absolute;
  top: 50%; left: 50%;
  min-width: 100%; min-height: 100%;
  width: auto; height: auto;
  transform: translate(-50%, -50%);
  object-fit: cover;
  object-position: center;
  display: block;
}
.hero-bg iframe{
  min-width: 100vw; min-height: 56.25vw;
  width: 100vw; height: 56.25vw;
}
@media (min-aspect-ratio: 16/9){
  .hero-bg iframe{
    min-width: 177.78vh; min-height: 100vh;
    width: 177.78vh; height: 100vh;
  }
}
.hero-overlay{
  position: relative; z-index: 1;
  width: 100%; min-height: 100svh;
  display: flex; align-items: center; justify-content: center; text-align: center;
  padding: 2rem;
  background: linear-gradient(to bottom, rgba(0,0,0,.4), rgba(0,0,0,.75));
}
.hero-inner{ max-width: 640px; }
.hero-tag{
  display: inline-block;
  padding: .35rem .75rem;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 999px;
  font-size: .7rem; font-weight: 600; letter-spacing: .2em; text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 1rem;
}
.hero-title{
  font-family: var(--font-display);
  font-size: clamp(3rem, 10vw, 5rem);
  font-weight: 700;
  line-height: .95;
  letter-spacing: -0.03em;
  margin: 0 0 .5rem;
}
.hero-sub{ font-size: 1.1rem; color: var(--muted); margin: 0 0 2rem; }
.hero-actions{ display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }
.hero-actions .btn{
  padding: .75rem 1.5rem;
  font-weight: 600;
  border-radius: 999px;
  transition: transform .2s, background .25s;
}
.hero-actions .btn:hover{ transform: translateY(-2px); }
.hero-actions .btn-primary{ background: var(--accent); color: #fff; border: none; }
.hero-actions .btn-primary:hover{ background: #e65c00; }
.hero-actions .btn-outline{ background: transparent; border: 2px solid rgba(255,255,255,.3); color: #fff; }
.hero-actions .btn-outline:hover{ border-color: var(--accent); color: var(--accent); }

/* ============ Sectie headers – links uitgelijnd, groot ============ */
.section-label{
  font-size: .7rem; font-weight: 600; letter-spacing: .25em; text-transform: uppercase;
  color: var(--accent); margin-bottom: .75rem;
}
.section-title{
  font-family: var(--font-display);
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: -0.02em;
  margin: 0 0 .5rem;
}
.section-sub{ color: var(--muted); font-size: 1.05rem; margin: 0; }

/* ============ BIOGRAFIE – Twee kolommen, editorial ============ */
#biografie{ background: var(--bg-soft); }
.bio-grid{
  display: grid; gap: 4rem;
  grid-template-columns: 1fr;
}
@media (min-width: 769px){
  .bio-grid{ gap: 2.5rem; }
}
@media (min-width: 900px){
  .bio-grid{ grid-template-columns: 1fr 1.2fr; align-items: start; }
  .bio-grid .bio-header{ grid-column: 1 / -1; }
  .bio-grid.has-bio-image .bio-content{ grid-column: 1; }
  .bio-grid.has-bio-image .bio-image-wrap{ grid-column: 2; grid-row: 2; }
}
.bio-content{
  font-size: 1.05rem; line-height: 1.8;
  color: var(--text);
}
.bio-content p{ margin: 0 0 1.25rem; }
.bio-content p:last-child{ margin-bottom: 0; }
.bio-image-wrap{
  margin-top: 0;
}
.bio-image{
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: var(--radius-lg);
  border: 1px solid var(--line);
  box-shadow: 0 12px 40px rgba(0,0,0,.35);
  transition: box-shadow .25s;
}
.bio-image-wrap:hover .bio-image{
  box-shadow: 0 16px 48px rgba(0,0,0,.45);
}
@media (max-width: 768px){
  .bio-image-wrap{
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
  }
  .bio-image{
    aspect-ratio: 1;
    max-height: 200px;
  }
  .bio-image-wrap--hide-mobile{
    display: none !important;
  }
}
@media (min-width: 900px){
  .bio-image{ aspect-ratio: 3 / 4; max-height: 420px; object-position: center top; }
}

/* ============ DISCOGRAFIE – Grid met YouTube bovenaan per album ============ */
.release-grid{
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}
.release{
  min-width: 0;
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition: transform .25s, border-color .25s, box-shadow .25s;
  display: flex;
  flex-direction: column;
}
.release:hover{
  transform: translateY(-4px);
  border-color: rgba(255,61,0,.3);
  box-shadow: 0 12px 32px rgba(0,0,0,.3);
}
.release-video{
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  min-height: 100px;
  overflow: hidden;
  background: #111;
  flex-shrink: 0;
  cursor: pointer;
}
.release-video.video-embed{ cursor: pointer; }
.release-video.video-embed img{
  position: absolute; inset: 0;
  width: 100%; height: 100%; object-fit: cover; display: block;
}
.release-video.video-embed.no-thumb{ background: linear-gradient(135deg, #1a1a1a 0%, #0d0d0d 100%); }
.release-play-btn{
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex; align-items: center; justify-content: center;
  background: rgba(0,0,0,.35);
  transition: background .25s, opacity .4s cubic-bezier(.4,0,.2,1), transform .4s cubic-bezier(.4,0,.2,1);
  pointer-events: none;
}
.release-video:hover .release-play-btn{ background: rgba(0,0,0,.5); }
.release-play-btn i{
  width: 56px; height: 56px;
  display: flex; align-items: center; justify-content: center;
  background: rgba(255,61,0,.9);
  color: #fff;
  border-radius: 50%;
  font-size: 1.2rem;
  padding-left: 4px;
  box-shadow: 0 4px 20px rgba(255,61,0,.4);
  transition: transform .2s, background .2s;
}
.release-video:hover .release-play-btn i{ transform: scale(1.08); background: var(--accent); }
.release-video.is-playing .release-play-btn{
  opacity: 0 !important;
  transform: scale(0.3) !important;
  pointer-events: none !important;
  visibility: hidden !important;
  display: none !important;
  transition: none;
}
.release-video iframe{
  position: absolute; inset: 0;
  z-index: 1;
  width: 100%; height: 100%; border: 0; display: block;
  min-height: 200px;
}
.release-video-placeholder{
  position: absolute; inset: 0;
  display: flex; align-items: center; justify-content: center;
  background: var(--bg-soft);
  color: var(--muted);
  font-size: .85rem;
}
.release-media{
  display: flex;
  flex-direction: column;
  gap: 0;
  padding: 0;
  overflow: hidden;
}
.release-spotify{
  width: 100%;
  min-height: 232px;
  overflow: hidden;
  background: #181818;
  flex-shrink: 0;
  border-radius: 0 0 8px 8px;
}
.release-spotify iframe{
  width: 100%; height: 232px; border: 0; display: block;
  vertical-align: top;
}
.release-thumb-wrap{
  aspect-ratio: 1;
  overflow: hidden;
  background: var(--bg-soft);
}
.release-thumb-wrap img{
  width: 100%; height: 100%; object-fit: cover; display: block;
}
.release-thumb-placeholder{
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  font-size: .85rem;
  color: var(--muted);
  text-align: center;
}
.release-body{
  padding: 1rem;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.release-title{ font-family: var(--font-display); font-size: 1rem; font-weight: 600; margin: 0 0 .25rem; }
.release-meta{ font-size: .8rem; color: var(--muted); margin: 0 0 .75rem; line-height: 1.4; }
.release-actions{ display: flex; flex-wrap: wrap; gap: .5rem; margin-top: auto; }
.btn-mini{
  font-size: .7rem; font-weight: 600; letter-spacing: .05em; text-transform: uppercase;
  padding: .4rem .7rem;
  background: var(--accent);
  color: #fff;
  border: none;
  border-radius: 6px;
  transition: background .25s, transform .2s;
}
.btn-mini:hover{ background: #e65c00; transform: translateY(-1px); }

@media (max-width: 640px){
  .release-grid{ grid-template-columns: 1fr; }
}

/* Homepage: 3 kolommen, compacte tegels */
.release-grid--home{
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
  max-width: 1000px;
  margin: 0 auto;
}
.release-grid--home .release-video{ min-height: 0; }
.release-grid--home .release-spotify{ min-height: 232px; }
.release-grid--home .release-spotify iframe{ height: 232px; }
.release-grid--home .release-body{ padding: 1rem; }
.release-grid--home .release-title{ font-size: .95rem; }
.release-grid--home .release-meta{ font-size: .75rem; }
@media (max-width: 900px){ .release-grid--home{ grid-template-columns: 1fr; } }

/* ============ Discografie pagina – fullscreen achtergrond ============ */
.discography-page{
  min-height: 100vh;
  position: relative;
}
.discography-bg{
  position: fixed;
  inset: 0;
  z-index: -1;
  overflow: hidden;
}
.discography-bg iframe,
.discography-bg video{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.discography-bg-img{
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
}
.discography-bg-overlay{
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0,0,0,.5), rgba(0,0,0,.85));
}
.discography-content{
  position: relative;
  z-index: 1;
  padding: 8rem 0 4rem;
}
@media (min-width: 769px){
  .discography-content{ padding: 5rem 0 3rem; }
}
.discography-header{
  text-align: center;
  margin-bottom: 3rem;
}
@media (min-width: 769px){
  .discography-header{ margin-bottom: 2rem; }
}
.discography-header .section-label{ color: var(--accent); }
.discography-header .section-title{ color: #fff; font-size: clamp(2rem, 5vw, 3rem); }
.discography-header .section-sub{ color: var(--muted); }

/* Page top – volledige-agenda & ADF-artiesten: zelfde look als discografie op mobiel */
.page-top{ text-align: center; }
.page-top .page-top-header{ margin-bottom: 0; padding-bottom: 0; }
.page-top .section-label{ font-size: .7rem; letter-spacing: .2em; text-transform: uppercase; color: var(--accent); display: block; margin-bottom: .5rem; }
.page-top .section-title{ font-family: var(--font-display); font-size: clamp(2rem, 5vw, 3rem); font-weight: 700; margin: 0 0 .5rem; }
.page-top .section-sub{ font-size: 1.1rem; margin: 0; line-height: 1.6; }
@media (max-width: 768px){
  .page-top{
    background: linear-gradient(to bottom, rgba(0,0,0,.55), rgba(0,0,0,.88));
    padding: 5rem 0 2rem;
  }
  .page-top .section-label{ color: var(--accent); }
  .page-top .section-title{ color: #fff; }
  .page-top .section-sub{ color: var(--muted); }
}
@media (min-width: 769px){
  .page-top--agenda,
  .page-top--adf{ background: transparent; padding: 0; margin: 0; }
  .agenda-full-page .page-top .page-top-header{ margin-bottom: 2rem; }
  .archive-adf-page .page-top .page-top-header{ margin-bottom: 2rem; }
}

.release-grid--full{
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
  max-width: 1100px;
  margin: 0 auto;
}
@media (max-width: 900px){
  .release-grid--full{ grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 560px){
  .release-grid--full{ grid-template-columns: 1fr; }
}
.release-grid--full .release{
  background: rgba(18,18,22,.92);
  backdrop-filter: blur(12px);
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.06);
  box-shadow: 0 4px 20px rgba(0,0,0,.35);
}
.release-grid--full .release-media{
  border-radius: 10px 10px 0 0;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
}
.release-grid--full .release-video{
  min-height: 0;
  aspect-ratio: 16/9;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}
.release-grid--full .release-spotify{
  min-height: 200px;
  flex-shrink: 0;
  display: block;
  overflow: hidden;
  background: #181818;
  border-radius: 0 0 10px 10px;
}
.release-grid--full .release-spotify iframe{
  height: 200px;
  display: block;
  width: 100%;
}
.release-grid--full .release-body{
  padding: 1rem;
}
.release-grid--full .release-title{ font-size: .95rem; }
.release-grid--full .release-meta{ font-size: .75rem; margin-bottom: .5rem; }
/* Discografie: eerst 6 tegels, rest bij scroll */
.release-grid--full .release--lazy{ display: none; }
.release-grid--full.release-grid--loaded .release--lazy{ display: block; }

/* ============ AGENDA – Timeline / lijst (niet card grid) ============ */
#agenda{ background: var(--bg-soft); min-height: 200px; display: block !important; visibility: visible !important; }
.agenda-timeline{
  display: flex; flex-direction: column; gap: 0;
  max-width: 720px;
}
.agenda-item{
  display: grid;
  grid-template-columns: 100px 1fr auto;
  gap: 2rem;
  padding: 1.75rem 0;
  border-bottom: 1px solid var(--line);
  align-items: center;
  transition: background .2s;
}
.agenda-item:hover{ background: rgba(0,0,0,.02); }
.agenda-item:last-child{ border-bottom: none; }
.agenda-date{
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 500;
  color: var(--muted);
}
.agenda-date .day{ display: block; font-size: 1.5rem; color: var(--text); }
.agenda-info h3{ font-family: var(--font-display); font-size: 1.2rem; font-weight: 500; margin: 0 0 .35rem; }
.agenda-meta{ font-size: .9rem; color: var(--muted); list-style: none; margin: 0; padding: 0; }
.agenda-meta li{ display: flex; align-items: center; gap: .5rem; margin-bottom: .2rem; }
.agenda-meta i{ opacity: .6; width: 14px; }
.btn-ticket{
  font-size: .75rem; font-weight: 600; letter-spacing: .05em; text-transform: uppercase;
  padding: .6rem 1.25rem;
  background: var(--accent);
  color: #fff;
  border: 2px solid var(--accent);
  border-radius: 999px;
  text-decoration: none;
  transition: background .25s, transform .2s, border-color .25s;
}
.btn-ticket:hover{ background: #e65c00; border-color: #e65c00; transform: translateY(-1px); }
.btn-ticket--last{ background: transparent; color: #f59e0b; border-color: #f59e0b; }
.btn-ticket--last:hover{ background: #f59e0b; color: #0a0a0c; }
.btn-ticket--soldout{ background: transparent; color: #dc2626; border-color: #dc2626; cursor: default; }
.btn-ticket--soldout:hover{ background: transparent; transform: none; }

@media (max-width: 768px){
  .agenda-item{ grid-template-columns: 1fr; gap: .75rem; }
  .agenda-date{ order: -1; }
  .agenda-item .btn-ticket{ margin-left: 0; margin-top: 0.5rem; }
}

/* Agenda home – cards altijd zichtbaar */
#agenda .agenda-carousel{ display: flex !important; flex-direction: column !important; visibility: visible !important; }
.cards{ display: flex; flex-direction: column; gap: 0; max-width: 720px; }
.card.event{ display: contents; }
.agenda-carousel .card.event{
  display: grid;
  grid-template-columns: 100px 1fr auto;
  gap: 2rem;
  padding: 1.75rem 0;
  border-bottom: 1px solid var(--line);
  align-items: center;
}
.agenda-carousel .event-date{
  width: 80px; height: 80px;
  border-radius: var(--radius);
  background: var(--card) url("images/ronnie-flex.jpg") center/cover;
  filter: grayscale(80%);
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  font-family: var(--font-display); font-weight: 700;
}
.agenda-carousel .event-date .event-day{ font-size: 1.5rem; }
.agenda-carousel .event-date .event-month{ font-size: .65rem; }
.agenda-carousel .event-body{ padding: 0; }
.agenda-carousel .event-title{ font-family: var(--font-display); font-size: 1.1rem; margin: 0 0 .25rem; }
.agenda-carousel .event-meta{ font-size: .85rem; color: var(--muted); list-style: none; margin: 0; padding: 0; }
.agenda-carousel .event-meta li{ display: flex; align-items: center; gap: .5rem; margin-bottom: .2rem; }
.agenda-carousel .event-meta i{ color: var(--accent); width: 14px; }
.agenda-carousel .btn-ticket{ margin-left: auto; }
@media (max-width: 768px){
  .agenda-carousel .card.event{
    grid-template-columns: 1fr;
    gap: 1rem;
    padding: 1.25rem 0;
  }
  .agenda-carousel .event-date{ justify-self: start; }
  .agenda-carousel .btn-ticket{ margin-left: 0; margin-top: 0.5rem; }
}

/* ============ CONTACT – Thema-consistent form ============ */
#contact.contact-section{ background: var(--bg-soft); }
.contact-section .container{
  max-width: min(960px, 94vw);
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.contact-section .contact-page-header{
  text-align: center;
  margin-bottom: 3rem;
  padding-top: 0.5rem;
}
@media (min-width: 769px){
  .contact-section .contact-page-header{ margin-bottom: 2rem; }
}
.contact-section .section-label{
  font-size: .7rem; letter-spacing: .2em; text-transform: uppercase;
  color: var(--accent); display: block; margin-bottom: .5rem;
}
.contact-section .section-title{
  font-family: var(--font-display); font-size: clamp(2rem, 5vw, 3rem);
  font-weight: 700; margin: 0 0 .5rem; color: var(--text);
}
.contact-section .section-sub{
  font-size: 1.1rem; color: var(--muted); margin: 0; max-width: 42ch;
  margin-inline: auto; line-height: 1.6;
}
.contact-form{
  max-width: 100%;
  width: 100%;
  margin-inline: auto;
  padding: 2rem;
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  transition: border-color .2s, box-shadow .2s;
}
.contact-form:hover{ border-color: rgba(255,255,255,.12); }
.contact-form label{
  display: block;
  font-family: var(--font-body);
  font-size: .8rem;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: .5rem;
}
.contact-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]),
.contact-form textarea{
  display: block; width: 100%;
  font-family: var(--font-body);
  font-size: 1rem;
  padding: 1rem 1.25rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--bg);
  color: var(--text);
  transition: border-color .2s, background .2s, box-shadow .2s;
}
.contact-form input::placeholder,
.contact-form textarea::placeholder{ color: var(--muted); }
.contact-form input:focus,
.contact-form textarea:focus{
  outline: none;
  border-color: var(--accent);
  background: var(--bg);
  box-shadow: 0 0 0 3px var(--accent-10);
}
.contact-form textarea{ min-height: 140px; resize: vertical; }
.contact-form p{
  margin: 0 0 1.75rem;
}
.contact-form p:last-of-type{ margin-bottom: 0; }
.contact-form p:not(:first-child) label{
  margin-top: 1.25rem;
}

/* Form-grid template (CF7 custom) */
.contact-form .form-grid{
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem 1.5rem;
}
@media (min-width: 520px){
  .contact-form .form-grid{
    grid-template-columns: 1fr 1fr;
  }
}
.contact-form .form-field{
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.contact-form .form-field.full{
  grid-column: 1 / -1;
}
.contact-form .form-field label{
  margin: 0;
  order: -1;
}
.contact-form .form-field .wpcf7-form-control-wrap{
  display: block;
}
.contact-form .form-field input:not([type="submit"]),
.contact-form .form-field textarea,
.contact-form .form-field select{
  width: 100%;
  font-family: var(--font-body);
  font-size: 1rem;
  padding: 1rem 1.25rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--bg);
  color: var(--text);
  transition: border-color .2s, background .2s, box-shadow .2s;
}
.contact-form .form-field input:focus,
.contact-form .form-field textarea:focus,
.contact-form .form-field select:focus{
  outline: none;
  border-color: var(--accent);
  box-shadow: 0 0 0 3px var(--accent-10);
}
.contact-form .form-field textarea{ min-height: 140px; resize: vertical; }
.contact-form .form-actions{
  grid-column: 1 / -1;
  margin-top: 0.5rem;
}
.contact-form .form-actions input[type="submit"]{
  margin-top: 0;
}

.contact-form input[type="submit"],
.contact-form button[type="submit"]{
  margin-top: 1.5rem;
  padding: .9rem 2rem;
  font-size: .85rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase;
  background: var(--accent);
  color: #fff;
  border: none;
  border-radius: 999px;
  cursor: pointer;
  transition: background .25s, transform .2s;
}
.contact-form input[type="submit"]:hover,
.contact-form button[type="submit"]:hover{ background: #e65c00; transform: translateY(-1px); }

/* Contact Form 7 – thema-styling */
.contact-form .wpcf7-form-control-wrap{ display: block; }
.contact-form .wpcf7 input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]),
.contact-form .wpcf7 textarea,
.contact-form .wpcf7 select{
  display: block; width: 100%;
  font-family: var(--font-body); font-size: 1rem;
  padding: 1rem 1.25rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--bg);
  color: var(--text);
  transition: border-color .2s, background .2s, box-shadow .2s;
}
.contact-form .wpcf7 input::placeholder,
.contact-form .wpcf7 textarea::placeholder{ color: var(--muted); }
.contact-form .wpcf7 input:focus,
.contact-form .wpcf7 textarea:focus,
.contact-form .wpcf7 select:focus{
  outline: none;
  border-color: var(--accent);
  box-shadow: 0 0 0 3px var(--accent-10);
}
.contact-form .wpcf7 textarea{ min-height: 140px; resize: vertical; }
.contact-form .wpcf7 input[type="submit"]{
  margin-top: 1.5rem;
  padding: .9rem 2rem;
  font-size: .85rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase;
  background: var(--accent);
  color: #fff;
  border: none;
  border-radius: 999px;
  cursor: pointer;
  transition: background .25s, transform .2s;
}
.contact-form .wpcf7 input[type="submit"]:hover{ background: #e65c00; transform: translateY(-1px); }
.contact-form .wpcf7-not-valid-tip{ color: #f59e0b; font-size: .8rem; margin-top: .35rem; }
.contact-form .wpcf7-response-output{
  margin-top: 1.5rem;
  padding: 1rem 1.25rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--bg);
  font-size: .9rem;
  color: var(--text);
}
.contact-form .wpcf7-mail-sent-ok{ border-color: rgba(34,197,94,.5); color: #22c55e; }
.contact-form .wpcf7-validation-errors,
.contact-form .wpcf7-mail-sent-ng{ border-color: rgba(245,158,11,.5); color: #f59e0b; }

/* ============ THREADS – Laatste posts ============ */
.threads-section{ background: var(--bg); }
.threads-header{
  text-align: center;
  margin-bottom: 2.5rem;
}
.threads-header .section-label{ color: var(--accent); }
.threads-profile-link{
  display: inline-block;
  margin-top: .5rem;
  font-size: .95rem;
  color: var(--muted);
  transition: color .2s;
}
.threads-profile-link:hover{ color: var(--accent); }
.threads-grid{
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  max-width: 900px;
  margin-inline: auto;
}
@media (min-width: 640px){
  .threads-grid{ grid-template-columns: repeat(3, 1fr); }
}
.threads-card{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 2rem 1.25rem;
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  color: var(--text);
  text-decoration: none;
  transition: border-color .2s, background .2s, transform .2s;
}
.threads-card:hover{
  border-color: var(--accent);
  background: rgba(255,107,0,.06);
  transform: translateY(-2px);
}
.threads-card-icon{
  font-size: 1.75rem;
  color: var(--muted);
  margin-bottom: .75rem;
}
.threads-card:hover .threads-card-icon{ color: var(--accent); }
.threads-card-label{
  font-size: .8rem;
  font-weight: 600;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: var(--muted);
}
.threads-card:hover .threads-card-label{ color: var(--accent); }

/* CF7 fallback – op Contact-pagina zonder .contact-form wrapper */
.wpcf7 input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]),
.wpcf7 textarea,
.wpcf7 select{
  display: block; width: 100%;
  font-family: var(--font-body); font-size: 1rem;
  padding: 1rem 1.25rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--bg);
  color: var(--text);
}
.wpcf7 input:focus,
.wpcf7 textarea:focus{ outline: none; border-color: var(--accent); }
.wpcf7 input[type="submit"]{
  padding: .9rem 2rem; background: var(--accent); color: #fff;
  border: none; border-radius: 999px; cursor: pointer;
  font-size: .85rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase;
}
.wpcf7 input[type="submit"]:hover{ background: #e65c00; }
.wpcf7-not-valid-tip{ color: #f59e0b; font-size: .8rem; }
.wpcf7-response-output{ border: 1px solid var(--line); padding: 1rem; border-radius: var(--radius); font-size: .9rem; }

/* ============ ADF sectie ============ */
#adf{ background: var(--bg-soft); }
.adf-grid{
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 2rem;
}
.adf-artist{
  text-align: center;
}
.adf-artist-link{ display: block; text-decoration: none; color: inherit; }
.adf-artist-image{
  aspect-ratio: 1;
  border-radius: var(--radius-lg);
  background: var(--card);
  background-size: cover;
  background-position: center;
  margin-bottom: 1rem;
  overflow: hidden;
  transition: transform .25s, box-shadow .25s;
}
.adf-artist:hover .adf-artist-image{ transform: scale(1.02); box-shadow: 0 8px 24px rgba(0,0,0,.4); }
.adf-placeholder{
  width: 100%; height: 100%;
  display: flex; align-items: center; justify-content: center;
  font-size: 3rem; color: var(--muted);
}
.adf-artist-name{
  font-family: var(--font-display);
  font-size: 1.1rem;
  font-weight: 600;
  margin: 0 0 .25rem;
}
.adf-artist-cat{
  display: block;
  font-size: .75rem;
  color: var(--accent);
  text-transform: uppercase;
  letter-spacing: .05em;
  margin-bottom: .5rem;
}
.adf-artist-links{
  display: flex; gap: .75rem; justify-content: center;
}
.adf-artist-links a{
  color: var(--muted);
  font-size: 1rem;
  transition: color .25s;
}
.adf-artist-links a:hover{ color: var(--accent); }

/* ADF-archief: categorie-label verbergen (stond dubbel onder de naam) */
.post-type-archive-adf_artiest .adf-artist-cat{
  display: none;
}

/* Home ADF – max 5 desktop, max 3 mobiel */
@media (min-width: 769px){
  .adf-grid--home .adf-artist--hide-desktop{ display: none; }
}
@media (max-width: 768px){
  .adf-grid--home .adf-artist--hide-mobile{ display: none; }
}

/* ADF single – met achtergrond */
.adf-single-page{ min-height: 100vh; }
.adf-single-hero{
  position: relative;
  min-height: 50vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: center;
  background-color: var(--bg);
  overflow: hidden;
}
.adf-single-hero--video .adf-single-hero-video-wrap{
  position: absolute; inset: 0; z-index: 0;
}
.adf-single-hero--video .adf-single-hero-video{
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.adf-single-hero--video video.adf-single-hero-video{
  min-width: 100%; min-height: 100%;
}
.adf-single-hero--video iframe.adf-single-hero-video{
  width: 100vw; height: 56.25vw;
  min-width: 177.78vh; min-height: 100vh;
  position: absolute;
  left: 50%; top: 50%;
  transform: translate(-50%, -50%);
}
.adf-single-hero-overlay{
  position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(to bottom, rgba(0,0,0,.3), rgba(0,0,0,.85));
}
.adf-single-hero-inner{
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 6rem 2rem 4rem;
}
.adf-single-avatar{
  width: 140px; height: 140px;
  margin: 0 auto 1.5rem;
  border-radius: 50%;
  background: var(--card);
  background-size: cover;
  background-position: center;
  overflow: hidden;
  border: 4px solid rgba(255,255,255,.2);
}
.adf-single-avatar--small{
  width: 100px; height: 100px;
  margin-bottom: 1rem;
}
.adf-single-title{
  font-family: var(--font-display);
  font-size: clamp(2rem, 5vw, 3rem);
  font-weight: 700;
  margin: 0 0 .5rem;
  color: #fff;
}
.adf-single-cat{
  display: inline-block;
  font-size: .7rem;
  font-weight: 600;
  letter-spacing: .15em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: .5rem;
}
.adf-single-excerpt{
  font-size: 1.1rem;
  color: var(--muted);
  margin: 0 0 1rem;
  max-width: 480px;
  margin-inline: auto;
}
.adf-single-links{
  display: flex; gap: 1.25rem; justify-content: center; flex-wrap: wrap;
}
.adf-single-links a{
  color: var(--muted);
  font-size: 1.25rem;
  transition: color .25s;
}
.adf-single-links a:hover{ color: var(--accent); }

/* ADF single – zonder achtergrond (fallback) */
.adf-single-header-simple{
  padding: 8rem 0 3rem;
  text-align: center;
}
.adf-single-header-simple .adf-single-avatar{ margin: 0 auto; }
.adf-single-bio{ background: var(--bg-soft); }

/* ADF video grid */
.adf-single-videos{ background: var(--bg); }
.adf-video-grid{
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 1.5rem;
}
.adf-video-card{
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition: transform .25s, box-shadow .25s;
}
.adf-video-card:hover{
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0,0,0,.3);
}
/* Video 7+ – reveal on scroll */
.adf-video-card.adf-video-reveal{
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .5s var(--ease), transform .5s var(--ease), box-shadow .25s;
}
.adf-video-card.adf-video-reveal.is-visible{
  opacity: 1;
  transform: translateY(0);
}
.adf-video-card.adf-video-reveal.is-visible:hover{
  transform: translateY(-2px);
}
.adf-video-embed{
  display: block;
  width: 100%;
  position: relative;
  aspect-ratio: 16/9;
  overflow: hidden;
  background: #111;
  cursor: pointer;
}
.adf-video-embed.video-embed img{
  position: absolute; inset: 0;
  width: 100%; height: 100%; object-fit: cover; display: block;
}
.adf-video-embed.video-embed.no-thumb{ background: linear-gradient(135deg, #1a1a1a 0%, #0d0d0d 100%); }
.adf-video-embed .release-play-btn{
  position: absolute; inset: 0; z-index: 2;
  display: flex; align-items: center; justify-content: center;
  background: rgba(0,0,0,.35);
  pointer-events: none;
}
.adf-video-embed .release-play-btn i{
  width: 56px; height: 56px;
  display: flex; align-items: center; justify-content: center;
  background: rgba(255,61,0,.9);
  color: #fff;
  border-radius: 50%;
  font-size: 1.2rem;
  padding-left: 4px;
  box-shadow: 0 4px 20px rgba(255,61,0,.4);
}
.adf-video-embed.is-playing .release-play-btn{ display: none !important; }
.adf-video-embed iframe{
  position: absolute; inset: 0; z-index: 1;
  width: 100%; height: 100%; border: 0; display: block;
}
.adf-video-placeholder{
  position: absolute; inset: 0;
  background: var(--bg-soft);
}
.adf-video-body{ padding: 1rem; }
.adf-video-label{
  display: none !important; /* categorie bij video's op single niet tonen */
}
.adf-video-title{
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 600;
  color: var(--text);
  margin: 0 0 .5rem;
}
.adf-video-streaming{ display: flex; flex-wrap: wrap; gap: .5rem; }

/* ADF single – twee tegels meer artiesten onderaan */
.adf-single-more-artists{
  background: var(--bg);
  padding-top: 2rem;
  padding-bottom: 3rem;
}
.adf-grid--single-more{
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  max-width: 100%;
  margin-inline: auto;
}
.adf-single-more-artists .adf-artist{
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 1.25rem;
  transition: border-color .2s, box-shadow .2s;
}
.adf-single-more-artists .adf-artist:hover{
  border-color: rgba(255,255,255,.15);
  box-shadow: 0 8px 24px rgba(0,0,0,.35);
}
.adf-single-more-artists .adf-artist-image{
  border-radius: var(--radius);
  margin-bottom: 0.75rem;
}
.adf-single-more-artists .adf-artist-name{
  font-size: 1rem;
  margin-bottom: 0.15rem;
}
.adf-single-more-artists .adf-artist-cat{
  display: none;
}
@media (max-width: 768px){
  .adf-grid--single-more{
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
  .adf-grid--single-more .adf-artist:nth-child(n+3){
    display: none;
  }
}

/* ADF video modal */
.adf-video-modal{
  position: fixed; inset: 0; z-index: 99999;
  display: flex; align-items: center; justify-content: center;
  padding: 2rem;
}
.adf-video-modal[hidden]{ display: none !important; }
.adf-video-modal-backdrop{
  position: absolute; inset: 0;
  background: rgba(0,0,0,.9);
  cursor: pointer;
}
.adf-video-modal-inner{
  position: relative;
  width: 100%;
  max-width: 900px;
  aspect-ratio: 16/9;
}
.adf-video-modal-close{
  position: absolute;
  top: -40px; right: 0;
  width: 36px; height: 36px;
  font-size: 1.5rem; line-height: 1;
  background: var(--card);
  color: var(--text);
  border: none;
  border-radius: var(--radius);
  cursor: pointer;
  transition: background .25s;
}
.adf-video-modal-close:hover{ background: var(--accent); }
.adf-video-modal-embed{
  width: 100%; height: 100%;
  background: #000;
  border-radius: var(--radius-lg);
  overflow: hidden;
}
.adf-video-modal-embed iframe{
  width: 100%; height: 100%; border: 0;
}

/* Legacy ADF single (archive card) */
.adf-single-image{
  width: 200px; height: 200px;
  margin: 0 auto 1.5rem;
  border-radius: var(--radius-lg);
  background: var(--card);
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

/* ============ Footer – Minimal ============ */
.site-footer{
  padding: 3rem 0;
  border-top: 1px solid var(--line);
  background: var(--bg);
}
.footer-flex{
  display: flex; justify-content: space-between; align-items: center;
  flex-wrap: wrap; gap: 1.5rem;
}
.footer-socials{ display: flex; gap: 2rem; list-style: none; margin: 0; padding: 0; }
.footer-social{
  font-size: .85rem; font-weight: 500;
  color: var(--muted);
  transition: color .25s;
}
.footer-social:hover{ color: var(--text); }
.footer-social i{ margin-right: .35rem; }
.footer-copy{ font-size: .85rem; color: var(--muted); margin: 0; }
.footer-link{ color: var(--text); text-decoration: underline; text-underline-offset: 3px; }
.footer-link:hover{ opacity: .8; }

/* ============ Buttons (algemeen) ============ */
.btn{
  display: inline-flex; align-items: center; justify-content: center; gap: .5rem;
  padding: .75rem 1.5rem;
  font-family: var(--font-body);
  font-weight: 500;
  cursor: pointer;
  transition: opacity .25s var(--ease), background .25s, color .25s, transform .2s;
}
.btn-primary{ background: var(--accent); color: #fff; border: none; }
.btn-outline{ background: transparent; color: var(--text); border: 2px solid rgba(255,255,255,.3); }
.btn-outline:hover{ border-color: var(--accent); color: var(--accent); }

/* ============ Video embed ============ */
.video-embed{
  position: relative; aspect-ratio: 16/9; overflow: hidden;
  background: #111;
  cursor: pointer;
}
.video-embed img{ width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.video-embed:hover img{ transform: scale(1.03); }
.video-embed::after{
  content: "\f04b";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 1.5rem;
  color: #fff;
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0,0,0,.3);
  transition: background .3s;
}
.video-embed:hover::after{ background: rgba(0,0,0,.2); }

/* ============ Video single / archive ============ */
.video-single{ text-align: left; }
.video-hero{
  max-width: 900px; margin: 0 auto 2rem;
  aspect-ratio: 16/9;
  overflow: hidden;
  background: #111;
}
.video-hero iframe{ width: 100%; height: 100%; border: 0; }
.video-single .video-content{ max-width: 640px; margin: 2rem 0; line-height: 1.8; }
.video-streaming-title{ font-size: .7rem; letter-spacing: .2em; text-transform: uppercase; color: var(--muted); margin: 0 0 1rem; }
.video-streaming-actions{ display: flex; flex-wrap: wrap; gap: .5rem; }
.video-grid{
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}
.video-item{
  border: 1px solid var(--line);
  overflow: hidden;
  transition: transform .3s, box-shadow .3s;
}
.video-item:hover{
  transform: translateY(-4px);
  box-shadow: 0 20px 40px rgba(0,0,0,.08);
}
.video-body{ padding: 1.5rem; }
.video-title{ font-family: var(--font-display); font-size: 1.15rem; margin: 0 0 .35rem; }
.video-desc{ font-size: .95rem; color: var(--muted); margin: 0; }
.video-nav-grid{ display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; }
.video-nav-item{ border: 1px solid var(--line); padding: 1rem; transition: border-color .25s; }
.video-nav-item:hover{ border-color: var(--text); }
.video-nav-label{ font-size: .7rem; letter-spacing: .15em; text-transform: uppercase; color: var(--muted); }

/* ============ Hero video – altijd zichtbaar ============ */
.hero-bg iframe,
.hero-bg video.hero-video{ opacity: 1; }

/* ============ Fade ============ */
.fade-in{ opacity: 0; animation: fadeIn .6s var(--ease) forwards; }
.fade-out{ opacity: 1; animation: fadeOut .6s var(--ease) forwards; }
@keyframes fadeIn{ from{ opacity: 0; transform: translateY(12px); } to{ opacity: 1; transform: translateY(0); } }
@keyframes fadeOut{ from{ opacity: 1; } to{ opacity: 0; } }

/* ============ Scrollbar – donker thema ============ */
html{ scrollbar-width: thin; scrollbar-color: var(--accent) var(--bg-soft); }
html::-webkit-scrollbar{ width: 10px; height: 10px; }
html::-webkit-scrollbar-track{ background: var(--bg-soft); }
html::-webkit-scrollbar-thumb{ background: var(--accent); border-radius: 5px; }
html::-webkit-scrollbar-thumb:hover{ background: #e65c00; }

/* ============ Page Volledige Agenda – zelfde zwart als site-header (#0a0a0c) ============ */
.agenda-full-page{
  background: #0a0a0c !important;
  padding: clamp(60px, 10vw, 120px) 0;
}
@media (min-width: 769px){
  .agenda-full-page{ padding: clamp(48px, 5vw, 72px) 0; }
}
.agenda-full-page .container{
  max-width: 900px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-inline: clamp(1.5rem, 5vw, 3rem);
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.agenda-full-page > .container > header,
.agenda-full-page .agenda-page-header{
  text-align: center;
  margin-bottom: 3rem;
  padding-top: 0.5rem;
}
@media (min-width: 769px){
  .agenda-full-page .agenda-page-header{ margin-bottom: 2rem; }
}
.agenda-full-page .section-label{ font-size: .7rem; letter-spacing: .2em; text-transform: uppercase; color: var(--accent); display: block; margin-bottom: .5rem; }
.agenda-full-page .section-title{ font-family: var(--font-display); font-size: clamp(2rem, 5vw, 3rem); font-weight: 700; margin: 0 0 .5rem; color: var(--text); }
.agenda-full-page .section-sub{ font-size: 1.1rem; color: var(--muted); margin: 0 0 2rem; max-width: 42ch; margin-inline: auto; line-height: 1.6; }
.agenda-full-page .agenda-search-wrap{
  display: flex;
  justify-content: center;
  margin-bottom: 2.5rem;
  max-width: 480px;
  margin-inline: auto;
}
@media (min-width: 769px){
  .agenda-full-page .agenda-search-wrap{ margin-bottom: 1.5rem; }
}
.agenda-full-page .agenda-search-wrap .agenda-search-input{ max-width: 100% !important; width: 100%; }
.agenda-full-page #agendaList{
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
  max-width: 900px;
}
.agenda-full-page .agenda-item{
  display: block;
  margin: 0;
  padding: 0;
  border-bottom: none;
}
/* Desktop: alib.nl-achtige kaarten met grid */
.agenda-full-page .agenda-item-inner{
  display: grid; grid-template-columns: 50px 1fr auto; gap: 1.75rem;
  align-items: center; padding: 1.5rem 2rem;
  background: #0a0a0c !important; border: 1px solid var(--line);
  border-radius: var(--radius-lg); transition: background .2s, border-color .2s, box-shadow .2s;
}
.agenda-full-page .agenda-item-inner:hover{
  border-color: rgba(255,255,255,.18);
  box-shadow: 0 4px 20px rgba(0,0,0,.4);
}
.agenda-full-page .agenda-icons{
  display: flex; flex-direction: column; gap: .75rem;
  color: var(--accent); font-size: 1rem; text-align: center; opacity: .9;
}
.agenda-full-page .agenda-content{ min-width: 0; }
.agenda-full-page .agenda-city{
  display: block; font-size: .75rem; font-weight: 700; letter-spacing: .12em;
  text-transform: uppercase; color: var(--accent); margin-bottom: .35rem;
}
.agenda-full-page .agenda-venue{
  font-family: var(--font-display); font-size: 1.2rem; font-weight: 600;
  margin: 0 0 .4rem; color: var(--text); letter-spacing: -.01em;
}
.agenda-full-page .agenda-date{ font-size: .9rem; color: var(--muted); }
.agenda-full-page .agenda-cta{ display: flex; align-items: center; }
.agenda-full-page .agenda-search-input{
  width: 100%;
  padding: 1rem 1.25rem;
  background: #0a0a0c !important;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  color: var(--text);
  font-size: 1rem;
  font-family: var(--font-body);
  transition: border-color .2s, background .2s;
}
.agenda-full-page .agenda-search-input::placeholder{ color: var(--muted); }
.agenda-full-page .agenda-search-input:focus{
  outline: none; border-color: var(--accent); background: #0a0a0c !important;
  box-shadow: 0 0 0 3px var(--accent-10);
}
.btn-agenda{
  display: inline-flex; align-items: center; gap: .5rem;
  padding: .6rem 1.25rem; border-radius: 999px; font-size: .8rem; font-weight: 600;
  letter-spacing: .05em; text-transform: uppercase; text-decoration: none;
  transition: opacity .2s, transform .2s;
}
.btn-agenda:hover{ opacity: 1; transform: translateY(-1px); }
.btn-agenda--tickets{
  border: 2px solid var(--accent); color: var(--accent); background: transparent;
}
.btn-agenda--tickets:hover{ background: var(--accent); color: #fff; }
.btn-agenda--last{ border: 2px solid #f59e0b; color: #f59e0b; background: transparent; }
.btn-agenda--last:hover{ background: #f59e0b; color: #0a0a0c; }
.btn-agenda--soldout{ border: 2px solid #dc2626; color: #dc2626; background: transparent; cursor: default; }
.agenda-no-tickets{ color: var(--muted); font-size: .9rem; }
.agenda-empty{ list-style: none; padding: 2.5rem; background: #0a0a0c !important; border-radius: var(--radius-lg); border: 1px dashed var(--line); text-align: center; }
.agenda-empty p{ color: var(--muted); margin: 0; font-size: 1rem; }
@media (min-width: 901px){
  .agenda-full-page .agenda-item-inner{
    grid-template-columns: 60px 1fr auto;
    gap: 2rem;
    padding: 1.75rem 2rem;
    min-height: 100px;
  }
  .agenda-full-page .agenda-icons{
    font-size: 1.1rem;
    gap: 0.5rem;
  }
  .agenda-full-page .agenda-venue{ font-size: 1.25rem; }
  .agenda-full-page .agenda-city{ font-size: .8rem; }
  .agenda-full-page .agenda-date{ font-size: .95rem; }
  .agenda-full-page .btn-agenda{ padding: .7rem 1.5rem; font-size: .85rem; }
}
@media (max-width: 768px){
  .agenda-full-page .agenda-item-inner{ grid-template-columns: 1fr; gap: 1rem; text-align: center; padding: 1.25rem 1.5rem; }
  .agenda-full-page .agenda-icons{ flex-direction: row; justify-content: center; }
  .agenda-full-page .agenda-cta{ justify-content: center; }
}

/* ============ Archive discografie / home agenda carousel ============ */
.release-media,
.release-media.video-embed{ aspect-ratio: 16/9; overflow: hidden; background: #111; }
.release-media iframe{ width: 100%; height: 100%; border: 0; display: block; }
.agenda-grid .card.event{
  display: grid;
  grid-template-columns: 100px 1fr auto;
  gap: 2rem;
  padding: 1.75rem 0;
  border-bottom: 1px solid var(--line);
  align-items: center;
  background: transparent;
  border: none;
  border-radius: 0;
}
.agenda-grid .event-date{
  width: 80px; height: 80px;
  border-radius: 0;
  background: var(--accent-soft) url("images/ronnie-flex.jpg") center/cover;
  filter: grayscale(100%);
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  font-family: var(--font-display);
}

/* ============ Responsive – mobiel ============ */
@media (max-width: 768px){
  a{ -webkit-tap-highlight-color: rgba(255,107,0,.2); }
  .container{ padding-inline: 1rem; }
  .section{ padding: 3rem 0; }
  .section-title{ font-size: 2rem; }
  .hero-overlay{ padding: 1.5rem; }
  .hero-title{ font-size: 2.5rem; }
  .hero-sub{ font-size: 1rem; margin-bottom: 1.5rem; }
  .hero-actions{ flex-direction: column; gap: .75rem; }
  .hero-actions .btn{ width: 100%; max-width: 280px; justify-content: center; }
  .bio-grid{ gap: 2rem; }
  .release-grid{ grid-template-columns: 1fr; }
  .release-grid--home .release{ max-width: 100%; }
  .adf-grid{ grid-template-columns: repeat(2, 1fr); gap: 1rem; }
  .adf-artist-image{ aspect-ratio: 1; }
  .adf-artist-name{ font-size: .95rem; }
  .agenda-grid .card.event{
    grid-template-columns: 1fr;
    gap: 1rem;
    padding: 1.25rem 0;
  }
  .agenda-grid .event-date{ width: 60px; height: 60px; font-size: .85rem; justify-self: start; }
  .agenda-grid .btn-ticket{ margin-left: 0; margin-top: 0.5rem; }
  .agenda-grid .event-title{ font-size: 1rem; }
  .agenda-grid .event-meta{ font-size: .85rem; }
  .adf-single-hero-inner{ padding: 4rem 1rem 3rem; }
  .adf-single-avatar{ width: 100px; height: 100px; }
  .adf-single-title{ font-size: 1.75rem; }
  .adf-video-grid{ grid-template-columns: 1fr; }
}
@media (max-width: 480px){
  .adf-grid{ grid-template-columns: 1fr; }
  .adf-home-actions{ flex-direction: column; }
  .adf-home-actions .btn{ width: 100%; }
}
