:root {
  --ink: #f5f1e6;
  --muted: #c7c0ae;
  --paper: #0f1715;
  --panel: #16231f;
  --panel-soft: #1f302b;
  --line: rgba(245, 241, 230, 0.16);
  --green: #6bb08a;
  --green-dark: #0b1412;
  --gold: #ddb54b;
  --sky: #121f22;
  --white: #f8f3e8;
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.38);
  color-scheme: dark;
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  overflow-x: hidden;
}

img {
  display: block;
  width: 100%;
}

a {
  color: inherit;
}

.site-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 18px clamp(18px, 4vw, 56px);
  background: rgba(15, 23, 21, 0.88);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(16px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  font-weight: 800;
  text-decoration: none;
}

.brand-mark {
  width: 14px;
  height: 14px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 0 6px rgba(214, 168, 66, 0.22);
}

nav {
  display: flex;
  align-items: center;
  gap: clamp(12px, 3vw, 28px);
  font-size: 0.94rem;
  font-weight: 700;
}

nav a {
  color: #d7d0bf;
  text-decoration: none;
}

nav a:hover {
  color: var(--white);
}

.hero {
  position: relative;
  min-height: 560px;
  display: grid;
  align-items: end;
  padding: 118px clamp(18px, 6vw, 84px) 56px;
  overflow: hidden;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(10, 18, 12, 0.78), rgba(10, 18, 12, 0.34) 58%, rgba(10, 18, 12, 0.12)),
    linear-gradient(0deg, rgba(10, 18, 12, 0.78), rgba(10, 18, 12, 0.1) 45%);
}

.hero-media {
  position: absolute;
  inset: 0;
  background: #0d1719;
}

.hero-media img {
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.hero-copy {
  position: relative;
  z-index: 1;
  width: min(780px, 100%);
  color: var(--white);
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1 {
  max-width: 13ch;
  margin: 0;
  font-size: clamp(2.8rem, 7vw, 5.8rem);
  line-height: 0.96;
  letter-spacing: 0;
}

h2 {
  margin: 0;
  font-size: clamp(2rem, 5vw, 4.2rem);
  line-height: 1;
  letter-spacing: 0;
}

h3 {
  margin: 0 0 12px;
  font-size: 1.12rem;
}

.lede {
  max-width: 680px;
  margin: 18px 0 0;
  font-size: clamp(1.08rem, 2.2vw, 1.45rem);
  line-height: 1.55;
}

.verse-line {
  max-width: 720px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(1.16rem, 2.8vw, 2rem);
  font-weight: 900;
  line-height: 1.2;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  border: 1px solid transparent;
  border-radius: 8px;
  font-weight: 900;
  text-decoration: none;
  transition:
    transform 160ms ease,
    background-color 160ms ease,
    color 160ms ease;
}

.button:hover {
  transform: translateY(-1px);
}

.button.primary,
.button.donate {
  background: var(--gold);
  color: #1e1a10;
}

.button.secondary {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.38);
  color: var(--white);
}

.intro-band {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--line);
  border-bottom: 1px solid var(--line);
}

.metric {
  min-width: 0;
  padding: 28px clamp(18px, 4vw, 56px);
  background: var(--panel);
}

.metric span {
  display: block;
  color: var(--white);
  font-size: clamp(1.7rem, 4vw, 3.2rem);
  font-weight: 900;
  line-height: 1;
}

.metric small {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-weight: 800;
  text-transform: uppercase;
}

.metric .supply-list-label,
.metric .service-area-label {
  max-width: 42rem;
  font-size: 0.82rem;
  line-height: 1.45;
  text-transform: none;
}

.metric .supply-list-label {
  font-size: 0.9rem;
  font-weight: 750;
  line-height: 1.55;
}

.story-section,
.testimony-section,
.goal-section,
.contact-section,
.prayer-section,
.updates-section {
  padding: clamp(64px, 10vw, 120px) clamp(18px, 6vw, 84px);
}

.story-section {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(280px, 0.72fr);
  align-items: center;
  gap: clamp(36px, 7vw, 88px);
}

.testimony-section {
  background: #121f1b;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.testimony-section .section-heading {
  max-width: 980px;
}

.testimony-section p:not(.eyebrow) {
  max-width: 860px;
  margin: 22px 0 0;
  color: var(--muted);
  font-size: clamp(1.05rem, 2vw, 1.24rem);
  line-height: 1.75;
}

.section-copy p:not(.eyebrow),
.donate-section p {
  max-width: 720px;
  margin: 24px 0 0;
  color: var(--muted);
  font-size: clamp(1.02rem, 2vw, 1.25rem);
  line-height: 1.72;
}

.donate-section .transparency-note {
  margin-top: 14px;
  color: var(--gold);
  font-size: 0.98rem;
  font-weight: 800;
}

.photo-panel {
  margin: 0;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
  overflow: hidden;
}

.photo-panel img {
  aspect-ratio: 4 / 5;
  height: auto;
  object-fit: cover;
}

figcaption {
  padding: 16px 18px;
  color: var(--muted);
  font-size: 0.94rem;
  line-height: 1.45;
}

.goal-section {
  background: #10271f;
  color: var(--white);
}

.section-heading {
  max-width: 920px;
}

.funding-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin-top: 42px;
  background: var(--line);
  border: 1px solid var(--line);
}

.funding-list article {
  min-width: 0;
  padding: clamp(22px, 3vw, 34px);
  background: rgba(255, 255, 255, 0.06);
}

.funding-list p,
.updates-list p {
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  line-height: 1.6;
}

.donate-section {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(300px, 0.62fr);
  align-items: center;
  gap: 28px;
  padding: clamp(56px, 8vw, 96px) clamp(18px, 6vw, 84px);
  background: var(--sky);
}

.support-card-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  margin-top: 26px;
  max-width: 500px;
}

.support-card {
  display: grid;
  gap: 7px;
  min-width: 0;
  padding: 18px 20px;
  background: rgba(31, 48, 43, 0.92);
  border: 1px solid var(--line);
  border-left: 8px solid var(--green);
  border-radius: 8px;
  text-decoration: none;
  transition:
    background-color 160ms ease,
    border-color 160ms ease,
    transform 160ms ease;
}

.support-card:hover {
  background: rgba(38, 60, 53, 0.98);
  border-color: var(--green);
  transform: translateY(-1px);
}

.support-card-label {
  display: block;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.support-card strong {
  display: block;
  color: var(--white);
  font-size: 1.02rem;
  line-height: 1.25;
}

.support-card small {
  display: block;
  color: var(--muted);
  font-size: 0.94rem;
  font-weight: 650;
  line-height: 1.42;
}

.support-card em {
  display: block;
  margin-top: 2px;
  color: var(--green);
  font-size: 0.88rem;
  font-style: normal;
  font-weight: 900;
}

.donate-card {
  background: var(--gold);
  border-color: transparent;
  border-left-color: #8f6318;
}

.donate-card span,
.donate-card strong,
.donate-card small,
.donate-card em {
  color: #1e1a10;
}

.linkedin-card {
  border-left-color: #0a66c2;
}

.linkedin-card .support-card-label,
.linkedin-card em {
  color: #7db7ef;
}

.donate-widget {
  min-width: 0;
}

.donate-widget iframe {
  width: 100%;
  max-width: 100%;
}

.contact-section {
  background: var(--panel);
}

.prayer-section {
  background: #101a17;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.prayer-section p:not(.eyebrow) {
  max-width: 760px;
  margin: 24px 0 0;
  color: var(--muted);
  font-size: clamp(1.08rem, 2vw, 1.28rem);
  line-height: 1.72;
}

.contact-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 14px;
  margin-top: 36px;
}

.contact-list a {
  min-width: 0;
  padding: 24px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 8px;
  text-decoration: none;
  transition:
    border-color 160ms ease,
    transform 160ms ease;
}

.contact-list a:not([aria-disabled="true"]):hover {
  border-color: var(--green);
  transform: translateY(-1px);
}

.contact-list span {
  display: block;
  margin-bottom: 10px;
  color: var(--green);
  font-size: 0.8rem;
  font-weight: 900;
  text-transform: uppercase;
}

.contact-list strong {
  display: block;
  color: var(--white);
  font-size: clamp(1.04rem, 2vw, 1.28rem);
  line-height: 1.25;
}

.updates-section {
  background: var(--paper);
}

.updates-list {
  display: grid;
  gap: 14px;
  margin-top: 36px;
}

.updates-list article {
  padding: 28px;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.updates-list figure {
  margin: 18px 0 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
}

.updates-list figure img {
  aspect-ratio: 16 / 9;
  height: auto;
  object-fit: cover;
}

.updates-list figcaption {
  padding: 14px 16px;
  color: var(--muted);
}

.updates-list time {
  display: block;
  margin-bottom: 10px;
  color: var(--green);
  font-weight: 900;
}

.updates-list p {
  color: var(--muted);
}

.updates-list a {
  color: var(--gold);
  font-weight: 900;
}

.site-footer {
  padding: 30px clamp(18px, 6vw, 84px);
  color: var(--muted);
  border-top: 1px solid var(--line);
}

.site-footer p {
  margin: 0;
}

@media (max-width: 820px) {
  .site-header {
    position: absolute;
    align-items: flex-start;
  }

  nav {
    flex-wrap: wrap;
    gap: 10px 16px;
    justify-content: flex-end;
  }

  .hero {
    min-height: 590px;
    padding-top: 118px;
  }

  h1 {
    max-width: 12ch;
  }

  .intro-band,
  .story-section,
  .funding-list,
  .donate-section,
  .contact-list {
    grid-template-columns: 1fr;
  }

  .photo-panel img {
    aspect-ratio: 16 / 11;
  }

  .donate-section .button {
    width: 100%;
  }
}

@media (max-width: 520px) {
  .site-header {
    flex-direction: column;
    gap: 12px;
  }

  .brand {
    font-size: 0.98rem;
  }

  nav {
    width: 100%;
    justify-content: flex-start;
    font-size: 0.9rem;
  }

  .hero {
    min-height: 590px;
    padding-top: 136px;
  }

  .hero-copy {
    max-width: calc(100vw - 56px);
  }

  h1 {
    font-size: 2.58rem;
  }

  .verse-line {
    max-width: 320px;
    font-size: 1.05rem;
  }

  .lede {
    max-width: 320px;
    font-size: 1rem;
  }

  .hero-actions .button {
    width: 100%;
  }

  .metric span {
    font-size: 2rem;
  }
}
