:root {
  --deep: #062f36;
  --deep-2: #0d5f69;
  --water: #1fb7c6;
  --water-2: #7de4ee;
  --gold: #f0b84a;
  --sand: #fbf3df;
  --cream: #fffaf0;
  --leaf: #1f7a55;
  --ink: #12343b;
  --muted: #5d7075;
  --line: rgba(18, 52, 59, .12);
  --white: #ffffff;
  --shadow: 0 24px 60px rgba(6, 47, 54, .14);
  --radius: 28px;
  --radius-sm: 18px;
  --max: 1180px;
}

* { 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(--cream);
  line-height: 1.65;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; height: auto; }
a { color: inherit; text-decoration: none; }
p { margin: 0 0 1rem; }
strong { color: var(--deep); }
.container { width: min(calc(100% - 48px), var(--max)); margin-inline: auto; }
.skip-link { position: absolute; left: 12px; top: -50px; z-index: 40; background: var(--deep); color: var(--white); padding: .75rem 1rem; border-radius: 999px; }
.skip-link:focus { top: 12px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  background: rgba(255, 250, 240, .96);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(18, 52, 59, .08);
}
.header-inner { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 1.2rem; }
.brand, .footer-brand { display: inline-flex; align-items: center; gap: .8rem; font-weight: 800; color: var(--deep); }
.brand span { display: grid; line-height: 1.1; }
.brand small { font-weight: 600; color: var(--muted); margin-top: .2rem; }
.site-nav { display: flex; align-items: center; gap: 1.25rem; font-weight: 800; color: var(--deep); }
.site-nav a { opacity: .86; }
.site-nav a:hover { opacity: 1; color: var(--deep-2); }
.nav-cta { padding: .72rem 1rem; background: var(--deep); color: var(--white) !important; border-radius: 999px; opacity: 1 !important; }
.nav-toggle { display: none; border: 0; background: transparent; padding: .5rem; }
.nav-toggle span { display: block; width: 24px; height: 2px; background: var(--deep); margin: 5px 0; border-radius: 99px; }

.hero {
  position: relative;
  padding: clamp(60px, 7vw, 96px) 0 clamp(54px, 6vw, 82px);
  background:
    radial-gradient(circle at 8% 8%, rgba(31,183,198,.20), transparent 28%),
    radial-gradient(circle at 86% 18%, rgba(240,184,74,.18), transparent 30%),
    linear-gradient(135deg, #fffaf0 0%, #eefbfa 58%, #fff3d3 100%);
}
.hero-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(360px, .88fr); gap: clamp(36px, 5vw, 72px); align-items: center; }
.eyebrow { display: inline-flex; align-items: center; gap: .5rem; margin: 0 0 .85rem; color: var(--deep-2); text-transform: uppercase; letter-spacing: .11em; font-size: .78rem; font-weight: 900; }
.eyebrow::before { content: ""; width: 30px; height: 2px; background: var(--gold); border-radius: 9px; }
.eyebrow.light { color: var(--water-2); }
.hero h1, .section h2, .contact-card h2 { margin: 0 0 1rem; color: var(--deep); line-height: 1.02; letter-spacing: -.04em; font-family: Georgia, 'Times New Roman', serif; }
.hero h1 { font-size: clamp(3rem, 4.7vw, 5.1rem); max-width: 760px; }
.hero-lede { font-size: clamp(1.05rem, 1.35vw, 1.25rem); color: #31565d; max-width: 650px; }
.hero-actions, .funding-actions { display: flex; flex-wrap: wrap; gap: .85rem; margin: 1.6rem 0 1rem; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: .5rem; min-height: 48px; padding: .9rem 1.2rem; border-radius: 999px; font-weight: 900; border: 1px solid transparent; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--deep); color: var(--white); box-shadow: 0 14px 34px rgba(6,47,54,.18); }
.btn-primary:hover { background: var(--deep-2); }
.btn-secondary, .btn-light { background: rgba(255,255,255,.86); color: var(--deep); border-color: rgba(6,47,54,.16); }
.micro-trust { color: var(--muted); font-weight: 650; max-width: 650px; }
.micro-trust strong { font-weight: 900; }
.hero-visual { position: relative; width: 100%; }
.hero-visual > img { width: min(100%, 560px); margin-inline: auto; filter: drop-shadow(0 28px 38px rgba(6,47,54,.14)); }
.floating-card { position: absolute; background: rgba(255,255,255,.9); border: 1px solid rgba(255,255,255,.74); box-shadow: var(--shadow); border-radius: 999px; padding: .82rem 1rem; font-weight: 900; color: var(--deep); display: inline-flex; align-items: center; gap: .5rem; }
.card-one { left: 5%; bottom: 8%; }
.card-two { right: 2%; top: 12%; }
.pulse-dot { width: 12px; height: 12px; background: var(--leaf); border-radius: 999px; box-shadow: 0 0 0 8px rgba(31,122,85,.14); }

.impact-strip { background: var(--deep); color: var(--white); width: 100%; }
.impact-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1px; background: rgba(255,255,255,.12); }
.impact-grid div { background: var(--deep); padding: 28px 18px; text-align: center; min-width: 0; }
.impact-grid strong { color: var(--water-2); display: block; font-size: clamp(1.8rem, 2.5vw, 2.8rem); line-height: 1; font-weight: 950; }
.impact-grid span { display: block; color: rgba(255,255,255,.82); font-weight: 750; margin-top: .45rem; }

.section { padding: clamp(70px, 7vw, 96px) 0; }
.two-col { display: grid; grid-template-columns: minmax(0, 1fr) minmax(360px, .9fr); gap: clamp(36px, 5vw, 64px); align-items: center; }
.reverse { grid-template-columns: minmax(360px, .9fr) minmax(0, 1fr); }
.section h2, .contact-card h2 { font-size: clamp(2.3rem, 3.6vw, 4.1rem); max-width: 780px; }
.section-copy > p, .section-heading > p { color: var(--muted); font-size: clamp(1rem, 1.1vw, 1.12rem); }
.warning-box, .disclaimer, .note { background: rgba(240,184,74,.14); border: 1px solid rgba(240,184,74,.38); border-radius: var(--radius-sm); padding: 1rem; color: #5f4822; margin-top: 1.2rem; }
.media-card { background: rgba(255,255,255,.72); border: 1px solid rgba(18,52,59,.08); border-radius: var(--radius); padding: 16px; box-shadow: var(--shadow); }
.media-card img { width: 100%; border-radius: calc(var(--radius) - 10px); }
.project-image img { aspect-ratio: 4 / 3; object-fit: cover; }

.burden-grid, .solution-list { display: grid; gap: 14px; margin: 1.25rem 0; }
.burden-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.burden-grid article, .solution-list article { background: rgba(255,255,255,.88); border: 1px solid var(--line); border-radius: 20px; padding: 18px; box-shadow: 0 14px 32px rgba(6,47,54,.07); }
.burden-grid strong, .solution-list strong { display: block; margin-bottom: 6px; color: var(--deep); }
.burden-grid span, .solution-list span { color: var(--muted); }
.solution-faith { background: #ffffff; }

.funding { background: linear-gradient(180deg, #fffaf0, #fff6e7); }
.funding-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(360px, .86fr); gap: clamp(32px, 5vw, 60px); align-items: center; }
.funding-copy { background: var(--deep); color: rgba(255,255,255,.92); border-radius: calc(var(--radius) + 8px); padding: clamp(30px, 5vw, 58px); box-shadow: var(--shadow); }
.funding-copy h2 { color: var(--white); margin: 0 0 1rem; font-size: clamp(2.5rem, 4.2vw, 4.8rem); line-height: 1.02; font-family: Georgia, 'Times New Roman', serif; letter-spacing: -.04em; }
.funding-copy p, .funding-copy li { color: rgba(255,255,255,.92); font-size: 1.05rem; }
.funding-copy strong { color: #ffffff; }
.scripture-quote { margin: 1.35rem 0; padding: 1.25rem; border-left: 4px solid var(--gold); border-radius: 0 18px 18px 0; background: rgba(255,255,255,.14); color: #ffffff; font-family: Georgia, 'Times New Roman', serif; font-size: 1.08rem; line-height: 1.55; }
.scripture-quote strong { display: block; margin-top: .6rem; color: var(--water-2); font-family: Inter, ui-sans-serif, system-ui, sans-serif; font-size: .9rem; letter-spacing: .06em; text-transform: uppercase; }
.budget-card { background: rgba(255,255,255,.86); border: 1px solid var(--line); border-radius: var(--radius); padding: 34px; box-shadow: 0 18px 45px rgba(6,47,54,.08); }
.budget-card h3 { color: var(--deep); margin: 0 0 .6rem; font-size: 1.25rem; }
.budget-card .subheading { margin-top: 1.6rem; }
.budget-row { display: flex; justify-content: space-between; gap: 1rem; border-bottom: 1px solid var(--line); padding: 1rem 0; }
.budget-row span { color: var(--muted); font-weight: 700; }
.budget-row strong { color: var(--deep-2); }
.tick-list { list-style: none; padding: 0; margin: 1.2rem 0; display: grid; gap: .8rem; }
.tick-list li { position: relative; padding-left: 2rem; font-weight: 750; color: var(--deep); }
.tick-list li::before { content: "✓"; position: absolute; left: 0; top: .05rem; width: 1.25rem; height: 1.25rem; display: grid; place-items: center; border-radius: 50%; background: var(--leaf); color: #fff; font-size: .85rem; }
.compact { margin-bottom: 0; }
.split-feature { background: #f3fbf9; }

.section-heading { text-align: center; max-width: 850px; margin: 0 auto 42px; }
.section-heading .eyebrow { justify-content: center; }
.partner-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.partner-card { background: rgba(255,255,255,.86); border: 1px solid var(--line); border-radius: var(--radius); padding: 26px; box-shadow: 0 18px 45px rgba(6,47,54,.08); }
.partner-card h3 { color: var(--deep); margin: 0 0 .55rem; font-size: 1.25rem; }
.partner-card p { color: var(--muted); margin: 0; }

.contact { background: var(--deep); color: rgba(255,255,255,.88); }
.contact-card { display: grid; grid-template-columns: .9fr 1.1fr; gap: 36px; align-items: start; padding: clamp(26px, 5vw, 56px); background: radial-gradient(circle at 95% 10%, rgba(240,184,74,.22), transparent 25%), linear-gradient(135deg, rgba(13,95,105,.72), rgba(6,47,54,.96)); border: 1px solid rgba(255,255,255,.12); border-radius: calc(var(--radius) + 8px); }
.contact-card h2 { color: var(--white); }
.contact-card p, .contact-card a { color: rgba(255,255,255,.9); }
.contact-card strong { color: #fff; }
.contact-form { background: rgba(255,255,255,.96); color: var(--ink); border-radius: var(--radius); padding: 24px; display: grid; gap: .7rem; }
.contact-form label { font-weight: 900; color: var(--deep); }
.contact-form input, .contact-form textarea { width: 100%; border: 1px solid rgba(18,52,59,.14); border-radius: 16px; padding: .95rem 1rem; font: inherit; color: var(--ink); background: #fff; }
.contact-form input:focus, .contact-form textarea:focus { outline: 3px solid rgba(31,183,198,.25); border-color: var(--water); }

.site-footer { background: #041f24; color: rgba(255,255,255,.78); padding: 52px 0 26px; }
.footer-grid { display: grid; grid-template-columns: 1.2fr .75fr 1fr; gap: 28px; }
.footer-brand { color: var(--white); margin-bottom: .8rem; }
.site-footer h3 { color: var(--white); margin: 0 0 .6rem; }
.site-footer a { color: var(--water-2); text-decoration: underline; text-decoration-color: rgba(125,228,238,.35); text-underline-offset: 3px; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.12); margin-top: 34px; padding-top: 20px; font-size: .9rem; }
.footer-bottom p { margin: 0; }

@media (max-width: 980px) {
  .nav-toggle { display: block; }
  .site-nav { position: absolute; top: 78px; left: 20px; right: 20px; display: none; flex-direction: column; align-items: stretch; background: white; padding: 18px; border-radius: 22px; box-shadow: var(--shadow); }
  .site-nav.is-open { display: flex; }
  .hero-grid, .two-col, .reverse, .funding-grid, .contact-card, .footer-grid { grid-template-columns: 1fr; }
  .impact-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .burden-grid, .partner-grid { grid-template-columns: 1fr; }
  .hero h1 { font-size: clamp(2.8rem, 9vw, 4.4rem); }
  .section h2, .contact-card h2, .funding-copy h2 { font-size: clamp(2.2rem, 8vw, 3.6rem); }
  .hero-visual > img { width: min(100%, 520px); }
}

@media (max-width: 620px) {
  .container { width: min(calc(100% - 28px), var(--max)); }
  .hero { padding-top: 48px; }
  .impact-grid { grid-template-columns: 1fr; }
  .floating-card { position: static; margin-top: 10px; }
  .hero-visual { display: grid; }
  .brand small { display: none; }
  .brand strong { font-size: .95rem; }
  .hero-actions .btn, .funding-actions .btn, .contact-form .btn { width: 100%; }
  .footer-grid { gap: 22px; }
}
