/* APEX CUT — sun-faded skate / surf / JDM zine
   Palette: warm cream #f4ead6 / coral #e87b58 / mint #82c2a3 /
            bayside blue #2f6b8f / sun-faded yellow #e9c66a / asphalt ink #1c1d1f
   Display: heavy condensed sans for headers (Tony Hawk skate-mag energy).
   Body: warm grotesque. Halftone-style accents, no gradients. */

.artist-apex-cut {
  --cream: #f4ead6;
  --coral: #e87b58;
  --mint: #82c2a3;
  --bay: #2f6b8f;
  --sun: #e9c66a;
  --ink: #1c1d1f;
  --asphalt: #2d2f33;
  --rule: #d8cfb8;
  --muted: #6c655a;
  background: var(--cream);
  color: var(--ink);
  font-family: "Inter", "Helvetica Neue", system-ui, sans-serif;
  font-weight: 400;
  line-height: 1.65;
  position: relative;
}

.artist-apex-cut::before {
  content: ""; position: fixed; inset: 0; pointer-events: none; z-index: 0;
  background-image: radial-gradient(rgba(28,29,31,0.08) 1px, transparent 1px);
  background-size: 4px 4px;
  opacity: 0.55;
}

.artist-apex-cut main { position: relative; z-index: 1; }

.artist-apex-cut .ar {
  max-width: 1100px;
  margin: 0 auto;
  padding: 56px 40px 96px;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 22px;
}

.artist-apex-cut .ar > * { grid-column: 1 / -1; }

@media (min-width: 900px) {
  .artist-apex-cut .ar-id        { grid-column: 1 / -1; }
  .artist-apex-cut .ar-blurb     { grid-column: 1 / span 7; }
  .artist-apex-cut .ar-going     { grid-column: 8 / span 5; }
  .artist-apex-cut .ar-sound     { grid-column: 1 / span 5; }
  .artist-apex-cut .ar-off       { grid-column: 6 / span 7; }
  .artist-apex-cut .ar-influences { grid-column: 1 / -1; }
  .artist-apex-cut .ar-top       { grid-column: 1 / span 7; }
  .artist-apex-cut .ar-releases  { grid-column: 8 / span 5; }
  .artist-apex-cut .ar-producer  { grid-column: 1 / -1; }
}

.artist-apex-cut h1, .artist-apex-cut h2, .artist-apex-cut h3 {
  font-family: "Bebas Neue", "Oswald", "Arial Narrow", "Helvetica Neue Condensed", sans-serif;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin: 0 0 14px;
  font-weight: 700;
}

.artist-apex-cut h2 {
  font-size: 1.05rem;
  color: var(--bay);
  border-left: 4px solid var(--coral);
  padding-left: 10px;
  letter-spacing: 0.18em;
}

.artist-apex-cut h3 {
  font-size: 0.85rem;
  color: var(--coral);
  letter-spacing: 0.2em;
}

.artist-apex-cut .ar-id {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 28px;
  align-items: end;
  background: var(--cream);
  border-bottom: 3px solid var(--ink);
  padding-bottom: 28px;
}

.artist-apex-cut .ar-id img {
  width: 150px; height: 150px;
  border-radius: 0;
  background: var(--sun);
  border: 3px solid var(--ink);
  box-shadow: 6px 6px 0 var(--coral);
}

.artist-apex-cut .ar-name {
  font-size: clamp(3.2rem, 9vw, 6.4rem);
  line-height: 0.9;
  letter-spacing: -0.005em;
  color: var(--ink);
  margin: 0 0 6px;
}

.artist-apex-cut .ar-genre {
  font-family: ui-monospace, "JetBrains Mono", Consolas, monospace;
  font-size: 0.78rem;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--bay);
  margin: 0;
}

.artist-apex-cut .ar-roles { margin: 10px 0 0; }

.artist-apex-cut .ar-blurb,
.artist-apex-cut .ar-going,
.artist-apex-cut .ar-sound,
.artist-apex-cut .ar-influences,
.artist-apex-cut .ar-top,
.artist-apex-cut .ar-off,
.artist-apex-cut .ar-releases,
.artist-apex-cut .ar-producer {
  background: rgba(255, 252, 244, 0.85);
  border: 2px solid var(--ink);
  padding: 22px 24px;
  box-shadow: 4px 4px 0 var(--mint);
}

.artist-apex-cut .ar-blurb p {
  font-size: 1.05rem;
  line-height: 1.65;
  color: var(--ink);
  max-width: 60ch;
}

.artist-apex-cut .ar-going { box-shadow: 4px 4px 0 var(--sun); }
.artist-apex-cut .ar-sound { box-shadow: 4px 4px 0 var(--coral); }
.artist-apex-cut .ar-influences { box-shadow: 4px 4px 0 var(--bay); }
.artist-apex-cut .ar-top { box-shadow: 4px 4px 0 var(--coral); }
.artist-apex-cut .ar-off { box-shadow: 4px 4px 0 var(--mint); }
.artist-apex-cut .ar-releases { box-shadow: 4px 4px 0 var(--sun); }
.artist-apex-cut .ar-producer { box-shadow: 4px 4px 0 var(--bay); }

.artist-apex-cut .sf-tag {
  display: inline-block;
  background: var(--cream);
  color: var(--ink);
  border: 1.5px solid var(--ink);
  border-radius: 0;
  padding: 3px 10px;
  margin: 0 6px 6px 0;
  font-family: ui-monospace, Consolas, monospace;
  font-size: 0.74rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.artist-apex-cut .sf-tags { list-style: none; padding: 0; margin: 0; }

.artist-apex-cut a {
  color: var(--bay);
  text-decoration: none;
  border-bottom: 2px solid var(--coral);
  padding-bottom: 1px;
}
.artist-apex-cut a:hover {
  color: var(--coral);
  border-bottom-color: var(--bay);
}

.artist-apex-cut .ar-infl-cols {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
.artist-apex-cut .ar-infl-cols ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.artist-apex-cut .ar-infl-cols li {
  padding: 5px 0;
  font-size: 0.92rem;
  border-bottom: 1px dotted var(--rule);
  color: var(--ink);
}

.artist-apex-cut .ar-top__list {
  list-style: none;
  padding: 0;
  margin: 0;
  counter-reset: apex;
}
.artist-apex-cut .ar-top__list li {
  counter-increment: apex;
  padding: 12px 0 12px 44px;
  position: relative;
  font-size: 0.95rem;
  border-bottom: 1px solid var(--rule);
}
.artist-apex-cut .ar-top__list li::before {
  content: counter(apex, decimal-leading-zero);
  position: absolute; left: 0; top: 12px;
  font-family: ui-monospace, Consolas, monospace;
  font-size: 0.85rem;
  color: var(--coral);
  letter-spacing: 0.12em;
  font-weight: 700;
}
.artist-apex-cut .ar-top__title { color: var(--ink); font-weight: 600; }
.artist-apex-cut .ar-top__by { color: var(--muted); margin-left: 6px; }
.artist-apex-cut .ar-top__note {
  display: block;
  font-style: italic;
  color: var(--muted);
  font-size: 0.85rem;
  margin-top: 3px;
}

.artist-apex-cut .ar-off ul { list-style: none; padding: 0; margin: 0; }
.artist-apex-cut .ar-off li {
  padding: 10px 0 10px 18px;
  border-bottom: 1px solid var(--rule);
  font-size: 0.94rem;
  color: var(--ink);
  position: relative;
}
.artist-apex-cut .ar-off li::before {
  content: "▸";
  position: absolute;
  left: 0;
  color: var(--coral);
}

.artist-apex-cut .ar-releases__grid {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 14px;
  grid-template-columns: 1fr;
}
.artist-apex-cut .ar-rel {
  background: var(--cream);
  border: 1.5px solid var(--ink);
  padding: 14px 16px;
  transition: transform 0.15s ease;
}
.artist-apex-cut .ar-rel:hover {
  transform: translate(-2px, -2px);
  box-shadow: 3px 3px 0 var(--coral);
}
.artist-apex-cut .ar-rel h3 {
  color: var(--ink);
  font-size: 1.05rem;
  letter-spacing: 0.04em;
  margin-bottom: 6px;
}

@media (max-width: 720px) {
  .artist-apex-cut .ar { padding: 32px 22px 64px; gap: 18px; }
  .artist-apex-cut .ar-id {
    grid-template-columns: 1fr;
    gap: 16px;
    text-align: left;
  }
  .artist-apex-cut .ar-id img { width: 120px; height: 120px; }
  .artist-apex-cut .ar-infl-cols { grid-template-columns: 1fr; gap: 18px; }
}

@media (prefers-reduced-motion: reduce) {
  .artist-apex-cut *,
  .artist-apex-cut *::before,
  .artist-apex-cut *::after { animation: none !important; transition: none !important; }
}
