/* Listen page — styles scoped to .listen- selectors only.
   Loads after site.css and reuses its custom properties (--hot, --black,
   --char, --cream, --off, --ink, --red, --red-d) and shared components
   (.topbar, .site-nav, .nav-link, .hero-player-card, .site-footer). */

.listen-main {
  background: var(--cream);
}

/* ===== Hero ===== */
.listen-hero {
  position: relative;
  background: var(--black);
  border-bottom: 4px solid var(--hot);
  padding: 64px 32px 56px;
  overflow: hidden;
}
/* Xeroxed halftone wash behind the hero copy — decorative only */
.listen-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, rgba(255,46,147,0.16) 1.4px, transparent 1.5px);
  background-size: 13px 13px;
  opacity: 0.6;
  pointer-events: none;
}
.listen-hero-inner {
  position: relative;
  z-index: 1;
  max-width: 780px;
  margin: 0 auto;
  background: var(--cream);
  border: 3px solid var(--black);
  box-shadow: 10px 10px 0 var(--hot);
  transform: rotate(-0.6deg);
  padding: 36px 40px;
  clip-path: polygon(
    0% 3%, 4% 0%, 30% 2%, 55% 0%, 80% 2%, 100% 4%,
    98% 30%, 100% 55%, 97% 80%, 100% 100%,
    70% 98%, 45% 100%, 20% 97%, 0% 100%,
    2% 70%, 0% 45%, 3% 20%
  );
}
.listen-hero-kicker {
  margin: 0 0 12px;
  font-family: "Special Elite", monospace;
  font-size: 13px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--red);
}
.listen-hero-title {
  margin: 0 0 18px;
  font-family: "Archivo Black", sans-serif;
  text-transform: uppercase;
  font-size: clamp(34px, 5vw, 60px);
  line-height: 0.96;
  letter-spacing: -0.02em;
  color: var(--black);
}
.listen-hero-intro {
  margin: 0;
  max-width: 620px;
  font-family: "IM Fell English", serif;
  font-size: 18px;
  line-height: 1.6;
  color: var(--ink);
}

/* ===== Platform wall ===== */
.listen-platforms {
  position: relative;
  background: var(--off);
  border-bottom: 4px solid var(--black);
  padding: 56px 32px 64px;
}
.listen-platform-grid {
  position: relative;
  max-width: 1080px;
  margin: 0 auto;
  list-style: none;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));
  gap: 22px;
  min-width: 0;
}
.listen-platform-item {
  min-width: 0;
}
.listen-platform-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-width: 0;
  min-height: 132px;
  padding: 22px 16px;
  text-align: center;
  text-decoration: none;
  border: 3px solid var(--black);
  transition: transform .14s, box-shadow .14s;
}
.listen-tile-a {
  transform: rotate(-1deg);
}
.listen-tile-b {
  transform: rotate(1deg);
}
.listen-tile-c {
  transform: rotate(0deg);
}
.listen-tile-a .listen-platform-card {
  background: var(--cream);
  color: var(--black);
  box-shadow: 6px 6px 0 var(--hot);
}
.listen-tile-b .listen-platform-card {
  background: #151515;
  color: var(--off);
  border-color: var(--hot);
  box-shadow: 6px 6px 0 var(--black);
}
.listen-tile-c .listen-platform-card {
  background: var(--hot);
  color: var(--black);
  box-shadow: 6px 6px 0 var(--black);
}
.listen-platform-card:hover,
.listen-platform-card:focus-visible {
  transform: translate(-3px, -3px) rotate(0deg);
}
.listen-tile-a .listen-platform-card:hover,
.listen-tile-a .listen-platform-card:focus-visible {
  box-shadow: 9px 9px 0 var(--hot);
}
.listen-tile-b .listen-platform-card:hover,
.listen-tile-b .listen-platform-card:focus-visible {
  box-shadow: 9px 9px 0 var(--black);
  background: #1c1c1c;
}
.listen-tile-c .listen-platform-card:hover,
.listen-tile-c .listen-platform-card:focus-visible {
  box-shadow: 9px 9px 0 var(--black);
}
.listen-platform-card:focus-visible {
  outline: 3px solid var(--black);
  outline-offset: 4px;
}
.listen-tile-b .listen-platform-card:focus-visible {
  outline-color: var(--hot);
}
.listen-platform-icon {
  display: block;
  width: clamp(2.5rem, 5vw, 4rem);
  height: clamp(2.5rem, 5vw, 4rem);
  object-fit: contain;
  flex: 0 0 auto;
}
.listen-platform-initial {
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(2.5rem, 5vw, 4rem);
  height: clamp(2.5rem, 5vw, 4rem);
  flex: 0 0 auto;
  font-family: "Archivo Black", sans-serif;
  font-size: 16px;
  letter-spacing: -0.02em;
}
.listen-platform-card--type .listen-platform-initial {
  border: 2px solid currentColor;
  border-radius: 50%;
}
.listen-platform-name {
  font-family: "Archivo Black", sans-serif;
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: -0.01em;
  text-transform: uppercase;
}

/* ===== Latest Episode ===== */
.listen-latest {
  background: var(--black);
  padding: 64px 32px 72px;
}
.listen-latest-inner {
  max-width: 720px;
  margin: 0 auto;
}
.listen-latest-title {
  margin: 0 0 32px;
  font-family: "Archivo Black", sans-serif;
  text-transform: uppercase;
  font-size: clamp(28px, 3.6vw, 44px);
  line-height: 1;
  letter-spacing: -0.02em;
  color: var(--off);
}
.listen-latest-card {
  max-width: 100%;
}
.listen-latest-desc {
  margin: 0 0 20px;
  font-family: "IM Fell English", serif;
  font-size: 16px;
  line-height: 1.6;
  color: #E6C98A;
}

/* ===== Responsive ===== */
@media (max-width: 700px) {
  .listen-hero { padding: 48px 20px 44px; }
  .listen-hero-inner { padding: 28px 24px; }
  .listen-platforms { padding: 44px 20px 52px; }
  .listen-platform-grid { grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); gap: 16px; }
  .listen-latest { padding: 48px 20px 56px; }
}
@media (max-width: 360px) {
  .listen-platform-grid { grid-template-columns: 1fr 1fr; }
}
