/* ============================================
   COMPONENTS CSS — De Blaoskaffers
   ============================================ */

/* ═══════════════════════════════════════════
   1. NAVIGATIE
   ═══════════════════════════════════════════ */
#nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  padding: 36px var(--container-pad);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.35s ease, padding 0.35s ease, box-shadow 0.35s ease;
  max-width: 100%;
}

#nav.scrolled {
  background: var(--kleur-zwart);
  padding-top: 14px;
  padding-bottom: 14px;
  box-shadow: 0 4px 32px rgba(0,0,0,0.4);
}

.nav-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  flex-shrink: 0;
}

.nav-logo img {
  height: 60px;
  width: auto;
  transition: opacity 0.3s ease, height 0.35s ease;
}

#nav.scrolled .nav-logo img {
  height: 48px;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: clamp(20px, 2.5vw, 40px);
}

.nav-links a {
  font-family: var(--font-display);
  font-size: 18px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.82);
  position: relative;
  transition: color 0.22s ease;
  touch-action: manipulation;
}

.nav-links a::after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--kleur-rood);
  transition: width 0.25s var(--ease-out-quart);
}

.nav-links a:hover,
.nav-links a.actief {
  color: var(--kleur-wit);
}

.nav-links a:hover::after,
.nav-links a.actief::after {
  width: 100%;
  background: var(--kleur-rood);
}

.nav-links a:focus-visible {
  color: var(--kleur-wit);
  outline: 2px solid var(--kleur-geel);
  outline-offset: 4px;
  border-radius: 2px;
}

.nav-cta {
  position: absolute;
  right: var(--container-pad);
  top: 50%;
  transform: translateY(-50%);
}

/* Hamburger */
.nav-hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  padding: 6px;
  background: none;
  border: none;
}

.nav-hamburger span {
  display: block;
  width: 26px;
  height: 2px;
  background: var(--kleur-wit);
  transition: transform 0.3s ease, opacity 0.3s ease, width 0.3s ease;
  transform-origin: center;
}

.nav-hamburger.actief span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.nav-hamburger.actief span:nth-child(2) {
  opacity: 0;
  transform: scaleX(0);
}
.nav-hamburger.actief span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

/* Mobile menu overlay */
.nav-overlay {
  position: fixed;
  inset: 0;
  background: var(--kleur-zwart);
  z-index: 999;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 32px;
  transform: translateX(100%);
  transition: transform 0.45s var(--ease-out-quart);
}

.nav-overlay.actief {
  transform: translateX(0);
}

.nav-overlay a {
  font-family: var(--font-display);
  font-size: clamp(36px, 8vw, 56px);
  color: var(--kleur-wit);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  transition: color 0.2s ease;
}

.nav-overlay a:hover {
  color: var(--kleur-rood);
}

.nav-overlay .overlay-cta {
  margin-top: 16px;
}

@media (max-width: 767px) {
  .nav-links {
    display: none;
  }
  .nav-cta {
    position: static;
    transform: none;
    margin-left: auto;
  }
  .nav-hamburger {
    display: flex;
    margin-left: 16px;
  }
}

/* ═══════════════════════════════════════════
   2. HERO
   ═══════════════════════════════════════════ */
#hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: var(--kleur-zwart);
}

.hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(35,31,32,0.35) 0%,
    rgba(35,31,32,0.55) 50%,
    rgba(35,31,32,0.80) 100%
  );
  z-index: 1;
}

.hero-content {
  position: relative;
  z-index: 4;
  text-align: center;
  padding: 120px var(--container-pad) 80px;
  max-width: 1100px;
  width: 100%;
}

.hero-pretitel {
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--kleur-geel);
  margin-bottom: 20px;
  display: block;
  animation: heroReveal 0.8s var(--ease-out-quart) 0.6s both;
}

.hero-bandnaam {
  font-family: var(--font-merk);
  font-weight: 900;
  color: var(--kleur-rood);
  -webkit-text-stroke: 2px var(--kleur-geel);
  text-stroke: 2px var(--kleur-geel);
  text-transform: uppercase;
  letter-spacing: 0.01em;
  line-height: 0.9;
  font-size: clamp(28px, 5.5vw, 80px);
  white-space: nowrap;
  margin-bottom: 20px;
  display: block;
  animation: heroReveal 0.8s var(--ease-out-quart) 0.3s both;
}

.hero-logo {
  height: clamp(90px, 15vw, 225px);
  width: auto;
  margin: 0 auto 28px;
  display: block;
  animation: heroReveal 0.8s var(--ease-out-quart) 0s both;
}

.hero-tagline {
  font-family: var(--font-display);
  font-size: clamp(22px, 4vw, 54px);
  font-weight: 400;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--kleur-wit);
  margin-top: 20px;
  display: block;
  animation: heroReveal 0.8s var(--ease-out-quart) 0.6s both;
}

/* Hero CTAs — gecentreerd onder de tagline */
.hero-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
  margin-top: 36px;
}

.hero-ctas .btn-rood,
.hero-ctas .btn-geel-outline {
  font-size: 15px;
  padding: 16px 32px;
  letter-spacing: 0.1em;
  white-space: nowrap;
}

@media (max-width: 480px) {
  .hero-ctas {
    flex-direction: column;
    align-items: center;
    gap: 12px;
    margin-top: 24px;
  }
  .hero-ctas .btn-rood,
  .hero-ctas .btn-geel-outline {
    font-size: 16px;
    padding: 16px 24px;
    width: 100%;
    text-align: center;
  }
}

.hero-scroll-indicator {
  position: absolute;
  bottom: 36px;
  left: 0;
  right: 0;
  z-index: 5;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  opacity: 0;
  animation: heroReveal 0.8s var(--ease-out-quart) 1.3s forwards;
}

.hero-scroll-indicator span {
  font-family: var(--font-body);
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.5);
}

.hero-scroll-arrow {
  width: 1px;
  height: 48px;
  background: linear-gradient(to bottom, rgba(255,255,255,0.5), transparent);
  position: relative;
  animation: scrollBounce 2s ease-in-out infinite;
}

@media (max-width: 767px) {
  .hero-content {
    padding: 80px 20px 60px;
  }

  .hero-logo {
    height: 100px;
  }

  .hero-bandnaam {
    font-size: clamp(22px, 7.5vw, 56px);
    white-space: nowrap;
    -webkit-text-stroke: 1px #FFF200;
    text-stroke: 1px #FFF200;
    paint-order: stroke fill;
  }

  .hero-tagline {
    font-size: clamp(18px, 5vw, 32px);
  }

  .hero-scroll-indicator {
    left: 0;
    right: 0;
  }

  .hero-fixed-ctas {
    bottom: 20px;
    right: 16px;
    gap: 8px;
  }

  .hero-fixed-ctas .btn-rood,
  .hero-fixed-ctas .btn-geel-outline {
    font-size: 13px;
    padding: 12px 16px;
    min-height: 44px;
  }

  .footer-logo {
    height: 100px;
  }
}

/* ═══════════════════════════════════════════
   4. STATISTIEKEN
   ═══════════════════════════════════════════ */
#stats {
  background: var(--kleur-creme);
  padding: var(--sectie-padding) 0;
  position: relative;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
}

@media (min-width: 768px) {
  .stats-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.stat-item {
  padding: clamp(32px, 4vw, 56px) clamp(20px, 3vw, 48px);
  text-align: center;
  border-right: 1px solid rgba(35,31,32,0.1);
  border-bottom: 1px solid rgba(35,31,32,0.1);
  position: relative;
  transition: background 0.3s ease, transform 0.3s var(--ease-out-quart);
  cursor: default;
  overflow: hidden;
}

.stat-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) scaleX(0);
  width: 48px;
  height: 3px;
  background: var(--kleur-rood);
  transition: transform 0.35s var(--ease-out-quart);
  transform-origin: center;
}

.stat-item:hover {
  background: rgba(255,49,49,0.04);
  transform: translateY(-4px);
}

.stat-item:hover::after {
  transform: translateX(-50%) scaleX(1);
}

.stat-item:hover .stat-getal {
  color: var(--kleur-rood);
}

.stat-item:hover .stat-getal .accent {
  color: var(--kleur-zwart);
}

.stat-item:last-child,
.stat-item:nth-child(2) {
  border-right: none;
}

@media (min-width: 768px) {
  .stat-item:nth-child(2) {
    border-right: 1px solid rgba(35,31,32,0.1);
  }
  .stat-item:last-child {
    border-right: none;
  }
  .stat-item {
    border-bottom: none;
  }
}

.stat-getal {
  font-family: var(--font-display);
  font-size: clamp(64px, 8vw, 108px);
  line-height: 1;
  color: var(--kleur-zwart);
  display: block;
  letter-spacing: -0.01em;
  transition: color 0.3s ease;
}

.stat-getal .accent {
  color: var(--kleur-rood);
}

.stat-label {
  font-family: var(--font-body);
  font-size: clamp(12px, 1.2vw, 14px);
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--kleur-grijs);
  margin-top: 8px;
  display: block;
}

/* ═══════════════════════════════════════════
   5. WIE WE ZIJN
   ═══════════════════════════════════════════ */
#wie-we-zijn {
  background: var(--kleur-zwart);
  overflow: hidden;
}

.groepsfoto-volledig {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.groepsfoto-volledig img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: -5%;
}

.groepsfoto-gradient {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(35,31,32,0) 50%, rgba(35,31,32,0.85) 100%);
}

.wie-we-zijn-tekst {
  background: var(--kleur-zwart);
  padding: clamp(48px, 6vw, 80px) 0;
}

.wie-we-zijn-inner {
  display: grid;
  gap: clamp(32px, 4vw, 64px);
}

@media (min-width: 768px) {
  .wie-we-zijn-inner {
    grid-template-columns: 1fr 1.6fr;
    align-items: start;
  }
}

.wie-we-zijn-kop .sectie-label { color: var(--kleur-geel); }
.wie-we-zijn-kop .sectie-titel { color: var(--kleur-wit); margin-top: 12px; }

.wie-cta-rij {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.wie-badge {
  display: none;
}

@media (min-width: 768px) {
  .wie-badge {
    display: block;
    width: clamp(80px, 10vw, 120px);
    height: auto;
    border-radius: 50%;
    flex-shrink: 0;
    transform: rotate(25deg);
  }
}

.wie-we-zijn-body p {
  font-family: var(--font-body);
  font-size: clamp(16px, 1.7vw, 18px);
  line-height: 1.75;
  color: rgba(255,255,255,0.72);
  margin-bottom: 20px;
}

.wie-we-zijn-body p:last-of-type { margin-bottom: 32px; }


/* ═══════════════════════════════════════════
   6. BANDLEDEN CAROUSEL
   ═══════════════════════════════════════════ */
#bandleden {
  background: var(--kleur-zwart);
  padding: var(--sectie-padding) 0;
  overflow: hidden;
}

#bandleden .sectie-titel,
#bandleden .sectie-label {
  color: var(--kleur-wit);
}

#bandleden .sectie-subtitel {
  color: rgba(255,255,255,0.5);
}

.swiper-bandleden {
  overflow: visible;
  padding-bottom: 40px !important;
}

.bandlid-kaart {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  aspect-ratio: 3/4;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  flex-shrink: 0;
}

.bandlid-initiaal {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -60%);
  font-family: var(--font-display);
  font-size: clamp(80px, 10vw, 120px);
  color: rgba(255,255,255,0.04);
  line-height: 1;
  user-select: none;
  pointer-events: none;
}

.bandlid-accent {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--kleur-rood);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s var(--ease-out-quart);
}

.bandlid-kaart:hover .bandlid-accent {
  transform: scaleX(1);
}

.bandlid-hover-overlay {
  position: absolute;
  inset: 0;
  background: var(--kleur-rood);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: translateY(100%);
  transition: opacity 0.35s ease, transform 0.35s var(--ease-out-quart);
}

.bandlid-kaart:hover .bandlid-hover-overlay {
  opacity: 1;
  transform: translateY(0);
}

.bandlid-hover-naam {
  font-family: var(--font-display);
  font-size: clamp(28px, 3.5vw, 42px);
  color: var(--kleur-wit);
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.bandlid-hover-instrument {
  font-family: var(--font-body);
  font-size: 13px;
  color: rgba(255,255,255,0.7);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-top: 4px;
}

.bandlid-info {
  padding: 20px 20px 24px;
  position: relative;
  z-index: 2;
}

.bandlid-naam {
  font-family: var(--font-display);
  font-size: 22px;
  color: var(--kleur-wit);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  display: block;
}

.bandlid-instrument {
  font-family: var(--font-body);
  font-size: 12px;
  color: var(--kleur-grijs);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-top: 2px;
  display: block;
}

/* Swiper custom */
.swiper-pagination-bullet {
  background: rgba(255,255,255,0.3) !important;
  opacity: 1 !important;
  transition: background 0.2s ease, transform 0.2s ease !important;
}
.swiper-pagination-bullet-active {
  background: var(--kleur-rood) !important;
  transform: scale(1.3) !important;
}

/* ═══════════════════════════════════════════
   7. ERVARINGEN SLIDER
   ═══════════════════════════════════════════ */
#ervaringen {
  position: relative;
  overflow: hidden;
  background: var(--kleur-zwart);
}

.ervaringen-slider {
  position: relative;
  width: 100%;
  aspect-ratio: 16/7;
  min-height: 420px;
  overscroll-behavior: contain;
}

@media (max-width: 767px) {
  .ervaringen-slider {
    aspect-ratio: auto;
    min-height: 520px;
  }
  .slider-nav {
    display: none;
  }
}

.ervaring-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.8s ease;
  pointer-events: none;
}

.ervaring-slide.actief {
  opacity: 1;
  pointer-events: auto;
}

.ervaring-foto {
  position: absolute;
  inset: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.ervaring-overlay {
  position: absolute;
  inset: 0;
  background: rgba(35,31,32,0.62);
  z-index: 1;
}

.ervaring-content {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: clamp(40px, 6vw, 80px) clamp(24px, 8vw, 160px);
}

.ervaring-aanhalingsteken {
  font-family: var(--font-display);
  font-size: clamp(48px, 6vw, 72px);
  color: var(--kleur-rood);
  line-height: 0.5;
  margin-bottom: 24px;
  opacity: 0.9;
  display: block;
}

.ervaring-quote {
  font-family: var(--font-display);
  font-size: clamp(22px, 3.5vw, 44px);
  color: var(--kleur-wit);
  line-height: 1.15;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  max-width: 800px;
}

.ervaring-attribuut {
  font-family: var(--font-body);
  font-size: 13px;
  color: rgba(255,255,255,0.55);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-top: 24px;
}

/* Slider controls */
.slider-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  display: flex;
  gap: 0;
}

.slider-nav-links  { left: clamp(12px, 3vw, 40px); }
.slider-nav-rechts { right: clamp(12px, 3vw, 40px); }

.slider-pijl {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.2);
  cursor: pointer;
  touch-action: manipulation;
  transition: background 0.2s ease, border-color 0.2s ease;
  backdrop-filter: blur(4px);
}

.slider-pijl:hover {
  background: var(--kleur-rood);
  border-color: var(--kleur-rood);
}

.slider-pijl svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: var(--kleur-wit);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.slider-dots {
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
  z-index: 10;
}

.slider-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255,255,255,0.3);
  cursor: pointer;
  touch-action: manipulation;
  transition: background 0.2s ease, transform 0.2s ease;
  border: none;
  padding: 0;
}

.slider-dot.actief {
  background: var(--kleur-rood);
  transform: scale(1.35);
}

/* ═══════════════════════════════════════════
   8. WAAROM WIJ
   ═══════════════════════════════════════════ */
.waarom-blok {
  padding: var(--sectie-padding) 0;
  overflow: hidden;
}

.waarom-blok-creme {
  background: var(--kleur-creme);
}

.waarom-blok-zwart {
  background: var(--kleur-zwart);
}

.waarom-grid {
  display: grid;
  align-items: center;
  gap: clamp(32px, 4vw, 64px);
}

@media (min-width: 1024px) {
  .waarom-grid {
    grid-template-columns: 1fr 1fr;
  }
  .waarom-grid.omgekeerd .waarom-tekst {
    order: 1;
  }
  .waarom-grid.omgekeerd .waarom-visual {
    order: 2;
  }
}

.waarom-kop {
  font-family: var(--font-display);
  font-size: clamp(44px, 7vw, 96px);
  line-height: 0.92;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  margin-bottom: 24px;
}

.waarom-blok-creme .waarom-kop { color: var(--kleur-zwart); }
.waarom-blok-zwart .waarom-kop { color: var(--kleur-wit); }

.waarom-kop .accent-rood { color: var(--kleur-rood); }

.waarom-tekst-body {
  font-family: var(--font-body);
  font-size: clamp(16px, 1.7vw, 18px);
  line-height: 1.75;
  color: #6b6669;
  max-width: 500px;
}

.waarom-blok-zwart .waarom-tekst-body {
  color: rgba(255,255,255,0.55);
}

.waarom-visual {
  position: relative;
}

.waarom-sfeer-foto {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  display: block;
}

.waarom-getal-groot {
  font-family: var(--font-display);
  font-size: clamp(120px, 18vw, 240px);
  line-height: 0.85;
  color: rgba(255,255,255,0.04);
  user-select: none;
  pointer-events: none;
  display: block;
}

.waarom-blok-creme .waarom-getal-groot {
  color: rgba(35,31,32,0.05);
}

/* ═══════════════════════════════════════════
   9. LOCATIES / OPTREDENS
   ═══════════════════════════════════════════ */
#optredens {
  background: var(--kleur-creme);
  padding: var(--sectie-padding) 0;
}

.locaties-grid {
  display: grid;
  gap: clamp(32px, 4vw, 56px);
}

@media (min-width: 1024px) {
  .locaties-grid {
    grid-template-columns: 1fr 1fr;
    align-items: start;
  }
}

#map {
  height: 420px;
  position: relative;
  z-index: 1;
  border: 1px solid rgba(35,31,32,0.1);
  filter: saturate(0.7) contrast(1.05);
}

.optredens-lijst {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.optreden-kaart {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 20px;
  padding: 20px 0;
  border-bottom: 1px solid rgba(35,31,32,0.1);
  align-items: center;
  transition: background 0.2s ease;
}

.optreden-kaart:first-child {
  border-top: 1px solid rgba(35,31,32,0.1);
}

.optreden-datum-blok {
  text-align: center;
  min-width: 56px;
}

.optreden-dag {
  font-family: var(--font-display);
  font-size: 36px;
  color: var(--kleur-rood);
  line-height: 1;
  display: block;
}

.optreden-maand {
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--kleur-grijs);
  display: block;
}

.optreden-naam {
  font-family: var(--font-display);
  font-size: clamp(18px, 2.2vw, 26px);
  color: var(--kleur-zwart);
  letter-spacing: 0.02em;
  text-transform: uppercase;
  display: block;
  line-height: 1.1;
}

.optreden-locatie {
  font-family: var(--font-body);
  font-size: 13px;
  color: var(--kleur-grijs);
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  gap: 4px;
  margin-top: 3px;
}

.optreden-locatie svg {
  width: 12px;
  height: 12px;
  fill: var(--kleur-rood);
  flex-shrink: 0;
}

/* ═══════════════════════════════════════════
   10. ARTIKELEN
   ═══════════════════════════════════════════ */
#artikelen {
  background: var(--kleur-creme);
  padding: var(--sectie-padding) 0;
  border-top: 1px solid rgba(35,31,32,0.08);
}

.artikelen-grid {
  display: grid;
  gap: 24px;
  margin-bottom: 48px;
}

@media (min-width: 768px) {
  .artikelen-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.artikel-kaart {
  background: var(--kleur-wit);
  border: 1px solid rgba(35,31,32,0.08);
  overflow: hidden;
  cursor: pointer;
  transition: transform 0.3s var(--ease-out-quart), box-shadow 0.3s ease;
}

.artikel-kaart:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
}

.artikel-thumbnail {
  width: 100%;
  aspect-ratio: 16/10;
  object-fit: cover;
  display: block;
  transition: transform 0.6s var(--ease-out-quart);
}

.artikel-kaart:hover .artikel-thumbnail {
  transform: scale(1.04);
}

.artikel-thumbnail-wrapper {
  overflow: hidden;
}

.artikel-body {
  padding: 24px;
}

.artikel-categorie {
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--kleur-rood);
  display: block;
  margin-bottom: 8px;
}

.artikel-titel {
  font-family: var(--font-display);
  font-size: clamp(20px, 2.2vw, 26px);
  color: var(--kleur-zwart);
  line-height: 1.15;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  margin-bottom: 10px;
  display: block;
}

.artikel-intro {
  font-family: var(--font-body);
  font-size: 14px;
  line-height: 1.65;
  color: var(--kleur-grijs);
  margin-bottom: 16px;
}

.artikel-lees-meer {
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--kleur-rood);
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: gap 0.2s ease;
}

.artikel-lees-meer:hover {
  gap: 10px;
}

.artikel-lees-meer::after {
  content: '→';
}

/* ═══════════════════════════════════════════
   11. VOLG ONS
   ═══════════════════════════════════════════ */
#volg-ons .sectie-titel  { color: var(--kleur-wit); }
#volg-ons .sectie-label  { color: var(--kleur-rood); }
#volg-ons .sectie-subtitel { color: rgba(255,255,255,0.5); }

.social-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-top: 40px;
}

@media (min-width: 768px) {
  .social-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.social-kaart {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: clamp(24px, 3vw, 40px) 20px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  text-decoration: none;
  transition: background 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
  position: relative;
  overflow: hidden;
}

.social-kaart::before {
  content: '';
  position: absolute;
  inset: 0;
  background: var(--kleur-rood);
  transform: translateY(100%);
  transition: transform 0.35s var(--ease-out-quart);
  z-index: 0;
}

.social-kaart:hover::before {
  transform: translateY(0);
}

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

.social-kaart:hover {
  border-color: var(--kleur-rood);
  transform: translateY(-3px);
}

.social-icoon {
  width: 36px;
  height: 36px;
  fill: var(--kleur-wit);
  transition: fill 0.25s ease;
}

.social-naam {
  font-family: var(--font-display);
  font-size: 18px;
  color: var(--kleur-wit);
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

/* ═══════════════════════════════════════════
   12. FAQ
   ═══════════════════════════════════════════ */
#faq {
  background: var(--kleur-creme);
  padding: var(--sectie-padding) 0;
}

.faq-lijst {
  max-width: 800px;
  margin: 0 auto;
}

.faq-item {
  border-bottom: 1px solid rgba(35,31,32,0.12);
}

.faq-item:first-child {
  border-top: 1px solid rgba(35,31,32,0.12);
}

.faq-vraag {
  width: 100%;
  background: none;
  border: none;
  padding: 22px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  cursor: pointer;
  text-align: left;
  border-radius: 4px;
}

.faq-vraag-tekst {
  font-family: var(--font-display);
  font-size: clamp(18px, 2.2vw, 24px);
  color: var(--kleur-zwart);
  letter-spacing: 0.03em;
  text-transform: uppercase;
  line-height: 1.15;
  flex: 1;
}

.faq-icoon {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 2px solid rgba(35,31,32,0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: background 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}

.faq-icoon svg {
  width: 14px;
  height: 14px;
  stroke: var(--kleur-zwart);
  fill: none;
  stroke-width: 2.5;
  stroke-linecap: round;
  transition: stroke 0.25s ease, transform 0.35s ease;
}

.faq-vraag[aria-expanded="true"] .faq-icoon {
  background: var(--kleur-rood);
  border-color: var(--kleur-rood);
}

.faq-vraag[aria-expanded="true"] .faq-icoon svg {
  stroke: var(--kleur-wit);
  transform: rotate(45deg);
}

.faq-vraag:focus-visible {
  outline: 2px solid var(--kleur-rood);
  outline-offset: 2px;
}

.faq-antwoord {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.45s var(--ease-out-quart);
}

.faq-antwoord-inner {
  padding: 0 0 22px;
  font-family: var(--font-body);
  font-size: clamp(15px, 1.6vw, 17px);
  line-height: 1.75;
  color: #5a5558;
}

/* ═══════════════════════════════════════════
   13. CONTACT FORMULIER
   ═══════════════════════════════════════════ */
#contact {
  background: var(--kleur-zwart);
  padding: var(--sectie-padding) 0;
}

#contact .sectie-titel { color: var(--kleur-wit); }
#contact .sectie-label { color: var(--kleur-rood); }
#contact .sectie-subtitel { color: rgba(255,255,255,0.5); }

.contact-grid {
  display: grid;
  gap: clamp(40px, 5vw, 80px);
}

@media (min-width: 1024px) {
  .contact-grid {
    grid-template-columns: 1fr 1.6fr;
    align-items: start;
  }
}

.contact-info {
  padding-top: 8px;
}

.contact-info-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 24px;
}

.contact-info-icoon {
  width: 40px;
  height: 40px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 2px;
}

.contact-info-icoon svg {
  width: 18px;
  height: 18px;
  stroke: var(--kleur-rood);
  fill: none;
  stroke-width: 1.8;
  stroke-linecap: round;
}

.contact-info-label {
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.4);
  display: block;
  margin-bottom: 3px;
}

.contact-info-waarde {
  font-family: var(--font-body);
  font-size: 16px;
  color: var(--kleur-wit);
}

.contact-info-waarde a {
  color: var(--kleur-wit);
  transition: color 0.2s ease;
}

.contact-info-waarde a:hover {
  color: var(--kleur-rood);
}

/* Form */
.contact-form {
  display: grid;
  gap: 16px;
}

.form-rij {
  display: grid;
  gap: 16px;
}

@media (min-width: 640px) {
  .form-rij { grid-template-columns: 1fr 1fr; }
}

.form-veld {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.form-veld label {
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.5);
}

.form-veld .vereist::after {
  content: ' *';
  color: var(--kleur-rood);
}

.form-veld input,
.form-veld select,
.form-veld textarea {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.12);
  color: var(--kleur-wit);
  font-family: var(--font-body);
  font-size: 16px; /* 16px voorkomt iOS auto-zoom */
  padding: 14px 16px;
  outline: none;
  width: 100%;
  transition: border-color 0.22s ease, background 0.22s ease, box-shadow 0.22s ease;
  -webkit-appearance: none;
  appearance: none;
}

.form-veld input::placeholder,
.form-veld textarea::placeholder {
  color: rgba(255,255,255,0.25);
}

.form-veld input:focus,
.form-veld select:focus,
.form-veld textarea:focus {
  border-color: var(--kleur-rood);
  background: rgba(255,255,255,0.08);
  box-shadow: 0 0 0 3px rgba(255,49,49,0.15);
}

.form-veld input.fout,
.form-veld select.fout,
.form-veld textarea.fout {
  border-color: var(--kleur-rood);
  background: rgba(255,49,49,0.08);
}

.form-veld .fout-tekst {
  font-size: 11px;
  color: var(--kleur-rood);
  font-family: var(--font-body);
  display: none;
}

.form-veld.heeft-fout .fout-tekst {
  display: block;
}

.form-veld select option {
  background: var(--kleur-zwart);
  color: var(--kleur-wit);
}

.form-veld textarea {
  resize: vertical;
  min-height: 120px;
}

/* ─── Floating labels ─────────────────────── */
.form-veld.floating {
  position: relative;
  gap: 0;
}

.form-veld.floating label {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.02em;
  text-transform: none;
  color: rgba(255,255,255,0.35);
  pointer-events: none;
  transition: top 0.2s var(--ease-out-quart),
              transform 0.2s var(--ease-out-quart),
              font-size 0.2s var(--ease-out-quart),
              color 0.2s ease;
  background: transparent;
  z-index: 1;
}

.form-veld.floating input {
  padding: 20px 16px 8px;
}

.form-veld.floating input:focus ~ label,
.form-veld.floating input:not(:placeholder-shown) ~ label {
  top: 10px;
  transform: translateY(0);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--kleur-rood);
}

.form-veld.floating .fout-tekst {
  margin-top: 4px;
}

.form-submit-wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.form-succes {
  display: none;
  background: rgba(255,242,0,0.1);
  border: 1px solid var(--kleur-geel);
  padding: 16px 20px;
  font-family: var(--font-body);
  font-size: 15px;
  color: var(--kleur-geel);
}

.form-succes.zichtbaar {
  display: block;
}

/* ═══════════════════════════════════════════
   14. FOOTER
   ═══════════════════════════════════════════ */
footer {
  background: #191516;
  padding: clamp(48px, 6vw, 80px) 0 0;
  border-top: 1px solid rgba(255,255,255,0.06);
}

.footer-grid {
  display: grid;
  gap: 40px;
  padding-bottom: 48px;
}

@media (min-width: 768px) {
  .footer-grid {
    grid-template-columns: 1.2fr 1fr 1fr;
    gap: 40px;
  }
}

.footer-logo {
  height: 144px;
  width: auto;
  margin-bottom: 24px;
}

.footer-tagline {
  font-family: var(--font-body);
  font-size: 15px;
  color: rgba(255,255,255,0.55);
  line-height: 1.6;
}

.footer-tagline strong {
  display: block;
  color: rgba(255,255,255,0.75);
  margin-bottom: 4px;
}

.footer-kop {
  font-family: var(--font-display);
  font-size: 16px;
  color: var(--kleur-wit);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.footer-links {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-links a {
  font-family: var(--font-body);
  font-size: 14px;
  color: rgba(255,255,255,0.5);
  transition: color 0.2s ease;
}

.footer-links a:hover {
  color: var(--kleur-rood);
}

.footer-contact-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-body);
  font-size: 14px;
  color: rgba(255,255,255,0.5);
  margin-bottom: 10px;
}

.footer-contact-item a {
  color: rgba(255,255,255,0.5);
  transition: color 0.2s ease;
}

.footer-contact-item a:hover {
  color: var(--kleur-rood);
}

.footer-contact-item svg {
  width: 14px;
  height: 14px;
  stroke: var(--kleur-rood);
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  flex-shrink: 0;
}

.footer-socials {
  display: flex;
  gap: 12px;
  margin-top: 16px;
}

.footer-social-link {
  width: 36px;
  height: 36px;
  border: 1px solid rgba(255,255,255,0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s ease, border-color 0.2s ease;
}

.footer-social-link:hover {
  background: var(--kleur-rood);
  border-color: var(--kleur-rood);
}

.footer-social-link svg {
  width: 16px;
  height: 16px;
  fill: var(--kleur-wit);
}

.footer-balk {
  border-top: 1px solid rgba(255,255,255,0.06);
  padding: 16px 0;
}

.footer-balk-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 6px 8px;
  font-family: var(--font-body);
  font-size: 13px;
}

.fb-item {
  color: #ffffff;
}

.fb-sep {
  color: #ffffff;
}

.fb-link {
  color: #ffffff;
  text-decoration: none;
  transition: color 0.2s;
}

.fb-link:hover {
  color: var(--kleur-rood);
}

.fb-credits {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: var(--kleur-geel);
}

.fb-credits-link {
  color: var(--kleur-rood);
  text-decoration: none;
  font-weight: 600;
  transition: color 0.2s;
}

.fb-credits-link:hover {
  color: var(--kleur-geel);
}

.footer-ts-link:hover {
  color: var(--kleur-geel) !important;
}

/* ═══════════════════════════════════════════
   SPOTIFY SECTIE
   ═══════════════════════════════════════════ */
#spotify {
  background: var(--kleur-zwart);
  padding: var(--sectie-padding) 0;
}

#spotify .sectie-titel { color: var(--kleur-wit); }
#spotify .sectie-label { color: var(--kleur-rood); }
#spotify .sectie-subtitel { color: rgba(255,255,255,0.5); }

.spotify-inner {
  max-width: 860px;
  margin: 0 auto;
}

.spotify-iframe {
  width: 100%;
  border: none;
  display: block;
}

/* ═══════════════════════════════════════════
   COOKIE BANNER
   ═══════════════════════════════════════════ */
.cookie-banner {
  position: fixed;
  bottom: 24px;
  right: 24px;
  left: auto;
  width: 340px;
  max-width: calc(100vw - 48px);
  z-index: 9000;
  background: var(--kleur-zwart);
  border-left: 4px solid var(--kleur-geel);
  border-radius: 2px;
  padding: 20px 20px 16px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  box-shadow: 0 8px 32px rgba(0,0,0,0.5), 0 2px 8px rgba(0,0,0,0.3);
  transform: translateY(calc(100% + 32px));
  opacity: 0;
  transition: transform 0.45s var(--ease-out-quart), opacity 0.45s ease;
}

.cookie-banner.zichtbaar {
  transform: translateY(0);
  opacity: 1;
}

.cookie-titel {
  font-family: var(--font-display);
  font-size: 22px;
  letter-spacing: 0.08em;
  color: var(--kleur-rood);
  line-height: 1;
}

.cookie-tekst {
  font-family: var(--font-body);
  font-size: 13px;
  color: rgba(255,255,255,0.65);
  line-height: 1.55;
}

.cookie-link {
  color: var(--kleur-geel);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.cookie-knoppen {
  display: flex;
  gap: 10px;
  margin-top: 4px;
}

.cookie-btn-akkoord {
  font-family: var(--font-display);
  font-size: 15px;
  letter-spacing: 0.08em;
  padding: 10px 20px;
  min-height: 44px;
  background: var(--kleur-rood);
  color: var(--kleur-wit);
  border: none;
  cursor: pointer;
  text-transform: uppercase;
  flex: 1;
  transition: background 0.2s ease, color 0.2s ease;
}

.cookie-btn-akkoord:hover {
  background: var(--kleur-geel);
  color: var(--kleur-zwart);
}

.cookie-btn-weigeren {
  font-family: var(--font-display);
  font-size: 15px;
  letter-spacing: 0.08em;
  padding: 10px 16px;
  min-height: 44px;
  background: transparent;
  color: rgba(255,255,255,0.45);
  border: 1px solid rgba(255,255,255,0.18);
  cursor: pointer;
  text-transform: uppercase;
  transition: color 0.2s ease, border-color 0.2s ease;
}

.cookie-btn-weigeren:hover {
  color: var(--kleur-wit);
  border-color: rgba(255,255,255,0.5);
}

@media (max-width: 480px) {
  .cookie-banner {
    bottom: 16px;
    right: 16px;
    max-width: calc(100vw - 32px);
  }
}

/* ═══════════════════════════════════════════
   MINI-CTA STRIPS — conversie tussenstops
   ═══════════════════════════════════════════ */
.mini-cta-strip {
  padding: clamp(32px, 4vw, 48px) 0;
  text-align: center;
}

.mini-cta-strip-creme {
  background: var(--kleur-creme);
  border-top: 1px solid rgba(35,31,32,0.08);
  border-bottom: 1px solid rgba(35,31,32,0.08);
}

.mini-cta-strip-zwart {
  background: var(--kleur-zwart);
}

.mini-cta-strip .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.mini-cta-strip-tekst {
  font-family: var(--font-body);
  font-size: clamp(14px, 1.6vw, 17px);
  color: rgba(255,255,255,0.6);
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

/* ─── Grote CTA sectie na waarom-wij ──────── */
.cta-sectie-groot {
  background: var(--kleur-rood);
  padding: clamp(56px, 7vw, 96px) 0;
  text-align: center;
}

.cta-sectie-groot .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}

.cta-sectie-groot-titel {
  font-family: var(--font-display);
  font-size: clamp(40px, 7vw, 88px);
  color: var(--kleur-wit);
  line-height: 0.95;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.cta-sectie-groot-subtitel {
  font-family: var(--font-body);
  font-size: clamp(15px, 1.6vw, 18px);
  color: rgba(255,255,255,0.75);
  max-width: 520px;
}

.cta-sectie-groot .btn-geel-outline {
  font-size: clamp(16px, 1.8vw, 20px);
  padding: 16px 48px;
}
