/* Shared from homepage: single header, footer, favicon path support, and animation layer. */

:root{
  --green:#123f1f;
  --green-deep:#164800;
  --green-mid:#2f640e;
  --orange:#ff6408;
  --ink:#0c0f0e;
  --white:#ffffff;
  --header-h:121px;
  --shadow:0 14px 30px rgba(10,32,11,.18);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  min-height:100vh;
  font-family:"Inter","Segoe UI",Arial,sans-serif;
  color:var(--ink);
  background:#fff;
  overflow-x:hidden;
}
a{color:inherit;text-decoration:none}
.site-header{
  height:var(--header-h);
  width:100%;
  display:flex;
  align-items:center;
  gap:30px;
  padding:0 57px 0 28px;
  background:#fff;
  position:relative;
  z-index:80;
  box-shadow:0 1px 0 rgba(0,0,0,.03);
}
.brand{display:flex;align-items:center;flex:0 0 auto;height:100%}
.brand img{
  display:block;
  width:540px;
  max-width:42vw;
  height:auto;
  filter:drop-shadow(0 1px 0 rgba(255,255,255,.35));
}
.main-nav{
  margin-left:auto;
  display:flex;
  align-items:center;
  gap:40px;
  height:100%;
  font-family:"Inter","Segoe UI",Arial,sans-serif;
  font-weight:750;
  font-size:21px;
  letter-spacing:-.45px;
  white-space:nowrap;
}
.main-nav>a:not(.donate-link){height:100%;display:flex;align-items:center;position:relative;transition:color .2s ease}
.main-nav>a:not(.donate-link)::after{
  content:"";position:absolute;left:0;right:0;bottom:29px;height:4px;border-radius:999px;background:transparent;transform:scaleX(.72);transition:background .2s ease,transform .2s ease;
}
.main-nav>a:hover,.main-nav>a.active{color:var(--orange)}
.main-nav>a.active::after,.main-nav>a:not(.donate-link):hover::after{background:var(--orange);transform:scaleX(1)}
.donate-link{
  display:inline-flex;align-items:center;justify-content:center;height:50px;min-width:112px;padding:0 22px;border-radius:12px;color:#fff;
  background:linear-gradient(135deg,#214f0a 0%,#123f00 100%);
  box-shadow:0 8px 16px rgba(19,63,0,.16), inset 0 1px 0 rgba(255,255,255,.16);transition:transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.donate-link:hover{transform:translateY(-1px);box-shadow:0 12px 24px rgba(19,63,0,.23)}
.menu-toggle{display:none;margin-left:auto;width:44px;height:44px;border:0;border-radius:12px;background:#123f00;align-items:center;justify-content:center;flex-direction:column;gap:5px;cursor:pointer}
.menu-toggle span{width:20px;height:2px;background:#fff;border-radius:99px;display:block;transition:transform .2s ease,opacity .2s ease}
body.menu-open .menu-toggle span:nth-child(1){transform:translateY(7px) rotate(45deg)}
body.menu-open .menu-toggle span:nth-child(2){opacity:0}
body.menu-open .menu-toggle span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}
.site-reveal{opacity:0;transform:translateY(24px);transition:opacity .65s ease,transform .65s ease;will-change:opacity,transform}
.site-reveal.is-visible{opacity:1;transform:translateY(0)}
@media (max-width:1280px){
  .site-header{padding-right:30px;gap:20px}
  .brand img{width:430px;max-width:38vw}
  .main-nav{gap:24px;font-size:17px}
  .donate-link{height:46px;min-width:98px}
}
@media (max-width:980px){
  :root{--header-h:82px}
  .site-header{height:var(--header-h);padding:0 18px}
  .brand img{width:310px;max-width:76vw}
  .menu-toggle{display:flex}
  .main-nav{
    position:absolute; z-index:100;left:16px;right:16px;top:calc(100% + 10px);height:auto;display:grid;gap:0;padding:10px;border-radius:18px;background:rgba(255,255,255,.98);
    box-shadow:0 24px 50px rgba(0,0,0,.16);opacity:0;visibility:hidden;transform:translateY(-8px);pointer-events:none;transition:.22s ease;
  }
  body.menu-open .main-nav{opacity:1;visibility:visible;transform:translateY(0);pointer-events:auto}
  .main-nav>a:not(.donate-link){height:auto;padding:14px 16px;border-radius:12px}.main-nav>a:not(.donate-link)::after{display:none}
  .donate-link{height:48px;margin-top:8px;width:100%}
}
@media (max-width:560px){
  .brand img{width:270px}
  .site-header{padding-inline:14px}
  .main-nav{left:10px;right:10px}
}
@media (prefers-reduced-motion: reduce){.site-reveal{opacity:1;transform:none;transition:none}}


/* =========================================================
   INTEGRATED FOOTER: WWCLA jungle green footer from supplied ZIP
   Scoped so header, hero, impact and wildlife sections remain untouched.
========================================================= */
:root {
  --wwca-green-950: #031207;
  --wwca-green-920: #061c0b;
  --wwca-green-900: #08260f;
  --wwca-green-850: #0b3115;
  --wwca-orange: #ff8700;
  --wwca-orange-soft: #ffad2e;
  --wwca-white: #ffffff;
  --wwca-muted: rgba(255, 255, 255, .84);
  --wwca-soft-line: rgba(252, 242, 211, .18);
  --wwca-line: rgba(252, 242, 211, .34);
  --wwca-max: 1280px;
}


.wwca-footer {
  position: relative;
  width: 100%;
  overflow: hidden;
  isolation: isolate;
  color: var(--wwca-white);
  background:
    radial-gradient(circle at 0% 100%, rgba(255, 135, 0, .24), transparent 25%),
    radial-gradient(circle at 96% 96%, rgba(255, 135, 0, .20), transparent 27%),
    radial-gradient(circle at 48% -8%, rgba(61, 129, 50, .32), transparent 37%),
    linear-gradient(135deg, #041107 0%, #071d0b 25%, #0a2d12 53%, #06190a 100%);
  padding: 56px 24px 30px;
}

.wwca-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(255,255,255,.055) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255,255,255,.035) 1px, transparent 1px);
  background-size: 104px 104px;
  opacity: .11;
  mask-image: radial-gradient(circle at 50% 48%, black, transparent 74%);
}

.wwca-footer::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(255,255,255,.055), transparent 16%, transparent 74%, rgba(0,0,0,.28));
}

.wwca-footer__ambient {
  position: absolute;
  width: 420px;
  height: 420px;
  border-radius: 999px;
  bottom: -255px;
  background: rgba(255, 135, 0, .34);
  filter: blur(52px);
  z-index: -1;
  pointer-events: none;
}

.wwca-footer__ambient--left { left: -220px; }
.wwca-footer__ambient--right { right: -230px; opacity: .82; }

.wwca-footer__wrap {
  width: min(100%, var(--wwca-max));
  margin-inline: auto;
}

.wwca-footer__grid {
  display: grid;
  grid-template-columns: 1.12fr .72fr 1.05fr 1.17fr;
  gap: clamp(26px, 3.1vw, 50px);
  align-items: start;
}

.wwca-footer__brand,
.wwca-footer__column {
  min-width: 0;
  position: relative;
}

.wwca-footer__column::before {
  content: "";
  position: absolute;
  left: calc(clamp(26px, 3.1vw, 50px) * -0.5);
  top: 10px;
  width: 1px;
  height: min(100%, 315px);
  background: linear-gradient(180deg, transparent, rgba(252,242,211,.36) 12%, rgba(252,242,211,.36) 88%, transparent);
}

.wwca-footer__brand-link {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  color: inherit;
}

.wwca-footer__emblem {
  width: min(220px, 100%);
  height: auto;
  display: block;
  margin: -14px 0 7px;
  filter: drop-shadow(0 22px 26px rgba(0,0,0,.24));
}

.wwca-footer__brand-title {
  display: block;
  max-width: 100%;
  margin: 0;
  font-size: clamp(1.92rem, 2.15vw, 2.48rem);
  line-height: .92;
  font-weight: 950;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: var(--wwca-white);
  text-shadow: 0 3px 14px rgba(0,0,0,.34);
  white-space: nowrap;
}

.wwca-footer__brand-subtitle {
  display: flex;
  align-items: center;
  gap: 8px;
  max-width: 100%;
  margin-top: 8px;
  font-size: clamp(.58rem, .68vw, .70rem);
  line-height: 1.1;
  font-weight: 900;
  letter-spacing: .065em;
  text-transform: uppercase;
  color: rgba(255,255,255,.95);
  white-space: nowrap;
}

.wwca-footer__brand-subtitle span {
  flex: 0 0 24px;
  width: 24px;
  height: 2px;
  border-radius: 999px;
  background: rgba(255,255,255,.9);
}

.wwca-footer__about {
  margin: 34px 0 0;
  max-width: 360px;
  color: rgba(255,255,255,.88);
  font-size: clamp(.98rem, 1.02vw, 1.08rem);
  line-height: 1.52;
}

.wwca-footer__heading {
  position: relative;
  margin: 8px 0 39px;
  color: var(--wwca-white);
  font-size: clamp(1.38rem, 1.68vw, 1.78rem);
  line-height: 1;
  font-weight: 900;
  letter-spacing: -.03em;
  text-shadow: 0 3px 12px rgba(0,0,0,.28);
}

.wwca-footer__heading::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -18px;
  width: 74px;
  height: 5px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--wwca-orange), var(--wwca-orange-soft));
  box-shadow: 0 8px 18px rgba(255, 135, 0, .23);
}

.wwca-footer__links,
.wwca-footer__contact-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.wwca-footer__links {
  display: grid;
  gap: 25px;
}

.wwca-footer__links a {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  color: rgba(255,255,255,.91);
  font-size: clamp(1rem, 1.05vw, 1.13rem);
  line-height: 1.2;
  text-decoration: none;
  transition: color .22s ease, transform .22s ease;
}

.wwca-footer__programs .wwca-footer__links {
  gap: 28px;
}

.wwca-footer__programs .wwca-footer__links a {
  gap: 19px;
  font-size: clamp(.96rem, .98vw, 1.06rem);
}

.wwca-footer__links a:hover,
.wwca-footer__links a:focus-visible {
  color: var(--wwca-orange-soft);
  transform: translateX(4px);
}

.wwca-footer__links a > span {
  width: 12px;
  height: 12px;
  flex: 0 0 12px;
  border-top: 4px solid var(--wwca-orange);
  border-right: 4px solid var(--wwca-orange);
  border-radius: 2px;
  transform: rotate(45deg);
  filter: drop-shadow(0 3px 8px rgba(255,135,0,.25));
}

.wwca-footer__contact-list {
  display: grid;
  gap: 0;
}

.wwca-footer__contact-list li {
  display: grid;
  grid-template-columns: 31px minmax(0, 1fr);
  align-items: center;
  gap: 16px;
  padding: 10px 0 12px;
  border-bottom: 1px solid var(--wwca-soft-line);
  color: rgba(255,255,255,.9);
  font-size: clamp(.92rem, .96vw, 1.02rem);
  line-height: 1.25;
}

.wwca-footer__contact-list svg {
  width: 29px;
  height: 29px;
  fill: var(--wwca-orange);
  filter: drop-shadow(0 5px 10px rgba(255,135,0,.2));
}

.wwca-footer__contact-list a {
  color: inherit;
  text-decoration: none;
  transition: color .2s ease;
}

.wwca-footer__contact-list a:hover,
.wwca-footer__contact-list a:focus-visible {
  color: var(--wwca-orange-soft);
}

.wwca-footer__socials {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 22px;
}

.wwca-footer__socials a {
  width: 44px;
  height: 44px;
  display: inline-grid;
  place-items: center;
  border-radius: 999px;
  border: 2px solid var(--wwca-orange);
  color: var(--wwca-white);
  background: rgba(255,255,255,.035);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.05), 0 12px 22px rgba(0,0,0,.17);
  text-decoration: none;
  transition: transform .22s ease, color .22s ease, background .22s ease, box-shadow .22s ease;
}

.wwca-footer__socials a:hover,
.wwca-footer__socials a:focus-visible {
  transform: translateY(-3px);
  color: #071a0a;
  background: var(--wwca-orange);
  box-shadow: 0 14px 28px rgba(255,135,0,.24);
}

.wwca-footer__socials svg {
  width: 54%;
  height: 54%;
  fill: currentColor;
}

.wwca-footer__bottom {
  margin-top: 45px;
  padding-top: 24px;
  border-top: 1px solid var(--wwca-line);
  text-align: center;
}

.wwca-footer__bottom p {
  margin: 0;
  color: rgba(255,255,255,.9);
  font-size: clamp(.92rem, 1vw, 1.06rem);
  line-height: 1.42;
}

.wwca-footer__bottom p + p {
  margin-top: 8px;
  color: var(--wwca-orange-soft);
}

@media (max-width: 1180px) {
  .wwca-footer {
    padding-top: 50px;
  }

  .wwca-footer__grid {
    grid-template-columns: 1.08fr .85fr 1.15fr;
    gap: 42px;
  }

  .wwca-footer__contact {
    grid-column: 1 / -1;
    padding-top: 32px;
    border-top: 1px solid var(--wwca-soft-line);
    display: grid;
    grid-template-columns: 260px 1fr auto;
    gap: 24px;
    align-items: start;
  }

  .wwca-footer__contact::before {
    content: none;
  }

  .wwca-footer__contact .wwca-footer__heading {
    margin-bottom: 0;
  }

  .wwca-footer__contact-list {
    margin-top: 0;
  }

  .wwca-footer__socials {
    align-self: end;
    margin-top: 0;
  }
}

@media (max-width: 860px) {
  .wwca-footer {
    padding: 44px 20px 28px;
  }

  .wwca-footer__grid {
    grid-template-columns: 1fr 1fr;
    gap: 40px 34px;
  }

  .wwca-footer__brand {
    grid-column: 1 / -1;
    padding-bottom: 34px;
    border-bottom: 1px solid var(--wwca-soft-line);
  }

  .wwca-footer__column::before {
    content: none;
  }

  .wwca-footer__about {
    max-width: 720px;
    margin-top: 26px;
  }

  .wwca-footer__contact {
    grid-column: 1 / -1;
    grid-template-columns: 1fr;
    padding-top: 0;
    border-top: 0;
    gap: 0;
  }

  .wwca-footer__contact .wwca-footer__heading {
    margin-bottom: 39px;
  }

  .wwca-footer__socials {
    margin-top: 22px;
  }
}

@media (max-width: 560px) {
  .wwca-footer {
    padding-inline: 18px;
  }

  .wwca-footer__grid {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .wwca-footer__emblem {
    width: min(214px, 76vw);
  }

  .wwca-footer__brand-title {
    font-size: clamp(1.82rem, 10vw, 2.55rem);
    letter-spacing: .035em;
  }

  .wwca-footer__brand-subtitle {
    white-space: normal;
    font-size: .67rem;
  }

  .wwca-footer__brand-subtitle span {
    flex-basis: 22px;
    width: 22px;
  }

  .wwca-footer__links {
    gap: 18px;
  }

  .wwca-footer__programs .wwca-footer__links {
    gap: 20px;
  }

  .wwca-footer__contact-list li {
    grid-template-columns: 29px minmax(0, 1fr);
    gap: 13px;
  }

  .wwca-footer__socials a {
    width: 42px;
    height: 42px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .wwca-footer, .wwca-footer *, .wwca-footer *::before, .wwca-footer *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
  }
}



/* === Requested footer fixes: simple jungle green, no orange glow, clean contact, readable mobile bottom === */
.wwca-footer {
  background: #01230D !important;
  background-color: #01230D !important;
  background-image: none !important;
}

.wwca-footer::before,
.wwca-footer::after {
  background: none !important;
  background-image: none !important;
  box-shadow: none !important;
  opacity: 0 !important;
}

.wwca-footer__bottom {
  text-align: center;
}

.wwca-footer__bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.copyright-line,
.tagline-line {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 0;
  line-height: 1.45;
  white-space: normal;
}

@media (max-width: 640px) {
  .wwca-footer__bottom {
    padding-left: 18px !important;
    padding-right: 18px !important;
  }

  .wwca-footer__bottom {
    gap: 7px !important;
  }

  .copyright-line,
  .tagline-line {
    font-size: 14px !important;
    line-height: 1.45 !important;
    text-align: center !important;
  }
}


/* === FINAL CLIENT FIXES: jungle green only, no orange background glow, no extra contact org item, mobile bottom 2 rows === */
.wwca-footer {
  background: #01230D !important;
  background-color: #01230D !important;
  background-image: none !important;
}

.wwca-footer__ambient {
  display: none !important;
}

.wwca-footer::before,
.wwca-footer::after {
  content: none !important;
  display: none !important;
}

.wwca-footer__contact-list li:empty {
  display: none !important;
}

.wwca-footer__bottom {
  text-align: center !important;
}

.wwca-footer__bottom p {
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
}

.wwca-footer__bottom p + p {
  margin-top: 8px !important;
}

.copyright-line,
.tagline-line {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 auto !important;
  text-align: center !important;
  line-height: 1.35 !important;
}

@media (max-width: 640px) {
  .wwca-footer__bottom {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .wwca-footer__bottom p + p {
    margin-top: 6px !important;
  }

  .copyright-line,
  .tagline-line {
    white-space: nowrap !important;
    overflow: visible !important;
    text-wrap: nowrap !important;
    letter-spacing: -0.035em !important;
    line-height: 1.35 !important;
  }

  .copyright-line {
    font-size: clamp(8.2px, 2.25vw, 12px) !important;
  }

  .tagline-line {
    font-size: clamp(10px, 2.7vw, 13px) !important;
  }
}



/* === Final jungle green background fix ===
   Matched to the user's reference strip.
   Simple jungle green only: no orange glow, no warm tint.
*/
.wwca-footer {
  background: #01230D !important;
  background-color: #01230D !important;
  background-image: none !important;
}

.wwca-footer::before,
.wwca-footer::after {
  background: none !important;
  background-image: none !important;
  box-shadow: none !important;
  opacity: 0 !important;
}


/* === Integrated footer fit fixes: scoped, uniform font, responsive safety === */
.wwca-footer,
.wwca-footer * {
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
}

.wwca-footer a:focus-visible {
  outline: 3px solid rgba(255, 135, 0, .75);
  outline-offset: 4px;
}

@media (max-width: 760px) {
  .wwca-footer__brand-link,
  .wwca-footer__brand,
  .wwca-footer__column,
  .wwca-footer__contact {
    width: 100%;
  }

  .wwca-footer__brand-title {
    white-space: normal;
    max-width: 100%;
  }

  .wwca-footer__contact-list li {
    align-items: start;
  }
}


/* === EXACT REFERENCE FOOTER JUNGLE GREEN ===
   Sampled from the provided footer image: #01230D.
   Layout, spacing, typography and content remain unchanged.
*/
.wwca-footer {
  background: #01230D !important;
  background-color: #01230D !important;
  background-image: none !important;
}

.wwca-footer::before,
.wwca-footer::after {
  content: none !important;
  display: none !important;
  background: none !important;
  background-image: none !important;
  box-shadow: none !important;
  opacity: 0 !important;
}

.wwca-footer__ambient {
  display: none !important;
}


/* Six-link navigation fit: keeps the same homepage header/footer design usable across the full website. */
@media (min-width:981px){
  .site-header{height:92px;padding:0 34px 0 24px;gap:22px;}
  .brand img{width:460px;max-width:34vw;}
  .main-nav{gap:24px;font-size:18px;line-height:1;}
  .main-nav>a:not(.donate-link)::after{bottom:17px;height:4px;}
}
@media (min-width:981px) and (max-width:1180px){
  .site-header{padding-inline:18px;gap:16px;}
  .brand img{width:370px;max-width:32vw;}
  .main-nav{gap:16px;font-size:15.5px;letter-spacing:-.35px;}
}
