/* ==========================================================================
   Meta Church VR: page extras for give.html and volunteer.html
   Loaded AFTER styles.css, on those two pages only. Tokens only: no raw
   colours, no new font sizes. Nothing here animates, so there is nothing
   extra to switch off for prefers-reduced-motion.
   ========================================================================== */

/* ---------- Feature verse (give.html): a verse given the room of a full section ---------- */
.verse-feature { text-align: center; }
.verse-feature .eyebrow { justify-content: center; margin-bottom: var(--sp-5); }
.verse-feature__quote { max-width: 56rem; margin-inline: auto; }
.verse-feature__quote p {
  font-family: var(--font-serif);
  font-style: italic;
  font-weight: 300;
  font-size: var(--fs-800);
  line-height: 1.14;
  letter-spacing: -.018em;
  color: var(--fg);
  text-wrap: balance;
}
.verse-feature__mark { color: var(--gold-soft); font-weight: 400; }
.verse-feature__quote cite {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-top: var(--sp-6);
  font-size: var(--fs-200);
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--gold);
}
.verse-feature__quote cite::before,
.verse-feature__quote cite::after {
  content: "";
  flex: none;
  width: clamp(1.5rem, 6vw, 3.5rem);
  height: 1px;
  background: var(--cyan-line);
}
@media (max-width: 30em) {
  /* long words must never push a 320px screen sideways */
  .verse-feature__quote p { font-size: var(--fs-700); line-height: 1.18; overflow-wrap: break-word; }
}

/* ---------- Ways to support (give.html) ---------- */
.support { display: grid; gap: clamp(1rem, 2.4vw, 1.75rem); }

/* lead panel: photo + Patreon */
.support__lead {
  display: grid;
  overflow: hidden;
  border-radius: var(--r-lg);
  background: var(--paper);
  box-shadow: var(--shadow-soft);
}
.support__media { position: relative; margin: 0; min-width: 0; background: var(--sand); }
.support__media img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: var(--focus-pos, 50% 50%);
}
.support__media figcaption {
  /* opaque chip, as the gallery captions are: text never sits on the bare photo */
  position: absolute;
  left: var(--sp-4); right: var(--sp-4); bottom: var(--sp-4);
  width: fit-content;
  max-width: calc(100% - var(--sp-4) * 2);
  padding: .5rem .9rem;
  border-radius: var(--r-md);
  background: var(--evergreen-deep);
  color: var(--on-dark);
  font-size: var(--fs-200);
  font-weight: 600;
  line-height: 1.4;
}
.support__body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-width: 0;
  padding: clamp(1.5rem, 4vw, 3rem);
  background-color: var(--paper);
  background-image: radial-gradient(26rem 15rem at 100% 0%, color-mix(in srgb, var(--gold) 22%, transparent), transparent 65%);
}
.support__body h3 { font-size: var(--fs-700); line-height: 1.08; letter-spacing: -.018em; }
.support__body h3 em { font-style: italic; font-weight: 300; }
.support__body .lede { margin-top: 1.1rem; }
.support__body .btn { margin-top: var(--sp-6); }
.support__note { margin-top: var(--sp-5); font-size: var(--fs-300); line-height: 1.55; color: var(--fg-soft); max-width: 34em; }
@media (min-width: 62em) {
  .support__lead { grid-template-columns: minmax(0, 5fr) minmax(0, 6fr); }
  .support__media { min-height: 24rem; }
  .support__media img { position: absolute; inset: 0; height: 100%; aspect-ratio: auto; }
  .support__body { justify-content: center; }
}

/* second way: a quieter strip */
.support__merch { gap: var(--sp-4); }
.support__merch .card__icon { margin-bottom: 0; }
.support__merch-text { min-width: 0; }
.support__merch-text h3 { font-size: var(--fs-600); line-height: 1.2; }
.support__merch-text p { margin-top: .5rem; color: var(--fg-soft); max-width: 38em; }
@media (min-width: 48em) {
  .support__merch {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: var(--sp-5) var(--sp-6);
  }
  .support__merch > .btn { margin-top: 0; align-self: center; }
}

/* ---------- Volunteer intro: a centred editorial opener ---------- */
.vol-intro { text-align: center; }
.vol-intro .eyebrow { justify-content: center; }
.vol-intro .lede { margin: 1.5rem auto 0; }
.vol-intro .pills { justify-content: center; margin-top: var(--sp-6); }

/* ---------- Role cards (volunteer.html) ---------- */
.role { scroll-margin-top: 1rem; }          /* html already sets scroll-padding-top for the sticky header */
.role > .role__tag {
  display: flex;
  align-items: center;
  gap: .55em;
  margin-top: 0;
  font-size: var(--fs-200);
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--accent);
}
.role__tag .icon { color: var(--accent-2); }
.role > h3 { margin-top: .6rem; font-size: var(--fs-700); line-height: 1.08; letter-spacing: -.018em; }
.role > .pills { margin: 1.1rem 0 .4rem; }
.role > .role__motto {
  margin-top: 1.25rem;
  padding-left: 1.1rem;
  border-left: 2px solid var(--amber);
  font-family: var(--font-serif);
  font-style: italic;
  font-weight: 300;
  font-size: var(--fs-600);
  line-height: 1.3;
  color: var(--fg);
}

/* long verse on the full-bleed band: one step down so the plate never swallows the photo */
.verse-band--tall { min-height: clamp(34rem, 50vw, 38rem); }     /* keeps some photo above the taller plate on phones */
.verse-band__plate--long { max-width: 46rem; }
.verse-band__plate--long p { font-size: var(--fs-600); line-height: 1.34; }

/* ---------- How to sign up (volunteer.html) ---------- */
.signup__media img { aspect-ratio: 3 / 2; }        /* keeps the wave and the thumbs-up both in frame */
.signup .deflist > div { align-items: center; padding-block: .3rem; }
.signup .deflist dd a { display: inline-flex; align-items: center; min-height: var(--tap); }
