:root {
  --paper: #F6F6F4;
  --cream: #F9ECCA;
  --ink: #293D2B;
  --forest: #293D2B;
  --leaf: #5E8E3B;
  --green: #7EAD4D;
  --sage: #A7C679;
  --gold: #D49F39;
  --mint: #EDFAEE;
  --muted: #5a6b5c;
  --line: #d4d6ce;
  --serif: 'Libre Caslon Display', Georgia, serif;
  --sans: 'DM Sans', Arial, sans-serif;
}

* { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  scroll-padding-top: 30px;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.65;
}

a { color: inherit; text-decoration: none; }

a:focus-visible,
button:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 5px;
}

.wrap {
  max-width: 1320px;
  margin: 0 auto;
  padding-left: 56px;
  padding-right: 56px;
}

.skip {
  position: absolute;
  left: 10px;
  top: -70px;
  background: white;
  padding: 10px;
  z-index: 99;
}
.skip:focus { top: 10px; }

.announcement {
  background: var(--forest);
  color: white;
  font-size: 13px;
  letter-spacing: .025em;
  padding: 10px 56px;
  display: flex;
  justify-content: space-between;
}
.announcement span { opacity: .75; }

.site-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 120px;
  border-bottom: 1px solid var(--line);
}

.wordmark {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font: 28px/1 var(--serif);
  letter-spacing: -.5px;
  color: var(--forest);
}
.wordmark-logo { display: block; flex-shrink: 0; }
.wordmark-text { display: block; }
.wordmark span span,
.wordmark-text > span {
  display: block;
  font: 10px/2.4 var(--sans);
  letter-spacing: 2px;
  color: var(--muted);
}

.site-header nav {
  display: flex;
  align-items: center;
  gap: 34px;
  font-size: 14px;
}
.nav-cta {
  border-bottom: 1px solid var(--leaf);
  padding: 8px 0;
  color: var(--leaf);
}
.nav-cta span { margin-left: 18px; }

.hero {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 65px;
  padding-top: 65px;
  padding-bottom: 68px;
}

.eyebrow {
  font-size: 12px;
  letter-spacing: 2px;
  font-weight: 600;
  line-height: 1.5;
  margin: 0 0 30px;
  color: var(--leaf);
}

h1, h2, h3, p { margin-top: 0; }

h1 {
  font: clamp(64px, 8.5vw, 118px)/.9 var(--serif);
  letter-spacing: -3.5px;
  color: var(--forest);
  margin-bottom: 28px;
}
h1 em { font-style: normal; color: var(--leaf); }

.hero-deck {
  font-size: 25px;
  line-height: 1.35;
  letter-spacing: -.6px;
  margin-bottom: 16px;
}

.hero-description {
  max-width: 400px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 28px;
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  background: var(--forest);
  color: #fff;
  padding: 14px 22px;
  font-size: 14px;
  font-weight: 500;
  min-height: 52px;
  transition: background .2s;
}
.button:hover { background: var(--leaf); }

.button-outline {
  background: transparent;
  color: var(--forest);
  border: 1px solid var(--line);
}
.button-outline:hover {
  background: var(--mint);
  border-color: var(--sage);
}

.hero-portrait {
  margin: 0;
  padding-top: 5px;
  align-self: center;
}

.portrait-frame {
  position: relative;
  height: 530px;
  background: #d8ddd4;
  overflow: hidden;
}
.portrait-frame img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 22%;
}

.image-kicker {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 12px 18px;
  background: var(--forest);
  color: #fff;
  font-size: 10px;
  letter-spacing: 1.5px;
  text-align: center;
}

.hero-portrait figcaption {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 16px;
  font-size: 12px;
  line-height: 1.6;
  color: var(--muted);
}
.hero-portrait figcaption strong {
  font-size: 14px;
  color: var(--ink);
  font-weight: 500;
}
.hero-portrait figcaption a {
  font-size: 13px;
  color: var(--leaf);
  border-bottom: 1px solid var(--line);
}
.hero-portrait figcaption a span { margin-left: 8px; }

.show {
  padding-top: 65px;
  padding-bottom: 70px;
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: 1fr 2.2fr;
  gap: 60px;
}

h2 {
  font: clamp(38px, 4.5vw, 64px)/1.06 var(--serif);
  letter-spacing: -1.3px;
  margin-bottom: 25px;
  color: var(--forest);
}

.section-intro {
  font-size: 18px;
  max-width: 640px;
  color: var(--muted);
}

.show-detail {
  max-width: 600px;
  color: var(--muted);
  margin-bottom: 36px;
}

.topics {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 36px;
  row-gap: 22px;
}
.topics article {
  display: flex;
  gap: 18px;
  border-top: 1px solid var(--line);
  padding-top: 22px;
}
.topics article > span {
  font-size: 12px;
  color: var(--leaf);
  line-height: 2.3;
}
.topics h3 {
  font: 27px/1.1 var(--serif);
  letter-spacing: -.35px;
  margin-bottom: 10px;
  color: var(--forest);
}
.topics p {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.7;
  margin: 0;
}

.photo-band {
  background: var(--cream);
  padding: 48px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.photo-band-layout {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 28px;
  align-items: end;
}
.office-figure,
.sign-figure {
  margin: 0;
  overflow: hidden;
  background: #d8ddd4;
}
.office-figure img,
.sign-figure img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.office-figure { aspect-ratio: 16 / 10; }
.sign-figure { aspect-ratio: 4 / 5; }
.sign-figure figcaption {
  padding: 12px 4px 0;
  font-size: 12px;
  letter-spacing: 1.2px;
  color: var(--muted);
  text-transform: uppercase;
}

.host {
  background: var(--mint);
  padding: 75px 0;
}
.host-layout {
  display: grid;
  grid-template-columns: 1fr 1.35fr;
  gap: 80px;
}
.host-name {
  font: 72px/.97 var(--serif);
  letter-spacing: -1.5px;
  color: var(--forest);
  margin: 38px 0 25px;
}
.host-title {
  font-size: 11px;
  line-height: 1.9;
  letter-spacing: 1.7px;
  color: var(--muted);
}
.host-story p {
  max-width: 570px;
  color: var(--muted);
  margin-bottom: 20px;
}

.text-link {
  display: inline-flex;
  gap: 24px;
  align-items: center;
  border-bottom: 1px solid var(--leaf);
  padding-bottom: 6px;
  font-size: 14px;
  color: var(--leaf);
  margin-top: 10px;
}
.text-link:hover { color: var(--forest); }

.episodes {
  padding-top: 72px;
  padding-bottom: 78px;
}
.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: start;
}
.edition-label {
  font-size: 11px;
  letter-spacing: 1.7px;
  color: var(--muted);
}
.episode-layout {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 60px;
  border-top: 1px solid var(--line);
  padding-top: 38px;
}
.episode-layout h2 { max-width: 420px; }
.show-art-row {
  display: flex;
  gap: 22px;
  align-items: flex-start;
  margin-top: 8px;
}
.show-art {
  width: 96px;
  height: 96px;
  object-fit: cover;
  border: 1px solid var(--line);
  flex-shrink: 0;
}
.episode-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.episode-list li {
  border-top: 1px solid var(--line);
}
.episode-list a {
  display: grid;
  grid-template-columns: 110px 1fr auto;
  gap: 16px;
  align-items: baseline;
  padding: 18px 0;
}
.episode-list a:hover .ep-title { color: var(--leaf); }
.ep-date {
  font-size: 12px;
  letter-spacing: .04em;
  color: var(--muted);
}
.ep-title {
  font-size: 15px;
  line-height: 1.45;
  color: var(--ink);
  font-weight: 500;
}
.ep-arrow {
  color: var(--leaf);
  font-size: 14px;
}

.link-note {
  font-size: 12px;
  color: var(--muted);
  margin-top: 12px;
}

.guest {
  background: var(--forest);
  color: var(--paper);
  padding: 78px 0;
}
.guest-layout {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 80px;
}
.guest .eyebrow { color: var(--sage); }
.guest h2 {
  font-size: 64px;
  line-height: .98;
  margin-bottom: 28px;
  color: var(--paper);
}
.guest h2 em {
  font-weight: 400;
  color: var(--cream);
}
.guest-layout > div > p:not(.eyebrow) {
  max-width: 410px;
  color: #c8d4c5;
}
.guest-invite {
  border-left: 1px solid #3d5340;
  padding-left: 48px;
  padding-top: 8px;
}
.guest-invite h3 {
  font: 36px/1.1 var(--serif);
  margin-bottom: 20px;
  color: var(--cream);
}
.guest-invite p,
.guest-invite li {
  font-size: 14px;
  line-height: 1.8;
}
.guest-invite ul {
  padding: 0;
  margin: 25px 0;
  list-style: none;
}
.guest-invite li {
  padding: 9px 0;
  border-bottom: 1px solid #3d5340;
  color: #e4ebe3;
}
.guest-invite .guest-boundary {
  font-size: 13px;
  color: #b7c4b5;
  margin-bottom: 24px;
}
.guest-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.button-light {
  background: var(--cream);
  color: var(--forest);
}
.button-light:hover { background: #fff; }
.button-ghost-on-dark {
  background: transparent;
  color: var(--paper);
  border: 1px solid #4a6350;
}
.button-ghost-on-dark:hover {
  background: #355038;
}
.guest-invite .link-note {
  font-size: 12px;
  color: #a8b8a6;
}
.guest-contact {
  margin-top: 18px;
  font-size: 14px;
  color: #c8d4c5;
}
.guest-contact a {
  color: var(--cream);
  border-bottom: 1px solid #4a6350;
}

.closing {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid var(--line);
}
.closing p {
  font: 36px/1.15 var(--serif);
  color: var(--forest);
  letter-spacing: -.4px;
  margin: 0;
  max-width: 640px;
}
.closing a { font-size: 12px; }
.closing a span { margin-left: 15px; }

.footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 28px;
  padding-top: 34px;
  padding-bottom: 40px;
}
.footer .wordmark { font-size: 24px; }
.footer > div {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  font-size: 12px;
}
.footer-disclaimer {
  width: 100%;
  font-size: 12px;
  line-height: 1.65;
  color: var(--muted);
  max-width: 820px;
  margin: 0;
}
.footer-copy {
  width: 100%;
  font-size: 11px;
  color: var(--muted);
  margin: 0;
}

a:hover { text-decoration-thickness: 1px; }
.site-header nav a:hover,
.footer a:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
}

@media (min-width: 1450px) {
  .hero { padding-top: 75px; padding-bottom: 80px; }
  .portrait-frame { height: 550px; }
}

@media (max-width: 1000px) and (min-width: 801px) {
  .wrap { padding-left: 35px; padding-right: 35px; }
  .hero { gap: 35px; }
  h1 { font-size: 90px; }
  .portrait-frame { height: 480px; }
  .host-layout,
  .guest-layout,
  .episode-layout { gap: 40px; }
  .show { grid-template-columns: 1fr 3fr; gap: 30px; }
  .guest h2 { font-size: 52px; }
  .photo-band-layout { gap: 18px; }
  .episode-list a { grid-template-columns: 90px 1fr auto; }
}

@media (max-width: 800px) {
  .wrap { padding-left: 25px; padding-right: 25px; }
  .announcement { padding: 9px 25px; font-size: 12px; }
  .announcement span { display: none; }
  .site-header { min-height: 95px; }
  .site-header nav { gap: 18px; }
  .site-header nav a:not(.nav-cta) { display: none; }
  .wordmark { font-size: 22px; gap: 10px; }
  .wordmark-logo { width: 42px; height: 36px; }
  .hero {
    grid-template-columns: 1fr;
    gap: 40px;
    padding-top: 45px;
    padding-bottom: 45px;
  }
  h1 {
    font-size: clamp(3.6rem, 16vw, 5.5rem);
    letter-spacing: -.04em;
  }
  .hero-deck { font-size: 22px; }
  .hero-portrait { max-width: 560px; width: 100%; }
  .portrait-frame {
    height: auto;
    aspect-ratio: 4 / 4.4;
  }
  .portrait-frame img {
    height: 100%;
    position: absolute;
    inset: 0;
  }
  .show {
    grid-template-columns: 1fr;
    gap: 0;
    padding-top: 40px;
    padding-bottom: 50px;
  }
  .show .eyebrow { margin-bottom: 25px; }
  .topics { gap: 25px; }
  .photo-band { padding: 32px 0; }
  .photo-band-layout {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .sign-figure { aspect-ratio: 16 / 11; max-width: 100%; }
  .host { padding: 50px 0; }
  .host-layout { grid-template-columns: 1fr; gap: 30px; }
  .host-name { font-size: 56px; margin: 25px 0 15px; }
  .host-story {
    border-top: 1px solid var(--line);
    padding-top: 30px;
  }
  .host-story h2 { font-size: 36px; }
  .episodes { padding-top: 50px; padding-bottom: 50px; }
  .episode-layout {
    grid-template-columns: 1fr;
    gap: 28px;
    padding-top: 25px;
  }
  .edition-label { display: none; }
  .show-art-row { flex-direction: column; }
  .episode-list a {
    grid-template-columns: 1fr auto;
    gap: 8px 12px;
  }
  .ep-date { grid-column: 1 / -1; }
  .guest { padding: 50px 0; }
  .guest-layout { grid-template-columns: 1fr; gap: 30px; }
  .guest h2 { font-size: clamp(2.6rem, 12vw, 3.4rem); }
  .guest-invite {
    padding: 30px 0 0;
    border-left: 0;
    border-top: 1px solid #3d5340;
  }
  .guest-layout > div > p:not(.eyebrow) { max-width: 100%; }
  .closing {
    padding-top: 30px;
    padding-bottom: 30px;
    gap: 25px;
    flex-wrap: wrap;
  }
  .closing p { font-size: 26px; }
  .footer { gap: 22px; padding-top: 30px; padding-bottom: 30px; }
}

@media (max-width: 400px) {
  .wrap { padding-left: 22px; padding-right: 22px; }
  .topics { grid-template-columns: 1fr; }
  .site-header .wordmark { font-size: 18px; }
  .site-header .wordmark-text > span { font-size: 8px; letter-spacing: 1px; }
  .image-kicker { font-size: 9px; letter-spacing: 1px; }
  .closing p { font-size: 22px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { transition: none !important; }
}

.photo-band-single {
  display: block;
  max-width: 960px;
  margin-inline: auto;
}
.photo-band-single .office-figure {
  margin: 0;
}
.photo-band-single .office-figure img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 2px;
}
.photo-band-single figcaption {
  margin-top: 0.75rem;
  font-size: 0.875rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
