/* ==========================================================================
   İLKE — podcast.css  (Podcast sayfası — örnek)
   Kimlik: Spectral serif + Inter + editorial kırmızı; dalga motifi + play.
   ========================================================================== */

.pod-hero { padding: 60px 0 44px; }
.pod-hero-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }

.pod-eyebrow {
  display: inline-flex; align-items: center; gap: 12px;
  font-family: var(--f-body); font-weight: 700; font-size: 11px;
  letter-spacing: 0.22em; text-transform: uppercase; color: var(--accent); margin-bottom: 18px;
}
.pod-wave { display: inline-flex; align-items: flex-end; gap: 2px; height: 15px; }
.pod-wave span { width: 3px; background: var(--accent); border-radius: 2px; transform-origin: bottom; animation: podWave 1.1s ease-in-out infinite; }
.pod-wave span:nth-child(1) { height: 45%; animation-delay: 0s; }
.pod-wave span:nth-child(2) { height: 100%; animation-delay: .18s; }
.pod-wave span:nth-child(3) { height: 65%; animation-delay: .34s; }
.pod-wave span:nth-child(4) { height: 90%; animation-delay: .5s; }
@keyframes podWave { 0%, 100% { transform: scaleY(.4); } 50% { transform: scaleY(1); } }
@media (prefers-reduced-motion: reduce) { .pod-wave span { animation: none; } }

.pod-hero-lead h1 {
  font-family: var(--f-disp); font-weight: 500; font-size: clamp(40px, 5vw, 66px);
  line-height: 1.0; letter-spacing: -0.03em; color: var(--ink); text-wrap: balance; margin: 0;
}
.pod-hero-lead h1 em { font-style: italic; color: var(--accent); }
.pod-hero-lead > p { font-family: var(--f-body); font-size: 16.5px; line-height: 1.62; color: var(--ink-2); margin: 20px 0 0; max-width: 48ch; }

.pod-platforms { margin-top: 28px; }
.pod-platforms-label { display: block; font-family: var(--f-body); font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--ink-3); font-weight: 600; margin-bottom: 12px; }
.pod-platform-btns { display: flex; gap: 12px; flex-wrap: wrap; }
.pod-platform {
  display: inline-flex; align-items: center; gap: 9px; padding: 10px 16px;
  border: 1px solid var(--paper-edge); border-radius: 999px; background: #fff;
  font-family: var(--f-body); font-weight: 600; font-size: 13px; color: var(--ink);
  text-decoration: none; transition: transform .2s ease, border-color .2s ease;
}
.pod-platform:hover { border-color: var(--ink); transform: translateY(-2px); }
.pod-platform svg { width: 18px; height: 18px; }

/* Öne çıkan bölüm */
.pod-featured {
  display: flex; gap: 24px; align-items: center;
  background: var(--bg-card); border: 1px solid var(--paper-edge); border-radius: 18px;
  padding: 22px; text-decoration: none; color: inherit;
  transition: transform .28s ease, box-shadow .28s ease;
}
.pod-featured:hover { transform: translateY(-3px); box-shadow: 0 34px 70px -32px rgba(76,16,16,0.42); }
.pod-featured-art { position: relative; width: 190px; height: 190px; flex-shrink: 0; border-radius: 12px; overflow: hidden; background: var(--paper-2); }
.pod-featured-art img { width: 100%; height: 100%; object-fit: cover; }
.pod-play { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 58px; height: 58px; border-radius: 999px; background: var(--accent); color: #fff; display: grid; place-items: center; box-shadow: 0 10px 26px rgba(200,52,30,0.5); }
.pod-play svg { width: 26px; height: 26px; margin-left: 3px; }
.pod-featured-body { min-width: 0; }
.pod-badge { font-family: var(--f-body); font-weight: 700; font-size: 10px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--accent); }
.pod-featured-body h3 { font-family: var(--f-disp); font-weight: 500; font-size: 24px; line-height: 1.15; letter-spacing: -0.01em; color: var(--ink); margin: 8px 0; text-wrap: balance; }
.pod-featured-body > p { font-family: var(--f-body); font-size: 14px; line-height: 1.5; color: var(--ink-3); margin: 0 0 12px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.pod-cta { display: inline-flex; align-items: center; gap: 7px; font-family: var(--f-body); font-weight: 600; font-size: 13px; color: var(--accent); }
.pod-cta svg { width: 16px; height: 16px; }

/* Bölüm listesi */
.pod-list-sec { padding: 20px 0 84px; }
.pod-list-head { display: flex; align-items: baseline; gap: 14px; padding-bottom: 16px; border-bottom: 2px solid var(--ink); }
.pod-list-head h2 { font-family: var(--f-disp); font-weight: 500; font-size: 30px; letter-spacing: -0.01em; color: var(--ink); margin: 0; }
.pod-count { font-family: var(--f-body); font-size: 13px; color: var(--ink-3); font-variant-numeric: tabular-nums; }
.pod-list { display: flex; flex-direction: column; }
.pod-ep { display: flex; align-items: center; gap: 20px; padding: 20px 4px; border-bottom: 1px solid var(--paper-edge); text-decoration: none; color: inherit; transition: padding-left .18s ease, background .18s ease; }
.pod-ep:hover { padding-left: 12px; background: linear-gradient(90deg, rgba(200,52,30,0.03), transparent); }
.pod-ep-art { position: relative; width: 88px; height: 88px; flex-shrink: 0; border-radius: 10px; overflow: hidden; background: var(--paper-2); }
.pod-ep-art img { width: 100%; height: 100%; object-fit: cover; }
.pod-ep-play { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%) scale(.85); width: 36px; height: 36px; border-radius: 999px; background: rgba(255,255,255,0.92); color: var(--accent); display: grid; place-items: center; opacity: 0; transition: opacity .2s ease, transform .2s ease; }
.pod-ep:hover .pod-ep-play { opacity: 1; transform: translate(-50%, -50%) scale(1); }
.pod-ep-play svg { width: 16px; height: 16px; margin-left: 2px; }
.pod-ep-mark { position: absolute; inset: 0; display: grid; place-items: center; font-family: var(--f-disp); font-size: 22px; color: var(--ink-3); opacity: .4; }
.pod-ep-body { flex: 1; min-width: 0; }
.pod-ep-num { font-family: var(--f-body); font-weight: 700; font-size: 10.5px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--accent); }
.pod-ep-body h4 { font-family: var(--f-disp); font-weight: 500; font-size: 19px; line-height: 1.2; color: var(--ink); margin: 4px 0; }
.pod-ep-body > p { font-family: var(--f-body); font-size: 13px; line-height: 1.5; color: var(--ink-3); margin: 0; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden; }
.pod-ep-cta { display: inline-flex; align-items: center; gap: 6px; font-family: var(--f-body); font-weight: 600; font-size: 12.5px; color: var(--ink-2); flex-shrink: 0; }
.pod-ep-cta svg { width: 15px; height: 15px; }
.pod-note { font-family: var(--f-body); font-size: 12.5px; font-style: italic; color: var(--ink-3); margin-top: 28px; }
.pod-empty { font-family: var(--f-disp); color: var(--ink-3); padding: 32px 0; }

@media (max-width: 900px) {
  .pod-hero-grid { grid-template-columns: 1fr; gap: 40px; }
}
@media (max-width: 600px) {
  .pod-featured { flex-direction: column; align-items: stretch; }
  .pod-featured-art { width: 100%; height: 200px; }
  .pod-ep-cta { display: none; }
  .pod-ep-art { width: 66px; height: 66px; }
}
