/* ============================================================
   Christ for Jews — design system
   Palette (from brief): soft blues, warm white, restrained gold.
   Display: Spectral (warm literary serif).  Body/UI: Inter.
   Boldness is spent on ONE place: the illuminated verse band.
   ============================================================ */

:root {
  --ink:       #1b2a3a;
  --ink-soft:  #52657a;
  --blue:      #2f5d84;
  --blue-deep: #22456a;
  --blue-soft: #eaf1f8;
  --blue-mist: #f4f8fc;
  --cream:     #fbf9f4;
  --white:     #ffffff;
  --gold:      #b3903c;
  --gold-soft: #d8bd7d;
  --line:      #e6e0d4;
  --ok:        #2e7d5b;
  --err:       #b3402f;

  --shadow-sm: 0 1px 2px rgba(27, 42, 58, .06), 0 2px 8px rgba(27, 42, 58, .05);
  --shadow-md: 0 10px 30px rgba(27, 42, 58, .10), 0 2px 8px rgba(27, 42, 58, .06);
  --shadow-lg: 0 24px 60px rgba(27, 42, 58, .16);

  --radius:    14px;
  --radius-sm: 10px;
  --maxw:      1120px;

  --font-display: "Spectral", Georgia, "Times New Roman", serif;
  --font-body: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--cream);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

h1, h2, h3 { font-family: var(--font-display); font-weight: 600; line-height: 1.15; color: var(--ink); margin: 0; }
p { margin: 0; }
a { color: var(--blue); text-decoration: none; }
a:hover { text-decoration: underline; }

.container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }

/* Accessibility: always show keyboard focus. */
:focus-visible { outline: 3px solid var(--gold-soft); outline-offset: 2px; border-radius: 6px; }

/* ── Header ─────────────────────────────────────────────── */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(251, 249, 244, .86);
  backdrop-filter: saturate(140%) blur(8px);
  border-bottom: 1px solid var(--line);
}
.site-header .container { display: flex; align-items: center; justify-content: space-between; height: 68px; }
.brand { display: flex; align-items: center; gap: 12px; font-family: var(--font-display); font-size: 1.22rem; font-weight: 600; color: var(--ink); }
.brand:hover { text-decoration: none; }
.brand .mark { width: 30px; height: 30px; flex: none; color: var(--gold); }
.brand small { display: block; font-family: var(--font-body); font-size: .66rem; letter-spacing: .16em; text-transform: uppercase; color: var(--ink-soft); font-weight: 500; margin-top: 1px; }
.header-cta { font-family: var(--font-body); font-weight: 600; font-size: .92rem; color: var(--blue-deep); padding: 9px 18px; border: 1.5px solid var(--blue-deep); border-radius: 999px; }
.header-cta:hover { background: var(--blue-deep); color: #fff; text-decoration: none; }

/* ── Hero ───────────────────────────────────────────────── */
.hero {
  position: relative;
  padding: 72px 0 84px;
  background:
    radial-gradient(1200px 520px at 12% -8%, #ffffff 0%, rgba(255,255,255,0) 60%),
    linear-gradient(180deg, var(--blue-mist) 0%, var(--cream) 78%);
  overflow: hidden;
}
.hero::after { /* faint light rays from top-right — "hope" */
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background: conic-gradient(from 210deg at 92% -6%, rgba(179,144,60,.10), rgba(179,144,60,0) 34%);
}
.hero-grid { position: relative; display: grid; grid-template-columns: 1.05fr .95fr; gap: 56px; align-items: center; }

.eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: .78rem; letter-spacing: .18em; text-transform: uppercase;
  color: var(--blue-deep); font-weight: 600; margin-bottom: 20px;
}
.eyebrow::before { content: ""; width: 26px; height: 1.5px; background: var(--gold); display: inline-block; }

.hero h1 { font-size: clamp(2.3rem, 5vw, 3.5rem); letter-spacing: -0.01em; }
.hero h1 em { font-style: italic; color: var(--blue-deep); }
.hero .lede { margin-top: 20px; font-size: 1.16rem; color: var(--ink-soft); max-width: 30em; }

.trust-row { margin-top: 30px; display: flex; flex-wrap: wrap; gap: 10px 22px; }
.trust-row span { display: inline-flex; align-items: center; gap: 8px; font-size: .9rem; color: var(--ink-soft); font-weight: 500; }
.trust-row svg { width: 18px; height: 18px; color: var(--gold); flex: none; }

/* ── Donation card ──────────────────────────────────────── */
.donate-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow-lg);
  padding: 28px;
  position: relative;
}
.donate-card::before { /* thin gold seam along the top */
  content: ""; position: absolute; top: 0; left: 28px; right: 28px; height: 3px;
  border-radius: 3px; background: linear-gradient(90deg, var(--gold-soft), var(--gold));
}
.donate-card h2 { font-size: 1.45rem; margin-bottom: 4px; }
.donate-card .sub { color: var(--ink-soft); font-size: .95rem; margin-bottom: 20px; }

.amount-grid { display: flex; flex-direction: column; gap: 8px; margin-bottom: 14px; }
.amount-btn {
  display: flex; align-items: center; justify-content: space-between; gap: 12px;
  width: 100%; text-align: left;
  font-family: var(--font-body); font-weight: 700; font-size: 1.02rem;
  padding: 12px 14px; min-height: 52px; border: 1.5px solid var(--line); border-radius: var(--radius-sm);
  background: var(--cream); color: var(--ink); cursor: pointer;
  transition: border-color .15s, background .15s;
}
.amount-btn .out { font-weight: 500; font-size: .84rem; color: var(--ink-soft); text-align: right; }
.amount-btn:hover { border-color: var(--gold-soft); }
.amount-btn.is-active { border-color: var(--blue-deep); background: var(--blue-soft); color: var(--blue-deep); box-shadow: inset 0 0 0 1px var(--blue-deep); }
.amount-btn.is-active .out { color: var(--blue-deep); }

.field { margin-bottom: 14px; }
.field label { display: block; font-size: .82rem; font-weight: 600; color: var(--ink-soft); margin-bottom: 6px; }
.field .req { color: var(--gold); }
.input-money { position: relative; }
.input-money .cur {
  position: absolute; left: 14px; top: 50%; transform: translateY(-50%);
  color: var(--ink-soft); font-weight: 600; pointer-events: none; line-height: 1;
}

input[type="text"], input[type="email"], input[type="number"], input[type="password"] {
  width: 100%; font-family: var(--font-body); font-size: 16px; color: var(--ink);
  padding: 12px 14px; border: 1.5px solid var(--line); border-radius: var(--radius-sm);
  background: var(--white); transition: border-color .15s, box-shadow .15s;
}
.input-money input[type="number"] { padding-left: 34px; }
input:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(47,93,132,.14); outline: none; }
input::placeholder { color: #9aa7b4; }

/* Stripe Payment Element mount point */
.payment-element {
  min-height: 44px;
  padding: 4px 2px;
}
.payment-element .pe-loading {
  display: flex; align-items: center; min-height: 40px;
  padding: 12px 14px;
  font-size: .9rem; color: var(--ink-soft);
  background: var(--blue-soft);
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
}

.btn-donate {
  width: 100%; margin-top: 6px; font-family: var(--font-body); font-weight: 700; font-size: 1.08rem;
  color: #3a2c07; cursor: pointer;
  padding: 15px 20px; border: none; border-radius: var(--radius-sm);
  background: linear-gradient(180deg, var(--gold-soft), var(--gold));
  box-shadow: 0 6px 18px rgba(179,144,60,.35);
  transition: filter .15s, transform .05s;
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
}
.btn-donate:hover { filter: brightness(1.04); }
.btn-donate:active { transform: translateY(1px); }
.btn-donate:disabled { opacity: .6; cursor: default; filter: grayscale(.3); }
.btn-donate .spinner { width: 18px; height: 18px; border: 2.5px solid rgba(58,44,7,.35); border-top-color: #3a2c07; border-radius: 50%; animation: spin .7s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }

.secure-note { margin-top: 14px; text-align: center; font-size: .82rem; color: var(--ink-soft); display: flex; align-items: center; justify-content: center; gap: 7px; }
.secure-note svg { width: 15px; height: 15px; color: var(--ok); }

.form-msg { margin-top: 12px; font-size: .9rem; padding: 10px 12px; border-radius: var(--radius-sm); display: none; }
.form-msg.error { display: block; background: #fbeeeb; color: var(--err); border: 1px solid #f0cfc8; }

/* ── Verse band (signature element) ─────────────────────── */
.verse {
  position: relative; padding: 66px 0; text-align: center;
  background: linear-gradient(180deg, var(--blue-deep), var(--blue));
  color: #eaf1f8; overflow: hidden;
}
.verse .branch { color: var(--gold-soft); opacity: .9; width: 120px; height: auto; margin: 0 auto 22px; display: block; }
.verse .rule { width: 54px; height: 1.5px; background: var(--gold-soft); margin: 0 auto 26px; }
.verse blockquote { margin: 0 auto; max-width: 20em; font-family: var(--font-display); font-style: italic; font-size: clamp(1.5rem, 3.4vw, 2.15rem); line-height: 1.35; color: #fff; }
.verse cite { display: block; margin-top: 20px; font-family: var(--font-body); font-style: normal; letter-spacing: .18em; text-transform: uppercase; font-size: .8rem; color: var(--gold-soft); }

/* ── Where it goes (three commitments) ──────────────────── */
.section { padding: 84px 0; }
.section-head { text-align: center; max-width: 40em; margin: 0 auto 52px; }
.section-head .eyebrow { justify-content: center; }
.section-head h2 { font-size: clamp(1.9rem, 3.6vw, 2.5rem); }
.section-head p { margin-top: 16px; color: var(--ink-soft); font-size: 1.08rem; }

.cards-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.pillar { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 30px 26px; box-shadow: var(--shadow-sm); }
.pillar .ico { width: 46px; height: 46px; border-radius: 12px; display: grid; place-items: center; background: var(--blue-soft); color: var(--blue-deep); margin-bottom: 18px; }
.pillar .ico svg { width: 24px; height: 24px; }
.pillar h3 { font-size: 1.28rem; margin-bottom: 10px; }
.pillar p { color: var(--ink-soft); }

/* ── Assurance strip ────────────────────────────────────── */
.assurance { background: var(--blue-soft); }
.assurance .container { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; text-align: center; }
.assurance .stat .n { font-family: var(--font-display); font-size: 2.4rem; color: var(--blue-deep); font-weight: 600; }
.assurance .stat .l { color: var(--ink-soft); font-size: .95rem; margin-top: 4px; }

/* ── Footer ─────────────────────────────────────────────── */
.site-footer { background: var(--ink); color: #c8d3de; padding: 56px 0 30px; }
.site-footer a { color: #dfe8f1; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 34px; padding-bottom: 34px; border-bottom: 1px solid rgba(255,255,255,.1); }
.site-footer .brand { color: #fff; }
.site-footer .brand small { color: #9fb0c1; }
.site-footer .fdesc { margin-top: 14px; max-width: 34em; color: #a9b7c5; font-size: .95rem; }
.footer-col h4 { font-family: var(--font-body); font-size: .78rem; letter-spacing: .16em; text-transform: uppercase; color: #8ea0b2; margin: 0 0 14px; }
.footer-col ul { list-style: none; margin: 0; padding: 0; }
.footer-col li { margin-bottom: 9px; font-size: .95rem; }
.footer-bottom { padding-top: 22px; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 10px; font-size: .84rem; color: #8ea0b2; }

/* ── Legal pages ────────────────────────────────────────── */
.legal { max-width: 760px; margin: 0 auto; padding: 60px 24px 80px; }
.legal h1 { font-size: 2.2rem; margin-bottom: 6px; }
.legal .updated { color: var(--ink-soft); font-size: .9rem; margin-bottom: 30px; }
.legal h2 { font-size: 1.3rem; margin: 34px 0 10px; }
.legal p { color: #33404d; margin-bottom: 14px; }
.legal .notice { background: #fff8e8; border: 1px solid var(--gold-soft); border-radius: var(--radius-sm); padding: 16px 18px; color: #6b551f; font-size: .92rem; margin-bottom: 28px; }
.legal a.back { display: inline-block; margin-top: 30px; }

/* ── Auth (admin login) ─────────────────────────────────── */
.auth-wrap { min-height: 100vh; display: grid; place-items: center; padding: 24px;
  background: radial-gradient(900px 500px at 50% -10%, var(--blue-soft), var(--cream)); }
.auth-card { width: 100%; max-width: 400px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow-md); padding: 34px; }
.auth-card .brand { justify-content: center; margin-bottom: 8px; }
.auth-card h1 { text-align: center; font-size: 1.5rem; margin-bottom: 4px; }
.auth-card .sub { text-align: center; color: var(--ink-soft); font-size: .92rem; margin-bottom: 26px; }
.auth-card .btn-donate { color: #fff; background: linear-gradient(180deg, var(--blue), var(--blue-deep)); box-shadow: 0 6px 18px rgba(34,69,106,.3); }

/* ── Admin dashboard ────────────────────────────────────── */
.admin-body { background: var(--blue-mist); }
.admin-top { background: #fff; border-bottom: 1px solid var(--line); }
.admin-top .container { display: flex; align-items: center; justify-content: space-between; height: 64px; }
.admin-top .who { font-size: .9rem; color: var(--ink-soft); }
.btn-ghost { font-family: var(--font-body); font-weight: 600; font-size: .88rem; padding: 8px 16px; border-radius: 999px; border: 1.5px solid var(--line); background: #fff; color: var(--ink); cursor: pointer; }
.btn-ghost:hover { border-color: var(--blue); color: var(--blue-deep); }

.admin-main { padding: 34px 0 70px; }
.kpis { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-bottom: 30px; }
.kpi { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 24px; box-shadow: var(--shadow-sm); }
.kpi .label { font-size: .78rem; letter-spacing: .12em; text-transform: uppercase; color: var(--ink-soft); font-weight: 600; }
.kpi .value { font-family: var(--font-display); font-size: 2.3rem; color: var(--blue-deep); margin-top: 8px; font-weight: 600; }

.panel { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow-sm); margin-bottom: 26px; }
.panel-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 20px 24px; border-bottom: 1px solid var(--line); }
.panel-head h2 { font-size: 1.2rem; }
.panel-body { padding: 8px 0; }

.table-wrap { overflow-x: auto; }
table.data { width: 100%; border-collapse: collapse; font-size: .92rem; }
table.data th { text-align: left; font-size: .74rem; letter-spacing: .1em; text-transform: uppercase; color: var(--ink-soft); font-weight: 600; padding: 12px 24px; border-bottom: 1px solid var(--line); white-space: nowrap; }
table.data td { padding: 13px 24px; border-bottom: 1px solid #f0ece2; vertical-align: middle; }
table.data tr:last-child td { border-bottom: none; }
table.data .amt { font-weight: 700; color: var(--ink); }
table.data .email { color: var(--ink-soft); }
table.data code { font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: .82rem; color: var(--ink-soft); }
.badge { display: inline-block; font-size: .74rem; font-weight: 700; padding: 3px 10px; border-radius: 999px; text-transform: capitalize; }
.badge.completed { background: #e4f3ec; color: var(--ok); }
.badge.pending { background: #fbf1dc; color: #9a7b2e; }
.badge.failed { background: #fbeae7; color: var(--err); }
.empty { padding: 40px 24px; text-align: center; color: var(--ink-soft); }

/* Stripe settings panel */
.settings-grid { padding: 20px 24px; display: grid; gap: 16px; }
.setting-row { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 14px 0; border-bottom: 1px solid #f0ece2; }
.setting-row:last-child { border-bottom: none; }
.setting-row .k { font-weight: 600; }
.setting-row .k small { display: block; font-weight: 400; color: var(--ink-soft); font-size: .85rem; margin-top: 2px; }
.dot { display: inline-block; width: 9px; height: 9px; border-radius: 50%; margin-right: 8px; vertical-align: middle; }
.dot.ok { background: var(--ok); } .dot.bad { background: var(--err); }
.mode-pill { font-weight: 700; font-size: .8rem; padding: 4px 12px; border-radius: 999px; }
.mode-pill.test { background: #fbf1dc; color: #9a7b2e; }
.mode-pill.live { background: #e4f3ec; color: var(--ok); }
.toggle-btn { font-family: var(--font-body); font-weight: 600; font-size: .88rem; padding: 9px 16px; border-radius: 999px; border: 1.5px solid var(--blue-deep); background: #fff; color: var(--blue-deep); cursor: pointer; }
.toggle-btn:hover { background: var(--blue-deep); color: #fff; }
.check-item { font-size: .9rem; color: var(--ink-soft); }
.check-item .ynm { font-weight: 600; }

.btn-export { font-family: var(--font-body); font-weight: 600; font-size: .88rem; padding: 9px 16px; border-radius: 999px; border: none; background: var(--blue-deep); color: #fff; cursor: pointer; text-decoration: none; display: inline-flex; align-items: center; gap: 8px; }
.btn-export:hover { filter: brightness(1.08); text-decoration: none; }

.toast { position: fixed; bottom: 24px; left: 50%; transform: translateX(-50%) translateY(20px); background: var(--ink); color: #fff; padding: 12px 20px; border-radius: 999px; font-size: .9rem; box-shadow: var(--shadow-md); opacity: 0; transition: opacity .2s, transform .2s; pointer-events: none; z-index: 100; }
.toast.show { opacity: 1; transform: translateX(-50%) translateY(0); }
.toast.err { background: var(--err); }

/* ── Success page ───────────────────────────────────────── */
.success-wrap { min-height: 100vh; display: grid; place-items: center; padding: 24px;
  background: radial-gradient(900px 520px at 50% -10%, var(--blue-soft), var(--cream)); }
.success-card { width: 100%; max-width: 520px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow-lg); padding: 46px 40px; text-align: center; }
.success-card .seal { width: 74px; height: 74px; margin: 0 auto 24px; border-radius: 50%; display: grid; place-items: center; background: linear-gradient(180deg, var(--gold-soft), var(--gold)); box-shadow: 0 10px 24px rgba(179,144,60,.35); }
.success-card .seal svg { width: 38px; height: 38px; color: #fff; }
.success-card h1 { font-size: 2rem; margin-bottom: 12px; }
.success-card p { color: var(--ink-soft); font-size: 1.05rem; }
.success-card .amt-line { margin: 22px 0; font-family: var(--font-display); font-size: 1.5rem; color: var(--blue-deep); }
.success-card .receipt { margin-top: 8px; font-size: .9rem; color: var(--ink-soft); }
.success-card .home-link { display: inline-block; margin-top: 30px; font-weight: 600; padding: 13px 28px; border-radius: 999px; background: var(--blue-deep); color: #fff; }
.success-card .home-link:hover { text-decoration: none; filter: brightness(1.08); }

/* ── Responsive ─────────────────────────────────────────── */
@media (max-width: 900px) {
  .hero-grid { grid-template-columns: 1fr; gap: 40px; }
  .hero { padding: 28px 0 36px; }
  .cards-3, .assurance .container, .footer-grid, .proof-quotes, .logo-row { grid-template-columns: 1fr; }
  .kpis { grid-template-columns: 1fr; }
  .section { padding: 60px 0; }
}
@media (max-width: 560px) {
  .donate-card { padding: 22px; }
  .amount-btn { flex-direction: column; align-items: flex-start; gap: 2px; }
  .amount-btn .out { text-align: left; }
  .success-card, .auth-card { padding: 30px 22px; }
}

@media (prefers-reduced-motion: reduce) {
  * { animation-duration: .001ms !important; transition-duration: .001ms !important; scroll-behavior: auto !important; }
}

.freq { display: grid; grid-template-columns: 1fr 1fr; gap: 4px; padding: 4px; background: var(--cream); border: 1px solid var(--line); border-radius: 999px; margin-bottom: 8px; }
.freq button { min-height: 44px; border: 0; border-radius: 999px; background: transparent; font-family: var(--font-body); font-weight: 600; color: var(--ink-soft); font-size: .95rem; cursor: pointer; }
.freq button[aria-checked="true"] { background: var(--blue-deep); color: #fff; }
.freq-help { min-height: 2.6em; margin: 8px 2px 12px; font-size: .88rem; color: var(--blue-deep); }
.aid-line { color: var(--ink-soft); font-size: .92rem; margin: 0 0 14px; }
.hero .lede { margin-top: 12px; }
.field-photo { margin: 16px 0 0; }
.field-photo img { width: 100%; height: auto; aspect-ratio: 3 / 2; object-fit: cover; border-radius: 12px; display: block; background: var(--blue-soft); }
.field-photo figcaption { margin-top: 8px; font-size: .78rem; color: var(--ink-soft); }
.hero .field-photo img { aspect-ratio: 2.2 / 1; max-height: 220px; }
.week-line { margin-top: 14px; font-weight: 600; color: var(--ink); }
.quiet-line { margin-top: 4px; color: var(--ink-soft); }
.gift-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-sm); }
.gift-card .body { padding: 18px 18px 20px; }
.gift-card h3 { font-size: 1.28rem; margin-bottom: 8px; }
.gift-card p { color: var(--ink-soft); }
.gift-card .example { margin-top: 8px; color: var(--blue-deep); font-weight: 600; }
.cause-btn { margin-top: 14px; font-family: var(--font-body); font-weight: 700; color: var(--blue-deep); background: #fff; border: 1.5px solid var(--blue-deep); border-radius: 999px; padding: 10px 16px; cursor: pointer; }
.cause-btn:hover { background: var(--blue-deep); color: #fff; }
.story-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 28px; align-items: start; }
.story-grid p { color: #33404d; margin-bottom: 12px; }
.story-link { font-weight: 700; }
.who { display: grid; grid-template-columns: 180px 1fr; gap: 28px; align-items: start; }
.portrait { margin: 0; text-align: center; }
.portrait-frame { width: 140px; height: 140px; margin: 0 auto 10px; border-radius: 50%; border: 1.5px solid var(--gold-soft); background: radial-gradient(circle at 50% 40%, #f4f8fc, var(--blue-soft)); display: grid; place-items: center; color: var(--blue-deep); font-family: var(--font-display); font-size: 1.7rem; }
.founder-name { font-family: var(--font-display); font-size: 1.25rem; margin: 2px 0 0; }
.portrait figcaption { color: var(--ink-soft); font-size: .9rem; }
.who-copy p { color: #33404d; margin-bottom: 12px; }
.partner-list { margin: 8px 0 12px; padding-left: 18px; }
.identity { font-size: .92rem; color: var(--ink-soft); padding-top: 8px; border-top: 1px solid var(--line); }
.faith { font-family: var(--font-display); font-style: italic; color: var(--blue-deep); }
.honesty { max-width: 40em; margin: 22px auto 0; text-align: center; color: var(--ink-soft); }
.honesty p + p { margin-top: 8px; }
.proof-quotes { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.quote { margin: 0; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 20px; }
.quote p { font-family: var(--font-display); font-style: italic; font-size: 1.12rem; line-height: 1.4; }
.quote footer { margin-top: 12px; font-size: .82rem; letter-spacing: .04em; color: var(--ink-soft); }
.logo-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 18px; }
.logo-slot { min-height: 72px; border: 1px solid var(--line); border-radius: 12px; display: grid; place-items: center; background: #fff; color: var(--blue-deep); font-family: var(--font-display); font-size: 1.05rem; text-align: center; padding: 12px; }
.faq { max-width: 760px; margin: 0 auto; }
.faq details { background: #fff; border: 1px solid var(--line); border-radius: 12px; padding: 14px 16px; margin-bottom: 10px; }
.faq summary { cursor: pointer; font-weight: 650; font-weight: 600; }
.faq details p { margin-top: 8px; color: var(--ink-soft); }
.site-footer .address { margin-top: 10px; color: #a9b7c5; font-size: .92rem; }
.sticky-give { display: none; }
@media (max-width: 900px) {
  .sticky-give {
    display: flex; align-items: center; justify-content: center;
    position: fixed; left: 12px; right: 12px; bottom: 12px; z-index: 40;
    min-height: 52px; border-radius: 999px;
    background: linear-gradient(180deg, var(--gold-soft), var(--gold));
    color: #3a2c07; font-weight: 700; text-decoration: none;
    box-shadow: 0 8px 24px rgba(27,42,58,.18);
    transform: translateY(120%);
    transition: transform .2s ease;
  }
  .sticky-give.is-on { transform: translateY(0); }
  .sticky-give:hover { text-decoration: none; filter: brightness(1.04); }
  body.has-sticky { padding-bottom: 84px; }
  .story-grid, .who { grid-template-columns: 1fr; }
  .hero .field-photo img { max-height: 112px; aspect-ratio: 2.4 / 1; }
}
