/* ==========================================================================
   Meta Church VR: page extras for bible-island.html and sermons.html
   Linked AFTER styles.css, on those two pages only. Tokens only: no raw
   colours, no new font sizes. Everything here composes shared components.
   ========================================================================== */

/* grid children must be allowed to shrink (same rule the homepage follows) */
.editorial > *, .watch-layout > *, .lookbook > * { min-width: 0; }

/* ---------- Taller page hero (Bible Island): lets the photo breathe ---------- */
.page-hero--tall { min-height: clamp(24rem, 56vw, 40rem); }

/* ---------- Editorial spread: heading + verse on one side, copy on the other ---------- */
.editorial { display: grid; gap: var(--sp-6); }
.editorial__body > * + * { margin-top: 1.15em; }
.editorial__body > p:not(.lede) { max-width: 38em; color: var(--fg-soft); }
.editorial__aside { padding-top: var(--sp-2); }
@media (min-width: 62em) {
  .editorial {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    grid-template-rows: auto 1fr;
    grid-template-areas: "head body" "aside body";
    column-gap: var(--gap-grid);
    row-gap: var(--sp-7);
    align-items: start;
  }
  .editorial__head { grid-area: head; }
  .editorial__body { grid-area: body; padding-top: var(--sp-2); }
  .editorial__aside { grid-area: aside; max-width: 30rem; }
}

/* ---------- "Whether you're…" row under the feature trio ---------- */
.forwhom {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: var(--sp-3) var(--sp-5);
  margin-top: var(--sp-7);
  padding-top: var(--sp-5);
  border-top: 1px solid var(--rule);
}
.forwhom__label { color: var(--fg-soft); }

/* ---------- Lookbook: one large lightbox photo, then a row of three ---------- */
.lookbook {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--sp-3);
}
.lookbook .tile { aspect-ratio: 4 / 3; }
.lookbook .tile--feature { grid-column: 1 / -1; aspect-ratio: 16 / 10; }
.lookbook .tile--end { grid-column: 1 / -1; aspect-ratio: 16 / 7; }
.lookbook__sub { grid-column: 1 / -1; margin-top: var(--sp-6); margin-bottom: var(--sp-2); }
.lookbook__sub p { margin-top: var(--sp-3); max-width: 38em; color: var(--fg-soft); }
@media (min-width: 45em) {
  .lookbook { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(.75rem, 1.4vw, 1.25rem); }
  .lookbook .tile--feature { aspect-ratio: 2 / 1; }
  .lookbook .tile--end { grid-column: auto; aspect-ratio: 4 / 3; }
  .lookbook__sub { margin-top: var(--sp-7); }
}

/* ---------- Sermons: player + side panel ---------- */
.watch-layout { display: grid; gap: var(--sp-6); align-items: stretch; }
.watch-layout__note {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: var(--sp-3);
  align-items: start;
  margin-top: var(--sp-4);
  font-size: var(--fs-300);
  line-height: 1.55;
  color: var(--fg-soft);
}
.watch-layout__note .icon { margin-top: .15em; color: var(--accent-2); }
.watch-layout__note a {
  color: var(--link);
  font-weight: 600;
  text-decoration-thickness: 2px;
  text-underline-offset: .22em;
  text-decoration-color: var(--link-line);
}
.watch-layout__note a:hover { text-decoration-color: var(--link-hover-line); }
@media (min-width: 62em) {
  .watch-layout { grid-template-columns: minmax(0, 8fr) minmax(0, 4fr); gap: clamp(1.5rem, 3vw, 2.5rem); align-items: start; }
}

.watch-panel > .tally { margin-top: 0; }
.tally strong {
  display: block;
  font-family: var(--font-serif);
  font-weight: 400;
  font-size: var(--fs-display);
  line-height: .95;
  letter-spacing: -.035em;
  color: var(--accent);
}
.tally span { display: block; margin-top: var(--sp-2); max-width: 22em; line-height: 1.5; color: var(--fg-soft); }
.watch-panel > h3 { margin-top: var(--sp-6); padding-top: var(--sp-5); border-top: 1px solid var(--rule); font-size: var(--fs-500); }
.watch-panel .socials { grid-template-columns: minmax(0, 1fr); margin-top: var(--sp-2); margin-bottom: var(--sp-4); }

/* ---------- Sermons: "what we are teaching now" cards ---------- */
.series > .series__day {
  margin-top: 0;
  font-family: var(--font-serif);
  font-style: italic;
  font-weight: 300;
  font-size: var(--fs-600);
  line-height: 1.1;
  color: var(--accent);
}
.series > h3 { margin-top: var(--sp-1); font-size: var(--fs-700); line-height: 1.08; letter-spacing: -.018em; }
.series__times { margin-top: auto; padding-top: var(--sp-5); }
.series__times li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: var(--sp-1) var(--sp-3);
  min-height: var(--tap);
  padding-block: var(--sp-2);
  border-top: 1px solid var(--rule);
}
.series__et { font-weight: 700; white-space: nowrap; }
.series__local { flex-basis: 100%; font-size: var(--fs-300); color: var(--fg-soft); }

/* ---------- Sermons: compact bulletin card for the "be there live" strip ---------- */
.countdown--compact { max-width: 30rem; margin-top: var(--sp-6); }
.countdown--compact .countdown__name { font-size: var(--fs-600); line-height: 1.15; }
.countdown--compact .countdown__digits { grid-template-columns: repeat(3, minmax(0, 1fr)); }

/* ---------- Sermons: 24/7 stream + latest uploads side by side ---------- */
.watch-pair { display: grid; gap: 1.25rem; }
@media (min-width: 48em) { .watch-pair { grid-template-columns: 1fr 1fr; } }
.watch-pair__label { display: flex; align-items: center; gap: .5rem; margin: 0 0 .5rem; font-weight: 700; font-size: var(--fs-300); color: var(--ink); }
.watch-pair__sub { font-weight: 500; color: var(--ink-soft); }
.watch-pair .pulse { width: .55rem; height: .55rem; }