/* ============================================================
   'T WEST VLAMS RAPPERTOIRE — donker & cinematisch
   ============================================================ */

:root {
  --bg: #0a0a0d;
  --bg-2: #101014;
  --surface: #16161c;
  --surface-2: #1d1d25;
  --line: rgba(255, 255, 255, 0.08);
  --txt: #f2efe9;
  --txt-dim: #9b968c;
  --accent: #e8b23a;         /* warm goud */
  --accent-soft: rgba(232, 178, 58, 0.14);
  --accent-glow: rgba(232, 178, 58, 0.35);
  --spotify: #1db954;
  --radius: 18px;
  --font-display: "Unbounded", sans-serif;
  --font-body: "Space Grotesk", sans-serif;
}

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

html { scroll-behavior: smooth; }

body {
  background: var(--bg);
  color: var(--txt);
  font-family: var(--font-body);
  overflow-x: hidden;
  line-height: 1.5;
}

::selection { background: var(--accent); color: #111; }

/* ---- filmkorrel + vignet over alles ---- */
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 4;
  opacity: 0.55;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3CfeComponentTransfer%3E%3CfeFuncA type='linear' slope='0.05'/%3E%3C/feComponentTransfer%3E%3C/filter%3E%3Crect width='140' height='140' filter='url(%23n)'/%3E%3C/svg%3E");
}
body::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 3;
  background: radial-gradient(ellipse 120% 90% at 50% 20%, transparent 55%, rgba(0,0,0,0.55) 100%);
}

/* ============ NAV ============ */
.nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 32px;
  transition: background 0.4s, box-shadow 0.4s, padding 0.4s;
}
.nav.scrolled {
  background: rgba(10, 10, 13, 0.82);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: 0 1px 0 var(--line);
  padding: 12px 32px;
}
.nav-logo {
  font-family: var(--font-display);
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: var(--txt);
  text-decoration: none;
  text-transform: uppercase;
}
.nav-logo span { color: var(--accent); }
.nav-links { display: flex; align-items: center; gap: 26px; }
.nav-links a {
  color: var(--txt-dim);
  text-decoration: none;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  transition: color 0.25s;
}
.nav-links a:hover { color: var(--accent); }

/* ============ HERO ============ */
.hero {
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  padding: 100px 20px 60px;
  isolation: isolate;
}
.hero-bg {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    radial-gradient(ellipse 60% 45% at 50% 108%, rgba(232, 178, 58, 0.16), transparent 70%),
    radial-gradient(ellipse 45% 35% at 12% -8%, rgba(90, 60, 160, 0.18), transparent 70%),
    radial-gradient(ellipse 45% 35% at 88% -8%, rgba(180, 60, 40, 0.12), transparent 70%),
    var(--bg);
}
/* zwevende covers in de achtergrond */
.hero-covers {
  position: absolute;
  inset: 0;
  z-index: -1;
  overflow: hidden;
  -webkit-mask-image: radial-gradient(ellipse 75% 65% at 50% 50%, black 30%, transparent 78%);
  mask-image: radial-gradient(ellipse 75% 65% at 50% 50%, black 30%, transparent 78%);
}
.hero-covers img {
  position: absolute;
  width: 130px;
  height: 130px;
  object-fit: cover;
  border-radius: 12px;
  opacity: 0.13;
  filter: saturate(0.7);
  animation: floaty 14s ease-in-out infinite alternate;
}
@keyframes floaty {
  from { transform: translateY(0) rotate(var(--rot, -4deg)); }
  to   { transform: translateY(-34px) rotate(calc(var(--rot, -4deg) * -1)); }
}

.hero-kicker {
  font-size: 0.8rem;
  letter-spacing: 0.45em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 26px;
  animation: rise 1s 0.1s cubic-bezier(0.2, 0.7, 0.2, 1) both;
}
.hero h1 {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: clamp(2.4rem, 8.5vw, 6.5rem);
  line-height: 1.02;
  text-transform: uppercase;
  letter-spacing: -0.01em;
  animation: rise 1s 0.25s cubic-bezier(0.2, 0.7, 0.2, 1) both;
}
.hero h1 .shine {
  background: linear-gradient(110deg, #f6e7bd 20%, var(--accent) 40%, #b0781a 55%, var(--accent) 70%, #f6e7bd 85%);
  background-size: 220% auto;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  animation: shimmer 5.5s linear infinite;
}
@keyframes shimmer { to { background-position: -220% center; } }

.hero-sub {
  margin-top: 28px;
  max-width: 560px;
  color: var(--txt-dim);
  font-size: clamp(0.95rem, 1.6vw, 1.15rem);
  animation: rise 1s 0.4s cubic-bezier(0.2, 0.7, 0.2, 1) both;
}
.hero-stats {
  display: flex;
  gap: clamp(28px, 6vw, 70px);
  margin-top: 54px;
  animation: rise 1s 0.55s cubic-bezier(0.2, 0.7, 0.2, 1) both;
}
.hero-stat { text-align: center; }
.hero-stat b {
  display: block;
  font-family: var(--font-display);
  font-size: clamp(1.6rem, 3.5vw, 2.6rem);
  color: var(--accent);
}
.hero-stat span {
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  color: var(--txt-dim);
}
.scroll-hint {
  position: absolute;
  bottom: 30px;
  left: 50%;
  translate: -50% 0;
  color: var(--txt-dim);
  font-size: 0.7rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  animation: bob 2.2s ease-in-out infinite;
}
@keyframes bob { 0%,100% { transform: translateY(0);} 50% { transform: translateY(8px);} }
@keyframes rise {
  from { opacity: 0; transform: translateY(34px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* ============ TOOLBAR ============ */
.toolbar {
  position: sticky;
  top: 58px;
  z-index: 40;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  justify-content: center;
  padding: 16px clamp(16px, 4vw, 48px);
  background: rgba(10, 10, 13, 0.86);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-block: 1px solid var(--line);
}
.search-wrap { position: relative; }
.search-wrap svg {
  position: absolute;
  left: 14px; top: 50%;
  translate: 0 -50%;
  width: 15px; height: 15px;
  stroke: var(--txt-dim);
  pointer-events: none;
}
#search {
  background: var(--surface);
  border: 1px solid var(--line);
  color: var(--txt);
  font-family: var(--font-body);
  font-size: 0.9rem;
  padding: 10px 16px 10px 38px;
  border-radius: 100px;
  width: min(280px, 66vw);
  outline: none;
  transition: border-color 0.25s, box-shadow 0.25s;
}
#search:focus {
  border-color: var(--accent);
  box-shadow: 0 0 0 3px var(--accent-soft);
}
#search::placeholder { color: var(--txt-dim); }
.select-wrap { position: relative; }
.select-wrap::after {
  content: "▾";
  position: absolute;
  right: 15px; top: 50%;
  translate: 0 -50%;
  color: var(--accent);
  pointer-events: none;
  font-size: 0.8rem;
}
.select-wrap select {
  appearance: none;
  -webkit-appearance: none;
  background: var(--surface);
  border: 1px solid var(--line);
  color: var(--txt);
  font-family: var(--font-body);
  font-size: 0.88rem;
  padding: 10px 38px 10px 16px;
  border-radius: 100px;
  cursor: pointer;
  outline: none;
  max-width: 220px;
  transition: border-color 0.25s, box-shadow 0.25s;
}
.select-wrap select:hover { border-color: rgba(255,255,255,0.25); }
.select-wrap select:focus {
  border-color: var(--accent);
  box-shadow: 0 0 0 3px var(--accent-soft);
}
.select-wrap option { background: var(--surface-2); color: var(--txt); }

/* ============ TIJDSLIJN ============ */
.timeline-section {
  max-width: 1150px;
  margin: 0 auto;
  padding: clamp(50px, 8vw, 90px) clamp(16px, 4vw, 40px) 60px;
  position: relative;
}
.timeline-line {
  position: absolute;
  top: 0; bottom: 0;
  left: 50%;
  width: 2px;
  translate: -50% 0;
  background: linear-gradient(to bottom, transparent, var(--line) 6%, var(--line) 94%, transparent);
}
.timeline-line::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, transparent, var(--accent), transparent);
  transform-origin: top;
  transform: scaleY(var(--progress, 0));
  opacity: 0.8;
}

.year-group { position: relative; padding-bottom: clamp(30px, 5vw, 60px); }
.year-marker {
  position: sticky;
  top: 130px;
  z-index: 5;
  display: flex;
  justify-content: center;
  margin-bottom: clamp(26px, 4vw, 44px);
  pointer-events: none;
}
.year-marker b {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: clamp(1.3rem, 3vw, 2rem);
  background: var(--bg-2);
  border: 1px solid var(--line);
  color: var(--accent);
  padding: 8px 30px;
  border-radius: 100px;
  box-shadow: 0 8px 30px rgba(0,0,0,0.55), 0 0 24px var(--accent-soft);
}

.album-row {
  display: grid;
  grid-template-columns: 1fr 60px 1fr;
  align-items: center;
  margin-bottom: clamp(30px, 4.5vw, 56px);
}
.album-row .dot {
  grid-column: 2;
  justify-self: center;
  width: 13px; height: 13px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 0 5px var(--accent-soft), 0 0 18px var(--accent-glow);
}
.album-row .card-holder { grid-column: 1; grid-row: 1; }
.album-row.right .card-holder { grid-column: 3; }

/* ---- kaart ---- */
.card {
  display: flex;
  gap: 20px;
  align-items: center;
  background: linear-gradient(160deg, var(--surface-2), var(--surface));
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 18px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: transform 0.35s cubic-bezier(0.2, 0.7, 0.2, 1), border-color 0.35s, box-shadow 0.35s;
  opacity: 0;
  transform: translateY(44px);
}
.card.visible { opacity: 1; transform: translateY(0); }
.card:hover {
  transform: translateY(-5px) scale(1.015);
  border-color: rgba(232, 178, 58, 0.45);
  box-shadow: 0 22px 50px rgba(0,0,0,0.6), 0 0 34px var(--accent-soft);
}
.card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(115deg, transparent 30%, rgba(255,255,255,0.05) 48%, transparent 62%);
  translate: -110% 0;
  transition: translate 0.7s ease;
  pointer-events: none;
}
.card:hover::after { translate: 110% 0; }

.card img {
  width: clamp(92px, 11vw, 126px);
  height: clamp(92px, 11vw, 126px);
  object-fit: cover;
  border-radius: 12px;
  flex-shrink: 0;
  box-shadow: 0 10px 26px rgba(0,0,0,0.55);
}
.card-info { min-width: 0; }
.card-info h3 {
  font-family: var(--font-display);
  font-size: clamp(0.95rem, 1.7vw, 1.18rem);
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 5px;
}
.card-info .artist {
  color: var(--accent);
  font-size: 0.9rem;
  font-weight: 500;
  margin-bottom: 10px;
}
.badges { display: flex; flex-wrap: wrap; gap: 6px; }
.badge {
  font-size: 0.66rem;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  padding: 4px 10px;
  border-radius: 100px;
  border: 1px solid var(--line);
  color: var(--txt-dim);
}
.badge.play {
  border-color: rgba(29, 185, 84, 0.5);
  color: var(--spotify);
}
.badge.play::before { content: "▶ "; font-size: 0.6rem; }

/* geen resultaten */
.empty {
  text-align: center;
  color: var(--txt-dim);
  padding: 70px 20px;
  font-size: 1rem;
  display: none;
}

/* ============ MODAL ============ */
.modal-backdrop {
  position: fixed;
  inset: 0;
  z-index: 90;
  background: rgba(5, 5, 8, 0.7);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.32s;
}
.modal-backdrop.open { opacity: 1; pointer-events: auto; }
.modal {
  width: min(880px, 100%);
  max-height: 90svh;
  overflow-y: auto;
  background: linear-gradient(165deg, #1b1b23, #101014);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 24px;
  padding: clamp(22px, 4vw, 42px);
  position: relative;
  transform: translateY(36px) scale(0.97);
  transition: transform 0.36s cubic-bezier(0.2, 0.7, 0.2, 1);
  box-shadow: 0 40px 90px rgba(0,0,0,0.7);
}
.modal-backdrop.open .modal { transform: translateY(0) scale(1); }
.modal-close {
  position: absolute;
  top: 16px; right: 16px;
  width: 38px; height: 38px;
  border-radius: 50%;
  border: 1px solid var(--line);
  background: var(--surface);
  color: var(--txt-dim);
  font-size: 1rem;
  cursor: pointer;
  transition: all 0.22s;
  z-index: 2;
}
.modal-close:hover { color: var(--txt); border-color: var(--accent); transform: rotate(90deg); }

.modal-head {
  display: flex;
  gap: clamp(18px, 3.5vw, 34px);
  align-items: flex-end;
  margin-bottom: 26px;
}
.modal-head img {
  width: clamp(120px, 22vw, 210px);
  height: clamp(120px, 22vw, 210px);
  object-fit: cover;
  border-radius: 16px;
  box-shadow: 0 18px 50px rgba(0,0,0,0.65), 0 0 40px var(--accent-soft);
}
.modal-head .type {
  font-size: 0.7rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 10px;
}
.modal-head h2 {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: clamp(1.3rem, 3.6vw, 2.4rem);
  line-height: 1.08;
  margin-bottom: 8px;
}
.modal-head .meta { color: var(--txt-dim); font-size: 0.95rem; }
.modal-head .meta b { color: var(--txt); font-weight: 600; }

.player-wrap { margin-bottom: 24px; }
.player-wrap iframe {
  width: 100%;
  height: 352px;
  border: 0;
  border-radius: 14px;
  display: block;
}
.no-stream {
  border: 1px dashed rgba(255,255,255,0.18);
  border-radius: 14px;
  padding: 26px;
  text-align: center;
  color: var(--txt-dim);
  font-size: 0.95rem;
  margin-bottom: 24px;
}

.platforms { display: flex; flex-wrap: wrap; gap: 10px; }
.platform-btn {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 11px 20px;
  border-radius: 100px;
  border: 1px solid var(--line);
  background: var(--surface);
  color: var(--txt);
  font-family: var(--font-body);
  font-size: 0.88rem;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.22s;
}
.platform-btn:hover { transform: translateY(-2px); box-shadow: 0 10px 24px rgba(0,0,0,0.5); }
.platform-btn svg { width: 17px; height: 17px; }
.platform-btn.spotify:hover { border-color: var(--spotify); color: var(--spotify); }
.platform-btn.apple:hover   { border-color: #fa4d67; color: #fa4d67; }
.platform-btn.deezer:hover  { border-color: #a238ff; color: #a238ff; }
.platform-btn.youtube:hover { border-color: #ff0033; color: #ff0033; }
.platform-btn.all:hover     { border-color: var(--accent); color: var(--accent); }

/* ============ FOOTER ============ */
footer {
  border-top: 1px solid var(--line);
  padding: 50px 24px 60px;
  text-align: center;
  color: var(--txt-dim);
  font-size: 0.85rem;
}
footer a { color: var(--accent); text-decoration: none; }
footer a:hover { text-decoration: underline; }
footer .foot-title {
  font-family: var(--font-display);
  font-size: 1rem;
  color: var(--txt);
  text-transform: uppercase;
  margin-bottom: 10px;
}

/* ============ RESPONSIVE ============ */
@media (max-width: 760px) {
  .nav-links { display: none; }
  .toolbar { top: 52px; }
  .timeline-line { left: 22px; }
  .year-marker { justify-content: flex-start; padding-left: 52px; }
  .album-row { grid-template-columns: 44px 1fr; }
  .album-row .dot { grid-column: 1; }
  .album-row .card-holder,
  .album-row.right .card-holder { grid-column: 2; grid-row: 1; }
  .modal-head { flex-direction: column; align-items: flex-start; }
  .player-wrap iframe { height: 300px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .card { opacity: 1; transform: none; }
}

/* ============ MELDINGSKNOP + FEEDBACK ============ */
.nav-report {
  font-family: var(--font-body);
  font-size: 0.82rem;
  font-weight: 500;
  color: #111;
  background: var(--accent);
  border: none;
  padding: 8px 16px;
  border-radius: 999px;
  cursor: pointer;
  transition: transform 0.2s, box-shadow 0.2s, background 0.2s;
}
.nav-report:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 18px var(--accent-glow);
}

/* tekst-knop die eruitziet als een link */
.link-btn {
  background: none;
  border: none;
  padding: 0;
  color: var(--accent);
  font: inherit;
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.link-btn:hover { opacity: 0.85; }

.modal-report {
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid var(--line);
  text-align: center;
  font-size: 0.9rem;
}

/* feedback-modal */
.modal-feedback { max-width: 520px; }
.modal-feedback h2 {
  font-family: var(--font-display);
  font-size: 1.4rem;
  margin-bottom: 6px;
}
.feedback-intro {
  color: var(--txt-dim);
  font-size: 0.95rem;
  margin-bottom: 20px;
}
#feedback-form label {
  display: block;
  font-size: 0.85rem;
  font-weight: 500;
  margin: 14px 0 6px;
}
#feedback-form label .opt {
  color: var(--txt-dim);
  font-weight: 400;
}
#feedback-form textarea,
#feedback-form input {
  width: 100%;
  background: var(--surface-2);
  border: 1px solid var(--line);
  border-radius: 12px;
  color: var(--txt);
  font-family: var(--font-body);
  font-size: 0.95rem;
  padding: 12px 14px;
  resize: vertical;
}
#feedback-form textarea:focus,
#feedback-form input:focus {
  outline: none;
  border-color: var(--accent);
  box-shadow: 0 0 0 3px var(--accent-soft);
}
.feedback-submit {
  margin-top: 18px;
  width: 100%;
  background: var(--accent);
  color: #111;
  border: none;
  border-radius: 12px;
  padding: 13px;
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 0.98rem;
  cursor: pointer;
  transition: transform 0.2s, box-shadow 0.2s, opacity 0.2s;
}
.feedback-submit:hover { transform: translateY(-1px); box-shadow: 0 6px 18px var(--accent-glow); }
.feedback-submit:disabled { opacity: 0.6; cursor: default; transform: none; box-shadow: none; }
.feedback-status {
  min-height: 1.2em;
  margin-top: 12px;
  font-size: 0.9rem;
  text-align: center;
}
.feedback-status.ok { color: #4ade80; }
.feedback-status.err { color: #f87171; }
