:root {
  --bg: #faf8f4;
  --bg-tint: #f0ece4;
  --surface: #ffffff;
  --text: #22251f;
  --muted: #5c6157;
  --line: #ddd6c9;
  --green: #2f4a3a;
  --green-dark: #213529;
  --accent: #a4472b;
  --serif: Georgia, "Iowan Old Style", "Palatino Linotype", serif;
  --sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; scroll-padding-top: 5rem; }

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font: 17px/1.65 var(--sans);
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; height: auto; display: block; }

a { color: var(--green); text-underline-offset: 2px; }
a:hover { color: var(--accent); }

h1, h2, h3 { font-family: var(--serif); font-weight: 600; line-height: 1.2; color: var(--green-dark); }
h1 { font-size: clamp(2rem, 4.5vw, 2.9rem); margin: 0 0 1rem; }
h2 { font-size: clamp(1.6rem, 3vw, 2rem); margin: 0 0 1rem; }
h3 { font-size: 1.2rem; margin: 1.75rem 0 .5rem; }

.wrap { max-width: 1100px; margin: 0 auto; padding: 0 1.25rem; }
.narrow > * { max-width: 760px; }
.small { font-size: .875rem; color: var(--muted); }

/* Header */
.site-header {
  position: sticky; top: 0; z-index: 10;
  background: rgba(250, 248, 244, .95);
  backdrop-filter: blur(6px);
  border-bottom: 1px solid var(--line);
}
.header-inner {
  display: flex; align-items: center; justify-content: space-between;
  gap: 1rem; min-height: 4rem; flex-wrap: wrap; padding-top: .5rem; padding-bottom: .5rem;
}
.brand {
  display: flex; align-items: center; gap: .6rem;
  text-decoration: none; color: var(--green-dark);
  font-family: var(--serif); font-weight: 600; line-height: 1.15; font-size: 1rem;
}
.brand-line { display: block; }
.site-header nav { display: flex; flex-wrap: wrap; gap: .25rem 1.25rem; }
.site-header nav a { text-decoration: none; color: var(--text); font-size: .95rem; }
.site-header nav a:hover { color: var(--accent); }

/* Hero */
.hero { padding: 3.5rem 0 3rem; }
.hero-inner { display: grid; grid-template-columns: 1.1fr 1fr; gap: 3rem; align-items: center; }
.eyebrow { text-transform: uppercase; letter-spacing: .08em; font-size: .8rem; color: var(--accent); font-weight: 600; margin: 0 0 .75rem; }
.lede { font-size: 1.1rem; color: var(--muted); margin: 0 0 1.5rem; }
.hero-photo { margin: 0; }
.hero-photo img { border-radius: 6px; box-shadow: 0 10px 30px rgba(33, 53, 41, .15); width: 100%; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .75rem; margin: 0; }

.button {
  display: inline-block; padding: .7rem 1.25rem; border-radius: 4px;
  background: var(--green); color: #fff; text-decoration: none; font-weight: 600; font-size: .95rem;
  border: 1px solid var(--green);
}
.button:hover { background: var(--green-dark); color: #fff; }
.button-quiet { background: transparent; color: var(--green); }
.button-quiet:hover { background: var(--surface); color: var(--green-dark); }

/* Sections */
.section { padding: 4rem 0; }
.section-tint { background: var(--bg-tint); }
.section-intro { color: var(--muted); max-width: 720px; margin: 0 0 2rem; }

.mission {
  font-family: var(--serif); font-size: 1.3rem; line-height: 1.55;
  border-left: 4px solid var(--accent); padding-left: 1.25rem; margin: 0 0 2rem;
}
blockquote { margin: 0; color: var(--muted); font-style: italic; }
blockquote p { margin: 0 0 .25rem; }
blockquote cite { font-style: normal; font-size: .9rem; }
blockquote cite::before { content: "— "; }

.cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.25rem; }
.card { background: var(--surface); border: 1px solid var(--line); border-radius: 6px; padding: 1.5rem; }
.card h3 { margin-top: 0; }
.card p { margin: 0; color: var(--muted); font-size: .97rem; }

/* Gallery */
.gallery { display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: 1.25rem; }
.gallery figure { margin: 0; }
.gallery img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: 4px; }
.gallery figcaption { font-size: .88rem; color: var(--muted); margin-top: .5rem; line-height: 1.45; }

.supporters { columns: 2; column-gap: 2rem; padding-left: 1.2rem; }
.supporters li { break-inside: avoid; margin-bottom: .25rem; }

/* Contact + organization details */
.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: start; }
.two-col h3:first-of-type { margin-top: 0; }
address { font-style: normal; }
.org-card { background: var(--surface); border: 1px solid var(--line); border-top: 4px solid var(--green); border-radius: 6px; padding: 1.75rem; }
.org-card h2 { font-size: 1.5rem; }
.org-card dl { display: grid; grid-template-columns: max-content 1fr; gap: .6rem 1.25rem; margin: 0 0 1.25rem; }
.org-card dt { font-weight: 600; color: var(--muted); font-size: .9rem; }
.org-card dd { margin: 0; }

/* Footer */
.site-footer { background: var(--green-dark); color: #d9e0d9; padding: 2.5rem 0; text-align: center; font-size: .95rem; }
.site-footer p { margin: .25rem 0; }
.site-footer strong { color: #fff; }
.site-footer .small { color: #a9b5aa; margin-top: .75rem; }

@media (max-width: 1000px) {
  .cards { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 800px) {
  .hero { padding: 2rem 0; }
  .hero-inner, .two-col { grid-template-columns: 1fr; gap: 2rem; }
  .section { padding: 3rem 0; }
  .site-header { position: static; }
  .brand-line { display: inline; }
}

@media (max-width: 520px) {
  body { font-size: 16px; }
  .supporters { columns: 1; }
  .cards { grid-template-columns: 1fr; }
  .org-card dl { grid-template-columns: 1fr; gap: .1rem; }
  .org-card dd { margin-bottom: .6rem; }
}
