/* Bendita Locura · V1.5 media and podcast layer */

/* External editorial imagery must fail gracefully instead of exposing broken-image chrome. */
.bl-media-frame,
.home-hero-photo,
.manifesto-image,
.mode-tile.history,
.archive-feature,
.voice-photo,
.home-shop-shot,
.podcast-photo,
.article-visual{
  background:
    radial-gradient(circle at 70% 28%, rgba(255,255,255,.12), transparent 25%),
    linear-gradient(145deg,#2b2926 0%,#171716 58%,#6e2f3b 130%);
}
.bl-media-frame img,
.home-hero-photo img,
.manifesto-image img,
.mode-tile.history img,
.archive-feature img,
.voice-photo img,
.home-shop-shot img,
.podcast-photo img,
.article-visual img{display:block;width:100%;height:100%;object-fit:cover}

.media-credit{font-size:.72rem;line-height:1.35;color:#787168;margin:.55rem 0 0}
.media-credit a{color:inherit}

/* Podcast / audio identity */
.home-podcast{padding:96px 0;background:#a89f92;color:#171716}
.podcast-layout{display:grid;grid-template-columns:1.02fr .98fr;gap:18px;align-items:stretch;margin-top:34px}
.podcast-photo{min-height:620px;border-radius:28px;overflow:hidden;position:relative}
.podcast-photo::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 44%,rgba(0,0,0,.65));pointer-events:none}
.podcast-photo-copy{position:absolute;z-index:2;left:28px;right:28px;bottom:26px;color:white}
.podcast-photo-copy .eyebrow{color:#e9e2d7}
.podcast-photo-copy h3{font-family:Georgia,"Times New Roman",serif;font-size:clamp(2.6rem,5vw,5.5rem);font-weight:500;line-height:.88;letter-spacing:-.055em;margin:.3rem 0 .7rem;max-width:8ch}
.podcast-photo-copy p{max-width:42ch;margin:0;color:#eee8df;line-height:1.5}
.podcast-stack{display:grid;grid-template-rows:auto auto 1fr;gap:14px}
.podcast-card{border-radius:24px;padding:28px;background:#f2eee6}
.podcast-card.dark{background:#171716;color:#f2eee6}
.podcast-card h3{font-size:clamp(2rem,4vw,4.2rem);line-height:.9;letter-spacing:-.055em;margin:0 0 16px;max-width:10ch}
.podcast-card p{line-height:1.55;margin:0;color:#625d56}
.podcast-card.dark p{color:#bdb5aa}
.podcast-formats{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:20px}
.podcast-format{border-top:1px solid currentColor;padding-top:10px;font-size:.84rem;line-height:1.35}
.podcast-format strong{display:block;font-size:1rem;margin-bottom:5px}

.spotify-card{border-radius:24px;background:#253042;color:white;padding:28px;display:flex;flex-direction:column;justify-content:space-between;min-height:255px}
.spotify-card .spotify-label{font-size:.72rem;font-weight:900;letter-spacing:.11em;text-transform:uppercase;color:#c5cedd}
.spotify-card h3{font-size:clamp(2rem,4vw,3.7rem);line-height:.9;letter-spacing:-.05em;margin:12px 0 14px;max-width:11ch}
.spotify-card p{margin:0;color:#d7deea;line-height:1.5;max-width:46ch}
.spotify-slot{margin-top:22px;border:1px solid rgba(255,255,255,.22);border-radius:16px;padding:16px;color:#d7deea;background:rgba(255,255,255,.05)}
.spotify-slot strong{display:block;color:white;margin-bottom:4px}
.spotify-slot iframe{width:100%;border:0;border-radius:12px;min-height:352px}
.spotify-note{font-size:.76rem;line-height:1.4;margin-top:10px;color:#aeb9ca}

/* Article photography: editorial pauses tied to the actual subject. */
.article-visual{margin:38px -7vw 42px;border-radius:26px;overflow:hidden;position:relative;min-height:420px;color:white}
.article-visual img{position:absolute;inset:0;filter:saturate(.78) contrast(1.04)}
.article-visual::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.02) 35%,rgba(0,0,0,.74) 100%)}
.article-visual figcaption{position:absolute;z-index:2;left:26px;right:26px;bottom:22px;display:flex;gap:18px;justify-content:space-between;align-items:end}
.article-visual figcaption strong{font-family:Georgia,"Times New Roman",serif;font-size:clamp(1.7rem,3vw,3rem);font-weight:500;line-height:1;max-width:17ch}
.article-visual figcaption span{font-size:.74rem;line-height:1.35;max-width:34ch;color:#eee8df;text-align:right}
.article-visual .credit-link{color:inherit}

@media(max-width:900px){
  .podcast-layout{grid-template-columns:1fr}
  .podcast-photo{min-height:520px}
  .podcast-stack{grid-template-rows:auto}
  .article-visual{margin-left:-22px;margin-right:-22px;border-radius:0;min-height:360px}
}

@media(max-width:620px){
  .home-podcast{padding:72px 0}
  .podcast-photo{min-height:480px}
  .podcast-card,.spotify-card{padding:22px}
  .podcast-formats{grid-template-columns:1fr}
  .article-visual{min-height:310px;margin-top:30px;margin-bottom:34px}
  .article-visual figcaption{display:block;left:18px;right:18px;bottom:17px}
  .article-visual figcaption span{display:block;text-align:left;margin-top:9px;max-width:100%}
}
