:root {
  --ink: #142a2c;
  --forest: #173d3b;
  --deep: #102e2d;
  --cream: #f8f4e9;
  --paper: #fffdf8;
  --gold: #f0b454;
  --orange: #e87942;
  --line: rgba(20, 42, 44, .16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  line-height: 1.6;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.site-header {
  height: 88px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 clamp(24px, 6vw, 96px);
  background: var(--paper);
  border-bottom: 1px solid var(--line);
  position: relative;
  z-index: 10;
}
.brand { display: flex; align-items: center; gap: 12px; font-weight: 700; letter-spacing: .12em; font-size: .9rem; }
.brand-mark { width: 30px; height: 35px; color: var(--orange); display: inline-flex; }
.brand-mark svg { width: 100%; height: 100%; }
nav { display: flex; align-items: center; gap: clamp(18px, 3vw, 42px); font-size: .92rem; font-weight: 600; }
nav > a:not(.button) { position: relative; }
nav > a:not(.button)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -5px; height: 2px; background: var(--orange); transition: right .2s; }
nav > a:hover::after { right: 0; }
.menu-toggle { display: none; }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 50px;
  padding: 0 24px;
  color: white;
  background: var(--orange);
  border: 1px solid var(--orange);
  border-radius: 3px;
  font-weight: 700;
  transition: transform .2s, background .2s;
}
.button:hover { background: #cf6030; transform: translateY(-2px); }
.button-small { min-height: 42px; padding: 0 20px; }
.text-link, .card-link { font-weight: 700; }
.text-link span, .card-link b { display: inline-block; transition: transform .2s; }
.text-link:hover span, .project-card:hover .card-link b { transform: translate(3px, -3px); }

.hero { min-height: 680px; display: grid; grid-template-columns: 46% 54%; background: var(--cream); }
.hero-copy { padding: clamp(70px, 10vw, 140px) clamp(34px, 7vw, 110px); align-self: center; }
.eyebrow { margin: 0 0 18px; color: var(--orange); font-size: .78rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
h1, h2, h3, blockquote p { font-family: "Fraunces", serif; line-height: 1.06; }
h1 { margin: 0; font-size: clamp(3.6rem, 6vw, 6.8rem); letter-spacing: -.045em; max-width: 740px; }
.hero-intro { max-width: 610px; margin: 30px 0; font-size: clamp(1.05rem, 1.35vw, 1.25rem); color: #3a5151; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 28px; }
.hero-image { min-height: 600px; position: relative; overflow: hidden; }
.hero-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(9,25,25,.08), rgba(9,25,25,.62)); }
.hero-image img { width: 100%; height: 100%; object-fit: cover; }
blockquote { position: absolute; z-index: 1; left: clamp(30px, 5vw, 74px); right: 30px; bottom: 46px; margin: 0; color: white; }
blockquote p { max-width: 600px; margin: 0 0 12px; font-size: clamp(1.7rem, 3vw, 2.8rem); }
blockquote cite { font-style: normal; font-size: .8rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: #ffd58d; }

.mission { display: grid; grid-template-columns: 70px 1fr 1fr; gap: clamp(28px, 5vw, 80px); padding: clamp(80px, 10vw, 150px) clamp(24px, 8vw, 125px); border-bottom: 1px solid var(--line); }
.section-number, .project-number { font-size: .75rem; letter-spacing: .12em; color: #6f7e7d; }
h2 { margin: 0; font-size: clamp(2.7rem, 4.5vw, 5rem); letter-spacing: -.035em; }
.mission-copy { padding-top: 36px; max-width: 620px; font-size: 1.1rem; }
.mission-copy > p:first-child { margin-top: 0; }
.scripture { margin-top: 36px; padding-left: 24px; border-left: 3px solid var(--gold); color: #455a59; }
.scripture strong { display: block; margin-top: 8px; color: var(--ink); font-size: .8rem; letter-spacing: .08em; text-transform: uppercase; }

.initiatives { padding: clamp(80px, 10vw, 140px) clamp(24px, 8vw, 125px); background: #f1ede2; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 50px; margin-bottom: 62px; }
.section-heading > p { max-width: 420px; margin: 0 0 10px; font-size: 1.05rem; color: #536565; }
.project-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.project-card { min-height: 420px; display: grid; grid-template-columns: 38px 1fr; grid-template-rows: auto 1fr; gap: 20px 24px; padding: clamp(28px, 4vw, 58px); background: rgba(255,255,255,.48); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: background .25s, transform .25s; }
.project-card:hover { background: white; transform: translateY(-4px); }
.project-card.featured { background: var(--forest); color: white; }
.project-card.featured:hover { background: var(--deep); }
.project-card.featured .project-number, .project-card.featured .project-type { color: #d2b275; }
.icon-wrap { grid-column: 2; width: 68px; height: 68px; align-self: end; display: grid; place-items: center; border-radius: 50%; font: 700 1.8rem "Fraunces", serif; }
.bible-icon { color: var(--forest); background: var(--gold); }
.wellness-icon { color: #a2382c; background: #f3c3b8; }
.ar-icon { color: #725112; background: #f2d995; }
.literature-icon { color: #425782; background: #cbd6ee; }
.project-copy { grid-column: 2; align-self: end; }
.project-type { color: #6c7776; font-size: .75rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
h3 { margin: 10px 0 14px; font-size: clamp(2rem, 3vw, 3.1rem); letter-spacing: -.025em; }
.project-copy p { max-width: 490px; margin: 0 0 26px; opacity: .82; }
.card-link { font-size: .88rem; }
.card-link b { margin-left: 6px; font-weight: 400; }

.giving { display: grid; grid-template-columns: 1.25fr .75fr; background: var(--forest); color: white; overflow: hidden; }
.giving-copy { padding: clamp(70px, 10vw, 140px) clamp(28px, 8vw, 125px); }
.giving-copy h2 { max-width: 650px; }
.giving-copy > p:not(.eyebrow) { max-width: 580px; margin: 28px 0 34px; color: #cfdddd; font-size: 1.08rem; }
.button-light { color: var(--ink); background: var(--gold); border-color: var(--gold); }
.button-light:hover { background: #f6c56f; }
.giving-verse { position: relative; display: flex; flex-direction: column; justify-content: center; padding: 60px; background: var(--gold); color: var(--ink); }
.giving-verse > span { position: absolute; top: -50px; left: 26px; font: 14rem "Fraunces", serif; color: rgba(255,255,255,.35); }
.giving-verse p { z-index: 1; margin: 0 0 20px; font: 600 clamp(1.8rem, 3vw, 3.3rem)/1.25 "Fraunces", serif; }
.giving-verse small { z-index: 1; font-size: .8rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }

footer { display: grid; grid-template-columns: 1.4fr 1.4fr 1fr auto; gap: 30px; align-items: center; padding: 52px clamp(24px, 8vw, 125px); background: #0c2525; color: #bfd0cf; font-size: .85rem; }
.footer-brand { display: flex; align-items: center; gap: 12px; color: white; }
.footer-brand strong { display: block; font-size: .86rem; letter-spacing: .11em; }
.footer-brand span { display: block; font-size: .78rem; color: #a7bcbb; }
.footer-links { display: flex; gap: 22px; color: white; font-weight: 600; }
.footer-links a:hover { color: var(--gold); }
.copyright { text-align: right; }

.inner-page { background: var(--cream); }
.inner-page .site-header { background: var(--paper); }
.inner-hero {
  min-height: 480px;
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: clamp(50px, 8vw, 130px);
  align-items: end;
  padding: clamp(85px, 11vw, 150px) clamp(24px, 8vw, 125px);
  background: var(--deep);
  color: white;
}
.inner-hero h1 { max-width: 760px; }
.inner-hero > div:first-child > p:last-child { max-width: 650px; margin: 26px 0 0; color: #cddbd9; font-size: 1.12rem; }
.inner-verse { position: relative; padding: 36px 0 12px 40px; border-left: 1px solid rgba(255,255,255,.24); overflow: hidden; }
.inner-verse > span { position: absolute; top: -40px; left: 10px; font: 10rem "Fraunces", serif; color: rgba(240,180,84,.24); }
.inner-verse p { position: relative; margin: 0 0 18px; font: 600 clamp(1.6rem, 2.5vw, 2.6rem)/1.25 "Fraunces", serif; }
.inner-verse small { position: relative; color: var(--gold); font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.donation-section, .contact-section { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(55px, 9vw, 150px); align-items: start; padding: clamp(70px, 9vw, 125px) clamp(24px, 8vw, 125px); }
.donation-copy h2, .contact-intro h2 { font-size: clamp(2.5rem, 4vw, 4.5rem); }
.donation-copy > p:not(.eyebrow), .contact-intro > p:not(.eyebrow) { margin: 26px 0 36px; color: #526463; font-size: 1.05rem; }
.trust-list { display: grid; gap: 24px; padding-top: 28px; border-top: 1px solid var(--line); }
.trust-list > div { display: grid; grid-template-columns: 32px 1fr; gap: 14px; }
.trust-list span { width: 28px; height: 28px; display: grid; place-items: center; color: white; background: var(--forest); border-radius: 50%; font-size: .82rem; }
.trust-list p { margin: 0; color: #536565; }
.trust-list strong { color: var(--ink); }
.donorbox-wrap { width: 100%; max-width: 500px; justify-self: center; padding: 0; background: transparent; border: 0; border-radius: 0; box-shadow: none; overflow: hidden; clip-path: none; }
.donorbox-wrap iframe { width: 100%; max-width: 500px; min-width: 250px; max-height: none !important; display: block; margin: auto; }
.contact-hero { grid-template-columns: 1.2fr .8fr; }
.contact-details { padding: 8px 0 8px clamp(28px, 5vw, 70px); border-left: 1px solid rgba(255,255,255,.24); }
.contact-details p { margin: 0; }
.contact-details a { display: inline-block; margin-bottom: 28px; color: var(--gold); font: 600 clamp(1.15rem, 2vw, 1.55rem) "Fraunces", serif; }
.contact-details .detail-label { margin: 0 0 7px; color: #a8bdbb; font-size: .75rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.contact-form { padding: clamp(28px, 5vw, 58px); background: white; border: 1px solid var(--line); box-shadow: 0 18px 60px rgba(17,48,47,.08); }
.contact-form label { display: grid; gap: 8px; margin-bottom: 22px; font-size: .85rem; font-weight: 700; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.contact-form input, .contact-form textarea { width: 100%; padding: 14px 15px; color: var(--ink); background: #fbfaf6; border: 1px solid #bcc6c3; border-radius: 2px; font: inherit; font-weight: 400; }
.contact-form input:focus, .contact-form textarea:focus { outline: 3px solid rgba(240,180,84,.35); border-color: var(--orange); }
.contact-form textarea { resize: vertical; }
.contact-form .button:disabled { opacity: .65; cursor: wait; transform: none; }
.honeypot { position: absolute !important; left: -9999px !important; }
.form-status { min-height: 26px; margin: 18px 0 0; font-weight: 600; }
.form-status.success { color: #256447; }
.form-status.error { color: #a33a2c; }
.form-status a { text-decoration: underline; }

@media (max-width: 920px) {
  .hero { grid-template-columns: 1fr; }
  .hero-copy { padding-top: 80px; padding-bottom: 80px; }
  .hero-image { min-height: 560px; }
  .mission { grid-template-columns: 40px 1fr; }
  .mission-copy { grid-column: 2; }
  .section-heading { align-items: start; flex-direction: column; }
  .project-grid { grid-template-columns: 1fr; }
  .giving { grid-template-columns: 1fr; }
  .inner-hero, .donation-section, .contact-section { grid-template-columns: 1fr; }
  .inner-verse, .contact-details { padding-left: 0; border-left: 0; }
  .giving-verse { min-height: 340px; }
  footer { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 680px) {
  .site-header { height: 74px; }
  .brand { font-size: .78rem; }
  .menu-toggle { width: 42px; height: 42px; display: flex; flex-direction: column; justify-content: center; gap: 5px; padding: 9px; background: transparent; border: 0; }
  .menu-toggle span:not(.sr-only) { width: 24px; height: 2px; background: var(--ink); transition: transform .2s, opacity .2s; }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  nav { display: none; position: absolute; top: 74px; left: 0; right: 0; padding: 28px; flex-direction: column; align-items: stretch; background: var(--paper); border-bottom: 1px solid var(--line); box-shadow: 0 20px 40px rgba(11,34,34,.12); }
  nav.open { display: flex; }
  nav .button { margin-top: 5px; }
  h1 { font-size: clamp(3.3rem, 15vw, 5rem); }
  .hero-image { min-height: 500px; }
  blockquote { left: 25px; bottom: 30px; }
  .mission { grid-template-columns: 1fr; gap: 20px; }
  .section-number { display: none; }
  .mission-copy { grid-column: 1; padding-top: 12px; }
  .project-card { min-height: 370px; grid-template-columns: 30px 1fr; padding: 30px 24px; }
  .giving-verse { padding: 38px 28px; }
  .inner-hero { min-height: 560px; align-items: center; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .donorbox-wrap { max-width: 500px; padding: 0; border-radius: 0; clip-path: none; }
  footer { grid-template-columns: 1fr; }
  .copyright { text-align: left; }
}

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