:root {
  --green: #46b800;
  --green-dark: #2f7f00;
  --ink: #0b0d0c;
  --soft: #f2f5ef;
  --white: #ffffff;
  --muted: #566057;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: "DM Sans", sans-serif; font-size: 16px; line-height: 1.65; }
a { color: inherit; }
.site-header { min-height: 112px; max-width: 1240px; margin: auto; padding: 14px 40px; display: flex; align-items: center; justify-content: space-between; }
.brand { width: 280px; height: 84px; display: flex; align-items: center; flex-shrink: 0; }
.brand img { display: block; width: 100%; height: 100%; object-fit: contain; object-position: left center; }
nav { display: flex; align-items: center; gap: 30px; }
nav a { text-decoration: none; font-weight: 600; }
.nav-give { padding: 10px 20px; background: var(--ink); color: var(--white); border-radius: 999px; }
.menu-button { display: none; border: 0; background: var(--ink); color: white; border-radius: 999px; padding: 10px 16px; font: inherit; }

.hero { min-height: 690px; display: grid; grid-template-columns: 1.35fr .65fr; overflow: hidden; background: var(--ink); color: var(--white); }
.hero-copy { padding: 110px max(42px, calc((100vw - 1160px)/2)); padding-right: 64px; display: flex; flex-direction: column; justify-content: center; }
.eyebrow, .section-label { margin: 0 0 16px; color: var(--green); font-weight: 800; font-size: .8rem; letter-spacing: .15em; text-transform: uppercase; }
h1, h2, h3 { font-family: "Manrope", sans-serif; line-height: 1.08; margin-top: 0; }
h1 { max-width: 760px; margin-bottom: 26px; font-size: clamp(3.6rem, 7vw, 7rem); letter-spacing: -.065em; }
.hero-text { max-width: 670px; margin: 0 0 34px; color: #d7ddd5; font-size: 1.18rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.button { display: inline-flex; min-height: 52px; padding: 13px 24px; align-items: center; justify-content: center; border-radius: 999px; font-weight: 700; text-decoration: none; transition: transform .2s, background .2s; }
.button:hover, .button:focus-visible { transform: translateY(-2px); }
.button-primary { background: var(--green); color: var(--ink); }
.button-secondary { color: var(--white); border: 1px solid #616661; }
.hero-family { position: relative; display: flex; align-items: stretch; justify-content: center; overflow: hidden; padding: 16px; background: var(--green); color: var(--ink); }
.hero-family img { display: block; width: 100%; height: 100%; min-height: 658px; object-fit: cover; object-position: center 35%; }
.hero-family p { position: absolute; z-index: 1; bottom: 34px; left: 34px; margin: 0; padding: 14px 18px; background: rgba(255,255,255,.92); font-weight: 800; line-height: 1.25; box-shadow: 8px 8px 0 var(--ink); }

.mission, .work, .involved, .contact, .give { padding: 110px max(42px, calc((100vw - 1160px)/2)); }
.mission { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: end; }
h2 { margin-bottom: 18px; font-size: clamp(2.4rem, 4.6vw, 4.8rem); letter-spacing: -.05em; }
.mission > p { max-width: 590px; margin: 0; color: var(--muted); font-size: 1.16rem; }
.work { background: var(--soft); }
.section-heading { max-width: 700px; }
.cards { margin-top: 60px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.cards article { min-height: 320px; padding: 30px; display: flex; flex-direction: column; border-top: 4px solid var(--green); background: var(--white); }
.cards span { color: var(--green-dark); font-weight: 800; }
.cards h3 { margin: auto 0 14px; font-size: 1.55rem; }
.cards p { margin: 0; color: var(--muted); }
.involved { max-width: 1160px; margin: auto; }
.involved h2, .involved > p { max-width: 780px; }
.involved > p { color: var(--muted); font-size: 1.1rem; }
.text-link { display: inline-block; margin-top: 20px; color: var(--green-dark); font-weight: 800; text-underline-offset: 6px; }
.contact { display: grid; grid-template-columns: 1.1fr .9fr; gap: 90px; background: var(--soft); }
.contact h2 { max-width: 720px; }
.contact-copy { align-self: end; }
.contact-copy > p:first-child { margin-top: 0; color: var(--muted); font-size: 1.1rem; }
.contact-label { margin: 34px 0 4px; color: var(--green-dark); font-size: .78rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.contact-copy a { font-family: "Manrope", sans-serif; font-size: clamp(1.15rem, 2vw, 1.65rem); font-weight: 800; text-underline-offset: 7px; overflow-wrap: anywhere; }
.contact-copy address { font-style: normal; font-size: 1.08rem; font-weight: 600; line-height: 1.55; }
.give { display: grid; grid-template-columns: 1.15fr .85fr; gap: 90px; background: var(--green); }
.give .section-label { color: var(--ink); }
.give h2 { max-width: 700px; }
.give-copy { align-self: end; }
.give-copy p { font-size: 1.1rem; }
.button-light { margin-top: 18px; background: var(--ink); color: var(--white); }
.give-copy small { display: block; margin-top: 12px; }
footer { padding: 44px max(42px, calc((100vw - 1160px)/2)); display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 20px; background: var(--ink); color: var(--white); }
footer img { width: 125px; }
footer p { margin: 0; }
.copyright { color: #abb2aa; font-size: .88rem; }

@media (max-width: 820px) {
  .site-header { min-height: 92px; padding: 10px 20px; }
  .brand { width: 215px; height: 70px; }
  .menu-button { display: block; }
  nav { display: none; position: absolute; z-index: 10; top: 88px; left: 16px; right: 16px; padding: 24px; flex-direction: column; align-items: stretch; background: white; box-shadow: 0 16px 40px #0003; }
  nav.open { display: flex; }
  .nav-give { text-align: center; }
  .hero { min-height: auto; grid-template-columns: 1fr; }
  .hero-copy { padding: 80px 24px; }
  .hero-family { min-height: 500px; padding: 12px; }
  .hero-family img { min-height: 476px; object-position: center 30%; }
  .hero-family p { bottom: 20px; left: 20px; font-size: .92rem; }
  .mission, .contact, .give { grid-template-columns: 1fr; gap: 32px; }
  .mission, .work, .involved, .contact, .give { padding: 78px 24px; }
  .cards { grid-template-columns: 1fr; margin-top: 38px; }
  .cards article { min-height: 240px; }
  footer { padding: 42px 24px; grid-template-columns: 1fr; text-align: center; justify-items: center; }
}
