:root {
  color-scheme: dark;
  --ink: #080a0d;
  --ink-raised: #101419;
  --paper: #f3f0e8;
  --paper-muted: #aaa9a4;
  --line: rgba(243, 240, 232, 0.16);
  --line-strong: rgba(243, 240, 232, 0.35);
  --orange: #ff6138;
  --orange-hot: #ff7a57;
  --cyan: #41ddeb;
  --display: "Arial Narrow", "Roboto Condensed", "Helvetica Neue Condensed", Impact, sans-serif;
  --body: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --mono: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  --page: min(1240px, calc(100vw - 48px));
}

* { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  background: var(--ink);
}

html,
body {
  max-width: 100%;
  overflow-x: clip;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 82% 24%, rgba(65, 221, 235, 0.06), transparent 24rem),
    var(--ink);
  color: var(--paper);
  font-family: var(--body);
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

a { color: inherit; }

.skip-link {
  position: fixed;
  z-index: 100;
  top: 12px;
  left: 12px;
  padding: 10px 14px;
  transform: translateY(-180%);
  border-radius: 2px;
  background: var(--paper);
  color: var(--ink);
  font-weight: 800;
}

.skip-link:focus { transform: translateY(0); }

:focus-visible {
  outline: 3px solid var(--cyan);
  outline-offset: 4px;
}

.show-nav {
  position: absolute;
  z-index: 20;
  top: 0;
  left: 50%;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  width: var(--page);
  min-height: 88px;
  transform: translateX(-50%);
  border-bottom: 1px solid var(--line);
}

.brand-bug {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  width: max-content;
  color: var(--paper);
  font-family: var(--display);
  font-size: 15px;
  font-weight: 900;
  line-height: 0.84;
  letter-spacing: -0.02em;
  text-decoration: none;
}

.brand-signal {
  width: 8px;
  height: 30px;
  background: var(--orange);
  box-shadow: 0 0 24px rgba(255, 97, 56, 0.55);
}

.show-nav nav {
  display: flex;
  gap: clamp(18px, 3vw, 42px);
}

.show-nav nav a,
.show-footer a {
  color: rgba(243, 240, 232, 0.74);
  font-size: 12px;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 160ms ease;
}

.show-nav nav a:hover,
.show-footer a:hover { color: var(--paper); }

.nav-cta {
  justify-self: end;
  padding: 10px 0 9px;
  border-bottom: 2px solid var(--orange);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
}

.nav-cta span { color: var(--orange); }

.hero {
  position: relative;
  display: flex;
  align-items: center;
  min-height: max(760px, 100svh);
  isolation: isolate;
  overflow: hidden;
  background-image:
    linear-gradient(90deg, rgba(8, 10, 13, 0.1) 0%, rgba(8, 10, 13, 0.1) 46%, rgba(8, 10, 13, 0.12) 100%),
    url("../images/show/we-tried-the-future-hero.webp");
  background-position: center;
  background-size: cover;
}

.hero::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  content: "";
  background:
    linear-gradient(180deg, rgba(8, 10, 13, 0.08) 58%, var(--ink) 100%),
    linear-gradient(90deg, rgba(8, 10, 13, 0.42) 0%, transparent 58%);
}

.hero-grid {
  position: absolute;
  z-index: -1;
  inset: 0;
  opacity: 0.22;
  background-image:
    linear-gradient(rgba(65, 221, 235, 0.15) 1px, transparent 1px),
    linear-gradient(90deg, rgba(65, 221, 235, 0.15) 1px, transparent 1px);
  background-size: 80px 80px;
  mask-image: linear-gradient(90deg, black 0%, transparent 62%);
}

.hero-content {
  width: var(--page);
  margin: 50px auto 0;
}

.eyebrow,
.section-label,
.episode-meta,
.machine-number {
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.eyebrow {
  margin: 0 0 22px;
  color: rgba(243, 240, 232, 0.72);
}

.eyebrow span {
  margin-right: 12px;
  padding: 6px 8px;
  background: var(--orange);
  color: var(--ink);
}

.hero h1 {
  max-width: 850px;
  margin: 0;
  font-family: var(--display);
  font-size: clamp(70px, 10.5vw, 166px);
  font-stretch: condensed;
  font-weight: 950;
  line-height: 0.75;
  letter-spacing: -0.067em;
  text-transform: uppercase;
}

.hero h1 span { display: block; }
.hero h1 span:last-child {
  color: var(--orange);
  text-shadow: 0 0 80px rgba(255, 97, 56, 0.16);
}

.hero-deck {
  margin: 34px 0 0;
  color: var(--paper);
  font-family: var(--display);
  font-size: clamp(23px, 2.4vw, 36px);
  font-weight: 850;
  letter-spacing: -0.025em;
}

.hero-copy {
  max-width: 570px;
  margin: 12px 0 0;
  color: rgba(243, 240, 232, 0.72);
  font-size: clamp(15px, 1.4vw, 18px);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 50px;
  padding: 0 20px;
  border: 1px solid transparent;
  border-radius: 2px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform 160ms ease, background 160ms ease, border-color 160ms ease;
}

.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--orange); color: var(--ink); }
.button-primary:hover { background: var(--orange-hot); }
.button-ghost { border-color: var(--line-strong); background: rgba(8, 10, 13, 0.42); }
.button-ghost:hover { border-color: var(--paper); background: rgba(8, 10, 13, 0.75); }

.status-rack {
  position: absolute;
  right: max(24px, calc((100vw - 1240px) / 2));
  bottom: 105px;
  display: grid;
  width: 250px;
  border: 1px solid var(--line);
  background: rgba(8, 10, 13, 0.74);
  backdrop-filter: blur(12px);
}

.status-rack div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 12px;
  border-bottom: 1px solid var(--line);
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.status-rack div:last-child { border-bottom: 0; }
.status-rack span { color: var(--paper-muted); }
.status-rack strong { font-size: 10px; }
.status-rack .status-on { color: var(--cyan); }

.hero-caption {
  position: absolute;
  right: max(24px, calc((100vw - 1240px) / 2));
  bottom: 34px;
  margin: 0;
  color: rgba(243, 240, 232, 0.58);
  font-family: var(--display);
  font-size: 20px;
  font-weight: 800;
  line-height: 1.05;
  text-align: right;
  text-transform: uppercase;
}

.hero-caption strong { color: var(--paper); }

.signal-ticker {
  overflow: hidden;
  border-block: 1px solid var(--line);
  background: var(--orange);
  color: var(--ink);
}

.ticker-track {
  display: flex;
  align-items: center;
  width: max-content;
  padding: 12px 0;
  animation: ticker 30s linear infinite;
  font-family: var(--mono);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.ticker-track span { white-space: nowrap; }
.ticker-track i {
  width: 5px;
  height: 5px;
  margin: 0 26px;
  transform: rotate(45deg);
  background: var(--ink);
}

@keyframes ticker { to { transform: translateX(-50%); } }

.section {
  width: var(--page);
  margin: 0 auto;
  padding: clamp(90px, 10vw, 150px) 0;
}

.section-label {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 32px;
  color: var(--paper-muted);
}

.section-label span {
  display: grid;
  width: 26px;
  height: 26px;
  place-items: center;
  border: 1px solid var(--line-strong);
  color: var(--cyan);
}

.section h2,
.audience h2,
.final-cta h2 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(48px, 7vw, 98px);
  font-weight: 950;
  line-height: 0.86;
  letter-spacing: -0.055em;
  text-transform: uppercase;
}

.section h2 em,
.audience h2 em,
.partner h2 em {
  color: var(--orange);
  font-style: normal;
}

.premise {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(280px, 0.75fr);
  column-gap: clamp(48px, 8vw, 120px);
}

.premise > .section-label { grid-column: 1 / -1; }

.premise-copy p {
  max-width: 720px;
  margin: 36px 0 0;
  color: var(--paper-muted);
  font-size: clamp(17px, 2vw, 22px);
  line-height: 1.65;
}

.premise blockquote {
  position: relative;
  align-self: end;
  margin: 0;
  padding: 28px;
  border: 1px solid var(--line);
  border-left: 3px solid var(--cyan);
  background: linear-gradient(145deg, rgba(65, 221, 235, 0.07), transparent 64%);
  font-family: var(--display);
  font-size: clamp(22px, 2.5vw, 32px);
  font-weight: 850;
  line-height: 1.08;
  text-transform: uppercase;
}

.premise blockquote span {
  display: block;
  height: 36px;
  color: var(--cyan);
  font-family: Georgia, serif;
  font-size: 68px;
  line-height: 0.8;
}

.episodes {
  width: 100%;
  padding-inline: max(24px, calc((100vw - 1240px) / 2));
  border-block: 1px solid var(--line);
  background: #0b0e12;
}

.section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 48px;
  margin-bottom: 56px;
}

.section-head > p {
  max-width: 390px;
  margin: 0 0 4px;
  color: var(--paper-muted);
  font-size: 17px;
}

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

.episode-card {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(320px, 0.75fr);
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--ink-raised);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.2);
}

.episode-featured { border-color: rgba(255, 97, 56, 0.55); }

.episode-media {
  position: relative;
  min-height: 360px;
  background: #000;
}

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

.episode-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(30px, 5vw, 58px);
}

.episode-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  color: var(--paper-muted);
}

.episode-meta span {
  padding: 5px 7px;
  border: 1px solid var(--line);
}

.episode-meta span:first-child {
  border-color: var(--orange);
  background: var(--orange);
  color: var(--ink);
}

.episode-info h3,
.machine-grid h3,
.host-card h3 {
  margin: 22px 0 14px;
  font-family: var(--display);
  font-size: clamp(32px, 3.5vw, 48px);
  font-weight: 900;
  line-height: 0.96;
  letter-spacing: -0.035em;
  text-transform: uppercase;
}

.episode-info > p { margin: 0; color: var(--paper-muted); font-size: 16px; line-height: 1.65; }

.episode-links {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 28px;
}

.episode-links a {
  padding-bottom: 4px;
  border-bottom: 1px solid var(--line-strong);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
}

.episode-links a:hover { border-color: var(--orange); color: var(--orange); }

.machine-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 56px;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.machine-grid article {
  position: relative;
  min-height: 300px;
  padding: 24px;
  overflow: hidden;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(255,255,255,0.025), transparent);
  transition: background 180ms ease, transform 180ms ease;
}

.machine-grid article:hover {
  z-index: 1;
  transform: translateY(-6px);
  background: linear-gradient(180deg, rgba(65, 221, 235, 0.09), transparent);
}

.machine-number { color: var(--paper-muted); }
.machine-icon { margin-top: 38px; color: var(--cyan); font-size: 42px; }
.machine-grid h3 { margin-top: 38px; font-size: 30px; }
.machine-grid p { margin: 0; color: var(--paper-muted); font-size: 14px; line-height: 1.55; }

.audience {
  position: relative;
  padding: clamp(90px, 10vw, 150px) 24px;
  overflow: hidden;
  background: var(--paper);
  color: var(--ink);
}

.audience::after {
  position: absolute;
  right: -60px;
  bottom: -180px;
  content: "BETA";
  color: rgba(8, 10, 13, 0.035);
  font-family: var(--display);
  font-size: min(36vw, 500px);
  font-weight: 950;
  line-height: 1;
}

.audience-inner { position: relative; z-index: 1; width: min(1240px, 100%); margin: 0 auto; }
.section-label-light { color: rgba(8, 10, 13, 0.58); }
.section-label-light span { border-color: rgba(8, 10, 13, 0.25); color: #c63b18; }
.audience h2 em { color: #c63b18; }

.audience-lead {
  max-width: 720px;
  margin: 38px 0 58px;
  color: rgba(8, 10, 13, 0.68);
  font-size: clamp(18px, 2vw, 24px);
  line-height: 1.55;
}

.audience-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid rgba(8, 10, 13, 0.2);
}

.audience-grid div { padding: 24px 32px 8px 0; border-right: 1px solid rgba(8, 10, 13, 0.2); }
.audience-grid div + div { padding-left: 32px; }
.audience-grid div:last-child { border-right: 0; }
.audience-grid span { font-family: var(--mono); font-size: 10px; font-weight: 900; }
.audience-grid strong { display: block; margin: 26px 0 8px; font-family: var(--display); font-size: 26px; text-transform: uppercase; }
.audience-grid p { margin: 0; color: rgba(8, 10, 13, 0.62); }

.hosts h2 { max-width: 1000px; }

.host-grid {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
  margin-top: 58px;
}

.host-card {
  display: grid;
  grid-template-columns: 132px 1fr;
  align-items: center;
  gap: 28px;
  min-height: 220px;
  padding: 28px;
  border: 1px solid var(--line);
  background: var(--ink-raised);
}

.host-monogram {
  display: grid;
  width: 132px;
  height: 156px;
  place-items: center;
  background:
    linear-gradient(135deg, transparent 49.5%, rgba(8,10,13,0.42) 50%),
    var(--orange);
  color: var(--ink);
  font-family: var(--display);
  font-size: 58px;
  font-weight: 950;
  letter-spacing: -0.08em;
}

.host-chris .host-monogram { background-color: var(--cyan); }
.host-question { margin: 0; color: var(--orange); font-family: var(--mono); font-size: 11px; font-weight: 850; text-transform: uppercase; }
.host-chris .host-question { color: var(--cyan); }
.host-card h3 { margin: 14px 0 8px; font-size: 36px; }
.host-card div > p:last-child { margin: 0; color: var(--paper-muted); font-size: 14px; }
.host-cross { color: var(--paper-muted); font-family: var(--display); font-size: 44px; }
.host-summary { max-width: 800px; margin: 30px auto 0; color: var(--paper-muted); font-size: 17px; text-align: center; }

.partner { padding-top: 0; }

.partner-panel {
  display: grid;
  grid-template-columns: 1fr 0.8fr;
  gap: 64px;
  padding: clamp(40px, 6vw, 78px);
  border: 1px solid rgba(255, 97, 56, 0.5);
  background:
    linear-gradient(135deg, rgba(255, 97, 56, 0.14), transparent 42%),
    var(--ink-raised);
}

.partner h2 { font-size: clamp(45px, 6vw, 78px); }
.partner-copy > p { margin: 0 0 28px; color: var(--paper-muted); font-size: 17px; line-height: 1.65; }
.partner-copy small { display: block; margin-top: 18px; color: rgba(243, 240, 232, 0.52); font-family: var(--mono); font-size: 9px; letter-spacing: 0.07em; text-transform: uppercase; }

.partner-topics {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding-top: 28px;
  border-top: 1px solid var(--line);
}

.partner-topics span { padding: 7px 10px; border: 1px solid var(--line); color: var(--paper-muted); font-family: var(--mono); font-size: 9px; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; }

.final-cta {
  position: relative;
  display: grid;
  min-height: 690px;
  place-content: center;
  padding: 100px 24px;
  overflow: hidden;
  text-align: center;
  background:
    linear-gradient(rgba(8,10,13,0.72), rgba(8,10,13,0.92)),
    url("../images/show/we-tried-the-future-hero.webp") center 52% / cover;
}

.final-cta::before {
  position: absolute;
  inset: 22px;
  content: "";
  border: 1px solid var(--line);
  pointer-events: none;
}

.final-cta .eyebrow { margin-bottom: 26px; color: var(--cyan); }
.final-cta h2 { position: relative; font-size: clamp(54px, 8.5vw, 126px); }
.final-cta > p:not(.eyebrow) { margin: 22px 0 0; color: var(--paper-muted); font-size: 22px; }
.final-cta .hero-actions { justify-content: center; }

.show-footer {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: end;
  gap: 32px;
  width: var(--page);
  margin: 0 auto;
  padding: 54px 0;
}

.footer-wordmark { font-family: var(--display); font-size: 24px !important; font-weight: 950 !important; letter-spacing: -0.035em !important; }
.show-footer p { margin: 0; color: var(--paper-muted); font-size: 12px; }
.show-footer > div { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 18px; }

@media (max-width: 980px) {
  :root { --page: min(100% - 32px, 760px); }
  .show-nav { grid-template-columns: 1fr auto; }
  .show-nav nav { display: none; }
  .hero { min-height: 820px; background-position: 62% center; }
  .hero::before { background: linear-gradient(90deg, rgba(8,10,13,0.7), rgba(8,10,13,0.06)), linear-gradient(180deg, transparent 55%, var(--ink)); }
  .hero h1 { max-width: 700px; font-size: clamp(68px, 14vw, 122px); }
  .status-rack { right: 16px; bottom: 104px; }
  .hero-caption { right: 16px; }
  .premise { grid-template-columns: 1fr; gap: 48px; }
  .section-head { align-items: start; flex-direction: column; }
  .episode-card { grid-template-columns: 1fr; }
  .episode-media { min-height: auto; aspect-ratio: 16 / 9; }
  .machine-grid { grid-template-columns: repeat(2, 1fr); }
  .audience-grid { grid-template-columns: 1fr; }
  .audience-grid div, .audience-grid div + div { padding: 24px 0; border-right: 0; border-bottom: 1px solid rgba(8,10,13,0.2); }
  .host-grid { grid-template-columns: 1fr; }
  .host-cross { justify-self: center; line-height: 0.6; }
  .partner-panel { grid-template-columns: 1fr; }
  .partner-topics { grid-column: auto; }
  .show-footer { grid-template-columns: 1fr 1fr; }
  .show-footer > div { grid-column: 1 / -1; justify-content: flex-start; }
}

@media (max-width: 620px) {
  :root { --page: calc(100% - 28px); }
  .show-nav { min-height: 72px; }
  .nav-cta { font-size: 0; }
  .nav-cta::before { content: "Watch"; font-size: 11px; }
  .nav-cta span { font-size: 11px; }
  .hero { align-items: start; min-height: 810px; padding-top: 146px; background-position: 70% center; }
  .hero-content { margin-top: 0; }
  .hero .eyebrow {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
    line-height: 1.35;
  }
  .hero .eyebrow span { margin-right: 0; }
  .hero h1 { font-size: clamp(58px, 20vw, 88px); }
  .hero-deck { max-width: 320px; margin-top: 28px; }
  .hero-copy { max-width: 340px; font-size: 14px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .button { width: 100%; }
  .status-rack { right: 14px; bottom: 70px; left: 14px; width: auto; grid-template-columns: repeat(3, 1fr); }
  .status-rack div { align-items: start; flex-direction: column; gap: 4px; border-right: 1px solid var(--line); border-bottom: 0; }
  .status-rack div:last-child { border-right: 0; }
  .hero-caption { display: none; }
  .section { padding-block: 84px; }
  .section h2, .audience h2 { font-size: clamp(45px, 15vw, 68px); }
  .section-head { margin-bottom: 36px; }
  .episode-info { padding: 26px 22px 30px; }
  .episode-info h3 { font-size: 34px; }
  .machine-grid { grid-template-columns: 1fr; }
  .machine-grid article { min-height: 250px; }
  .host-card { grid-template-columns: 86px 1fr; gap: 18px; padding: 18px; }
  .host-monogram { width: 86px; height: 124px; font-size: 40px; }
  .host-card h3 { font-size: 29px; }
  .partner-panel { gap: 36px; padding: 28px 22px; }
  .final-cta { min-height: 600px; }
  .show-footer { grid-template-columns: 1fr; align-items: start; }
  .show-footer > div { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .ticker-track { animation: none; }
  .button, .machine-grid article { transition: none; }
}
