:root {
  --forest: #5f735f;
  --forest-dark: #405440;
  --sage: #dfe7dc;
  --sage-light: #f3f5ef;
  --cream: #fbf8f0;
  --paper: #fffdf8;
  --peach: #d69b83;
  --ink: #303a31;
  --muted: #677067;
  --border: rgba(80, 102, 80, 0.18);
  --shadow: 0 24px 65px rgba(53, 69, 53, 0.12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "DM Sans", sans-serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.65;
}
img { max-width: 100%; display: block; }
a { color: inherit; }
.container { width: min(1140px, calc(100% - 40px)); margin: 0 auto; }
.skip-link { position: absolute; left: -999px; top: 12px; z-index: 999; background: white; padding: 10px 14px; }
.skip-link:focus { left: 12px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 253, 248, 0.93);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--border);
}
.nav-wrap { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; font-family: "Libre Baskerville", serif; font-size: 1.15rem; color: var(--forest-dark); }
.brand img { width: 54px; height: 54px; border-radius: 50%; object-fit: cover; }
.site-nav { display: flex; align-items: center; gap: 30px; }
.site-nav a { text-decoration: none; font-weight: 600; font-size: 0.96rem; }
.site-nav a:hover { color: var(--forest); }
.nav-cta { padding: 11px 18px; border-radius: 999px; background: var(--forest); color: white !important; }
.menu-button { display: none; border: 0; background: transparent; padding: 8px; }
.menu-button span { width: 25px; height: 2px; background: var(--ink); display: block; margin: 5px 0; }

.hero { position: relative; overflow: hidden; padding: 76px 0 88px; background: radial-gradient(circle at 85% 15%, #e8eee5 0, transparent 32%), linear-gradient(135deg, var(--cream), #f6f8f2); }
.hero-grid { display: grid; grid-template-columns: 1.05fr 0.95fr; align-items: center; gap: 70px; }
.eyebrow { text-transform: uppercase; letter-spacing: 0.16em; font-size: 0.78rem; font-weight: 700; color: var(--peach); margin: 0 0 14px; }
h1, h2, h3 { font-family: "Libre Baskerville", serif; line-height: 1.2; margin-top: 0; }
h1 { font-size: clamp(2.75rem, 5vw, 5.1rem); font-weight: 400; letter-spacing: -0.04em; margin-bottom: 24px; }
h2 { font-size: clamp(2rem, 3.5vw, 3.35rem); font-weight: 400; letter-spacing: -0.025em; margin-bottom: 20px; }
h3 { font-size: 1.35rem; }
.hero-text { max-width: 640px; font-size: 1.15rem; color: var(--muted); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 13px 23px; border-radius: 999px; font-weight: 700; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--forest); color: white; box-shadow: 0 12px 25px rgba(75, 98, 75, .2); }
.button-primary:hover { background: var(--forest-dark); }
.button-secondary { border: 1px solid var(--forest); color: var(--forest-dark); background: rgba(255,255,255,.52); }
.button-light { background: white; color: var(--forest-dark); white-space: nowrap; }
.small-note { font-family: "Libre Baskerville", serif; font-style: italic; color: var(--forest); margin-top: 24px; }
.hero-art { position: relative; }
.image-frame { position: relative; max-width: 540px; margin-left: auto; border-radius: 50% 50% 46% 46%; background: rgba(255,255,255,.65); padding: 24px; box-shadow: var(--shadow); }
.image-frame::before { content: ""; position: absolute; inset: -18px; border: 1px solid rgba(95,115,95,.25); border-radius: 50%; }
.image-frame img { border-radius: 50%; mix-blend-mode: multiply; }
.hero-leaf { position: absolute; width: 240px; height: 240px; border: 1px solid rgba(95,115,95,.16); border-radius: 70% 30% 70% 30%; transform: rotate(25deg); }
.hero-leaf-one { left: -120px; bottom: -120px; }
.hero-leaf-two { right: -140px; top: 90px; transform: rotate(195deg); }

.trust-strip { background: var(--forest); color: white; }
.trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.trust-grid > div { padding: 24px 28px; display: grid; grid-template-columns: 38px 1fr; column-gap: 12px; align-items: center; border-right: 1px solid rgba(255,255,255,.16); }
.trust-grid > div:last-child { border-right: 0; }
.trust-grid span { grid-row: 1 / 3; font-size: 1.6rem; }
.trust-grid strong { font-size: 1rem; }
.trust-grid small { opacity: .76; }

.section { padding: 105px 0; }
.two-column { display: grid; grid-template-columns: 1fr 1fr; gap: 78px; align-items: center; }
.section-image img { border-radius: 26px; box-shadow: var(--shadow); }
.section-copy p { color: var(--muted); font-size: 1.04rem; }
.text-link { display: inline-block; margin-top: 12px; font-weight: 700; color: var(--forest-dark); text-decoration: none; border-bottom: 1px solid rgba(64,84,64,.35); }

.support { background: var(--sage-light); }
.section-heading { max-width: 720px; text-align: center; margin: 0 auto 52px; }
.section-heading > p:last-child { color: var(--muted); }
.card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.support-card { background: rgba(255,255,255,.78); border: 1px solid var(--border); border-radius: 22px; padding: 34px; min-height: 285px; box-shadow: 0 15px 45px rgba(53,69,53,.07); }
.card-icon { width: 56px; height: 56px; display: grid; place-items: center; border-radius: 50%; background: var(--sage); font-size: 1.45rem; margin-bottom: 24px; }
.support-card p { color: var(--muted); }

.volunteer { padding-top: 0; background: var(--sage-light); }
.volunteer-panel { display: flex; align-items: center; justify-content: space-between; gap: 36px; padding: 52px 58px; border-radius: 28px; background: var(--forest-dark); color: white; box-shadow: var(--shadow); }
.volunteer-panel h2 { margin-bottom: 10px; }
.volunteer-panel p:not(.eyebrow) { max-width: 700px; margin: 0; color: rgba(255,255,255,.78); }

.contact { background: var(--cream); }
.contact-grid { display: grid; grid-template-columns: 1fr .7fr; gap: 80px; align-items: center; }
.contact-copy > p:not(.eyebrow) { color: var(--muted); max-width: 600px; }
.contact-person { border-left: 3px solid var(--peach); padding-left: 20px; margin-top: 28px; display: flex; flex-direction: column; gap: 4px; }
.contact-person strong { font-size: 1.15rem; }
.contact-person a { font-size: 1.4rem; font-weight: 700; color: var(--forest-dark); text-decoration: none; }
.contact-card { text-align: center; background: white; border: 1px solid var(--border); border-radius: 28px; padding: 36px; box-shadow: var(--shadow); }
.contact-card img { width: 180px; height: 180px; object-fit: cover; border-radius: 50%; margin: 0 auto 18px; }
.contact-card h3 { margin-bottom: 8px; }
.contact-card > p { color: var(--muted); }
.full-width { width: 100%; margin-top: 14px; }
.availability-note { font-size: .85rem; margin-bottom: 0; }

.site-footer { background: #283429; color: white; padding: 36px 0; }
.footer-wrap { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.footer-wrap p { margin: 4px 0 0; color: rgba(255,255,255,.68); font-size: .92rem; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
.delay-one { transition-delay: .12s; }
.delay-two { transition-delay: .22s; }

@media (max-width: 900px) {
  .menu-button { display: block; }
  .site-nav { display: none; position: absolute; top: 81px; left: 0; right: 0; background: var(--paper); padding: 20px; border-bottom: 1px solid var(--border); flex-direction: column; align-items: stretch; text-align: center; }
  .site-nav.open { display: flex; }
  .hero-grid, .two-column, .contact-grid { grid-template-columns: 1fr; }
  .hero-copy { text-align: center; }
  .hero-text { margin-left: auto; margin-right: auto; }
  .hero-actions { justify-content: center; }
  .image-frame { margin: 0 auto; max-width: 460px; }
  .two-column { gap: 46px; }
  .section-image { order: 2; }
  .card-grid { grid-template-columns: 1fr; }
  .support-card { min-height: 0; }
  .volunteer-panel { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 650px) {
  .container { width: min(100% - 28px, 1140px); }
  .nav-wrap { min-height: 72px; }
  .brand img { width: 45px; height: 45px; }
  .site-nav { top: 71px; }
  .hero { padding: 55px 0 64px; }
  h1 { font-size: 2.55rem; }
  .section { padding: 76px 0; }
  .trust-grid { grid-template-columns: 1fr; padding: 10px 0; }
  .trust-grid > div { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.14); padding: 18px 10px; }
  .trust-grid > div:last-child { border-bottom: 0; }
  .volunteer-panel { padding: 36px 28px; }
  .footer-wrap { flex-direction: column; align-items: flex-start; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
  .button { transition: none; }
}
