/* ==========================================================================
   Sympthom — Allround DJ
   Kleuren: crème #FBF4E8 · inkt #1b1b1b · geel #FFD43B · roze #FF8FB1
            blauw #7FD8FF · lime #B6F04A
   ========================================================================== */

/* ---------- Basis ---------- */
* { box-sizing: border-box; }

html, body {
  margin: 0;
  padding: 0;
  background: #FBF4E8;
}

body {
  font-family: 'Archivo', sans-serif;
  color: #1b1b1b;
  overflow-x: hidden;
  min-width: 320px;
}

a { color: #1b1b1b; text-decoration: none; }

/* ---------- Animaties ---------- */
@keyframes marquee {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}
@keyframes bounce-in {
  0%   { opacity: 0; transform: scale(.6) rotate(-8deg); }
  70%  { transform: scale(1.06) rotate(2deg); }
  100% { opacity: 1; transform: scale(1) rotate(0); }
}
@keyframes floaty {
  0%, 100% { transform: translateY(0); }
  50%      { transform: translateY(-12px); }
}
@keyframes wiggle {
  0%, 100% { transform: rotate(-3deg); }
  50%      { transform: rotate(3deg); }
}
@keyframes spin {
  from { transform: rotate(0); }
  to   { transform: rotate(360deg); }
}
@keyframes bob {
  0%, 100% { transform: translateY(0) rotate(-4deg); }
  50%      { transform: translateY(-10px) rotate(4deg); }
}
@keyframes eq-1 { 0%, 100% { height: 12px; } 50% { height: 34px; } }
@keyframes eq-2 { 0%, 100% { height: 30px; } 50% { height: 10px; } }
@keyframes eq-3 { 0%, 100% { height: 18px; } 50% { height: 38px; } }

/* ---------- Herbruikbaar: knoppen, stickers, badges, koppen ---------- */
.knop {
  display: inline-block;
  font-weight: 900;
  font-style: italic;
  font-size: 18px;
  padding: 15px 30px;
  border-radius: 999px;
  border: 3px solid #1b1b1b;
  transition: transform .15s, box-shadow .15s;
}
.knop--donker {
  background: #1b1b1b;
  color: #fff;
  box-shadow: 5px 5px 0 #FFD43B;
}
.knop--donker:hover { transform: translate(3px, 3px); box-shadow: 0 0 0 #FFD43B; }
.knop--licht {
  background: #fff;
  box-shadow: 5px 5px 0 #FF8FB1;
}
.knop--licht:hover { transform: translate(3px, 3px); box-shadow: 0 0 0 #FF8FB1; }
.knop--witte-schaduw { box-shadow: 5px 5px 0 #fff; }
.knop--witte-schaduw:hover { box-shadow: 0 0 0 #fff; }

.sticker {
  position: absolute;
  border: 3px solid #1b1b1b;
  border-radius: 14px;
  box-shadow: 4px 4px 0 #1b1b1b;
  padding: 9px 16px;
  font-weight: 900;
  font-style: italic;
  font-size: 15px;
  animation: wiggle 3.4s ease-in-out infinite;
  z-index: 2;
}
.sticker--geel  { background: #FFD43B; }
.sticker--roze  { background: #FF8FB1; }
.sticker--blauw { background: #7FD8FF; }

.badge {
  display: inline-block;
  border: 3px solid #1b1b1b;
  border-radius: 999px;
  box-shadow: 4px 4px 0 #1b1b1b;
  font-weight: 900;
  font-style: italic;
  font-size: 14px;
  letter-spacing: 2px;
  padding: 8px 18px;
  margin-bottom: 18px;
}
.badge--lime  { background: #B6F04A; transform: rotate(-2deg); }
.badge--geel  { background: #FFD43B; transform: rotate(2deg); }
.badge--blauw { background: #7FD8FF; transform: rotate(-2deg); }

.sectie-kop { text-align: center; padding: 0 24px; position: relative; z-index: 1; }
.sectie-kop h2 {
  font-weight: 900;
  font-style: italic;
  font-size: clamp(38px, 5.5vw, 68px);
  margin: 0;
  text-transform: uppercase;
}
.sectie-kop p { font-weight: 600; font-size: 18px; margin: 12px 0 46px; }

.outline { color: #fff; -webkit-text-stroke: 2.5px #1b1b1b; }

/* Zwevende kleurcirkels op de achtergrond */
.blob { position: absolute; border-radius: 50%; }

/* ---------- Hero ---------- */
.hero {
  position: relative;
  min-height: 94vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 36px 24px 0;
  overflow: hidden;
}
.hero .blob--geel  { top: -120px; left: -100px; width: 340px; height: 340px; background: #FFD43B; opacity: .9; }
.hero .blob--roze  { top: 30%; right: -130px; width: 300px; height: 300px; background: #FF8FB1; opacity: .85; animation: floaty 7s ease-in-out infinite; }
.hero .blob--blauw { bottom: 6%; left: -80px; width: 220px; height: 220px; background: #7FD8FF; opacity: .85; animation: floaty 6s ease-in-out infinite; }

.hero__notitie {
  position: absolute;
  font-family: 'Caveat', cursive;
  font-size: 30px;
  animation: bob 4s ease-in-out infinite;
}
.hero__notitie--links  { top: 120px; left: 10%; transform: rotate(-8deg); }
.hero__notitie--rechts { top: 200px; right: 9%; transform: rotate(6deg); animation-duration: 5s; }

.hero__logo {
  width: min(760px, 92vw);
  display: block;
  position: relative;
  z-index: 2;
  animation: bounce-in .8s ease both;
}

.hero__tagline {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 6px 0 22px;
}
.hero__tagline p {
  font-weight: 800;
  font-style: italic;
  font-size: clamp(17px, 2.2vw, 24px);
  margin: 0;
}

.equalizer { display: flex; align-items: flex-end; gap: 4px; height: 38px; }
.equalizer__balk { width: 7px; border: 2px solid #1b1b1b; }
.equalizer__balk--roze  { background: #FF8FB1; animation: eq-1 .9s ease-in-out infinite; }
.equalizer__balk--geel  { background: #FFD43B; animation: eq-2 .8s ease-in-out infinite; }
.equalizer__balk--blauw { background: #7FD8FF; animation: eq-3 1s ease-in-out infinite; }
.equalizer__balk--lime  { background: #B6F04A; animation: eq-1 .7s ease-in-out infinite; }

.hero__knoppen {
  position: relative;
  z-index: 3;
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
}

.hero__podium {
  position: relative;
  z-index: 1;
  margin-top: 26px;
  height: min(58vh, 520px);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 100%;
}
.hero__cirkel {
  position: absolute;
  bottom: -46%;
  width: min(620px, 94vw);
  aspect-ratio: 1;
  border-radius: 50%;
  background: #FFD43B;
  border: 3px solid #1b1b1b;
}
.hero__cirkel-gestippeld {
  position: absolute;
  bottom: -40%;
  width: min(620px, 94vw);
  aspect-ratio: 1;
  border-radius: 50%;
  border: 3px dashed #1b1b1b;
  opacity: .25;
  animation: spin 40s linear infinite;
}
.hero__sticker-links  { bottom: 34%; left: calc(50% - min(330px, 44vw)); transform: rotate(-7deg); }
.hero__sticker-rechts { bottom: 52%; right: calc(50% - min(330px, 44vw)); transform: rotate(6deg); animation-duration: 4s; }
.hero__foto {
  position: relative;
  height: 112%;
  object-fit: contain;
  object-position: bottom;
  z-index: 1;
}

/* ---------- Artiesten (marquee) ---------- */
.artiesten { position: relative; padding: 84px 0 76px; }

.marquee { overflow: hidden; padding: 20px 0; }
.marquee__baan {
  display: flex;
  width: max-content;
  gap: 20px;
  padding-right: 20px;
  animation: marquee 75s linear infinite;
}

.plaat {
  flex: none;
  border: 3px solid #1b1b1b;
  border-radius: 18px;
  box-shadow: 5px 5px 0 #1b1b1b;
  padding: 20px 26px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.plaat--geel  { background: #FFD43B; transform: rotate(-2deg); }
.plaat--roze  { background: #FF8FB1; transform: rotate(1.5deg); }
.plaat--blauw { background: #7FD8FF; transform: rotate(-1deg); }
.plaat--lime  { background: #B6F04A; transform: rotate(2deg); }
.plaat--wit   { background: #fff; }

/* Draaiend plaatje: zwarte schijf met gestippelde rand en gekleurd label */
.plaat__disc {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: #1b1b1b;
  position: relative;
  animation: spin 6s linear infinite;
}
.plaat__disc::before {
  content: '';
  position: absolute;
  inset: 6px;
  border-radius: 50%;
  border: 2px dashed #FBF4E8;
}
.plaat__disc::after {
  content: '';
  position: absolute;
  inset: 26px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid #FBF4E8;
}
.plaat--geel  .plaat__disc::after { background: #FFD43B; }
.plaat--roze  .plaat__disc::after { background: #FF8FB1; }
.plaat--blauw .plaat__disc::after { background: #7FD8FF; }
.plaat--lime  .plaat__disc::after { background: #B6F04A; }

.plaat__naam {
  font-weight: 900;
  font-style: italic;
  font-size: 20px;
  text-transform: uppercase;
  white-space: nowrap;
}

/* ---------- Optredens (portfolio) ---------- */
.optredens {
  padding: 84px 24px 90px;
  background: #fff;
  border-top: 3px solid #1b1b1b;
  border-bottom: 3px solid #1b1b1b;
}
.optredens__grid {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 28px;
}

.gig {
  background: #FBF4E8;
  border: 3px solid #1b1b1b;
  border-radius: 20px;
  box-shadow: 6px 6px 0 #1b1b1b;
  padding: 24px 22px;
  transition: transform .2s, box-shadow .2s;
}
.gig:nth-child(odd)  { transform: rotate(-1.5deg); }
.gig:nth-child(even) { transform: rotate(1.5deg); }
.gig:hover { transform: rotate(0deg) translateY(-6px); }
.gig--geel:hover  { box-shadow: 8px 10px 0 #FFD43B; }
.gig--roze:hover  { box-shadow: 8px 10px 0 #FF8FB1; }
.gig--blauw:hover { box-shadow: 8px 10px 0 #7FD8FF; }
.gig--lime:hover  { box-shadow: 8px 10px 0 #B6F04A; }

.gig header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
}
.gig__type {
  border: 2px solid #1b1b1b;
  border-radius: 999px;
  font-weight: 800;
  font-size: 12px;
  letter-spacing: 1px;
  padding: 4px 12px;
}
.gig--geel  .gig__type { background: #FFD43B; }
.gig--roze  .gig__type { background: #FF8FB1; }
.gig--blauw .gig__type { background: #7FD8FF; }
.gig--lime  .gig__type { background: #B6F04A; }
.gig__jaar { font-weight: 800; font-size: 13px; }

.gig h3 {
  font-weight: 900;
  font-style: italic;
  font-size: 25px;
  text-transform: uppercase;
  margin: 16px 0 4px;
}
.gig p { font-weight: 600; font-size: 14px; margin: 0; }
.gig footer {
  margin-top: 14px;
  border-top: 2px dashed #1b1b1b;
  padding-top: 10px;
  font-family: 'Caveat', cursive;
  font-size: 21px;
}

/* ---------- Rider ---------- */
.rider {
  position: relative;
  padding: 90px 24px;
  overflow: hidden;
  text-align: center;
}
.rider__blob-lime { top: -90px; right: -90px; width: 260px; height: 260px; background: #B6F04A; opacity: .9; }
.rider__blob-roze { bottom: -70px; left: -70px; width: 200px; height: 200px; background: #FF8FB1; opacity: .9; }
.rider .sectie-kop p { margin-bottom: 44px; }

.rider__knoppen {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.rider-knop {
  display: inline-flex;
  flex-direction: column;
  gap: 6px;
  border: 3px solid #1b1b1b;
  border-radius: 20px;
  box-shadow: 7px 7px 0 #1b1b1b;
  font-weight: 900;
  font-style: italic;
  font-size: 20px;
  padding: 22px 36px;
  transition: transform .15s, box-shadow .15s;
}
.rider-knop:hover { transform: translate(4px, 4px); box-shadow: 0 0 0 #1b1b1b; }
.rider-knop--geel { background: #FFD43B; }
.rider-knop--roze { background: #FF8FB1; }
.rider-knop small { font-weight: 600; font-style: normal; font-size: 13px; }

.rider__voetnoot {
  font-weight: 600;
  font-size: 13px;
  opacity: .55;
  margin-top: 26px;
  position: relative;
  z-index: 1;
}

/* ---------- Contact ---------- */
.contact {
  position: relative;
  background: #7FD8FF;
  border-top: 3px solid #1b1b1b;
  padding: 80px 32px 0;
  overflow: hidden;
}
.contact__inhoud {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: clamp(24px, 5vw, 72px);
  flex-wrap: wrap;
}
.contact__tekst {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  max-width: 480px;
  padding-bottom: 80px;
}
.contact__notitie {
  font-family: 'Caveat', cursive;
  font-size: 32px;
  transform: rotate(-3deg);
}
.contact__tekst h2 {
  font-weight: 900;
  font-style: italic;
  font-size: clamp(40px, 5.5vw, 64px);
  margin: 0;
  text-transform: uppercase;
  line-height: 1;
}
.contact__tekst p { font-weight: 600; font-size: 18px; margin: 0; }

.contact__foto-wrap {
  position: relative;
  height: min(52vh, 440px);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: min(380px, 88vw);
}
.contact__sticker { top: 20px; left: -14px; transform: rotate(-7deg); }
.contact__foto {
  height: 100%;
  object-fit: contain;
  object-position: bottom;
  animation: floaty 5.5s ease-in-out infinite;
}

/* ---------- Socials / footer ---------- */
.footer {
  background: #1b1b1b;
  color: #fff;
  padding: 56px 24px 40px;
  text-align: center;
}
.footer__logo {
  width: min(340px, 70vw);
  filter: invert(1);
  display: block;
  margin: 0 auto 10px;
}
.footer__socials {
  display: flex;
  gap: 16px;
  justify-content: center;
  margin: 18px 0 30px;
}
.social {
  display: inline-block;
  color: #1b1b1b;
  border: 3px solid #fff;
  border-radius: 999px;
  box-shadow: 4px 4px 0 #fff;
  font-weight: 900;
  font-style: italic;
  font-size: 16px;
  padding: 12px 26px;
  transition: transform .15s, box-shadow .15s;
}
.social:hover { transform: translate(3px, 3px); box-shadow: 0 0 0 #fff; color: #1b1b1b; }
.social--roze  { background: #FF8FB1; }
.social--blauw { background: #7FD8FF; }
.footer__copyright { font-weight: 600; font-size: 13px; opacity: .55; margin: 0; }


/* ---------- Navbar ---------- */
.site-nav {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 12px 22px;
  background: #FBF4E8;
  border-bottom: 3px solid #1b1b1b;
}
.nav-logo { height: 44px; display: block; }
.nav-right { display: flex; align-items: center; gap: 22px; }
.nav-links { display: flex; align-items: center; gap: 22px; }
.nav-link {
  font-weight: 800;
  font-style: italic;
  font-size: 15px;
  text-transform: uppercase;
  transition: color .15s;
}
.nav-link:hover { color: #FF6FA3; }
.nav-merken {
  font-weight: 900;
  font-style: italic;
  font-size: 14px;
  text-transform: uppercase;
  background: #FFD43B;
  border: 3px solid #1b1b1b;
  border-radius: 999px;
  box-shadow: 3px 3px 0 #1b1b1b;
  padding: 9px 16px;
  white-space: nowrap;
  transition: transform .15s, box-shadow .15s;
}
.nav-merken:hover { transform: translate(2px, 2px); box-shadow: 0 0 0 #1b1b1b; }
.nav-burger {
  display: none;
  flex-direction: column;
  gap: 5px;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 3px solid #1b1b1b;
  border-radius: 12px;
  box-shadow: 3px 3px 0 #1b1b1b;
  cursor: pointer;
  padding: 0;
}
.nav-burger span { display: block; width: 22px; height: 3px; background: #1b1b1b; border-radius: 2px; }
.nav-mobile { display: none; }

/* ---------- Responsief ---------- */
@media (max-width: 760px) {
  .nav-links { display: none; }
  .nav-desktop-merken { display: none; }
  .nav-burger { display: flex; }
  .nav-mobile {
    display: none;
    flex-direction: column;
    gap: 12px;
    padding: 20px 22px 26px;
    background: #FBF4E8;
    border-bottom: 3px solid #1b1b1b;
    position: sticky;
    top: 57px;
    z-index: 49;
  }
  .nav-mobile.open { display: flex; }
  .nav-mobile .nav-link { font-size: 20px; }
  .hero__sticker-links,
  .hero__sticker-rechts { display: none; }
}

@media (max-width: 640px) {
  .hero { min-height: auto; padding-bottom: 0; }
  .hero__notitie { display: none; }
  .hero__tagline { flex-direction: column; gap: 8px; text-align: center; }
  .hero__tagline .equalizer { display: none; }
  .hero__podium { height: min(46vh, 400px); }
  .hero__sticker-links  { bottom: 60%; left: 4px; }
  .hero__sticker-rechts { bottom: 76%; right: 4px; }
  .knop { font-size: 16px; padding: 13px 24px; }
  .rider-knop { width: 100%; max-width: 360px; }
  .footer__socials { flex-wrap: wrap; }
  .contact__tekst { padding-bottom: 48px; }
}
