:root {
  --navy-950: #172235;
  --navy-900: #28364d;
  --navy-800: #34445e;
  --gold: #c3a04a;
  --gold-light: #e4cf92;
  --cream: #fff4df;
  --paper: #fffaf0;
  --white: #ffffff;
  --ink: #253247;
  --muted: #657084;
  --line: rgba(40, 54, 77, 0.15);
  --serif: "Libre Baskerville", Georgia, serif;
  --sans: "DM Sans", system-ui, sans-serif;
  --shadow: 0 24px 70px rgba(27, 39, 58, 0.14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); line-height: 1.65; }
img { display: block; max-width: 100%; }
a { color: inherit; }
.container { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -60px; z-index: 100; padding: 10px 16px; color: white; background: var(--navy-950); }
.skip-link:focus { top: 12px; }

.site-header { position: absolute; inset: 0 0 auto; z-index: 10; color: var(--cream); }
.header-inner { display: flex; align-items: center; justify-content: space-between; min-height: 88px; border-bottom: 1px solid rgba(255,255,255,.14); }
.brand { display: inline-flex; align-items: center; gap: 12px; color: inherit; text-decoration: none; font: 700 1rem var(--serif); letter-spacing: .03em; }
.brand img { border-radius: 50%; }
.nav { display: flex; align-items: center; gap: 30px; }
.nav a { color: rgba(255,255,255,.8); font-weight: 600; font-size: .9rem; text-decoration: none; }
.nav a:hover, .nav a:focus-visible { color: white; }
.nav-cta { padding: 9px 17px; border: 1px solid rgba(255,255,255,.35); border-radius: 999px; }

.hero { position: relative; overflow: hidden; color: white; background: var(--navy-900); }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .26; background-image: radial-gradient(circle at 1px 1px, rgba(255,255,255,.16) 1px, transparent 0); background-size: 28px 28px; mask-image: linear-gradient(to right, black, transparent 65%); }
.hero-glow { position: absolute; width: 700px; height: 700px; right: -180px; top: -250px; border-radius: 50%; background: rgba(195,160,74,.16); filter: blur(2px); }
.hero-grid { position: relative; min-height: 760px; display: grid; grid-template-columns: 1.12fr .88fr; align-items: center; gap: 80px; padding-top: 120px; padding-bottom: 90px; }
.eyebrow { margin: 0 0 18px; color: #997a2e; font-weight: 700; font-size: .75rem; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow.light { color: var(--gold-light); }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--serif); line-height: 1.15; }
h1 { max-width: 720px; margin-bottom: 26px; font-size: clamp(3.7rem, 7vw, 6.6rem); letter-spacing: -.055em; }
h1 em { color: var(--gold-light); font-weight: 400; }
.hero-lede { max-width: 650px; margin-bottom: 36px; color: rgba(255,255,255,.76); font-size: clamp(1.05rem, 1.7vw, 1.28rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 0 24px; border: 1px solid transparent; border-radius: 3px; font: 700 .9rem var(--sans); text-decoration: none; cursor: pointer; transition: transform .2s, background .2s, border-color .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--navy-950); background: var(--gold-light); }
.button-primary:hover { background: var(--cream); }
.button-secondary { color: white; border-color: rgba(255,255,255,.35); background: transparent; }
.button-secondary:hover { border-color: white; }
.hero-mark { position: relative; text-align: center; }
.mark-ring { position: relative; aspect-ratio: 1; display: grid; place-items: center; border: 1px solid rgba(228,207,146,.5); border-radius: 50%; }
.mark-ring::before, .mark-ring::after { content: ""; position: absolute; border-radius: 50%; border: 1px solid rgba(228,207,146,.16); }
.mark-ring::before { inset: -22px; }
.mark-ring::after { inset: 22px; }
.mark-ring img { width: 78%; border-radius: 50%; box-shadow: var(--shadow); }
.hero-mark > p { position: absolute; right: -20px; bottom: 34px; margin: 0; color: var(--gold-light); font: italic 1rem/1.5 var(--serif); text-align: left; }
.scripture-band { position: relative; border-top: 1px solid rgba(255,255,255,.12); background: rgba(17,29,47,.55); }
.scripture-inner { min-height: 135px; display: flex; align-items: center; justify-content: center; gap: 24px; }
.scripture-mark { color: var(--gold); font: 5rem/.8 var(--serif); }
blockquote { margin: 0; }
blockquote p { display: inline; font: 1.15rem var(--serif); }
blockquote cite { margin-left: 14px; color: var(--gold-light); font-style: normal; font-size: .8rem; letter-spacing: .12em; text-transform: uppercase; }

.section { padding: 120px 0; }
.split-layout { display: grid; grid-template-columns: .88fr 1.12fr; gap: 100px; }
.section h2 { margin-bottom: 24px; color: var(--navy-900); font-size: clamp(2.35rem, 4vw, 4.2rem); letter-spacing: -.045em; }
.prose { padding-top: 36px; border-top: 1px solid var(--line); }
.prose p { color: var(--muted); font-size: 1.05rem; }
.prose .lead { color: var(--ink); font: 1.25rem/1.7 var(--serif); }

.mission { background: #f3ead8; }
.mission-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.mission-card { min-height: 330px; padding: 38px; border: 1px solid rgba(40,54,77,.12); background: rgba(255,255,255,.42); }
.mission-card.featured { color: white; border-color: var(--navy-900); background: var(--navy-900); transform: translateY(-18px); box-shadow: var(--shadow); }
.card-number { color: var(--gold); font: 700 .8rem var(--sans); letter-spacing: .12em; }
.mission-card h3 { margin: 90px 0 16px; font-size: 1.6rem; }
.mission-card p { margin: 0; color: var(--muted); }
.mission-card.featured p { color: rgba(255,255,255,.7); }
.story-row { display: grid; grid-template-columns: 260px 1fr; gap: 80px; align-items: center; margin-top: 100px; padding-top: 80px; border-top: 1px solid rgba(40,54,77,.16); }
.story-year { color: #8b6e27; font: italic 1.1rem var(--serif); text-align: center; }
.story-year strong { color: var(--navy-900); font: 700 4.8rem var(--serif); letter-spacing: -.08em; }
.story-copy h2 { font-size: clamp(2.25rem, 3.4vw, 3.4rem); }
.story-copy > p:last-child { max-width: 730px; color: var(--muted); font-size: 1.08rem; }

.give { background: var(--paper); }
.give-panel { position: relative; overflow: hidden; display: grid; grid-template-columns: 1.15fr .85fr; align-items: center; gap: 70px; padding: 80px; color: white; background: var(--navy-900); box-shadow: var(--shadow); }
.give-panel::after { content: "$"; position: absolute; right: 32%; bottom: -120px; color: rgba(255,255,255,.025); font: 700 32rem/1 var(--serif); pointer-events: none; }
.give-copy, .cash-card { position: relative; z-index: 1; }
.give-copy h2 { color: white; }
.give-copy > p:last-child { max-width: 610px; color: rgba(255,255,255,.7); }
.cash-card { position: relative; overflow: hidden; padding: 38px; color: #111; border: 0; border-radius: 18px; background: #fff; box-shadow: 0 22px 55px rgba(5,12,22,.3); }
.cash-card::after { content: "$"; position: absolute; right: -14px; top: -48px; color: rgba(0,214,79,.09); font: 700 13rem/1 var(--sans); transform: rotate(8deg); pointer-events: none; }
.cash-card-brand { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-bottom: 38px; }
.cash-card-brand img { width: 137px; height: 32px; }
.cash-card-brand span { padding: 5px 10px; color: #0b6b2f; border-radius: 999px; background: #e6fbed; font-size: .68rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.cash-card h3 { position: relative; z-index: 1; margin-bottom: 12px; color: #111; font: 700 1.9rem/1.15 var(--sans); letter-spacing: -.035em; }
.cash-card p { position: relative; z-index: 1; margin-bottom: 24px; color: #5b6160; font-size: .9rem; line-height: 1.55; }
.cash-app-button { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; gap: 12px; width: 100%; margin: 0 0 16px; padding: 16px 18px; border-radius: 10px; color: #071109; background: #00d64f; font-size: 1rem; font-weight: 800; text-decoration: none; transition: transform .2s, background .2s, box-shadow .2s; }
.cash-app-button:hover, .cash-app-button:focus-visible { color: #071109; background: #27e76c; box-shadow: 0 10px 28px rgba(0,214,79,.25); transform: translateY(-2px); }
.cash-app-arrow { display: grid; width: 28px; height: 28px; place-items: center; border-radius: 50%; background: rgba(0,0,0,.1); font-size: 1rem; }
.cash-card small { position: relative; z-index: 1; display: flex; align-items: center; gap: 7px; color: #737977; font-size: .7rem; line-height: 1.45; }
.cash-card small span { display: inline-grid; flex: 0 0 17px; height: 17px; place-items: center; color: white; border-radius: 50%; background: #00b947; font-size: .65rem; font-weight: 800; }

.contact { padding-top: 80px; }
.contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; }
.contact-copy { padding-top: 35px; }
.contact-copy > p:not(.eyebrow) { max-width: 420px; color: var(--muted); }
.email-link { color: #81651f; font-weight: 700; text-underline-offset: 5px; }
.contact-form { padding: 48px; border: 1px solid var(--line); background: white; box-shadow: 0 20px 60px rgba(40,54,77,.08); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field { display: block; margin-bottom: 20px; color: var(--navy-900); font-size: .82rem; font-weight: 700; }
.field input, .field textarea { width: 100%; margin-top: 8px; padding: 13px 14px; color: var(--ink); border: 1px solid #cbd0d7; border-radius: 2px; background: #fffdf8; font: inherit; font-weight: 400; }
.field input:focus, .field textarea:focus { outline: 3px solid rgba(195,160,74,.22); border-color: var(--gold); }
.field textarea { min-height: 150px; resize: vertical; }
.submit-button { border: 0; }
.form-note { display: inline-block; margin: 0 0 0 15px; color: var(--muted); font-size: .75rem; }
.form-status { display: none; margin-bottom: 20px; padding: 12px 14px; border-left: 3px solid var(--gold); background: #f7f0df; }
.form-status.is-visible { display: block; }
.form-status.is-error { border-color: #a83a3a; background: #fff0ee; }
.trap { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); clip-path: inset(50%); }

.site-footer { padding: 50px 0; color: rgba(255,255,255,.7); background: var(--navy-950); }
.footer-inner { display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 35px; }
.footer-brand { display: flex; align-items: center; gap: 13px; }
.footer-brand img { border-radius: 50%; }
.footer-brand strong, .footer-brand span { display: block; }
.footer-brand strong { color: white; font-family: var(--serif); }
.footer-brand span { font-size: .76rem; }
.footer-inner p { margin: 0; font-size: .82rem; }
.copyright { white-space: nowrap; }

@media (max-width: 900px) {
  .nav a:not(.nav-cta) { display: none; }
  .hero-grid { grid-template-columns: 1fr; min-height: auto; padding-top: 170px; }
  .hero-copy { max-width: 720px; }
  .hero-mark { width: min(460px, 82vw); margin-inline: auto; }
  .split-layout, .give-panel, .contact-grid { grid-template-columns: 1fr; gap: 40px; }
  .mission-grid { grid-template-columns: 1fr; }
  .mission-card { min-height: auto; }
  .mission-card h3 { margin-top: 50px; }
  .mission-card.featured { transform: none; }
  .story-row { grid-template-columns: 1fr; gap: 30px; }
  .give-panel { padding: 55px; }
  .footer-inner { grid-template-columns: 1fr; }
}

@media (max-width: 600px) {
  .container { width: min(100% - 28px, 1160px); }
  .header-inner { min-height: 76px; }
  .brand span { display: none; }
  .section { padding: 82px 0; }
  h1 { font-size: clamp(3.25rem, 17vw, 5rem); }
  .hero-grid { gap: 55px; padding-top: 130px; padding-bottom: 70px; }
  .hero-mark > p { right: 0; bottom: 8px; }
  .scripture-inner { justify-content: flex-start; }
  blockquote p, blockquote cite { display: block; margin: 0; }
  blockquote cite { margin-top: 6px; }
  .split-layout { gap: 30px; }
  .prose { padding-top: 26px; }
  .story-row { margin-top: 65px; padding-top: 55px; }
  .give-panel { width: 100%; padding: 48px 26px; }
  .contact-form { padding: 30px 20px; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .form-note { display: block; margin: 14px 0 0; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}
