:root {
  --green: #225043;
  --green-dark: #173b31;
  --terracotta: #c57b59;
  --ink: #1a2a24;
  --muted: #596560;
  --line: #e8e5df;
  --paper: #ffffff;
  --wash: #fbfaf7;
  --mint: #ebf8f1;
  --mint-strong: #dff2e9;
  --shadow: 0 18px 48px -30px rgba(34, 80, 67, 0.35);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Plus Jakarta Sans", system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.7;
}
body.admin-bar .site-header { top: 32px; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
h1, h2, h3 {
  margin: 0;
  color: var(--green);
  font-family: "Noto Serif", Georgia, serif;
  font-weight: 400;
  line-height: 1.18;
  letter-spacing: 0;
}
h1 { font-size: clamp(2.35rem, 5.5vw, 4.35rem); }
h2 { font-size: clamp(1.9rem, 3.8vw, 3.1rem); }
h3 { font-size: 1.35rem; }
p { margin: 0; }
button, input { font: inherit; }
.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  min-height: 74px;
  padding: 0 5vw;
  background: rgba(255, 255, 255, 0.92);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(14px);
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  font-family: "Noto Serif", Georgia, serif;
  font-size: 1.25rem;
  color: var(--green);
}
.brand img { width: 34px; height: 34px; }
.site-nav {
  display: flex;
  align-items: center;
  gap: 1.9rem;
  color: var(--muted);
  font-size: 0.94rem;
}
.site-nav a:not(.button):hover,
.text-link:hover { color: var(--terracotta); }
.nav-toggle { display: none; }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0.85rem 1.65rem;
  color: #fff;
  background: var(--green);
  border: 1px solid var(--green);
  border-radius: 4px;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  transition: background 160ms ease, border-color 160ms ease;
}
.button:hover { background: var(--green-dark); border-color: var(--green-dark); }
.button-small { min-height: 36px; padding: 0.55rem 1.2rem; font-size: 0.82rem; }
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  color: var(--green);
  font-weight: 700;
  border-bottom: 2px solid rgba(197, 123, 89, 0.45);
}
.text-link::after { content: "→"; }

.site-main { overflow: hidden; }
.section {
  width: min(1180px, 90vw);
  margin: 0 auto;
  padding: clamp(4.5rem, 9vw, 9rem) 0;
}
.hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 1fr);
  align-items: center;
  gap: clamp(2.5rem, 6vw, 6rem);
}
.hero-copy { max-width: 610px; }
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  margin-bottom: 1.1rem;
  color: var(--terracotta);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.eyebrow span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--terracotta);
}
.centered { display: block; text-align: center; }
.lead {
  max-width: 620px;
  margin-top: 1.6rem;
  color: var(--muted);
  font-size: clamp(1.05rem, 2.2vw, 1.25rem);
}
.actions { display: flex; flex-wrap: wrap; align-items: center; gap: 1.3rem; margin-top: 2rem; }
.hero-image img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 8px;
}
.hero-image figcaption {
  margin-top: 0.75rem;
  color: #7a8580;
  font-size: 0.8rem;
  text-align: right;
}

.quote-band {
  padding: clamp(4.5rem, 8vw, 7rem) 5vw;
  text-align: center;
  background: var(--mint);
  border-block: 1px solid #dcebe3;
}
.quote-band blockquote {
  max-width: 830px;
  margin: 0 auto;
  color: var(--green);
  font-family: "Noto Serif", Georgia, serif;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.45;
}

.section-intro { max-width: 670px; margin-bottom: clamp(3rem, 6vw, 5rem); }
.section-intro p:last-child { margin-top: 1rem; color: var(--muted); }
.pillars {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1.6rem, 4vw, 4rem);
}
.pillars article {
  padding-top: 1.6rem;
  border-top: 1px solid var(--line);
}
.pillars span {
  color: var(--terracotta);
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 0.8rem;
}
.pillars h3 { margin: 1rem 0 0.8rem; }
.pillars p { color: var(--muted); font-size: 0.95rem; }

.split-section {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(2rem, 5vw, 5rem);
  padding: clamp(4.5rem, 8vw, 7rem) 5vw;
  background: var(--wash);
  border-block: 1px solid var(--line);
}
.split-section article:first-child { padding-left: max(0px, calc((100vw - 1180px) / 2)); }
.split-section article:last-child {
  padding-right: max(0px, calc((100vw - 1180px) / 2));
  padding-left: clamp(1.5rem, 4vw, 4rem);
  border-left: 1px solid var(--line);
}
.split-section p:not(.eyebrow) { margin-top: 1rem; color: var(--muted); }
.note {
  display: grid;
  gap: 0.2rem;
  margin-top: 2rem;
  padding: 1.2rem;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 8px;
}
.note strong { color: var(--green); }
.note span { color: var(--muted); font-size: 0.9rem; }
.note-alert { background: #fffdfb; }

.donation-cta {
  max-width: 960px;
  margin-block: clamp(2rem, 5vw, 4rem);
  padding: clamp(3rem, 6vw, 5rem);
  text-align: center;
  background: var(--mint-strong);
  border: 1px solid #cfe5db;
  border-radius: 8px;
}
.donation-cta p:not(.eyebrow) {
  max-width: 610px;
  margin: 1.1rem auto 0;
  color: var(--muted);
  font-size: 1.12rem;
}
.centered-actions { justify-content: center; }

.site-footer {
  padding: clamp(3.5rem, 7vw, 6rem) 5vw;
  background: var(--mint);
  border-top: 1px solid #dcebe3;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 0.8fr 1fr;
  gap: clamp(2rem, 6vw, 6rem);
  width: min(1180px, 100%);
  margin: 0 auto;
}
.site-footer h2 { font-size: 1.45rem; }
.site-footer h3 {
  margin-bottom: 0.85rem;
  color: var(--terracotta);
  font-family: "Plus Jakarta Sans", system-ui, sans-serif;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.site-footer p,
.site-footer a {
  display: block;
  max-width: 330px;
  color: var(--muted);
  font-size: 0.9rem;
}
.site-footer a + a { margin-top: 0.35rem; }
.fineprint { margin-top: 1.8rem; font-size: 0.78rem !important; }

.donation-page {
  padding: clamp(3.5rem, 8vw, 6rem) 5vw clamp(5rem, 8vw, 7rem);
  background: #f3fbf7;
}
.donation-head {
  max-width: 720px;
  margin: 0 auto 2.1rem;
  text-align: center;
}
.donation-head p:not(.eyebrow) {
  max-width: 570px;
  margin: 1rem auto 0;
  color: var(--muted);
  font-size: 1.12rem;
}
.pill {
  padding: 0.35rem 0.75rem;
  background: var(--mint-strong);
  border-radius: 999px;
}
.trust-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.8rem;
  max-width: 710px;
  margin: 0 auto 3rem;
  padding: 1rem;
  background: var(--paper);
  border-radius: 8px;
}
.trust-strip span { display: grid; gap: 0.1rem; text-align: center; }
.trust-strip strong { color: var(--green); font-size: 0.9rem; }
.trust-strip small { color: var(--muted); }
.donation-form,
.faq {
  max-width: 720px;
  margin: 0 auto;
  padding: clamp(1.2rem, 4vw, 2rem);
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}
.form-step + .form-step,
.story-box + .form-step { margin-top: 2rem; }
.step-line {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
  color: var(--terracotta);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.step-line span:last-child { color: var(--muted); }
.switcher {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.25rem;
  padding: 0.25rem;
  background: var(--mint-strong);
  border-radius: 8px;
}
.switcher button,
.tier-card,
.payment-card {
  border: 0;
  cursor: pointer;
}
.switcher button {
  min-height: 38px;
  color: var(--muted);
  background: transparent;
  border-radius: 5px;
  font-weight: 700;
}
.switcher .active {
  color: #fff;
  background: var(--green);
}
.tier-list { display: grid; gap: 0.85rem; margin-top: 1.1rem; }
.tier-card {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 0.8rem 1rem;
  align-items: center;
  width: 100%;
  padding: 1.05rem;
  text-align: left;
  background: var(--mint);
  border: 1px solid transparent;
  border-radius: 8px;
}
.tier-card.active {
  background: #edf8f2;
  border-color: var(--green);
  outline: 1px solid var(--green);
}
.radio-mark {
  width: 18px;
  height: 18px;
  border: 5px solid var(--mint-strong);
  border-radius: 50%;
  background: transparent;
}
.tier-card.active .radio-mark { border-color: var(--green); background: #fff; }
.tier-card strong { color: var(--green); font-family: "Noto Serif", Georgia, serif; font-size: 1.25rem; }
.tier-card b {
  margin-left: 0.35rem;
  padding: 0.18rem 0.42rem;
  color: #70371a;
  background: #ffdbcc;
  border-radius: 999px;
  font-family: "Plus Jakarta Sans", system-ui, sans-serif;
  font-size: 0.68rem;
}
.tier-card small {
  grid-column: 2 / 3;
  color: var(--muted);
}
.tier-card em {
  grid-column: 3;
  grid-row: 1 / span 2;
  color: var(--terracotta);
  font-size: 0.78rem;
  font-style: normal;
}
label { display: grid; gap: 0.45rem; margin-top: 1rem; color: var(--muted); font-size: 0.86rem; font-weight: 700; }
input {
  width: 100%;
  min-height: 47px;
  padding: 0.75rem 0.9rem;
  color: var(--ink);
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 4px;
}
input:focus { outline: 2px solid rgba(34, 80, 67, 0.16); border-color: var(--green); }
.summary,
.payment-details {
  margin-top: 1rem;
  padding: 1.1rem;
  background: var(--mint-strong);
  border-radius: 8px;
}
.summary span {
  display: block;
  color: var(--muted);
  font-size: 0.73rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.summary strong {
  display: block;
  margin-top: 0.2rem;
  color: var(--green);
  font-family: "Noto Serif", Georgia, serif;
  font-size: 1.35rem;
  font-weight: 400;
}
.summary p,
.payment-details p { margin-top: 0.6rem; color: var(--muted); font-size: 0.88rem; }
.story-box {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 1rem;
  align-items: center;
  margin-top: 1.5rem;
  padding: 1rem;
  background: var(--mint-strong);
  border-radius: 8px;
}
.story-box img {
  width: 150px;
  height: 118px;
  object-fit: cover;
  border-radius: 6px;
}
.story-box span {
  color: var(--terracotta);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.story-box p {
  color: var(--green);
  font-family: "Noto Serif", Georgia, serif;
  font-size: 1.1rem;
  line-height: 1.35;
}
.story-box small { color: var(--muted); }
.field-grid {
  display: grid;
  grid-template-columns: 1.5fr 0.65fr 1fr;
  gap: 1rem;
}
.field-grid .wide { grid-column: 1 / -1; }
.payment-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.55rem;
}
.payment-card {
  min-height: 70px;
  padding: 0.8rem;
  color: var(--ink);
  background: var(--mint);
  border: 1px solid transparent;
  border-radius: 5px;
  font-weight: 700;
}
.payment-card.active {
  background: var(--mint-strong);
  border-color: var(--green);
  outline: 1px solid var(--green);
}
.consent {
  display: flex;
  align-items: flex-start;
  gap: 0.7rem;
  font-weight: 400;
}
.consent input { width: 18px; min-height: 18px; margin-top: 0.25rem; accent-color: var(--green); }
.submit-button { width: 100%; margin-top: 1.2rem; border: 0; }
.secure-note { margin-top: 0.75rem; color: var(--muted); font-size: 0.8rem; text-align: center; }
.faq {
  margin-top: 3.2rem;
  box-shadow: none;
}
.faq h2 { margin-bottom: 1.4rem; text-align: center; font-size: 1.7rem; }
.faq article {
  padding: 1rem;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 6px;
}
.faq article + article { margin-top: 0.75rem; }
.faq h3 {
  color: var(--ink);
  font-family: "Plus Jakarta Sans", system-ui, sans-serif;
  font-size: 0.96rem;
  font-weight: 700;
}
.faq p { margin-top: 0.4rem; color: var(--muted); font-size: 0.9rem; }
.content-page {
  max-width: 780px;
  margin: 0 auto;
}
.content-page h1 { margin-bottom: 1.4rem; }
.entry-content {
  color: var(--muted);
}
.entry-content > * + * { margin-top: 1rem; }

@media (max-width: 860px) {
  body.admin-bar .site-header { top: 46px; }
  .site-header { min-height: 68px; }
  .nav-toggle {
    display: inline-grid;
    gap: 4px;
    width: 42px;
    height: 42px;
    place-content: center;
    background: transparent;
    border: 1px solid var(--line);
    border-radius: 4px;
  }
  .nav-toggle span:not(.screen-reader-text) {
    width: 20px;
    height: 2px;
    background: var(--green);
  }
  .site-nav {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    display: none;
    padding: 1rem 5vw 1.3rem;
    background: var(--paper);
    border-bottom: 1px solid var(--line);
  }
  .site-nav.is-open { display: grid; }
  .hero,
  .pillars,
  .split-section,
  .footer-grid { grid-template-columns: 1fr; }
  .split-section article:first-child,
  .split-section article:last-child { padding-inline: 0; border-left: 0; }
  .hero { padding-top: 4rem; }
  .hero-image { margin: 0; }
  .trust-strip,
  .payment-grid { grid-template-columns: 1fr 1fr; }
  .field-grid { grid-template-columns: 1fr; }
  .field-grid .wide { grid-column: auto; }
}

@media (max-width: 560px) {
  .section { width: min(100% - 2.5rem, 1180px); }
  .site-header { padding-inline: 1.25rem; }
  .brand span { font-size: 1.05rem; }
  .actions { align-items: stretch; }
  .actions .button { width: 100%; }
  .text-link { justify-content: center; min-height: 44px; }
  .quote-band blockquote { font-size: 1.72rem; }
  .donation-cta { width: calc(100% - 2.5rem); padding: 2rem 1.25rem; }
  .donation-page { padding-inline: 1rem; }
  .trust-strip { grid-template-columns: 1fr; }
  .donation-form, .faq { padding: 1rem; }
  .step-line { display: grid; }
  .switcher { grid-template-columns: 1fr; }
  .tier-card { grid-template-columns: auto 1fr; }
  .tier-card small { grid-column: 2; }
  .tier-card em { grid-column: 2; grid-row: auto; }
  .story-box { grid-template-columns: 1fr; }
  .story-box img { width: 100%; height: 190px; }
  .payment-grid { grid-template-columns: 1fr; }
}
