
    body {
      margin: 0;
      font-family: Arial, Helvetica, sans-serif;
      background: #ffffff;
      color: #1f1f1f;
    }

    header {
      background: #24152f;
      color: white;
      padding: 25px 20px;
      text-align: center;
    }

    header h1 {
      margin: 0;
      font-size: 34px;
    }

    header p {
      margin: 8px 0 0;
      font-size: 16px;
      color: #d8c7e8;
    }

    nav {
      background: #3b2050;
      padding: 12px;
      text-align: center;
    }

    nav a {
      color: white;
      text-decoration: none;
      margin: 0 12px;
      font-weight: bold;
    }

    .page {
      max-width: 1150px;
      margin: 25px auto;
      padding: 0 15px;
      display: grid;
      grid-template-columns: 2fr 320px;
      gap: 25px;
    }

    .feature {
      background: white;
      border-radius: 12px;
      overflow: hidden;
      box-shadow: 0 3px 10px rgba(0,0,0,0.12);
      margin-bottom: 25px;
    }

    .feature img {
      width: 100%;
      height: 330px;
      object-fit: cover;
      display: block;
    }

    .feature-text {
      padding: 20px;
    }

    .feature h2 {
      margin: 0 0 10px;
      font-size: 32px;
      color: #24152f;
    }

    .feature p {
      font-size: 17px;
      line-height: 1.5;
    }

    .articles {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 18px;
    }

    .article-card {
    max-width: 900px;
    margin: 40px auto;
    background: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 3px 12px rgba(0,0,0,0.12);
    }

    .article-card img {
      width: 100%;
      height: 180px;
      object-fit: cover;
      display: block;
    }

    .article-card div {
      padding: 14px;
    }

    .article-card h3 {
      margin: 0 0 8px;
      font-size: 21px;
      color: #24152f;
    }

    .article-card p {
      margin: 0 0 12px;
      line-height: 1.4;
      font-size: 15px;
    }

    .read-more {
      display: inline-block;
      background: #7b2cbf;
      color: white;
      padding: 9px 13px;
      border-radius: 6px;
      text-decoration: none;
      font-weight: bold;
    }

    aside {
      position: sticky;
      top: 15px;
      align-self: start;
    }

    .side-box {
      background: white;
      padding: 16px;
      margin-bottom: 18px;
      border-radius: 12px;
      box-shadow: 0 3px 10px rgba(0,0,0,0.10);
    }

    .side-box h3 {
      margin-top: 0;
      color: #24152f;
    }

    .side-box a {
      display: block;
      background: #f1e7ff;
      color: #24152f;
      padding: 10px;
      margin: 8px 0;
      border-radius: 6px;
      text-decoration: none;
      font-weight: bold;
    }

    footer {
      text-align: center;
      padding: 30px;
      background: #24152f;
      color: white;
      margin-top: 30px;
    }

    @media (max-width: 850px) {
      .page {
        grid-template-columns: 1fr;
      }

      .articles {
        grid-template-columns: 1fr;
      }

      .feature img {
        height: 230px;
      }

      .feature h2 {
        font-size: 26px;
      }

      aside {
        position: static;
      }
    }
</head>


.article-card {
  background: white;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 3px 12px rgba(0,0,0,0.12);
}

.article-hero {
  width: 100%;
  height: 360px;
  object-fit: cover;
  display: block;
}

.article-content {
    padding: 40px;
}

.article-content h1 {
    font-size: 52px;
    margin-bottom: 24px;
}

.article-intro {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 500;
}

.article-content p {
    font-size: 20px;
    line-height: 1.8;
    margin-bottom: 24px;
}

.image-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin: 24px 0;
}

.image-row img,
.article-full-image {
  width: 100%;
  border-radius: 10px;
}

.article-full-image {
  margin: 24px 0;
}

.article-content li {
  font-size: 18px;
  margin-bottom: 8px;
}
/* =========================================
   THE VAN TABLE
   ========================================= */

.podcast-hero {
  padding: 90px 24px 75px;
  background: #111;
  color: #fff;
  text-align: center;
}

.podcast-hero-inner {
  width: min(900px, 100%);
  margin: 0 auto;
}

.podcast-kicker {
  margin: 0 0 18px;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  opacity: 0.7;
}

.podcast-hero h1 {
  margin: 0;
  font-size: clamp(3.5rem, 12vw, 8rem);
  line-height: 0.9;
  letter-spacing: -0.06em;
}

.podcast-tagline {
  margin: 28px auto 0;
  font-size: clamp(1.25rem, 3vw, 2rem);
  font-weight: 600;
}

.podcast-intro {
  max-width: 720px;
  margin: 25px auto 0;
  font-size: 1.05rem;
  line-height: 1.75;
  opacity: 0.82;
}

.podcast-page {
  width: min(1100px, calc(100% - 32px));
  margin: 0 auto;
  padding: 60px 0 90px;
}

.podcast-about {
  max-width: 760px;
  margin: 0 auto 60px;
  text-align: center;
}

.podcast-about h2,
.podcast-footer-note h2 {
  margin: 0 0 20px;
  font-size: clamp(2rem, 5vw, 3.5rem);
  line-height: 1;
}

.podcast-about p,
.podcast-footer-note p {
  font-size: 1.05rem;
  line-height: 1.8;
}

.episode-list {
  display: grid;
  gap: 28px;
}

.episode-card {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 30px;
  padding: 35px;
  border: 1px solid #dedede;
  background: #fff;
}

.episode-featured {
  border: 3px solid #111;
}

.episode-number {
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.16em;
}

.episode-content h2 {
  margin: 0 0 18px;
  font-size: clamp(1.8rem, 4vw, 3rem);
  line-height: 1.05;
}

.episode-description {
  margin: 0;
  font-size: 1.08rem;
  line-height: 1.75;
}

.episode-note {
  margin: 20px 0 0;
  padding-left: 18px;
  border-left: 4px solid #111;
  font-style: italic;
  line-height: 1.65;
}

.episode-player-placeholder {
  display: grid;
  gap: 10px;
  margin-top: 30px;
  padding: 28px;
  background: #f1f1f1;
  line-height: 1.6;
}

.episode-status {
  display: inline-block;
  margin: 22px 0 0;
  padding: 10px 14px;
  background: #111;
  color: #fff;
  font-weight: 700;
}

.podcast-footer-note {
  max-width: 760px;
  margin: 75px auto 0;
  text-align: center;
}

.podcast-home-button {
  display: inline-block;
  margin-top: 20px;
  padding: 14px 22px;
  background: #111;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
}

.podcast-home-button:hover {
  opacity: 0.82;
}

@media (max-width: 700px) {

  .podcast-hero {
    padding: 70px 20px 60px;
  }

  .podcast-page {
    padding-top: 45px;
  }

  .episode-card {
    grid-template-columns: 1fr;
    gap: 15px;
    padding: 25px 20px;
  }

}

/* =========================================================
   THE VAN TABLE — EPISODE PAGES
   ========================================================= */

.episode-page {
  width: min(100% - 32px, 920px);
  margin: 0 auto;
  padding: 72px 0;
}

.episode-article {
  background: #ffffff;
}

.episode-label {
  margin: 0 0 16px;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  opacity: 0.65;
}

.episode-article h1 {
  max-width: 820px;
  margin: 0;
  font-size: clamp(2.4rem, 7vw, 5.5rem);
  line-height: 0.98;
  letter-spacing: -0.045em;
}

.episode-intro {
  max-width: 740px;
  margin: 28px 0 38px;
  font-size: clamp(1.1rem, 2.5vw, 1.4rem);
  line-height: 1.6;
  opacity: 0.8;
}

.episode-video {
  position: relative;
  width: 100%;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  margin: 0 0 48px;
  background: #111111;
  border-radius: 14px;
}

.episode-video iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.episode-copy {
  max-width: 720px;
}

.episode-copy h2,
.episode-links h2 {
  margin: 48px 0 18px;
  font-size: clamp(1.6rem, 4vw, 2.3rem);
  letter-spacing: -0.025em;
}

.episode-copy p {
  margin: 0 0 22px;
  font-size: 1.08rem;
  line-height: 1.8;
}

.episode-copy blockquote {
  margin: 42px 0;
  padding: 24px 0 24px 28px;
  border-left: 4px solid currentColor;
  font-size: clamp(1.3rem, 3vw, 1.8rem);
  font-weight: 600;
  line-height: 1.4;
}

.episode-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.episode-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 12px 22px;
  color: #ffffff;
  background: #111111;
  border: 2px solid #111111;
  border-radius: 999px;
  font-weight: 700;
  text-decoration: none;
  transition:
    transform 0.2s ease,
    background 0.2s ease,
    color 0.2s ease;
}

.episode-button:hover {
  transform: translateY(-2px);
}

.episode-button-secondary {
  color: #111111;
  background: #ffffff;
}

.episode-navigation {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 70px;
  padding-top: 28px;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.episode-navigation a {
  color: inherit;
  font-weight: 700;
  text-decoration: none;
}

.episode-navigation a:hover {
  text-decoration: underline;
}

@media (max-width: 600px) {
  .episode-page {
    width: min(100% - 24px, 920px);
    padding: 44px 0;
  }

  .episode-video {
    margin-bottom: 34px;
    border-radius: 9px;
  }

  .episode-button {
    width: 100%;
  }
}