:root {
  --clay: #d96a23;
  --clay-deep: #b14e18;
  --brand: #ee7b1e;
  --gold: #e0a23a;
  --ink: #2b2018;
  --ink-soft: #5c4f44;
  --cream: #faf4ea;
  --cream-deep: #f1e6d4;
  --sand: #efe3d1;
  --white: #fffdfa;
  --radius: 18px;
  --shadow: 0 18px 50px -22px rgba(43, 32, 24, 0.45);
  --maxw: 1120px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
  font-family: 'Inter', system-ui, sans-serif;
  color: var(--ink);
  background: var(--cream);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3 { font-family: 'Fraunces', Georgia, serif; font-weight: 500; line-height: 1.1; letter-spacing: -0.01em; }

a { color: inherit; text-decoration: none; }

.wrap { max-width: var(--maxw); margin: 0 auto; padding: 0 28px; }

.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.72rem;
  font-weight: 600;
  color: var(--clay);
}

.btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5em;
  padding: 0.85em 1.6em;
  border-radius: 999px;
  font-weight: 600;
  font-size: 0.95rem;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
  cursor: pointer;
  border: none;
}
.btn-primary { background: var(--clay); color: var(--white); box-shadow: 0 10px 24px -10px rgba(181, 83, 47, 0.7); }
.btn-primary:hover { background: var(--clay-deep); transform: translateY(-2px); }
.btn-ghost { background: transparent; color: var(--ink); border: 1.5px solid rgba(43,32,24,0.2); }
.btn-ghost:hover { border-color: var(--clay); color: var(--clay); }

/* ---------- NAV ---------- */
header.nav {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: saturate(180%) blur(12px);
  border-bottom: 1px solid rgba(43,32,24,0.07);
}
.nav-inner { display: flex; align-items: center; justify-content: space-between; height: 76px; }
.brand { display: flex; align-items: center; gap: 0.7em; font-family: 'Fraunces', serif; font-size: 1.25rem; font-weight: 600; }
.brand-word { flex-direction: column; align-items: flex-start; gap: 0; line-height: 1; }
.brand-word .bw-top {
  font-family: 'Inter', sans-serif; font-weight: 600;
  text-transform: uppercase; letter-spacing: 0.22em;
  font-size: 0.62rem; color: var(--brand);
}
.brand-word .bw-main {
  font-family: 'Fraunces', serif; font-weight: 600;
  font-size: 1.5rem; letter-spacing: -0.01em; color: var(--clay);
  line-height: 1;
}
.brand-word:hover .bw-main { color: var(--clay-deep); }
.brand .mark {
  width: 34px; height: 34px; border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, var(--gold), var(--clay));
  display: grid; place-items: center; color: #fff; font-size: 0.9rem; font-weight: 700;
}
.nav-links { display: flex; align-items: center; gap: 2rem; }
.nav-links a { font-size: 0.95rem; font-weight: 500; color: var(--ink-soft); transition: color 0.15s; }
.nav-links a:hover { color: var(--clay); }
.nav-toggle { display: none; background: none; border: none; font-size: 1.5rem; cursor: pointer; }

/* ---------- HERO ---------- */
.hero {
  position: relative; overflow: hidden; padding: 72px 0 88px;
  background:
    radial-gradient(120% 90% at 50% -20%, rgba(238,123,30,0.28), transparent 60%),
    linear-gradient(180deg, #fff3e1 0%, var(--cream) 70%);
}
.hero::before {
  content: ""; position: absolute; inset: 0;
  background:
    radial-gradient(45% 55% at 88% 18%, rgba(224,162,58,0.30), transparent 65%),
    radial-gradient(40% 50% at 8% 80%, rgba(238,123,30,0.18), transparent 65%);
  pointer-events: none;
}
.hero-inner { position: relative; text-align: center; max-width: 760px; margin: 0 auto; }
.hero-banner {
  width: 100%; max-width: 520px; height: auto; display: block;
  margin: 0 auto 12px;
}
.hero h1 { font-size: clamp(3rem, 8vw, 5rem); margin: 0 0 0.3em; }
.hero h1 em { font-style: italic; color: var(--clay); }
.hero p.lead {
  font-size: 1.18rem; color: var(--ink-soft);
  max-width: 52ch; margin: 0 auto 2rem;
}
.hero-cta { display: flex; gap: 1rem; flex-wrap: wrap; justify-content: center; }

.hero-verse {
  margin: 56px auto 0; max-width: 40ch;
  padding-top: 28px; border-top: 1px solid rgba(217,106,35,0.25);
}
.hero-verse blockquote { font-family: 'Fraunces', serif; font-style: italic; font-size: 1.25rem; line-height: 1.4; color: var(--ink); }
.hero-verse cite { display: block; margin-top: 0.6em; font-style: normal; font-size: 0.8rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--clay); font-weight: 600; }

/* ---------- STATS / VALUES STRIP ---------- */
.strip { background: var(--ink); color: var(--cream); padding: 28px 0; }
.strip-inner { display: flex; justify-content: space-around; flex-wrap: wrap; gap: 24px; text-align: center; }
.strip-item span { font-family: 'Fraunces', serif; font-size: 1.05rem; color: var(--gold); }
.strip-item small { display: block; font-size: 0.8rem; color: rgba(250,244,234,0.65); letter-spacing: 0.04em; }

/* ---------- SECTION ---------- */
section { padding: 88px 0; }
.section-head { max-width: 56ch; margin-bottom: 52px; }
.section-head h2 { font-size: clamp(1.9rem, 3.5vw, 2.7rem); margin: 0.3em 0 0.4em; }
.section-head p { color: var(--ink-soft); font-size: 1.08rem; }

/* ---------- INITIATIVES ---------- */
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.card {
  background: var(--white);
  border: 1px solid rgba(43,32,24,0.07);
  border-radius: var(--radius);
  overflow: hidden;
  display: flex; flex-direction: column;
}
.card-banner { background: var(--brand); }
.card-banner img { width: 100%; display: block; }
.card-body { padding: 28px 30px 32px; display: flex; flex-direction: column; flex: 1; }
.card p { color: var(--ink-soft); font-size: 0.97rem; margin-bottom: 1.2em; }
.card .list-head { color: var(--ink); font-weight: 600; font-size: 0.9rem; margin-bottom: 0.5em; }
.card ul { list-style: none; }
.card li { font-size: 0.9rem; color: var(--ink-soft); padding: 6px 0 6px 22px; position: relative; }
.card li::before { content: "✦"; position: absolute; left: 0; color: var(--gold); font-size: 0.8rem; }

/* ---------- STORY ---------- */
.story { background: var(--sand); }
.story-grid { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 56px; align-items: center; }
.story-visual {
  border-radius: var(--radius); position: relative; overflow: hidden;
  background: linear-gradient(160deg, var(--ink) 0%, #3d2c1e 100%);
  box-shadow: var(--shadow);
  display: flex; flex-direction: column; justify-content: center;
  min-height: 340px; padding: 52px 44px; text-align: center;
}
.story-visual blockquote { color: var(--cream); font-family: 'Fraunces', serif; font-style: italic; font-size: 2.4rem; line-height: 1.35; }
.story-visual .q { color: var(--gold); font-style: normal; }
.story-text h2 { font-size: clamp(1.9rem, 3.5vw, 2.7rem); margin: 0.3em 0 0.6em; }
.story-text p { color: var(--ink-soft); margin-bottom: 1.2em; font-size: 1.05rem; }
.story-text .signature { font-family: 'Fraunces', serif; font-style: italic; color: var(--ink); font-size: 1.1rem; }

/* ---------- SCRIPTURE BAND ---------- */
.scripture { background: var(--ink); color: var(--cream); text-align: center; padding: 96px 0; }
.scripture .eyebrow { font-size: 1rem; letter-spacing: 0.22em; }
.scripture blockquote { font-family: 'Fraunces', serif; font-size: clamp(1.5rem, 3vw, 2.2rem); line-height: 1.4; max-width: 38ch; margin: 0.5em auto 0.6em; }
.scripture cite { font-style: normal; letter-spacing: 0.12em; text-transform: uppercase; font-size: 0.85rem; color: var(--gold); }

/* ---------- TEAM ---------- */
.team-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.team-featured { grid-template-columns: repeat(2, calc((100% - 56px) / 3)); justify-content: center; margin-bottom: 28px; }
.member {
  background: var(--white); border: 1px solid rgba(43,32,24,0.07);
  border-radius: var(--radius); overflow: hidden; display: flex; flex-direction: column;
}
.member-photo { aspect-ratio: 1/1; overflow: hidden; background: var(--cream-deep); }
.member-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center top; display: block; }
.member-photo.contain img { object-fit: contain; }
.member-body { padding: 22px 24px 26px; }
.member-body h3 { font-size: 1.2rem; margin-bottom: 0.45em; }
.member-body p { color: var(--ink-soft); font-size: 0.9rem; line-height: 1.6; }

/* ---------- MEDIA ---------- */
.media { background: var(--cream-deep); }
.video-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 26px; }
.video {
  aspect-ratio: 16/9; border-radius: var(--radius); overflow: hidden;
  box-shadow: var(--shadow); background: #000;
}
.video iframe { width: 100%; height: 100%; border: 0; display: block; }

/* ---------- DONATE CTA ---------- */
.donate { padding: 96px 0; }
.donate-box {
  background: linear-gradient(150deg, var(--clay), var(--clay-deep));
  border-radius: 28px; padding: 64px 48px; text-align: center; color: var(--white);
  box-shadow: var(--shadow); position: relative; overflow: hidden;
}
.donate-box::after {
  content: ""; position: absolute; top: -40%; right: -10%; width: 50%; height: 180%;
  background: radial-gradient(circle, rgba(217,164,65,0.4), transparent 70%);
}
.donate-box h2 { font-size: clamp(2rem, 4vw, 2.9rem); margin-bottom: 0.4em; position: relative; }
.donate-box p { font-size: 1.1rem; max-width: 48ch; margin: 0 auto 2rem; color: rgba(255,253,250,0.9); position: relative; }
.donate-box .btn-primary { background: var(--white); color: var(--clay-deep); position: relative; }
.donate-box .btn-primary:hover { background: var(--cream); }

/* ---------- CONTACT ---------- */
.contact { background: var(--sand); }
.contact-card {
  background: var(--white); border: 1px solid rgba(43,32,24,0.07);
  border-radius: var(--radius); padding: 40px 44px; max-width: 480px;
  box-shadow: var(--shadow);
}
.contact-card p { color: var(--ink-soft); font-size: 1.05rem; margin-bottom: 0.8em; }
.contact-card p:last-child { margin-bottom: 0; }
.contact-card .contact-name { font-family: 'Fraunces', serif; font-size: 1.4rem; color: var(--ink); }
.contact-card a { color: var(--clay); font-weight: 600; }

/* ---------- CONTACT / FOOTER ---------- */
footer { background: var(--ink); color: var(--cream); padding: 72px 0 36px; }
.foot-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 40px; padding-bottom: 48px; border-bottom: 1px solid rgba(250,244,234,0.12); }
footer .brand { color: var(--cream); margin-bottom: 1rem; }
footer p { color: rgba(250,244,234,0.7); font-size: 0.95rem; }
.social { display: flex; gap: 12px; margin-top: 20px; }
.social a {
  width: 40px; height: 40px; border-radius: 50%;
  display: grid; place-items: center; color: var(--cream);
  background: rgba(250,244,234,0.1); transition: background 0.18s, color 0.18s, transform 0.18s;
}
.social a:hover { background: var(--brand); color: #fff; transform: translateY(-2px); }
.foot-col h4 { font-family: 'Inter', sans-serif; text-transform: uppercase; letter-spacing: 0.12em; font-size: 0.78rem; color: var(--gold); margin-bottom: 1.1em; }
.foot-col a { display: block; color: rgba(250,244,234,0.78); font-size: 0.95rem; padding: 5px 0; transition: color 0.15s; }
.foot-col a:hover { color: var(--cream); }
.foot-bottom { padding-top: 28px; text-align: center; font-size: 0.85rem; color: rgba(250,244,234,0.5); }

/* ---------- REVEAL ANIMATION ---------- */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity 0.7s ease, transform 0.7s ease; }
.reveal.in { opacity: 1; transform: none; }

/* ---------- RESPONSIVE ---------- */
@media (max-width: 880px) {
  .story-grid { grid-template-columns: 1fr; }
  .hero { padding: 48px 0 64px; }
  .hero-verse { margin-top: 40px; }
  .cards { grid-template-columns: 1fr; }
  .team-grid { grid-template-columns: 1fr; }
  .video-grid { grid-template-columns: 1fr; }
  .foot-grid { grid-template-columns: 1fr; }
  .nav-links { display: none; }
  .nav-links.open {
    display: flex; flex-direction: column; position: absolute; top: 72px; left: 0; right: 0;
    background: var(--cream); padding: 20px 28px; gap: 1rem; border-bottom: 1px solid rgba(43,32,24,0.1);
  }
  .nav-toggle { display: block; }
}
