/* ============================================================
   pages.css — interior page system
   Shared by about / sermons / sermon-single / events / event-single /
   give / give-campaign / ministries / locations / watch-live / contact
   Reuses tokens from base.css. Gold = money only, red = editorial.
   ============================================================ */

/* ---------- Page hero (interior) ---------- */
.page-hero { position: relative; min-height: 64vh; padding: 170px 8.5vw 90px; overflow: hidden; isolation: isolate; }
@supports (min-height: 64dvh) { .page-hero { min-height: 64dvh; } }
.page-hero { padding-top: calc(170px + env(safe-area-inset-top, 0px)); padding-left: calc(8.5vw + env(safe-area-inset-left, 0px)); padding-right: calc(8.5vw + env(safe-area-inset-right, 0px)); }
.page-hero .ph-grid { position: absolute; inset: 0 4.2vw; z-index: -2; display: grid; grid-template-columns: repeat(4, 1fr); pointer-events: none; }
.page-hero .ph-grid span { border-left: 1px solid rgba(216, 74, 67, .22); }
.page-hero .ph-grid span:last-child { border-right: 1px solid rgba(216, 74, 67, .22); }
.page-hero--media::before { content: ''; position: absolute; inset: 0; z-index: -3; background: center / cover no-repeat; filter: grayscale(1) contrast(1.06) brightness(.55); }
/* Hero art per page. Declared here (not via CSS vars) so url() resolves
   relative to this stylesheet and works from any hosting base path. */
.himg-walk::before { background-image: url('../assets/img/walk-stage.jpg'); }
.himg-crowd::before { background-image: url('../assets/img/collage-crowd.jpg'); }
.himg-quiet::before { background-image: url('../assets/img/quiet-moment.jpg'); }
.himg-storefront::before { background-image: url('../assets/img/storefront-room.jpg'); }
/* On phones serve the smaller hero frame. */
@media (max-width: 720px) {
  .himg-walk::before { background-image: url('../assets/img/walk-stage-480.jpg'); }
  .himg-crowd::before { background-image: url('../assets/img/collage-crowd-480.jpg'); }
  .himg-quiet::before { background-image: url('../assets/img/quiet-moment-480.jpg'); }
  .himg-storefront::before { background-image: url('../assets/img/storefront-room-480.jpg'); }
}
.page-hero--media::after { content: ''; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(10, 9, 8, .82) 0%, rgba(10, 9, 8, .45) 55%, var(--bg) 100%); }
.crumbs { display: flex; flex-wrap: wrap; gap: 14px; margin: 0 0 8vh; color: var(--muted); font-family: var(--mono); font-size: 11px; letter-spacing: .1em; text-transform: uppercase; }
.crumbs a { color: var(--muted); transition: color .2s var(--ease-out); }
.crumbs a:hover, .crumbs a:focus-visible { color: var(--signal-text); }
.crumbs .sep { color: var(--signal-text); }
.ph-kicker { margin: 0 0 18px; color: var(--signal-text); }
.ph-title { max-width: 12ch; margin: 0; font-size: clamp(68px, 10.5vw, 168px); }
.ph-title em { color: var(--signal); font-style: normal; }
.ph-title .gold { color: var(--gold); }
.ph-sub { max-width: 44ch; margin: 30px 0 0; color: var(--muted); font-size: clamp(16px, 1.4vw, 19px); line-height: 1.6; }
.ph-sub a { color: var(--signal-text); border-bottom: 1px solid var(--signal-soft); }
.ph-actions { display: flex; flex-wrap: wrap; gap: 30px; margin-top: 44px; }
.ph-index { position: absolute; top: 190px; right: 8.5vw; color: var(--muted); text-align: right; }

/* ---------- Generic content sections ---------- */
.content-section { position: relative; padding: 110px 8.5vw; }
.content-section--tight { padding: 70px 8.5vw; }
.rail-rule { position: absolute; top: 0; bottom: 0; width: 1px; background: linear-gradient(180deg, transparent, var(--signal) 18%, var(--signal) 82%, transparent); }
.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 7vw; }
.split { display: grid; grid-template-columns: 1.05fr .95fr; gap: 7vw; align-items: start; }
.three-col { display: grid; grid-template-columns: repeat(3, 1fr); gap: 4vw; }
.statement { margin: 0; font-size: clamp(56px, 7.5vw, 118px); }
.statement span, .statement em { color: var(--signal); font-style: normal; }
.statement .gold { color: var(--gold); }
.prose { max-width: 62ch; }
.prose p { color: var(--muted); font-size: clamp(16px, 1.3vw, 19px); line-height: 1.65; }
.prose p + p { margin-top: 1.4em; }
.prose strong { color: var(--ink); }
.prose a { color: var(--signal-text); border-bottom: 1px solid var(--signal-soft); transition: color .2s var(--ease-out); }
.prose a:hover, .prose a:focus-visible { color: var(--ink); }
.prose.gold-copy a { color: var(--gold); border-color: var(--gold-soft); }
.prose.gold-copy a:hover, .prose.gold-copy a:focus-visible { color: var(--ink); }

/* ---------- Index rows (numbered editorial list) ---------- */
.index-row { display: grid; grid-template-columns: 70px minmax(0, 1fr) auto; gap: 34px; align-items: baseline; padding: 34px 0; border-top: 1px solid var(--line); }
.index-row:last-of-type { border-bottom: 1px solid var(--line); }
.index-num { color: var(--signal-text); font-family: var(--mono); font-size: 11px; letter-spacing: .1em; }
.index-row h3 { margin: 0 0 14px; font-size: clamp(34px, 4vw, 62px); }
.index-row p { max-width: 52ch; margin: 0; color: var(--muted); font-size: 16px; line-height: 1.6; }
.index-meta { color: var(--muted); font-family: var(--mono); font-size: 11px; letter-spacing: .08em; text-align: right; text-transform: uppercase; }
.index-row .bracket-link { grid-column: 2; padding: 0; }
.index-row--gold .index-num { color: var(--gold); }
.index-row--paper { border-color: var(--paper-line); }
.index-row--paper h3 { color: var(--paper-ink); }
.index-row--paper p { color: #615c55; }

/* ---------- Figure blocks ---------- */
.figure-block { position: relative; margin: 0; }
.figure-block img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(1) contrast(1.1); }
.figure-block figcaption { margin-top: 12px; color: var(--muted); font-family: var(--mono); font-size: 10px; letter-spacing: .09em; text-transform: uppercase; }
.figure-block--outline { padding: 9px; border: 1px solid var(--signal); background: var(--bg); }
.figure-block--outline figcaption { margin: 9px 0 0 2px; }
.figure-block--tilt { transform: rotate(-2deg); }
.figure-block--gold { border-color: var(--gold); }
.figure-ratio { aspect-ratio: var(--ratio, 4 / 3); overflow: hidden; }
.figure-ratio img { transition: transform .5s var(--ease-out), filter .5s var(--ease-out); }
.figure-block:hover .figure-ratio img { transform: scale(1.015); filter: grayscale(1) contrast(1.16); }

/* ---------- Sermon archive ---------- */
.sermon-tools { display: flex; flex-wrap: wrap; gap: 26px; align-items: center; justify-content: space-between; margin: 60px 0 50px; padding: 20px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.chips { display: flex; flex-wrap: wrap; gap: 10px; }
.chip { min-height: 44px; padding: 10px 16px; border: 1px solid var(--line); background: transparent; color: var(--muted); font-family: var(--mono); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; transition: color .2s var(--ease-out), border-color .2s var(--ease-out), background .2s var(--ease-out); }
.chip:hover, .chip:focus-visible { color: var(--ink); border-color: var(--signal); }
.chip.is-active { border-color: var(--signal-deep); background: var(--signal-deep); color: var(--ink); }
.search-row { display: flex; align-items: center; gap: 12px; min-width: 240px; border-bottom: 1px solid var(--line); }
.search-row input { width: 100%; min-height: 44px; border: 0; outline: 0; background: transparent; color: var(--ink); font-size: 16px; }
.search-row input::placeholder { color: var(--muted); }
.search-row .mono { color: var(--signal-text); white-space: nowrap; }
.sermon-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 44px 30px; }
.sermon-card { display: flex; flex-direction: column; min-width: 0; }
.sermon-card[hidden] { display: none; }
.sermon-thumb { position: relative; aspect-ratio: 16 / 10; overflow: hidden; background: #101010; }
.sermon-thumb img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(1) contrast(1.1); transition: transform .4s var(--ease-out); }
.sermon-thumb::after { content: ''; position: absolute; inset: 0; background: rgba(7, 7, 7, .25); transition: background .25s var(--ease-out); }
.sermon-card:hover .sermon-thumb img, .sermon-card:focus-visible .sermon-thumb img { transform: scale(1.03); }
.sermon-card:hover .sermon-thumb::after, .sermon-card:focus-visible .sermon-thumb::after { background: rgba(216, 74, 67, .16); }
.sermon-thumb .play-icon { position: absolute; top: 50%; left: 50%; z-index: 1; width: 44px; height: 44px; margin: -22px 0 0 -22px; border: 1px solid var(--ink); border-radius: 50%; color: var(--ink); display: grid; place-items: center; font-size: 12px; padding-left: 3px; }
.sermon-card-body { display: flex; flex-direction: column; flex: 1; padding-top: 16px; }
.sermon-card-body .eyebrow { color: var(--signal-text); font-size: 11px; }
.sermon-card h3 { margin: 12px 0 8px; font-size: clamp(28px, 2.6vw, 40px); }
.sermon-card h3 a { transition: color .2s var(--ease-out); }
.sermon-card h3 a:hover, .sermon-card h3 a:focus-visible { color: var(--signal); }
.sermon-meta { margin-top: auto; color: var(--muted); font-family: var(--mono); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.sermon-empty { padding: 60px 0; color: var(--muted); }

/* ---------- Sermon single ---------- */
.message-shell { position: relative; aspect-ratio: 16 / 9; overflow: hidden; background: #101010; }
.message-shell img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(1) contrast(1.08) brightness(.75); }
.message-shell::after { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse at center, transparent 30%, rgba(10, 9, 8, .55) 100%); }
.message-play { position: absolute; top: 50%; left: 50%; z-index: 1; display: grid; place-items: center; width: 74px; height: 74px; margin: -37px 0 0 -37px; padding-left: 5px; border: 1px solid var(--ink); border-radius: 50%; color: var(--ink); font-size: 20px; transition: background .25s var(--ease-out), color .25s var(--ease-out), transform .25s var(--ease-out); }
.message-play:hover, .message-play:focus-visible { background: var(--signal-deep); color: var(--ink); transform: scale(1.05); }
.message-caption-row { position: absolute; left: 18px; right: 18px; bottom: 14px; z-index: 1; display: flex; justify-content: space-between; color: var(--ink); font-family: var(--mono); font-size: 11px; letter-spacing: .1em; text-transform: uppercase; }
.verse-ref { display: block; color: var(--signal-text); font-family: var(--mono); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.notes-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0 7vw; }
.notes-grid h3 { margin: 0 0 18px; font-size: 40px; }
.notes-grid ol { margin: 0; padding: 0 0 0 22px; color: var(--muted); font-size: 16px; line-height: 1.9; }
.share-row { display: flex; flex-wrap: wrap; gap: 26px; align-items: center; margin-top: 40px; padding-top: 24px; border-top: 1px solid var(--line); }
.share-row .mono { color: var(--muted); }
.next-step { display: flex; flex-wrap: wrap; gap: 16px 40px; align-items: center; justify-content: space-between; margin-top: 46px; padding: 28px 30px; border: 1px solid var(--signal); background: rgba(216, 74, 67, .05); }
.next-step p { margin: 0; }
.next-step .mono { margin-top: 6px; color: var(--muted); }
@media (max-width: 720px) { .next-step { padding: 22px 20px; } }
.related-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }

/* ---------- Event single ---------- */
.event-single-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 7vw; align-items: start; }
.event-hero-date { display: flex; align-items: baseline; gap: 26px; margin: 40px 0 8px; }
.event-hero-date strong { font-family: var(--display); font-size: clamp(110px, 15vw, 230px); font-weight: 800; line-height: .7; }
.event-hero-date span { color: var(--signal-text); font-family: var(--mono); font-size: 11px; letter-spacing: .1em; }
.rsvp-panel { padding: 34px; border: 1px solid var(--line); background: var(--bg-elevated); }
.rsvp-panel h3 { margin: 0 0 8px; font-size: 34px; }
.rsvp-panel > p { color: var(--muted); font-size: 15px; }
.field { display: block; margin: 22px 0 0; color: var(--ink); font-family: var(--mono); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.field input, .field select, .field textarea { display: block; width: 100%; min-height: 48px; margin-top: 8px; padding: 12px; border: 1px solid var(--line); background: var(--bg); color: var(--ink); font-family: var(--body); font-size: 16px; letter-spacing: 0; text-transform: none; }
.field textarea { min-height: 120px; resize: vertical; }
.field input:focus-visible, .field select:focus-visible, .field textarea:focus-visible { outline: 2px solid var(--gold); outline-offset: 2px; }
.form-error { margin: 10px 0 0; color: var(--signal-text); font-size: 13px; }
.form-error[hidden] { display: none; }

/* ---------- Giving page ---------- */
.give-layout { display: grid; grid-template-columns: 1.05fr .95fr; gap: 7vw; align-items: start; }
.give-form-card { padding: 48px; border: 1px solid var(--gold-soft); background: var(--bg-elevated); }
.give-form-card .giving-form { margin-top: 8px; }
.payment-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 0 18px; }
.payment-fields .field:first-child { grid-column: span 2; }
.give-side { position: sticky; top: 110px; }
.give-side .prose { margin-top: 22px; }
.fund-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 14px; }
.fund-card { display: flex; flex-direction: column; justify-content: space-between; min-height: 170px; padding: 22px; border: 1px solid var(--line); transition: border-color .25s var(--ease-out), transform .25s var(--ease-out); }
.fund-card:hover, .fund-card:focus-visible { border-color: var(--gold); transform: translateY(-4px); }
.fund-card h3 { margin: 0 0 10px; font-size: 30px; }
.fund-card p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.55; }
.fund-card .mono { margin-top: 16px; color: var(--gold); }
.trust-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; margin-top: 70px; padding-top: 40px; border-top: 1px solid var(--gold-soft); }
.trust-row strong { display: block; color: var(--gold); font-family: var(--display); font-size: clamp(38px, 4vw, 64px); line-height: .8; }
.trust-row span { display: block; margin-top: 10px; color: var(--muted); font-family: var(--mono); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.faq { border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { display: flex; justify-content: space-between; align-items: center; gap: 20px; min-height: 74px; padding: 20px 0; cursor: pointer; font-family: var(--display); font-size: clamp(22px, 2.2vw, 32px); letter-spacing: -.01em; text-transform: uppercase; list-style: none; transition: color .2s var(--ease-out); }
.faq summary::-webkit-details-marker { display: none; }
.faq summary:hover, .faq summary:focus-visible { color: var(--gold); }
.faq summary .plus { color: var(--gold); font-family: var(--mono); font-size: 18px; transition: transform .25s var(--ease-out); }
.faq details[open] summary .plus { transform: rotate(45deg); }
.faq details p { max-width: 58ch; margin: 0 0 26px; color: var(--muted); font-size: 16px; line-height: 1.65; }

/* ---------- Campaign page ---------- */
.campaign-hero { position: relative; overflow: hidden; padding: 170px 8.5vw 90px; background: radial-gradient(circle at 82% 40%, rgba(210, 170, 89, .12), transparent 42%), var(--bg); }
.campaign-hero .ph-grid span { border-color: rgba(210, 170, 89, .28); }
.campaign-hero .ph-grid span:last-child { border-right-color: rgba(210, 170, 89, .28); }
.campaign-goal { display: grid; grid-template-columns: 1.2fr .8fr; gap: 7vw; align-items: end; margin-top: 60px; }
.campaign-numbers { display: flex; flex-wrap: wrap; gap: 7vw; align-items: baseline; }
.campaign-numbers strong { display: block; font-family: var(--display); font-size: clamp(64px, 8vw, 130px); line-height: .78; }
.campaign-numbers strong.gold { color: var(--gold); }
.campaign-numbers span { display: block; margin-top: 12px; color: var(--muted); font-family: var(--mono); font-size: 10px; letter-spacing: .09em; text-transform: uppercase; }
.countdown { display: flex; gap: 22px; margin-top: 34px; }
.countdown-unit { text-align: center; }
.countdown-unit strong { display: block; min-width: 64px; padding: 10px 8px 8px; border: 1px solid var(--gold-soft); color: var(--gold); font-family: var(--display); font-size: clamp(38px, 4.5vw, 64px); line-height: .8; }
.countdown-unit span { display: block; margin-top: 8px; color: var(--muted); font-family: var(--mono); font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.donor-wall { columns: 4 180px; column-gap: 5vw; margin-top: 30px; }
.donor-wall p { margin: 0 0 12px; padding-left: 14px; border-left: 1px solid var(--gold-soft); color: var(--ink); font-family: var(--mono); font-size: 12px; letter-spacing: .06em; break-inside: avoid; }
.donor-wall p small { display: block; margin-top: 3px; color: var(--muted); font-size: 10px; }
.donor-optin { max-width: 48ch; margin-top: 30px; color: var(--muted); font-size: 14px; line-height: 1.6; }
.matching-note { display: flex; gap: 26px; align-items: flex-start; margin-top: 40px; padding: 26px; border: 1px solid var(--gold); background: rgba(210, 170, 89, .07); }
.matching-note strong { color: var(--gold); font-family: var(--display); font-size: clamp(40px, 5vw, 76px); line-height: .8; white-space: nowrap; }
.matching-note p { margin: 0; color: var(--ink); font-size: 16px; line-height: 1.55; }

/* ---------- Ministries directory ---------- */
.ministry-tag { color: var(--signal-text); font-family: var(--mono); font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.index-row--gold .ministry-tag { color: var(--gold); }

/* ---------- Locations ---------- */
.location-card { display: grid; grid-template-columns: 1fr 1fr; gap: 6vw; align-items: stretch; }
.location-info { display: flex; flex-direction: column; }
.location-info .bracket-link { width: max-content; }
.map-block { position: relative; min-height: 380px; overflow: hidden; background: #101010; background-image: linear-gradient(rgba(216, 74, 67, .13) 1px, transparent 1px), linear-gradient(90deg, rgba(216, 74, 67, .13) 1px, transparent 1px); background-size: 46px 46px; }
.map-block::after { content: ''; position: absolute; inset: 0; background: radial-gradient(circle at 62% 40%, transparent 0%, rgba(10, 9, 8, .65) 100%); }
.map-pin { position: absolute; top: 44%; left: 58%; z-index: 1; display: flex; flex-direction: column; align-items: center; color: var(--ink); font-family: var(--mono); font-size: 10px; letter-spacing: .1em; text-transform: uppercase; transform: translate(-50%, -50%); }
.map-pin i { width: 14px; height: 14px; margin-bottom: 10px; border: 2px solid var(--signal); border-radius: 50%; background: var(--signal); box-shadow: 0 0 0 6px rgba(216, 74, 67, .25); }
.map-label { position: absolute; right: 16px; bottom: 12px; z-index: 1; color: var(--muted); }
.times-table { margin-top: 30px; border-top: 1px solid var(--line); }
.times-row { display: grid; grid-template-columns: 120px 1fr auto; gap: 20px; align-items: baseline; padding: 18px 0; border-bottom: 1px solid var(--line); }
.times-row strong { color: var(--ink); font-family: var(--display); font-size: 24px; letter-spacing: 0; text-transform: none; }
.times-row span, .times-row em { color: var(--muted); font-style: normal; font-size: 14px; }
.times-row .mono { text-align: right; }

/* ---------- Watch live ---------- */
.watch-shell { position: relative; aspect-ratio: 16 / 9; overflow: hidden; background: #101010; }
.watch-shell img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(1) contrast(1.1) brightness(.6); }
.watch-shell::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(10, 9, 8, .4) 0%, rgba(10, 9, 8, .05) 45%, rgba(10, 9, 8, .72) 100%); }
.live-badge { position: absolute; top: 18px; left: 18px; z-index: 2; display: inline-flex; align-items: center; gap: 8px; padding: 8px 14px; background: var(--signal-deep); color: var(--ink); font-family: var(--mono); font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }
.live-badge i { width: 7px; height: 7px; border-radius: 50%; background: var(--ink); animation: live-pulse 1.6s ease-in-out infinite; }
.watch-state { position: absolute; right: 18px; bottom: 16px; left: 18px; z-index: 1; display: flex; justify-content: space-between; align-items: flex-end; color: var(--ink); }
.watch-state strong { display: block; font-family: var(--display); font-size: clamp(24px, 3vw, 44px); }
.watch-state span { font-family: var(--mono); font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.watch-schedule { margin-top: 30px; border-top: 1px solid var(--line); }
.watch-row { display: grid; grid-template-columns: 150px 1fr auto; gap: 24px; align-items: baseline; padding: 20px 0; border-bottom: 1px solid var(--line); }
.watch-row strong { color: var(--ink); font-family: var(--display); font-size: 28px; letter-spacing: 0; text-transform: none; }
.watch-row span { color: var(--muted); font-size: 14px; }
.watch-row .mono { color: var(--signal-text); text-align: right; }
.watch-row--live .mono { color: var(--signal-text); }
@keyframes live-pulse { 0%, 100% { opacity: 1; } 50% { opacity: .25; } }

/* ---------- Contact ---------- */
.contact-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 7vw; align-items: start; }
.contact-panel { padding: 44px; border: 1px solid var(--line); background: var(--bg-elevated); }
.contact-panel h3 { margin: 0 0 6px; font-size: 34px; }
.contact-panel > p { color: var(--muted); font-size: 14px; }
.prayer-note { padding: 30px; border: 1px solid var(--signal); background: rgba(216, 74, 67, .06); }
.prayer-note h3 { margin: 0 0 12px; color: var(--signal); font-size: 30px; }
.prayer-note p { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.6; }
.staff-list { margin-top: 40px; }

/* ---------- About ---------- */
.timeline { position: relative; margin: 40px 0 0; padding: 0; list-style: none; }
.timeline::before { content: ''; position: absolute; top: 8px; bottom: 8px; left: 9px; width: 1px; background: var(--signal-soft); }
.timeline li { position: relative; display: grid; grid-template-columns: 120px 1fr; gap: 34px; padding: 0 0 44px 44px; }
.timeline li::before { content: ''; position: absolute; top: 7px; left: 5px; width: 9px; height: 9px; border: 1px solid var(--signal); background: var(--bg); transform: rotate(45deg); }
.timeline-year { color: var(--signal); font-family: var(--display); font-size: clamp(40px, 5vw, 72px); line-height: .8; }
.timeline li h3 { margin: 0 0 10px; font-size: 30px; }
.timeline li p { max-width: 52ch; margin: 0; color: var(--muted); font-size: 16px; line-height: 1.6; }

/* ---------- Testimony carousel (index) ---------- */
.carousel { position: relative; }
.voices .carousel { align-self: end; min-width: 0; }
.carousel-slide { grid-column: 1 / -1; min-width: 0; }
.carousel-slide[hidden] { display: none; }
.carousel-nav { display: flex; align-items: center; gap: 18px; margin-top: 34px; }
.carousel-btn { min-width: 44px; min-height: 44px; border: 1px solid var(--line); background: transparent; color: var(--ink); font-size: 16px; transition: color .2s var(--ease-out), border-color .2s var(--ease-out); }
.carousel-btn:hover, .carousel-btn:focus-visible { color: var(--gold); border-color: var(--gold); }
.carousel-dots { display: flex; gap: 9px; }
.carousel-dot { position: relative; width: 26px; height: 16px; border: 0; padding: 0; background: none; transition: background .25s var(--ease-out); }
.carousel-dot::before { content: ''; position: absolute; left: 0; right: 0; top: 50%; height: 2px; background: var(--line); transition: background .25s var(--ease-out); }
.carousel-dot.is-active::before { background: var(--signal); }
.carousel-dot::after { content: ''; position: absolute; inset: -14px -10px; }
.carousel-dot.is-active { background: var(--signal); }
.portrait-thumb { display: inline-grid; grid-template-columns: 54px auto; gap: 16px; align-items: center; margin-top: 30px; }
.portrait-thumb img { width: 54px; height: 54px; object-fit: cover; filter: grayscale(1) contrast(1.08); border: 1px solid var(--line); }
.portrait-thumb span { display: block; color: var(--ink); font-family: var(--display); font-size: 20px; letter-spacing: .01em; text-transform: uppercase; }
.portrait-thumb small { display: block; color: var(--muted); font-family: var(--mono); font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }

/* ---------- Bottom page nav ---------- */
.page-nav { display: flex; justify-content: space-between; gap: 30px; margin-top: 90px; padding-top: 30px; border-top: 1px solid var(--line); }

/* ---------- Responsive ---------- */
@media (max-width: 1000px) {
  .sermon-grid, .related-grid { grid-template-columns: 1fr 1fr; }
  .three-col { grid-template-columns: 1fr 1fr; gap: 40px; }
  .three-col > :last-child { grid-column: span 2; }
  .location-card, .give-layout, .contact-grid, .event-single-grid, .campaign-goal { grid-template-columns: 1fr; }
  .give-side { position: static; }
  .donor-wall { columns: 3 160px; }
  .notes-grid { gap: 40px 0; }
}
@media (max-width: 720px) {
  .page-hero { min-height: 58vh; padding: 130px 20px 70px; }
  .page-hero { min-height: 58dvh; padding-top: calc(130px + env(safe-area-inset-top, 0px)); padding-left: calc(20px + env(safe-area-inset-left, 0px)); padding-right: calc(20px + env(safe-area-inset-right, 0px)); padding-bottom: calc(70px + env(safe-area-inset-bottom, 0px)); }
  .page-hero .ph-grid { inset: 0 20px; grid-template-columns: repeat(2, 1fr); }
  .page-hero .ph-grid span:nth-child(3), .page-hero .ph-grid span:nth-child(4) { display: none; }
  .ph-title { font-size: clamp(60px, 19vw, 110px); }
  .ph-index { display: none; }
  .crumbs { margin-bottom: 40px; font-size: 10px; }
  .content-section { padding: 80px 20px; }
  .content-section--tight { padding: 50px 20px; }
  .two-col, .split { grid-template-columns: 1fr; gap: 48px; }
  .three-col { grid-template-columns: 1fr; }
  .three-col > :last-child { grid-column: auto; }
  .index-row { grid-template-columns: 38px 1fr; gap: 16px; padding: 26px 0; }
  .index-row h3 { font-size: clamp(30px, 8.5vw, 44px); }
  .index-meta { grid-column: 2; text-align: left; }
  .index-row .bracket-link { grid-column: 2; }
  .sermon-tools { display: block; }
  .search-row { margin-top: 20px; }
  .sermon-grid, .related-grid { grid-template-columns: 1fr; }
  .event-hero-date strong { font-size: clamp(90px, 24vw, 150px); }
  .rsvp-panel { padding: 26px 20px; }
  .give-form-card { padding: 32px 20px; }
  .payment-fields { grid-template-columns: 1fr; }
  .payment-fields .field:first-child { grid-column: auto; }
  .fund-grid { grid-template-columns: 1fr; }
  .trust-row { grid-template-columns: 1fr; gap: 24px; }
  .countdown { flex-wrap: wrap; }
  .matching-note { display: block; }
  .matching-note strong { display: block; margin-bottom: 14px; }
  .donor-wall { columns: 2 130px; }
  .map-block { min-height: 280px; }
  .times-row { grid-template-columns: 1fr auto; }
  .times-row .mono { grid-column: 1 / -1; text-align: left; }
  .watch-row { grid-template-columns: 1fr; gap: 8px; }
  .watch-row .mono { text-align: left; }
  .contact-panel { padding: 30px 20px; }
  .timeline li { grid-template-columns: 1fr; gap: 12px; padding-left: 32px; }
  .page-nav { display: block; }
  .page-nav .bracket-link { display: flex; }
}
@media (prefers-reduced-motion: reduce) { .live-badge i { animation: none; } }

/* Eyebrow kickers inside .prose: .prose p (0,1,1) otherwise overrides the mono sizing and accent color. */
.prose p.eyebrow { font-family: var(--mono); font-size: 12px; letter-spacing: .11em; line-height: 1.2; text-transform: uppercase; }
.prose p.eyebrow.red { color: var(--signal-text); }
.prose p.eyebrow.gold-text { color: var(--gold); }

/* ============================================================
   FULL DARK THEME — the site ships dark-only.
   The former light inversions (section-ink / section-paper) now
   sit on near-black tones so the editorial rhythm survives
   without breaking the dark canvas. Gold stays money-only,
   red stays editorial.
   ============================================================ */

/* Section grounds: light → dark, text → ink */
.section-ink { background: #131110; color: var(--ink); }
.section-paper { background: #171412; color: var(--ink); }

/* Index events list (was tuned for the paper ground) */
.event-item, .event-item:last-child { border-color: var(--line); }
.event-item p:not(.eyebrow) { color: var(--muted); }

/* Index ministries grid (was tuned for the paper ground) */
.ministries { border-top-color: var(--line); }
.ministry-tile { border-color: var(--line); }
.tile-small { background: #221e1a; color: var(--ink); }

/* Newsletter (was the paper section) */
.newsletter-form label { color: var(--ink); }
.form-row { border-bottom-color: rgba(241, 238, 231, .38); }
.newsletter-form input { color: var(--ink); border-bottom-color: rgba(241, 238, 231, .38); }
.newsletter-form input::placeholder { color: var(--muted); }

/* Giving drawer + page: the "Custom amount" label was paper-ink — invisible on dark */
.custom-amount { color: var(--ink); }

/* Small print on dark: lightened for AA */
.form-note { color: var(--muted); }
.form-success { color: #7ac07e; }

/* Paper index-row variant → dark */
.index-row--paper { border-color: var(--line); }
.index-row--paper h3 { color: var(--ink); }
.index-row--paper p { color: var(--muted); }
