/* FoT Podcast landing latest-B + episode B + subscribe A — scoped under Uncode. Body background is the only unscoped page rule. */
body.fot-home-app {
  --night: #0A0B1C;
  --card: #14162E;
  --mist: #C8C6D4;
  --ivory: #F4F1EA;
  --indigo: #3E3FE8;
  --first: #C4BEF2;
  background: var(--night);
  color: var(--ivory);
}

body.fot-home-app .fot-home-page,
body.fot-home-app .fot-home-page * {
  box-sizing: border-box;
}

body.fot-home-app .fot-home-page {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding-top: 0;
  font-family: Inter, "Liberation Sans", sans-serif;
  background: var(--night);
  color: var(--ivory);
}

body.fot-home-app .fot-home-page a {
  color: var(--ivory);
  text-decoration: none;
  box-shadow: none;
  background: none;
}
body.fot-home-app .fot-home-page a:hover,
body.fot-home-app .fot-home-page a:focus-visible {
  color: var(--first);
  background: transparent;
  background-image: none;
  text-decoration: none;
  transform: none;
  filter: none;
}

/*
 * Public-site hover (locked).
 * Text links / nav / titles: ivory #F4F1EA → #C4BEF2. No fill.
 * Indigo primary pills: fill stays #3E3FE8, type stays white.
 * Hover adds 1px rim #C4BEF2. Do not turn violet. No gradient, no scale.
 * No glow. No underline.
 */
body.fot-home-app header a:hover,
body.fot-home-app header a:focus-visible,
body.fot-home-app .menu-container a:hover,
body.fot-home-app .menu-wrapper a:hover,
body.fot-home-app .overlay-menu a:hover,
body.fot-home-app .mobile-menu a:hover,
body.fot-home-app .navbar a:hover {
  color: #C4BEF2 !important;
  background-color: transparent !important;
  background-image: none !important;
  text-decoration: none !important;
  transform: none !important;
  filter: none !important;
  box-shadow: none;
}

body.fot-home-app .fot-pill:hover,
body.fot-home-app .fot-home-page a.listen:hover,
body.fot-home-app .fot-home-page a.listen:focus-visible,
body.fot-home-app header a.btn:hover,
body.fot-home-app header .btn:hover {
  background-color: #3E3FE8 !important;
  background-image: none !important;
  color: #fff !important;
  box-shadow: 0 0 0 1px #C4BEF2;
  transform: none !important;
  filter: none !important;
  opacity: 1 !important;
}

body.fot-home-app .fot-home-page p {
  margin: 0;
  padding: 0;
}
body.fot-home-app .fot-home-page h1,
body.fot-home-app .fot-home-page h2 {
  margin: 0;
  padding: 0;
  text-transform: none;
  letter-spacing: 0;
}
body.fot-home-app .fot-home-page i {
  font-style: normal;
}

/* Hide leftover plugin chrome if another plugin injects it. Uncode nav stays. */
body.fot-home-app .fot-home-page > header,
body.fot-home-app .fot-home-page .wordmark,
body.fot-home-app .fot-home-page .brand,
body.fot-home-app .fot-home-page .close,
body.fot-home-app .fot-home-page footer.bar {
  display: none !important;
}

/* Hide Uncode chrome that prints after .fot-home-page on the episode take-over. */
body.fot-home-app.fot-pod-ep #colophon,
body.fot-home-app.fot-pod-ep #page-header,
body.fot-home-app.fot-pod-ep #comments,
body.fot-home-app.fot-pod-ep .post-content {
  display: none !important;
}

/* Landing mast: left, Topics-like padding. Beat chrome listing-mast CENTER lock for
   podcast landing only (.fot-home-page:not(.episode)). Do not un-center Topics/FAQ/Search.
   No text-align:center, no margin:auto on this mast. */
body.fot-home-app .fot-home-page:not(.episode) .top > .mast:not(:has(.eyebrow)) {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  text-align: left;
  padding: 36px 48px 18px;
  margin: 0;
  margin-left: 0;
  margin-right: 0;
  max-width: none;
  width: 100%;
}
body.fot-home-app .fot-home-page:not(.episode) .top > .mast:not(:has(.eyebrow)) h1 {
  font-family: "Playfair Display", serif;
  font-size: 40px;
  line-height: 1.06;
  font-weight: 500;
  letter-spacing: 0;
  text-align: left;
  margin: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  text-transform: none;
  width: auto;
  max-width: none;
}
body.fot-home-app .fot-home-page:not(.episode) .lede {
  font-family: Inter, "Liberation Sans", sans-serif;
  font-size: 16px;
  line-height: 1.55;
  font-weight: 400;
  color: var(--ivory);
  max-width: 640px;
  margin: 12px 0 0;
  margin-left: 0;
  margin-right: 0;
  text-align: left;
  width: auto;
}
@media (min-width: 901px) and (max-width: 1200px) {
  body.fot-home-app .fot-home-page:not(.episode) .top > .mast:not(:has(.eyebrow)) {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 900px) {
  body.fot-home-app .fot-home-page:not(.episode) .top > .mast:not(:has(.eyebrow)) {
    align-items: flex-start;
    text-align: left;
    padding: 12px 16px 14px;
    margin: 0;
  }
  body.fot-home-app .fot-home-page:not(.episode) .top > .mast:not(:has(.eyebrow)) h1 {
    font-size: 34px;
    line-height: 1.06;
    text-align: left;
    margin: 0;
  }
  body.fot-home-app .fot-home-page:not(.episode) .lede {
    font-size: 16px;
    line-height: 1.5;
    color: var(--ivory);
    max-width: 640px;
    margin: 12px 0 0;
    text-align: left;
  }
}

/* —— Subscribe (landing hero): LEFT text-dot bar of all 8. Not pills. —— */
body.fot-home-app .fot-home-page .lab {
  font-size: 11px;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--mist);
  font-weight: 500;
}
body.fot-home-app .fot-home-page:not(.episode) .top .subs {
  padding: 4px 48px 28px;
  display: flex;
  align-items: baseline;
  justify-content: flex-start;
  gap: 14px;
  flex-wrap: wrap;
  text-align: left;
  margin: 0;
}
body.fot-home-app .fot-home-page:not(.episode) .top .subs .lab {
  margin-right: 4px;
}
body.fot-home-app .fot-home-page:not(.episode) .top .subs a {
  font-family: Inter, "Liberation Sans", sans-serif;
  font-size: 12.5px;
  color: var(--ivory);
  font-weight: 400;
  background: transparent;
  border: 0;
  border-radius: 0;
  padding: 0;
  box-shadow: none;
}
body.fot-home-app .fot-home-page:not(.episode) .top .subs a:hover,
body.fot-home-app .fot-home-page:not(.episode) .top .subs a:focus-visible {
  color: var(--first);
  background: transparent;
  border: 0;
  box-shadow: none;
}
body.fot-home-app .fot-home-page:not(.episode) .top .subs i {
  font-style: normal;
  color: rgba(200,198,212,.35);
  font-size: 11px;
}

/* —— Featured well B: art LEFT 200×200, copy RIGHT, top-aligned —— */
body.fot-home-app .fot-home-page .feat {
  margin: 0 48px;
  background: var(--card);
  border-radius: 16px;
  padding: 28px 32px;
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 36px;
  align-items: start;
  box-shadow: 0 0 0 1px rgba(200,198,212,.10), 0 18px 40px rgba(0,0,0,.28);
}
body.fot-home-app .fot-home-page .feat .art {
  width: 200px;
  height: 200px;
  border-radius: 12px;
  overflow: hidden;
  background: #000;
  flex: 0 0 200px;
  margin-top: 4px;
}
body.fot-home-app .fot-home-page .feat .art img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border: 0;
  max-width: none;
}
body.fot-home-app .fot-home-page .feat-copy {
  min-width: 0;
}
body.fot-home-app .fot-home-page .feat .k {
  font-size: 11px;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--first);
  font-weight: 500;
  margin-bottom: 16px;
}
body.fot-home-app .fot-home-page .feat h2 {
  font-family: "Playfair Display", serif;
  font-size: 44px;
  line-height: 1.06;
  font-weight: 500;
  color: var(--ivory);
  margin-bottom: 6px;
  letter-spacing: -.01em;
}

/* —— Episode B card: 320×320 art LEFT —— */
body.fot-home-app .fot-home-page.episode .mast {
  padding: 28px 48px 18px;
}
body.fot-home-app .fot-home-page.episode .kicker {
  font-size: 11px;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--mist);
  font-weight: 500;
  line-height: 1.45;
}
body.fot-home-app .fot-home-page.episode .kicker a {
  color: var(--mist);
}
body.fot-home-app .fot-home-page.episode .kicker a:hover,
body.fot-home-app .fot-home-page.episode .kicker a:focus-visible {
  color: var(--ivory);
  background: transparent;
}
body.fot-home-app .fot-home-page.episode .kicker span {
  margin: 0 8px;
  color: rgba(200,198,212,.45);
}
body.fot-home-app .fot-home-page.episode .slab {
  margin: 0 48px;
  background: var(--card);
  border-radius: 16px;
  padding: 28px 32px;
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 36px;
  align-items: start;
  box-shadow: 0 0 0 1px rgba(200,198,212,.10), 0 18px 40px rgba(0,0,0,.28);
}
body.fot-home-app .fot-home-page.episode .slab .art {
  width: 320px;
  height: 320px;
  border-radius: 12px;
  overflow: hidden;
  background: #000;
  flex: 0 0 320px;
}
body.fot-home-app .fot-home-page.episode .slab .art img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border: 0;
  max-width: none;
}
body.fot-home-app .fot-home-page.episode .copy {
  min-width: 0;
}
body.fot-home-app .fot-home-page.episode h1 {
  font-family: "Playfair Display", serif;
  font-size: 44px;
  line-height: 1.06;
  font-weight: 500;
  color: var(--ivory);
  margin-bottom: 6px;
  letter-spacing: -.01em;
}

/* Shared identity lockup (64px circle + names) */
body.fot-home-app .fot-home-page .idhead {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 22px;
}
body.fot-home-app .fot-home-page .idhead img {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center 20%;
  display: block;
  flex: 0 0 64px;
  box-shadow: 0 0 0 1px rgba(244,241,234,.22);
  background: var(--night);
  border: 0;
}
body.fot-home-app .fot-home-page .idhead .names {
  min-width: 0;
}
body.fot-home-app .fot-home-page .idhead .by {
  font-family: Inter, "Liberation Sans", sans-serif;
  font-size: 14px;
  color: var(--mist);
  font-weight: 500;
}
body.fot-home-app .fot-home-page .idhead .by b {
  color: var(--ivory);
  font-weight: 500;
}
body.fot-home-app .fot-home-page .idhead .by time {
  font-weight: 500;
}

/* Listen B player — one indigo play. Real control. */
body.fot-home-app .fot-home-page .player {
  display: flex;
  align-items: center;
  gap: 14px;
  background: none;
  border-radius: 0;
  padding: 0;
  margin: 0;
  box-shadow: none;
  pointer-events: auto;
}
body.fot-home-app .fot-home-page .player audio {
  display: none;
}
body.fot-home-app .fot-home-page .play {
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  border-radius: 50%;
  background: var(--indigo);
  color: #fff;
  border: 0;
  display: grid;
  place-items: center;
  cursor: pointer;
  padding: 0;
  box-shadow: none;
}
body.fot-home-app .fot-home-page .play svg {
  display: block;
  margin-left: 2px;
}
body.fot-home-app .fot-home-page .play.on svg {
  margin-left: 0;
}
body.fot-home-app .fot-home-page .play:hover,
body.fot-home-app .fot-home-page .play:focus-visible {
  background: var(--indigo);
  color: #fff;
  box-shadow: 0 0 0 1px var(--first);
  outline: none;
}
body.fot-home-app .fot-home-page .back,
body.fot-home-app .fot-home-page .speed {
  appearance: none;
  background: transparent;
  border: 0;
  box-shadow: none;
  padding: 0 2px;
  margin: 0;
  color: var(--ivory);
  font-family: Inter, "Liberation Sans", sans-serif;
  font-weight: 500;
  font-size: 12.5px;
  cursor: pointer;
  letter-spacing: 0;
  line-height: 1;
  height: 28px;
  white-space: nowrap;
}
body.fot-home-app .fot-home-page .speed {
  min-width: 36px;
  text-align: center;
}
body.fot-home-app .fot-home-page .back:hover,
body.fot-home-app .fot-home-page .back:focus-visible,
body.fot-home-app .fot-home-page .speed:hover,
body.fot-home-app .fot-home-page .speed:focus-visible {
  color: var(--first);
  background: transparent;
  outline: none;
}
body.fot-home-app .fot-home-page .prog {
  position: relative;
  flex: 1 1 auto;
  min-width: 72px;
  height: 18px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
body.fot-home-app .fot-home-page .track {
  display: block;
  width: 100%;
  height: 3px;
  background: rgba(200,198,212,.30);
  border-radius: 99px;
  overflow: hidden;
}
body.fot-home-app .fot-home-page .track i {
  display: block;
  height: 100%;
  width: 0%;
  background: #C4BEF2;
  border-radius: 99px;
}
body.fot-home-app .fot-home-page .head {
  position: absolute;
  top: 50%;
  left: 0%;
  width: 10px;
  height: 10px;
  background: var(--ivory);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  box-shadow: 0 0 0 1px rgba(10,11,28,.25);
  font-weight: 400;
}
body.fot-home-app .fot-home-page .times {
  font-family: Inter, "Liberation Sans", sans-serif;
  font-size: 12.5px;
  font-weight: 400;
  color: var(--mist);
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
  letter-spacing: 0.01em;
  flex: 0 0 auto;
}

body.fot-home-app .fot-home-page .preview {
  margin-top: 22px;
  font-family: Inter, "Liberation Sans", sans-serif;
  font-size: 15.5px;
  line-height: 1.55;
  color: var(--ivory);
  font-weight: 400;
}
body.fot-home-app .fot-home-page .preview p + p {
  margin-top: 0.9em;
}

body.fot-home-app .fot-home-page .acts {
  display: flex;
  align-items: baseline;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 16px;
}
body.fot-home-app .fot-home-page .acts a {
  font-family: Inter, "Liberation Sans", sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: var(--mist);
  background: none;
  border: 0;
  padding: 0;
}
body.fot-home-app .fot-home-page .acts a:hover,
body.fot-home-app .fot-home-page .acts a:focus-visible {
  color: var(--first);
  background: none;
}
body.fot-home-app .fot-home-page .acts i {
  font-style: normal;
  color: rgba(200,198,212,.35);
  font-size: 11px;
}

/* Episode below-card: All episodes caret FIRST, then Subscribe A ghost pills on Night.
   Not inside the card. One indigo = play only. */
body.fot-home-app .fot-home-page.episode .below {
  padding: 22px 48px 72px;
}
body.fot-home-app .fot-home-page.episode a.go {
  display: inline-flex;
  align-items: center;
  color: var(--ivory);
  font-family: Inter, "Liberation Sans", sans-serif;
  font-size: 13px;
  font-weight: 500;
  border-bottom: 1px solid transparent;
  padding-bottom: 1px;
  width: fit-content;
  margin-bottom: 22px;
  background: none;
  box-shadow: none;
}
body.fot-home-app .fot-home-page.episode a.go::after {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  margin-left: 7px;
  border-right: 1.5px solid currentColor;
  border-top: 1.5px solid currentColor;
  transform: rotate(45deg);
  flex: 0 0 auto;
}
body.fot-home-app .fot-home-page.episode a.go:hover,
body.fot-home-app .fot-home-page.episode a.go:focus-visible {
  color: var(--first);
  border-bottom-color: var(--first);
  background: transparent;
}
body.fot-home-app .fot-home-page.episode .below .subs {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 12px;
  width: 100%;
  flex-wrap: nowrap;
  white-space: normal;
}
body.fot-home-app .fot-home-page.episode .below .subs .lab {
  font-family: Inter, "Liberation Sans", sans-serif;
  font-size: 11px;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--mist);
  font-weight: 500;
  margin-right: 0;
}
body.fot-home-app .fot-home-page.episode .below .subs .wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  width: 100%;
}
body.fot-home-app .fot-home-page.episode .below .subs a {
  font-family: Inter, "Liberation Sans", sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: var(--ivory);
  background: transparent;
  border: 1px solid rgba(200,198,212,.28);
  border-radius: 99px;
  padding: 10px 16px;
  line-height: 1.2;
  white-space: nowrap;
  box-shadow: none;
}
body.fot-home-app .fot-home-page.episode .below .subs a:hover,
body.fot-home-app .fot-home-page.episode .below .subs a:focus-visible {
  color: var(--first);
  border-color: var(--first);
  background: transparent;
  background-image: none;
  box-shadow: none;
}
body.fot-home-app .fot-home-page.episode .below .subs i {
  display: none;
}

/* —— Compact ledger: speaker | title | Listen. No bottom image. —— */
body.fot-home-app .fot-home-page .ledger {
  padding: 36px 48px 8px;
  background: var(--night);
}
body.fot-home-app .fot-home-page .ledger-h {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(200,198,212,.16);
  margin-bottom: 2px;
}
body.fot-home-app .fot-home-page a.row {
  display: grid;
  grid-template-columns: 168px 1fr 108px 72px;
  gap: 24px;
  align-items: baseline;
  padding: 20px 0;
  border-bottom: 1px solid rgba(200,198,212,.08);
  text-decoration: none;
  color: var(--ivory);
  background: none;
}
body.fot-home-app .fot-home-page a.row .who {
  font-size: 12.5px;
  color: var(--first);
  font-weight: 500;
}
body.fot-home-app .fot-home-page a.row .ttl {
  font-size: 15.5px;
  font-weight: 600;
  color: var(--ivory);
  letter-spacing: -.01em;
}
body.fot-home-app .fot-home-page a.row time {
  font-size: 12.5px;
  color: var(--mist);
  text-align: right;
}
body.fot-home-app .fot-home-page a.row .go {
  font-size: 13px;
  color: var(--ivory);
  text-align: right;
}
body.fot-home-app .fot-home-page a.row:hover,
body.fot-home-app .fot-home-page a.row:focus-visible {
  color: var(--ivory);
  background: transparent;
  background-image: none;
  transform: none;
  filter: none;
}
body.fot-home-app .fot-home-page a.row:hover .ttl,
body.fot-home-app .fot-home-page a.row:hover .go,
body.fot-home-app .fot-home-page a.row:focus-visible .ttl,
body.fot-home-app .fot-home-page a.row:focus-visible .go {
  color: var(--first);
}
body.fot-home-app .fot-home-page a.row:hover .who,
body.fot-home-app .fot-home-page a.row:focus-visible .who {
  color: var(--first);
}
body.fot-home-app .fot-home-page a.row:hover time,
body.fot-home-app .fot-home-page a.row:focus-visible time {
  color: var(--mist);
}

/* —— Pagination (Previous · 1 · 2 … Next). Current indigo. —— */
body.fot-home-app .fot-home-page .pages {
  padding: 28px 48px 0;
  display: flex;
  align-items: baseline;
  gap: 18px;
  flex-wrap: wrap;
  font-family: Inter, "Liberation Sans", sans-serif;
  font-size: 13.5px;
}
body.fot-home-app .fot-home-page .pages a {
  color: var(--ivory);
  font-weight: 400;
  background: none;
  text-decoration: none;
}
body.fot-home-app .fot-home-page .pages a:hover,
body.fot-home-app .fot-home-page .pages a:focus-visible {
  color: var(--first);
  background: transparent;
}
body.fot-home-app .fot-home-page .pages .cur {
  color: var(--indigo);
  font-weight: 500;
}
body.fot-home-app .fot-home-page .pages a.cur:hover,
body.fot-home-app .fot-home-page .pages .cur:hover {
  color: var(--first);
}
body.fot-home-app .fot-home-page .pages i {
  font-style: normal;
  color: rgba(200,198,212,.35);
  font-size: 12px;
}

/* —— Archive years at the very bottom —— */
body.fot-home-app .fot-home-page .years {
  padding: 18px 48px 56px;
  display: flex;
  align-items: baseline;
  gap: 14px;
  flex-wrap: wrap;
}
body.fot-home-app .fot-home-page .years .lab {
  margin-right: 4px;
}
body.fot-home-app .fot-home-page .years a {
  font-size: 13.5px;
  color: var(--ivory);
  font-weight: 400;
}
body.fot-home-app .fot-home-page .years a:hover,
body.fot-home-app .fot-home-page .years a:focus-visible {
  color: var(--first);
  background: transparent;
}
body.fot-home-app .fot-home-page .years a.cur {
  color: var(--indigo);
  font-weight: 500;
}
body.fot-home-app .fot-home-page .years a.cur:hover {
  color: var(--first);
}
body.fot-home-app .fot-home-page .years i {
  font-style: normal;
  color: rgba(200,198,212,.35);
  font-size: 11px;
}

/* Landing mobile — featured stacks; 200px art centered. Ledger unchanged. */
@media (max-width: 900px) {
  body.fot-home-app .fot-home-page:not(.episode) .top .subs {
    padding: 4px 16px 20px;
    gap: 10px 12px;
    justify-content: flex-start;
    text-align: left;
  }
  body.fot-home-app .fot-home-page:not(.episode) .top .subs .lab {
    width: 100%;
    margin-bottom: 2px;
    margin-right: 0;
  }

  body.fot-home-app .fot-home-page .feat {
    display: block;
    margin: 0 16px;
    padding: 16px;
    box-shadow: 0 0 0 1px rgba(200,198,212,.10), 0 18px 40px rgba(0,0,0,.28);
  }
  body.fot-home-app .fot-home-page .feat .art {
    width: 200px;
    height: 200px;
    margin: 0 auto 16px;
    flex: none;
  }
  body.fot-home-app .fot-home-page .feat .k {
    margin-bottom: 12px;
  }
  body.fot-home-app .fot-home-page .feat h2 {
    font-family: "Playfair Display", serif;
    font-size: 26px;
    line-height: 1.08;
    font-weight: 500;
    margin-bottom: 4px;
  }
  body.fot-home-app .fot-home-page .feat .idhead {
    gap: 12px;
    margin-bottom: 16px;
  }
  body.fot-home-app .fot-home-page .feat .idhead img {
    width: 56px;
    height: 56px;
    flex-basis: 56px;
  }
  body.fot-home-app .fot-home-page .feat .idhead .by {
    font-size: 13px;
  }
  body.fot-home-app .fot-home-page .feat .player {
    gap: 10px;
    flex-wrap: nowrap;
  }
  body.fot-home-app .fot-home-page .feat .play {
    width: 44px;
    height: 44px;
    flex-basis: 44px;
  }

  body.fot-home-app .fot-home-page .ledger {
    padding: 28px 16px 8px;
  }
  body.fot-home-app .fot-home-page a.row {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 4px 12px;
    align-items: center;
    padding: 14px 0;
  }
  body.fot-home-app .fot-home-page a.row time {
    grid-column: 1;
    order: 0;
    font-size: 11px;
    color: var(--mist);
    text-align: left;
  }
  body.fot-home-app .fot-home-page a.row .who {
    grid-column: 1;
    font-size: 11px;
    color: var(--first);
    font-weight: 500;
  }
  body.fot-home-app .fot-home-page a.row .ttl {
    grid-column: 1;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: -.01em;
    line-height: 1.25;
  }
  body.fot-home-app .fot-home-page a.row .go {
    grid-column: 2;
    grid-row: 1 / 4;
    font-size: 13px;
    text-align: left;
  }

  body.fot-home-app .fot-home-page .pages {
    padding: 22px 16px 0;
    gap: 12px;
  }
  body.fot-home-app .fot-home-page .years {
    padding: 16px 16px 32px;
    gap: 12px;
  }
  body.fot-home-app .fot-home-page .years .lab {
    margin-right: 2px;
  }
}

/* Episode mobile ≤640px: art full card-width square, 48px circle. */
@media (max-width: 640px) {
  body.fot-home-app .fot-home-page.episode .mast {
    padding: 18px 16px 14px;
  }
  body.fot-home-app .fot-home-page.episode .kicker {
    letter-spacing: .18em;
  }
  body.fot-home-app .fot-home-page.episode .kicker span {
    margin: 0 7px;
  }
  body.fot-home-app .fot-home-page.episode .slab {
    display: block;
    margin: 0 16px;
    padding: 16px;
  }
  body.fot-home-app .fot-home-page.episode .slab .art {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    margin-bottom: 16px;
    flex: none;
  }
  body.fot-home-app .fot-home-page.episode .idhead {
    gap: 12px;
    margin-bottom: 16px;
  }
  body.fot-home-app .fot-home-page.episode .idhead img {
    width: 48px;
    height: 48px;
    flex-basis: 48px;
  }
  body.fot-home-app .fot-home-page.episode h1 {
    font-size: 28px;
    line-height: 1.08;
    margin-bottom: 4px;
  }
  body.fot-home-app .fot-home-page.episode .idhead .by {
    font-size: 13px;
  }
  body.fot-home-app .fot-home-page.episode .player {
    gap: 10px;
    flex-wrap: wrap;
  }
  body.fot-home-app .fot-home-page.episode .back,
  body.fot-home-app .fot-home-page.episode .speed {
    font-size: 12px;
  }
  body.fot-home-app .fot-home-page.episode .speed {
    min-width: 32px;
  }
  body.fot-home-app .fot-home-page.episode .prog {
    min-width: 56px;
  }
  body.fot-home-app .fot-home-page.episode .times {
    font-size: 12px;
  }
  body.fot-home-app .fot-home-page.episode .preview {
    margin-top: 16px;
    font-size: 15px;
  }
  body.fot-home-app .fot-home-page.episode .preview p + p {
    margin-top: 0.85em;
  }
  body.fot-home-app .fot-home-page.episode .acts {
    gap: 8px;
    margin-top: 14px;
  }
  body.fot-home-app .fot-home-page.episode .below {
    padding: 20px 16px 48px;
  }
  body.fot-home-app .fot-home-page.episode a.go {
    margin-bottom: 20px;
  }
  body.fot-home-app .fot-home-page.episode .below .subs {
    flex-direction: column;
    flex-wrap: nowrap;
    white-space: normal;
    gap: 10px;
  }
  body.fot-home-app .fot-home-page.episode .below .subs .wrap {
    gap: 8px;
  }
}

@media (min-width: 641px) and (max-width: 900px) {
  body.fot-home-app .fot-home-page.episode .mast {
    padding-left: 16px;
    padding-right: 16px;
  }
  body.fot-home-app .fot-home-page.episode .slab {
    margin-left: 16px;
    margin-right: 16px;
    grid-template-columns: 220px 1fr;
    gap: 24px;
    padding: 22px 22px;
  }
  body.fot-home-app .fot-home-page.episode .slab .art {
    width: 220px;
    height: 220px;
    flex-basis: 220px;
  }
  body.fot-home-app .fot-home-page.episode h1 {
    font-size: 32px;
  }
  body.fot-home-app .fot-home-page.episode .below {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media (min-width: 901px) and (max-width: 1200px) {
  body.fot-home-app .fot-home-page:not(.episode) .top .subs,
  body.fot-home-app .fot-home-page .ledger,
  body.fot-home-app .fot-home-page .pages,
  body.fot-home-app .fot-home-page .years {
    padding-left: 32px;
    padding-right: 32px;
  }
  body.fot-home-app .fot-home-page .feat {
    margin-left: 32px;
    margin-right: 32px;
  }
  body.fot-home-app .fot-home-page.episode .mast,
  body.fot-home-app .fot-home-page.episode .below {
    padding-left: 32px;
    padding-right: 32px;
  }
  body.fot-home-app .fot-home-page.episode .slab {
    margin-left: 32px;
    margin-right: 32px;
  }
}
