@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@700&family=Fraunces:opsz,wght@9..144,500;9..144,600&family=Mulish:wght@400;500;600;700&family=IBM+Plex+Mono:wght@500;600&display=swap");

.series-guide-body {
  margin: 0;
  background: #f4f1e8;
  color: #1b241d;
  font-family: "Mulish", "Segoe UI", system-ui, sans-serif;
}

.series-guide-body .site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(14, 36, 25, 0.97);
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
  box-shadow: 0 5px 22px rgba(4, 16, 10, 0.2);
  backdrop-filter: blur(12px);
}
.series-guide-body .site-header-inner {
  width: 100%;
  max-width: 1180px;
  height: 60px;
  margin: auto;
  padding: 0 26px;
  gap: 18px;
}
.series-guide-body .site-brand {
  gap: 10px;
  color: #f4f1e8;
}
.series-guide-body .site-brand-logo {
  width: 38px;
  height: 38px;
  padding: 2px;
  border-radius: 10px;
  background: #fff;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.6),
    0 4px 12px rgba(0, 0, 0, 0.25);
}
.series-guide-body .site-brand-text strong {
  color: #fff;
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: normal;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.38);
}
.series-guide-body .site-brand-text em {
  margin-top: 3px;
  color: #bcd3c2;
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: 0.025em;
}
.series-guide-body .site-nav {
  gap: 20px;
}
.series-guide-body .site-nav a {
  color: #edf4ee;
  font-size: 14px;
  font-weight: 700;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.22);
}
.series-guide-body .site-nav a:hover {
  color: #fff;
}
.series-guide-body .site-nav .site-nav-cta {
  padding: 8px 15px;
  border-radius: 99px;
  background: #f0bd59;
  color: #172019 !important;
  text-shadow: none;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.18);
}
.series-guide-body .series-browse {
  white-space: nowrap;
}
.series-guide-loading,
.series-guide-error {
  display: grid;
  min-height: 70vh;
  place-content: center;
  text-align: center;
}
.series-guide-switcher {
  position: sticky;
  top: 60px;
  z-index: 40;
  padding: 0 20px;
  background: rgba(14, 36, 25, 0.97);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.series-guide-switcher > div {
  display: flex;
  max-width: 1180px;
  margin: auto;
  overflow-x: auto;
}
.series-guide-switcher a {
  flex: 1;
  min-width: max-content;
  padding: 11px 13px;
  color: #dbe7dd;
  font-size: 12px;
  font-weight: 750;
  text-align: center;
  text-decoration: none;
  border-bottom: 3px solid transparent;
}
.series-guide-switcher a span {
  display: block;
  color: #91a798;
  font-size: 9px;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}
.series-guide-switcher a:hover,
.series-guide-switcher a.active {
  color: #fff;
  background: rgba(255, 255, 255, 0.05);
  border-bottom-color: var(--link-color);
}
.series-guide {
  --series: #5b9bd5;
}
.series-guide-hero {
  position: relative;
  min-height: calc(100vh - 108px);
  overflow: hidden;
  color: #fff;
  background: #0e1a12;
}
.series-guide-hero-bg,
.series-guide-shade {
  position: absolute;
  inset: 0;
}
.series-guide-hero-bg {
  background-position: center;
  background-size: cover;
  transform: scale(1.025);
}
.series-guide-shade {
  background:
    linear-gradient(
      90deg,
      rgba(5, 14, 9, 0.94),
      rgba(5, 14, 9, 0.78) 44%,
      rgba(5, 14, 9, 0.43) 75%,
      rgba(5, 14, 9, 0.68)
    ),
    linear-gradient(0deg, rgba(5, 14, 9, 0.74), transparent 48%);
}
.series-guide-hero-inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(320px, 0.88fr) minmax(480px, 1.12fr);
  align-items: center;
  gap: clamp(32px, 5vw, 72px);
  width: min(1180px, calc(100% - 52px));
  min-height: calc(100vh - 108px);
  margin: auto;
  padding: 52px 0 62px;
}
.series-guide-kicker,
.series-guide-heading > div > span {
  color: var(--series);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
.series-guide-copy h1 {
  margin: 12px 0 8px;
  color: #fff;
  font: 600 clamp(50px, 7vw, 92px)/0.95 "Fraunces", Georgia, serif;
  letter-spacing: -0.035em;
}
.series-guide-copy h2 {
  max-width: 18ch;
  margin: 0 0 17px;
  color: #e8eee8;
  font: 500 clamp(23px, 3vw, 34px)/1.1 "Fraunces", Georgia, serif;
}
.series-guide-copy > p {
  max-width: 58ch;
  color: #d5e0d6;
  font-size: 16px;
  line-height: 1.68;
}
.series-guide-facts {
  display: flex;
  gap: 22px;
  margin-top: 24px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.17);
}
.series-guide-facts span {
  color: #bfccbf;
  font: 600 10px/1.3 "IBM Plex Mono", monospace;
  text-transform: uppercase;
}
.series-guide-facts strong {
  display: block;
  color: #fff;
  font: 600 21px/1.15 "Fraunces", Georgia, serif;
}
.series-guide-player {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 18px;
  background: rgba(6, 14, 9, 0.82);
  box-shadow: 0 26px 75px rgba(0, 0, 0, 0.45);
}
.series-guide-player > div {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 13px 16px;
  color: #fff;
  font-size: 12px;
  font-weight: 750;
  text-transform: uppercase;
}
.series-guide-player > div span,
.series-guide-thumb > span {
  display: grid;
  place-items: center;
  background: #f00;
  color: #fff;
}
.series-guide-player > div span {
  width: 27px;
  height: 19px;
  border-radius: 5px;
  font-size: 9px;
}
.series-guide-player video {
  display: block;
  width: 100%;
  aspect-ratio: 16/9;
  background: #000;
}
.series-guide-player > p {
  margin: 0;
  padding: 11px 16px;
  color: #9eb0a0;
  font-size: 11px;
}
.series-guide-section {
  width: min(1180px, calc(100% - 52px));
  margin: auto;
  padding: 74px 0;
}
.series-guide-hero + .series-guide-section {
  position: relative;
  padding-top: clamp(132px, 12vw, 174px);
}
.series-guide-hero + .series-guide-section::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 50%;
  width: 100vw;
  height: clamp(104px, 10vw, 146px);
  transform: translateX(-50%);
  pointer-events: none;
  background: linear-gradient(180deg, #0e1a12 0%, #173024 28%, #647064 62%, #f4f1e8 100%);
}
.series-guide-hero + .series-guide-section > * {
  position: relative;
  z-index: 1;
}
.series-guide-heading {
  display: grid;
  grid-template-columns: 1fr minmax(320px, 0.7fr);
  align-items: end;
  gap: 30px;
  margin-bottom: 28px;
}
.series-guide-heading h2 {
  margin: 7px 0 0;
  font: 600 clamp(30px, 4vw, 45px)/1.04 "Fraunces", Georgia, serif;
}
.series-guide-heading > p {
  margin: 0;
  color: #667167;
  line-height: 1.65;
}
.series-guide-collections {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 13px;
}
.series-guide-collections a {
  position: relative;
  display: flex;
  min-height: 205px;
  flex-direction: column;
  padding: 23px;
  border: 1px solid #dcd9cd;
  border-radius: 15px;
  background: #fffdf8;
  color: #1b241d;
  text-decoration: none;
  box-shadow: 0 8px 24px rgba(20, 32, 24, 0.06);
}
.series-guide-collections a:before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 5px;
  border-radius: 15px 15px 0 0;
  background: var(--series);
}
.series-guide-collections b {
  color: var(--series);
  font-size: 11px;
}
.series-guide-collections strong {
  margin-top: 25px;
  font: 600 21px/1.15 "Fraunces", Georgia, serif;
}
.series-guide-collections span {
  margin-top: 8px;
  color: #667167;
  font-size: 13px;
}
.series-guide-collections em {
  margin-top: auto;
  padding-top: 17px;
  color: var(--series);
  font-size: 12px;
  font-style: normal;
  font-weight: 750;
}
.series-guide-library {
  width: auto;
  max-width: none;
  padding-right: max(26px, calc((100vw - 1180px) / 2));
  padding-left: max(26px, calc((100vw - 1180px) / 2));
  background: #102019;
  color: #edf3ed;
}
.series-guide-library .series-guide-heading > p {
  color: #aab8ad;
}
.series-guide-episodes {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.series-guide-episode {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 15px;
  background: #182a20;
}
.series-guide-thumb {
  position: relative;
  display: block;
  aspect-ratio: 16/9;
  overflow: hidden;
  background: #07110b;
}
.series-guide-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.series-guide-thumb > span {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 54px;
  height: 38px;
  transform: translate(-50%, -50%);
  border-radius: 10px;
}
.series-guide-thumb small {
  position: absolute;
  right: 9px;
  bottom: 8px;
  padding: 3px 6px;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
}
.series-guide-episode-body {
  padding: 17px 18px 19px;
}
.series-guide-episode-body time {
  color: var(--series);
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}
.series-guide-episode-body h3 {
  margin: 8px 0 3px;
  color: #fff;
  font: 600 23px/1.12 "Fraunces", Georgia, serif;
}
.series-guide-episode-body p {
  margin: 0;
  color: #9fb0a2;
}
.series-guide-episode-body > div {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-top: 17px;
  padding-top: 13px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.series-guide-episode-body a {
  color: #dce7de;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
}
.series-guide-body .site-footer {
  margin-top: 0;
  background: #13251a;
  color: #c9d3c4;
}
.series-guide-body .site-footer-brand p,
.series-guide-body .site-footer-day,
.series-guide-body .site-footer-col a {
  color: #c9d3c4;
}
.series-guide-body .site-footer-h,
.series-guide-body .site-footer-disclosure,
.series-guide-body .site-footer-legal,
.series-guide-body .site-footer-legal-links {
  color: #8fa389;
}
.series-guide-body .site-footer-yt {
  color: #e7c680;
}
.series-guide-body .site-footer-base {
  border-top-color: rgba(255, 255, 255, 0.08);
}
@media (max-width: 900px) {
  .series-guide-hero-inner {
    grid-template-columns: 1fr;
    min-height: auto;
  }
  .series-guide-hero {
    min-height: auto;
  }
  .series-guide-heading {
    grid-template-columns: 1fr;
  }
  .series-guide-episodes {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 620px) {
  .series-guide-body .site-header-inner {
    width: 100%;
    height: 56px;
    padding: 0 16px;
  }
  .series-guide-body .site-brand-text em {
    display: none;
  }
  .series-guide-switcher {
    top: 56px;
    padding: 0;
  }
  .series-guide-hero-inner,
  .series-guide-section {
    width: calc(100% - 32px);
  }
  .series-guide-copy h1 {
    font-size: 48px;
  }
  .series-guide-facts {
    flex-wrap: wrap;
  }
  .series-guide-collections,
  .series-guide-episodes {
    grid-template-columns: 1fr;
  }
  .series-guide-library {
    width: auto;
    padding-right: 16px;
    padding-left: 16px;
  }
  .series-guide-section {
    padding-top: 52px;
    padding-bottom: 52px;
  }
}

/* Continuous dark-jungle public theme; collection cards retain their light surfaces. */
.series-guide-body{background:radial-gradient(circle at 84% 42%,rgba(72,118,81,.16),transparent 32%),linear-gradient(145deg,#132c20 0%,#0e1a12 58%,#09130d 100%);color:#f5f7f3}
.series-guide-hero+.series-guide-section::before{background:linear-gradient(180deg,#0e1a12 0%,#173024 42%,#102419 78%,transparent 100%)}
.series-guide-heading h2{color:#fff}.series-guide-heading>p{color:#b8c9bb}
.series-guide-section{border-color:rgba(255,255,255,.15)}
.series-guide-collections a{color:#1b241d}
