/* ==========================================================================
   The Journal — public pages.

   Loaded after style.css and reuses its tokens (--gold, --cream, --display …).
   Only what the archive and the post pages need lives here.
   ========================================================================== */

.wrap--narrow { max-width: 760px; }

/* Slightly shorter than the other page heroes — the posts are the point — but
   tall enough that the photograph behind it is not cropped to a strip. */
.page-hero--short { padding-block: clamp(7.5rem, 13vw, 10.5rem) clamp(3rem, 6vw, 5rem); }

/* The desk photo's subject sits low and right; anchoring there keeps the Bible
   and the journal in frame while the copy sits in the light on the left. */
.page-hero--short .page-hero__bg { background-position: 62% 62%; }

/* --- the archive ---------------------------------------------------------- */

.jlist { display: grid; gap: clamp(1.1rem, 2.5vw, 1.6rem); }

.jcard {
  display: grid;
  /* 40 / 60. Michelle's cover graphics are the thing readers notice first, and
     the summaries are short enough not to need the extra text width. */
  grid-template-columns: minmax(0, 40fr) minmax(0, 60fr);
  gap: clamp(1rem, 2.5vw, 1.8rem);
  align-items: center;
  background: var(--card);
  border: 1px solid var(--line-soft);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  transition: box-shadow .25s ease, border-color .25s ease;
}
.jcard:hover { box-shadow: var(--shadow-md); border-color: var(--line); }

/* A post with no cover photo should not leave a hole where one would be. */
.jcard:not(:has(.jcard__art)) { grid-template-columns: 1fr; }

.jcard__art { display: block; align-self: stretch; }
.jcard__art img { width: 100%; height: 100%; min-height: 180px; object-fit: cover; display: block; }

.jcard__body { padding: clamp(1.2rem, 2.6vw, 1.9rem); padding-left: 0; }
.jcard:not(:has(.jcard__art)) .jcard__body { padding-left: clamp(1.2rem, 2.6vw, 1.9rem); }

.jcard__meta {
  display: flex; align-items: center; gap: .5rem; flex-wrap: wrap;
  font-family: var(--sans); font-size: .74rem;
  letter-spacing: .1em; text-transform: uppercase; color: var(--muted);
  margin: 0 0 .6rem;
}
.jcard__pin {
  font-weight: 700; color: var(--gold-deep);
  background: #F6ECD5; border-radius: 3px; padding: .15rem .45rem;
  letter-spacing: .12em;
}
.jcard__t {
  font-family: var(--display); font-weight: 500;
  font-size: clamp(1.5rem, 3vw, 2rem); line-height: 1.2;
  margin: 0 0 .55rem;
}
.jcard__t a { color: var(--ink); text-decoration: none; }
.jcard__t a:hover { color: var(--gold-deep); }
.jcard__s { color: var(--muted); line-height: 1.75; margin: 0; }
.jcard__more { margin: .9rem 0 0; }
.jcard__more a {
  display: inline-flex; align-items: center; gap: .45rem;
  font-family: var(--sans); font-size: .78rem; font-weight: 700;
  letter-spacing: .12em; text-transform: uppercase;
  color: var(--gold-deep); text-decoration: none;
}
.jcard__more a:hover { color: var(--gold); }
.jcard__more .ico { width: 15px; height: 15px; transition: transform .2s ease; }
.jcard__more a:hover .ico { transform: translateX(3px); }

@media (max-width: 760px) {
  .jcard { grid-template-columns: 1fr; }
  /* Michelle's covers are 2:3 portraits. Cropping one into a landscape strip
     cut the artwork in half, so on a phone the whole cover is shown above the
     title at its own proportions — no cropping, height left to the image. */
  .jcard__art {
    align-self: center;
    padding: clamp(1.1rem, 4vw, 1.5rem) clamp(1.1rem, 4vw, 1.5rem) 0;
  }
  .jcard__art img {
    width: 100%;
    max-width: 330px;
    height: auto;
    min-height: 0;
    aspect-ratio: auto;
    object-fit: fill;
    margin-inline: auto;
    border-radius: 8px;
  }
  .jcard__body { padding: clamp(1.1rem, 4vw, 1.5rem); text-align: center; }
  .jcard__meta { justify-content: center; }
  .jcard__more a { justify-content: center; }
}

/* --- nothing published yet -------------------------------------------------- */

.jempty {
  text-align: center; padding: clamp(2.5rem, 8vw, 4.5rem) 1.5rem;
  background: var(--card); border: 1px dashed var(--line); border-radius: var(--radius);
}
.jempty .ico { width: 30px; height: 30px; color: var(--gold); }
.jempty__t { font-family: var(--display); font-size: 1.6rem; margin: .8rem 0 .4rem; }
.jempty__s { color: var(--muted); max-width: 42ch; margin-inline: auto; line-height: 1.75; }

/* --- pager -------------------------------------------------------------------- */

.jpager {
  display: flex; align-items: center; justify-content: space-between;
  gap: 1rem; margin-top: clamp(2rem, 5vw, 3rem);
}
.jpager__count {
  font-family: var(--sans); font-size: .74rem;
  letter-spacing: .14em; text-transform: uppercase; color: var(--muted);
}

/* --- a single post -------------------------------------------------------------- */

.jpost__head { padding-top: clamp(7rem, 11vw, 8.5rem); }
.jpost__back { margin: 0 0 1.4rem; }
.jpost__back a {
  display: inline-flex; align-items: center; gap: .45rem;
  font-family: var(--sans); font-size: .76rem; font-weight: 700;
  letter-spacing: .12em; text-transform: uppercase;
  color: var(--muted); text-decoration: none;
}
.jpost__back a:hover { color: var(--gold-deep); }
.jpost__back .ico { width: 15px; height: 15px; }

.jpost__meta {
  font-family: var(--sans); font-size: .74rem;
  letter-spacing: .14em; text-transform: uppercase; color: var(--gold-deep);
  margin: 0 0 .7rem;
}
.jpost__t {
  font-family: var(--display); font-weight: 400;
  font-size: clamp(2.1rem, 5vw, 3.3rem); line-height: 1.12;
  letter-spacing: .01em; margin: 0;
}
.jpost__lead {
  font-size: clamp(1.05rem, 1.9vw, 1.2rem); line-height: 1.8;
  color: var(--muted); margin: 1rem 0 0; max-width: 62ch;
}

.jpost__cover {
  width: 100%; height: auto; display: block;
  border-radius: var(--radius); margin: clamp(1.5rem, 4vw, 2.5rem) 0 0;
  box-shadow: var(--shadow-md);
}

/* --- the body copy ----------------------------------------------------------------- */

/* Set in the serif at a comfortable reading size — most entries will be read on
   a phone, some of them by people who are exhausted. */
.jprose {
  font-family: var(--display);
  font-size: clamp(1.15rem, 2.1vw, 1.3rem);
  line-height: 1.85;
  color: #33291D;
  margin-top: clamp(1.8rem, 4vw, 2.6rem);
  max-width: 68ch;
}
.jprose > :first-child { margin-top: 0; }
.jprose p { margin: 0 0 1.35rem; }
.jprose h2 {
  font-family: var(--display); font-weight: 500;
  font-size: clamp(1.5rem, 3vw, 1.95rem); line-height: 1.25;
  margin: 2.4rem 0 .8rem; color: var(--ink);
}
.jprose h3 {
  font-family: var(--sans); font-weight: 700;
  font-size: .84rem; letter-spacing: .16em; text-transform: uppercase;
  color: var(--gold-deep); margin: 2.2rem 0 .7rem;
}
.jprose blockquote {
  margin: 1.8rem 0; padding: .2rem 0 .2rem 1.3rem;
  border-left: 3px solid var(--gold);
  font-style: italic; color: #4A4034;
}
.jprose blockquote p:last-child { margin-bottom: 0; }
.jprose ul, .jprose ol { margin: 0 0 1.35rem; padding-left: 1.4rem; }
.jprose li { margin-bottom: .5rem; }
.jprose a { color: var(--gold-deep); text-decoration: underline; text-underline-offset: 3px; }
.jprose a:hover { color: var(--gold); }
.jprose img {
  max-width: 100%; height: auto; display: block;
  border-radius: var(--radius); margin: 1.8rem 0;
  box-shadow: var(--shadow-sm);
}
.jprose hr {
  border: 0; height: 1px; margin: 2.4rem auto; width: 40%;
  background: linear-gradient(to right, transparent, var(--gold-soft), transparent);
}

/* --- signature + sharing ------------------------------------------------------------- */

.jpost__foot {
  margin-top: clamp(2.5rem, 6vw, 3.5rem);
  padding-top: clamp(1.5rem, 4vw, 2rem);
  border-top: 1px solid var(--line-soft);
}
.jpost__sign { margin: 0 0 1.4rem; }

.jshare { display: flex; align-items: center; gap: .6rem; flex-wrap: wrap; }
.jshare__l {
  display: inline-flex; align-items: center; gap: .45rem;
  font-family: var(--sans); font-size: .74rem; font-weight: 700;
  letter-spacing: .14em; text-transform: uppercase; color: var(--muted);
  margin-right: .2rem;
}
.jshare__l .ico { width: 15px; height: 15px; color: var(--gold); }

/* --- previous entry -------------------------------------------------------------------- */

.jnext {
  display: flex; align-items: center; justify-content: space-between;
  gap: 1.5rem; flex-wrap: wrap;
}
.jnext__link { text-decoration: none; min-width: 0; }
.jnext__l {
  display: block; font-family: var(--sans); font-size: .72rem; font-weight: 700;
  letter-spacing: .14em; text-transform: uppercase; color: var(--muted);
  margin-bottom: .3rem;
}
.jnext__t {
  display: block; font-family: var(--display);
  font-size: clamp(1.2rem, 2.4vw, 1.5rem); line-height: 1.3; color: var(--ink);
}
a.jnext__link:hover .jnext__t { color: var(--gold-deep); }
.jnext__link--none .jnext__t { color: var(--muted); font-style: italic; }

@media (max-width: 640px) {
  .jnext { flex-direction: column; align-items: flex-start; }
  .jnext .btn { width: 100%; }
}

/* --- topic clusters --------------------------------------------------------- */

.jtopics {
  display: flex; flex-wrap: wrap; gap: .5rem;
  margin-bottom: clamp(1.5rem, 4vw, 2.2rem);
}
.jtopic {
  font-family: var(--sans); font-size: .72rem; font-weight: 700;
  letter-spacing: .12em; text-transform: uppercase;
  padding: .5rem .85rem; border-radius: 100px;
  border: 1px solid var(--line); background: var(--card);
  color: var(--muted); text-decoration: none;
  transition: border-color .2s ease, color .2s ease, background .2s ease;
}
.jtopic:hover { border-color: var(--gold-soft); color: var(--gold-deep); }
.jtopic.is-on { background: var(--gold); border-color: var(--gold-deep); color: #fff; }

.jcard__cat {
  font-weight: 700; color: var(--gold-deep); text-decoration: none;
  letter-spacing: .12em;
}
.jcard__cat:hover { color: var(--gold); text-decoration: underline; }

.jtopic-hero { padding-top: clamp(7.5rem, 12vw, 9.5rem); }
.jtopic-hero__n {
  font-family: var(--sans); font-size: .74rem; letter-spacing: .14em;
  text-transform: uppercase; color: var(--muted); margin: 1rem 0 0;
}

/* --- the author box --------------------------------------------------------- */

.jbio {
  display: grid; grid-template-columns: auto minmax(0, 1fr);
  gap: clamp(1rem, 3vw, 1.8rem); align-items: start;
  margin-top: clamp(2rem, 5vw, 3rem);
  padding: clamp(1.4rem, 3.5vw, 2rem);
  background: var(--card); border: 1px solid var(--line-soft);
  border-radius: var(--radius); box-shadow: var(--shadow-sm);
}
.jbio__photo {
  width: clamp(80px, 12vw, 116px); aspect-ratio: 1; object-fit: cover;
  border-radius: 50%; display: block; border: 2px solid var(--cream);
  box-shadow: var(--shadow-sm);
}
.jbio__text { line-height: 1.8; color: var(--muted); margin: .2rem 0 1.1rem; }
.jbio .ico { width: 15px; height: 15px; }

@media (max-width: 560px) {
  .jbio { grid-template-columns: 1fr; justify-items: center; text-align: center; }
  .jbio .eyebrow { justify-content: center; }
  .jbio .eyebrow--start::before { display: none; }
}

/* --- continue reading -------------------------------------------------------- */

.jrelated {
  display: grid; gap: clamp(.8rem, 2vw, 1.2rem);
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}
.jrel {
  display: flex; flex-direction: column; text-decoration: none;
  background: var(--card); border: 1px solid var(--line-soft);
  border-radius: var(--radius); overflow: hidden;
  transition: box-shadow .25s ease, border-color .25s ease;
}
.jrel:hover { box-shadow: var(--shadow-md); border-color: var(--line); }
.jrel__art { display: block; }
.jrel__art img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; display: block; }
.jrel__body { padding: 1rem 1.1rem 1.2rem; }
.jrel__meta {
  display: block; font-family: var(--sans); font-size: .68rem;
  letter-spacing: .1em; text-transform: uppercase; color: var(--muted);
  margin-bottom: .45rem;
}
.jrel__t {
  display: block; font-family: var(--display); font-size: 1.2rem;
  line-height: 1.3; color: var(--ink);
}
.jrel:hover .jrel__t { color: var(--gold-deep); }

/* --- the starter kit download page ------------------------------------------- */

.kit { display: grid; gap: clamp(1.2rem, 3vw, 2rem); }

.kit__card {
  display: grid;
  grid-template-columns: minmax(0, 38fr) minmax(0, 62fr);
  gap: clamp(1.2rem, 3vw, 2.4rem);
  align-items: center;
  background: var(--card);
  border: 1px solid var(--line-soft);
  border-radius: var(--radius);
  padding: clamp(1.3rem, 3vw, 2.2rem);
  box-shadow: var(--shadow-sm);
}
/* Each card's picture is a photograph with its own setting, so it is shown as a
   framed image rather than floated on a tile. */
.kit__art { display: grid; place-items: center; }
.kit__art img {
  width: 100%; height: auto; display: block;
  max-height: 300px; object-fit: cover;
  border-radius: calc(var(--radius) - 2px);
  box-shadow: 0 12px 28px rgba(60, 44, 20, .14);
}
.kit__n {
  font-family: var(--sans); font-size: .68rem; font-weight: 700;
  letter-spacing: .2em; text-transform: uppercase; color: var(--gold-deep);
  margin: 0 0 .5rem;
}
.kit__t {
  font-family: var(--display); font-weight: 500;
  font-size: clamp(1.4rem, 2.8vw, 1.9rem); line-height: 1.2;
  margin: 0 0 .7rem;
}
.kit__d { color: var(--muted); line-height: 1.8; margin: 0 0 1.4rem; }

/* Honest placeholder for a file that does not exist yet — deliberately not a
   button, so nobody clicks and gets nothing. */
.kit__soon {
  display: flex; align-items: flex-start; gap: .55rem;
  font-size: .88rem; line-height: 1.7; color: var(--gold-deep);
  background: #FAF4E6; border: 1px dashed var(--gold-soft);
  border-radius: 8px; padding: .8rem 1rem; margin: 0;
}
.kit__soon .ico { width: 16px; height: 16px; flex: 0 0 auto; margin-top: .22rem; }

@media (max-width: 700px) {
  .kit__card { grid-template-columns: 1fr; text-align: center; }
  .kit__art img { max-height: 220px; }
  .kit__card .btn { width: 100%; }
  .kit__soon { text-align: left; }
}

/* --- numbered next steps ------------------------------------------------------ */

.steps-list { list-style: none; margin: 0; padding: 0; display: grid; gap: .9rem; }
.steps-list li {
  display: flex; align-items: flex-start; gap: .9rem;
  font-size: 1.02rem; line-height: 1.75; color: var(--ink-2);
}
.steps-list__n {
  flex: 0 0 auto; width: 30px; height: 30px; border-radius: 50%;
  display: grid; place-items: center;
  font-family: var(--sans); font-size: .82rem; font-weight: 700;
  background: var(--gold); color: #fff;
}

/* Small print under a download button — how big it is and what is inside, so
   nobody taps a 14 MB file on hospital wi-fi without warning. */
.kit__note {
  font-size: .8rem; line-height: 1.6; color: var(--muted);
  margin: .8rem 0 0;
}

/* Topic landing page: the optional introduction, and the count on each chip. */
.jtopic-intro {
  margin-top: clamp(1.5rem, 4vw, 2.2rem);
  padding-top: clamp(1.2rem, 3vw, 1.8rem);
  border-top: 1px solid var(--line-soft);
  max-width: 68ch;
}
.jtopic__n {
  display: inline-block; margin-left: .35rem;
  font-size: .92em; opacity: .65;
}
.jtopic.is-on .jtopic__n { opacity: .85; }

/* ==========================================================================
   THE PODCAST PAGE
   ========================================================================== */

/* --- hero ----------------------------------------------------------------- */
.pod-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  /* The header is fixed, so the hero starts below it rather than under it. */
  padding: calc(116px + clamp(.5rem, 2vw, 1.5rem)) 0 clamp(2.6rem, 6vw, 4.5rem);
  background: var(--cream-2, #f3ece1);
}
.pod-hero__bg {
  position: absolute;
  inset: 0;
  z-index: -1;
  background-size: cover;
  background-position: center;
}
/* The artwork is busy behind text, so it sits under a wash rather than being
   asked to carry the words on its own. */
.pod-hero__bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(100deg, rgba(28, 22, 16, .82) 0%, rgba(28, 22, 16, .66) 55%, rgba(28, 22, 16, .5) 100%);
}
.pod-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 320px) minmax(0, 1fr);
  gap: clamp(1.6rem, 4vw, 3.4rem);
  align-items: center;
}
.pod-hero__art img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, .45);
}
.pod-hero__copy { color: #fbf6ec; }
.pod-hero__copy .h-display,
.pod-hero__copy .script-line { color: #fff; }
.pod-hero__copy .lead { color: rgba(251, 246, 236, .88); }
.pod-hero__copy .eyebrow { color: var(--gold, #c3a15b); }
.pod-hero__copy .script-line {
  font-size: clamp(1.35rem, 2.6vw, 1.9rem);
  margin: .1rem 0 1rem;
}
.pod-hero__copy .btn--ghost {
  color: #fff;
  border-color: rgba(255, 255, 255, .5);
}
.pod-hero__copy .btn--ghost:hover { background: rgba(255, 255, 255, .12); }

/* --- listen on ------------------------------------------------------------ */
.platforms {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: .7rem;
}
.platform {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  padding: .7rem 1.15rem;
  border: 1px solid var(--line-soft, #e2d8c8);
  border-radius: 999px;
  background: #fff;
  color: var(--ink);
  font-size: .92rem;
  text-decoration: none;
  transition: border-color .2s, transform .2s, box-shadow .2s;
}
.platform:hover {
  border-color: var(--gold, #c3a15b);
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, .07);
}
.platform .ico { width: 17px; height: 17px; flex: 0 0 auto; color: var(--gold, #c3a15b); }

/* "More platforms" opens in place rather than sending anyone to another page. */
.platform--more { padding: 0; position: relative; }
.platform--more > summary {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  padding: .7rem 1.15rem;
  cursor: pointer;
  list-style: none;
}
.platform--more > summary::-webkit-details-marker { display: none; }
.platform__list {
  position: absolute;
  z-index: 5;
  left: 50%;
  transform: translateX(-50%);
  top: calc(100% + .4rem);
  min-width: 11rem;
  display: grid;
  padding: .35rem;
  border: 1px solid var(--line-soft, #e2d8c8);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(0, 0, 0, .12);
}
.platform__list a {
  padding: .5rem .7rem;
  border-radius: 5px;
  color: var(--ink);
  font-size: .9rem;
  text-decoration: none;
}
.platform__list a:hover { background: var(--cream-2, #f3ece1); }

/* --- about ---------------------------------------------------------------- */
.pod-about {
  display: grid;
  grid-template-columns: minmax(0, 260px) minmax(0, 1fr);
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: start;
}
.pod-about__photo img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 50%;
  box-shadow: 0 18px 40px rgba(0, 0, 0, .14);
}
.pod-about__body p { margin: 0 0 1rem; }
.pod-about__lead {
  font-family: var(--serif, 'Cormorant Garamond', serif);
  font-size: clamp(1.3rem, 2.6vw, 1.75rem);
  line-height: 1.35;
  color: var(--ink);
}
.pod-about__body .script-line {
  display: block;
  margin-top: 1.3rem;
  font-size: clamp(1.2rem, 2.4vw, 1.6rem);
  color: var(--gold-deep, #9a7a3c);
}

/* --- episodes ------------------------------------------------------------- */
.ep-head {
  display: flex;
  flex-wrap: wrap;
  gap: .8rem 1.2rem;
  align-items: baseline;
  justify-content: space-between;
}
.ep-head__all {
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  font-size: .88rem;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: var(--gold-deep, #9a7a3c);
  text-decoration: none;
}
.ep-head__all:hover { text-decoration: underline; }
.ep-head__all .ico { width: 15px; height: 15px; flex: 0 0 auto; }

.eps { display: grid; gap: 1.1rem; }
.ep {
  display: grid;
  grid-template-columns: 132px minmax(0, 1fr);
  gap: 1.3rem;
  padding: 1.3rem;
  border: 1px solid var(--line-soft, #e2d8c8);
  border-radius: 10px;
  background: #fff;
}
.ep__art img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 7px;
}
.ep__n {
  margin: 0 0 .2rem;
  font-size: .74rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--gold-deep, #9a7a3c);
}
.ep__t {
  margin: 0 0 .5rem;
  font-family: var(--serif, 'Cormorant Garamond', serif);
  font-size: clamp(1.2rem, 2.2vw, 1.5rem);
  line-height: 1.25;
}
.ep__d { margin: 0 0 .6rem; font-size: .93rem; line-height: 1.65; color: var(--muted); }
.ep__meta {
  margin: 0 0 .8rem;
  font-size: .82rem;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: var(--muted);
}
.ep__player { width: 100%; height: 38px; }
.ep__companion { margin: .8rem 0 0; font-size: .88rem; }
.ep__companion a {
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  color: var(--gold-deep, #9a7a3c);
  text-decoration: none;
  letter-spacing: .03em;
  text-transform: uppercase;
  font-size: .8rem;
}
.ep__companion a:hover { text-decoration: underline; }
.ep__companion .ico { width: 14px; height: 14px; flex: 0 0 auto; }

/* --- the book ------------------------------------------------------------- */
.pod-book,
.pod-journal {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(3rem, 7vw, 5rem) 0;
}
.pod-book__bg,
.pod-journal__bg {
  position: absolute;
  inset: 0;
  z-index: -1;
  background-size: cover;
  background-position: center;
}
.pod-book__bg::after,
.pod-journal__bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(24, 19, 14, .74);
}
.pod-book__grid {
  display: grid;
  grid-template-columns: minmax(0, 300px) minmax(0, 1fr);
  gap: clamp(1.6rem, 4vw, 3.4rem);
  align-items: center;
}
.pod-book__art img {
  display: block;
  width: 100%;
  height: auto;
  filter: drop-shadow(0 24px 46px rgba(0, 0, 0, .5));
}
.pod-book__copy,
.pod-journal__copy { color: rgba(251, 246, 236, .9); }
.pod-book__copy h2,
.pod-journal__copy h2 { color: #fff; }
.pod-book__copy p { margin: 0 0 .9rem; line-height: 1.75; }
.pod-book__copy .btn--ghost,
.pod-journal__copy .btn--ghost {
  color: #fff;
  border-color: rgba(255, 255, 255, .5);
}
.pod-journal__copy { max-width: 46rem; text-align: center; margin: 0 auto; }
.pod-journal__copy .lead { color: rgba(251, 246, 236, .88); }

/* --- stay connected ------------------------------------------------------- */
.pod-signup {
  display: flex;
  flex-wrap: wrap;
  gap: .6rem;
  justify-content: center;
  max-width: 30rem;
  margin: 1.4rem auto 0;
}
.pod-signup input[type="email"] {
  flex: 1 1 16rem;
  min-width: 0;
  padding: .8rem 1rem;
  border: 1px solid var(--line-soft, #e2d8c8);
  border-radius: 5px;
  background: #fff;
  font: inherit;
}
.pod-signup .form-status { flex: 1 0 100%; margin: .2rem 0 0; }

/* --- narrow screens ------------------------------------------------------- */
@media (max-width: 860px) {
  .pod-hero__grid,
  .pod-about,
  .pod-book__grid { grid-template-columns: 1fr; }
  .pod-hero__art { max-width: 260px; margin: 0 auto; }
  .pod-hero__copy { text-align: center; }
  .pod-hero__copy .eyebrow,
  .pod-hero__copy .btns { justify-content: center; }
  .pod-about__photo { max-width: 190px; margin: 0 auto; }
  .pod-book__art { max-width: 220px; margin: 0 auto; }

  /* Stacked, the copy sits over the middle of the photograph rather than its
     darkest corner, so the wash runs top to bottom instead. */
  .pod-hero__bg::after {
    background: linear-gradient(180deg, rgba(28, 22, 16, .8) 0%, rgba(28, 22, 16, .62) 30%, rgba(28, 22, 16, .78) 100%);
  }
}

@media (max-width: 560px) {
  .ep { grid-template-columns: 1fr; gap: 1rem; }
  .ep__art { max-width: 150px; }
}

/* An entry that has a companion episode says so, above the writing. */
.jlisten {
  margin: 0 0 2rem;
  padding: 1.2rem 1.4rem;
  border: 1px solid var(--line-soft, #e2d8c8);
  border-left: 3px solid var(--gold, #c3a15b);
  border-radius: 8px;
  background: var(--cream-2, #f3ece1);
}
.jlisten__t {
  margin: 0 0 .2rem;
  font-family: var(--serif, 'Cormorant Garamond', serif);
  font-size: 1.25rem;
}
.jlisten__s { margin: 0 0 .9rem; font-size: .92rem; line-height: 1.6; color: var(--muted); }
.jlisten__b { display: flex; flex-wrap: wrap; gap: .55rem; margin: 0; }
.jlisten__player { width: 100%; height: 38px; }
.jlisten__more { margin: .8rem 0 0; }
.jlisten__more a {
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  font-size: .8rem;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: var(--gold-deep, #9a7a3c);
  text-decoration: none;
}
.jlisten__more a:hover { text-decoration: underline; }
.jlisten__more .ico { width: 14px; height: 14px; flex: 0 0 auto; }

/* ==========================================================================
   SPONSOR HOPE
   ========================================================================== */

/* --- hero ----------------------------------------------------------------- */
.sh-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: calc(116px + clamp(.5rem, 2vw, 1.5rem)) 0 clamp(2.5rem, 5vw, 4rem);
}
.sh-hero__bg { position: absolute; inset: 0; z-index: -1; background-size: cover; background-position: center; }
.sh-hero__bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(105deg, rgba(26, 20, 14, .9) 0%, rgba(26, 20, 14, .72) 46%, rgba(26, 20, 14, .55) 100%);
}
.sh-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr) minmax(0, 318px);
  gap: clamp(1.2rem, 2.6vw, 2.4rem);
  align-items: center;
}
.sh-hero__copy { color: rgba(251, 246, 236, .9); }
.sh-hero__copy .h-display { color: #fff; }
.sh-hero__sub {
  margin: .5rem 0 .9rem;
  font-family: var(--serif, 'Cormorant Garamond', serif);
  font-size: clamp(1.05rem, 2vw, 1.4rem);
  line-height: 1.35;
  letter-spacing: .01em;
  color: #fff;
  text-transform: uppercase;
}
.sh-hero__copy > p { line-height: 1.7; }

/* Always three across. On a flex row the third one dropped to its own line as
   soon as the column narrowed, which read as a mistake. */
.sh-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .5rem;
  margin: 1.3rem 0 1.1rem;
}
.sh-stat {
  padding: .7rem .35rem;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 8px;
  background: rgba(255, 255, 255, .07);
  backdrop-filter: blur(3px);
}
.sh-stat__n {
  display: block;
  font-family: var(--serif, 'Cormorant Garamond', serif);
  font-size: clamp(1.5rem, 3vw, 2rem);
  line-height: 1;
  color: var(--gold-soft, #e0bd77);
}
.sh-stat__l {
  display: block;
  margin-top: .3rem;
  font-size: .62rem;
  letter-spacing: .09em;
  text-transform: uppercase;
  color: rgba(251, 246, 236, .78);
}
.sh-hero__decl { font-size: .95rem; line-height: 1.7; }
.sh-hero__decl .script-line { display: block; font-size: 1.25rem; margin-top: .15rem; }

.sh-hero__art img { display: block; width: 100%; height: auto; filter: drop-shadow(0 26px 50px rgba(0, 0, 0, .55)); }

/* --- the giving box ------------------------------------------------------- */
.sh-give {
  padding: 1.3rem 1.2rem;
  border-radius: 12px;
  background: rgba(253, 249, 241, .96);
  box-shadow: 0 24px 60px rgba(0, 0, 0, .35);
}
.sh-give__t {
  margin: 0;
  font-size: .74rem;
  letter-spacing: .16em;
  text-transform: uppercase;
  text-align: center;
  color: var(--gold-deep, #9a7a3c);
}
.sh-give__s { margin: .35rem 0 .9rem; font-size: .88rem; text-align: center; color: var(--muted); }
.sh-tiers { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: .4rem; margin-bottom: .9rem; }
.sh-tier {
  padding: .55rem .2rem;
  text-align: center;
  border: 1px solid var(--line-soft, #e2d8c8);
  border-radius: 7px;
  background: #fff;
  text-decoration: none;
  transition: border-color .2s, transform .2s;
}
.sh-tier:hover { border-color: var(--gold, #c3a15b); transform: translateY(-2px); }
.sh-tier__amt { display: block; font-size: .95rem; color: var(--ink); }
.sh-tier__n { display: block; margin-top: .1rem; font-size: .62rem; letter-spacing: .06em; text-transform: uppercase; color: var(--muted); }
.sh-give__note {
  display: flex;
  gap: .4rem;
  margin: .8rem 0 0;
  font-size: .74rem;
  line-height: 1.5;
  color: var(--muted);
}
.sh-give__note .ico { width: 13px; height: 13px; flex: 0 0 auto; margin-top: .15rem; color: var(--gold-deep, #9a7a3c); }

/* --- her story + video ---------------------------------------------------- */
.sh-story {
  display: grid;
  grid-template-columns: minmax(0, 250px) minmax(0, 1.25fr) minmax(0, 1fr);
  gap: clamp(1.2rem, 3vw, 2.4rem);
  align-items: start;
}
/* Until there is a video, its column would sit empty and leave the story
   squeezed into a third of the row. Two columns instead, and the photo grows. */
.sh-story--novideo { grid-template-columns: minmax(0, 340px) minmax(0, 1fr); }
.sh-story__photo img { display: block; width: 100%; height: auto; border-radius: 10px; }
/* The video column carries a heading and two lines of text above its picture.
   This drops the photograph by that much so the two tops line up. Measured
   against the current wording — it is an alignment by eye, not a lock, so a
   longer blurb would shift it by a line. */
@media (min-width: 1081px) {
  .sh-story:not(.sh-story--novideo) .sh-story__photo { margin-top: 7.25rem; }
}
.sh-story__body p { margin: 0 0 .85rem; line-height: 1.75; }
.sh-story__lead {
  font-family: var(--serif, 'Cormorant Garamond', serif);
  font-size: clamp(1.1rem, 2.2vw, 1.4rem);
  line-height: 1.4;
}
.sh-story__body .script-line { display: block; margin: 1rem 0 .4rem; font-size: 1.3rem; color: var(--gold-deep, #9a7a3c); }
.sh-story__aside { font-size: .85rem; }
.sh-story__aside a { color: var(--gold-deep, #9a7a3c); }
.sh-story__aside .ico { width: 13px; height: 13px; vertical-align: -1px; margin-left: .25em; }

.sh-video__s { margin: .2rem 0 .9rem; line-height: 1.75; }
/* The video is 9:16 by design — it was shot for social — and the lightbox always
   plays it that way, uncropped.

   The little preview is a separate question, and its shape follows whichever
   picture it is actually showing:
     • a picture Michelle uploads  → 4:5, the shape she crops them to
     • YouTube's automatic still   → 16:9, because that is what YouTube makes
     • Vimeo's automatic still     → 9:16, matching the video
   Forcing any of them into the wrong frame would zoom into a strip of the
   middle, so each gets its own. */
.sh-video__poster {
  position: relative;
  display: block;
  width: 100%;
  max-width: 320px;
  aspect-ratio: 4 / 5;
  padding: 0;
  border: 0;
  border-radius: 10px;
  overflow: hidden;
  background: var(--cream-2, #f3ece1);
  cursor: pointer;
}
.sh-video__poster--wide { max-width: 380px; aspect-ratio: 16 / 9; }
.sh-video__poster--tall { max-width: 260px; aspect-ratio: 9 / 16; }
.sh-video__poster img { width: 100%; height: 100%; object-fit: cover; display: block; }
.sh-video__play {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  background: rgba(20, 15, 10, .28);
  transition: background .2s;
}
.sh-video__poster:hover .sh-video__play { background: rgba(20, 15, 10, .12); }
.sh-video__play .ico {
  width: 26px;
  height: 26px;
  padding: 14px;
  border-radius: 50%;
  background: rgba(253, 249, 241, .94);
  color: var(--gold-deep, #9a7a3c);
  box-sizing: content-box;
}

/* --- lightbox ------------------------------------------------------------- */
.sh-lightbox { border: 0; padding: 0; background: transparent; max-width: 100vw; max-height: 100vh; }
.sh-lightbox::backdrop { background: rgba(14, 10, 6, .88); }
.sh-lightbox__frame {
  position: relative;
  width: min(92vw, calc((100vh - 5rem) * 9 / 16));
  aspect-ratio: 9 / 16;
  max-height: calc(100vh - 5rem);
  border-radius: 10px;
  overflow: hidden;
  background: #000;
}
.sh-lightbox__frame iframe { width: 100%; height: 100%; border: 0; display: block; }
/* Inside the frame, not above it. Sitting outside, it was clipped off the top
   of the screen as soon as the video used the full available height. */
.sh-lightbox__x {
  position: absolute;
  z-index: 2;
  top: .55rem;
  right: .55rem;
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  padding: .4rem .8rem;
  border: 1px solid rgba(255, 255, 255, .45);
  border-radius: 999px;
  background: rgba(14, 10, 6, .6);
  backdrop-filter: blur(4px);
  color: #fff;
  font: inherit;
  font-size: .8rem;
  cursor: pointer;
}
.sh-lightbox__x:hover { background: rgba(14, 10, 6, .85); }
.sh-lightbox__x .ico { width: 14px; height: 14px; }

/* --- three ways ----------------------------------------------------------- */
.sh-ways { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
.sh-way {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 1.4rem;
  border: 1px solid var(--line-soft, #e2d8c8);
  border-radius: 10px;
  background: #fff;
}
.sh-way > .ico { width: 26px; height: 26px; color: var(--gold, #c3a15b); }
.sh-way__t {
  margin: .7rem 0 .4rem;
  font-family: var(--serif, 'Cormorant Garamond', serif);
  font-size: 1.2rem;
  text-transform: uppercase;
  letter-spacing: .03em;
}
.sh-way p { margin: 0 0 1rem; font-size: .92rem; line-height: 1.65; color: var(--muted); }
/* The action sits at the foot of every card, so the three buttons line up even
   though only two of them carry a note underneath. */
.sh-way__foot { margin-top: auto; padding-top: .2rem; }
.sh-way__note { margin: .7rem 0 0 !important; font-size: .78rem !important; }

/* --- what it delivers ----------------------------------------------------- */
/* The package photograph was overpowering the list beside it. Narrower column
   and a cap on its width bring the two to roughly the same visual height. */
.sh-delivers {
  display: grid;
  grid-template-columns: minmax(0, .8fr) minmax(0, 1fr);
  gap: clamp(1.4rem, 4vw, 3rem);
  align-items: center;
}
/* Sized so the photograph reads at about the same height as the list beside it,
   which is what Michelle asked for — heading through to the price line. */
.sh-delivers__art { max-width: 360px; justify-self: center; }
.section--snug { padding-block: clamp(1.8rem, 3.5vw, 2.8rem); }
.sh-delivers__art img { display: block; width: 100%; height: auto; border-radius: 10px; }
.sh-list { margin: .4rem 0 0; padding: 0; list-style: none; }
.sh-list li {
  position: relative;
  padding: .6rem 0 .6rem 1.7rem;
  border-bottom: 1px solid var(--line-soft, #e2d8c8);
  line-height: 1.6;
}
.sh-list li:last-child { border-bottom: 0; }
.sh-list li::before {
  content: '✝';
  position: absolute;
  left: 0;
  top: .55rem;
  color: var(--gold, #c3a15b);
}
.sh-delivers__price { margin: 1.1rem 0 0; font-size: .95rem; color: var(--muted); }
.sh-delivers__price strong { font-size: 1.2rem; color: var(--gold-deep, #9a7a3c); }

/* --- how it works --------------------------------------------------------- */
.sh-steps { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
.sh-step { padding: 1.3rem; border-radius: 10px; background: #fff; text-align: center; }
.sh-step__n {
  display: inline-grid;
  place-items: center;
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 50%;
  background: var(--gold, #c3a15b);
  color: #fff;
  font-family: var(--serif, 'Cormorant Garamond', serif);
  font-size: 1.1rem;
}
.sh-step__t {
  margin: .7rem 0 .4rem;
  font-family: var(--serif, 'Cormorant Garamond', serif);
  font-size: 1.15rem;
  text-transform: uppercase;
  letter-spacing: .03em;
}
.sh-step p { margin: 0; font-size: .9rem; line-height: 1.65; color: var(--muted); }

/* --- prayer --------------------------------------------------------------- */
.sh-prayer {
  margin: .6rem auto 0;
  max-width: 44rem;
  font-family: var(--serif, 'Cormorant Garamond', serif);
  font-size: clamp(1.05rem, 2.1vw, 1.35rem);
  font-style: italic;
  line-height: 1.75;
}

/* --- narrow screens ------------------------------------------------------- */
@media (max-width: 1080px) {
  .sh-hero__grid { grid-template-columns: minmax(0, 1fr) minmax(0, 300px); }
  .sh-hero__art { grid-column: 1 / -1; order: 3; max-width: 460px; margin: 0 auto; }
  .sh-story { grid-template-columns: minmax(0, 200px) minmax(0, 1fr); }
  .sh-video { grid-column: 1 / -1; }
  .sh-video__poster { margin: 0 auto; }
}

@media (max-width: 860px) {
  .sh-hero__grid,
  .sh-story,
  .sh-delivers { grid-template-columns: 1fr; }
  .sh-hero__copy { text-align: center; }
  .sh-hero__copy .eyebrow { justify-content: center; }
  .sh-hero__bg::after {
    background: linear-gradient(180deg, rgba(26, 20, 14, .82) 0%, rgba(26, 20, 14, .68) 35%, rgba(26, 20, 14, .84) 100%);
  }
  .sh-story__photo { max-width: 240px; margin: 0 auto; }
  .sh-ways, .sh-steps { grid-template-columns: 1fr; }
  .sh-lightbox__frame { width: min(96vw, calc((100vh - 3rem) * 9 / 16)); }
}

@media (max-width: 420px) {
  .sh-tiers { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

/* No still to show — a plain gold-on-cream panel rather than a broken image. */
.sh-video__blank { display: block; width: 100%; height: 100%; background: var(--cream-2, #f3ece1); }

/* --- carousels ------------------------------------------------------------
   Native horizontal scrolling, so swipe, trackpad and keyboard all work without
   being reimplemented. The arrows only appear when there is somewhere to go. */
.sh-car { position: relative; }
.sh-car__track {
  display: grid;
  grid-auto-flow: column;
  /* A fixed track size, not minmax(0, …) — with a zero minimum the columns
     shrink to fit the container and the row never overflows, so there is
     nothing to scroll and the arrows never appear. */
  grid-auto-columns: min(360px, 82%);
  gap: 1rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  padding: .3rem .2rem 1rem;
  /* Room for the arrows to sit over the ends without covering content. */
  scrollbar-width: thin;
}
.sh-car__track:focus-visible { outline: 2px solid var(--gold, #c3a15b); outline-offset: 3px; }
.sh-car__item { scroll-snap-align: start; margin: 0; height: 100%; }

.sh-car__nav {
  position: absolute;
  top: calc(50% - 1.4rem);
  z-index: 2;
  display: grid;
  place-items: center;
  width: 2.6rem;
  height: 2.6rem;
  border: 1px solid var(--line-soft, #e2d8c8);
  border-radius: 50%;
  background: rgba(253, 249, 241, .96);
  color: var(--gold-deep, #9a7a3c);
  cursor: pointer;
  box-shadow: 0 6px 18px rgba(0, 0, 0, .12);
  transition: background .2s, transform .2s;
}
.sh-car__nav:hover { background: #fff; transform: scale(1.06); }
.sh-car__nav[disabled] { opacity: .3; cursor: default; transform: none; }
.sh-car__nav .ico { width: 16px; height: 16px; }
.sh-car__nav--prev { left: -1.1rem; }
.sh-car__nav--next { right: -1.1rem; }

/* The quote cards stretch to a common height so the row reads as one band. */
.sh-car .quote-box { display: flex; flex-direction: column; justify-content: center; }

/* --- delivery photographs -------------------------------------------------- */
.sh-shot {
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--line-soft, #e2d8c8);
}
.sh-shot img {
  display: block;
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}
.sh-shot figcaption {
  padding: .7rem .85rem;
  font-size: .85rem;
  line-height: 1.5;
  color: var(--muted);
}

@media (max-width: 900px) {
  /* Arrows would hang off the screen edge, so they tuck inside. */
  .sh-car__nav--prev { left: .25rem; }
  .sh-car__nav--next { right: .25rem; }
}
