:root {
  --black: #000000;
  --ink: #ffffff;
  --yellow: #f8c62b;
  --charcoal: #222222;
  --gray: #444444;
  --muted: #b8b8b8;
  --line: rgba(255, 255, 255, 0.16);
  --line-strong: rgba(248, 198, 43, 0.74);
  --max: 1180px;
  --sans: "Proxima Nova", "Avenir Next", "Inter", "Helvetica Neue", Arial, sans-serif;
  --serif: "Playfair Display", Georgia, "Times New Roman", serif;
}

* {
  box-sizing: border-box;
}

html {
  background: var(--black);
  color: var(--ink);
  font-family: var(--sans);
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    linear-gradient(90deg, rgba(248, 198, 43, 0.06), transparent 26%, transparent 74%, rgba(248, 198, 43, 0.04)),
    var(--black);
  color: var(--ink);
  font-size: 17px;
  line-height: 1.65;
}

a {
  color: inherit;
}

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

.site-header {
  align-items: center;
  display: flex;
  gap: 28px;
  justify-content: space-between;
  left: 0;
  margin: 0 auto;
  max-width: var(--max);
  padding: 22px clamp(18px, 4vw, 42px);
  position: sticky;
  right: 0;
  top: 0;
  z-index: 10;
  backdrop-filter: blur(18px);
  background: rgba(0, 0, 0, 0.78);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.brand-lockup {
  align-items: center;
  display: inline-flex;
  height: 54px;
  width: 54px;
}

.top-nav {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: clamp(14px, 3vw, 34px);
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.top-nav a {
  color: rgba(255, 255, 255, 0.76);
  text-decoration: none;
}

.top-nav a:hover,
.top-nav a:focus-visible {
  color: var(--yellow);
}

.section-band {
  margin: 0 auto;
  max-width: var(--max);
  padding: clamp(54px, 9vw, 112px) clamp(18px, 4vw, 42px);
}

.section-band[id] {
  scroll-margin-top: 150px;
}

.hero {
  min-height: auto;
  padding-bottom: clamp(22px, 3vw, 30px);
  padding-top: clamp(18px, 3vw, 28px);
}

.hero-frame {
  border: 2px solid var(--yellow);
  display: grid;
  grid-template-columns: minmax(240px, 0.62fr) minmax(0, 1fr);
  min-height: clamp(390px, 50vh, 560px);
  overflow: hidden;
}

.hero-logo-panel {
  align-items: center;
  border-right: 1px solid var(--line-strong);
  display: flex;
  justify-content: center;
  padding: clamp(22px, 5vw, 54px);
}

.hero-logo-panel img {
  max-width: min(330px, 100%);
}

.hero-content {
  align-content: center;
  display: grid;
  gap: 18px;
  padding: clamp(24px, 3.5vw, 42px);
  max-width: 760px;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2 {
  font-family: var(--serif);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 0.94;
}

h1 {
  font-size: clamp(3.1rem, 5.2vw, 4.75rem);
  line-height: 1.03;
  margin-bottom: 0;
  max-width: 1040px;
}

.hero-title {
  font-family: var(--sans);
  font-size: clamp(1.9rem, 3.35vw, 3.12rem);
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1.12;
  max-width: 760px;
  text-transform: uppercase;
}

h1 span {
  display: block;
}

.hero-title span {
  display: inline;
}

.hero-accent {
  color: var(--yellow);
}

h2 {
  font-size: clamp(3rem, 7vw, 6.6rem);
  margin-bottom: 0;
}

h3 {
  font-family: var(--serif);
  font-size: clamp(1.7rem, 3vw, 2.7rem);
  line-height: 1.04;
  margin-bottom: 12px;
}

.hero-lede {
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(1.02rem, 1.32vw, 1.18rem);
  line-height: 1.45;
  margin-bottom: 0;
  max-width: 640px;
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.button {
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.24);
  display: inline-flex;
  font-size: 0.72rem;
  font-weight: 800;
  justify-content: center;
  letter-spacing: 0.14em;
  min-height: 48px;
  padding: 11px 16px;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.logo-button {
  gap: 10px;
}

.logo-button svg {
  height: 20px;
  width: 20px;
}

.button-apple svg {
  fill: #000000;
}

.button-spotify svg {
  fill: #1db954;
}

.button-linkedin svg {
  fill: #0a66c2;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-1px);
}

.button-primary {
  background: var(--yellow);
  border-color: var(--yellow);
  color: #000;
}

.button-secondary {
  background: transparent;
  border-color: var(--yellow);
  color: var(--yellow);
}

.button-quiet {
  background: transparent;
  color: var(--ink);
}

.section-label,
.episode-meta {
  color: rgba(255, 255, 255, 0.64);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.35em;
  line-height: 1.3;
  text-transform: uppercase;
}

.intro-grid {
  border-top: 1px solid var(--line);
  display: grid;
  gap: clamp(30px, 7vw, 92px);
  grid-template-columns: minmax(180px, 0.38fr) minmax(0, 1fr);
}

.intro-copy {
  border-left: 1px solid var(--line);
  padding-left: clamp(24px, 4vw, 58px);
}

.intro-copy p {
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(1.35rem, 3vw, 2.35rem);
  line-height: 1.22;
  margin-bottom: 28px;
}

.host-inline-link {
  color: rgba(255, 255, 255, 0.92);
  text-decoration: none;
  transition: color 160ms ease;
}

.host-inline-link:hover,
.host-inline-link:focus-visible {
  color: var(--yellow);
}

.light-band {
  background: #ffffff;
  color: #000000;
  margin-left: 0;
  margin-right: 0;
  max-width: none;
  padding-left: calc(max(18px, (100vw - var(--max)) / 2 + 42px));
  padding-right: calc(max(18px, (100vw - var(--max)) / 2 + 42px));
}

.light-band .section-label,
.light-band .episode-meta,
.light-band .episode-count,
.light-band .episodes-heading p {
  color: rgba(0, 0, 0, 0.54);
}

.light-band h2,
.light-band h3,
.light-band p,
.light-band a {
  color: #000000;
}

.light-band .button-secondary,
.light-band .episode-action {
  border-color: #000000;
  color: #000000;
}

.light-band .button-primary {
  color: #000000;
}

.section-heading {
  align-items: end;
  display: grid;
  gap: 26px;
  grid-template-columns: minmax(0, 1fr);
  margin-bottom: clamp(34px, 6vw, 72px);
}

.section-heading .section-label {
  margin-bottom: 18px;
}

.explore-title {
  color: #000000;
  font-size: clamp(3.4rem, 8.8vw, 8.4rem);
  line-height: 0.9;
  max-width: 1180px;
}

.explore-lede {
  color: rgba(0, 0, 0, 0.72);
  font-family: var(--sans);
  font-size: clamp(1.02rem, 1.24vw, 1.18rem);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.72;
  margin-top: clamp(20px, 3vw, 34px);
  max-width: 880px;
}

.topic-rail {
  border-top: 1px solid rgba(0, 0, 0, 0.28);
}

.topic-rail div {
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.28);
  display: grid;
  gap: 22px;
  grid-template-columns: 28px minmax(0, 1fr);
  padding: 20px 0;
  color: rgba(0, 0, 0, 0.88);
  font-size: clamp(1.25rem, 2.4vw, 1.95rem);
}

.topic-rail span {
  background: var(--yellow);
  border-radius: 50%;
  height: 10px;
  justify-self: start;
  margin-top: 0.16em;
  width: 10px;
}

.hosts {
  border-top: 1px solid var(--line);
}

.host-list {
  display: grid;
  gap: 1px;
  background: var(--line);
}

.host-row {
  background: var(--black);
  display: grid;
  gap: clamp(24px, 5vw, 52px);
  grid-template-columns: minmax(160px, 280px) minmax(0, 1fr);
  padding: clamp(22px, 4vw, 42px) 0;
}

.host-row img {
  aspect-ratio: 4 / 5;
  border: 1px solid rgba(255, 255, 255, 0.18);
  height: auto;
  object-fit: cover;
  width: 100%;
}

.host-copy {
  align-self: center;
}

.host-row p {
  color: rgba(255, 255, 255, 0.76);
  margin-bottom: 0;
  max-width: 820px;
}

.host-quote {
  font-size: clamp(1.28rem, 2.2vw, 2rem);
  line-height: 1.55;
  padding-left: clamp(54px, 7vw, 92px);
  position: relative;
}

.host-quote::before {
  color: var(--yellow);
  content: "\201C";
  font-family: var(--serif);
  font-size: clamp(5rem, 9vw, 8.8rem);
  font-weight: 900;
  left: 0;
  line-height: 0.8;
  position: absolute;
  top: -0.08em;
}

.host-button {
  margin-top: 22px;
}

.episodes {
  border-top: 1px solid rgba(0, 0, 0, 0.18);
}

.episodes-heading {
  align-items: start;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 320px);
}

.episodes-title {
  font-size: clamp(2.5rem, 4.2vw, 4.2rem);
  line-height: 1;
  max-width: 640px;
}

.episodes-heading p,
.linkedin-cta p,
.site-footer {
  color: rgba(255, 255, 255, 0.66);
}

.episode-list {
  border-top: 1px solid rgba(0, 0, 0, 0.24);
}

.episode-row {
  align-items: start;
  border-bottom: 1px solid rgba(0, 0, 0, 0.24);
  display: grid;
  gap: clamp(18px, 3vw, 34px);
  grid-template-columns: 96px minmax(0, 1fr);
  padding: 24px 0;
}

.episode-art {
  background: #f5f5f5;
  border: 1px solid rgba(0, 0, 0, 0.16);
}

.episode-art img {
  aspect-ratio: 1 / 1;
  object-fit: cover;
  width: 100%;
}

.episode-copy h3 {
  font-family: var(--sans);
  font-size: clamp(1.08rem, 2vw, 1.5rem);
  font-weight: 800;
  line-height: 1.18;
  margin: 8px 0 8px;
}

.episode-copy h3 a {
  text-decoration: none;
}

.episode-copy h3 a:hover,
.episode-copy h3 a:focus-visible {
  color: var(--yellow);
}

.episode-copy p {
  color: rgba(0, 0, 0, 0.64);
  margin-bottom: 0;
}

.episode-player {
  align-items: center;
  display: grid;
  gap: 12px;
  grid-template-columns: minmax(220px, 1fr) auto;
  margin-top: 16px;
}

.episode-player audio {
  height: 38px;
  max-width: 620px;
  width: 100%;
}

.episode-action {
  border: 1px solid var(--yellow);
  color: var(--yellow);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  padding: 11px 13px;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}

.load-more-wrap {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  justify-content: space-between;
  padding-top: 26px;
}

.load-more-wrap button {
  cursor: pointer;
}

.episode-count {
  color: rgba(0, 0, 0, 0.54);
  font-size: 0.88rem;
  margin: 0;
}

.linkedin-feed {
  border-top: 1px solid var(--line);
}

.link-list {
  border-top: 1px solid var(--line);
}

.link-list a {
  align-items: center;
  border-bottom: 1px solid var(--line);
  display: flex;
  font-size: clamp(1.35rem, 3vw, 2.45rem);
  justify-content: space-between;
  padding: 28px 0;
  text-decoration: none;
}

.link-list a::after {
  color: var(--yellow);
  content: "Open";
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.faq {
  border-top: 1px solid rgba(0, 0, 0, 0.18);
}

.faq .section-heading {
  margin-bottom: clamp(34px, 5vw, 58px);
}

.faq h2 {
  font-family: var(--sans);
  font-size: clamp(2.3rem, 4.2vw, 3.7rem);
  font-weight: 500;
  line-height: 1.06;
  max-width: 760px;
}

.faq-list {
  column-gap: clamp(34px, 6vw, 82px);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.faq-column {
  border-top: 1px solid rgba(0, 0, 0, 0.76);
}

.faq-list details {
  border-bottom: 1px solid rgba(0, 0, 0, 0.76);
}

.faq-list summary {
  cursor: pointer;
  display: grid;
  font-size: clamp(0.74rem, 0.95vw, 0.88rem);
  font-weight: 800;
  gap: 18px;
  grid-template-columns: minmax(0, 1fr) auto;
  letter-spacing: 0.16em;
  line-height: 1.45;
  list-style: none;
  min-height: 70px;
  padding: 22px 0 20px;
  text-transform: uppercase;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  color: var(--yellow);
  content: "+";
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1;
}

.faq-list details[open] summary::after {
  content: "-";
}

.faq-list p {
  color: rgba(0, 0, 0, 0.68);
  font-size: 0.96rem;
  line-height: 1.55;
  margin: 0;
  max-width: none;
  padding: 0 34px 24px 0;
}

.faq-list p a {
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: var(--yellow);
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.linkedin-cta {
  align-items: center;
  border-color: var(--yellow);
  border-style: solid;
  border-width: 1px 0;
  display: grid;
  gap: clamp(22px, 4vw, 46px);
  grid-template-columns: minmax(0, 1fr) auto;
  padding-bottom: clamp(34px, 5vw, 58px);
  padding-top: clamp(34px, 5vw, 58px);
}

.linkedin-cta h2 {
  font-family: var(--sans);
  font-size: clamp(1.75rem, 3.35vw, 3rem);
  font-weight: 800;
  line-height: 1.08;
  max-width: 760px;
}

.linkedin-cta p {
  font-size: clamp(0.98rem, 1.2vw, 1.1rem);
  line-height: 1.45;
  margin: 12px 0 0;
  max-width: 660px;
}

.linkedin-cta .button {
  min-width: 232px;
}

.site-footer {
  border-top: 1px solid var(--line);
  margin: 0 auto;
  max-width: var(--max);
  padding: clamp(34px, 6vw, 62px) clamp(18px, 4vw, 42px) 34px;
}

.footer-main {
  display: grid;
  gap: clamp(28px, 5vw, 64px);
  grid-template-columns: minmax(190px, 0.85fr) minmax(280px, 1.4fr) minmax(210px, 0.9fr);
}

.footer-brand {
  align-content: start;
  display: grid;
  gap: 18px;
}

.footer-brand img {
  border: 1px solid var(--line-strong);
  height: 72px;
  width: 72px;
}

.footer-brand p {
  color: var(--ink);
  font-weight: 900;
  line-height: 1.15;
  margin: 0 0 8px;
}

.footer-brand span,
.footer-bottom {
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.88rem;
  line-height: 1.45;
}

.footer-label {
  color: rgba(255, 255, 255, 0.56);
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  margin-bottom: 14px;
  text-transform: uppercase;
}

.footer-platforms {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.platform-pill {
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.78);
  display: inline-flex;
  font-size: 0.7rem;
  font-weight: 900;
  gap: 8px;
  letter-spacing: 0.12em;
  min-height: 38px;
  padding: 9px 12px;
  text-decoration: none;
  text-transform: uppercase;
  transition: border-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.platform-pill:hover,
.platform-pill:focus-visible,
.footer-group a:hover,
.footer-group a:focus-visible,
.footer-bottom a:hover,
.footer-bottom a:focus-visible {
  color: var(--yellow);
}

.platform-pill:hover,
.platform-pill:focus-visible {
  border-color: var(--yellow);
  transform: translateY(-1px);
}

.platform-pill svg {
  height: 18px;
  width: 18px;
}

.platform-apple svg {
  fill: #b150e2;
}

.platform-spotify svg {
  fill: #1db954;
}

.platform-rss svg {
  fill: var(--yellow);
}

.footer-links {
  display: grid;
  gap: 28px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.footer-group {
  align-content: start;
  display: grid;
  gap: 9px;
}

.footer-group a,
.footer-bottom a {
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-decoration: none;
  text-transform: uppercase;
}

.footer-social-link {
  align-items: center;
  display: inline-flex;
  gap: 8px;
}

.footer-social-link svg {
  fill: #0a66c2;
  flex: 0 0 auto;
  height: 15px;
  transition: fill 160ms ease;
  width: 15px;
}

.footer-social-link:hover svg,
.footer-social-link:focus-visible svg {
  fill: var(--yellow);
}

.footer-bottom {
  border-top: 1px solid var(--line);
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  justify-content: space-between;
  margin-top: clamp(30px, 5vw, 54px);
  padding-top: 18px;
}

.guest-cta {
  align-items: center;
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(0, 1fr) auto;
}

.guest-page {
  min-height: calc(100vh - 100px);
}

.guest-intro {
  border: 2px solid var(--yellow);
  margin-bottom: 34px;
  padding: clamp(26px, 5vw, 56px);
}

.guest-intro h1 {
  font-size: clamp(3.4rem, 9vw, 7rem);
  margin: 18px 0 18px;
}

.guest-intro p {
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.2rem;
  max-width: 720px;
}

.guest-form {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.guest-form label,
.form-success {
  display: grid;
  gap: 8px;
}

.guest-form span {
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.guest-form input,
.guest-form textarea {
  background: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.26);
  color: #000000;
  font: inherit;
  min-height: 52px;
  padding: 14px 15px;
  width: 100%;
}

.guest-form textarea {
  min-height: 180px;
  resize: vertical;
}

.guest-form em {
  color: var(--yellow);
  font-style: normal;
}

.form-wide {
  grid-column: 1 / -1;
}

.hidden-field {
  display: none;
}

.form-note {
  color: rgba(255, 255, 255, 0.62);
}

.guest-form button {
  cursor: pointer;
  justify-self: start;
}

.form-success {
  background: #ffffff;
  color: #000000;
  padding: clamp(28px, 5vw, 52px);
}

.form-success h2 {
  color: #000000;
}

.form-success p {
  color: rgba(0, 0, 0, 0.7);
  max-width: 780px;
}

@media (max-width: 820px) {
  .site-header {
    align-items: flex-start;
    position: static;
  }

  .top-nav {
    justify-content: flex-end;
  }

  .hero {
    min-height: auto;
  }

  .hero-frame,
  .intro-grid,
  .episodes-heading,
  .linkedin-cta,
  .guest-cta,
  .faq-list,
  .footer-main,
  .guest-form {
    grid-template-columns: 1fr;
  }

  .hero-logo-panel {
    border-bottom: 1px solid var(--line-strong);
    border-right: 0;
    min-height: 230px;
  }

  .hero-logo-panel img {
    max-width: 260px;
  }

  .hero-content {
    max-width: none;
  }

  .intro-copy {
    border-left: 0;
    padding-left: 0;
  }

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

  .host-row img {
    max-width: 360px;
  }

  .host-quote {
    padding-left: 50px;
  }

  .episode-row {
    align-items: start;
    grid-template-columns: 78px minmax(0, 1fr);
  }

  .episode-action {
    grid-column: 2;
    justify-self: start;
  }

  .faq-column + .faq-column {
    border-top: 0;
  }

  .faq-list p {
    padding-right: 0;
  }

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

@media (max-width: 560px) {
  body {
    font-size: 16px;
  }

  .site-header {
    display: grid;
    gap: 18px;
    grid-template-columns: auto minmax(0, 1fr);
  }

  .brand-lockup {
    height: 46px;
    min-width: 46px;
    width: 46px;
  }

  .top-nav {
    font-size: 0.64rem;
    gap: 10px 14px;
    min-width: 0;
  }

  .top-nav a {
    white-space: nowrap;
  }

  .top-nav a[href="/guest.php"] {
    flex-basis: 100%;
    text-align: right;
  }

  .hero-frame {
    border-width: 1px;
  }

  .hero-logo-panel {
    min-height: 148px;
    padding: 18px;
  }

  .hero-logo-panel img {
    max-width: 166px;
  }

  .hero-content {
    gap: 13px;
    padding: 18px 18px 20px;
  }

  h1 {
    font-size: clamp(2.35rem, 11.5vw, 3.2rem);
  }

  .hero-title {
    font-size: clamp(1.35rem, 7.3vw, 2.05rem);
    letter-spacing: 0.06em;
    line-height: 1.18;
  }

  .linkedin-cta .button,
  .load-more-wrap .button {
    width: 100%;
  }

  .hero-lede {
    font-size: 1rem;
    line-height: 1.34;
  }

  .faq h2 {
    font-size: clamp(2.15rem, 11vw, 3rem);
  }

  .faq-list summary {
    font-size: 0.76rem;
    letter-spacing: 0.13em;
    min-height: 64px;
    padding: 18px 0 16px;
  }

  .cta-row {
    gap: 10px;
  }

  .cta-row .button {
    flex: 1 1 calc(50% - 5px);
    font-size: 0.68rem;
    letter-spacing: 0.08em;
    min-height: 42px;
    padding: 9px 10px;
  }

  .cta-row .button-quiet {
    flex-basis: 100%;
  }

  .topic-rail div {
    grid-template-columns: 24px minmax(0, 1fr);
  }

  .episode-row {
    grid-template-columns: 1fr;
  }

  .episode-art {
    max-width: 150px;
  }

  .episode-player {
    grid-template-columns: 1fr;
  }

  .episode-action {
    grid-column: 1;
    justify-self: start;
  }

  .footer-platforms,
  .footer-links,
  .footer-bottom {
    grid-template-columns: 1fr;
  }

  .footer-platforms {
    display: grid;
  }

  .platform-pill {
    justify-content: flex-start;
    min-height: 42px;
  }

  .footer-links {
    gap: 24px;
  }

  .footer-bottom {
    display: grid;
    justify-content: start;
  }
}
