:root {
  --kleur-achtergrond: #0d1a0f;
  --kleur-tekst: #e8e8e0;
  --kleur-primair: #3dbd6e;
  --kleur-primair-contrast: #0d1a0f;
  --kleur-zacht: #152118;
  --font-koppen: Georgia, 'Times New Roman', serif;
  --font-tekst: 'Helvetica Neue', Arial, sans-serif;
  --radius: 8px;
}

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

html {
  scroll-behavior: smooth;
  font-size: 16px;
}

body {
  background-color: var(--kleur-achtergrond);
  color: var(--kleur-tekst);
  font-family: var(--font-tekst);
  line-height: 1.7;
  min-width: 360px;
}

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

a {
  color: inherit;
  text-decoration: none;
}

/* ========================
   HEADER
======================== */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background-color: rgba(13, 26, 15, 0.97);
  border-bottom: 1px solid rgba(61, 189, 110, 0.15);
  backdrop-filter: blur(6px);
}

.header-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.5rem;
  min-height: 64px;
}

.logo {
  font-family: var(--font-koppen);
  font-size: 1.6rem;
  font-weight: 400;
  color: var(--kleur-tekst);
  letter-spacing: 0.02em;
  font-style: italic;
  flex-shrink: 0;
}

.main-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem 1rem;
  align-items: center;
}

.main-nav a {
  font-family: var(--font-tekst);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--kleur-tekst);
  padding: 0.5rem 0.25rem;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  transition: color 0.2s;
}

.main-nav a:hover {
  color: var(--kleur-primair);
}

/* ========================
   HERO FOTO FULL WIDTH
======================== */
.hero-foto-fullwidth {
  width: 100%;
  line-height: 0;
  overflow: hidden;
  max-height: 52.5vh;
}

.hero-foto-overlay-wrapper {
  position: relative;
  width: 100%;
  height: 52.5vh;
  overflow: hidden;
}

.hero-foto-img--cropped {
  width: 100%;
  height: 133.33%;
  max-width: none;
  object-fit: cover;
  object-position: center bottom;
  display: block;
  position: absolute;
  top: -33.33%;
  left: 0;
}

.hero-foto-gradient {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(6,18,9,0.55) 0%, rgba(6,18,9,0.75) 100%);
  z-index: 1;
  pointer-events: none;
}

/* ========================
   HERO
======================== */
.hero {
  position: relative;
  min-height: 90vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background-color: #0a1a0c;
  background-image: linear-gradient(135deg, #0d2a12 0%, #051008 50%, #0d1f0d 100%);
}

.hero.hero-compact {
  min-height: 55vh;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(5,15,5,0.55) 0%, rgba(5,15,5,0.72) 100%);
  z-index: 1;
}

.hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 2rem 1.5rem;
  max-width: 820px;
  width: 100%;
}

.hero-title {
  font-family: var(--font-koppen);
  font-size: clamp(3rem, 12vw, 7rem);
  font-weight: 400;
  font-style: italic;
  color: var(--kleur-tekst);
  letter-spacing: 0.03em;
  margin-bottom: 1rem;
  text-shadow: 0 2px 20px rgba(0,0,0,0.7);
  line-height: 1.1;
}

.hero-tagline {
  font-family: var(--font-tekst);
  font-size: clamp(1rem, 2.5vw, 1.35rem);
  color: rgba(232, 232, 224, 0.85);
  font-style: italic;
  margin-bottom: 2.5rem;
  letter-spacing: 0.04em;
}

.btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: var(--kleur-primair);
  color: var(--kleur-primair-contrast);
  font-family: var(--font-tekst);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 0.85rem 2.2rem;
  border-radius: var(--radius);
  border: none;
  cursor: pointer;
  min-height: 48px;
  transition: background-color 0.2s, transform 0.15s;
  text-decoration: none;
}

.btn-primary:hover {
  background-color: #4dd880;
  transform: translateY(-2px);
}

/* ========================
   SECTIES ALGEMEEN
======================== */
.sectie {
  padding: 5rem 1.25rem;
}

.sectie-donker {
  background-color: var(--kleur-achtergrond);
}

.sectie-middel {
  background-color: var(--kleur-zacht);
}

.container {
  max-width: 1100px;
  margin: 0 auto;
  width: 100%;
}

.sectie-titel {
  font-family: var(--font-tekst);
  font-size: clamp(1.4rem, 4vw, 2rem);
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  text-align: center;
  color: var(--kleur-tekst);
  margin-bottom: 2.5rem;
  position: relative;
}

.sectie-titel::after {
  content: '';
  display: block;
  width: 3rem;
  height: 2px;
  background-color: var(--kleur-primair);
  margin: 0.75rem auto 0;
  border-radius: 2px;
}

.sectie-intro {
  text-align: center;
  max-width: 680px;
  margin: 0 auto 2.5rem;
  font-size: 1.05rem;
  color: rgba(232, 232, 224, 0.8);
  line-height: 1.8;
}

.inline-link {
  color: var(--kleur-primair);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.inline-link:hover {
  color: #4dd880;
}

/* ========================
   OVER ONS
======================== */
.over-ons-tekst {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

.over-ons-tekst p {
  margin-bottom: 1.25rem;
  font-size: 1.05rem;
  color: rgba(232, 232, 224, 0.85);
  line-height: 1.85;
}

.over-ons-tekst p:last-child {
  margin-bottom: 0;
}

/* ========================
   BANDLEDEN
======================== */
.bandleden-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}

@media (min-width: 640px) {
  .bandleden-grid {
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  }
}

.bandlid-kaart {
  background-color: var(--kleur-achtergrond);
  border-radius: var(--radius);
  padding: 2rem 1.5rem;
  text-align: center;
  border: 1px solid rgba(61, 189, 110, 0.12);
  transition: border-color 0.2s, transform 0.2s;
}

.bandlid-kaart:hover {
  border-color: rgba(61, 189, 110, 0.4);
  transform: translateY(-4px);
}

.bandlid-foto-wrapper {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 1.25rem;
  border: 3px solid var(--kleur-primair);
}

.bandlid-foto-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bandlid-foto-placeholder {
  width: 100%;
  height: 100%;
  background-color: rgba(61, 189, 110, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-koppen);
  font-size: 2rem;
  font-style: italic;
  color: var(--kleur-primair);
  letter-spacing: 0.05em;
}

.bandlid-naam {
  font-family: var(--font-koppen);
  font-size: 1.4rem;
  font-weight: 400;
  font-style: italic;
  color: var(--kleur-tekst);
  margin-bottom: 0.4rem;
  letter-spacing: 0.03em;
}

.bandlid-instrument {
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--kleur-primair);
  margin-bottom: 1rem;
}

.bandlid-bio {
  font-size: 0.95rem;
  color: rgba(232, 232, 224, 0.75);
  line-height: 1.75;
}

/* ========================
   GALERIJ
======================== */
.galerij-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1rem;
  margin-bottom: 3rem;
}

.galerij-item {
  border-radius: var(--radius);
  overflow: hidden;
  aspect-ratio: 4/3;
  cursor: pointer;
}

.galerij-placeholder {
  width: 100%;
  height: 100%;
  background-color: var(--kleur-zacht);
  border: 1px solid rgba(61, 189, 110, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(232, 232, 224, 0.35);
  font-size: 0.9rem;
  font-style: italic;
  letter-spacing: 0.05em;
  transition: border-color 0.2s;
}

.galerij-item:hover .galerij-placeholder {
  border-color: rgba(61, 189, 110, 0.4);
}

.galerij-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s;
}

.galerij-item:hover img {
  transform: scale(1.04);
}

/* ========================
   AUDIO
======================== */
.audio-sectie {
  text-align: center;
  margin-top: 1rem;
}

.audio-titel {
  font-family: var(--font-koppen);
  font-size: 1.4rem;
  font-weight: 400;
  font-style: italic;
  color: var(--kleur-tekst);
  margin-bottom: 1.5rem;
  letter-spacing: 0.03em;
}

.audio-wrapper {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
  background-color: var(--kleur-zacht);
  border: 1px solid rgba(61, 189, 110, 0.2);
  border-radius: var(--radius);
  padding: 1.5rem 2rem;
  max-width: 480px;
  width: 100%;
}

.audio-label {
  font-size: 1rem;
  font-weight: 600;
  color: var(--kleur-tekst);
  letter-spacing: 0.05em;
}

.audio-duur {
  color: rgba(232, 232, 224, 0.55);
  font-weight: 400;
}

.audio-player {
  width: 100%;
  max-width: 400px;
}

/* ========================
   AGENDA
======================== */
.agenda-lijst {
  max-width: 760px;
  margin: 0 auto;
}

.agenda-leeg {
  text-align: center;
  padding: 3rem 1.5rem;
  background-color: var(--kleur-achtergrond);
  border-radius: var(--radius);
  border: 1px dashed rgba(61, 189, 110, 0.25);
}

.agenda-leeg p {
  color: rgba(232, 232, 224, 0.55);
  font-style: italic;
  margin-bottom: 0.75rem;
  font-size: 1rem;
}

.agenda-leeg p:last-child {
  margin-bottom: 0;
}

/* ========================
   CONTACT
======================== */
.contact-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
  max-width: 900px;
  margin: 0 auto;
}

@media (min-width: 700px) {
  .contact-layout {
    grid-template-columns: 1fr 2fr;
    gap: 4rem;
  }
}

.contact-info-titel {
  font-family: var(--font-koppen);
  font-size: 1.25rem;
  font-style: italic;
  color: var(--kleur-primair);
  margin-bottom: 1.25rem;
  font-weight: 400;
}

.contact-lijst {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.contact-lijst li {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  font-size: 0.98rem;
  color: rgba(232, 232, 224, 0.85);
  line-height: 1.5;
}

.contact-icon {
  color: var(--kleur-primair);
  font-size: 1.1rem;
  flex-shrink: 0;
  margin-top: 0.1rem;
}

/* Formulier */
.form-groep {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  margin-bottom: 1.25rem;
}

.form-groep label {
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(232, 232, 224, 0.7);
}

.form-groep input,
.form-groep textarea {
  background-color: rgba(255,255,255,0.05);
  border: 1px solid rgba(61, 189, 110, 0.2);
  border-radius: var(--radius);
  color: var(--kleur-tekst);
  font-family: var(--font-tekst);
  font-size: 1rem;
  padding: 0.75rem 1rem;
  outline: none;
  transition: border-color 0.2s;
  width: 100%;
  min-height: 44px;
}

.form-groep textarea {
  resize: vertical;
  min-height: 130px;
}

.form-groep input:focus,
.form-groep textarea:focus {
  border-color: var(--kleur-primair);
  background-color: rgba(61, 189, 110, 0.04);
}

.form-groep input::placeholder,
.form-groep textarea::placeholder {
  color: rgba(232, 232, 224, 0.3);
}

/* ========================
   FOOTER
======================== */
.site-footer {
  background-color: #07120a;
  border-top: 1px solid rgba(61, 189, 110, 0.12);
  padding: 3rem 1.25rem 2rem;
  text-align: center;
}

.footer-logo {
  font-family: var(--font-koppen);
  font-size: 1.8rem;
  font-style: italic;
  font-weight: 400;
  color: var(--kleur-tekst);
  margin-bottom: 0.5rem;
  letter-spacing: 0.03em;
}

.footer-tagline {
  font-size: 0.9rem;
  font-style: italic;
  color: rgba(232, 232, 224, 0.45);
  margin-bottom: 1.5rem;
  letter-spacing: 0.04em;
}

.footer-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem 1.25rem;
  margin-bottom: 1.5rem;
}

.footer-nav a {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(232, 232, 224, 0.55);
  padding: 0.3rem 0;
  transition: color 0.2s;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
}

.footer-nav a:hover {
  color: var(--kleur-primair);
}

.footer-copy {
  font-size: 0.8rem;
  color: rgba(232, 232, 224, 0.3);
  letter-spacing: 0.04em;
}

.footer-kwebbo {
  margin-top: 0.5rem;
}

.footer-kwebbo-link {
  font-size: 0.7rem;
  color: rgba(232, 232, 224, 0.18);
  letter-spacing: 0.03em;
  text-decoration: none;
  transition: color 0.2s;
}

.footer-kwebbo-link:hover {
  color: rgba(232, 232, 224, 0.38);
}

/* ========================
   RESPONSIVE
======================== */
@media (max-width: 480px) {
  .sectie {
    padding: 3.5rem 1rem;
  }

  .header-inner {
    padding: 0 1rem;
  }

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

  .audio-wrapper {
    padding: 1.25rem 1rem;
  }

  .contact-layout {
    gap: 2rem;
  }

  .hero-foto-overlay-wrapper {
    height: 30vh;
  }

  .hero-foto-fullwidth {
    max-height: 30vh;
  }
}

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

