:root {
  --paper:       #f3eee3;
  --paper-soft:  #ede7d8;
  --paper-deep:  #e6dec8;
  --ink:         #15110b;
  --ink-soft:    #3a342a;
  --ink-muted:   #7a7060;
  --rule:        #c4b89d;
  --rule-soft:   #ddd2b9;
  --accent:      #8b2434;
  --accent-warm: #a83144;

  --serif: "Fraunces", "Iowan Old Style", "Hoefler Text", Georgia, serif;
  --sans:  "IBM Plex Sans", -apple-system, "Helvetica Neue", Arial, sans-serif;
  --mono:  "IBM Plex Mono", ui-monospace, "SF Mono", Menlo, monospace;

  --content: 1180px;
}

*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; padding: 0; }

html {
  -webkit-text-size-adjust: 100%;
  hanging-punctuation: first last;
  scroll-behavior: smooth;
}

body {
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.6;
  font-weight: 400;
  font-feature-settings: "kern", "ss01";
  overflow-x: hidden;
}

body::after {
  content: '';
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 9999;
  opacity: .05;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='180' height='180'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/></filter><rect width='100%25' height='100%25' filter='url(%23n)'/></svg>");
}

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

.container {
  max-width: var(--content);
  margin: 0 auto;
  padding: 0 36px;
}
@media (max-width: 720px) {
  .container { padding: 0 22px; }
}

/* ─── MASTHEAD ────────────────────────────────────────── */

.masthead {
  padding: 56px 0 32px;
  border-bottom: none;
  position: relative;
}

.masthead-rule {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 18px;
  height: 2px;
  max-width: var(--content);
  margin: 0 auto;
  padding: 0 36px;
  pointer-events: none;
  z-index: 1;
}
.masthead-arrow {
  position: absolute;
  top: 0;
  height: 2px;
  background: var(--ink);
}
.masthead-arrow--left {
  left: 36px;
  right: 63%;
}
.masthead-arrow--left::after {
  content: '';
  position: absolute;
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 12px solid var(--ink);
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
}
.masthead-arrow--right {
  left: 47%;
  right: 36px;
}
.masthead-arrow--right::before {
  content: '';
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-right: 12px solid var(--ink);
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
}

.masthead .container {
  position: relative;
  z-index: 2;
}

.kicker {
  text-align: center;
  margin-bottom: 44px;
  position: relative;
}

.kicker span {
  font-family: var(--sans);
  font-size: 11.5px;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--ink-soft);
  display: inline-block;
  padding: 0 24px;
  background: var(--paper);
  position: relative;
  z-index: 1;
}

.kicker::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 1px;
  background: var(--rule);
}

.masthead-grid {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 40px;
  align-items: end;
}

.wordmark {
  font-family: var(--serif);
  font-weight: 600;
  font-size: clamp(58px, 11vw, 152px);
  letter-spacing: -0.045em;
  line-height: 0.82;
  font-variation-settings: "opsz" 144, "SOFT" 30;
  color: var(--ink);
}

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

.wordmark i {
  font-style: italic;
  font-weight: 400;
  color: var(--accent);
  font-variation-settings: "opsz" 144, "SOFT" 80;
}

.edition {
  text-align: right;
  padding-bottom: 12px;
  min-width: 240px;
}

.hosts {
  font-family: var(--sans);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.02em;
  margin-bottom: 6px;
  color: var(--ink);
}
.hosts span { color: var(--accent); font-weight: 400; padding: 0 2px; }

.edition-line {
  font-family: var(--mono);
  font-size: 12px;
  color: var(--ink-muted);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-variant-numeric: tabular-nums;
}
.edition-line .sep { color: var(--rule); padding: 0 6px; }
.edition-line #edition-num { color: var(--accent); font-weight: 500; }

@media (max-width: 720px) {
  .masthead-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .edition { text-align: left; }
}

/* ─── MANIFESTO ───────────────────────────────────────── */

.manifesto {
  max-width: 1120px;
  margin: 0 auto;
  padding: 100px 36px 80px;
  text-align: center;
}

.manifesto-kicker {
  position: relative;
  margin-bottom: 48px;
}
.manifesto-kicker span {
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--ink-muted);
  background: var(--paper);
  padding: 0 18px;
  position: relative;
  z-index: 1;
}
.manifesto-kicker::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 240px;
  max-width: 100%;
  height: 1px;
  background: var(--rule);
  transform: translateX(-50%);
}

.manifesto-body {
  text-align: left;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: start;
}

.manifesto-body p {
  font-family: var(--serif);
  font-size: clamp(20px, 1.7vw, 24px);
  line-height: 1.45;
  font-weight: 400;
  font-variation-settings: "opsz" 72, "SOFT" 50;
  color: var(--ink);
  letter-spacing: -0.005em;
  margin: 0;
  text-wrap: pretty;
}

.manifesto-col-2 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 28px;
}

.manifesto-cta-box {
  align-self: stretch;
  position: relative;
  background: var(--paper-deep);
  padding: 18px 26px 20px;
  display: grid;
  grid-template-columns: 1fr auto;
  column-gap: 24px;
  align-items: center;
  margin-top: 4px;
  box-shadow:
    inset 0 0 0 1px rgba(21, 17, 11, .08),
    0 1px 0 rgba(21, 17, 11, .03);
}
.manifesto-cta-box .manifesto-support-btn { align-self: center; }

@media (max-width: 480px) {
  .manifesto-cta-box {
    grid-template-columns: 1fr;
    row-gap: 12px;
  }
}

.manifesto-prompt {
  font-family: var(--serif) !important;
  font-style: italic;
  font-size: clamp(17px, 1.4vw, 19.5px) !important;
  font-variation-settings: "opsz" 36, "SOFT" 70 !important;
  color: var(--ink) !important;
  line-height: 1.4 !important;
  margin: 0 !important;
  text-wrap: balance;
  letter-spacing: 0 !important;
}

.manifesto-support-btn { align-self: flex-start; }

.manifesto-col-1::first-letter {
  font-family: var(--serif);
  font-style: normal;
  font-weight: 600;
  font-variation-settings: "opsz" 144;
  float: left;
  font-size: 100px;
  line-height: .82;
  padding: 8px 16px 0 0;
  color: var(--accent);
}

.manifesto-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 56px;
  padding-top: 36px;
  border-top: 1px solid var(--rule);
}

.pill-btn {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 12px 20px;
  font-family: var(--sans);
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #fff;
  border-radius: 6px;
  border: 0;
  cursor: pointer;
  transition: transform .15s ease, filter .2s ease, box-shadow .2s ease;
  box-shadow: 0 2px 6px rgba(21, 17, 11, .12);
}
.pill-btn:hover { transform: translateY(-2px); box-shadow: 0 6px 14px rgba(21, 17, 11, .18); filter: brightness(1.05); }
.pill-btn:active { transform: translateY(0); }
.pill-btn svg { width: 16px; height: 16px; flex-shrink: 0; }

.pill-rss        { background: #ffa500; }
.pill-rss:hover  { background: #ff8c00; filter: none; }
.pill-apple      { background: linear-gradient(180deg, rgb(213, 109, 251) 0%, rgb(135, 46, 196) 100%); }
.pill-apple:hover{ background: linear-gradient(180deg, rgb(223, 129, 255) 0%, rgb(155, 66, 216) 100%); filter: none; }
.pill-spotify    { background: #1db954; }
.pill-spotify:hover { background: #1ed760; filter: none; }
.pill-support    { background: #dc3545; }
.pill-support:hover { background: #c82333; filter: none; }
.pill-cliparchiv { background: #5d6b3a; }
.pill-cliparchiv:hover { background: #4d5a2e; filter: none; }

@media (max-width: 860px) {
  .manifesto-body { grid-template-columns: 1fr; gap: 28px; max-width: 64ch; }
}

@media (max-width: 720px) {
  .manifesto { padding: 64px 22px 56px; }
  .manifesto-col-1::first-letter { font-size: 76px; padding: 6px 12px 0 0; }
  .manifesto-buttons { gap: 8px; }
  .pill-btn { padding: 10px 14px; font-size: 11.5px; letter-spacing: 0.1em; }
}

/* ─── HERO (current episode) ─────────────────────────── */

.current { padding-top: 24px; }
.current .container { max-width: var(--content); margin: 0 auto; padding: 0 36px; }
.current .rule-label { margin-bottom: 32px; }
@media (max-width: 720px) {
  .current .container { padding: 0 22px; }
}

.hero {
  max-width: var(--content);
  margin: 0 auto;
  padding: 0 36px 100px;
}

.loading {
  color: var(--ink-muted);
  font-family: var(--mono);
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-align: center;
  padding: 80px 0;
}

.hero-kicker {
  display: flex;
  align-items: center;
  gap: 18px;
  font-family: var(--mono);
  font-size: 12.5px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink-muted);
  margin-bottom: 28px;
  font-variant-numeric: tabular-nums;
  opacity: 0;
  animation: rise .8s .1s forwards;
}

.hero-kicker .label { color: var(--ink); font-weight: 500; position: relative; padding-left: 22px; }
.hero-kicker .label::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background: var(--accent);
}
.hero-kicker .num { color: var(--accent); font-weight: 500; }
.hero-kicker .rule { flex: 1; height: 1px; background: var(--rule); }

.hero-headline {
  font-family: var(--serif);
  font-size: clamp(54px, 9vw, 124px);
  font-weight: 500;
  font-variation-settings: "opsz" 144, "SOFT" 50;
  letter-spacing: -0.03em;
  line-height: 0.93;
  margin-bottom: 56px;
  color: var(--ink);
  max-width: 16ch;
  text-wrap: balance;
  opacity: 0;
  animation: rise 1s .25s forwards;
}

.hero-video {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #000;
  margin-bottom: 28px;
  box-shadow:
    0 1px 0 var(--rule),
    0 30px 60px -28px rgba(21, 17, 11, .26),
    0 10px 24px -12px rgba(21, 17, 11, .10);
  opacity: 0;
  animation: rise 1s .45s forwards;
}

.hero-video.is-audio {
  aspect-ratio: auto;
  height: 220px;
  background: var(--paper-soft);
  box-shadow: 0 1px 0 var(--rule), 0 14px 30px -20px rgba(21, 17, 11, .12);
}

.hero-video iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.hero-video.is-audio iframe {
  position: relative;
  height: 220px;
}

.hero-actions {
  display: flex;
  gap: 16px;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 48px;
  opacity: 0;
  animation: rise 1s .55s forwards;
}

.hero-teaser {
  opacity: 0;
  animation: rise 1s .7s forwards;
}

.hero-teaser-body {
  font-family: var(--serif);
  font-size: 19.5px;
  line-height: 1.62;
  font-weight: 400;
  font-variation-settings: "opsz" 24, "SOFT" 30;
  color: var(--ink-soft);
  column-count: 2;
  column-gap: 56px;
}

.hero-teaser-body.is-expanded {
  column-count: 1;
  max-width: 72ch;
  margin: 0 auto;
}

.hero-teaser-body p {
  margin: 0 0 1em;
}

.hero-teaser-body p:last-child {
  margin-bottom: 0;
}

.hero-teaser-body a {
  color: var(--accent);
  border-bottom: 1px solid var(--rule);
}
.hero-teaser-body a:hover { border-bottom-color: var(--accent); }

.hero-teaser-body p:first-child::first-letter {
  font-family: var(--serif);
  font-style: normal;
  font-weight: 600;
  font-variation-settings: "opsz" 144;
  float: left;
  font-size: 84px;
  line-height: .82;
  padding: 6px 14px 0 0;
  color: var(--accent);
}

.hero-readmore {
  display: inline-block;
  margin-top: 28px;
  font-family: var(--mono);
  font-size: 11.5px;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ink);
  border-bottom: 1px solid var(--ink);
  padding-bottom: 2px;
  transition: color .2s, border-color .2s;
}
.hero-readmore:hover { color: var(--accent); border-bottom-color: var(--accent); }

.btn-play {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 13px 22px;
  background: var(--ink);
  color: var(--paper);
  border: 1px solid var(--ink);
  cursor: pointer;
  font-family: var(--sans);
  font-size: 13.5px;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  transition: background .2s, color .2s, border-color .2s;
}
.btn-play:hover { background: var(--accent); border-color: var(--accent); }
.btn-play.secondary { background: transparent; color: var(--ink); }
.btn-play.secondary:hover { background: var(--ink); color: var(--paper); }
.btn-play svg { width: 9px; height: 11px; }

.duration {
  font-family: var(--mono);
  font-size: 13px;
  color: var(--ink-muted);
  letter-spacing: 0.06em;
  margin-left: auto;
  font-variant-numeric: tabular-nums;
}

.player-slot:empty { display: none; }
.player-slot { margin-top: 32px; }

.hero-audio {
  margin-top: 8px;
  margin-bottom: 36px;
  opacity: 0;
  animation: rise 1s .6s forwards;
}
.hero-audio #hero-audio { display: none; }

.audio-player {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 14px 0;
  border-top: 2px solid var(--ink);
  border-bottom: 1px solid var(--rule);
}
.audio-play {
  width: 42px;
  height: 42px;
  background: var(--accent);
  color: var(--paper);
  border: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background .2s;
  flex-shrink: 0;
}
.audio-play:hover { background: var(--ink); }
.audio-play svg { width: 12px; height: 14px; display: block; }
.audio-play .icon-pause { display: none; }
.audio-player.is-playing .audio-play .icon-play { display: none; }
.audio-player.is-playing .audio-play .icon-pause { display: block; }

.audio-time {
  font-family: var(--mono);
  font-size: 12.5px;
  color: var(--ink-muted);
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
  letter-spacing: 0.02em;
}
.audio-time-current { color: var(--ink); }

.audio-progress {
  flex: 1;
  position: relative;
  height: 22px;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.audio-progress::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 2px;
  background: var(--rule);
}
.audio-progress-buffer {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0%;
  height: 2px;
  background: var(--rule-soft);
  opacity: .8;
}
.audio-progress-bar {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0%;
  height: 2px;
  background: var(--accent);
}
.audio-progress:hover::before { background: var(--ink); }

.hero-audio-bar {
  display: flex;
  align-items: center;
  gap: 22px;
  flex-wrap: wrap;
  margin-top: 14px;
}

.speed-control {
  display: inline-flex;
  align-items: center;
  gap: 0;
  border: 1px solid var(--ink);
}
.speed-control button {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.04em;
  font-variant-numeric: tabular-nums;
  background: transparent;
  border: 0;
  border-right: 1px solid var(--ink);
  color: var(--ink);
  padding: 7px 12px 8px;
  cursor: pointer;
  transition: background .15s, color .15s;
}
.speed-control button:last-child { border-right: 0; }
.speed-control button:hover { background: var(--paper-deep); }
.speed-control button.is-active {
  background: var(--ink);
  color: var(--paper);
}

.audio-download {
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ink);
  border-bottom: 1px solid var(--ink);
  padding-bottom: 2px;
  transition: color .2s, border-color .2s;
}
.audio-download:hover { color: var(--accent); border-bottom-color: var(--accent); }

.player-slot .player-audio,
.hero-video.is-audio audio {
  width: 100%; display: block;
}
.hero-video.is-audio audio { margin-top: 80px; }
.player-slot .player-youtube {
  width: 100%; aspect-ratio: 16/9; border: 0; display: block;
}

@media (max-width: 860px) {
  .hero { padding: 0 22px 72px; }
  .hero-headline { margin-bottom: 36px; }
  .hero-teaser-body { font-size: 18px; column-count: 1; max-width: 64ch; }
  .hero-teaser-body p:first-child::first-letter { font-size: 68px; padding: 4px 10px 0 0; }
}

/* ─── SECTION LABEL ───────────────────────────────────── */

.rule-label {
  font-family: var(--mono);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--ink);
  margin: 0 0 56px;
  display: flex;
  align-items: center;
  gap: 22px;
}
.rule-label::before {
  content: '';
  width: 11px; height: 11px;
  background: var(--accent);
  flex-shrink: 0;
}
.rule-label::after {
  content: '';
  flex: 1;
  height: 1px;
  background: var(--ink);
}

.rule-label--with-meta::after { display: none; }
.rule-label--with-meta .rule-line {
  flex: 1;
  height: 1px;
  background: var(--ink);
}
.rule-label--with-meta .rule-label-meta {
  font-family: var(--mono);
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.06em;
  text-transform: none;
  color: var(--ink-muted);
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}

/* ─── RECENT ──────────────────────────────────────────── */

.recent { padding: 100px 0 60px; background: linear-gradient(to bottom, var(--paper) 0%, var(--paper-soft) 100%); }

.recent-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 56px 40px;
}

.recent-item {
  display: block;
  cursor: pointer;
  color: inherit;
}
.recent-item > summary {
  list-style: none;
  cursor: pointer;
}
.recent-item > summary::-webkit-details-marker { display: none; }
.recent-item > summary::marker { content: ''; }

.recent-item[open] {
  grid-column: 1 / -1;
  padding: 28px;
  background: var(--paper);
  box-shadow: inset 0 0 0 1px var(--rule);
}
.recent-item .teaser-full { display: none; }

.recent-item[open] > summary {
  display: grid;
  grid-template-columns: 260px 1fr;
  column-gap: 32px;
  align-items: stretch;
  cursor: pointer;
  margin-bottom: 28px;
  padding-bottom: 28px;
  border-bottom: 1px solid var(--rule);
}
.recent-item[open] > summary .img-wrap {
  margin-bottom: 0;
  aspect-ratio: 1 / 1;
}
.recent-item[open] .recent-content {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-height: 0;
}
.recent-item:not([open]) > summary .recent-platforms { display: none; }
.recent-item[open] > summary .recent-platforms {
  margin-top: auto;
  padding-top: 18px;
  border-top: 0;
}
.recent-item[open] > summary h3 {
  font-size: clamp(26px, 3.2vw, 38px);
  margin: 4px 0 8px;
}
.recent-item[open] > summary .teaser-short { display: none; }
.recent-item[open] > summary .teaser-full {
  display: block;
  -webkit-line-clamp: unset;
  font-size: 16px;
  line-height: 1.5;
}

.recent-detail { display: grid; gap: 24px; }
.recent-detail .hero-video { margin-bottom: 0; }
.recent-detail .hero-audio { margin: 0; opacity: 1; animation: none; }
.recent-shownotes {
  font-family: var(--serif);
  font-size: 17px;
  font-variation-settings: "opsz" 24;
  line-height: 1.65;
  color: var(--ink-soft);
  max-width: 62ch;
  margin-top: 12px;
}
.recent-shownotes p { margin: 0 0 1em; }
.recent-shownotes p:last-child { margin-bottom: 0; }
.recent-shownotes a {
  color: var(--accent);
  border-bottom: 1px solid var(--rule);
}
.recent-shownotes a:hover { border-bottom-color: var(--accent); }
.recent-shownotes h1, .recent-shownotes h2, .recent-shownotes h3, .recent-shownotes h4 {
  font-family: var(--serif);
  font-weight: 600;
  font-size: 1.05em;
  margin: 1.6em 0 .4em;
  color: var(--ink);
}
.recent-shownotes img { max-width: 100%; height: auto; margin: 1em 0; }
.recent-shownotes ul, .recent-shownotes ol { margin: 0 0 1em 1.4em; }

.recent-platforms {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
  padding-top: 24px;
  border-top: 1px solid var(--rule);
}

@media (max-width: 720px) {
  .recent-item[open] { padding: 18px; }
  .recent-item[open] > summary { grid-template-columns: 1fr; gap: 16px; padding-bottom: 18px; margin-bottom: 20px; }
}

.recent-item .img-wrap {
  aspect-ratio: 4 / 3;
  overflow: hidden;
  margin-bottom: 20px;
  background: var(--paper-deep);
  position: relative;
}
.recent-item .img-wrap::after {
  content: '';
  position: absolute;
  inset: 0;
  box-shadow: inset 0 0 0 1px rgba(21, 17, 11, .06);
  pointer-events: none;
}

.recent-item img {
  width: 100%; height: 100%; object-fit: cover; display: block;
  transition: transform .8s cubic-bezier(.2,.6,.1,1);
}
.recent-item:hover img { transform: scale(1.04); }

.recent-item .meta {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ink-muted);
  margin-bottom: 10px;
  display: flex;
  gap: 16px;
  align-items: center;
  font-variant-numeric: tabular-nums;
}
.recent-item .meta .num { color: var(--accent); font-weight: 500; }
.recent-item .meta .dot { width: 3px; height: 3px; background: var(--rule); border-radius: 50%; }

.recent-item h3 {
  font-family: var(--serif);
  font-size: 30px;
  font-weight: 500;
  font-variation-settings: "opsz" 72, "SOFT" 40;
  line-height: 1.04;
  letter-spacing: -0.015em;
  margin-bottom: 12px;
  color: var(--ink);
  text-wrap: balance;
  transition: color .2s;
}
.recent-item:hover h3 { color: var(--accent); }

.recent-item .teaser {
  font-size: 14.5px;
  color: var(--ink-muted);
  line-height: 1.55;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media (max-width: 1000px) {
  .recent-grid { grid-template-columns: repeat(2, 1fr); gap: 48px 32px; }
}
@media (max-width: 600px) {
  .recent-grid { grid-template-columns: 1fr; gap: 44px; }
}

/* ─── ARCHIVE ─────────────────────────────────────────── */

.archive { padding: 80px 0 100px; background: var(--paper-soft); }

.archive-meta {
  font-family: var(--mono);
  font-size: 12.5px;
  color: var(--ink-muted);
  letter-spacing: 0.06em;
  margin: -28px 0 56px;
  font-variant-numeric: tabular-nums;
}

.archive-year { margin-bottom: 64px; }

.archive-year-head {
  display: flex;
  align-items: baseline;
  gap: 28px;
  margin-bottom: 8px;
  padding-bottom: 8px;
}

.archive-year-head h3 {
  font-family: var(--serif);
  font-size: clamp(56px, 8vw, 88px);
  font-weight: 300;
  font-variation-settings: "opsz" 144, "SOFT" 40;
  letter-spacing: -0.035em;
  line-height: 1;
  color: var(--ink);
}

.archive-year-head .year-count {
  font-family: var(--mono);
  font-size: 11.5px;
  color: var(--ink-muted);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 400;
  margin-left: auto;
  padding-bottom: 14px;
  font-variant-numeric: tabular-nums;
}

.archive-rows {
  border-top: 2px solid var(--ink);
}

.archive-row {
  border-bottom: 1px solid var(--rule);
  transition: background .2s;
}

.archive-row[open] {
  background: var(--paper-deep);
}

.archive-row > summary {
  display: grid;
  grid-template-columns: 80px 130px 1fr auto;
  gap: 32px;
  align-items: baseline;
  padding: 22px 4px;
  cursor: pointer;
  list-style: none;
  transition: color .2s, padding .2s;
}
.archive-row > summary::-webkit-details-marker { display: none; }
.archive-row > summary::marker { content: ''; }
.archive-row[open] > summary { padding-left: 16px; padding-right: 16px; }

.archive-row > summary:hover .arch-title { color: var(--accent); }

.arch-num {
  font-family: var(--mono);
  font-size: 13px;
  color: var(--ink-muted);
  letter-spacing: 0.04em;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}
.arch-num span { color: var(--accent); }

.arch-date {
  font-family: var(--mono);
  font-size: 12px;
  color: var(--ink-muted);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}

.arch-title {
  font-family: var(--serif);
  font-size: 22px;
  font-weight: 500;
  font-variation-settings: "opsz" 72, "SOFT" 40;
  letter-spacing: -0.008em;
  line-height: 1.22;
  color: var(--ink);
  transition: color .2s;
}

.arch-duration {
  font-family: var(--mono);
  font-size: 12.5px;
  color: var(--ink-muted);
  letter-spacing: 0.04em;
  font-variant-numeric: tabular-nums;
  text-align: right;
  white-space: nowrap;
}

.expanded {
  padding: 8px 16px 40px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  align-items: start;
}

.expanded-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.expanded-actions .btn-play { padding: 9px 16px; font-size: 12px; }

.expanded-shownotes {
  font-family: var(--serif);
  font-size: 17.5px;
  font-variation-settings: "opsz" 24;
  line-height: 1.65;
  color: var(--ink-soft);
  max-width: 72ch;
}
.expanded-shownotes p { margin-bottom: 1em; }
.expanded-shownotes a { color: var(--accent); border-bottom: 1px solid var(--rule); }
.expanded-shownotes a:hover { border-bottom-color: var(--accent); }
.expanded-shownotes h1, .expanded-shownotes h2, .expanded-shownotes h3, .expanded-shownotes h4 {
  font-family: var(--serif);
  font-weight: 600;
  font-size: 1.05em;
  margin: 1.6em 0 .4em;
  color: var(--ink);
}
.expanded-shownotes img { max-width: 100%; height: auto; margin: 1em 0; }
.expanded-shownotes ul, .expanded-shownotes ol { margin: 0 0 1em 1.4em; }

.expanded-aside {
  position: static;
  display: flex;
  align-items: flex-end;
  gap: 20px;
  flex-wrap: wrap;
}
.expanded-aside img {
  width: 180px;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  display: block;
  box-shadow: 0 14px 30px -20px rgba(21,17,11,.2);
}
.expanded-aside .aside-meta {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ink-muted);
  display: flex;
  flex-direction: column;
  gap: 4px;
}

@media (max-width: 880px) {
  .archive-row > summary { grid-template-columns: 60px 100px 1fr; gap: 18px; }
  .archive-row > summary .arch-duration { grid-column: 1 / -1; text-align: left; padding-left: 78px; margin-top: 4px; font-size: 11.5px; }
  .expanded { grid-template-columns: 1fr; gap: 28px; }
  .expanded-aside { position: static; }
  .expanded-aside img { aspect-ratio: 4/3; }
}

@media (max-width: 520px) {
  .archive-row > summary { grid-template-columns: 1fr; gap: 6px; padding: 18px 4px; }
  .archive-row > summary .arch-duration { padding-left: 0; }
  .arch-title { font-size: 19px; }
}

/* ─── COLOPHON ────────────────────────────────────────── */

.colophon {
  padding: 56px 0 64px;
  border-top: 1px solid var(--rule);
  margin-top: 0;
  background: var(--paper);
}
.colophon .container {
  display: flex;
  justify-content: space-between;
  gap: 32px;
  flex-wrap: wrap;
  font-family: var(--sans);
  font-size: 13px;
  color: var(--ink-muted);
}
.colophon em { font-family: var(--serif); font-style: italic; color: var(--ink); }
.colophon .links { display: flex; gap: 22px; }
.colophon .links a {
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 11.5px;
  font-weight: 500;
  color: var(--ink);
  border-bottom: 1px solid var(--rule);
  padding-bottom: 1px;
}
.colophon .links a:hover { color: var(--accent); border-color: var(--accent); }

/* ─── SUPPORT MODAL ───────────────────────────────────── */

.support-modal {
  position: fixed;
  inset: 0;
  z-index: 10000;
  background: rgba(21, 17, 11, .55);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
  overflow-y: auto;
}
.support-modal.is-open { display: flex; }

.support-modal-content {
  background: var(--paper);
  max-width: 520px;
  width: 100%;
  padding: 44px 40px 36px;
  position: relative;
  box-shadow: 0 40px 80px -20px rgba(0, 0, 0, .4), 0 12px 32px -16px rgba(0, 0, 0, .3);
  animation: rise .35s ease forwards;
}

.support-modal-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 36px;
  height: 36px;
  background: transparent;
  border: 0;
  cursor: pointer;
  font-size: 28px;
  line-height: 1;
  color: var(--ink-muted);
  transition: color .2s;
}
.support-modal-close:hover { color: var(--accent); }

.support-modal-content h2 {
  font-family: var(--serif);
  font-size: 34px;
  font-weight: 600;
  font-variation-settings: "opsz" 72, "SOFT" 30;
  letter-spacing: -0.02em;
  color: var(--ink);
  margin-bottom: 18px;
}

.support-modal-content p {
  font-family: var(--sans);
  font-size: 15.5px;
  line-height: 1.55;
  color: var(--ink-soft);
  margin-bottom: 20px;
}

.support-account {
  background: var(--paper-deep);
  padding: 18px 20px;
  margin: 0 0 22px;
  font-family: var(--mono);
  font-size: 13.5px;
  line-height: 1.85;
  color: var(--ink);
  position: relative;
}
.support-account strong {
  font-weight: 600;
  letter-spacing: 0.02em;
}
.support-account .iban-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}
.support-account .iban-value { font-variant-numeric: tabular-nums; }

.copy-iban {
  width: 32px;
  height: 32px;
  background: var(--paper);
  border: 1px solid var(--rule);
  cursor: pointer;
  color: var(--ink-soft);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: background .2s, color .2s, border-color .2s;
  border-radius: 2px;
}
.copy-iban svg { width: 16px; height: 16px; }
.copy-iban:hover { background: var(--ink); color: var(--paper); border-color: var(--ink); }
.copy-iban.is-copied { background: #2c7a3f; color: #fff; border-color: #2c7a3f; }

.support-or {
  text-align: center;
  font-family: var(--serif);
  font-style: italic;
  font-size: 16px;
  color: var(--ink-muted);
  margin: 8px 0 18px;
}

.support-paypal {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  padding: 14px;
  background: #0070ba;
  color: #fff;
  font-family: var(--sans);
  font-size: 14.5px;
  font-weight: 600;
  letter-spacing: 0.04em;
  border-radius: 4px;
  transition: background .2s;
}
.support-paypal:hover { background: #005a96; text-decoration: none; }
.support-paypal svg { width: 18px; height: 18px; }

@media (max-width: 520px) {
  .support-modal-content { padding: 36px 24px 28px; }
  .support-modal-content h2 { font-size: 28px; }
  .support-account { font-size: 12.5px; padding: 16px; }
}

body.modal-open { overflow: hidden; }

/* ─── MOTION ──────────────────────────────────────────── */

@keyframes rise {
  from { opacity: 0; transform: translateY(14px); }
  to   { opacity: 1; transform: translateY(0); }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: .001ms !important;
    transition-duration: .001ms !important;
  }
}
