/* The Daily Butler: an editorial reading room. */
@font-face {
  font-family: Cormorant;
  src: url("/assets/fonts/cormorant-regular.woff2") format("woff2");
  font-weight: 400 600;
  font-display: swap;
}
@font-face {
  font-family: Cormorant;
  src: url("/assets/fonts/cormorant-italic.woff2") format("woff2");
  font-style: italic;
  font-weight: 400 600;
  font-display: swap;
}
@font-face {
  font-family: DM Sans;
  src: url("/assets/fonts/dm-sans.woff2") format("woff2");
  font-weight: 400 700;
  font-display: swap;
}
:root {
  --paper: #f8f5ee;
  --paper-deep: #f0ece2;
  --ink: #24232a;
  --muted: #68635d;
  --line: #d9d2c5;
  --night: #14131e;
  --gold: #d5b47a;
  --gold-dark: #8a6633;
  --serif: Cormorant, Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
  --width: 1240px;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 30px;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font: 15px/1.65 var(--sans);
  -webkit-font-smoothing: antialiased;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
input,
select {
  font: inherit;
}
button {
  cursor: pointer;
  color: inherit;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
svg {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  vertical-align: middle;
}
h1,
h2,
h3,
p {
  margin-top: 0;
}
h1,
h2,
h3 {
  font-family: var(--serif);
  font-weight: 500;
  line-height: 1.06;
}
h1 {
  font-size: clamp(46px, 5.3vw, 78px);
  letter-spacing: -0.035em;
}
h2 {
  font-size: clamp(35px, 3.4vw, 49px);
  letter-spacing: -0.025em;
}
h3 {
  font-size: 29px;
}
h1 em,
h2 em {
  font-weight: 400;
}
p {
  margin-bottom: 1.25em;
}
::selection {
  background: #dac397;
  color: #17151c;
}
:focus-visible {
  outline: 2px solid #a0712f;
  outline-offset: 5px;
}
[hidden] {
  display: none !important;
}
.container {
  width: min(var(--width), calc(100% - 112px));
  margin-inline: auto;
}
.eyebrow {
  font: 500 10px/1.6 var(--sans);
  letter-spacing: 0.18em;
  margin: 0 0 15px;
}
.text-link,
.quiet-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  line-height: 1.5;
}
.text-link {
  border-bottom: 1px solid #b9a88b;
  padding-bottom: 5px;
  font-weight: 500;
}
.text-link svg,
.quiet-link svg {
  width: 17px;
  height: 17px;
}
.text-link:hover,
.quiet-link:hover {
  color: var(--gold-dark);
}
.quiet-link {
  color: var(--muted);
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  padding: 13px 21px;
  border: 1px solid var(--night);
  background: var(--night);
  color: var(--paper);
  font: 500 12px/1.5 var(--sans);
  transition: background 0.18s;
}
.button:hover {
  background: #34303f;
}
.button-gold {
  background: var(--gold);
  color: var(--night);
  border-color: var(--gold);
}
.button-gold:hover {
  background: #e4c995;
}
.actions {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}
.fine-print {
  font-size: 11px;
  line-height: 1.7;
  color: var(--muted);
}
.lead {
  font-size: 18px;
  line-height: 1.65;
}
.skip {
  position: fixed;
  top: -100px;
  left: 20px;
  z-index: 100;
  background: var(--paper);
  padding: 14px;
}
.skip:focus {
  top: 8px;
}
.site-header {
  background: var(--night);
  color: #efebe3;
  border-bottom: 1px solid #ffffff14;
}
.masthead {
  height: 96px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 15px;
  flex-shrink: 0;
}
.brand img {
  width: 66px;
  height: 66px;
  object-fit: contain;
}
.brand > span {
  font: 500 26px/1.15 var(--serif);
  letter-spacing: 0.015em;
}
.brand small {
  display: block;
  font: 400 8px/1.5 var(--sans);
  letter-spacing: 0.23em;
  margin-top: 7px;
  color: #c0b6a5;
}
.nav-links {
  display: flex;
  align-items: center;
  gap: 31px;
  font-size: 12px;
}
.nav-links a {
  padding: 10px 0;
  color: #c8c2bb;
  white-space: nowrap;
}
.nav-links a:hover,
.nav-links [aria-current] {
  color: #f2d19a;
}
.nav-links [aria-current] {
  box-shadow: 0 1px var(--gold);
}
.nav-links .nav-follow {
  border: 1px solid #766448;
  padding: 10px 15px;
  color: #eed5ac;
  display: flex;
  gap: 16px;
  align-items: center;
  margin-left: 14px;
}
.nav-follow svg {
  width: 17px;
}
.menu-toggle {
  display: none;
}
.channel-banner {
  background: #0f1018;
  border-bottom: 1px solid #8b6c3d;
}
.channel-banner img {
  width: 100%;
  height: clamp(285px, 29vw, 480px);
  object-fit: cover;
  object-position: center 52%;
}
.introduction {
  padding: 45px 0 48px;
}
.intro-grid {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 90px;
  align-items: center;
}
.intro-grid h1 {
  font-size: clamp(40px, 4.15vw, 62px);
  margin-bottom: 0;
  line-height: 1.02;
}
.intro-grid .eyebrow {
  color: var(--gold-dark);
  margin-bottom: 13px;
}
.intro-copy p {
  color: var(--muted);
  font-size: 15px;
  max-width: 460px;
  margin-bottom: 22px;
}
.intro-copy i {
  color: var(--ink);
}
.platform-strip {
  border-block: 1px solid var(--line);
  background: var(--paper-deep);
}
.platform-strip > .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  padding-block: 19px;
}
.platform-strip .eyebrow {
  margin: 0;
  font-size: 9px;
  color: var(--muted);
}
.platforms {
  display: flex;
  gap: 28px;
  flex-wrap: wrap;
}
.platforms a {
  display: flex;
  gap: 9px;
  align-items: center;
  font-size: 12px;
  font-weight: 500;
}
.platforms a:hover {
  color: var(--gold-dark);
}
.platforms svg {
  width: 20px;
  height: 20px;
}
.section {
  padding-block: 65px;
}
.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 22px;
  margin-bottom: 30px;
}
.section-heading h2 {
  margin: 0;
}
.section-heading > .eyebrow {
  margin: 0;
}
.section-heading time {
  font-size: 11px;
  color: var(--muted);
}
.section-heading .eyebrow {
  color: var(--gold-dark);
}
.featured-episode {
  display: grid;
  grid-template-columns: 1.12fr 1fr;
  align-items: center;
  gap: 55px;
}
.featured-image {
  position: relative;
  display: block;
  background: var(--night);
  align-self: start;
}
.featured-image img {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: contain;
}
.image-action {
  display: flex;
  align-items: center;
  gap: 10px;
  background: var(--night);
  color: var(--paper);
  padding: 14px 18px;
  font-size: 11px;
}
.image-action > span {
  margin-left: auto;
  color: #ccbd9f;
}
.image-action svg {
  width: 15px;
  height: 15px;
}
.featured-copy h2 {
  font-size: clamp(36px, 3.7vw, 54px);
  margin-bottom: 16px;
}
.featured-copy h2 a:hover {
  color: var(--gold-dark);
}
.excerpt {
  font-family: Georgia, serif;
  font-size: 15px;
  line-height: 1.8;
  color: var(--muted);
}
.featured-copy > .text-link {
  margin-top: 20px;
}
.recent-section {
  padding-top: 20px;
}
.episode-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 40px 30px;
}
.episode-card {
  min-width: 0;
}
.card-image {
  position: relative;
  display: block;
  background: var(--night);
  overflow: hidden;
}
.card-image img {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: contain;
  transition: opacity 0.2s;
}
.card-image:hover img {
  opacity: 0.86;
}
.duration {
  position: absolute;
  right: 9px;
  bottom: 9px;
  font-size: 10px;
  line-height: 1.5;
  padding: 3px 7px;
  background: #111018e6;
  color: white;
  font-variant-numeric: tabular-nums;
}
.card-meta {
  display: flex;
  gap: 12px;
  justify-content: space-between;
  font-size: 10px;
  color: var(--muted);
  margin: 16px 0 9px;
}
.card-meta span {
  white-space: nowrap;
}
.episode-card h3 {
  font-size: 28px;
  line-height: 1.15;
  margin: 0 0 15px;
}
.episode-card h3 a:hover {
  color: var(--gold-dark);
}
.card-listen {
  font-size: 11px;
}
.card-listen svg {
  width: 15px;
}
.audio-player {
  padding: 19px 0;
  border-block: 1px solid var(--line);
  margin-top: 24px;
}
.audio-player audio {
  width: 100%;
  height: 42px;
}
.player-controls {
  display: flex;
  align-items: center;
  gap: 15px;
}
.play-button {
  border: 0;
  background: var(--night);
  color: var(--paper);
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border-radius: 50%;
}
.play-button svg {
  width: 19px;
  fill: currentColor;
  stroke-width: 1;
}
.play-button[data-playing="true"] svg {
  display: none;
}
.play-button[data-playing="true"]::after {
  content: "Ⅱ";
  font-size: 19px;
  line-height: 1;
}
.player-track {
  flex: 1;
  min-width: 0;
}
.player-label {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  font-size: 10px;
  margin-bottom: 8px;
}
.player-time {
  white-space: nowrap;
  color: var(--muted);
  font-variant-numeric: tabular-nums;
}
.player-track input {
  width: 100%;
  height: 3px;
  display: block;
  accent-color: var(--gold-dark);
  margin: 8px 0;
  cursor: pointer;
}
.speed-button {
  font-size: 11px;
  background: transparent;
  border: 1px solid var(--line);
  min-width: 35px;
  height: 29px;
}
.player-error {
  font-size: 12px;
  margin: 12px 0 0;
  color: #883b27;
}
.player-error a {
  text-decoration: underline;
}
.library-section {
  background: var(--night);
  color: var(--paper);
  padding: 64px 0;
  margin-top: 10px;
}
.library-grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 90px;
  align-items: center;
}
.library-title {
  position: relative;
  padding-left: 35px;
  border-left: 1px solid #aa8750;
}
.library-title .eyebrow {
  color: var(--gold);
}
.library-title h2 {
  font-size: 56px;
  margin-bottom: 0;
}
.edition-number {
  float: right;
  font: 400 20px var(--serif);
  color: var(--gold);
  margin-right: 30px;
}
.library-copy p {
  color: #bdb7af;
  max-width: 480px;
}
.library-copy .lead {
  font: 400 28px/1.25 var(--serif);
  color: var(--paper);
  margin-bottom: 15px;
}
.library-copy .text-link {
  color: var(--gold);
}
.library-copy .fine-print {
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 10px;
}
.follow-section {
  padding: 70px 0;
}
.follow-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 90px;
  align-items: center;
}
.follow-inner h2 {
  margin-bottom: 12px;
}
.follow-inner p:not(.eyebrow) {
  color: var(--muted);
  font-size: 14px;
  margin: 0;
}
.follow-inner .eyebrow {
  color: var(--gold-dark);
}
.follow-inner .platforms {
  gap: 15px 28px;
}
.follow-inner .platforms a {
  min-width: 130px;
  padding-block: 8px;
}
.follow-inner .quiet-link {
  margin-top: 20px;
  font-size: 11px;
}
.site-footer {
  border-top: 1px solid var(--line);
  padding: 30px 0 22px;
}
.footer-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
.site-footer .brand img {
  width: 54px;
  height: 54px;
}
.site-footer .brand > span {
  font-size: 22px;
}
.site-footer .brand small {
  color: var(--muted);
  font-size: 7px;
}
.footer-links {
  display: flex;
  gap: 25px;
  font-size: 11px;
}
.footer-links a:hover {
  text-decoration: underline;
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid var(--line);
  padding-top: 20px;
  margin-top: 26px;
  font-size: 9px;
  color: var(--muted);
}
.footer-bottom p {
  margin: 0;
}
.page-heading {
  padding-top: 65px;
  padding-bottom: 43px;
}
.page-heading .eyebrow {
  color: var(--gold-dark);
}
.page-heading h1 {
  margin-bottom: 22px;
}
.page-heading > p:not(.eyebrow) {
  color: var(--muted);
  max-width: 620px;
  line-height: 1.8;
}
.page-heading > .button {
  margin-top: 12px;
}
.archive-content {
  padding-bottom: 40px;
}
.archive-toolbar {
  display: flex;
  gap: 25px;
  justify-content: space-between;
  border-block: 1px solid var(--line);
  padding: 18px 0;
}
.search-box {
  display: flex;
  align-items: center;
  gap: 13px;
  flex: 1;
  max-width: 620px;
}
.search-box input {
  width: 100%;
  background: transparent;
  border: 0;
  padding: 10px 0;
  color: var(--ink);
  font-size: 14px;
}
.search-box svg {
  color: var(--gold-dark);
}
.month-filter {
  display: flex;
  gap: 15px;
  align-items: center;
  font-size: 11px;
  color: var(--muted);
}
.month-filter select {
  border: 1px solid var(--line);
  background: var(--paper);
  padding: 10px 30px 10px 12px;
  color: var(--ink);
}
.collection-meta {
  display: flex;
  justify-content: space-between;
  font-size: 10px;
  margin: 22px 0;
  letter-spacing: 0.06em;
  color: var(--muted);
}
.empty-state {
  text-align: center;
  padding: 70px 20px;
}
.empty-state p {
  color: var(--muted);
}
.about-banner img {
  width: 100%;
  height: 370px;
  object-fit: cover;
  object-position: center 52%;
}
.about-layout {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 90px;
  padding-block: 60px;
}
.about-layout aside {
  border-top: 1px solid var(--gold-dark);
  padding-top: 25px;
}
.about-layout aside p:not(.eyebrow) {
  font: 400 27px/1.4 var(--serif);
}
.prose {
  max-width: 690px;
  font-size: 16px;
  line-height: 1.85;
  color: var(--muted);
}
.prose h2 {
  color: var(--ink);
  font-size: 36px;
  margin: 38px 0 20px;
}
.prose h2:first-child {
  margin-top: 0;
}
.prose a {
  color: var(--ink);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.prose .source-note {
  font-size: 11px;
  line-height: 1.8;
}
.follow-page {
  display: grid;
  grid-template-columns: 0.85fr 1fr;
  gap: 95px;
  align-items: center;
  padding-block: 80px;
}
.follow-page h1 {
  font-size: 65px;
  margin: 20px 0;
}
.follow-page .lead {
  font-size: 16px;
  color: var(--muted);
}
.follow-page .platforms {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
}
.follow-page .platforms a {
  padding: 19px 0;
  border-bottom: 1px solid var(--line);
}
.follow-page .fine-print {
  margin-top: 18px;
}
.email-note {
  margin-top: 35px;
  padding-top: 25px;
  border-top: 1px solid var(--line);
}
.email-note h2 {
  font-size: 30px;
  margin-bottom: 10px;
}
.email-note p {
  font-size: 13px;
  color: var(--muted);
}
.podcast-cover img {
  width: 100%;
  height: auto;
}
.error-page {
  min-height: 65vh;
}
.error-page .actions {
  margin-top: 30px;
}
.back-link {
  font-size: 11px;
  color: var(--muted);
}
.back-link:hover {
  color: var(--gold-dark);
}
.episode-heading {
  padding-top: 34px;
  padding-bottom: 38px;
}
.episode-heading .eyebrow {
  margin-top: 35px;
  color: var(--gold-dark);
}
.episode-heading .eyebrow span {
  margin: 0 9px;
}
.episode-heading h1 {
  max-width: 1050px;
  font-size: clamp(42px, 5.4vw, 75px);
  margin-bottom: 18px;
}
.episode-heading > p:last-child {
  color: var(--muted);
  margin-bottom: 0;
}
.episode-layout {
  display: grid;
  grid-template-columns: 2.2fr 1fr;
  gap: 55px;
  align-items: start;
}
.video-player {
  aspect-ratio: 16/9;
  background: var(--night);
  position: relative;
}
.video-player img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.video-launch {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.video-launch img {
  transition: filter 0.2s;
}
.video-launch:hover img {
  filter: brightness(0.75);
}
.video-play {
  position: absolute;
  bottom: 18px;
  left: 18px;
  background: var(--paper);
  color: var(--ink);
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 12px 17px;
  font-size: 11px;
  box-shadow: 0 1px 12px #0004;
}
.video-play svg {
  width: 16px;
  fill: currentColor;
}
.video-player iframe {
  border: 0;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.episode-layout .audio-player {
  margin-top: 0;
}
.episode-actions {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 22px;
}
.episode-actions a {
  font-size: 11px;
}
.episode-reflection {
  border-top: 1px solid var(--gold-dark);
  padding-top: 23px;
}
.episode-reflection .eyebrow {
  color: var(--gold-dark);
}
blockquote {
  margin: 0;
}
.episode-reflection blockquote {
  font: italic 400 27px/1.38 var(--serif);
  margin: 20px 0 26px;
}
.episode-notes {
  border-bottom: 1px solid var(--line);
  padding: 22px 0;
  margin-top: 20px;
  font-size: 12px;
  color: var(--muted);
}
.episode-notes summary {
  cursor: pointer;
  color: var(--ink);
}
.episode-notes > div {
  padding-top: 20px;
}
.episode-notes p {
  white-space: pre-line;
  overflow-wrap: anywhere;
}
.calendar-layout {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  gap: 65px;
  padding-bottom: 70px;
}
.month-index {
  align-self: start;
  position: sticky;
  top: 25px;
  padding-top: 25px;
  border-top: 1px solid var(--gold-dark);
}
.month-index > a {
  display: block;
  padding: 6px 0;
  font-size: 13px;
}
.month-index > a:hover {
  color: var(--gold-dark);
}
.month-index .fine-print {
  margin-top: 22px;
}
.calendar-month {
  padding-bottom: 42px;
  scroll-margin-top: 25px;
}
.month-heading {
  display: flex;
  gap: 17px;
  align-items: center;
  border-top: 1px solid var(--line);
  padding: 23px 0;
}
.month-heading > span {
  font-size: 11px;
  color: var(--gold-dark);
}
.month-heading h2 {
  font-size: 40px;
  margin: 0;
}
.month-heading .quiet-link {
  margin-left: auto;
  font-size: 10px;
}
.calendar-day {
  display: flex;
  align-items: baseline;
  gap: 22px;
  padding: 13px 4px;
  border-bottom: 1px solid #e4ded3;
  font: 400 20px/1.35 var(--serif);
}
.calendar-day:hover {
  background: var(--paper-deep);
}
.calendar-day .day-number {
  font: 400 11px var(--sans);
  color: var(--gold-dark);
  width: 21px;
  flex-shrink: 0;
}
.calendar-day > svg {
  margin-left: auto;
  align-self: center;
  width: 15px;
  color: var(--muted);
  flex-shrink: 0;
}
.calendar-day > span:nth-child(2) {
  flex: 1;
}
.reader-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-block: 25px;
  border-bottom: 1px solid var(--line);
}
.reader-tools {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 10px;
  color: var(--muted);
}
.reader-tools > span {
  margin-right: 8px;
}
.reader-tools button {
  border: 1px solid var(--line);
  background: transparent;
  width: 33px;
  height: 31px;
  font-family: Georgia, serif;
  font-size: 14px;
}
.reader-tools button:hover {
  background: var(--paper-deep);
}
.reader-tools button:disabled {
  opacity: 0.35;
  cursor: default;
}
.reading {
  max-width: 730px;
  width: calc(100% - 48px);
  margin: 55px auto 75px;
}
.reading-heading {
  text-align: center;
  margin-bottom: 34px;
}
.reading-heading .eyebrow {
  color: var(--gold-dark);
  font-size: 10px;
}
.reading-heading h1 {
  font-size: 70px;
  margin: 15px 0;
}
.reading-heading > p:last-child {
  font-size: 11px;
  color: var(--muted);
}
.reading-heading > p span {
  margin: 0 8px;
}
.reading-listen {
  display: flex;
  justify-content: center;
  padding: 17px 0;
  border-block: 1px solid var(--line);
  margin-bottom: 45px;
}
.reading-listen .text-link {
  font-size: 11px;
  border: 0;
  padding: 0;
}
.reading-listen > span {
  font-size: 9px;
  letter-spacing: 0.12em;
  color: var(--muted);
}
.reading-entry {
  padding: 0 0 26px;
}
.reading-entry h2 {
  font-size: 36px;
  line-height: 1.2;
  margin-bottom: 24px;
}
.reading-body {
  font:
    400 var(--reading-size, 18px)/1.9 Georgia,
    serif;
}
.reading-body p {
  margin-bottom: 1.3em;
}
.reading-entry > p:first-of-type::first-letter {
  float: left;
  font-family: var(--serif);
  font-size: 4em;
  line-height: 0.9;
  padding: 6px 10px 0 0;
  color: var(--gold-dark);
}
.reading-reflection {
  border-left: 2px solid #b39362;
  padding: 8px 0 8px 28px;
  margin: 32px 0 15px;
}
.reading-reflection h3 {
  font: 500 10px var(--sans);
  text-transform: uppercase;
  letter-spacing: 0.17em;
  color: var(--gold-dark);
  margin: 0 0 13px;
}
.reading-reflection p {
  font-style: italic;
  font-size: 0.95em;
  margin: 0;
}
.source-note {
  color: var(--muted);
  font-size: 10px;
  line-height: 1.7;
  margin-top: 25px;
}
.reading-nav {
  border-top: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-top: 25px;
  margin-top: 35px;
}
.reading-nav > a:last-child {
  text-align: right;
}
.reading-nav span {
  display: block;
  font-size: 9px;
  letter-spacing: 0.12em;
  color: var(--muted);
}
.reading-nav strong {
  display: block;
  font: 500 30px var(--serif);
  margin-top: 7px;
}
.reading-nav a:hover strong {
  color: var(--gold-dark);
}
@media (min-width: 1700px) {
  .channel-banner {
    max-width: 1920px;
    margin-inline: auto;
  }
}
@media (max-width: 1100px) {
  .container {
    width: calc(100% - 64px);
  }
  .nav-links {
    gap: 20px;
  }
  .nav-links .nav-follow {
    margin-left: 0;
  }
  .brand > span {
    font-size: 23px;
  }
  .brand img {
    width: 56px;
    height: 56px;
  }
  .intro-grid {
    gap: 40px;
  }
  .featured-episode {
    gap: 32px;
  }
  .episode-grid {
    gap: 35px 23px;
  }
  .library-grid,
  .follow-inner {
    gap: 45px;
  }
  .episode-layout {
    gap: 35px;
    grid-template-columns: 2fr 1fr;
  }
  .follow-page {
    gap: 50px;
  }
  .follow-page h1 {
    font-size: 55px;
  }
}
@media (max-width: 850px) {
  .masthead {
    height: 83px;
    position: relative;
  }
  .menu-toggle {
    display: flex;
    gap: 15px;
    align-items: center;
    background: none;
    border: 1px solid #766448;
    color: #e5d6bb;
    font-size: 12px;
    padding: 8px 11px;
  }
  .menu-toggle span {
    font-size: 14px;
  }
  .nav-links {
    display: none;
    position: absolute;
    top: 82px;
    left: -32px;
    right: -32px;
    z-index: 25;
    background: var(--night);
    padding: 18px 32px 25px;
    border-bottom: 1px solid #766448;
  }
  .nav-links.open {
    display: flex;
    align-items: stretch;
    flex-direction: column;
    gap: 4px;
  }
  .nav-links a {
    padding: 11px 0;
  }
  .nav-links .nav-follow {
    margin-top: 10px;
    justify-content: space-between;
  }
  .channel-banner img {
    height: 300px;
  }
  .intro-grid {
    gap: 35px;
  }
  .intro-grid h1 {
    font-size: 43px;
  }
  .intro-copy p {
    font-size: 13px;
  }
  .intro-copy .actions {
    gap: 14px;
  }
  .platform-strip > .container {
    flex-direction: column;
    gap: 12px;
    align-items: start;
  }
  .platforms {
    gap: 20px;
  }
  .featured-episode {
    grid-template-columns: 1fr 1fr;
  }
  .featured-copy h2 {
    font-size: 36px;
  }
  .excerpt {
    font-size: 13px;
  }
  .player-label {
    flex-wrap: wrap;
    gap: 2px;
  }
  .player-label > span:first-child {
    width: 100%;
  }
  .episode-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .library-title h2 {
    font-size: 44px;
  }
  .edition-number {
    display: none;
  }
  .library-copy .actions {
    gap: 20px;
  }
  .library-copy .lead {
    font-size: 25px;
  }
  .follow-inner {
    gap: 35px;
  }
  .footer-top {
    align-items: start;
  }
  .footer-links {
    flex-wrap: wrap;
    gap: 14px 22px;
    justify-content: end;
    max-width: 270px;
  }
  .footer-bottom {
    flex-direction: column;
    gap: 7px;
  }
  .episode-layout {
    grid-template-columns: 1fr;
  }
  .episode-reflection {
    margin-top: 15px;
    max-width: 650px;
  }
  .episode-reflection blockquote {
    font-size: 29px;
  }
  .episode-layout .player-label {
    flex-wrap: nowrap;
  }
  .episode-layout .player-label > span:first-child {
    width: auto;
  }
  .about-layout {
    gap: 35px;
    grid-template-columns: 1fr 2fr;
  }
  .about-banner img {
    height: 280px;
  }
  .calendar-layout {
    grid-template-columns: 145px minmax(0, 1fr);
    gap: 32px;
  }
  .follow-page {
    grid-template-columns: 1fr 1.2fr;
    gap: 35px;
  }
  .follow-page h1 {
    font-size: 45px;
  }
}
@media (max-width: 600px) {
  .container {
    width: calc(100% - 40px);
  }
  .masthead {
    height: 78px;
  }
  .brand {
    gap: 11px;
  }
  .brand img {
    width: 49px;
    height: 49px;
  }
  .brand > span {
    font-size: 24px;
  }
  .brand small {
    font-size: 7px;
    letter-spacing: 0.17em;
  }
  .menu-toggle {
    font-size: 11px;
    gap: 10px;
    padding: 7px 10px;
  }
  .nav-links {
    top: 77px;
    left: -20px;
    right: -20px;
    padding-inline: 20px;
  }
  .channel-banner img {
    height: auto;
    aspect-ratio: 16/9;
    object-fit: contain;
  }
  .introduction {
    padding: 32px 0;
  }
  .intro-grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }
  .intro-grid h1 {
    font-size: 47px;
    line-height: 1.04;
  }
  .intro-grid .eyebrow {
    font-size: 9px;
  }
  .intro-copy p {
    font-size: 14px;
    line-height: 1.75;
    max-width: 100%;
    margin-bottom: 22px;
  }
  .intro-copy .actions {
    gap: 24px;
  }
  .button {
    padding: 12px 17px;
    font-size: 11px;
  }
  .platform-strip > .container {
    align-items: center;
    padding-block: 18px;
    gap: 14px;
  }
  .platform-strip .eyebrow {
    font-size: 8px;
  }
  .platform-strip .platforms {
    gap: 12px 22px;
    justify-content: center;
  }
  .platform-strip .platforms a {
    font-size: 10px;
  }
  .platforms svg {
    width: 17px;
    height: 17px;
  }
  .section {
    padding-block: 38px;
  }
  .section-heading {
    margin-bottom: 23px;
    align-items: end;
    gap: 15px;
  }
  .section-heading > .eyebrow {
    font-size: 9px;
  }
  .section-heading time {
    font-size: 10px;
  }
  .section-heading .text-link {
    font-size: 10px;
    gap: 5px;
    white-space: nowrap;
  }
  .section-heading h2 {
    font-size: 34px;
  }
  .section-heading .eyebrow {
    font-size: 9px;
    margin-bottom: 7px;
  }
  .featured-episode {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .featured-copy h2 {
    font-size: 42px;
    margin-bottom: 15px;
  }
  .excerpt {
    font-size: 15px;
  }
  .player-label {
    flex-wrap: nowrap;
  }
  .player-label > span:first-child {
    width: auto;
  }
  .audio-player {
    margin-top: 22px;
  }
  .featured-copy > .text-link {
    font-size: 12px;
  }
  .recent-section {
    padding-top: 14px;
  }
  .episode-grid {
    grid-template-columns: 1fr;
    gap: 31px;
  }
  .card-meta {
    margin: 12px 0 8px;
  }
  .episode-card h3 {
    font-size: 29px;
    margin-bottom: 10px;
  }
  .card-listen {
    font-size: 11px;
  }
  .library-section {
    padding: 40px 0;
    margin-top: 0;
  }
  .library-grid {
    grid-template-columns: 1fr;
    gap: 27px;
  }
  .library-title {
    padding-left: 22px;
  }
  .library-title h2 {
    font-size: 48px;
  }
  .library-title .eyebrow {
    font-size: 9px;
  }
  .edition-number {
    display: block;
    font-size: 21px;
    margin-right: 0;
  }
  .library-copy .lead {
    font-size: 27px;
  }
  .library-copy > p {
    font-size: 14px;
  }
  .library-copy .actions {
    gap: 20px;
  }
  .library-copy .actions a {
    font-size: 11px;
  }
  .follow-section {
    padding: 42px 0;
  }
  .follow-inner {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .follow-inner h2 {
    font-size: 40px;
  }
  .follow-inner .eyebrow {
    font-size: 9px;
  }
  .follow-inner .platforms {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 6px 15px;
  }
  .footer-top {
    flex-direction: column;
    gap: 24px;
  }
  .footer-links {
    max-width: none;
    justify-content: start;
    gap: 20px;
    font-size: 10px;
  }
  .footer-bottom {
    font-size: 8px;
    margin-top: 22px;
  }
  .site-footer {
    padding-top: 25px;
  }
  .page-heading {
    padding-top: 40px;
    padding-bottom: 30px;
  }
  .page-heading h1 {
    font-size: 51px;
  }
  .page-heading > p:not(.eyebrow) {
    font-size: 14px;
  }
  .archive-toolbar {
    flex-direction: column;
    gap: 12px;
  }
  .search-box {
    width: 100%;
    border-bottom: 1px solid var(--line);
    padding-bottom: 9px;
  }
  .month-filter {
    justify-content: space-between;
  }
  .month-filter select {
    min-width: 160px;
  }
  .collection-meta {
    font-size: 9px;
  }
  .archive-content {
    padding-bottom: 5px;
  }
  .episode-heading {
    padding-top: 23px;
    padding-bottom: 28px;
  }
  .episode-heading .eyebrow {
    margin-top: 27px;
    font-size: 9px;
  }
  .episode-heading h1 {
    font-size: 47px;
    line-height: 1.08;
  }
  .episode-heading > p:last-child {
    font-size: 13px;
  }
  .episode-actions {
    flex-wrap: wrap;
    gap: 15px;
  }
  .video-play {
    bottom: 12px;
    left: 12px;
    padding: 9px 12px;
    font-size: 10px;
  }
  .about-banner img {
    height: auto;
    aspect-ratio: 16/9;
    object-fit: contain;
  }
  .about-layout {
    grid-template-columns: 1fr;
    gap: 30px;
    padding-block: 35px;
  }
  .about-layout aside {
    display: none;
  }
  .prose {
    font-size: 15px;
  }
  .prose h2 {
    font-size: 34px;
  }
  .follow-page {
    grid-template-columns: 1fr;
    padding-block: 38px;
    gap: 28px;
  }
  .podcast-cover {
    max-width: 260px;
  }
  .follow-page h1 {
    font-size: 53px;
    margin-top: 10px;
  }
  .follow-page .lead {
    font-size: 15px;
  }
  .calendar-layout {
    display: block;
  }
  .month-index {
    position: static;
    display: flex;
    gap: 3px 15px;
    flex-wrap: wrap;
    padding: 16px 0 24px;
    border-bottom: 1px solid var(--line);
    margin-bottom: 30px;
  }
  .month-index .eyebrow {
    width: 100%;
    margin-bottom: 6px;
  }
  .month-index > a {
    font-size: 12px;
  }
  .month-index .fine-print {
    display: none;
  }
  .calendar-day {
    gap: 15px;
    font-size: 19px;
    padding-block: 13px;
  }
  .month-heading h2 {
    font-size: 37px;
  }
  .month-heading .quiet-link {
    font-size: 9px;
  }
  .reader-toolbar {
    padding-block: 18px;
  }
  .reader-tools > span {
    display: none;
  }
  .reader-tools {
    gap: 6px;
  }
  .reading {
    width: calc(100% - 44px);
    margin-top: 35px;
    margin-bottom: 45px;
  }
  .reading-heading h1 {
    font-size: 59px;
  }
  .reading-heading .eyebrow {
    font-size: 9px;
    letter-spacing: 0.12em;
  }
  .reading-heading > p:last-child {
    font-size: 10px;
  }
  .reading-entry h2 {
    font-size: 33px;
  }
  .reading-body {
    font-size: var(--reading-size, 17px);
    line-height: 1.85;
  }
  .reading-reflection {
    padding-left: 20px;
  }
  .reading-nav strong {
    font-size: 28px;
  }
  .reading-nav span {
    font-size: 8px;
  }
  .source-note {
    font-size: 9px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    transition: none !important;
  }
}
@media (max-width: 370px) {
  .masthead {
    gap: 12px;
  }
  .masthead .brand {
    gap: 8px;
  }
  .masthead .brand img {
    width: 39px;
    height: 45px;
  }
  .masthead .brand > span {
    font-size: 21px;
  }
  .masthead .brand small {
    font-size: 6px;
  }
  .menu-toggle {
    flex-shrink: 0;
    padding: 7px 8px;
    gap: 7px;
  }
  .intro-grid h1 {
    font-size: 43px;
  }
  .player-controls {
    gap: 10px;
  }
  .player-label {
    font-size: 9px;
  }
  .footer-links {
    gap: 16px;
  }
}
