/* ===================================================================
   Daily Scripture Guide — blog post page styles
   (loads after global.css; used by every /blog/<slug>.html page)
   =================================================================== */

.post-hero{
  position:relative;
  min-height:min(66vh,580px);
  display:flex;align-items:center;justify-content:center;
  text-align:center;
  background-color:var(--navy);
  background-size:cover;background-position:center;
  padding:clamp(3.5rem,9vw,6rem) 0;
  color:#fff;
}
.post-hero .wrap{width:100%}
.post-hero .crumbs{font-family:var(--sans);font-size:.82rem;font-weight:700;letter-spacing:.04em;color:rgba(255,255,255,.85);margin-bottom:1.1rem}
.post-hero .crumbs a{color:rgba(255,255,255,.85)}
.post-hero .crumbs a:hover{color:var(--gold-bright)}
.post-hero .crumbs span{opacity:.5;margin:0 .4rem}
.post-eyebrow{display:block;font-family:var(--sans);font-weight:700;font-size:.72rem;letter-spacing:.18em;text-transform:uppercase;color:var(--gold-bright);margin-bottom:.9rem;text-shadow:0 1px 12px rgba(0,0,0,.5)}
.post-hero h1{color:#fff;font-size:clamp(2.1rem,5vw,3.4rem);max-width:20ch;margin:0 auto 1rem;text-shadow:0 2px 30px rgba(0,0,0,.45)}
.post-verse{font-family:var(--serif);font-style:italic;font-size:clamp(1.1rem,2.2vw,1.5rem);color:#fff;max-width:44ch;margin:0 auto;text-shadow:0 2px 20px rgba(0,0,0,.5)}
.post-verse cite{display:block;margin-top:.5rem;font-style:normal;font-family:var(--sans);font-weight:700;letter-spacing:.12em;text-transform:uppercase;font-size:.72rem;color:var(--gold-bright)}

.post-body{max-width:720px;padding-block:clamp(2.6rem,6vw,4rem)}
.post-body > p,
.post-body .post-callout p{font-size:1.12rem;line-height:1.75;color:var(--ink);margin-bottom:1.3rem}
.post-body h2{font-size:clamp(1.6rem,3vw,2.1rem);margin:2.4rem 0 1rem;color:var(--navy)}
.post-body h3{font-size:1.3rem;margin:1.8rem 0 .7rem;color:var(--navy)}
.post-body a:not(.btn){color:var(--gold);font-weight:600;text-decoration:underline;text-underline-offset:2px}

.post-callout{border-radius:18px;padding:1.6rem 1.7rem;margin:2rem 0}
.post-callout .pc-label{display:block;font-family:var(--sans);font-weight:700;font-size:.7rem;letter-spacing:.16em;text-transform:uppercase;margin-bottom:.7rem}
.post-callout p{margin-bottom:0}
.post-prayer{background:var(--ivory-deep);border:1px solid var(--line)}
.post-prayer .pc-label{color:var(--gold)}
.post-prayer p{font-family:var(--serif);font-style:italic;font-size:1.18rem;color:var(--navy)}
.post-apply{background:#fff;border:1px solid var(--line)}
.post-apply .pc-label{color:var(--olive)}

.post-cta{text-align:center;background:linear-gradient(180deg,var(--ivory-deep),var(--ivory));border-radius:20px;padding:2.4rem 1.6rem;margin:2.8rem 0 1.5rem}
.post-cta p{font-family:var(--serif);font-size:1.35rem;color:var(--navy);margin-bottom:1.3rem}

.post-nav{display:flex;justify-content:space-between;gap:1rem;flex-wrap:wrap;padding-top:1.6rem;border-top:1px solid var(--line)}
.post-nav a{font-family:var(--sans);font-weight:700;font-size:.92rem;color:var(--navy)}
.post-nav a:hover{color:var(--gold)}
