:root {
  --blue: #2b6b99;
  --blue-dark: #173e5b;
  --blue-soft: #eaf2f7;
  --ink: #20252a;
  --muted: #5e6870;
  --gray: #565656;
  --cream: #f8f6f0;
  --white: #ffffff;
  --border: #dfe5e8;
  --shadow: 0 18px 50px rgba(24, 53, 72, .12);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; color: var(--ink); background: var(--white); line-height: 1.65; }
a { color: inherit; }
.container { width: min(1120px, calc(100% - 40px)); margin: 0 auto; }
.narrow { max-width: 900px; }
.skip-link { position: absolute; left: -9999px; top: 10px; background: var(--blue); color: white; padding: 10px 14px; z-index: 100; }
.skip-link:focus { left: 10px; }
.site-header { position: sticky; top: 0; z-index: 20; background: rgba(255,255,255,.94); backdrop-filter: blur(14px); border-bottom: 1px solid rgba(43,107,153,.12); }
.nav-wrap { min-height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand img { width: min(390px, 52vw); height: auto; display: block; }
nav { display: flex; align-items: center; gap: 20px; font-size: .92rem; font-weight: 650; }
nav a { text-decoration: none; color: #34424c; }
nav a:hover { color: var(--blue); }
.nav-donate { padding: 11px 18px; border-radius: 999px; background: var(--blue); color: white !important; }
.hero { position: relative; overflow: hidden; background: linear-gradient(120deg, #f6f8f8 0%, #f7f2e8 100%); padding: 46px 0 72px; }
.hero-glow { position: absolute; width: 560px; height: 560px; right: -220px; top: -180px; background: rgba(43,107,153,.08); border-radius: 50%; filter: blur(5px); }
.hero-grid { position: relative; display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 64px; }
.eyebrow { margin: 0 0 14px; color: var(--blue); font-size: .78rem; font-weight: 800; letter-spacing: .18em; }
h1, h2, h3 { line-height: 1.12; margin: 0 0 20px; }
h1 { font-size: clamp(3rem, 6vw, 5.4rem); letter-spacing: -.045em; max-width: 700px; }
h1 span { color: var(--blue); }
h2 { font-size: clamp(2.15rem, 4vw, 3.5rem); letter-spacing: -.035em; }
h3 { font-size: 1.25rem; }
.hero-text { max-width: 650px; font-size: 1.16rem; color: #4e5a62; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.button { display: inline-flex; align-items: center; justify-content: center; text-align: center; min-height: 52px; padding: 13px 22px; border-radius: 999px; text-decoration: none; font-weight: 800; transition: transform .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--blue); color: white; box-shadow: 0 10px 24px rgba(43,107,153,.25); }
.button-secondary { background: white; color: var(--blue-dark); border: 1px solid #ccd8df; }
.button-light { background: white; color: var(--blue-dark); }
.trust-note { margin: 24px 0 0; color: #6c7378; font-size: .88rem; }
.hero-art { border-radius: 30px; overflow: hidden; box-shadow: var(--shadow); border: 10px solid rgba(255,255,255,.78); background: white; }
.hero-art img { width: 100%; display: block; aspect-ratio: 1 / 1; object-fit: cover; }
.section { padding: 110px 0; }
.verse-band { background: var(--blue-dark); color: white; padding: 48px 0 44px; text-align: center; }
.verse-inner { max-width: 900px; }
.verse-text { margin: 0 auto 10px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.45rem, 2.5vw, 2.15rem); line-height: 1.35; font-style: italic; }
.verse-reference { margin: 0; color: #c8ddea; font-size: .82rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.mission { background: var(--white); text-align: center; }
.mission h2 { max-width: 850px; margin-left: auto; margin-right: auto; }
.mission p:not(.eyebrow) { color: var(--muted); font-size: 1.08rem; max-width: 820px; margin-left: auto; margin-right: auto; }
.impact { background: var(--cream); }
.section-heading { max-width: 720px; margin-bottom: 42px; }
.section-heading > p:last-child { color: var(--muted); font-size: 1.08rem; }
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.card { background: white; border: 1px solid var(--border); border-radius: 22px; padding: 30px; box-shadow: 0 8px 28px rgba(32,50,62,.05); }
.card-number { color: var(--blue); font-size: .78rem; font-weight: 900; letter-spacing: .15em; margin-bottom: 30px; }
.card p { color: var(--muted); margin: 0; }
.facts-callout { margin-top: 26px; display: grid; grid-template-columns: 1fr 1fr; background: var(--blue-dark); color: white; border-radius: 24px; overflow: hidden; }
.facts-callout > div { padding: 30px; display: grid; grid-template-columns: minmax(150px, .7fr) 1.3fr; gap: 20px; align-items: center; }
.facts-callout > div + div { border-left: 1px solid rgba(255,255,255,.15); }
.facts-callout strong { font-size: 2rem; line-height: 1; color: #c8ddea; }
.facts-callout span { color: #dbe7ee; }
.source-note { font-size: .76rem; color: #777f84; margin: 16px 0 0; }
.giving { background: white; }
.giving-heading { max-width: 820px; }
.giving-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; }
.giving-card { background: var(--cream); border: 1px solid var(--border); border-radius: 22px; padding: 28px 22px; box-shadow: 0 8px 28px rgba(32,50,62,.05); display: flex; flex-direction: column; }
.giving-card.featured { background: var(--blue-soft); border-color: rgba(43,107,153,.3); transform: translateY(-6px); }
.gift-amount { color: var(--blue); font-size: 1.85rem; font-weight: 900; letter-spacing: -.03em; margin-bottom: 22px; }
.giving-card h3 { font-size: 1.08rem; margin-bottom: 10px; }
.giving-card p { color: var(--muted); margin: 0; font-size: .94rem; }
.giving-note { margin-top: 26px; padding: 26px 30px; background: var(--blue-dark); color: white; border-radius: 22px; display: flex; justify-content: space-between; align-items: center; gap: 30px; }
.giving-note p { margin: 0; color: #dbe7ee; max-width: 760px; font-size: .92rem; }
.giving-note strong { color: white; }
.giving-note .button { flex: 0 0 auto; min-width: 210px; }
.cta-band { background: var(--blue); color: white; padding: 58px 0; }
.cta-inner { display: flex; justify-content: space-between; align-items: center; gap: 40px; }
.cta-inner .eyebrow { color: #d5e6f1; }
.cta-inner h2 { max-width: 700px; margin-bottom: 0; }
.about { background: white; }
.about-grid { display: grid; grid-template-columns: .72fr 1.28fr; align-items: center; gap: 70px; }
.portrait-wrap { max-width: 430px; border-radius: 30px; overflow: hidden; box-shadow: var(--shadow); background: var(--blue-soft); }
.portrait-wrap img { width: 100%; display: block; }
.about-copy p:not(.eyebrow) { color: var(--muted); font-size: 1.04rem; }
blockquote { margin: 30px 0 0; padding: 25px 28px; border-left: 4px solid var(--blue); background: var(--blue-soft); color: var(--blue-dark); font-size: 1.06rem; font-weight: 650; }

.testimonials { background: var(--white); }
.testimonials-heading { margin-bottom: 34px; }
.testimonial-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.testimonial-card { position: relative; background: var(--cream); border: 1px solid var(--border); border-radius: 24px; padding: 34px 34px 30px; box-shadow: 0 8px 28px rgba(32,50,62,.05); }
.quote-mark { color: var(--blue); font-family: Georgia, "Times New Roman", serif; font-size: 4.5rem; line-height: .65; height: 28px; }
.testimonial-card blockquote { margin: 18px 0 20px; padding: 0; border: 0; background: transparent; color: var(--ink); font-size: 1.12rem; line-height: 1.55; font-weight: 600; }
.testimonial-author { margin: 0; color: var(--blue-dark); font-weight: 800; }
.contact { background: var(--blue-soft); }
.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; align-items: start; }
.contact-copy h2 { max-width: 620px; }
.contact-copy > p:not(.eyebrow) { max-width: 600px; color: var(--muted); font-size: 1.05rem; }
.contact-note { margin-top: 28px; color: var(--blue-dark) !important; }
.contact-form { background: white; border: 1px solid var(--border); border-radius: 24px; padding: 32px; box-shadow: var(--shadow); }
.form-row { margin-bottom: 18px; }
.form-row label { display: block; margin-bottom: 7px; color: var(--blue-dark); font-size: .9rem; font-weight: 800; }
.form-row label span { color: var(--blue); }
.form-row input, .form-row textarea { width: 100%; border: 1px solid #cfd9de; border-radius: 12px; padding: 13px 14px; font: inherit; color: var(--ink); background: #fbfcfd; outline: none; transition: border-color .2s ease, box-shadow .2s ease; }
.form-row textarea { resize: vertical; min-height: 150px; }
.form-row input:focus, .form-row textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(43,107,153,.12); }
.contact-form .button { border: 0; cursor: pointer; width: 100%; }
.form-note { margin: 12px 0 0; color: #7b858b; font-size: .75rem; text-align: center; }
.hidden-field { position: absolute; left: -5000px; }
@media (max-width: 900px) {
  .testimonial-grid, .contact-grid { grid-template-columns: 1fr; }
  .community-grid { grid-template-columns: repeat(2, 1fr); }
  .contact-grid { gap: 42px; }
}

.final-cta { padding-top: 30px; }
.final-box { background: linear-gradient(135deg, #eef5f9, #f7f3e9); border-radius: 28px; padding: 48px; display: flex; justify-content: space-between; align-items: center; gap: 35px; }
.final-box p:not(.eyebrow) { max-width: 680px; color: var(--muted); margin-bottom: 0; }
.final-box .button { min-width: 220px; }

.community { background: var(--cream); }
.community-heading { max-width: 780px; }
.community-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.community-card { display: flex; flex-direction: column; background: white; border: 1px solid var(--border); border-radius: 22px; padding: 28px 24px; text-decoration: none; box-shadow: 0 8px 28px rgba(32,50,62,.05); transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.community-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-color: rgba(43,107,153,.3); }
.community-kicker { color: var(--blue); font-size: .72rem; font-weight: 900; letter-spacing: .18em; margin-bottom: 16px; }
.community-card h3 { color: var(--ink); margin-bottom: 10px; }
.community-card p { color: var(--muted); font-size: .94rem; margin: 0 0 22px; }
.community-link { color: var(--blue); font-weight: 800; font-size: .88rem; margin-top: auto; }

.site-footer { background: #1f2529; color: #e7ecef; padding: 60px 0 22px; }
.footer-grid { display: grid; grid-template-columns: 1.25fr .8fr .9fr; gap: 60px; padding-bottom: 45px; }
.footer-logo { width: min(360px, 70vw); height: auto; display: block; opacity: .95; }
.footer-grid p { color: #aeb8bd; margin: 14px 0 0; }
.footer-grid h3 { font-size: 1rem; }
.footer-grid a { display: block; color: #dce8ee; text-decoration: none; margin: 9px 0; }
.footer-grid a:hover { color: white; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.12); padding-top: 18px; display: flex; justify-content: space-between; gap: 20px; color: #8f9aa0; font-size: .76rem; }
@media (max-width: 900px) {
  nav a:not(.nav-donate) { display: none; }
  .hero { padding: 38px 0 58px; }
  .hero-grid, .about-grid { grid-template-columns: 1fr; gap: 42px; }
  .hero-art { max-width: 650px; }
  .cards { grid-template-columns: 1fr; }
  .giving-grid { grid-template-columns: repeat(2, 1fr); }
  .facts-callout { grid-template-columns: 1fr; }
  .facts-callout > div + div { border-left: 0; border-top: 1px solid rgba(255,255,255,.15); }
  .cta-inner, .final-box, .giving-note { flex-direction: column; align-items: flex-start; }
  .footer-grid { grid-template-columns: 1fr; gap: 35px; }
  .footer-bottom { flex-direction: column; }
}
@media (max-width: 560px) {
  .container { width: min(100% - 28px, 1120px); }
  .site-header { position: relative; }
  .nav-wrap { min-height: 72px; }
  .brand img { width: 235px; }
  .hero-grid { gap: 30px; }
  h1 { font-size: 2.85rem; }
  .section { padding: 78px 0; }
  .facts-callout > div { grid-template-columns: 1fr; gap: 12px; }
  .giving-grid { grid-template-columns: 1fr; }
  .community-grid { grid-template-columns: 1fr; }
  .giving-card.featured { transform: none; }
  .giving-note .button { width: 100%; }
  .final-box { padding: 32px 24px; }
  .hero-actions .button { width: 100%; }
}
