
/* v114 podcast pivot clarity
   Keeps the v113 luminous direction, but makes the podcast page useful before the podcast exists.
*/
.podcast-wrap{max-width:1260px !important;}
.podcast-pivot-hero{
  position:relative;
  min-height:0;
  padding:54px 46px 46px !important;
}
.podcast-pivot-hero h1{max-width:760px;}
.podcast-pivot-hero p{max-width:820px !important;}
.podcast-hero-note{
  display:inline-block;
  margin-top:4px !important;
  padding:14px 18px;
  border-radius:18px;
  background:rgba(255,255,255,.72);
  border:1px solid rgba(196,129,31,.16);
  box-shadow:0 10px 24px rgba(48,31,18,.06);
}
.podcast-bridge .bridge-grid{
  display:grid;
  grid-template-columns:minmax(0,1.1fr) minmax(290px,.72fr);
  gap:26px;
  align-items:stretch;
}
.bridge-copy p{
  color:var(--muted) !important;
  font-size:18px;
  line-height:1.78;
  margin:0 0 16px;
  max-width:760px;
}
.status-panel{
  background:
    radial-gradient(circle at 100% 0%, rgba(255,219,148,.42), transparent 30%),
    linear-gradient(135deg, rgba(255,255,255,.98), rgba(255,249,238,.96));
  border:1px solid rgba(196,129,31,.18);
  border-radius:26px;
  padding:26px;
  box-shadow:0 18px 36px rgba(48,31,18,.08);
}
.status-label{
  color:#c4811f;
  font-family:"Inter",system-ui,sans-serif;
  font-size:12px;
  letter-spacing:.18em;
  text-transform:uppercase;
  font-weight:850;
  margin-bottom:12px;
}
.status-panel h3{
  margin:0 0 10px;
  color:#472716;
  font-family:"Cormorant SC",Georgia,serif;
  font-size:32px;
  line-height:1.02;
}
.status-panel p{margin:0;color:#5d4e44;line-height:1.68;font-size:16px;}
.journey-map .episode-card{
  grid-template-columns:300px 1fr;
}
.journey-map .episode-copy .badge{
  margin-bottom:2px;
}
.journey-map .episode-copy h2{
  margin-top:8px !important;
}
.journey-map .cta-row{
  margin-top:18px !important;
}
.podcast-launch-band{
  position:relative;
  overflow:hidden;
}
.podcast-launch-band .kicker{
  color:#8b5a1b !important;
}
.podcast-launch-band .cta-row{margin-top:22px;}
@media(max-width:900px){
  .podcast-pivot-hero{padding:32px 24px !important;}
  .podcast-bridge .bridge-grid,
  .journey-map .episode-card{grid-template-columns:1fr;}
  .journey-map .episode-art{grid-template-columns:repeat(3,1fr);}
}
