:root {
  --navy: #0b1c33;
  --navy-mid: #10243f;
  --navy-deep: #071018;
  --gold: #c9a227;
  --gold-hot: #e0b93a;
  --cream: #f4efe4;
  --paper: #f7f4ee;
  --muted: #8b97a8;
  --line: rgba(201, 162, 39, 0.28);
  --font-serif: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif;
  --font-sans: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body.watch-body {
  background: var(--navy-deep);
  color: var(--cream);
  font-family: var(--font-sans);
  line-height: 1.5;
}

.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.85rem 1.5rem;
  background: #4d5d73;
  position: sticky;
  top: 0;
  z-index: 20;
}
.wordmark {
  color: #fff;
  text-decoration: none;
  font-family: var(--font-serif);
  font-size: 1.15rem;
}
.wordmark span { color: var(--gold); font-style: italic; }
.nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.2rem 1rem;
  align-items: center;
}
.nav a {
  color: #e8edf3;
  text-decoration: none;
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.nav a.active { color: var(--gold); border-bottom: 1px solid var(--gold); padding-bottom: 2px; }
.nav a.donate {
  background: var(--gold);
  color: #1a1406;
  font-weight: 700;
  padding: 0.45rem 0.7rem;
  border-radius: 2px;
}

.wrap { max-width: 1120px; margin: 0 auto; padding: 2rem 1.25rem 5rem; }

.kicker {
  color: var(--gold);
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-size: 0.72rem;
}
h1 {
  font-family: var(--font-serif);
  font-weight: 500;
  font-size: clamp(2.2rem, 5vw, 3.4rem);
  margin: 0.2rem 0 0.4rem;
  letter-spacing: -0.02em;
}
.lede { color: var(--muted); max-width: 36rem; margin-bottom: 2rem; }

.grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 1.25rem;
}
.card {
  background: var(--navy);
  border: 1px solid var(--line);
  color: inherit;
  text-decoration: none;
  display: block;
  transition: border-color 0.15s ease, transform 0.15s ease;
}
.card:hover { border-color: var(--gold); transform: translateY(-2px); }
.thumb {
  aspect-ratio: 16 / 9;
  background: linear-gradient(160deg, #163056, #0b1c33 55%, #1a1406);
  display: grid;
  place-items: center;
  color: var(--gold);
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.card-body { padding: 0.9rem 1rem 1.1rem; }
.card-body h2 {
  font-family: var(--font-serif);
  font-size: 1.2rem;
  font-weight: 500;
  margin: 0 0 0.35rem;
}
.meta { color: var(--muted); font-size: 0.8rem; }

.player-shell {
  background: #000;
  border: 1px solid var(--line);
  aspect-ratio: 16 / 9;
  margin: 1.25rem 0 1.25rem;
}
.player-shell iframe, .player-shell video {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.episode-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 1.5rem;
}
@media (min-width: 960px) {
  .episode-layout { grid-template-columns: minmax(0, 1fr) 300px; align-items: start; }
}

.email-card {
  background: var(--navy);
  border: 1px solid var(--line);
  padding: 1.1rem 1.15rem 1.2rem;
}
.email-card h3 {
  font-family: var(--font-serif);
  font-size: 1.35rem;
  margin: 0 0 0.35rem;
  font-weight: 500;
}
.email-card p { color: var(--muted); margin: 0 0 0.9rem; font-size: 0.92rem; }
.email-card label { display: block; font-size: 0.75rem; letter-spacing: 0.06em; text-transform: uppercase; color: var(--muted); margin-bottom: 0.3rem; }
.email-card input[type="email"],
.email-card input[type="text"] {
  width: 100%;
  background: var(--navy-deep);
  border: 1px solid #2a3d58;
  color: var(--cream);
  padding: 0.7rem 0.75rem;
  margin-bottom: 0.7rem;
  font-size: 1rem;
}
.consent {
  display: flex;
  gap: 0.55rem;
  align-items: flex-start;
  font-size: 0.85rem;
  color: #d5dbe3;
  margin: 0.2rem 0 0.9rem;
}
.consent input { margin-top: 0.2rem; }
button.gold {
  background: var(--gold);
  color: #1a1406;
  border: 0;
  font-weight: 700;
  padding: 0.75rem 1rem;
  cursor: pointer;
  width: 100%;
  letter-spacing: 0.04em;
}
button.gold:hover { background: var(--gold-hot); }
.fine { font-size: 0.75rem; color: var(--muted); margin-top: 0.7rem; }
.success { display: none; color: var(--gold); font-family: var(--font-serif); font-size: 1.2rem; }

.side-actions a {
  display: block;
  color: var(--cream);
  text-decoration: none;
  border: 1px solid var(--line);
  padding: 0.7rem 0.85rem;
  margin-bottom: 0.5rem;
}
.side-actions a strong { color: var(--gold); }

.related h3 { font-family: var(--font-serif); font-weight: 500; }
.related a { color: var(--cream); }

.site-footer {
  border-top: 1px solid var(--line);
  color: var(--muted);
  padding: 1.4rem 1.5rem 2rem;
  font-size: 0.8rem;
}
.site-footer a { color: var(--gold); }

/* owned file player */
.player-shell video.watch-video {
  width: 100%;
  height: 100%;
  display: block;
  background: #000;
  object-fit: contain;
}
.outlinks a { color: #d4a84b; text-decoration: underline; text-underline-offset: 2px; }
.outlinks a:hover { color: #f0c96a; }

.thumb {
  position: relative;
  overflow: hidden;
  background: #0b1c33;
  aspect-ratio: 9/16;
  max-height: 280px;
}
.thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.card .thumb::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(11,31,58,.55), transparent 45%);
  pointer-events: none;
}
