/* SPIKE — xeroxed zine editorial, photocopy noise + ransom-note
   Palette: hard black #0a0a0a / bone #ece6d6 / neon green #65ff3d / hot pink #ff2d8a
   Display: condensed grotesque. Body: typewriter mono touch. Tape, off-register, photocopy grain. */

.artist-spike {
  --black: #0a0a0a;
  --bone: #ece6d6;
  --neon: #65ff3d;
  --pink: #ff2d8a;
  --rule: #0a0a0a;
  --muted: #4a4a4a;
  background:
    repeating-linear-gradient(0deg, rgba(10, 10, 10, 0.04) 0 1px, transparent 1px 3px),
    repeating-linear-gradient(90deg, rgba(10, 10, 10, 0.025) 0 1px, transparent 1px 4px),
    radial-gradient(circle at 20% 30%, rgba(10, 10, 10, 0.06) 0 1px, transparent 2px),
    radial-gradient(circle at 78% 65%, rgba(10, 10, 10, 0.05) 0 1px, transparent 2px),
    radial-gradient(circle at 45% 88%, rgba(10, 10, 10, 0.05) 0 1px, transparent 2px),
    var(--bone);
  background-attachment: fixed;
  color: var(--black);
  font-family: "Helvetica Neue", "Arial Narrow", Arial, sans-serif;
  font-stretch: condensed;
  line-height: 1.55;
}

.artist-spike .ar {
  max-width: 740px;
  margin: 0 auto;
  padding: 32px 26px 72px;
  display: flex; flex-direction: column;
  gap: 36px;
}

.artist-spike h1, .artist-spike h2, .artist-spike h3 {
  font-family: "Helvetica Neue Condensed", "Arial Narrow", "Impact", sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.005em;
  margin: 0 0 14px;
  color: var(--black);
}
.artist-spike h2 {
  font-size: 1.55rem;
  display: inline-block;
  background: var(--black);
  color: var(--bone);
  padding: 4px 12px;
  transform: rotate(-1.2deg);
  text-shadow: 2px 2px 0 var(--pink);
}
.artist-spike h3 {
  font-size: 0.86rem;
  letter-spacing: 0.18em;
  color: var(--black);
  border-bottom: 3px solid var(--black);
  padding-bottom: 4px;
}

/* gaffer-tape header */
.artist-spike .ar-id {
  position: relative;
  padding: 36px 22px 30px;
  border: 4px solid var(--black);
  background: var(--bone);
  text-align: center;
  box-shadow: 6px 6px 0 var(--black);
}
.artist-spike .ar-id::before {
  content: "";
  position: absolute;
  top: -10px; left: 24px;
  width: 80px; height: 18px;
  background: var(--black);
  transform: rotate(-3deg);
  opacity: 0.85;
}
.artist-spike .ar-id::after {
  content: "";
  position: absolute;
  bottom: -10px; right: 30px;
  width: 70px; height: 18px;
  background: var(--black);
  transform: rotate(2.5deg);
  opacity: 0.85;
}
.artist-spike .ar-id img {
  width: 156px; height: 156px;
  border: 3px solid var(--black);
  filter: contrast(1.25) grayscale(0.4);
  background: var(--bone);
}
.artist-spike .ar-name {
  font-size: clamp(2.8rem, 6.5vw, 4.4rem);
  letter-spacing: -0.01em;
  margin: 18px 0 6px;
  line-height: 0.98;
  text-shadow: 3px 3px 0 var(--neon), 6px 6px 0 var(--pink);
  transform: rotate(-1.5deg);
}
.artist-spike .ar-genre {
  font-family: "Courier New", "Consolas", monospace;
  margin: 8px 0 0;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.86rem;
  color: var(--black);
  background: var(--neon);
  display: inline-block;
  padding: 2px 8px;
  transform: rotate(0.8deg);
}
.artist-spike .ar-roles { margin: 14px 0 4px; }

.artist-spike .sf-tag {
  display: inline-block;
  background: var(--bone);
  color: var(--black);
  border: 2px solid var(--black);
  border-radius: 0;
  padding: 2px 9px;
  font-family: "Courier New", "Consolas", monospace;
  font-size: 0.78rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin: 0 6px 6px 0;
  font-weight: 700;
}
.artist-spike .sf-tag:nth-child(2n) { background: var(--neon); transform: rotate(-1deg); }
.artist-spike .sf-tag:nth-child(3n) { background: var(--pink); color: var(--bone); transform: rotate(1deg); }
.artist-spike .sf-tags { list-style: none; padding: 0; margin: 0; }

.artist-spike a {
  color: var(--black);
  text-decoration: none;
  background: var(--neon);
  padding: 1px 4px;
  border-bottom: 2px solid var(--black);
  font-weight: 700;
  transition: background 0.2s ease;
}
.artist-spike a:hover { background: var(--pink); color: var(--bone); }

.artist-spike .ar-blurb {
  border: 3px solid var(--black);
  padding: 18px 22px;
  background: var(--bone);
  position: relative;
  box-shadow: 4px 4px 0 var(--pink);
}
.artist-spike .ar-blurb p {
  font-family: "Courier New", "Consolas", monospace;
  font-size: 1rem;
  line-height: 1.7;
  margin: 0;
  color: var(--black);
}

.artist-spike .ar-going p { font-size: 1.02rem; line-height: 1.7; }

.artist-spike .ar-infl-cols { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.artist-spike .ar-infl-cols ul { list-style: none; padding: 0; margin: 0; }
.artist-spike .ar-infl-cols li {
  padding: 6px 0 6px 16px;
  border-bottom: 1px dashed var(--black);
  font-size: 0.94rem;
  position: relative;
}
.artist-spike .ar-infl-cols li::before {
  content: "X";
  position: absolute; left: 0; top: 6px;
  font-family: "Courier New", monospace;
  font-weight: 700;
  color: var(--pink);
}

.artist-spike .ar-top__list { list-style: none; padding: 0; margin: 0; counter-reset: spike-count; }
.artist-spike .ar-top__list li {
  counter-increment: spike-count;
  padding: 14px 0 14px 56px;
  border-bottom: 2px dashed var(--black);
  position: relative;
}
.artist-spike .ar-top__list li::before {
  content: counter(spike-count);
  position: absolute;
  left: 0; top: 12px;
  font-family: "Helvetica Neue Condensed", Impact, sans-serif;
  font-weight: 900;
  color: var(--bone);
  background: var(--black);
  padding: 2px 8px;
  font-size: 1.1rem;
  transform: rotate(-2deg);
}
.artist-spike .ar-top__title { font-weight: 700; text-transform: uppercase; }
.artist-spike .ar-top__by { color: var(--muted); }
.artist-spike .ar-top__note { display: block; font-family: "Courier New", monospace; color: var(--black); margin-top: 4px; font-size: 0.86rem; }

.artist-spike .ar-off ul { list-style: none; padding: 0; margin: 0; }
.artist-spike .ar-off li {
  padding: 10px 0 10px 22px;
  border-bottom: 1px dashed var(--black);
  position: relative;
  font-family: "Courier New", monospace;
  font-size: 0.95rem;
}
.artist-spike .ar-off li::before {
  content: ">>";
  position: absolute; left: 0; top: 10px;
  color: var(--pink);
  font-weight: 700;
}

.artist-spike .ar-releases__grid {
  list-style: none; padding: 0; margin: 0;
  display: grid; grid-template-columns: 1fr 1fr; gap: 18px;
}
.artist-spike .ar-rel {
  padding: 16px;
  background: var(--bone);
  border: 3px solid var(--black);
  box-shadow: 4px 4px 0 var(--neon);
  position: relative;
}
.artist-spike .ar-rel h3 {
  font-family: "Helvetica Neue Condensed", Impact, sans-serif;
  font-size: 1.15rem;
  border-bottom: 2px solid var(--black);
  padding-bottom: 4px;
  margin-bottom: 8px;
}

@media (max-width: 720px) {
  .artist-spike .ar-infl-cols,
  .artist-spike .ar-releases__grid { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: reduce) {
  .artist-spike *, .artist-spike *::before, .artist-spike *::after { animation: none !important; transition: none !important; }
  .artist-spike .ar-name { transform: none; }
  .artist-spike h2 { transform: none; }
}
