/* ====================================================================
   For Churches v2 — coral-forward minimal design
   Layered on top of styles.css + for-churches.css + for-churches-shell.css
   Re-skins the existing components to lean coral and removes indigo
   anywhere it crept into the church surfaces.
   ==================================================================== */

/* ====================================================================
   Uses the existing data-palette="slate" tokens (slate accent + coral
   brand). NO custom palette override — keeps the neutral off-white bg
   consistent with Memory Challenges, Shared Verses, etc. Only nudge
   inside .fc-v2-scope.
   The remaining --brand-strong addition (used for hover) lives below.
   ==================================================================== */
.fc-v2-scope { --brand-strong: color-mix(in oklab, var(--brand) 85%, black 15%); }

/* Decorative crest / avatar gradient stops (cover-art identity colors — static
   in both themes, like practice_history's --ph-v* palette). Hoisted to props so
   the gradients are built from var()s rather than raw hex. */
.fc-v2-scope {
  --fc-tb-av-a: #C8A78A;
  --fc-tb-av-b: #8E6B4F;
  --fc-crest-a: #D2603F;
  --fc-crest-b: #8E2E18;
  --fc-pn-av-a: #C8A78A;
  --fc-pn-av-b: #8E6B4F;
  --fc-crest-1a: #E08964;
  --fc-crest-1b: #B14A2B;
  --fc-crest-2a: #8AAE92;
  --fc-crest-2b: #4F7A60;
  --fc-crest-3a: #7E92AB;
  --fc-crest-4a: #A88AAE;
  --fc-crest-4b: #6E4F8B;
  --fc-crest-5a: #E5B45E;
  --fc-crest-5b: #A6722E;
  --fc-crest-6a: #C26956;
  --fc-crest-6b: #7A2E1E;
}

/* ====================================================================
   PAGE-SCOPED VOCABULARY — only override defaults inside .fc-v2-scope
   so we don't change other artboards reading this stylesheet.
   ==================================================================== */
.fc-v2-scope .nav-brand .logo {
  background: var(--brand);
  color: white;
}

/* Primary CTAs become coral, full-stop */
.fc-v2-scope .btn-primary {
  background: var(--brand);
  color: var(--brand-fg);
  border: 1px solid var(--brand);
  font-weight: 600;
  letter-spacing: -0.005em;
}
.fc-v2-scope .btn-primary:hover {
  background: var(--brand-strong);
  border-color: var(--brand-strong);
}

/* Ghost buttons feel quieter, slate-tinted */
.fc-v2-scope .btn-ghost {
  background: transparent;
  color: var(--text-2);
  border: 1px solid var(--border-strong);
}
.fc-v2-scope .btn-ghost:hover {
  color: var(--text-1);
  background: var(--surface-2);
}

/* Italic em in headlines goes slate, not indigo */
.fc-v2-scope h1 em,
.fc-v2-scope h2 em,
.fc-v2-scope .split h2 em {
  color: var(--accent);
  font-weight: 500;
}

/* Eyebrow color — slate instead of indigo on this page */
.fc-v2-scope .eyebrow {
  color: var(--accent);
}

/* Hero verse card — coral lean */
.fc-v2-scope .church-verse-card::before {
  background: none;
}
.fc-v2-scope .church-verse-card {
  border-color: var(--border);
}
.fc-v2-scope .cv-church-logo {
  background: var(--brand);
  color: white;
  border-radius: 10px;
}
.fc-v2-scope .cv-eyebrow { color: var(--accent); }
.ch-eye { display: inline-flex; align-items: center; gap: 8px; font-family: var(--font-mono); font-size: 11px; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; color: var(--brand); margin-bottom: 12px; }
.fc-v2-scope .cv-pulse {
  background: var(--brand);
  box-shadow: 0 0 0 4px var(--brand-soft);
}
.fc-v2-scope .cv-quote {
  border-left: 3px solid var(--brand);
  background: var(--surface-2);
}
.fc-v2-scope .cv-progress-bar > span {
  background: var(--brand);
}
.fc-v2-scope .cv-cta {
  background: var(--brand);
  color: var(--brand-fg);
  border-color: var(--brand);
}

/* "New · Church Pages" pill — quieter, neutral */
.fc-v2-scope .fc-eyebrow-pill {
  background: var(--surface);
  border: 1px solid var(--border-strong);
  color: var(--text-2);
}
.fc-v2-scope .fc-eyebrow-tag {
  background: var(--text-1);
  color: var(--bg);
}

/* Step circles — slate */
.fc-v2-scope .fc-step-num {
  background: var(--accent-soft);
  color: var(--accent);
  font-family: var(--font-mono);
}

/* "Verified" pill */
.fc-v2-scope .cv-verified {
  background: var(--success-soft);
  color: var(--success);
}

/* "This Week's Verse" card */
.fc-v2-scope .twv-icon {
  background: var(--brand-soft);
  color: var(--brand);
}
.fc-v2-scope .twv-pill {
  background: var(--success-soft);
  color: var(--success);
}
.fc-v2-scope .twv-pulse { background: var(--success); }
.fc-v2-scope .twv-ring-pct { color: var(--brand); }
.fc-v2-scope .twv-ring svg circle:last-child { stroke: var(--brand); }

/* CTA card — replace blue/purple gradient with a calm cream surface
   that defers to the coral CTA button as the only saturated element. */
.fc-v2-scope .cta-card.fc-cta {
  background: var(--surface);
  border: 1px solid var(--border-strong);
  color: var(--text-1);
}
.fc-v2-scope .cta-card.fc-cta .cta-glow { display: none; }
.fc-v2-scope .cta-card.fc-cta .eyebrow { color: var(--accent); }
.fc-v2-scope .cta-card.fc-cta .cta-headline { color: var(--text-1); }
.fc-v2-scope .cta-card.fc-cta .cta-headline em { color: var(--brand); font-style: italic; font-weight: 500; }
.fc-v2-scope .cta-card.fc-cta .cta-sub { color: var(--text-2); }
.fc-v2-scope .cta-card.fc-cta .cta-primary {
  background: var(--brand);
  color: var(--brand-fg);
  border-color: var(--brand);
}
.fc-v2-scope .cta-card.fc-cta .cta-trust { color: var(--text-3); }
.fc-v2-scope .cta-card.fc-cta .check-i { color: var(--brand); }

/* Sidebar active row pulls coral instead of indigo */
.fc-v2-scope .fc-sb-item.active svg { color: var(--brand); }
.fc-v2-scope .fc-rail-btn.active {
  background: var(--brand-soft);
  color: var(--brand);
}
.fc-v2-scope .fc-rail-btn.active::before { background: var(--brand); }
.fc-v2-scope .fc-sb-help {
  background: var(--surface);
}
.fc-v2-scope .fc-sb-help-icon {
  background: var(--brand);
}

/* Topbar avatar — replace indigo+cyan gradient with portrait stand-in */
.fc-v2-scope .fc-tb-avatar {
  background: linear-gradient(135deg, var(--fc-tb-av-a) 0%, var(--fc-tb-av-b) 100%);
  font-family: var(--font-mono);
}

/* ====================================================================
   CHURCH PAGE — the actual page for ONE church (member + pastor)
   ==================================================================== */
.cv2-page {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 44px 64px 80px 56px;
}

/* Breadcrumb on inner pages */
.cv2-bc {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: var(--text-3);
  font-family: var(--font-mono);
}
.cv2-bc a {
  color: var(--accent);
  text-decoration: none;
  cursor: pointer;
}
.cv2-bc a:hover { text-decoration: underline; }
.cv2-bc .sep { opacity: 0.4; }
.cv2-bc .cur { color: var(--text-2); }

/* Header: church identity */
.cv2-head {
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
}
.cv2-head .crest {
  width: 120px; height: 120px;
  border-radius: 22px;
  background:
    radial-gradient(circle at 30% 25%, rgba(255,255,255,0.35), transparent 60%),
    linear-gradient(135deg, var(--fc-crest-a), var(--fc-crest-b));
  display: flex; align-items: center; justify-content: center;
  color: white;
  box-shadow: 0 12px 32px -16px rgba(143, 50, 30, 0.55), inset 0 1px 0 rgba(255,255,255,0.2);
  position: relative;
  overflow: hidden;
}
.cv2-head .crest::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, transparent 60%, rgba(0,0,0,0.18) 100%),
    radial-gradient(circle at 50% 110%, rgba(255,255,255,0.15), transparent 50%);
}
.cv2-head .crest svg {
  position: relative;
  z-index: 1;
}

.cv2-head .name {
  font-family: var(--font-serif);
  font-size: 52px;
  font-weight: 500;
  letter-spacing: -0.022em;
  color: var(--text-1);
  line-height: 1.0;
  margin: 0 0 12px 0;
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}
.cv2-head .ver-pill {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-family: var(--font-sans);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--success);
  background: var(--success-soft);
  padding: 4px 10px;
  border-radius: var(--radius-pill);
  border: 1px solid color-mix(in oklab, var(--success) 25%, transparent);
}
.cv2-head .ver-pill.unverified {
  color: var(--warning);
  background: var(--warning-soft);
  border-color: color-mix(in oklab, var(--warning) 25%, transparent);
}
.cv2-head .meta {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 14px;
  color: var(--text-3);
  flex-wrap: wrap;
}
.cv2-head .meta .sep { width: 4px; height: 4px; border-radius: 50%; background: var(--text-muted); }
.cv2-head .meta a {
  color: var(--text-2);
  text-decoration: none;
  display: inline-flex; align-items: center; gap: 4px;
  cursor: pointer;
}
.cv2-head .meta a:hover { color: var(--brand); }
.cv2-head .meta strong { color: var(--text-2); font-weight: 600; }
.cv2-head .actions {
  display: flex;
  align-items: center;
  gap: 10px;
}
.cv2-head .actions .btn-icon {
  width: 40px; height: 40px;
  border-radius: 50%;
  border: 1px solid var(--border-strong);
  background: transparent;
  color: var(--text-2);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cv2-head .actions .btn-icon:hover { color: var(--text-1); background: var(--surface-2); }

.cv2-banner {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 18px;
  border-radius: var(--radius-md);
  font-size: 14px;
  background: var(--warning-soft);
  border: 1px solid color-mix(in oklab, var(--warning) 25%, transparent);
  color: var(--warning);
}
.cv2-banner svg { flex-shrink: 0; color: var(--warning); }
.cv2-banner strong { color: var(--text-1); font-weight: 600; }
.cv2-banner .link { margin-left: auto; color: var(--text-1); font-weight: 600; cursor: pointer; }

/* Two-column body */
.cv2-body {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 40px;
  align-items: start;
}

/* Verse of the week — the centerpiece */
.cv2-votw {
  position: relative;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-xl);
  padding: 40px;
  overflow: hidden;
}
.cv2-votw .head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
  flex-wrap: wrap;
  gap: 12px;
}
.cv2-votw .head .eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--brand);
  margin: 0;
}
.cv2-votw .head .pulse {
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--brand);
  box-shadow: 0 0 0 4px var(--brand-soft);
}
.cv2-votw .head .week {
  color: var(--text-3);
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.cv2-votw .head .right {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.cv2-votw .head .set-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 14px;
  border-radius: var(--radius-pill);
  font-size: 13px;
  font-weight: 600;
  background: var(--text-1);
  color: var(--bg);
  border: 0;
  cursor: pointer;
}
.cv2-votw .ref {
  font-family: var(--font-serif);
  font-size: 56px;
  font-weight: 500;
  letter-spacing: -0.022em;
  color: var(--text-1);
  line-height: 1.0;
  margin: 0 0 22px 0;
  display: flex;
  align-items: baseline;
  gap: 14px;
  flex-wrap: wrap;
}
.cv2-votw .ref .tr {
  font-family: var(--font-mono);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: var(--text-3);
  text-transform: uppercase;
  background: var(--surface-2);
  border: 1px solid var(--border);
  padding: 3px 9px;
  border-radius: 6px;
}
.cv2-votw .quote {
  font-family: var(--font-serif);
  font-size: 22px;
  font-weight: 500;
  font-style: italic;
  color: var(--text-2);
  line-height: 1.45;
  margin: 0 0 24px 0;
  padding: 18px 24px;
  border-left: 3px solid var(--brand);
  background: var(--surface-2);
  border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
}

.cv2-pn {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 14px;
  padding: 18px;
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  background: var(--surface-2);
  margin-bottom: 28px;
}
.cv2-pn .av {
  width: 44px; height: 44px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--fc-pn-av-a), var(--fc-pn-av-b));
  color: white;
  font-weight: 600;
  font-size: 14px;
  display: flex; align-items: center; justify-content: center;
}
.cv2-pn .top {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin-bottom: 4px;
}
.cv2-pn .name { font-weight: 600; font-size: 14px; color: var(--text-1); }
.cv2-pn .role {
  font-family: var(--font-mono);
  font-size: 11px;
  color: var(--text-3);
  letter-spacing: 0.04em;
}
.cv2-pn p {
  font-size: 15px;
  line-height: 1.55;
  color: var(--text-2);
  font-style: italic;
  margin: 0;
}

.cv2-votw .actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
.cv2-votw .actions .practice {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--brand);
  color: var(--brand-fg);
  border: 1px solid var(--brand);
  font-weight: 600;
  font-size: 15px;
  padding: 14px 22px;
  border-radius: var(--radius-pill);
  cursor: pointer;
}
.cv2-votw .actions .practice:hover { background: var(--brand-strong); border-color: var(--brand-strong); }
.cv2-votw .actions .ghost {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: transparent;
  border: 1px solid var(--border-strong);
  color: var(--text-2);
  padding: 13px 18px;
  border-radius: var(--radius-pill);
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
}
.cv2-votw .actions .ghost:hover { color: var(--text-1); background: var(--surface-2); }
.cv2-votw .actions .meta-right {
  margin-left: auto;
  font-family: var(--font-mono);
  font-size: 11px;
  color: var(--text-3);
  letter-spacing: 0.06em;
}

/* Empty state inside votw card */
.cv2-votw.empty .body {
  text-align: center;
  padding: 40px 0;
}
.cv2-votw.empty .body .ic {
  width: 56px; height: 56px;
  border-radius: var(--radius-md);
  background: var(--surface-2);
  color: var(--text-3);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  border: 1px solid var(--border);
}
.cv2-votw.empty h3 {
  font-family: var(--font-serif);
  font-size: 32px;
  font-weight: 500;
  letter-spacing: -0.018em;
  color: var(--text-1);
  margin: 0 0 8px 0;
}
.cv2-votw.empty p {
  font-size: 15px;
  color: var(--text-3);
  margin: 0 0 22px 0;
}

/* Progress strip (pastor view) */
.cv2-progress {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr) auto;
  gap: 16px;
  align-items: center;
  padding: 18px;
  border-radius: var(--radius-md);
  background: var(--surface-2);
  border: 1px solid var(--border);
  margin-top: 24px;
}
.cv2-progress .ring {
  width: 56px; height: 56px;
  position: relative;
}
.cv2-progress .ring svg { width: 100%; height: 100%; }
.cv2-progress .ring .pct {
  position: absolute; inset: 0;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-mono);
  font-size: 12px;
  font-weight: 600;
  color: var(--brand);
}
.cv2-progress .top {
  font-size: 14px;
  color: var(--text-2);
}
.cv2-progress .top strong { color: var(--text-1); font-weight: 600; }
.cv2-progress .sub {
  font-size: 12px;
  color: var(--text-3);
  margin-top: 3px;
  font-family: var(--font-mono);
  letter-spacing: 0.04em;
}
.cv2-progress .stack {
  display: flex;
  align-items: center;
}
.cv2-progress .stack .av {
  width: 30px; height: 30px;
  border-radius: 50%;
  border: 2px solid var(--surface-2);
  margin-left: -8px;
  font-size: 11px;
  font-weight: 600;
  color: white;
  display: flex; align-items: center; justify-content: center;
}
.cv2-progress .stack .av:first-child { margin-left: 0; }
.cv2-progress .stack .more {
  background: var(--surface);
  color: var(--text-2);
  font-family: var(--font-mono);
  border-color: var(--surface-2);
}

/* ----------- Side card primitives ----------- */
.cv2-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 24px;
}
.cv2-card + .cv2-card { margin-top: 20px; }
.cv2-card .h {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}
.cv2-card .h .t {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-mono);
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--text-3);
}
.cv2-card .h .more {
  font-family: var(--font-mono);
  font-size: 11px;
  color: var(--accent);
  cursor: pointer;
  text-decoration: none;
}

/* About card */
.cv2-about p {
  font-size: 14.5px;
  line-height: 1.6;
  color: var(--text-2);
  margin: 0;
}
.cv2-about .links {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 16px;
}
.cv2-about .links a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: var(--text-2);
  text-decoration: none;
  cursor: pointer;
}
.cv2-about .links a:hover { color: var(--brand); }
.cv2-about .links svg { color: var(--text-3); }

/* Upcoming verses */
.cv2-up { display: flex; flex-direction: column; gap: 0; }
.cv2-up-row {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  padding: 12px 0;
  border-bottom: 1px solid var(--border);
}
.cv2-up-row:last-child { border-bottom: 0; }
.cv2-up-row .day {
  font-family: var(--font-mono);
  text-align: center;
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 4px 0;
}
.cv2-up-row .day .d {
  display: block;
  font-size: 15px;
  font-weight: 600;
  color: var(--text-1);
  line-height: 1.1;
}
.cv2-up-row .day .m {
  display: block;
  font-size: 9px;
  letter-spacing: 0.12em;
  color: var(--text-3);
  text-transform: uppercase;
}
.cv2-up-row .body .ref {
  font-family: var(--font-serif);
  font-size: 16px;
  font-weight: 600;
  color: var(--text-1);
  line-height: 1.15;
}
.cv2-up-row .body .nt {
  font-size: 11.5px;
  color: var(--text-3);
  margin-top: 2px;
  font-family: var(--font-mono);
  letter-spacing: 0.02em;
}
.cv2-up-row .status {
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 3px 8px;
  border-radius: 6px;
}
.cv2-up-row .status.scheduled { color: var(--brand); background: var(--brand-soft); }
.cv2-up-row .status.draft { color: var(--text-3); background: var(--surface-2); }
.cv2-up-row .status.live { color: var(--success); background: var(--success-soft); }

/* Members card */
.cv2-mem-list { display: flex; flex-direction: column; gap: 12px; }
.cv2-mem-row {
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
}
.cv2-mem-row .av {
  width: 36px; height: 36px;
  border-radius: 50%;
  font-weight: 600;
  font-size: 12px;
  color: white;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.cv2-mem-row .name {
  font-size: 13.5px;
  font-weight: 600;
  color: var(--text-1);
}
.cv2-mem-row .meta {
  font-size: 11.5px;
  color: var(--text-3);
  font-family: var(--font-mono);
  margin-top: 1px;
}
.cv2-mem-row .pct {
  font-family: var(--font-mono);
  font-size: 12px;
  font-weight: 600;
  color: var(--text-2);
}
.cv2-mem-row .pct.full { color: var(--success); }

/* Sermon series strip */
.cv2-series {
  background: var(--surface-2);
  border-radius: var(--radius-md);
  padding: 14px 16px;
  margin-top: 16px;
  border: 1px solid var(--border);
}
.cv2-series .label {
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--text-3);
  margin-bottom: 4px;
}
.cv2-series .title {
  font-family: var(--font-serif);
  font-size: 17px;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: var(--text-1);
  line-height: 1.2;
}
.cv2-series .meta {
  font-size: 11.5px;
  color: var(--text-3);
  margin-top: 6px;
  font-family: var(--font-mono);
}

/* Pastor toolbox */
.cv2-toolbox {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 24px;
}
.cv2-toolbox .h {
  display: flex; align-items: center; gap: 10px;
  margin-bottom: 14px;
}
.cv2-toolbox .h .ic {
  width: 32px; height: 32px;
  background: var(--brand);
  color: white;
  border-radius: 9px;
  display: inline-flex; align-items: center; justify-content: center;
}
.cv2-toolbox .h .t {
  font-family: var(--font-serif);
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: var(--text-1);
}
.cv2-toolbox p {
  font-size: 13px;
  color: var(--text-2);
  line-height: 1.5;
  margin: 0 0 14px 0;
}
.cv2-toolbox .grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 8px;
}
.cv2-toolbox button {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 12px;
  border: 1px solid var(--border-strong);
  background: var(--surface);
  border-radius: 10px;
  font-size: 12.5px;
  font-weight: 600;
  color: var(--text-1);
  cursor: pointer;
  text-align: left;
}
.cv2-toolbox button:hover { border-color: var(--brand); color: var(--brand); }
.cv2-toolbox button svg { color: var(--brand); flex-shrink: 0; }

/* ====================================================================
   PICK A VERSE FORM (pastor)
   ==================================================================== */
.pv2-page {
  display: flex;
  flex-direction: column;
  gap: 28px;
  padding: 44px 64px 80px 56px;
  max-width: 980px;
}
.pv2-head h1 {
  font-family: var(--font-serif);
  font-size: 42px;
  font-weight: 500;
  letter-spacing: -0.022em;
  margin: 0 0 10px 0;
  color: var(--text-1);
  line-height: 1.05;
}
.pv2-head h1 em { font-style: italic; font-weight: 400; color: var(--brand); }
.pv2-head p {
  font-size: 15px;
  color: var(--text-3);
  line-height: 1.55;
  margin: 0;
  max-width: 620px;
}

.pv2-form {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.pv2-section {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.pv2-section + .pv2-section {
  padding-top: 24px;
  border-top: 1px solid var(--border);
}
.pv2-section-lbl {
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--text-3);
}

.pv2-grid {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
  gap: 14px;
}
.pv2-grid.tr { grid-template-columns: 220px minmax(0, 1fr); }
.pv2-field { display: flex; flex-direction: column; gap: 6px; }
.pv2-field label {
  font-size: 12.5px;
  font-weight: 600;
  color: var(--text-2);
  display: flex;
  align-items: center;
  gap: 6px;
}
.pv2-field label .opt {
  font-weight: 400;
  color: var(--text-3);
  font-size: 11.5px;
}
.pv2-field input,
.pv2-field select,
.pv2-field textarea {
  background: var(--bg);
  border: 1px solid var(--border-strong);
  border-radius: 10px;
  padding: 11px 14px;
  font-family: var(--font-sans);
  font-size: 14px;
  color: var(--text-1);
  outline: none;
  width: 100%;
  box-sizing: border-box;
}
.pv2-field input:focus,
.pv2-field select:focus,
.pv2-field textarea:focus {
  border-color: var(--brand);
  box-shadow: 0 0 0 3px var(--brand-soft);
}
.pv2-field textarea {
  resize: vertical;
  min-height: 90px;
  font-family: var(--font-serif);
  font-size: 16px;
  line-height: 1.55;
}
.pv2-field .note {
  font-size: 11.5px;
  color: var(--text-3);
  margin-top: 2px;
}

/* Scripture text preview / paste */
.pv2-scripture {
  background: var(--surface-2);
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 16px 18px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.pv2-scripture .head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: var(--font-mono);
  font-size: 11px;
  color: var(--text-3);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.pv2-scripture .head .loaded {
  color: var(--success);
  display: inline-flex; align-items: center; gap: 5px;
}
.pv2-scripture .text {
  font-family: var(--font-serif);
  font-size: 17px;
  font-style: italic;
  color: var(--text-2);
  line-height: 1.55;
  min-height: 56px;
}
.pv2-scripture .text .marker {
  display: inline-block;
  font-family: var(--font-mono);
  font-size: 11px;
  font-style: normal;
  color: var(--text-3);
  vertical-align: super;
  margin-right: 3px;
}

/* Schedule chooser */
.pv2-when {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.pv2-when-tabs {
  display: inline-flex;
  background: var(--surface-2);
  border: 1px solid var(--border);
  border-radius: var(--radius-pill);
  padding: 4px;
  align-self: flex-start;
}
.pv2-when-tabs button {
  background: transparent;
  border: 0;
  padding: 8px 18px;
  border-radius: var(--radius-pill);
  font-family: var(--font-sans);
  font-size: 13px;
  font-weight: 500;
  color: var(--text-3);
  cursor: pointer;
  display: inline-flex; align-items: center; gap: 7px;
}
.pv2-when-tabs button.active {
  background: var(--text-1);
  color: var(--bg);
}
.pv2-when-tabs button .ic {
  width: 14px; height: 14px;
  display: inline-flex; align-items: center; justify-content: center;
}

.pv2-when-options {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}
.pv2-when-opt {
  border: 1px solid var(--border);
  background: var(--surface);
  border-radius: 10px;
  padding: 14px;
  text-align: left;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.pv2-when-opt:hover { border-color: var(--border-strong); }
.pv2-when-opt.active {
  border-color: var(--brand);
  background: var(--brand-soft);
}
.pv2-when-opt .t {
  font-size: 13.5px;
  font-weight: 600;
  color: var(--text-1);
}
.pv2-when-opt.active .t { color: var(--brand-strong); }
.pv2-when-opt .s {
  font-size: 11.5px;
  color: var(--text-3);
  font-family: var(--font-mono);
}

/* Audience preview */
.pv2-audience {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 16px;
  padding: 16px 18px;
  background: var(--surface-2);
  border: 1px solid var(--border);
  border-radius: 10px;
}
.pv2-audience .top {
  font-size: 13.5px;
  color: var(--text-2);
}
.pv2-audience .top strong { color: var(--text-1); }
.pv2-audience .sub {
  font-size: 11.5px;
  color: var(--text-3);
  font-family: var(--font-mono);
  margin-top: 3px;
}
.pv2-audience .stack { display: flex; align-items: center; }
.pv2-audience .av {
  width: 28px; height: 28px;
  border-radius: 50%;
  border: 2px solid var(--surface-2);
  margin-left: -8px;
  font-size: 10px;
  font-weight: 600;
  color: white;
  display: flex; align-items: center; justify-content: center;
}
.pv2-audience .av:first-child { margin-left: 0; }
.pv2-audience .more {
  background: var(--surface);
  color: var(--text-2);
  font-family: var(--font-mono);
}

.pv2-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding-top: 8px;
}
.pv2-foot .tip {
  font-size: 12px;
  color: var(--text-3);
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: var(--font-mono);
}
.pv2-foot .actions {
  display: flex;
  align-items: center;
  gap: 10px;
}
.pv2-foot .btn-cancel {
  background: transparent;
  border: 1px solid var(--border-strong);
  color: var(--text-2);
  padding: 11px 18px;
  border-radius: var(--radius-pill);
  font-size: 13.5px;
  font-weight: 500;
  cursor: pointer;
}
.pv2-foot .btn-submit {
  background: var(--brand);
  color: var(--brand-fg);
  border: 1px solid var(--brand);
  padding: 11px 20px;
  border-radius: var(--radius-pill);
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 7px;
}
.pv2-foot .btn-submit:hover { background: var(--brand-strong); border-color: var(--brand-strong); }

/* ====================================================================
   SCHEDULED VERSES / SERIES VIEW
   ==================================================================== */
.sv2-page {
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding: 44px 64px 80px 56px;
}
.sv2-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: end;
}
.sv2-head h1 {
  font-family: var(--font-serif);
  font-size: 44px;
  font-weight: 500;
  letter-spacing: -0.022em;
  margin: 0 0 8px 0;
  color: var(--text-1);
  line-height: 1.05;
}
.sv2-head h1 em { font-style: italic; font-weight: 400; color: var(--brand); }
.sv2-head .sub {
  font-size: 14.5px;
  color: var(--text-3);
  max-width: 540px;
  line-height: 1.55;
}
.sv2-head .cta {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--brand);
  color: var(--brand-fg);
  border: 1px solid var(--brand);
  padding: 11px 18px;
  border-radius: var(--radius-pill);
  font-size: 13.5px;
  font-weight: 600;
  cursor: pointer;
}

/* Series banner */
.sv2-series {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto auto;
  gap: 28px;
  align-items: center;
  padding: 24px 28px;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
}
.sv2-series .label {
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--brand);
  margin-bottom: 6px;
}
.sv2-series .title {
  font-family: var(--font-serif);
  font-size: 30px;
  font-weight: 500;
  letter-spacing: -0.02em;
  color: var(--text-1);
  line-height: 1.1;
  margin: 0;
}
.sv2-series .meta {
  font-size: 13px;
  color: var(--text-3);
  margin-top: 8px;
  font-family: var(--font-mono);
  letter-spacing: 0.02em;
}
.sv2-series .stat {
  text-align: center;
}
.sv2-series .stat .v {
  font-family: var(--font-serif);
  font-size: 28px;
  font-weight: 500;
  color: var(--text-1);
  line-height: 1;
  display: block;
}
.sv2-series .stat .l {
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--text-3);
  margin-top: 6px;
  display: block;
}
.sv2-series .edit {
  display: inline-flex; align-items: center; gap: 6px;
  background: var(--surface-2);
  color: var(--text-2);
  border: 1px solid var(--border-strong);
  padding: 9px 14px;
  border-radius: var(--radius-pill);
  font-size: 12.5px;
  font-weight: 600;
  cursor: pointer;
}

/* Timeline list */
.sv2-list {
  display: flex;
  flex-direction: column;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  background: var(--surface);
  overflow: hidden;
}
.sv2-row {
  display: grid;
  grid-template-columns: 100px 200px minmax(0, 1fr) 180px 130px 90px;
  gap: 18px;
  align-items: center;
  padding: 18px 22px;
  border-bottom: 1px solid var(--border);
  position: relative;
  background: var(--surface);
}
.sv2-row:last-child { border-bottom: 0; }
.sv2-row:hover { background: var(--surface-2); }
.sv2-row.live {
  background: var(--surface);
}
.sv2-row.live::before {
  content: "";
  position: absolute;
  left: 0; top: 0; bottom: 0;
  width: 3px;
  background: var(--brand);
}
.sv2-row .grip {
  position: absolute;
  left: 6px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--text-muted);
  opacity: 0;
  transition: opacity .12s;
  cursor: grab;
}
.sv2-row:hover .grip { opacity: 1; }

/* Week column */
.sv2-row .week {
  display: flex;
  align-items: center;
  gap: 10px;
}
.sv2-row .week .num {
  font-family: var(--font-serif);
  font-size: 28px;
  font-weight: 500;
  color: var(--text-1);
  letter-spacing: -0.01em;
  line-height: 1;
}
.sv2-row .week .lbl {
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--text-3);
  line-height: 1.2;
}
.sv2-row .week .num.cur { color: var(--brand); }

/* Date column */
.sv2-row .date .d {
  font-size: 14px;
  font-weight: 600;
  color: var(--text-1);
}
.sv2-row .date .t {
  font-size: 11.5px;
  color: var(--text-3);
  margin-top: 2px;
  font-family: var(--font-mono);
}

/* Verse column */
.sv2-row .verse .ref {
  font-family: var(--font-serif);
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: var(--text-1);
}
.sv2-row .verse .tr {
  font-family: var(--font-mono);
  font-size: 11px;
  color: var(--text-3);
  margin-left: 6px;
}
.sv2-row .verse .preview {
  font-family: var(--font-serif);
  font-size: 14px;
  font-style: italic;
  color: var(--text-2);
  margin-top: 4px;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Sermon column */
.sv2-row .sermon {
  font-size: 13px;
  color: var(--text-2);
}
.sv2-row .sermon .nm { font-weight: 600; color: var(--text-1); }
.sv2-row .sermon .sub {
  font-size: 11.5px;
  color: var(--text-3);
  margin-top: 2px;
}

/* Status column */
.sv2-row .status {
  font-family: var(--font-mono);
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 4px 9px;
  border-radius: 6px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  width: fit-content;
}
.sv2-row .status::before {
  content: "";
  width: 5px; height: 5px;
  border-radius: 50%;
  display: inline-block;
}
.sv2-row .status.live { color: var(--brand); background: var(--brand-soft); }
.sv2-row .status.live::before { background: var(--brand); box-shadow: 0 0 0 3px var(--brand-soft); }
.sv2-row .status.scheduled { color: var(--accent); background: var(--accent-soft); }
.sv2-row .status.scheduled::before { background: var(--accent); }
.sv2-row .status.draft { color: var(--text-3); background: var(--surface-2); border: 1px solid var(--border); }
.sv2-row .status.draft::before { background: var(--text-muted); }
.sv2-row .status.posted { color: var(--success); background: var(--success-soft); }
.sv2-row .status.posted::before { background: var(--success); }

/* Actions */
.sv2-row .act {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 4px;
}
.sv2-row .act button {
  width: 30px; height: 30px;
  border-radius: 8px;
  border: 1px solid transparent;
  background: transparent;
  color: var(--text-3);
  cursor: pointer;
  display: inline-flex; align-items: center; justify-content: center;
}
.sv2-row .act button:hover {
  background: var(--surface-2);
  color: var(--text-1);
  border-color: var(--border);
}

/* Add row */
.sv2-row.add {
  background: var(--surface-2);
  cursor: pointer;
  color: var(--text-3);
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.04em;
  display: flex;
  justify-content: center;
  gap: 10px;
  padding: 18px;
  border-bottom: 0;
}
.sv2-row.add:hover { color: var(--brand); }

/* Calendar-style mini summary */
.sv2-summary {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}
.sv2-sum {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  padding: 18px 20px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.sv2-sum .v {
  font-family: var(--font-serif);
  font-size: 30px;
  font-weight: 500;
  color: var(--text-1);
  letter-spacing: -0.018em;
  line-height: 1;
  display: flex;
  align-items: baseline;
  gap: 6px;
}
.sv2-sum .v .u {
  font-family: var(--font-mono);
  font-size: 11px;
  color: var(--text-3);
  font-weight: 500;
  letter-spacing: 0.04em;
}
.sv2-sum .l {
  font-family: var(--font-mono);
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--text-3);
  margin-top: 8px;
}
.sv2-sum .m {
  font-size: 11.5px;
  color: var(--text-3);
  margin-top: 4px;
}

/* ====================================================================
   BROWSE CHURCHES (logged-in)
   ==================================================================== */
.bc2-page {
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding: 44px 64px 80px 56px;
}
.bc2-search {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  gap: 10px;
  padding: 8px;
  background: var(--surface);
  border: 1px solid var(--border-strong);
  border-radius: var(--radius-pill);
}
.bc2-search .field {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 6px 16px;
  color: var(--text-3);
  font-size: 14.5px;
}
.bc2-search .field input {
  flex: 1;
  background: transparent;
  border: 0;
  outline: 0;
  font-family: var(--font-sans);
  font-size: 14.5px;
  color: var(--text-1);
}
.bc2-search .chip {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 7px 14px;
  background: var(--surface-2);
  border: 1px solid var(--border);
  border-radius: var(--radius-pill);
  font-size: 13px;
  color: var(--text-2);
  cursor: pointer;
}
.bc2-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.bc2-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 22px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  cursor: pointer;
  transition: border-color .15s, transform .15s;
}
.bc2-card:hover { border-color: var(--brand); transform: translateY(-2px); }
.bc2-card .top {
  display: flex; align-items: center; gap: 14px;
}
.bc2-card .crest {
  width: 52px; height: 52px;
  border-radius: 14px;
  display: flex; align-items: center; justify-content: center;
  color: white;
  font-family: var(--font-serif);
  font-weight: 500;
  font-size: 20px;
  flex-shrink: 0;
}
.bc2-card .nm {
  font-family: var(--font-serif);
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: var(--text-1);
  line-height: 1.15;
}
.bc2-card .loc {
  font-size: 12px;
  color: var(--text-3);
  margin-top: 4px;
  font-family: var(--font-mono);
}
.bc2-card .verse {
  background: var(--surface-2);
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 12px 14px;
}
.bc2-card .verse .ref {
  font-family: var(--font-mono);
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--brand);
  margin-bottom: 6px;
}
.bc2-card .verse .text {
  font-family: var(--font-serif);
  font-size: 14px;
  font-style: italic;
  color: var(--text-2);
  line-height: 1.45;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.bc2-card .bot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  font-size: 12px;
  color: var(--text-3);
  font-family: var(--font-mono);
}
.bc2-card .bot .ver {
  display: inline-flex; align-items: center; gap: 4px;
  color: var(--success);
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-size: 10.5px;
}

/* ====================================================================
   MemoryVerges additions: in-app shell offsets, pastor verse-editor
   form styling (slate), and responsive — on top of the ported v2 CSS.
   All scoped under .fc-v2-scope so they only touch the redesign.
   ==================================================================== */
.fc-page-bg { background: var(--bg); min-height: 100vh; }

/* Breadcrumb links are real anchors here */
.fc-v2-scope .cv2-bc a { color: var(--accent); cursor: pointer; text-decoration: none; }
.fc-v2-scope .cv2-bc a:hover { text-decoration: underline; }

/* Crest can hold a real uploaded photo */
.fc-v2-scope .cv2-head .crest img { width: 100%; height: 100%; object-fit: cover; border-radius: inherit; display: block; }

/* Header action buttons that are real links */
.fc-v2-scope .cv2-head .actions a.btn { text-decoration: none; }

/* ---- Pastor verse editor (inline form) ---- */
.fc-v2-scope .cv2-editor {
  background: var(--surface); border: 1px solid var(--border);
  border-radius: var(--radius-xl); padding: 28px 32px; margin-top: 18px;
}
.fc-v2-scope .cv2-editor h3 {
  font-family: var(--font-serif); font-weight: 500; font-size: 22px;
  letter-spacing: -0.015em; color: var(--text-1); margin: 0 0 18px;
}
.fc-v2-scope .cv2-field { display: flex; flex-direction: column; gap: 7px; margin-bottom: 16px; }
.fc-v2-scope .cv2-field > label {
  font-family: var(--font-mono); font-size: 10px; font-weight: 600;
  letter-spacing: 0.12em; text-transform: uppercase; color: var(--text-3);
}
.fc-v2-scope .cv2-field .opt { color: var(--text-muted); letter-spacing: 0; text-transform: none; font-family: var(--font-sans); }
.fc-v2-scope .cv2-row { display: grid; grid-template-columns: minmax(0, 2fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr); gap: 12px; }
.fc-v2-scope .cv2-input, .fc-v2-scope .cv2-editor input, .fc-v2-scope .cv2-editor select, .fc-v2-scope .cv2-editor textarea {
  width: 100%; box-sizing: border-box; background: var(--surface);
  border: 1px solid var(--border-strong); border-radius: 10px;
  padding: 11px 14px; font-family: var(--font-sans); font-size: 14px;
  color: var(--text-1); outline: none;
}
.fc-v2-scope .cv2-editor textarea { resize: vertical; line-height: 1.5; }
.fc-v2-scope .cv2-editor input:focus, .fc-v2-scope .cv2-editor select:focus, .fc-v2-scope .cv2-editor textarea:focus {
  border-color: var(--brand); box-shadow: 0 0 0 3px var(--brand-soft);
}
.fc-v2-scope .cv2-scrip-head { display: flex; align-items: center; justify-content: space-between; }
.fc-v2-scope .cv2-scrip-status { font-family: var(--font-mono); font-size: 11px; color: var(--text-3); }
.fc-v2-scope .cv2-help { font-family: var(--font-sans); font-size: 12px; color: var(--text-3); margin: 6px 0 0; }
.fc-v2-scope .cv2-when {
  background: var(--surface-2); border: 1px solid var(--border);
  border-radius: var(--radius-md); padding: 14px 16px; margin-bottom: 16px;
}
.fc-v2-scope .cv2-when .lbl { font-family: var(--font-sans); font-size: 13px; font-weight: 600; color: var(--text-1); margin-bottom: 10px; }
.fc-v2-scope .cv2-when .opts { display: flex; gap: 22px; flex-wrap: wrap; }
.fc-v2-scope .cv2-when label { display: inline-flex; align-items: center; gap: 8px; font-family: var(--font-sans); font-size: 14px; color: var(--text-1); cursor: pointer; }
.fc-v2-scope .cv2-editor-actions { display: flex; gap: 12px; margin-top: 4px; }
.fc-v2-scope .cv2-form-err {
  background: var(--danger-soft, rgba(220,38,38,0.1)); border: 1px solid color-mix(in oklab, var(--danger) 30%, transparent);
  color: var(--danger); border-radius: 10px; padding: 12px 16px; font-family: var(--font-sans); font-size: 13px;
}
.fc-v2-scope .cv2-sched-banner {
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  background: var(--accent-soft); border: 1px solid color-mix(in oklab, var(--accent) 25%, var(--border));
  border-radius: var(--radius-md); padding: 14px 18px; margin-bottom: 16px;
}
.fc-v2-scope .cv2-sched-banner .info .t { font-family: var(--font-mono); font-size: 11px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; color: var(--accent); }
.fc-v2-scope .cv2-sched-banner .info .v { font-family: var(--font-sans); font-size: 14px; font-weight: 500; color: var(--text-1); margin-top: 2px; }

.fc-v2-scope .display-none { display: none !important; }

/* ---- Responsive ---- */
@media (max-width: 1100px) {
  .fc-v2-scope .cv2-body { grid-template-columns: 1fr; }
}
@media (max-width: 760px) {
  .fc-v2-scope .cv2-page { padding: 28px 20px 64px; }
  .fc-v2-scope .cv2-head { grid-template-columns: 1fr; gap: 16px; }
  .fc-v2-scope .cv2-head .name { font-size: 34px; }
  .fc-v2-scope .cv2-row { grid-template-columns: 1fr 1fr; }
  .fc-v2-scope .cv2-votw { padding: 24px; }
  .fc-v2-scope .cv2-votw .ref { font-size: 38px; }
}

/* Patch: reuse btn-icon outside the header, and let toolbox grid hold <a>s too */
.fc-v2-scope .btn-icon {
  width: 40px; height: 40px; border-radius: 50%;
  border: 1px solid var(--border-strong); background: transparent;
  color: var(--text-2); cursor: pointer;
  display: inline-flex; align-items: center; justify-content: center; text-decoration: none;
}
.fc-v2-scope .btn-icon:hover { color: var(--text-1); background: var(--surface-2); }
.fc-v2-scope .cv2-sched-banner .btn-icon { width: 30px; height: 30px; flex-shrink: 0; }

.fc-v2-scope .cv2-toolbox .grid a {
  display: flex; align-items: center; gap: 8px; padding: 10px 12px;
  border: 1px solid var(--border-strong); background: var(--surface);
  border-radius: 10px; font-size: 12.5px; font-weight: 600;
  color: var(--text-1); cursor: pointer; text-align: left; text-decoration: none;
}
.fc-v2-scope .cv2-toolbox .grid a:hover { border-color: var(--brand); color: var(--brand); }
.fc-v2-scope .cv2-toolbox .grid a svg { color: var(--brand); flex-shrink: 0; }

/* Browse Churches header + search count (not in the ported v2 CSS) */
.fc-v2-scope .bc2-head { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 24px; align-items: end; margin-bottom: 4px; }
.fc-v2-scope .bc2-head h1 { font-family: var(--font-serif); font-size: 44px; font-weight: 500; letter-spacing: -0.022em; line-height: 1.05; color: var(--text-1); margin: 0 0 8px; }
.fc-v2-scope .bc2-head h1 em { font-style: italic; font-weight: 400; color: var(--brand); }
.fc-v2-scope .bc2-head .sub { font-family: var(--font-sans); font-size: 15px; line-height: 1.55; color: var(--text-3); margin: 0; max-width: 560px; }
.fc-v2-scope .bc2-count { font-family: var(--font-mono); font-size: 12px; color: var(--text-3); white-space: nowrap; }
.fc-v2-scope .bc2-search { align-items: center; }
@media (max-width: 760px) {
  .fc-v2-scope .bc2-head { grid-template-columns: 1fr; gap: 14px; }
  .fc-v2-scope .bc2-head h1 { font-size: 34px; }
  .fc-v2-scope .bc2-grid { grid-template-columns: 1fr; }
}

/* ====================================================================
   CANONICAL CONTENT COLUMN — match /home/ & /your+verses/ (.mc-page):
   max-width 1440 centered, gutter ladder 64→48→40→16, content-top
   40→40→28→20. Applied to all four church slate page wrappers so the
   H1 + content start at the identical x/y on every church page — no
   bounce when navigating between them and the rest of the signed-in app
   (which all share this column). The bespoke wrappers previously used
   `padding:44px 64px 80px 56px` (asymmetric, uncapped, uncentered).
   Scoped `.fc-v2-scope X-page` (0,2,0) beats the base padding AND sits
   after the page's own <=760 overrides, so it wins on source order. */
.fc-v2-scope .cv2-page,
.fc-v2-scope .bc2-page,
.fc-v2-scope .sv2-page,
.fc-v2-scope .pv2-page {
  box-sizing: border-box;
  max-width: 1440px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 64px 80px;
}
@media (max-width: 1600px) {
  .fc-v2-scope .cv2-page,
  .fc-v2-scope .bc2-page,
  .fc-v2-scope .sv2-page,
  .fc-v2-scope .pv2-page { padding: 40px 48px 80px; }
}
@media (max-width: 1180px) {
  .fc-v2-scope .cv2-page,
  .fc-v2-scope .bc2-page,
  .fc-v2-scope .sv2-page,
  .fc-v2-scope .pv2-page { padding: 28px 40px 72px; }
}
@media (max-width: 767px) {
  .fc-v2-scope .cv2-page,
  .fc-v2-scope .bc2-page,
  .fc-v2-scope .sv2-page,
  .fc-v2-scope .pv2-page { padding: 20px 16px 64px; }
}
/* pick-verse: the page column is now the full canonical 1440, but keep
   the form + header at their prior comfortable reading width, left-aligned
   within the column, so the H1 still starts at the canonical left gutter. */
.fc-v2-scope .pv2-head,
.fc-v2-scope .pv2-form { max-width: 860px; }

/* ====================================================================
   PHASE 1 LIVENESS — congregation pulse, encouragement band, archive.
   Hand-written (CSS Builder doesn't scan churches_loggedin/*). Scoped to
   .fc-v2-scope so the slate tokens resolve inside .mv-root.theme-X.
   ==================================================================== */

/* ---- Congregation pulse: ring + who's memorizing this verse ---- */
.fc-v2-scope .cv2-pulse {
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr);
  gap: 26px;
  align-items: center;
  margin-top: 20px;
  padding: 24px 28px;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
}
.fc-v2-scope .cv2-pulse .ring { position: relative; width: 96px; height: 96px; }
.fc-v2-scope .cv2-pulse .ring svg { width: 100%; height: 100%; transform: rotate(-90deg); }
.fc-v2-scope .cv2-pulse .ring circle { fill: none; stroke-width: 7; }
.fc-v2-scope .cv2-pulse .ring .track { stroke: var(--surface-2); }
.fc-v2-scope .cv2-pulse .ring .val {
  stroke: var(--brand);
  stroke-linecap: round;
  transition: stroke-dashoffset .6s ease;
}
.fc-v2-scope .cv2-pulse .ring .pct {
  position: absolute; inset: 0;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-serif); font-size: 26px; font-weight: 500;
  letter-spacing: -0.02em; color: var(--text-1);
}
.fc-v2-scope .cv2-pulse .ring .pct i { font-size: 13px; font-style: normal; color: var(--text-3); margin-left: 1px; }

.fc-v2-scope .cv2-pulse .info { min-width: 0; }
.fc-v2-scope .cv2-pulse .eyebrow {
  display: inline-flex; align-items: center; gap: 7px;
  font-family: var(--font-mono); font-size: 10.5px; font-weight: 600;
  letter-spacing: 0.13em; text-transform: uppercase; color: var(--text-3);
  margin: 0 0 8px;
}
.fc-v2-scope .cv2-pulse .eyebrow .dot {
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--brand); box-shadow: 0 0 0 3px var(--brand-soft);
}
.fc-v2-scope .cv2-pulse .lead {
  font-family: var(--font-sans); font-size: 15px; line-height: 1.5;
  color: var(--text-2); margin: 0 0 14px;
}
.fc-v2-scope .cv2-pulse .lead strong { color: var(--text-1); font-weight: 600; }
.fc-v2-scope .cv2-pulse .lead em { font-style: italic; color: var(--brand); font-weight: 500; }
.fc-v2-scope .cv2-pulse .empty { font-family: var(--font-sans); font-size: 13.5px; color: var(--text-3); margin: 0; }
.fc-v2-scope .cv2-pulse .empty strong { color: var(--brand); font-weight: 600; }

/* mini-leaderboard inside the pulse */
.fc-v2-scope .cv2-pulse .lb { display: flex; flex-direction: column; gap: 2px; }
.fc-v2-scope .cv2-pulse .lb .row {
  display: grid; grid-template-columns: 26px minmax(0, 1fr) auto;
  gap: 10px; align-items: center;
  padding: 4px 8px; border-radius: var(--radius-sm);
}
.fc-v2-scope .cv2-pulse .lb .row.is-you { background: var(--brand-soft); }
.fc-v2-scope .cv2-pulse .lb .av {
  width: 26px; height: 26px; border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 10.5px; font-weight: 600; color: #fff;
}
.fc-v2-scope .cv2-pulse .lb .nm {
  font-family: var(--font-sans); font-size: 13.5px; color: var(--text-1);
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
  display: flex; align-items: center; gap: 7px;
}
.fc-v2-scope .cv2-pulse .lb .row.is-you .nm { color: var(--brand); font-weight: 600; }
.fc-v2-scope .cv2-pulse .lb .sc {
  font-family: var(--font-mono); font-size: 12px; color: var(--text-3);
  font-variant-numeric: tabular-nums;
}
.fc-v2-scope .cv2-pulse .lb .row.is-you .sc { color: var(--brand); }
.fc-v2-scope .you-chip {
  font-family: var(--font-mono); font-size: 9px; font-weight: 700;
  letter-spacing: 0.08em; text-transform: uppercase;
  color: var(--brand-fg); background: var(--brand);
  padding: 2px 6px; border-radius: var(--radius-pill); line-height: 1;
}

/* ---- Week N badge on the verse eyebrow ---- */
.fc-v2-scope .cv2-votw .head .wk {
  font-family: var(--font-mono); font-size: 10px; font-weight: 600;
  letter-spacing: 0.08em; text-transform: uppercase;
  color: var(--brand); background: var(--brand-soft);
  padding: 2px 8px; border-radius: var(--radius-pill); margin-left: 4px;
}

/* ---- Follower encouragement / warm join band ---- */
.fc-v2-scope .cv2-band {
  display: flex; align-items: center; justify-content: space-between; gap: 18px;
  flex-wrap: wrap;
  margin-top: 16px; padding: 18px 22px;
  border-radius: var(--radius-lg);
  border: 1px solid var(--border);
  background: var(--surface);
}
.fc-v2-scope .cv2-band.join {
  border-color: color-mix(in oklab, var(--brand) 28%, var(--border));
  background: linear-gradient(120deg, var(--brand-soft) 0%, var(--surface) 70%);
}
.fc-v2-scope .cv2-band .txt { min-width: 0; flex: 1; }
.fc-v2-scope .cv2-band .t {
  font-family: var(--font-sans); font-size: 15px; font-weight: 600; color: var(--text-1);
}
.fc-v2-scope .cv2-band .t strong { color: var(--brand); }
.fc-v2-scope .cv2-band .s { font-family: var(--font-sans); font-size: 13px; color: var(--text-2); margin-top: 3px; }
.fc-v2-scope .cv2-band .s strong { color: var(--text-1); font-weight: 600; }
.fc-v2-scope .cv2-band .bar {
  margin-top: 9px; height: 6px; border-radius: var(--radius-pill);
  background: var(--surface-2); overflow: hidden; max-width: 340px;
}
.fc-v2-scope .cv2-band .bar span { display: block; height: 100%; background: var(--brand); border-radius: inherit; }
.fc-v2-scope .cv2-band .cta {
  display: inline-flex; align-items: center; gap: 7px; flex-shrink: 0;
  background: var(--brand); color: var(--brand-fg); border: 1px solid var(--brand);
  font-family: var(--font-sans); font-size: 13.5px; font-weight: 600;
  padding: 11px 18px; border-radius: var(--radius-pill);
  cursor: pointer; text-decoration: none;
}
.fc-v2-scope .cv2-band .cta:hover { background: var(--brand-strong); border-color: var(--brand-strong); }

/* ---- "Verses we've memorized together" archive ---- */
.fc-v2-scope .cv2-arch {
  margin-top: 16px; padding: 22px 24px;
  background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius-lg);
}
.fc-v2-scope .cv2-arch .h {
  display: flex; align-items: center; justify-content: space-between; margin-bottom: 14px;
}
.fc-v2-scope .cv2-arch .h .t {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--font-mono); font-size: 10.5px; font-weight: 600;
  letter-spacing: 0.12em; text-transform: uppercase; color: var(--text-3);
}
.fc-v2-scope .cv2-arch .h .t svg { color: var(--success); }
.fc-v2-scope .cv2-arch .h .c { font-family: var(--font-mono); font-size: 11px; color: var(--text-3); }
.fc-v2-scope .cv2-arch .chips { display: flex; flex-wrap: wrap; gap: 10px; }
.fc-v2-scope .cv2-arch .chip {
  display: inline-flex; flex-direction: column; gap: 2px;
  padding: 9px 14px; border-radius: var(--radius-md);
  background: var(--surface-2); border: 1px solid var(--border);
}
.fc-v2-scope .cv2-arch .chip .ref {
  font-family: var(--font-serif); font-size: 15px; font-weight: 500;
  letter-spacing: -0.01em; color: var(--text-1);
}
.fc-v2-scope .cv2-arch .chip .meta {
  font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.04em;
  text-transform: uppercase; color: var(--text-3);
}

@media (max-width: 760px) {
  .fc-v2-scope .cv2-pulse { grid-template-columns: 1fr; gap: 18px; justify-items: start; padding: 22px; }
  .fc-v2-scope .cv2-pulse .ring { width: 80px; height: 80px; }
  .fc-v2-scope .cv2-band { flex-direction: column; align-items: stretch; }
  .fc-v2-scope .cv2-band .cta { justify-content: center; }
}

/* ====================================================================
   PHASE 3 CHANNELS — member "More from this church" cards + pastor
   channels manager + co-leader invite. Hand-written, scoped to .fc-v2-scope.
   ==================================================================== */

/* ---- Member: "More from this church" channel cards ---- */
.fc-v2-scope .cv2-channels { margin-top: 16px; }
.fc-v2-scope .cv2-channels .ch-h {
  display: flex; align-items: center; justify-content: space-between; margin-bottom: 12px;
}
.fc-v2-scope .cv2-channels .ch-h .t {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--font-mono); font-size: 10.5px; font-weight: 600;
  letter-spacing: 0.12em; text-transform: uppercase; color: var(--text-3);
}
.fc-v2-scope .cv2-channels .ch-h .t svg { color: var(--brand); }
.fc-v2-scope .cv2-channels .ch-h .c { font-family: var(--font-mono); font-size: 11px; color: var(--text-3); }
.fc-v2-scope .cv2-channels .ch-grid {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(min(100%, 280px), 1fr)); gap: 14px;
}
.fc-v2-scope .ch-card {
  display: flex; flex-direction: column; gap: 12px; min-width: 0;
  padding: 18px 20px; border-radius: var(--radius-lg);
  border: 1px solid var(--border); background: var(--surface);
}
.fc-v2-scope .ch-card .ch-top { display: flex; align-items: baseline; justify-content: space-between; gap: 10px; flex-wrap: wrap; }
.fc-v2-scope .ch-card .ch-name {
  font-family: var(--font-serif); font-size: 19px; font-weight: 500;
  letter-spacing: -0.01em; color: var(--text-1);
}
.fc-v2-scope .ch-card .ch-led {
  font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.06em;
  text-transform: uppercase; color: var(--text-3);
  background: var(--surface-2); border: 1px solid var(--border);
  padding: 3px 8px; border-radius: var(--radius-pill);
}
.fc-v2-scope .ch-card .ch-verse { display: flex; align-items: baseline; gap: 9px; }
.fc-v2-scope .ch-card .ch-verse .ref {
  font-family: var(--font-serif); font-size: 22px; font-weight: 500;
  letter-spacing: -0.012em; color: var(--text-1);
}
.fc-v2-scope .ch-card .ch-verse .tr {
  font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.04em;
  text-transform: uppercase; color: var(--text-3);
  background: var(--surface-2); border: 1px solid var(--border); padding: 2px 7px; border-radius: 5px;
}
.fc-v2-scope .ch-card .ch-verse.empty { font-family: var(--font-sans); font-size: 14px; color: var(--text-3); font-style: italic; }
.fc-v2-scope .ch-card .ch-foot {
  display: flex; align-items: center; justify-content: space-between; gap: 12px;
  margin-top: 2px; flex-wrap: wrap;
}
.fc-v2-scope .ch-card .ch-people { display: flex; align-items: center; gap: 9px; min-width: 0; }
.fc-v2-scope .ch-card .ch-avs { display: inline-flex; }
.fc-v2-scope .ch-card .ch-avs .av {
  width: 24px; height: 24px; border-radius: 50%; margin-left: -7px;
  border: 2px solid var(--surface);
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 9.5px; font-weight: 600; color: #fff;
}
.fc-v2-scope .ch-card .ch-avs .av:first-child { margin-left: 0; }
.fc-v2-scope .ch-card .ch-cnt { font-family: var(--font-mono); font-size: 11px; color: var(--text-3); }
.fc-v2-scope .ch-card .ch-follow {
  display: inline-flex; align-items: center; gap: 6px; flex-shrink: 0;
  background: var(--brand); color: var(--brand-fg); border: 1px solid var(--brand);
  font-family: var(--font-sans); font-size: 12.5px; font-weight: 600;
  padding: 9px 15px; border-radius: var(--radius-pill); cursor: pointer; text-decoration: none;
}
.fc-v2-scope .ch-card .ch-follow:hover { background: var(--brand-strong); border-color: var(--brand-strong); }
.fc-v2-scope .ch-card .ch-follow.is-following {
  background: transparent; color: var(--text-2); border-color: var(--border-strong);
}
.fc-v2-scope .ch-card .ch-follow.is-following:hover { color: var(--text-1); background: var(--surface-2); }

/* ---- Pastor: channels manager + co-leader invite ---- */
.fc-v2-scope .cv2-card .cm-help {
  font-family: var(--font-sans); font-size: 12.5px; line-height: 1.5;
  color: var(--text-3); margin: 0 0 14px;
}
.fc-v2-scope .cm-help a { color: var(--brand); font-weight: 600; }
.fc-v2-scope .cm-help a:hover { text-decoration: underline; }

/* ---- Pastor: invite-a-member card ---- */
.fc-v2-scope .cv2-invite-member .im-row { display: flex; gap: 10px; margin-bottom: 10px; }
.fc-v2-scope .cv2-invite-member .im-row input { flex: 1; min-width: 0; }
.fc-v2-scope .cv2-invite-member .im-row input.im-name { flex: 0 1 220px; }
.fc-v2-scope .cv2-invite-member .im-row input,
.fc-v2-scope .cv2-invite-member .im-note {
  font-family: var(--font-sans); font-size: 13px; color: var(--text-1);
  padding: 9px 12px; border-radius: var(--radius-md);
  border: 1px solid var(--border-strong); background: var(--surface);
}
.fc-v2-scope .cv2-invite-member .im-row input:focus,
.fc-v2-scope .cv2-invite-member .im-note:focus { outline: none; border-color: var(--brand); }
.fc-v2-scope .cv2-invite-member .im-note { display: block; width: 100%; box-sizing: border-box; resize: none; line-height: 1.5; }
.fc-v2-scope .cv2-invite-member .im-actions { margin-top: 12px; }
.fc-v2-scope .cv2-invite-member .im-actions button {
  display: inline-flex; align-items: center; gap: 6px;
  font-family: var(--font-sans); font-size: 13px; font-weight: 600;
  color: var(--brand-fg); background: var(--brand); border: 1px solid var(--brand);
  padding: 9px 14px; border-radius: var(--radius-md); cursor: pointer;
}
.fc-v2-scope .cv2-invite-member .im-actions button:hover { background: var(--brand-strong); border-color: var(--brand-strong); }
.fc-v2-scope .cv2-invite-member .im-foot {
  margin: 16px 0 0; padding-top: 14px; border-top: 1px solid var(--border);
}
@media (max-width: 640px) {
  .fc-v2-scope .cv2-invite-member .im-row { flex-direction: column; }
  .fc-v2-scope .cv2-invite-member .im-row input.im-name { flex: 1; }
}
.fc-v2-scope .cm-list { display: flex; flex-direction: column; gap: 8px; margin-bottom: 12px; }
.fc-v2-scope .cm-row {
  display: flex; align-items: center; justify-content: space-between; gap: 10px;
  padding: 10px 12px; border-radius: var(--radius-md);
  border: 1px solid var(--border); background: var(--surface-2);
}
.fc-v2-scope .cm-row.is-off { opacity: 0.6; }
.fc-v2-scope .cm-row .cm-name {
  display: flex; align-items: center; gap: 7px;
  font-family: var(--font-sans); font-size: 13.5px; font-weight: 600; color: var(--text-1);
}
.fc-v2-scope .cm-row .cm-tag {
  font-family: var(--font-mono); font-size: 9px; font-weight: 600; letter-spacing: 0.06em;
  text-transform: uppercase; color: var(--text-3);
  background: var(--surface); border: 1px solid var(--border); padding: 2px 6px; border-radius: var(--radius-pill);
}
.fc-v2-scope .cm-row .cm-tag.off { color: var(--warning); border-color: color-mix(in oklab, var(--warning) 40%, var(--border)); }
.fc-v2-scope .cm-row .cm-meta { font-family: var(--font-mono); font-size: 10.5px; color: var(--text-3); margin-top: 2px; }
.fc-v2-scope .cm-toggle {
  flex-shrink: 0; font-family: var(--font-sans); font-size: 12px; font-weight: 600;
  color: var(--text-2); background: var(--surface); border: 1px solid var(--border-strong);
  padding: 6px 11px; border-radius: var(--radius-pill); cursor: pointer;
}
.fc-v2-scope .cm-toggle:hover { color: var(--text-1); border-color: var(--text-3); }
.fc-v2-scope .cm-new { display: flex; gap: 8px; }
.fc-v2-scope .cm-new input {
  flex: 1; min-width: 0; font-family: var(--font-sans); font-size: 13px; color: var(--text-1);
  padding: 9px 12px; border-radius: var(--radius-md);
  border: 1px solid var(--border-strong); background: var(--surface);
}
.fc-v2-scope .cm-new input:focus { outline: none; border-color: var(--brand); }
.fc-v2-scope .cm-new button {
  flex-shrink: 0; display: inline-flex; align-items: center; gap: 6px;
  font-family: var(--font-sans); font-size: 13px; font-weight: 600;
  color: var(--brand-fg); background: var(--brand); border: 1px solid var(--brand);
  padding: 9px 14px; border-radius: var(--radius-md); cursor: pointer;
}
.fc-v2-scope .cm-new button:hover { background: var(--brand-strong); border-color: var(--brand-strong); }
.fc-v2-scope .cm-msg { margin-top: 10px; font-family: var(--font-sans); font-size: 12.5px; line-height: 1.45; }
.fc-v2-scope .cm-msg.is-ok  { color: var(--success); }
.fc-v2-scope .cm-msg.is-err { color: var(--danger, #b14040); }

/* ====================================================================
   2026-06-09 IA SPLIT — shared chrome (tabs, manage dropdown, single
   content column), compact pulse teaser, privacy gate, About / Leaders /
   Settings / Channels-manager pages, picture modal. Scoped .fc-v2-scope.
   ==================================================================== */

/* Single-column content area (replaces the old 2-col cv2-body) */
.fc-v2-scope .cv2-main { max-width: 960px; display: flex; flex-direction: column; gap: 16px; }

/* Header crest as an editable button (admin) */
.fc-v2-scope .cv2-head button.crest { position: relative; cursor: pointer; padding: 0; border: 0; }
.fc-v2-scope .cv2-head .crest .crest-edit {
  position: absolute; right: -4px; bottom: -4px;
  width: 24px; height: 24px; border-radius: 50%;
  background: var(--brand); color: var(--brand-fg);
  display: inline-flex; align-items: center; justify-content: center;
  border: 2px solid var(--surface); box-shadow: 0 1px 3px rgba(0,0,0,.18);
}
.fc-v2-scope .cv2-head button.crest:hover .crest-edit { background: var(--brand-strong); }

/* "Manage church ▾" dropdown */
.fc-v2-scope .cv2-manage { position: relative; }
.fc-v2-scope .cv2-manage .caret { margin-left: 4px; font-size: 10px; opacity: .8; }
.fc-v2-scope .cv2-manage-menu {
  position: absolute; right: 0; top: calc(100% + 8px); z-index: 40;
  min-width: 210px; padding: 6px;
  background: var(--surface); border: 1px solid var(--border-strong);
  border-radius: var(--radius-md); box-shadow: 0 12px 32px rgba(20,20,40,.16);
}
.fc-v2-scope .cv2-manage-menu a {
  display: flex; align-items: center; gap: 9px;
  padding: 9px 11px; border-radius: var(--radius-sm);
  font-family: var(--font-sans); font-size: 13.5px; font-weight: 500;
  color: var(--text-1); text-decoration: none;
}
.fc-v2-scope .cv2-manage-menu a svg { color: var(--text-3); }
.fc-v2-scope .cv2-manage-menu a:hover { background: var(--surface-2); }
.fc-v2-scope .cv2-manage-menu a.active { background: var(--brand-soft); color: var(--brand); }
.fc-v2-scope .cv2-manage-menu a.active svg { color: var(--brand); }

/* Member tab bar */
.fc-v2-scope .cv2-tabs {
  display: flex; align-items: center; gap: 6px; flex-wrap: wrap;
  margin: 4px 0 24px; padding-bottom: 2px;
  border-bottom: 1px solid var(--border);
}
.fc-v2-scope .cv2-tabs a {
  display: inline-flex; align-items: center; gap: 7px;
  padding: 10px 14px; margin-bottom: -1px;
  font-family: var(--font-sans); font-size: 14px; font-weight: 600;
  color: var(--text-3); text-decoration: none;
  border-bottom: 2px solid transparent;
}
.fc-v2-scope .cv2-tabs a svg { opacity: .8; }
.fc-v2-scope .cv2-tabs a:hover { color: var(--text-1); }
.fc-v2-scope .cv2-tabs a.active { color: var(--brand); border-bottom-color: var(--brand); }
.fc-v2-scope .cv2-tabs-manage {
  margin-left: auto; display: inline-flex; align-items: center; gap: 6px;
  font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.06em;
  text-transform: uppercase; color: var(--brand);
}

/* Compact congregation teaser (This Week → Congregation) */
.fc-v2-scope .cv2-pulse-teaser {
  display: flex; align-items: center; gap: 18px;
  padding: 16px 20px; border-radius: var(--radius-lg);
  background: var(--surface); border: 1px solid var(--border);
  text-decoration: none; transition: border-color .12s, background .12s;
}
.fc-v2-scope .cv2-pulse-teaser:hover { border-color: var(--brand); background: var(--surface-2); }
.fc-v2-scope .cv2-pulse-teaser .ring { position: relative; width: 56px; height: 56px; flex-shrink: 0; }
.fc-v2-scope .cv2-pulse-teaser .ring svg { width: 100%; height: 100%; transform: rotate(-90deg); }
.fc-v2-scope .cv2-pulse-teaser .ring circle { fill: none; stroke-width: 6; }
.fc-v2-scope .cv2-pulse-teaser .ring .track { stroke: var(--surface-2); }
.fc-v2-scope .cv2-pulse-teaser .ring .val { stroke: var(--brand); stroke-linecap: round; }
.fc-v2-scope .cv2-pulse-teaser .ring .pct {
  position: absolute; inset: 0; display: flex; align-items: center; justify-content: center;
  font-family: var(--font-serif); font-size: 16px; font-weight: 500; color: var(--text-1);
}
.fc-v2-scope .cv2-pulse-teaser .ring .pct i { font-size: 9px; font-style: normal; color: var(--text-3); }
.fc-v2-scope .cv2-pulse-teaser .lead { font-family: var(--font-sans); font-size: 14.5px; color: var(--text-2); }
.fc-v2-scope .cv2-pulse-teaser .lead strong { color: var(--text-1); font-weight: 600; }
.fc-v2-scope .cv2-pulse-teaser .sub {
  display: inline-flex; align-items: center; gap: 5px; margin-top: 3px;
  font-family: var(--font-mono); font-size: 11.5px; letter-spacing: 0.04em; color: var(--brand);
}

/* Verse-card "Change verse" as a link button (was a <button>) */
.fc-v2-scope .cv2-votw .head .set-btn { text-decoration: none; }

/* Privacy gate (Congregation, non-member of a private church) */
.fc-v2-scope .cv2-locked {
  text-align: center; padding: 56px 28px;
  background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius-xl);
}
.fc-v2-scope .cv2-locked .ic {
  width: 60px; height: 60px; border-radius: 50%; margin: 0 auto 18px;
  display: inline-flex; align-items: center; justify-content: center;
  background: var(--surface-2); color: var(--text-3); border: 1px solid var(--border);
}
.fc-v2-scope .cv2-locked h2 { font-family: var(--font-serif); font-size: 26px; font-weight: 500; color: var(--text-1); margin: 0 0 8px; }
.fc-v2-scope .cv2-locked p { font-family: var(--font-sans); font-size: 15px; line-height: 1.55; color: var(--text-2); max-width: 460px; margin: 0 auto 20px; }
.fc-v2-scope .cv2-locked .cta {
  display: inline-flex; align-items: center; gap: 7px;
  background: var(--brand); color: var(--brand-fg); border: 1px solid var(--brand);
  font-family: var(--font-sans); font-size: 14px; font-weight: 600;
  padding: 12px 20px; border-radius: var(--radius-pill); cursor: pointer; text-decoration: none;
}
.fc-v2-scope .cv2-locked .cta:hover { background: var(--brand-strong); }

/* About page */
.fc-v2-scope .cv2-about-page .desc { font-family: var(--font-sans); font-size: 15px; line-height: 1.65; color: var(--text-2); margin: 0 0 18px; }
.fc-v2-scope .cv2-about-page .facts { display: flex; flex-direction: column; gap: 10px; }
.fc-v2-scope .cv2-about-page .fact { display: flex; align-items: center; gap: 10px; font-family: var(--font-sans); font-size: 14px; color: var(--text-2); }
.fc-v2-scope .cv2-about-page .fact .ic { color: var(--text-3); display: inline-flex; }
.fc-v2-scope .cv2-about-page .fact a { color: var(--brand); text-decoration: none; }
.fc-v2-scope .cv2-about-page .fact strong { color: var(--text-1); }

/* Leaders grid */
.fc-v2-scope .ldr-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(min(100%, 240px), 1fr)); gap: 12px; }
.fc-v2-scope .ldr { display: flex; align-items: center; gap: 12px; padding: 12px 14px; border: 1px solid var(--border); border-radius: var(--radius-md); background: var(--surface-2); }
.fc-v2-scope .ldr .av {
  width: 38px; height: 38px; border-radius: 50%; flex-shrink: 0;
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 13px; font-weight: 600; color: #fff;
  background: linear-gradient(135deg, var(--fc-pn-av-a), var(--fc-pn-av-b));
}
.fc-v2-scope .ldr .nm { font-family: var(--font-sans); font-size: 14px; font-weight: 600; color: var(--text-1); }
.fc-v2-scope .ldr .rl { font-family: var(--font-mono); font-size: 11px; color: var(--text-3); }

/* Channels manager row actions (post link) */
.fc-v2-scope .cm-row-actions { display: inline-flex; align-items: center; gap: 8px; flex-shrink: 0; }
.fc-v2-scope .cm-post {
  display: inline-flex; align-items: center; gap: 5px;
  font-family: var(--font-sans); font-size: 12px; font-weight: 600;
  color: var(--brand); text-decoration: none;
  padding: 6px 10px; border-radius: var(--radius-pill); border: 1px solid var(--brand-soft); background: var(--brand-soft);
}
.fc-v2-scope .cm-post:hover { background: var(--brand); color: var(--brand-fg); }

/* Settings page */
.fc-v2-scope .cv2-settings .set-photo { display: flex; align-items: center; gap: 16px; padding: 4px 0 22px; margin-bottom: 18px; border-bottom: 1px solid var(--border); }
.fc-v2-scope .cv2-settings .set-photo-crest {
  width: 64px; height: 64px; border-radius: var(--radius-md); flex-shrink: 0; overflow: hidden;
  display: inline-flex; align-items: center; justify-content: center;
  background: linear-gradient(135deg, var(--fc-crest-a), var(--fc-crest-b)); color: #fff;
}
.fc-v2-scope .cv2-settings .set-photo-crest img { width: 100%; height: 100%; object-fit: cover; }
.fc-v2-scope .cv2-settings .set-photo-t { font-family: var(--font-sans); font-size: 14px; font-weight: 600; color: var(--text-1); margin-bottom: 7px; }
.fc-v2-scope .cv2-row2 { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 14px; }
.fc-v2-scope .cv2-settings .cv2-field { margin-bottom: 16px; }
.fc-v2-scope .cv2-settings input[type=text], .fc-v2-scope .cv2-settings input[type=url], .fc-v2-scope .cv2-settings select, .fc-v2-scope .cv2-settings textarea {
  width: 100%; font-family: var(--font-sans); font-size: 14px; color: var(--text-1);
  padding: 10px 12px; border-radius: var(--radius-md); border: 1px solid var(--border-strong); background: var(--surface);
}
.fc-v2-scope .cv2-settings .cv2-field label { display: block; font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--text-3); margin-bottom: 6px; }
.fc-v2-scope .cv2-settings .cv2-field .opt { text-transform: none; letter-spacing: 0; color: var(--text-muted); }

/* Privacy toggle row + switch */
.fc-v2-scope .set-toggle { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 16px 0; margin: 6px 0 8px; border-top: 1px solid var(--border); }
.fc-v2-scope .set-toggle-t { font-family: var(--font-sans); font-size: 14.5px; font-weight: 600; color: var(--text-1); }
.fc-v2-scope .set-toggle-s { font-family: var(--font-sans); font-size: 13px; line-height: 1.5; color: var(--text-3); margin-top: 4px; max-width: 560px; }
.fc-v2-scope .set-switch { flex-shrink: 0; cursor: pointer; }
.fc-v2-scope .set-switch input { position: absolute; opacity: 0; width: 0; height: 0; }
.fc-v2-scope .set-switch-track { display: inline-block; width: 46px; height: 26px; border-radius: 999px; background: var(--surface-2); border: 1px solid var(--border-strong); position: relative; transition: background .15s, border-color .15s; }
.fc-v2-scope .set-switch-knob { position: absolute; top: 2px; left: 2px; width: 20px; height: 20px; border-radius: 50%; background: #fff; box-shadow: 0 1px 2px rgba(0,0,0,.2); transition: left .15s; }
.fc-v2-scope .set-switch input:checked + .set-switch-track { background: var(--brand); border-color: var(--brand); }
.fc-v2-scope .set-switch input:checked + .set-switch-track .set-switch-knob { left: 22px; }

/* Picture upload modal */
.fc-v2-scope .cv2-modal {
  position: fixed; inset: 0; z-index: 1000;
  display: flex; align-items: center; justify-content: center; padding: 20px;
  background: rgba(20,20,40,.42);
}
/* Hidden state must beat the .fc-v2-scope .cv2-modal display:flex (higher specificity). */
.fc-v2-scope .cv2-modal.display-none { display: none; }
.fc-v2-scope .cv2-modal-card {
  width: 100%; max-width: 420px; padding: 26px 26px 22px;
  background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius-xl);
  box-shadow: 0 24px 64px rgba(20,20,40,.28); position: relative;
}
.fc-v2-scope .cv2-modal-card h3 { font-family: var(--font-serif); font-size: 22px; font-weight: 500; color: var(--text-1); margin: 0 0 6px; }
.fc-v2-scope .cv2-modal-card p { font-family: var(--font-sans); font-size: 13.5px; color: var(--text-3); margin: 0 0 16px; }
.fc-v2-scope .cv2-modal-card input[type=file] { width: 100%; font-size: 13px; margin-bottom: 14px; }
.fc-v2-scope .cv2-modal-x { position: absolute; top: 12px; right: 14px; border: 0; background: transparent; font-size: 24px; line-height: 1; color: var(--text-3); cursor: pointer; }
.fc-v2-scope .cv2-modal-actions { display: flex; gap: 10px; }
.fc-v2-scope .cv2-modal-msg { font-family: var(--font-sans); font-size: 13px; color: var(--danger, #b14040); margin-bottom: 12px; }

@media (max-width: 760px) {
  .fc-v2-scope .cv2-row2 { grid-template-columns: 1fr; }
  .fc-v2-scope .cv2-tabs { gap: 2px; }
  .fc-v2-scope .cv2-tabs a { padding: 9px 10px; font-size: 13px; }
  .fc-v2-scope .cv2-tabs-manage { display: none; }
  .fc-v2-scope .cv2-manage-menu { right: auto; left: 0; }
}

/* ====================================================================
   2026-06-09 PASTOR GUIDE — /church/<slug>/guide/ "Get started" playbook
   (intro + 3 step cards + first-month list). Scoped .fc-v2-scope.
   ==================================================================== */

.fc-v2-scope .cv2-guide-intro h2 {
  font-family: var(--font-serif); font-size: 27px; font-weight: 500;
  color: var(--text-1); margin: 0 0 10px; line-height: 1.2;
}
.fc-v2-scope .cv2-guide-intro p {
  font-family: var(--font-sans); font-size: 14.5px; line-height: 1.6;
  color: var(--text-2); margin: 0; max-width: 640px;
}

.fc-v2-scope .cv2-guide-step.is-featured {
  border-color: color-mix(in oklab, var(--brand) 45%, var(--border));
  box-shadow: 0 1px 0 color-mix(in oklab, var(--brand) 20%, transparent);
}
.fc-v2-scope .cv2-guide-step .gd-eyebrow {
  display: inline-flex; align-items: center; gap: 6px;
  font-family: var(--font-mono); font-size: 10px; font-weight: 600;
  letter-spacing: 0.08em; text-transform: uppercase;
  color: var(--text-3); margin-bottom: 10px;
}
.fc-v2-scope .cv2-guide-step.is-featured .gd-eyebrow { color: var(--brand); }
.fc-v2-scope .cv2-guide-step h3 {
  font-family: var(--font-serif); font-size: 20px; font-weight: 500;
  color: var(--text-1); margin: 0 0 8px;
}
.fc-v2-scope .cv2-guide-step p {
  font-family: var(--font-sans); font-size: 14px; line-height: 1.6;
  color: var(--text-2); margin: 0 0 12px; max-width: 640px;
}
.fc-v2-scope .cv2-guide-step p em { color: var(--text-1); }
.fc-v2-scope .cv2-guide-step .gd-sub { font-size: 12.5px; color: var(--text-3); }
.fc-v2-scope .cv2-guide-step .gd-sub a { color: var(--brand); text-decoration: none; }
.fc-v2-scope .cv2-guide-step .gd-sub a:hover { text-decoration: underline; }
.fc-v2-scope .cv2-guide-step .gd-cta {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 9px 15px; font-size: 13px; margin-right: 6px;
}

.fc-v2-scope .gd-snippet { max-width: 640px; }
.fc-v2-scope .gd-snippet textarea {
  width: 100%; resize: none; font-family: var(--font-sans); font-size: 13px;
  line-height: 1.55; color: var(--text-1);
  padding: 11px 13px; border-radius: var(--radius-md);
  border: 1px dashed var(--border-strong); background: var(--surface-2);
  box-sizing: border-box; margin-bottom: 8px;
}
.fc-v2-scope .gd-snippet textarea:focus { outline: none; border-color: var(--brand); }
.fc-v2-scope .gd-snippet .btn { display: inline-flex; align-items: center; gap: 6px; padding: 8px 14px; font-size: 12.5px; }

.fc-v2-scope .cv2-guide-month ol {
  margin: 0; padding-left: 20px;
  font-family: var(--font-sans); font-size: 14px; line-height: 1.65; color: var(--text-2);
  display: flex; flex-direction: column; gap: 6px;
}
.fc-v2-scope .cv2-guide-month ol strong { color: var(--text-1); }
.fc-v2-scope .cv2-guide-month .gd-close {
  font-family: var(--font-sans); font-size: 12.5px; line-height: 1.55;
  color: var(--text-3); margin: 14px 0 0; max-width: 640px;
}

/* ====================================================================
   2026-06-09 SLATE CREATE PAGE — /church/create/ (last church route off
   the legacy design). Head + how-it-works steps + form chrome; the form
   fields reuse .cv2-settings. Scoped .fc-v2-scope.
   ==================================================================== */

.fc-v2-scope .cr2-head { max-width: 960px; padding: 6px 0 22px; }
.fc-v2-scope .cr2-head h1 {
  font-family: var(--font-serif); font-size: 40px; font-weight: 500; letter-spacing: -0.01em;
  color: var(--text-1); margin: 6px 0 10px; line-height: 1.12;
}
.fc-v2-scope .cr2-head h1 em { font-style: italic; color: var(--brand); }
.fc-v2-scope .cr2-head .sub {
  font-family: var(--font-sans); font-size: 15px; line-height: 1.6;
  color: var(--text-2); margin: 0; max-width: 620px;
}
.fc-v2-scope .cr2-head .cr2-alt {
  font-family: var(--font-sans); font-size: 13px; color: var(--text-3); margin: 10px 0 0;
}
.fc-v2-scope .cr2-head .cr2-alt a { color: var(--brand); font-weight: 600; text-decoration: none; }
.fc-v2-scope .cr2-head .cr2-alt a:hover { text-decoration: underline; }

.fc-v2-scope .cr2-steps { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.fc-v2-scope .cr2-step { display: flex; gap: 12px; align-items: flex-start; }
.fc-v2-scope .cr2-step .n {
  flex-shrink: 0; width: 26px; height: 26px; border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
  font-family: var(--font-mono); font-size: 12px; font-weight: 600;
  color: var(--brand); background: color-mix(in oklab, var(--brand) 12%, var(--surface));
  border: 1px solid color-mix(in oklab, var(--brand) 35%, var(--border));
}
.fc-v2-scope .cr2-step strong {
  display: block; font-family: var(--font-sans); font-size: 14px; font-weight: 600;
  color: var(--text-1); margin-bottom: 3px;
}
.fc-v2-scope .cr2-step span:not(.n) {
  display: block; font-family: var(--font-sans); font-size: 12.5px; line-height: 1.5; color: var(--text-3);
}

.fc-v2-scope .cr2-form .cv2-field .req { color: var(--brand); }
.fc-v2-scope .cr2-form input:focus, .fc-v2-scope .cr2-form textarea:focus { outline: none; border-color: var(--brand); }
.fc-v2-scope .cr2-form textarea { resize: vertical; }
.fc-v2-scope .cr2-submit {
  display: flex; align-items: center; justify-content: space-between; gap: 18px;
  padding-top: 14px; margin-top: 4px; border-top: 1px solid var(--border);
}
.fc-v2-scope .cr2-submit p { font-family: var(--font-sans); font-size: 12.5px; line-height: 1.5; color: var(--text-3); margin: 0; }
.fc-v2-scope .cr2-submit .btn { flex-shrink: 0; display: inline-flex; align-items: center; gap: 6px; padding: 11px 18px; font-size: 13.5px; }

.fc-v2-scope .cr2-facts {
  display: flex; flex-wrap: wrap; gap: 8px 22px; margin: 2px 0 0;
  font-family: var(--font-sans); font-size: 12.5px; color: var(--text-3);
}
.fc-v2-scope .cr2-facts span { display: inline-flex; align-items: center; gap: 6px; }
.fc-v2-scope .cr2-facts svg { color: var(--success); flex-shrink: 0; }

@media only screen and (min-device-width: 68px) and (max-device-width: 767px) and (orientation: portrait){
  .fc-v2-scope .cr2-head h1 { font-size: 30px; }
  .fc-v2-scope .cr2-steps { grid-template-columns: minmax(0, 1fr); }
  .fc-v2-scope .cr2-submit { flex-direction: column; align-items: stretch; }
}

/* "Copied!" tip on the share/copy-link buttons (church shell + verse card) */
.fc-v2-scope .js-share-church { position: relative; }
.fc-v2-scope .cv2-copied-tip {
  position: absolute; bottom: calc(100% + 8px); left: 50%; transform: translateX(-50%);
  font-family: var(--font-sans); font-size: 11.5px; font-weight: 600; white-space: nowrap;
  color: var(--surface, #fff); background: var(--text-1); padding: 4px 9px; border-radius: var(--radius-pill);
  box-shadow: 0 2px 8px rgba(0,0,0,.18); pointer-events: none; z-index: 5;
  animation: cv2-tip-in .14s ease-out;
}
@keyframes cv2-tip-in { from { opacity: 0; transform: translateX(-50%) translateY(3px); } to { opacity: 1; transform: translateX(-50%) translateY(0); } }

/* ====================================================================
   2026-06-09 CHURCH INVITE LANDING — /join/<slug>/ (newsletter / pulpit
   link). Verse-first hero + congregation proof + join CTA. Scoped
   .fc-v2-scope; footer reuses the share-recipient .sl-footer look.
   ==================================================================== */

.fc-v2-scope .ci-page { min-height: 70vh; padding: 120px 24px 80px; }
.fc-v2-scope .ci-col { max-width: 680px; margin: 0 auto; }

.fc-v2-scope .ci-church { display: flex; align-items: center; gap: 13px; margin-bottom: 22px; }
.fc-v2-scope .ci-crest {
  width: 52px; height: 52px; border-radius: var(--radius-md); flex-shrink: 0; overflow: hidden;
  display: inline-flex; align-items: center; justify-content: center;
  background: linear-gradient(135deg, var(--fc-crest-a, #2f3a4d), var(--fc-crest-b, #4a5a73)); color: #fff;
}
.fc-v2-scope .ci-crest img { width: 100%; height: 100%; object-fit: cover; }
.fc-v2-scope .ci-eye {
  font-family: var(--font-mono); font-size: 10.5px; font-weight: 600;
  letter-spacing: 0.1em; text-transform: uppercase; color: var(--brand); margin-bottom: 3px;
}
.fc-v2-scope .ci-church-name { font-family: var(--font-sans); font-size: 16px; font-weight: 700; color: var(--text-1); }
.fc-v2-scope .ci-church-name .ci-loc { font-weight: 400; color: var(--text-3); font-size: 13.5px; }

.fc-v2-scope .ci-h1 {
  font-family: var(--font-serif); font-size: 38px; font-weight: 500; letter-spacing: -0.01em;
  line-height: 1.15; color: var(--text-1); margin: 0 0 18px;
}
.fc-v2-scope .ci-h1 em { font-style: italic; color: var(--brand); }
.fc-v2-scope .ci-sub { font-family: var(--font-sans); font-size: 15px; line-height: 1.6; color: var(--text-2); margin: 0 0 18px; }

.fc-v2-scope .ci-verse-card {
  background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius-lg);
  padding: 26px 28px; margin-bottom: 18px;
}
.fc-v2-scope .ci-verse-meta {
  font-family: var(--font-mono); font-size: 10.5px; font-weight: 600;
  letter-spacing: 0.08em; text-transform: uppercase; color: var(--text-3); margin-bottom: 12px;
}
.fc-v2-scope .ci-verse-card blockquote {
  font-family: var(--font-serif); font-size: 22px; line-height: 1.45; color: var(--text-1);
  margin: 0 0 10px; padding: 0;
}
.fc-v2-scope .ci-verse-ref { font-family: var(--font-sans); font-size: 13.5px; font-weight: 600; color: var(--text-2); }
.fc-v2-scope .ci-note {
  margin-top: 14px; padding-top: 14px; border-top: 1px solid var(--border);
  font-family: var(--font-sans); font-size: 13.5px; font-style: italic; line-height: 1.55; color: var(--text-2);
}

.fc-v2-scope .ci-proof {
  display: flex; flex-wrap: wrap; gap: 8px 22px; margin-bottom: 24px;
  font-family: var(--font-sans); font-size: 13px; color: var(--text-2);
}
.fc-v2-scope .ci-proof span { display: inline-flex; align-items: center; gap: 7px; }
.fc-v2-scope .ci-proof svg { color: var(--brand); flex-shrink: 0; }
.fc-v2-scope .ci-proof strong { color: var(--text-1); }

.fc-v2-scope .ci-cta-row { display: flex; align-items: center; flex-wrap: wrap; gap: 16px; margin-bottom: 30px; }
.fc-v2-scope .ci-cta { display: inline-flex; align-items: center; gap: 8px; padding: 13px 22px; font-size: 14.5px; text-decoration: none; }
.fc-v2-scope .ci-alt {
  display: inline-flex; align-items: center; gap: 6px;
  font-family: var(--font-sans); font-size: 13.5px; font-weight: 600; color: var(--text-2); text-decoration: none;
}
.fc-v2-scope .ci-alt:hover { color: var(--text-1); }
.fc-v2-scope .ci-already {
  display: inline-flex; align-items: center; gap: 7px;
  font-family: var(--font-sans); font-size: 13.5px; font-weight: 600; color: var(--success);
}

.fc-v2-scope .ci-next {
  background: var(--surface-2); border: 1px solid var(--border); border-radius: var(--radius-lg);
  padding: 20px 24px;
}
.fc-v2-scope .ci-next-t {
  font-family: var(--font-mono); font-size: 10.5px; font-weight: 600;
  letter-spacing: 0.08em; text-transform: uppercase; color: var(--text-3); margin-bottom: 12px;
}
.fc-v2-scope .ci-next ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 9px; }
.fc-v2-scope .ci-next li {
  display: flex; align-items: flex-start; gap: 9px;
  font-family: var(--font-sans); font-size: 13.5px; line-height: 1.55; color: var(--text-2);
}
.fc-v2-scope .ci-next li svg { color: var(--success); flex-shrink: 0; margin-top: 3px; }

@media only screen and (min-device-width: 68px) and (max-device-width: 767px) and (orientation: portrait){
  .fc-v2-scope .ci-page { padding: 96px 18px 56px; }
  .fc-v2-scope .ci-h1 { font-size: 29px; }
  .fc-v2-scope .ci-verse-card { padding: 20px; }
  .fc-v2-scope .ci-verse-card blockquote { font-size: 19px; }
  .fc-v2-scope .ci-cta-row .ci-cta { width: 100%; justify-content: center; }
}

/* Invite landing slim footer */
.fc-v2-scope .ci-footer {
  display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 10px;
  max-width: 680px; margin: 0 auto; padding: 18px 24px 36px;
  border-top: 1px solid var(--border);
  font-family: var(--font-sans); font-size: 12.5px; color: var(--text-3);
}
.fc-v2-scope .ci-footer-brand {
  display: inline-flex; align-items: center; gap: 7px;
  font-family: var(--font-sans); font-size: 13px; font-weight: 700; color: var(--text-1); text-decoration: none;
}
