:root {
  --cream: #f5efe1;
  --cream-warm: #f0e6cf;
  --brown: #8b4a2a;
  --brown-dark: #5c2f18;
  --mustard: #d4a04a;
  --sage: #7d8a5b;
  --rose: #c9776f;
  --ink: #2a1f15;
  --ink-soft: #4a3a2a;
}

* { box-sizing: border-box; }

html, body {
  margin: 0;
  padding: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: "Fraunces", "IM Fell English", Georgia, serif;
  font-size: 18px;
  line-height: 1.55;
  scroll-behavior: smooth;
}

body {
  background-image:
    radial-gradient(circle at 12% 8%, rgba(212,160,74,0.08) 0, transparent 40%),
    radial-gradient(circle at 88% 22%, rgba(125,138,91,0.09) 0, transparent 45%),
    radial-gradient(circle at 20% 92%, rgba(201,119,111,0.07) 0, transparent 40%);
}

a { color: var(--brown-dark); text-decoration: underline; text-decoration-color: var(--mustard); text-underline-offset: 3px; }
a:hover { color: var(--rose); }

.wrap { max-width: 1080px; margin: 0 auto; padding: 0 24px; }

/* ---- topnav ---- */
.topnav {
  position: sticky; top: 0; z-index: 20;
  background: rgba(245,239,225,0.94);
  backdrop-filter: blur(6px);
  border-bottom: 1px solid rgba(139,74,42,0.15);
}
.topnav .inner {
  max-width: 1080px; margin: 0 auto;
  padding: 12px 24px;
  display: flex; align-items: center; gap: 24px;
}
.topnav .brand {
  font-family: "Fraunces", Georgia, serif;
  font-weight: 700;
  font-size: 20px;
  color: var(--ink);
  text-decoration: none;
  display: flex; align-items: center; gap: 8px;
}
.topnav .brand em { color: var(--brown); font-style: italic; }
.topnav ul {
  list-style: none; padding: 0; margin: 0 auto 0 12px;
  display: flex; gap: 20px;
}
.topnav ul a {
  text-decoration: none;
  color: var(--ink-soft);
  font-size: 15px;
  font-family: "Inter", -apple-system, system-ui, sans-serif;
  letter-spacing: 0.02em;
}
.topnav ul a:hover { color: var(--brown); }
.topnav .cta {
  background: var(--ink);
  color: var(--cream);
  padding: 8px 16px;
  border-radius: 999px;
  text-decoration: none;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.02em;
}
.topnav .cta:hover { background: var(--brown); color: var(--cream); }

/* ---- hero ---- */
.hero {
  padding: 80px 0 40px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.hero .eyebrow {
  font-family: "IM Fell English SC", "Special Elite", monospace;
  font-size: 13px;
  letter-spacing: 0.28em;
  color: var(--brown);
  text-transform: uppercase;
  margin-bottom: 20px;
}
.hero h1 {
  font-family: "Fraunces", "Playfair Display", Georgia, serif;
  font-weight: 600;
  font-size: clamp(44px, 7vw, 88px);
  line-height: 1.02;
  margin: 0 0 8px;
  letter-spacing: -0.02em;
}
.hero h1 .amp {
  font-style: italic;
  color: var(--brown);
  font-weight: 400;
  padding: 0 4px;
}
.hero .tagline {
  font-family: "Fraunces", Georgia, serif;
  font-style: italic;
  font-size: clamp(20px, 2.4vw, 28px);
  color: var(--ink-soft);
  margin: 20px auto 32px;
  max-width: 720px;
  line-height: 1.35;
}
.hero .stage {
  margin: 40px auto 20px;
  max-width: 720px;
}
.hero .stage svg { width: 100%; height: auto; display: block; }
.hero .stage img {
  width: 100%; height: auto; display: block;
  border-radius: 10px;
  box-shadow: 0 12px 40px rgba(42,31,21,0.22);
}
.hero .listen {
  display: flex; justify-content: center; gap: 14px;
  flex-wrap: wrap; margin-top: 32px;
}
.hero .listen a {
  background: var(--cream-warm);
  border: 1.5px solid var(--brown);
  color: var(--brown-dark);
  padding: 10px 20px;
  border-radius: 999px;
  text-decoration: none;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.03em;
  transition: all 0.15s ease;
}
.hero .listen a:hover { background: var(--brown); color: var(--cream); }

/* ---- section base ---- */
section { padding: 72px 0; }
section.alt { background: var(--cream-warm); }

.section-head { text-align: center; margin-bottom: 48px; }
.section-head .kicker {
  font-family: "IM Fell English SC", monospace;
  font-size: 12px;
  letter-spacing: 0.32em;
  color: var(--brown);
  text-transform: uppercase;
  margin-bottom: 12px;
}
.section-head h2 {
  font-family: "Fraunces", Georgia, serif;
  font-weight: 500;
  font-size: clamp(32px, 4vw, 48px);
  margin: 0;
  letter-spacing: -0.01em;
}
.section-head h2 em { color: var(--brown); }
.section-head p { color: var(--ink-soft); max-width: 620px; margin: 12px auto 0; }

/* ---- about ---- */
.about-cols {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 60px; align-items: center;
}
.about-cols .prose p { margin: 0 0 18px; }
.about-cols .prose p:first-of-type::first-letter {
  font-family: "Fraunces", Georgia, serif;
  font-size: 68px;
  font-weight: 600;
  line-height: 0.9;
  float: left;
  padding: 4px 10px 0 0;
  color: var(--brown);
}
.about-cols .art { text-align: center; }
.about-cols .art svg { width: 100%; max-width: 380px; height: auto; }
.about-cols .art img {
  width: 100%; max-width: 380px; height: auto;
  border-radius: 8px;
  box-shadow: 0 8px 28px rgba(42,31,21,0.18);
}

/* ---- hosts ---- */
.hosts {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 40px;
}
.host {
  background: var(--cream);
  border: 1.5px solid rgba(139,74,42,0.2);
  border-radius: 6px;
  padding: 32px;
  position: relative;
}
.host .portrait {
  width: 140px; height: 140px;
  margin: 0 auto 20px;
  display: block;
  border-radius: 50%;
  object-fit: cover;
  object-position: center 25%;
  border: 1.5px solid rgba(139,74,42,0.35);
  box-shadow: 0 2px 8px rgba(42,31,21,0.12);
}
.host h3 {
  font-family: "Fraunces", Georgia, serif;
  font-weight: 600;
  font-size: 28px;
  margin: 0 0 4px;
  text-align: center;
}
.host .role {
  text-align: center;
  font-family: "IM Fell English SC", monospace;
  font-size: 12px;
  letter-spacing: 0.24em;
  color: var(--brown);
  text-transform: uppercase;
  margin-bottom: 16px;
}
.host p { color: var(--ink-soft); margin: 0 0 12px; font-size: 16px; }
.host .fact {
  margin-top: 20px;
  padding-top: 16px;
  border-top: 1px dashed rgba(139,74,42,0.3);
  font-family: "Special Elite", monospace;
  font-size: 13px;
  color: var(--ink-soft);
}
.host .fact strong { color: var(--brown); }

.together {
  margin-top: 48px;
  text-align: center;
  padding: 32px;
  background: var(--cream-warm);
  border-radius: 8px;
}
.together .art svg,
.together .art img { width: 100%; max-width: 420px; height: auto; display: block; margin: 0 auto; border-radius: 6px; }
.together .art img { box-shadow: 0 6px 24px rgba(42,31,21,0.18); }
.together p {
  font-family: "Fraunces", Georgia, serif;
  font-style: italic;
  font-size: 20px;
  color: var(--brown-dark);
  margin: 20px auto 0;
  max-width: 520px;
}

/* ---- episodes ---- */
.episodes {
  display: grid; grid-template-columns: repeat(2, 1fr);
  gap: 28px;
}
.ep {
  background: var(--cream);
  border: 1.5px solid rgba(139,74,42,0.2);
  border-radius: 6px;
  padding: 28px;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
  cursor: pointer;
}
.ep:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 32px -12px rgba(90,50,20,0.25);
  border-color: var(--brown);
}
.ep .no {
  font-family: "IM Fell English SC", monospace;
  font-size: 12px;
  letter-spacing: 0.28em;
  color: var(--brown);
  text-transform: uppercase;
  margin-bottom: 8px;
}
.ep h4 {
  font-family: "Fraunces", Georgia, serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.15;
  margin: 0 0 10px;
}
.ep .years {
  font-style: italic;
  color: var(--brown);
  font-size: 14px;
  margin-bottom: 12px;
}
.ep p { color: var(--ink-soft); font-size: 15.5px; margin: 0 0 16px; }
.ep .meta {
  display: flex; gap: 16px;
  padding-top: 14px;
  border-top: 1px dashed rgba(139,74,42,0.25);
  font-family: "Inter", sans-serif;
  font-size: 12.5px;
  color: var(--ink-soft);
  letter-spacing: 0.04em;
}
.ep .meta strong { color: var(--brown); }

/* ---- the pack ---- */
.pack {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 32px;
  text-align: center;
}
.pup .art { width: 100%; aspect-ratio: 1 / 1; margin-bottom: 12px; overflow: hidden; border-radius: 50%; background: var(--cream); }
.pup .art svg { width: 100%; height: 100%; }
.pup .art img { width: 100%; height: 100%; object-fit: cover; display: block; }
.pup h5 {
  font-family: "Fraunces", Georgia, serif;
  font-weight: 600;
  font-size: 20px;
  margin: 0 0 4px;
}
.pup .hat-note {
  font-family: "Special Elite", monospace;
  font-size: 13px;
  color: var(--brown);
}
.pup .quirk {
  font-size: 14px;
  color: var(--ink-soft);
  margin: 8px 0 0;
  font-style: italic;
}

/* ---- upcoming ---- */
.upcoming { max-width: 720px; margin: 0 auto; }
.upcoming .row {
  display: flex; align-items: baseline; gap: 20px;
  padding: 20px 0;
  border-bottom: 1px dashed rgba(139,74,42,0.3);
}
.upcoming .row:last-child { border-bottom: none; }
.upcoming .n {
  font-family: "IM Fell English SC", monospace;
  color: var(--brown);
  font-size: 14px;
  letter-spacing: 0.2em;
  min-width: 44px;
}
.upcoming .name {
  font-family: "Fraunces", Georgia, serif;
  font-size: 22px;
  font-weight: 500;
  flex: 1;
}
.upcoming .name em { color: var(--brown); font-style: italic; font-size: 15px; font-weight: 400; margin-left: 8px; }
.upcoming .drop {
  font-family: "Special Elite", monospace;
  font-size: 13px;
  color: var(--ink-soft);
}

/* ---- footer ---- */
footer {
  background: var(--ink);
  color: var(--cream);
  padding: 60px 24px 40px;
  text-align: center;
}
footer .mark {
  font-family: "Fraunces", Georgia, serif;
  font-size: 26px;
  margin-bottom: 12px;
}
footer .mark em { color: var(--mustard); font-style: italic; }
footer p { color: rgba(245,239,225,0.7); font-size: 14px; margin: 6px 0; }
footer a { color: var(--mustard); text-decoration-color: rgba(212,160,74,0.4); }
footer .fine {
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid rgba(245,239,225,0.15);
  font-family: "Special Elite", monospace;
  font-size: 12px;
  letter-spacing: 0.1em;
  color: rgba(245,239,225,0.5);
}

/* ---- responsive ---- */
@media (max-width: 780px) {
  .about-cols, .hosts, .episodes { grid-template-columns: 1fr; }
  .about-cols { gap: 40px; }
  .topnav ul { display: none; }
  .topnav .inner { gap: 12px; }
  section { padding: 56px 0; }
  .hero { padding: 48px 0 32px; }
}
