:root {
  color-scheme: light;
  --paper: #f3efe7;
  --paper-deep: #e8e0d2;
  --ink: #2d2b26;
  --muted: #716d64;
  --olive: #66705a;
  --olive-dark: #3f4938;
  --ochre: #b88a45;
  --cream: #faf8f3;
  --line: rgba(45, 43, 38, 0.16);
  --serif: "Newsreader", Georgia, serif;
  --sans: "DM Sans", system-ui, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; }

.skip-link {
  position: fixed; left: 1rem; top: 1rem; z-index: 100; transform: translateY(-180%);
  padding: .8rem 1rem; background: var(--ink); color: white; border-radius: 2rem;
}
.skip-link:focus { transform: translateY(0); }
.visually-hidden { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.site-header {
  height: 88px; display: flex; align-items: center; justify-content: space-between;
  padding: 0 clamp(1.25rem, 5vw, 5rem); border-bottom: 1px solid var(--line);
}
.brand { display: inline-flex; align-items: center; gap: .8rem; text-decoration: none; }
.brand-logo { width: 58px; height: 58px; object-fit: contain; mix-blend-mode: multiply; }
.brand strong, .brand small { display: block; }
.brand strong { font-family: var(--serif); font-weight: 500; font-size: 1.08rem; }
.brand small { color: var(--muted); font-size: .68rem; letter-spacing: .09em; text-transform: uppercase; margin-top: .1rem; }
nav { display: flex; gap: 2rem; }
nav a { font-size: .82rem; text-decoration: none; color: var(--muted); }
nav a:hover, nav a:focus-visible { color: var(--ink); }

.hero {
  min-height: calc(100vh - 88px); padding: clamp(3rem, 8vw, 7.5rem) clamp(1.25rem, 7vw, 7rem);
  display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(300px, .75fr); align-items: center; gap: 4rem;
}
.eyebrow { margin: 0 0 1.6rem; display: flex; align-items: center; gap: .7rem; color: var(--olive-dark); font-size: .7rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow span { width: 24px; height: 1px; background: currentColor; }
h1, h2, h3 { font-family: var(--serif); font-weight: 400; margin: 0; }
h1 { max-width: 900px; font-size: clamp(3.7rem, 7.4vw, 8.2rem); line-height: .9; letter-spacing: -.045em; }
h1 em { color: var(--olive); font-weight: 400; }
.hero-intro { max-width: 590px; margin: 2rem 0; font-family: var(--serif); font-size: clamp(1.25rem, 2vw, 1.65rem); line-height: 1.35; color: #57544e; }
.primary-action { display: inline-flex; align-items: center; gap: 1.3rem; padding: 1rem 1.4rem; background: var(--ink); color: var(--cream); border-radius: 999px; text-decoration: none; font-size: .83rem; }
.primary-action span { font-size: 1.1rem; transition: transform .2s; }
.primary-action:hover span { transform: translateY(3px); }

.hero-art { position: relative; min-height: 500px; display: grid; place-items: center; }
.orbit { position: absolute; border: 1px solid rgba(63,73,56,.38); border-radius: 50%; }
.orbit-one { width: 390px; height: 390px; }
.orbit-two { width: 255px; height: 480px; transform: rotate(37deg); border-color: rgba(184,138,69,.55); }
.hero-logo-link { position: relative; z-index: 1; display: grid; justify-items: center; gap: .7rem; color: var(--olive-dark); text-decoration: none; font-size: .72rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.hero-logo-link > span { padding: .55rem .85rem; border-bottom: 1px solid currentColor; transition: color .2s, transform .2s; }
.hero-logo-link:hover > span, .hero-logo-link:focus-visible > span { color: var(--ochre); transform: translateY(-2px); }
.hero-logo { width: min(440px, 90%); height: auto; object-fit: contain; mix-blend-mode: multiply; filter: drop-shadow(18px 20px 0 rgba(184,138,69,.14)); transition: transform .25s; }
.hero-logo-link:hover .hero-logo, .hero-logo-link:focus-visible .hero-logo { transform: scale(1.015); }

.archive { background: var(--cream); padding: clamp(4.5rem, 8vw, 8rem) clamp(1.25rem, 7vw, 7rem); }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 2rem; margin-bottom: 3rem; }
.section-heading .eyebrow { margin-bottom: 1rem; }
.section-heading h2, .project h2 { font-size: clamp(2.8rem, 5vw, 5.4rem); line-height: .98; letter-spacing: -.035em; }
.section-heading > p { max-width: 430px; margin: 0; color: var(--muted); line-height: 1.65; }
.explore-toolbar { display: flex; justify-content: space-between; gap: 1rem; padding-bottom: 1.2rem; border-bottom: 1px solid var(--line); }
.search-box { width: min(480px, 100%); display: flex; align-items: center; gap: .7rem; }
.search-box svg { width: 20px; fill: none; stroke: currentColor; stroke-width: 1.5; color: var(--muted); }
.search-box input { width: 100%; border: 0; background: transparent; padding: .6rem 0; outline: none; color: var(--ink); }
.search-box input::placeholder { color: #89857c; }
.view-switch { display: flex; gap: .25rem; padding: .25rem; border: 1px solid var(--line); border-radius: 999px; }
.view-button { border: 0; background: none; color: var(--muted); padding: .55rem .85rem; border-radius: 999px; cursor: pointer; font-size: .72rem; }
.view-button.active { background: var(--olive-dark); color: white; }
.filters { display: flex; flex-wrap: wrap; gap: .55rem; margin: 1.25rem 0 .8rem; }
.filter { cursor: pointer; border: 1px solid var(--line); background: none; color: var(--muted); border-radius: 999px; padding: .52rem .9rem; font-size: .73rem; }
.filter:hover, .filter.active { border-color: var(--olive); background: #e6e9e0; color: var(--olive-dark); }
.results-status { min-height: 1.1rem; margin: .7rem 0 2rem; color: var(--muted); font-size: .73rem; }
.conversation-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.conversation-card { min-height: 380px; border: 0; padding: 1.5rem; background: var(--cream); color: var(--ink); text-align: left; cursor: pointer; display: flex; flex-direction: column; transition: background .2s, transform .2s; }
.conversation-card:hover, .conversation-card:focus-visible { background: #f0eadf; outline: none; }
.card-top { display: flex; justify-content: space-between; gap: 1rem; align-items: start; }
.episode-no { color: var(--muted); font-size: .7rem; letter-spacing: .1em; text-transform: uppercase; }
.status { padding: .35rem .6rem; border: 1px solid var(--line); border-radius: 999px; color: var(--olive-dark); font-size: .63rem; text-transform: uppercase; letter-spacing: .08em; }
.conversation-card h3 { font-size: clamp(1.85rem, 3vw, 2.75rem); line-height: 1; margin: 3.8rem 0 1rem; }
.card-guest { margin: 0; font-size: .84rem; font-weight: 600; }
.card-person { display: flex; align-items: center; gap: .7rem; min-height: 46px; }
.card-portraits { display: flex; align-items: center; flex: 0 0 auto; }
.card-portrait { width: 46px; height: 46px; flex: 0 0 auto; border-radius: 50%; object-fit: cover; object-position: center; border: 1px solid var(--line); }
.card-portraits .card-portrait + .card-portrait { margin-left: -.65rem; }
.card-summary { color: var(--muted); line-height: 1.55; font-size: .86rem; margin: .8rem 0 2rem; }
.card-bottom { display: flex; justify-content: space-between; align-items: end; gap: 1rem; margin-top: auto; }
.card-tags { display: flex; flex-wrap: wrap; gap: .4rem; }
.card-tags span { color: var(--olive-dark); font-size: .65rem; }
.card-arrow { display: grid; place-items: center; width: 38px; height: 38px; flex: 0 0 auto; border: 1px solid var(--line); border-radius: 50%; transition: .2s; }
.conversation-card:hover .card-arrow { background: var(--ink); color: white; transform: translateX(3px); }
.group-card { min-height: 240px; }
.group-card h3 { margin-top: 2.4rem; text-transform: capitalize; }
.group-count { margin-top: auto; color: var(--muted); font-size: .78rem; }
.empty-state { text-align: center; padding: 4rem 1rem; border: 1px solid var(--line); }
.empty-state button { border: 0; background: none; color: var(--olive-dark); text-decoration: underline; cursor: pointer; }

.hosts { padding: clamp(4.5rem, 8vw, 8rem) clamp(1.25rem, 7vw, 7rem); }
.hosts-heading { align-items: start; }
.host-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border: 1px solid var(--line); background: var(--line); gap: 1px; }
.host-card { min-height: 390px; display: grid; grid-template-columns: minmax(170px, .72fr) 1fr; background: var(--paper); }
.host-photo { width: 100%; height: 100%; min-height: 390px; object-fit: cover; object-position: 50% 28%; filter: saturate(.82); }
.host-card:nth-child(2) .host-photo { object-position: 50% 30%; background: var(--paper-deep); }
.host-copy { padding: clamp(1.8rem, 3vw, 3rem); display: flex; flex-direction: column; justify-content: flex-end; }
.host-role { margin: 0 0 1rem; color: var(--olive-dark); font-size: .68rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.host-card h3 { font-size: clamp(2.7rem, 4vw, 4.4rem); line-height: .95; }
.host-copy > p:last-child { margin: 1.4rem 0 0; color: var(--muted); line-height: 1.65; }

.voices { padding: clamp(4.5rem, 8vw, 8rem) clamp(1.25rem, 7vw, 7rem); }
.voices-heading { align-items: start; }
.voice-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border: 1px solid var(--line); background: var(--line); gap: 1px; }
.voice-card { min-height: 260px; padding: clamp(1.5rem, 4vw, 2.5rem); background: var(--paper); display: grid; grid-template-columns: auto 1fr; align-items: start; gap: clamp(1.2rem, 3vw, 2.5rem); }
.voice-monogram { display: grid; place-items: center; width: 64px; height: 64px; border: 1px solid var(--olive-dark); border-radius: 50%; color: var(--olive-dark); font-family: var(--serif); }
.voice-photo { width: 64px; height: 64px; border-radius: 50%; object-fit: cover; object-position: center; border: 1px solid var(--olive-dark); }
.voice-card h3 { font-size: clamp(2.2rem, 4vw, 3.6rem); line-height: 1; }
.voice-card p { max-width: 480px; margin: 1.25rem 0 0; color: var(--muted); line-height: 1.65; }
.voice-card .voice-role { margin-top: .75rem; color: var(--olive-dark); font-size: .68rem; font-weight: 600; letter-spacing: .1em; line-height: 1.5; text-transform: uppercase; }
.voice-role + p { margin-top: .85rem; }

.books { background: var(--olive-dark); color: var(--cream); padding: clamp(4.5rem, 8vw, 8rem) clamp(1.25rem, 7vw, 7rem); }
.books-heading { align-items: start; }
.books-heading > p { color: #c9cabf; }
.books .section-heading h2 { max-width: 820px; }
.book-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1px; background: rgba(255,255,255,.2); border: 1px solid rgba(255,255,255,.2); }
.book-card { min-height: 390px; padding: clamp(1.6rem, 3vw, 2.6rem); background: var(--olive-dark); display: flex; flex-direction: column; }
.book-author { margin: 0 0 2.5rem; color: #dfcba7; font-size: .68rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.book-card h3 { font-size: clamp(2.25rem, 3.4vw, 3.6rem); line-height: .95; }
.book-card > p:not(.book-author) { margin: 1.25rem 0 2rem; color: #d9d9d0; line-height: 1.65; }
.book-links { display: flex; flex-wrap: wrap; gap: .6rem; margin-top: auto; }
.book-links a { display: inline-flex; align-items: center; gap: .55rem; padding: .72rem 1rem; border: 1px solid rgba(255,255,255,.28); border-radius: 999px; color: var(--cream); text-decoration: none; font-size: .75rem; transition: background .2s, color .2s, border-color .2s; }
.book-links a:hover, .book-links a:focus-visible { background: #dfcba7; border-color: #dfcba7; color: var(--olive-dark); }
.location-credit { padding: clamp(2.6rem, 5vw, 4.5rem) clamp(1.25rem, 7vw, 7rem); display: grid; grid-template-columns: minmax(180px, .45fr) minmax(0, 1fr); gap: 2rem; align-items: start; border-bottom: 1px solid var(--line); }
.location-credit .eyebrow { margin: .3rem 0 0; }
.location-credit > p:last-child { max-width: 880px; margin: 0; font-family: var(--serif); font-size: clamp(1.55rem, 3vw, 2.7rem); line-height: 1.2; }
.location-credit strong { color: var(--olive-dark); font-weight: 500; }

.project { background: var(--olive-dark); color: var(--cream); padding: clamp(4.5rem, 8vw, 8rem) clamp(1.25rem, 7vw, 7rem); display: grid; grid-template-columns: 1.2fr .8fr; gap: clamp(3rem, 10vw, 10rem); }
.eyebrow.light { color: #d8c7a9; }
.project-statement > p:last-child { max-width: 720px; color: #d9d9d0; font-family: var(--serif); font-size: clamp(1.2rem, 2vw, 1.55rem); line-height: 1.45; margin: 2rem 0 0; }
.format-list { border-top: 1px solid rgba(255,255,255,.2); align-self: end; }
.format-list div { display: grid; grid-template-columns: 100px 1fr; gap: 1rem; padding: 1.5rem 0; border-bottom: 1px solid rgba(255,255,255,.2); }
.format-list strong { font-family: var(--serif); font-size: 1.5rem; font-weight: 400; color: #dfcba7; }
.format-list span { align-self: center; color: #c9cabf; font-size: .82rem; }
footer { padding: 2rem clamp(1.25rem, 5vw, 5rem); display: flex; justify-content: space-between; align-items: center; gap: 2rem; }
footer p { color: var(--muted); font-size: .72rem; }

dialog { width: min(720px, calc(100% - 2rem)); max-height: calc(100vh - 2rem); border: 0; padding: 0; background: var(--cream); color: var(--ink); box-shadow: 0 30px 90px rgba(30,28,23,.32); }
dialog::backdrop { background: rgba(43,42,36,.68); backdrop-filter: blur(4px); }
.dialog-close { position: absolute; right: 1rem; top: 1rem; width: 42px; height: 42px; border-radius: 50%; border: 1px solid var(--line); background: var(--cream); color: var(--ink); cursor: pointer; font-size: 1.5rem; z-index: 2; }
.dialog-inner { padding: clamp(2rem, 6vw, 4.5rem); }
.dialog-inner .episode-no { display: block; margin-bottom: 3rem; }
.dialog-media { display: flex; align-items: end; gap: 1rem; margin: -1.2rem 0 2.2rem; }
.dialog-portrait { width: 118px; height: 118px; border-radius: 50%; object-fit: cover; object-position: center; border: 1px solid var(--line); }
.dialog-cover { width: 82px; max-height: 125px; object-fit: contain; box-shadow: 8px 9px 0 var(--paper-deep); }
.dialog-inner h2 { font-size: clamp(2.6rem, 6vw, 4.8rem); line-height: .95; }
.dialog-guest { font-weight: 600; margin: 1.4rem 0 .5rem; }
.dialog-description { color: var(--muted); font-family: var(--serif); font-size: 1.35rem; line-height: 1.45; }
.dialog-questions { margin-top: 2.5rem; padding-top: 1.5rem; border-top: 1px solid var(--line); }
.dialog-questions h3 { font-family: var(--sans); font-size: .7rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; margin-bottom: 1rem; color: var(--olive-dark); }
.dialog-questions ul { margin: 0; padding: 0; list-style: none; }
.dialog-questions li { font-family: var(--serif); font-size: 1.2rem; padding: .85rem 0; border-bottom: 1px solid var(--line); }

:focus-visible { outline: 2px solid var(--ochre); outline-offset: 3px; }

@media (max-width: 950px) {
  .hero { grid-template-columns: 1fr; padding-top: 5rem; }
  .hero-art { min-height: 380px; }
  .orbit-one { width: 320px; height: 320px; }
  .orbit-two { width: 210px; height: 380px; }
  .conversation-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .host-grid { grid-template-columns: 1fr; }
  .voice-grid { grid-template-columns: 1fr; }
  .book-grid { grid-template-columns: 1fr; }
  .project { grid-template-columns: 1fr; }
}

@media (max-width: 680px) {
  .site-header { height: auto; min-height: 74px; padding: .55rem 1.25rem 0; flex-wrap: wrap; }
  nav { order: 2; display: flex; width: 100%; gap: 1.25rem; padding: .75rem 0 .8rem; border-top: 1px solid var(--line); overflow-x: auto; scrollbar-width: none; }
  nav::-webkit-scrollbar { display: none; }
  nav a { flex: 0 0 auto; }
  .brand strong { font-size: 1rem; }
  .brand-logo { width: 48px; height: 48px; }
  .hero { min-height: auto; padding-top: 4.5rem; padding-bottom: 5.5rem; gap: 2.5rem; }
  h1 { font-size: clamp(3.2rem, 15vw, 5rem); }
  .hero-art { min-height: 300px; overflow: hidden; margin: 0 -1.25rem; }
  .hero-logo-link { width: min(340px, 90vw); }
  .hero-logo { width: min(320px, 84vw); }
  .orbit-one { width: 270px; height: 270px; }
  .orbit-two { width: 170px; height: 320px; }
  .section-heading { display: block; }
  .section-heading > p { margin-top: 1.2rem; }
  .explore-toolbar { display: block; }
  .search-box { margin-bottom: 1rem; }
  .view-switch { width: 100%; overflow-x: auto; }
  .view-button { flex: 1; }
  .filters { flex-wrap: nowrap; overflow-x: auto; padding-bottom: .35rem; scrollbar-width: none; }
  .filter { flex: 0 0 auto; }
  .conversation-grid { grid-template-columns: 1fr; }
  .conversation-card { min-height: 350px; }
  .host-card { grid-template-columns: 1fr; }
  .host-photo { min-height: 0; height: 320px; }
  .voice-card { min-height: auto; grid-template-columns: 1fr; }
  .book-card { min-height: 330px; }
  .location-credit { grid-template-columns: 1fr; gap: 1.2rem; }
  .dialog-portrait { width: 92px; height: 92px; }
  .dialog-cover { width: 68px; max-height: 104px; }
  footer { align-items: start; flex-direction: column; }
  .footer-brand .brand-logo { width: 58px; height: 58px; }
  footer p { margin: 0; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; }
}
