/* ============================================================
   OnDestination - Individuele artiest pagina
   Extends: colors_and_type.css + home.css + artiesten.css
   ============================================================ */

/* ── Eyebrow specificity fixes ── */
.ap-bio-copy .eye { color: #15140F; }
.ap-bio-copy .eye::before { color: #3F8A00; }
.art-cta .eye { color: #F8F5EE !important; }
.art-cta .eye::before { color: #6FE000 !important; }

/* ── Hero load ── */
@media (prefers-reduced-motion: no-preference) {
  .ap-hero-content { animation: fade-rise 760ms cubic-bezier(.22,.61,.36,1) 80ms both; }
}

/* ── Hero split layout ── */
.ap-hero {
  min-height: 100svh;
  display: grid;
  grid-template-columns: 54% 46%;
  background: #000;
  position: relative;
  overflow: hidden;
}
.ap-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 55% 80% at 4% 72%, rgba(111,224,0,.08), transparent 58%);
  pointer-events: none;
  z-index: 1;
}

/* ── Hero left ── */
.ap-hero-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 148px 52px 88px 40px;
}

/* ── Back link ── */
.ap-back {
  position: absolute;
  top: 88px;
  left: 40px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: .13em;
  text-transform: uppercase;
  color: rgba(248,245,238,.4);
  text-decoration: none;
  transition: color 180ms;
}
.ap-back:hover { color: #6FE000; }
.ap-back svg { width: 14px; height: 14px; flex-shrink: 0; }

/* ── Label row: type pill + certified badge ── */
.ap-labels {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 18px;
}

/* ── Name ── */
.ap-name {
  font-size: clamp(68px, 9.5vw, 138px);
  line-height: .91;
  letter-spacing: -.03em;
  color: #F8F5EE;
  margin: 0 0 18px;
}
.ap-name em {
  font-style: normal;
  color: #6FE000;
  text-shadow: 0 0 80px rgba(111,224,0,.42);
}

/* ── Short bio under name ── */
.ap-short-bio {
  font-size: clamp(15px, 1.2vw, 18px);
  font-weight: 300;
  line-height: 1.65;
  color: rgba(248,245,238,.6);
  max-width: 44ch;
  margin: 0 0 36px;
}

/* ── Stats bar ── */
.ap-stats {
  display: flex;
  border-top: 1px solid rgba(255,255,255,.1);
  padding-top: 28px;
  margin-bottom: 36px;
}
.ap-stat {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding-right: 36px;
}
.ap-stat + .ap-stat {
  padding-left: 36px;
  border-left: 1px solid rgba(255,255,255,.1);
}
.ap-stat-num {
  font-family: 'Kardige', sans-serif;
  font-size: 32px;
  line-height: 1;
  letter-spacing: -.03em;
  color: #F8F5EE;
}
.ap-stat-plus { color: #6FE000; }
.ap-stat-label {
  font-size: 10.5px;
  letter-spacing: .14em;
  text-transform: uppercase;
  font-weight: 700;
  color: rgba(255,255,255,.33);
}

/* ── Hero CTA ── */
.ap-hero-cta {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

/* ── Hero right: portrait ── */
.ap-hero-portrait {
  position: relative;
  overflow: hidden;
}
.ap-hero-portrait img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}
.ap-hero-portrait::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to right, #000 0%, rgba(0,0,0,.15) 18%, transparent 36%),
    linear-gradient(to top, rgba(0,0,0,.55) 0%, transparent 26%);
  z-index: 2;
  pointer-events: none;
}
.ap-hero-portrait::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 65% 44% at 86% 18%, rgba(111,224,0,.13), transparent 65%);
  z-index: 3;
  pointer-events: none;
}

/* ── Bio band ── */
.ap-bio-grid {
  display: grid;
  grid-template-columns: 1fr 340px;
  gap: 72px;
  align-items: start;
}
.ap-bio-copy h2 {
  font-size: clamp(40px, 5vw, 68px);
  line-height: 1.0;
  letter-spacing: -.025em;
  color: #0A0A0A;
  margin: 0 0 26px;
}
.ap-bio-copy p {
  font-size: 17px;
  line-height: 1.72;
  color: #4A4A4A;
  max-width: 56ch;
  margin: 0 0 20px;
}
.ap-bio-copy p:last-of-type { margin-bottom: 0; }

/* Quick facts card */
.ap-qf-card {
  background: #0A0A0A;
  border-radius: 20px;
  padding: 28px;
  color: #F8F5EE;
  position: sticky;
  top: 88px;
}
.ap-qf-head {
  font-size: 10.5px;
  letter-spacing: .16em;
  text-transform: uppercase;
  font-weight: 700;
  color: rgba(255,255,255,.36);
  margin: 0 0 20px;
}
.ap-qf-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 14px;
  padding: 13px 0;
  border-bottom: 1px solid rgba(255,255,255,.07);
}
.ap-qf-row:first-of-type { border-top: 1px solid rgba(255,255,255,.07); }
.ap-qf-key {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: rgba(255,255,255,.35);
  white-space: nowrap;
  flex-shrink: 0;
  padding-top: 1px;
}
.ap-qf-val {
  font-size: 14px;
  font-weight: 500;
  color: #F8F5EE;
  text-align: right;
  line-height: 1.5;
}
.ap-qf-foot {
  margin-top: 22px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.ap-qf-foot .btn {
  width: 100%;
  justify-content: center;
  font-size: 13.5px;
  padding: 13px 20px;
}

/* ── Geschikt voor ── */
.ap-events-head {
  margin-bottom: 44px;
}
.ap-events-head h2 {
  font-size: clamp(36px, 4.4vw, 58px);
  line-height: 1.04;
  margin: 0;
}
.ap-events-head h2 em { font-style: normal; color: #6FE000; }
.ap-event-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
.ap-event-card {
  background: #141414;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 16px;
  padding: 22px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  transition: border-color 220ms cubic-bezier(.22,.61,.36,1),
              transform 220ms cubic-bezier(.22,.61,.36,1);
}
.ap-event-card:hover {
  border-color: rgba(111,224,0,.34);
  transform: translateY(-3px);
}
.ap-event-num {
  font-family: 'Kardige', sans-serif;
  font-size: 12px;
  letter-spacing: .12em;
  color: rgba(111,224,0,.65);
  font-weight: 400;
}
.ap-event-name {
  font-size: 15.5px;
  font-weight: 700;
  letter-spacing: -.01em;
  color: #F8F5EE;
  line-height: 1.2;
}
.ap-event-desc {
  font-size: 13px;
  line-height: 1.5;
  color: rgba(248,245,238,.4);
  margin: 0;
}

/* ── In de mix ── */
.ap-mix {
  position: relative;
  overflow: hidden;
}
.ap-mix::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 60% 80% at 50% 60%, rgba(111,224,0,.07), transparent 65%);
  pointer-events: none;
}
.ap-mix-head {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 40px;
  flex-wrap: wrap;
  gap: 20px;
}
.ap-mix-head h2 {
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1.04;
  margin: 0;
}
.ap-mix-card {
  position: relative;
  z-index: 2;
  background: #141414;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 24px;
  overflow: hidden;
}
.ap-mix-visual {
  height: 160px;
  display: flex;
  align-items: flex-end;
  gap: 3px;
  padding: 0 24px;
}
.ap-mix-bar {
  flex: 1;
  background: linear-gradient(to top, #6FE000, #3F8A00);
  border-radius: 2px 2px 0 0;
  opacity: .32;
  min-height: 4px;
}
.ap-mix-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 20px 24px;
  background: linear-gradient(to top, #141414 50%, rgba(20,20,20,.6));
  flex-wrap: wrap;
}
.ap-mix-label {
  font-size: 10.5px;
  letter-spacing: .14em;
  text-transform: uppercase;
  font-weight: 700;
  color: rgba(255,255,255,.33);
  margin: 0 0 5px;
}
.ap-mix-title {
  font-family: 'Kardige', sans-serif;
  font-size: 24px;
  letter-spacing: -.01em;
  color: #F8F5EE;
  line-height: 1.1;
  margin: 0;
}
.ap-mix-action {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  background: rgba(111,224,0,.12);
  border: 1px solid rgba(111,224,0,.24);
  border-radius: 999px;
  padding: 10px 22px;
  font-size: 13px;
  font-weight: 700;
  color: #6FE000;
  font-family: 'Luxe Uno', 'Helvetica Neue', Arial, sans-serif;
  text-decoration: none;
  white-space: nowrap;
  transition: all 200ms;
  flex-shrink: 0;
}
.ap-mix-action:hover {
  background: rgba(111,224,0,.22);
  border-color: rgba(111,224,0,.46);
}
.ap-mix-action svg { width: 14px; height: 14px; }

/* ── More artists header ── */
.ap-more-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 44px;
  flex-wrap: wrap;
  gap: 20px;
}
.ap-more-head h2 {
  font-size: clamp(32px, 4vw, 50px);
  line-height: 1.04;
  margin: 0;
}
.ap-more-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-size: 13.5px;
  font-weight: 700;
  color: rgba(248,245,238,.55);
  text-decoration: none;
  white-space: nowrap;
  transition: color 180ms;
  letter-spacing: .01em;
}
.ap-more-link:hover { color: #6FE000; }
.ap-more-link svg { width: 14px; height: 14px; }

/* ── Responsive ── */
@media (max-width: 900px) {
  .ap-hero {
    grid-template-columns: 1fr;
    min-height: auto;
  }
  .ap-hero-portrait {
    height: 72vw;
    min-height: 280px;
    max-height: 500px;
    order: -1;
  }
  .ap-hero-portrait::before {
    background: linear-gradient(to bottom, transparent 52%, #000 100%);
  }
  .ap-hero-content {
    padding: 28px 22px 64px;
    justify-content: flex-start;
  }
  .ap-back {
    position: relative;
    top: auto;
    left: auto;
    margin-bottom: 28px;
  }
  .ap-bio-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .ap-qf-card { position: relative; top: auto; }
  .ap-event-grid { grid-template-columns: 1fr 1fr; }
  .ap-mix-head { flex-direction: column; align-items: flex-start; }
  .ap-more-head { flex-direction: column; align-items: flex-start; }
}

@media (max-width: 560px) {
  .ap-name { font-size: clamp(52px, 17vw, 72px); }
  .ap-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-top: 1px solid rgba(255,255,255,.1);
    padding-top: 24px;
    margin-bottom: 32px;
  }
  .ap-stat { padding: 0; }
  .ap-stat + .ap-stat {
    border-left: 1px solid rgba(255,255,255,.1);
    border-top: none;
    padding-left: 16px;
    padding-top: 0;
  }
  .ap-stat-num { font-size: 26px; }
  .ap-stat-label { font-size: 9.5px; }
  .ap-hero-cta { flex-direction: column; }
  .ap-hero-cta .btn { justify-content: center; }
  .ap-event-grid { grid-template-columns: 1fr; }
}
