:root {
  color-scheme: dark;
  --bg: #070707;
  --bg-elevated: #111111;
  --surface: #171717;
  --surface-hover: #202020;
  --paper: #f2efe8;
  --paper-muted: #d4d0c8;
  --ink: #101010;
  --text: #fffdf8;
  --muted: #c8c5be;
  --quiet: #908e88;
  --line: rgba(255, 255, 255, 0.16);
  --paper-line: rgba(16, 16, 16, 0.18);
  --red: #ec3036;
  --red-solid: #d62228;
  --spotify: #1ed760;
  --focus: #ff4b50;
  --max: 1180px;
  --radius: 12px;
  --radius-large: 18px;
  --header-height: 72px;
  --mobile-header-height: 64px;
  --font: ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  overflow-x: clip;
  background: var(--bg);
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: clip;
  background: var(--bg);
  color: var(--text);
  font-family: var(--font);
  line-height: 1.5;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button {
  font: inherit;
}

img {
  display: block;
  max-width: 100%;
}

:focus-visible {
  outline: 3px solid var(--focus);
  outline-offset: 3px;
}

.skip-link {
  position: fixed;
  top: 0.75rem;
  left: 0.75rem;
  z-index: 100;
  transform: translateY(-160%);
  border-radius: 8px;
  background: var(--paper);
  color: var(--ink);
  padding: 0.65rem 0.85rem;
  font-weight: 800;
}

.skip-link:focus {
  transform: translateY(0);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  min-height: var(--header-height);
  border-bottom: 1px solid var(--line);
  padding: 0.5rem clamp(1rem, 4vw, 3rem);
  background: rgba(7, 7, 7, 0.94);
  backdrop-filter: blur(14px);
}

.brand {
  display: inline-flex;
  flex: 1 1 auto;
  align-items: center;
  gap: 0.75rem;
  min-width: 0;
  font-size: clamp(0.98rem, 1.45vw, 1.18rem);
  font-weight: 850;
  letter-spacing: -0.02em;
}

.brand img {
  width: 46px;
  height: 46px;
  flex: 0 0 auto;
  border-radius: 50%;
}

.brand span {
  overflow-wrap: anywhere;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: clamp(1rem, 2.4vw, 2rem);
  color: var(--muted);
  font-size: 0.93rem;
  font-weight: 700;
}

.site-nav > a {
  transition: color 160ms ease, background-color 160ms ease, border-color 160ms ease;
}

.site-nav > a:hover,
.site-nav > a:focus-visible {
  color: var(--text);
}

.menu-button {
  display: none;
}

main > section[id],
#listen {
  scroll-margin-top: calc(var(--header-height) + 1rem);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
  height: min(680px, calc(100svh - var(--header-height)));
  min-height: 620px;
  border-bottom: 4px solid var(--red);
}

.hero__copy {
  position: relative;
  z-index: 2;
  align-self: center;
  width: min(100%, 660px);
  padding: clamp(2.75rem, 5vw, 5rem) clamp(1.25rem, 5vw, 4.5rem);
}

.hero__eyebrow,
.section-kicker,
.listen-panel__eyebrow {
  margin: 0;
  color: var(--red);
  font-size: 0.77rem;
  font-weight: 850;
  letter-spacing: 0.14em;
  line-height: 1.2;
  text-transform: uppercase;
}

h1,
h2 {
  margin: 0;
  font-weight: 900;
  letter-spacing: -0.07em;
  text-wrap: balance;
}

h1 {
  max-width: 7.25ch;
  margin-top: 0.85rem;
  font-size: clamp(4.6rem, 7.8vw, 7.2rem);
  line-height: 0.82;
}

h1 span {
  color: var(--red);
}

.hero__lead {
  max-width: 19rem;
  margin: 1.25rem 0 0;
  color: var(--text);
  font-size: clamp(1.15rem, 1.8vw, 1.42rem);
  font-weight: 760;
  letter-spacing: -0.025em;
  line-height: 1.15;
}

.hero__description {
  max-width: 28rem;
  margin: 0.75rem 0 0;
  color: var(--muted);
  font-size: clamp(0.98rem, 1.4vw, 1.08rem);
}

.hero__actions,
.listen-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
}

.hero__actions {
  max-width: 420px;
  margin-top: 1.35rem;
}

.platform-badge {
  width: 196px;
  height: 61px;
  flex: 0 0 auto;
  border-radius: 10px;
}

.platform-badge--apple {
  overflow: hidden;
  background: #000;
}

.platform-badge--apple > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.platform-badge--spotify {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  border: 1px solid #a6a6a6;
  background: #000;
  color: #fff;
  padding: 0.35rem 0.65rem;
  transition: transform 160ms ease, border-color 160ms ease, background-color 160ms ease;
}

.platform-badge--spotify:hover,
.platform-badge--spotify:focus-visible {
  border-color: #fff;
  background: #101010;
  transform: translateY(-2px);
}

.platform-badge--spotify > img {
  width: 32px;
  height: 32px;
  flex: 0 0 auto;
}

.platform-badge__copy {
  display: grid;
  gap: 0.05rem;
  text-align: left;
}

.platform-badge__copy small {
  font-size: 0.69rem;
  font-weight: 650;
  letter-spacing: 0.01em;
  line-height: 1;
}

.platform-badge__copy strong {
  font-size: 1.18rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1;
}

.hero__media {
  position: relative;
  min-height: 460px;
  overflow: hidden;
  border-left: 1px solid var(--line);
  background: #16110d;
}

.hero__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.1);
  pointer-events: none;
}

.hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 52% 45%;
}

.section-band,
.about-section {
  padding: clamp(3rem, 5vw, 4.75rem) clamp(1.1rem, 4vw, 3rem);
}

.site-footer {
  padding: clamp(2.5rem, 4vw, 3.5rem) clamp(1.1rem, 4vw, 3rem);
}

.section-heading,
.episode-layout,
.about-grid,
.post-rail,
.site-footer {
  width: min(100%, var(--max));
  margin-inline: auto;
}

.section-heading {
  margin-bottom: clamp(1.35rem, 2.5vw, 2rem);
}

.section-heading--row {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1.5rem;
}

.section-kicker {
  margin-bottom: 0.65rem;
}

h2 {
  max-width: 15ch;
  font-size: clamp(2.55rem, 5.4vw, 5rem);
  line-height: 0.92;
}

.episode-section {
  border-bottom: 1px solid var(--paper-line);
  background: var(--paper);
  color: var(--ink);
}

.episode-section .section-kicker {
  color: #b1151b;
}

.episode-layout {
  display: block;
  width: min(100%, 900px);
}

.episode-copy > p,
.about-grid > p {
  margin: 0;
  font-size: clamp(1.02rem, 1.7vw, 1.22rem);
  line-height: 1.65;
}

.episode-copy > p {
  max-width: 48rem;
  color: #3d3b37;
}

.fact-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin: 1.35rem 0 0;
  padding: 0;
  border-top: 1px solid var(--paper-line);
  list-style: none;
}

.fact-list li {
  display: grid;
  gap: 0.2rem;
  min-width: 0;
  border-left: 1px solid var(--paper-line);
  border-bottom: 1px solid var(--paper-line);
  padding: 0.85rem 1rem;
}

.fact-list li:first-child {
  border-left: 0;
  padding-left: 0;
}

.fact-list li:last-child {
  padding-right: 0;
}

.fact-list span {
  color: #6b6861;
  font-size: 0.74rem;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.fact-list strong {
  overflow-wrap: anywhere;
  font-size: 0.92rem;
  font-weight: 760;
}

.listen-panel {
  margin-top: 1.5rem;
  border-radius: var(--radius-large);
  background: var(--ink);
  color: var(--text);
  padding: clamp(1.25rem, 3vw, 1.8rem);
}

.listen-panel__eyebrow {
  color: #c9c6be;
}

.player-fallback {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-top: 0.85rem;
}

.listen-panel iframe {
  display: block;
  width: 100%;
  margin-top: 0.9rem;
  border: 0;
  border-radius: var(--radius);
  background: #282828;
}

.about-section {
  border-bottom: 1px solid var(--line);
  background: var(--bg);
}

.about-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(240px, 0.42fr);
  gap: clamp(1.75rem, 4vw, 4rem);
  align-items: start;
}

.about-grid > p {
  max-width: 48rem;
  color: var(--muted);
}

.host-lines {
  display: grid;
  gap: 0.65rem;
}

.host-lines a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 48px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--bg-elevated);
  padding: 0.7rem 0.85rem;
  font-size: 0.93rem;
  font-weight: 750;
}

.host-lines a::after {
  content: "↗";
  color: var(--red);
}

.host-lines a:hover,
.host-lines a:focus-visible {
  border-color: rgba(255, 255, 255, 0.32);
  background: var(--surface);
}

.instagram-section {
  border-bottom: 1px solid var(--line);
  background: #0b0b0b;
}

.text-link,
.footer-links a {
  color: var(--text);
  font-size: 0.9rem;
  font-weight: 720;
  text-decoration: underline;
  text-decoration-color: var(--red);
  text-decoration-thickness: 2px;
  text-underline-offset: 0.25em;
}

.post-rail {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(0.85rem, 2vw, 1.25rem);
}

.post-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-large);
  background: var(--bg-elevated);
}

.post-card__media {
  position: relative;
  overflow: hidden;
  aspect-ratio: 9 / 16;
  border-bottom: 1px solid var(--line);
  background: var(--surface);
}

.post-card__media > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 180ms ease, transform 220ms ease;
}

.post-card__load {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  border: 0;
  background: transparent;
  color: var(--text);
  padding: 0.9rem;
  cursor: pointer;
  text-align: left;
}

.post-card__load span {
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 999px;
  background: rgba(7, 7, 7, 0.88);
  padding: 0.5rem 0.75rem;
  font-size: 0.8rem;
  font-weight: 820;
  letter-spacing: 0.01em;
}

.post-card__media:has(.post-card__load:hover) > img,
.post-card__media:has(.post-card__load:focus-visible) > img {
  transform: scale(1.02);
}

.post-card__embed {
  position: absolute;
  inset: 0;
  z-index: 2;
  background: #fff;
  opacity: 0;
  pointer-events: none;
  transition: opacity 180ms ease;
}

.post-card__embed iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  background: #fff;
}

.post-card__media.is-loaded > img {
  opacity: 0;
  pointer-events: none;
}

.post-card__media.is-loaded > .post-card__load {
  inset: auto 0 0;
  z-index: 3;
  align-items: center;
  justify-content: center;
  min-height: 2.75rem;
  border-top: 1px solid var(--line);
  background: var(--surface);
  padding: 0.35rem 0.75rem;
}

.post-card__media.is-loaded > .post-card__load span {
  border: 0;
  background: transparent;
  padding: 0;
  font-size: 0.76rem;
}

.post-card__media.is-loaded > .post-card__embed {
  bottom: 2.75rem;
  opacity: 1;
  pointer-events: auto;
}

.post-card__body {
  display: grid;
  flex: 1 1 auto;
  gap: 0.65rem;
  padding: 1rem;
}

.post-card__body h3 {
  margin: 0;
  font-size: clamp(1.18rem, 2vw, 1.45rem);
  letter-spacing: -0.035em;
  line-height: 1.08;
}

.post-card__body > p {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.post-card__body .post-card__meta {
  display: flex;
  gap: 0.45rem;
  color: var(--quiet);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.post-card__link {
  align-self: end;
  width: fit-content;
  margin-top: 0.2rem;
  color: var(--text);
  font-size: 0.84rem;
  font-weight: 780;
  text-decoration: underline;
  text-decoration-color: var(--red);
  text-decoration-thickness: 2px;
  text-underline-offset: 0.24em;
}

.post-card__status:empty {
  display: none;
}

.post-card__body .post-card__status {
  color: var(--paper-muted);
  font-size: 0.78rem;
}

.site-footer {
  display: grid;
  grid-template-columns: minmax(220px, 1fr) auto minmax(260px, 0.75fr);
  gap: 1.5rem 2.5rem;
  align-items: center;
  background: var(--bg);
}

.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  min-width: 0;
  font-size: 1rem;
  font-weight: 820;
  letter-spacing: -0.02em;
}

.footer-brand img {
  width: 48px;
  height: 48px;
  flex: 0 0 auto;
  border-radius: 50%;
}

.footer-brand span {
  overflow-wrap: anywhere;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1rem;
}

.footer-meta {
  display: grid;
  gap: 0.45rem;
}

.footer-meta p {
  margin: 0;
  color: var(--muted);
  font-size: 0.87rem;
}

.footer-meta .trademark {
  color: var(--quiet);
  font-size: 0.66rem;
  line-height: 1.4;
}

@media (max-width: 980px) {
  .hero {
    grid-template-columns: minmax(0, 1fr) minmax(360px, 0.85fr);
  }

  .listen-panel {
    width: min(100%, 650px);
  }

  .site-footer {
    grid-template-columns: 1fr 1fr;
  }

  .footer-meta {
    grid-column: 1 / -1;
  }
}

@media (max-width: 860px) {
  .site-header {
    min-height: var(--mobile-header-height);
    flex-wrap: wrap;
    padding: 0.45rem max(1rem, env(safe-area-inset-right)) 0.45rem max(1rem, env(safe-area-inset-left));
  }

  .no-js .site-header {
    position: static;
  }

  .brand img {
    width: 40px;
    height: 40px;
  }

  .brand span {
    max-width: calc(100vw - 7.5rem);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .js .menu-button {
    display: inline-grid;
    place-items: center;
    gap: 4px;
    width: 48px;
    height: 48px;
    flex: 0 0 48px;
    border: 1px solid var(--line);
    border-radius: 10px;
    background: var(--bg-elevated);
    color: var(--text);
    touch-action: manipulation;
  }

  .menu-button__line {
    width: 20px;
    height: 2px;
    background: currentColor;
  }

  .site-nav {
    display: grid;
    flex: 1 0 100%;
    gap: 0;
    width: 100%;
  }

  .js .site-nav {
    position: absolute;
    top: 100%;
    right: 0.75rem;
    left: 0.75rem;
    width: auto;
    z-index: 70;
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 0 0 14px 14px;
    background: #0d0d0d;
    padding: 0.45rem 0.75rem 0.75rem;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-0.4rem);
    visibility: hidden;
    transition: opacity 160ms ease, transform 160ms ease, visibility 160ms ease;
  }

  .js .site-nav.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
    visibility: visible;
  }

  .site-nav > a {
    display: flex;
    align-items: center;
    min-height: 48px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.09);
    padding: 0.65rem 0.25rem;
  }

  .site-nav > a:last-child {
    border-bottom: 0;
  }

  main > section[id],
  #listen {
    scroll-margin-top: calc(var(--mobile-header-height) + 0.75rem);
  }

  .hero {
    grid-template-columns: 1fr;
    height: auto;
    min-height: 0;
  }

  .hero__media {
    order: -1;
    min-height: 0;
    height: clamp(210px, 56vw, 300px);
    border-bottom: 1px solid var(--line);
    border-left: 0;
  }

  .hero__media img {
    object-position: 50% 31%;
  }

  .hero__copy {
    width: 100%;
    padding: 1.75rem max(1.1rem, env(safe-area-inset-right)) 2rem max(1.1rem, env(safe-area-inset-left));
  }

  h1 {
    max-width: 7ch;
    font-size: clamp(3.25rem, 15.5vw, 5rem);
    line-height: 0.84;
  }

  .hero__lead {
    max-width: 18rem;
    margin-top: 1.1rem;
  }

  .hero__description {
    max-width: 23rem;
  }

  .hero__actions,
  .listen-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 196px));
    gap: 0.55rem;
  }

  .platform-badge {
    width: 100%;
    height: auto;
    min-height: 48px;
    aspect-ratio: 196 / 61;
  }

  .platform-badge--spotify {
    gap: clamp(0.4rem, 2vw, 0.55rem);
    padding: 0.35rem clamp(0.45rem, 2vw, 0.65rem);
  }

  .platform-badge--spotify > img {
    width: clamp(22px, 6vw, 29px);
    height: clamp(22px, 6vw, 29px);
  }

  .platform-badge__copy strong {
    font-size: clamp(1rem, 4vw, 1.18rem);
  }

  .fact-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .fact-list li:nth-child(odd) {
    border-left: 0;
    padding-left: 0;
  }

  .fact-list li:nth-child(even) {
    padding-right: 0;
  }

  .section-band,
  .about-section {
    padding: 2.75rem max(1.1rem, env(safe-area-inset-right)) 2.75rem max(1.1rem, env(safe-area-inset-left));
  }

  .site-footer {
    padding: 2.5rem max(1.1rem, env(safe-area-inset-right)) 2.5rem max(1.1rem, env(safe-area-inset-left));
  }

  .section-heading--row,
  .about-grid {
    display: grid;
    grid-template-columns: 1fr;
  }

  h2 {
    font-size: clamp(2.55rem, 12vw, 4.25rem);
  }

  .about-grid {
    gap: 1.7rem;
  }

  .host-lines {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .post-rail {
    display: flex;
    gap: 0.8rem;
    overflow-x: auto;
    padding: 0 1px 0.75rem;
    scroll-snap-type: x mandatory;
    scrollbar-width: thin;
  }

  .post-card {
    flex: 0 0 min(78vw, 310px);
    scroll-snap-align: start;
  }

  .site-footer {
    grid-template-columns: 1fr;
  }

  .footer-meta {
    grid-column: auto;
  }
}

@media (max-width: 480px) {
  .brand {
    font-size: 0.92rem;
  }

  .hero__copy {
    padding-top: 1.75rem;
  }

  .fact-list {
    grid-template-columns: 1fr;
  }

  .fact-list li:nth-child(odd),
  .fact-list li:nth-child(even) {
    border-left: 0;
    padding-right: 0;
    padding-left: 0;
  }

  .listen-panel {
    border-radius: 14px;
    padding: 1rem;
  }

  .host-lines {
    grid-template-columns: 1fr;
  }

  .site-footer {
    padding-bottom: max(2.5rem, env(safe-area-inset-bottom));
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
  }
}
