/* ============================================================
   OnDestination - Artiesten page styles
   Extends colors_and_type.css + home.css
   ============================================================ */

/* ---- Page hero ---- */
.art-hero {
  position: relative;
  background: #000;
  color: #F8F5EE;
  padding: 148px 0 88px;
  overflow: hidden;
}
.art-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 80% 70% at 65% 40%, rgba(111,224,0,.13), transparent 65%),
    radial-gradient(ellipse 50% 90% at 0% 110%, rgba(111,224,0,.07), transparent 60%);
  pointer-events: none;
}
.art-hero-inner {
  position: relative;
  z-index: 2;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 40px;
}
.art-hero h1 {
  font-family: 'Kardige', sans-serif;
  font-weight: 400;
  font-size: clamp(58px, 8.5vw, 124px);
  line-height: .95;
  letter-spacing: -.025em;
  margin: 0 0 28px;
  color: #F8F5EE;
  max-width: 14ch;
}
.art-hero h1 em {
  font-style: normal;
  color: #6FE000;
  text-shadow: 0 0 56px rgba(111,224,0,.42);
}
.art-hero .hero-lead {
  font-size: clamp(17px, 1.5vw, 21px);
  font-weight: 300;
  line-height: 1.55;
  color: #C0C0C0;
  max-width: 50ch;
  margin: 0 0 52px;
}
.art-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  border-top: 1px solid rgba(255,255,255,.1);
  padding-top: 36px;
}
.art-stat {
  padding: 0 52px 0 0;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.art-stat + .art-stat {
  padding-left: 52px;
  border-left: 1px solid rgba(255,255,255,.1);
}
.art-stat-num {
  font-family: 'Kardige', sans-serif;
  font-size: 40px;
  line-height: 1;
  letter-spacing: -.03em;
  color: #F8F5EE;
}
.art-stat-num span {
  color: #6FE000;
}
.art-stat-label {
  font-size: 12px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: rgba(255,255,255,.38);
  font-weight: 600;
}

/* ---- Roster section ---- */
.art-roster {
  padding-top: 80px;
}

/* ---- Filter bar ---- */
.filter-bar-wrap { position: relative; }
.filter-bar {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 52px;
}
.filter-pill {
  font-family: 'Luxe Uno', 'Helvetica Neue', Arial, sans-serif;
  background: none;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 999px;
  padding: 9px 22px;
  font-size: 13.5px;
  font-weight: 600;
  color: rgba(248,245,238,.65);
  cursor: pointer;
  transition: all 200ms cubic-bezier(.22,.61,.36,1);
  white-space: nowrap;
  -webkit-font-smoothing: antialiased;
  letter-spacing: .01em;
}
.filter-pill:hover {
  border-color: rgba(255,255,255,.38);
  color: #F8F5EE;
  background: rgba(255,255,255,.04);
}
.filter-pill.is-active {
  background: #6FE000;
  border-color: #6FE000;
  color: #000;
}

/* ---- Load more button ---- */
.ar-load-more {
  display: flex;
  justify-content: center;
  margin-top: 52px;
}
.load-more-btn {
  font-family: 'Luxe Uno', 'Helvetica Neue', Arial, sans-serif;
  background: none;
  border: 1.5px solid rgba(255,255,255,.22);
  border-radius: 999px;
  color: #F8F5EE;
  padding: 15px 36px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .02em;
  cursor: pointer;
  transition: all 220ms cubic-bezier(.22,.61,.36,1);
  -webkit-font-smoothing: antialiased;
}
.load-more-btn:hover {
  border-color: rgba(255,255,255,.46);
  background: rgba(255,255,255,.05);
}
.load-more-btn.is-done {
  display: none;
}

/* ---- Placeholder artist card ---- */
.ar-card.ar-card-ph {
  display: none;
}
.ar-card.ar-card-ph.is-loaded {
  display: block;
}
.ar-card-ph .ar-ph-bg {
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(135deg, #141414 0 14px, #1a1a1a 14px 28px);
}
.ar-card-ph .ar-ph-label {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: ui-monospace, 'SF Mono', Menlo, Consolas, monospace;
  font-size: 10px;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: rgba(255,255,255,.18);
}

/* ---- Join alt contact ---- */
.join-alt {
  margin-top: 28px;
  padding-top: 28px;
  border-top: 1px solid rgba(255,255,255,.08);
}
.join-alt p {
  font-size: 15px;
  font-weight: 300;
  color: rgba(255,255,255,.44);
  margin: 0 0 14px;
  max-width: 32ch;
  line-height: 1.5;
}

/* ---- Artist type label ---- */
.ar-type {
  display: inline-block;
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #6FE000;
  background: rgba(111,224,0,.12);
  border: 1px solid rgba(111,224,0,.22);
  border-radius: 999px;
  padding: 3px 11px;
  margin-bottom: 10px;
  backdrop-filter: blur(4px);
}

/* ---- Artist grid ---- */
.ar-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

/* Transition for hide/show */
.ar-card {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  aspect-ratio: 2/3;
  box-shadow: 0 26px 56px rgba(0,0,0,.5);
  cursor: pointer;
  transition: transform 280ms cubic-bezier(.22,.61,.36,1),
              box-shadow 280ms cubic-bezier(.22,.61,.36,1),
              opacity 260ms ease;
  text-decoration: none;
  display: block;
}
.ar-card:hover {
  transform: translateY(-7px);
  box-shadow: 0 44px 80px rgba(0,0,0,.62);
}
.ar-card.is-hidden {
  display: none !important;
}
.ar-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 520ms cubic-bezier(.22,.61,.36,1);
}
.ar-card:hover img {
  transform: scale(1.05);
}

/* Gradient overlay */
.ar-grad {
  position: absolute;
  inset: auto 0 0 0;
  height: 76%;
  background: linear-gradient(to top, #000 22%, rgba(0,0,0,.74) 52%, transparent);
  pointer-events: none;
}

/* Badge top-right */
.ar-badge {
  position: absolute;
  top: 16px;
  right: 16px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  border: 1px solid rgba(255,255,255,.46);
  border-radius: 999px;
  font-size: 9.5px;
  font-weight: 700;
  color: #fff;
  letter-spacing: .09em;
  text-transform: uppercase;
  backdrop-filter: blur(5px);
  background: rgba(0,0,0,.26);
}
.ar-badge svg {
  width: 12px;
  height: 12px;
  flex-shrink: 0;
}

/* Meta block */
.ar-meta {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0 22px 22px;
}
.ar-name {
  font-family: 'Kardige', sans-serif;
  font-weight: 400;
  font-size: 36px;
  margin: 0 0 10px;
  letter-spacing: -.015em;
  line-height: 1.04;
  color: #F8F5EE;
}
.ar-genres {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-bottom: 10px;
}
.ar-genre {
  background: rgba(0,0,0,.48);
  border: 1px solid rgba(255,255,255,.16);
  padding: 4px 11px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 600;
  color: #dcdcdc;
  letter-spacing: .03em;
  backdrop-filter: blur(4px);
}
.ar-desc {
  font-size: 13px;
  line-height: 1.52;
  color: #B4B4B4;
  margin: 0 0 18px;
  max-width: 28ch;
}

/* Booking CTA - slides in on hover */
.ar-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #6FE000;
  color: #000;
  font-family: 'Luxe Uno', 'Helvetica Neue', Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  padding: 11px 20px;
  border-radius: 999px;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 240ms cubic-bezier(.22,.61,.36,1),
              transform 240ms cubic-bezier(.22,.61,.36,1),
              background 160ms;
  white-space: nowrap;
  letter-spacing: .01em;
  -webkit-font-smoothing: antialiased;
}
.ar-card:hover .ar-cta-btn {
  opacity: 1;
  transform: none;
}
.ar-cta-btn:hover {
  background: #8BFF1F;
}
.ar-cta-btn svg {
  flex-shrink: 0;
}

/* ---- Process section ---- */
.art-process {
  padding: 120px 0;
}
.art-process .process-head {
  margin-bottom: 64px;
}
.art-process .process-head h2 {
  font-size: clamp(36px, 4.4vw, 60px);
  line-height: 1.04;
  margin: 0 0 16px;
}
.art-process .process-head p.eye {
  color: #15140F;
}
.art-process .process-head p.eye::before {
  color: #3F8A00;
}
.art-process .process-head p {
  font-size: 17px;
  line-height: 1.65;
  color: #5A5A5A;
  max-width: 50ch;
  margin: 0;
}

/* ---- Process section - green variant ---- */
.art-process--green {
  background: #1A3300;
}
.art-process--green .process-head h2 { color: #F8F5EE; }
.art-process--green .process-head p  { color: rgba(248,245,238,.65); }
.art-process--green .step-num        { color: #8BFF1F; }
.art-process--green .step-title      { color: #F8F5EE; }
.art-process--green .step-body       { color: rgba(248,245,238,.62); }
.art-process--green .step + .step    { border-left-color: rgba(255,255,255,.12); }

.steps-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
}
.step {
  padding: 36px 40px 36px 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.step + .step {
  padding-left: 40px;
  border-left: 1px solid rgba(0,0,0,.1);
}
.step-num {
  font-family: 'Kardige', sans-serif;
  font-size: 13px;
  color: #3F8A00;
  letter-spacing: .12em;
  font-weight: 400;
}
.step-title {
  font-size: 21px;
  font-weight: 700;
  letter-spacing: -.01em;
  margin: 0;
  color: #0A0A0A;
  line-height: 1.2;
}
.step-body {
  font-size: 15px;
  line-height: 1.65;
  color: #5A5A5A;
  max-width: 32ch;
  margin: 0;
}

/* ---- CTA band ---- */
.art-cta {
  position: relative;
  overflow: hidden;
  text-align: center;
}
.art-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 60% 80% at 50% 50%, rgba(111,224,0,.15), transparent 65%);
  pointer-events: none;
}
.art-cta .wrap {
  position: relative;
  z-index: 2;
}
.art-cta h2 {
  font-size: clamp(40px, 5.5vw, 84px);
  line-height: .97;
  margin: 0 auto 22px;
  max-width: 14ch;
}
.art-cta h2 em {
  font-style: normal;
  color: #6FE000;
  text-shadow: 0 0 44px rgba(111,224,0,.4);
}
.art-cta p {
  font-size: 19px;
  font-weight: 300;
  line-height: 1.55;
  color: #C8C8C8;
  max-width: 48ch;
  margin: 0 auto 38px;
}
.art-cta-btns {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
}

/* ---- Types strip ---- */
.art-types-strip {
  background: #000;
  border-top: 1px solid rgba(255,255,255,.09);
  border-bottom: 1px solid rgba(255,255,255,.09);
}
.art-types-strip .wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 36px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 12px;
  letter-spacing: .13em;
  text-transform: uppercase;
  color: #7a7a7a;
  font-weight: 600;
}
.art-types-strip span {
  display: inline-flex;
  align-items: center;
  gap: 9px;
}
.art-types-strip span::before {
  content: "";
  width: 5px;
  height: 5px;
  background: #6FE000;
  border-radius: 50%;
  flex-shrink: 0;
}

/* ---- Empty state ---- */
.ar-empty {
  display: none;
  grid-column: 1 / -1;
  padding: 88px 0 60px;
  text-align: center;
}
.ar-empty.is-visible {
  display: block;
}
.ar-empty-soon {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #6FE000;
  background: rgba(111,224,0,.1);
  border: 1px solid rgba(111,224,0,.2);
  border-radius: 999px;
  padding: 5px 14px;
  margin-bottom: 22px;
}
.ar-empty-title {
  font-family: 'Kardige', sans-serif;
  font-size: clamp(28px, 3.5vw, 44px);
  letter-spacing: -.02em;
  color: #F8F5EE;
  margin: 0 0 14px;
  line-height: 1.08;
}
.ar-empty-sub {
  font-size: 16px;
  font-weight: 300;
  color: rgba(255,255,255,.38);
  margin: 0 auto;
  max-width: 42ch;
  line-height: 1.6;
}

/* ---- Artist join section ---- */
.art-join {
  background: #0D0D0D;
  border-top: 1px solid rgba(255,255,255,.07);
  padding: 120px 0;
}
.art-join-inner {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 88px;
  align-items: start;
}
.art-join-copy h2 {
  font-size: clamp(36px, 4.6vw, 64px);
  line-height: 1.02;
  margin: 0 0 22px;
  color: #F8F5EE;
}
.art-join-copy h2 em {
  font-style: normal;
  color: #6FE000;
}
.art-join-copy p {
  font-size: 17px;
  font-weight: 300;
  line-height: 1.65;
  color: rgba(248,245,238,.65);
  max-width: 50ch;
  margin: 0 0 32px;
}
.art-join-contact {
  padding-top: 10px;
}
.art-join-contact .eye {
  margin-bottom: 22px;
}
.join-rows {
  display: grid;
  gap: 2px;
}
.join-row {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 20px 0;
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.join-row:first-child {
  border-top: 1px solid rgba(255,255,255,.08);
}
.join-row-ico {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: rgba(111,224,0,.1);
  color: #6FE000;
  display: grid;
  place-items: center;
  flex-shrink: 0;
}
.join-row-ico svg {
  width: 20px;
  height: 20px;
}
.join-row-label {
  font-size: 11.5px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: rgba(255,255,255,.35);
  font-weight: 700;
  margin: 0 0 5px;
}
.join-row-value {
  font-size: 18px;
  color: #F8F5EE;
  margin: 0;
  font-weight: 400;
}
.join-row-value a {
  color: #F8F5EE;
  text-decoration: none;
  transition: color 180ms;
}
.join-row-value a:hover {
  color: #6FE000;
}

/* ---- Responsive ---- */
@media (max-width: 900px) {
  .art-hero { padding: 110px 0 60px; }
  .art-hero-inner { padding: 0 22px; }
  .art-types-strip .wrap { padding: 0 22px; }
  .filter-bar-wrap { margin-bottom: 40px; }
  .filter-bar-wrap::after { display: none; }
  .filter-bar { flex-wrap: wrap; overflow: visible; gap: 7px; margin-bottom: 0; padding-bottom: 0; }
  .filter-pill { font-size: 12.5px; padding: 8px 16px; }
  .ar-grid { grid-template-columns: 1fr 1fr; }
  .steps-row { grid-template-columns: 1fr; gap: 0; }
  .step { padding: 28px 0; border-left: 0 !important; border-top: 1px solid rgba(0,0,0,.1); }
  .step + .step { padding-left: 0; }
  .step:first-child { border-top: 0; padding-top: 0; }
  .art-stats { gap: 0; flex-direction: column; }
  .art-stat { padding: 20px 0 0; padding-left: 0; padding-right: 0; border-left: 0 !important; }
  .art-stat:first-child { padding-top: 0; }
  .art-stat + .art-stat { border-top: 1px solid rgba(255,255,255,.1); padding-left: 0; }
  .art-types-strip .wrap { flex-wrap: wrap; gap: 8px 18px; font-size: 11px; }
  .art-roster { padding-top: 60px; }
  .art-join-inner { grid-template-columns: 1fr; gap: 52px; }
  .art-join { padding: 84px 0; }
  .art-process { padding: 84px 0; }
  .art-cta p { font-size: 17px; }
}
@media (max-width: 560px) {
  .art-hero { padding: 96px 0 44px; }
  .ar-grid { grid-template-columns: 1fr; }
  .ar-card { aspect-ratio: 3/4; }
  .ar-name { font-size: 28px; }
  .art-cta-btns { flex-direction: column; align-items: stretch; }
  .art-cta-btns .btn { justify-content: center; }
  .join-row-value { font-size: 16px; }
  .join-alt .btn { width: 100%; justify-content: center; }
  .ar-load-more { margin-top: 36px; }
  .load-more-btn { width: 100%; }
}
