:root {
  --vef-ink: #123028;
  --vef-muted: #5a7268;
  --vef-paper: #f4faf7;
  --vef-card: #ffffff;
  --vef-line: #d3e5db;
  --vef-terra: #2b7de1;
  --vef-terra-d: #1c63c0;
  --vef-forest: #157a4b;
  --vef-forest-d: #0c5c37;
  --vef-radius: 14px;
  --vef-shadow: 0 18px 40px rgba(12, 52, 38, 0.08);
}

html { scroll-behavior: smooth; }
body {
  font-family: "Source Sans 3", "Overpass", sans-serif !important;
  color: var(--vef-ink);
  background: var(--vef-paper);
  font-size: 17px;
  line-height: 1.65;
}

h1, h2, h3, h4, h5, .navbar-brand, .heading-section h2, .ftco-heading-2 {
  font-family: Fraunces, Georgia, serif !important;
  letter-spacing: -0.02em;
  font-weight: 600;
}

.heading-section h2::after {
  content: "";
  display: block;
  width: 48px;
  height: 3px;
  margin: 14px auto 0;
  background: var(--vef-forest);
  border-radius: 99px;
}
.heading-section p {
  color: var(--vef-muted);
  font-size: 1.05rem;
}

.skip-link {
  position: absolute;
  left: 1rem;
  top: 1rem;
  z-index: 100;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
  background: #fff;
  color: var(--vef-ink);
}
.skip-link:focus {
  width: auto;
  height: auto;
  padding: .5rem .8rem;
  overflow: visible;
  clip: auto;
  clip-path: none;
  border-radius: 8px;
}

.site-header {
  position: absolute;
  top: 0; left: 0; right: 0;
  z-index: 40;
  padding: 1rem 1.25rem 0;
}
body.nav-open .site-header { z-index: 60; }
.site-header-inner {
  position: relative;
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: .55rem .7rem .55rem 1rem;
}
.site-header-glass {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  border-radius: 999px;
  background: rgba(12, 92, 55, .34);
  border: 1px solid rgba(255,255,255,.14);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}
.site-brand,
.site-nav,
.nav-toggle {
  position: relative;
  z-index: 1;
}
.site-brand {
  display: inline-flex;
  align-items: center;
  gap: .65rem;
  color: #fff !important;
  font-family: Fraunces, Georgia, serif !important;
  font-size: 1.15rem;
  font-weight: 600;
  text-transform: none !important;
  letter-spacing: -.01em;
  white-space: nowrap;
}
.site-logo {
  height: 36px;
  width: auto;
  max-width: 140px;
  object-fit: contain;
}
.site-nav {
  margin-left: auto;
}
.site-nav ul {
  display: flex;
  align-items: center;
  gap: .15rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-nav a {
  display: inline-flex;
  align-items: center;
  color: rgba(255,255,255,.88) !important;
  font-weight: 600;
  font-size: .92rem;
  padding: .45rem .7rem;
  border-radius: 999px;
  text-decoration: none !important;
}
.site-nav a:hover { color: #fff !important; background: rgba(255,255,255,.1); }
.site-nav li.active a {
  color: #fff !important;
  background: rgba(255,255,255,.16);
}
.site-nav .nav-cta a {
  background: var(--vef-terra) !important;
  color: #fff !important;
  margin-left: .35rem;
  padding: .5rem 1rem;
}
.site-nav .nav-cta a:hover { background: var(--vef-terra-d) !important; }
.nav-toggle, .nav-drawer-label { display: none; }

.site-header.is-stuck {
  position: fixed;
  padding-top: .65rem;
}
.site-header.is-stuck .site-header-glass {
  background: rgba(255, 255, 255, .94);
  border-color: var(--vef-line);
  box-shadow: 0 10px 30px rgba(12, 52, 38, .08);
}
.site-header.is-stuck .site-brand,
.site-header.is-stuck .site-nav a { color: var(--vef-ink) !important; }
.site-header.is-stuck .site-nav a:hover { background: #e8f4ee; }
.site-header.is-stuck .site-nav li.active a {
  color: var(--vef-forest) !important;
  background: #e3f3ea;
}
.site-header.is-stuck .site-nav .nav-cta a,
.site-header.is-stuck .site-nav .nav-cta a:hover {
  color: #fff !important;
  background: var(--vef-terra) !important;
}

.site-nav a:focus-visible,
.nav-toggle:focus-visible {
  outline: 2px solid var(--vef-terra);
  outline-offset: 2px;
}

.nav-toggle {
  width: 46px;
  height: 46px;
  border: 0;
  border-radius: 50%;
  background: rgba(255,255,255,.14);
  color: #fff;
  cursor: pointer;
  padding: 0;
  position: relative;
  z-index: 70;
  flex-shrink: 0;
  appearance: none;
  -webkit-appearance: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.nav-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 0;
  background: currentColor;
  border-radius: 2px;
  transition: transform .2s ease, opacity .2s ease;
}
.site-header.is-stuck .nav-toggle {
  background: #e3f3ea;
  color: var(--vef-ink);
}
body.nav-open .nav-toggle span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
body.nav-open .nav-toggle span:nth-child(2) { opacity: 0; }
body.nav-open .nav-toggle span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.nav-scrim {
  display: none;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .site-nav a {
    font-size: .82rem;
    padding: .4rem .5rem;
  }
  .site-brand { font-size: 1.02rem; }
}

@media (max-width: 991.98px) {
  .site-header {
    padding: .75rem .85rem 0;
  }
  .site-header-inner {
    padding: .45rem .5rem .45rem .9rem;
  }
  .site-header-glass {
    border-radius: 18px;
    background: rgba(12, 92, 55, .9);
    border-color: rgba(255,255,255,.12);
  }
  .nav-toggle {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #fff;
    color: var(--vef-forest-d);
  }
  .site-nav {
    position: fixed;
    top: 0; right: 0; bottom: 0;
    width: min(22rem, 88vw);
    margin: 0;
    background: #fff;
    z-index: 55;
    padding: 5.5rem 1.4rem 2rem;
    transform: translateX(110%);
    transition: transform .28s ease;
    box-shadow: -18px 0 50px rgba(12, 52, 38, .16);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  .nav-drawer-label {
    display: block;
    margin: 0 0 .75rem;
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: var(--vef-muted);
  }
  body.nav-open .site-nav { transform: none; }
  .site-nav ul {
    flex-direction: column;
    align-items: stretch;
    gap: .25rem;
  }
  .site-nav a {
    color: var(--vef-ink) !important;
    font-size: 1.2rem;
    padding: .85rem 1rem;
    border-radius: 14px;
  }
  .site-nav li.active a {
    background: #e3f3ea;
    color: var(--vef-forest) !important;
  }
  .site-nav .nav-cta {
    margin-top: 1rem;
  }
  .site-nav .nav-cta a {
    justify-content: center;
    margin-left: 0;
    background: var(--vef-terra) !important;
    color: #fff !important;
  }
  .site-header.is-stuck .site-nav a { color: var(--vef-ink) !important; }
  .nav-scrim {
    display: block;
    position: fixed;
    inset: 0;
    background: rgba(12, 92, 55, .45);
    z-index: 50;
    opacity: 0;
    pointer-events: none;
    transition: opacity .2s ease;
  }
  body.nav-open .nav-scrim {
    opacity: 1;
    pointer-events: auto;
  }
  body.nav-open { overflow: hidden; }
}

@media (prefers-reduced-motion: reduce) {
  .site-nav, .nav-toggle span, .nav-scrim { transition: none; }
}

/* Hero */
.hero-wrap {
  position: relative;
  overflow: hidden;
  background: #0c5c37;
  height: 38vh !important;
  min-height: 240px !important;
  max-height: 320px !important;
}
.hero-wrap.hero-home {
  height: 56vh !important;
  min-height: 400px !important;
  max-height: 520px !important;
}
.hero-fill {
  position: absolute;
  inset: 0;
  background-image: var(--hero-image);
  background-size: cover;
  background-position: var(--hero-focus, center 14%);
  z-index: 0;
}
.hero-media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: var(--hero-focus, center 14%);
  z-index: 1;
  pointer-events: none;
}
.hero-wrap > .container {
  position: relative;
  z-index: 3;
  height: 100%;
}
.hero-wrap .slider-text {
  height: 100% !important;
  min-height: 0 !important;
  padding-top: 5.25rem;
  padding-bottom: 1.25rem;
}
.hero-wrap.hero-home .slider-text {
  padding-bottom: 3.25rem;
}
.hero-wrap.hero-home .slider-text h1 {
  font-size: clamp(2rem, 4.2vw, 3.15rem) !important;
}
.hero-wrap.hero-page .slider-text h1 {
  font-size: clamp(1.7rem, 3.4vw, 2.4rem) !important;
}
@media (max-width: 767.98px) {
  .hero-wrap {
    height: 34vh !important;
    min-height: 230px !important;
    max-height: 280px !important;
  }
  .hero-wrap.hero-home {
    height: 50vh !important;
    min-height: 360px !important;
    max-height: 440px !important;
  }
  .hero-wrap .slider-text {
    padding-top: 4.75rem;
  }
}
.hero-wrap .overlay {
  z-index: 2;
  background: linear-gradient(180deg, rgba(12, 92, 55, .42) 0%, rgba(18, 48, 72, .58) 100%) !important;
  opacity: 1 !important;
}
.hero-wrap h1, .hero-wrap .bread {
  font-family: Fraunces, serif !important;
  font-weight: 600;
  text-shadow: 0 8px 30px rgba(0,0,0,.25);
}
.hero-kicker {
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: rgba(255,255,255,.82);
  margin-bottom: .65rem;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .7rem;
  justify-content: center;
  margin: 0;
}
.btn-hero-primary,
.btn.btn-hero-primary {
  background: var(--vef-terra) !important;
  color: #fff !important;
  box-shadow: 0 12px 28px rgba(18, 48, 72, .28) !important;
}
.btn-hero-primary:hover,
.btn.btn-hero-primary:hover {
  background: var(--vef-terra-d) !important;
  color: #fff !important;
}

.ftco-intro {
  margin-top: -36px;
  position: relative;
  z-index: 3;
}
@media (max-width: 767.98px) {
  .ftco-intro { margin-top: -20px; }
}

/* Buttons */
.btn {
  border-radius: 999px !important;
  font-weight: 650 !important;
  letter-spacing: .01em;
  padding: .85rem 1.4rem !important;
  border: 0 !important;
  box-shadow: none !important;
  transition: transform .15s ease, background .15s ease;
}
.btn:hover { transform: translateY(-1px); }
.btn-primary,
.btn.btn-primary {
  background: var(--vef-forest) !important;
  color: #fff !important;
  border-color: var(--vef-forest) !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn.btn-primary:hover,
.btn.btn-primary:focus,
.btn.btn-primary:active {
  background: var(--vef-forest-d) !important;
  color: #fff !important;
  border-color: var(--vef-forest-d) !important;
}
.btn-white, .btn-outline-white {
  border-radius: 999px !important;
}
.bg-primary, .progress-bar.bg-primary { background-color: var(--vef-terra) !important; }

.ftco-intro .block-18.color-1 { background: var(--vef-forest) !important; }
.ftco-intro .block-18.color-2 { background: #1e8d58 !important; }
.ftco-intro .block-18.color-3 { background: var(--vef-terra) !important; }
.ftco-intro .block-18,
.ftco-intro .block-18 .text,
.ftco-intro .block-18 .text strong,
.ftco-intro .block-18 .text span,
.ftco-intro .block-18 .text h3,
.ftco-intro .block-18 .text p {
  color: #fff !important;
}
.ftco-intro .block-18 .btn {
  background: #fff !important;
  color: var(--vef-forest-d) !important;
}
.services .icon span { color: var(--vef-forest) !important; }

/* Cards */
.cause-entry, .blog-entry, .staff {
  height: 100%;
  border-radius: var(--vef-radius);
  overflow: hidden;
  box-shadow: var(--vef-shadow);
  background: var(--vef-card);
  border: 1px solid var(--vef-line);
}
.cause-entry .text, .blog-entry .text { background: var(--vef-card); }
.services {
  background: var(--vef-card);
  border-radius: var(--vef-radius);
  box-shadow: var(--vef-shadow);
  border: 1px solid var(--vef-line);
  width: 100%;
}
.ftco-section { position: relative; }
.ftco-section.bg-light { background: #eaf6ef !important; }

/* Forms — public */
.site-notice {
  position: relative;
  z-index: 4;
  margin-top: -1.35rem;
  margin-bottom: .25rem;
}
.site-notice .alert {
  margin: 0;
  box-shadow: var(--vef-shadow);
}
.vef-panel {
  background: var(--vef-card);
  border: 1px solid var(--vef-line);
  border-radius: 22px;
  box-shadow: var(--vef-shadow);
  padding: 1.85rem 1.7rem 1.55rem;
}
.vef-panel > h3,
.vef-panel > h4 {
  font-family: Fraunces, Georgia, serif;
  font-size: 1.7rem;
  margin-bottom: .35rem;
  color: var(--vef-ink);
}
.vef-lede {
  color: var(--vef-muted);
  margin-bottom: 1.35rem;
}
.vef-form {
  display: grid;
  gap: 1rem;
}
.vef-form .field,
form .field {
  margin-bottom: 0;
  min-width: 0;
}
.vef-form .field-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
.vef-form label:not(.check),
form .field > label {
  display: block;
  font-size: .92rem;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: none;
  color: var(--vef-ink);
  margin-bottom: .4rem;
}
.vef-form .opt {
  font-weight: 500;
  color: var(--vef-muted);
  font-size: .8rem;
  margin-left: .2rem;
}
.form-control,
.vef-form input[type="text"],
.vef-form input[type="email"],
.vef-form input[type="url"],
.vef-form input[type="number"],
.vef-form input[type="tel"],
.vef-form select,
.vef-form textarea,
form .field input,
form .field select,
form .field textarea {
  height: auto !important;
  min-height: 52px;
  width: 100%;
  border-radius: 14px !important;
  border: 1px solid #cfe0d6 !important;
  background: #f7fbf8 !important;
  color: var(--vef-ink) !important;
  font-size: 16px !important;
  padding: .85rem 1rem !important;
  box-shadow: none !important;
  transition: border-color .15s ease, box-shadow .15s ease, background .15s ease;
}
.form-control::placeholder,
.vef-form input::placeholder,
.vef-form textarea::placeholder {
  color: #8aa196 !important;
}
textarea.form-control,
.vef-form textarea,
form .field textarea {
  min-height: 120px !important;
  resize: vertical;
}
.form-control:focus,
.vef-form input:focus,
.vef-form select:focus,
.vef-form textarea:focus,
form .field input:focus,
form .field select:focus,
form .field textarea:focus {
  outline: none;
  background: #fff !important;
  border-color: var(--vef-forest) !important;
  box-shadow: 0 0 0 4px rgba(21, 122, 75, .16) !important;
}
.vef-form select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%2315704a' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: right 1rem center !important;
  padding-right: 2.4rem !important;
}

.amount-picks {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
  margin-bottom: .65rem;
}
.amount-chip {
  appearance: none;
  border: 1px solid var(--vef-line);
  background: #fff;
  color: var(--vef-ink);
  border-radius: 999px;
  min-height: 40px;
  padding: .35rem .95rem;
  font-weight: 700;
  font-size: .92rem;
  font-family: inherit;
  cursor: pointer;
  transition: background .15s ease, border-color .15s ease, color .15s ease;
}
.amount-chip:hover {
  border-color: var(--vef-forest);
  color: var(--vef-forest);
}
.amount-chip.is-active {
  background: var(--vef-forest);
  border-color: var(--vef-forest);
  color: #fff;
}
.amount-field {
  display: flex;
  align-items: stretch;
}
.amount-field .amount-prefix {
  position: static;
  left: auto;
  top: auto;
  transform: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 3rem;
  padding: 0 .9rem;
  background: #e4f3ea;
  color: var(--vef-forest);
  border: 1px solid #cfe0d6;
  border-right: 0;
  border-radius: 14px 0 0 14px;
  font-weight: 700;
  pointer-events: none;
}
.amount-field .form-control,
.vef-form .amount-field input {
  border-radius: 0 14px 14px 0 !important;
  padding-left: 1rem !important;
}
.amount-field:focus-within .amount-prefix {
  border-color: var(--vef-forest);
}

label.check {
  display: flex;
  align-items: flex-start;
  gap: .65rem;
  font-weight: 500;
  color: var(--vef-ink);
  cursor: pointer;
  text-transform: none;
  letter-spacing: 0;
  font-size: 15px !important;
  margin: 0;
}
label.check input {
  width: 1.15rem;
  height: 1.15rem;
  margin-top: .15rem;
  accent-color: var(--vef-forest);
  flex: 0 0 auto;
}

.vef-form .form-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: .85rem 1.1rem;
  margin-top: .15rem;
  padding-top: 1.1rem;
  border-top: 1px solid var(--vef-line);
}
.vef-form .form-actions-stack {
  flex-direction: column;
  align-items: stretch;
}
.vef-form .form-hint {
  margin: 0;
  color: var(--vef-muted);
  font-size: .9rem;
  flex: 1 1 10rem;
}
.vef-form .btn-submit,
.vef-form button[type="submit"] {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: .55rem;
  min-height: 54px;
  padding: .9rem 1.45rem !important;
  border-radius: 16px !important;
  font-size: 1.02rem !important;
  font-weight: 700 !important;
  background: var(--vef-forest) !important;
  color: #fff !important;
  box-shadow: 0 12px 28px rgba(12, 92, 55, .22) !important;
  width: auto;
  margin-left: auto;
}
.vef-form .form-actions-stack .btn-submit,
.vef-form .form-actions-stack button[type="submit"] {
  width: 100%;
  margin-left: 0;
}
.vef-form .btn-submit:hover,
.vef-form button[type="submit"]:hover,
.vef-form button[type="submit"]:focus {
  background: var(--vef-forest-d) !important;
  color: #fff !important;
  transform: translateY(-1px);
}

@media (max-width: 575.98px) {
  .vef-form .field-row { grid-template-columns: 1fr; }
  .vef-form .form-actions {
    flex-direction: column;
    align-items: stretch;
  }
  .vef-form .btn-submit,
  .vef-form button[type="submit"] {
    width: 100%;
    margin-left: 0;
  }
}

.ftco-section-3 .overlay {
  background: linear-gradient(100deg, rgba(8, 40, 30, .55), rgba(10, 32, 48, .78)) !important;
  opacity: 1 !important;
}
.volunteer {
  position: relative;
  z-index: 1;
  background: rgba(8, 32, 26, .78);
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 22px;
  padding: 1.75rem 1.5rem 1.35rem;
  box-shadow: 0 24px 50px rgba(8, 24, 18, .28);
}
.volunteer-kicker { color: #9ad4b8 !important; }
.volunteer h3 {
  font-family: Fraunces, serif !important;
  font-size: 2rem;
  color: #fff !important;
}
.volunteer-lede {
  color: rgba(255,255,255,.78);
  margin-bottom: 1.2rem;
}
.volunter-form .field > label { color: #fff !important; }
.volunter-form .opt { color: rgba(255,255,255,.62) !important; }
.volunter-form .form-control,
.volunter-form input,
.volunter-form textarea {
  background: #fff !important;
  color: var(--vef-ink) !important;
  border: 1px solid transparent !important;
}
.volunter-form .form-control::placeholder { color: var(--vef-muted) !important; }
.volunter-form textarea.form-control { min-height: 96px !important; }
.volunter-form .form-actions {
  border-top-color: rgba(255,255,255,.14);
}
.volunter-form .form-hint { color: rgba(255,255,255,.7); }
.volunter-form .btn-submit,
.volunter-form button[type="submit"] {
  background: var(--vef-terra) !important;
  box-shadow: 0 12px 28px rgba(28, 99, 192, .28) !important;
  width: 100%;
  margin-left: 0;
}
.volunter-form .btn-submit:hover,
.volunter-form button[type="submit"]:hover {
  background: var(--vef-terra-d) !important;
}

/* Contact info */
.contact-info p { color: var(--vef-muted); }
.contact-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  margin-bottom: 2rem;
}
.contact-cards article {
  background: var(--vef-card);
  border-radius: var(--vef-radius);
  padding: 1.1rem 1rem;
  box-shadow: var(--vef-shadow);
  border: 1px solid var(--vef-line);
}
.contact-cards span {
  display: block;
  font-size: .72rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--vef-terra);
  font-weight: 700;
  margin-bottom: .35rem;
}
@media (max-width: 767.98px) {
  .contact-cards { grid-template-columns: 1fr 1fr; }
}

.alert {
  border: 0;
  border-radius: 12px;
  padding: .9rem 1.1rem;
  margin-top: 1rem;
}
.alert-success { background: #e7f6ee; color: #166534; }
.alert-danger { background: #fdecea; color: #9b1c1c; }

.about-extra-gallery .img {
  height: 240px;
  background-size: cover;
  background-position: center;
  margin-bottom: 20px;
  display: block;
  border-radius: var(--vef-radius);
}

.ftco-footer { background-color: #0c3d30; }
.custom-progress-success { height: 8px; border-radius: 99px; background: #dceee4; overflow: hidden; }
.progress-bar { border-radius: 99px; }

.share-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .5rem;
  margin: 1.6rem 0 1.2rem;
  padding: 1rem 1.1rem;
  background: var(--vef-card);
  border: 1px solid var(--vef-line);
  border-radius: var(--vef-radius);
}
.share-label {
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--vef-muted);
  margin-right: .35rem;
}
.share-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 999px;
  padding: .42rem .85rem;
  font-size: .82rem;
  font-weight: 700;
  color: #fff !important;
  cursor: pointer;
  text-decoration: none !important;
  font-family: inherit;
}
.share-fb { background: #1877f2; }
.share-x { background: #111; }
.share-in { background: #0a66c2; }
.share-wa { background: #128c7e; }
.share-mail { background: var(--vef-forest); }
.share-copy { background: var(--vef-terra); }
.share-btn:hover { opacity: .9; color: #fff !important; }

.org-kicker {
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--vef-terra);
  margin-bottom: .4rem;
}
.org-facts {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  margin-top: 2.5rem;
}
.org-fact {
  background: var(--vef-card);
  border: 1px solid var(--vef-line);
  border-radius: var(--vef-radius);
  padding: 1.1rem 1.15rem;
}
.org-fact span {
  display: block;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--vef-muted);
  margin-bottom: .35rem;
}
.org-fact strong {
  font-family: Fraunces, Georgia, serif;
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--vef-forest);
}
.org-quote {
  font-family: Fraunces, Georgia, serif;
  font-size: clamp(1.35rem, 2.4vw, 1.85rem);
  line-height: 1.35;
  color: var(--vef-forest);
  max-width: 38rem;
  margin: 0 auto;
}
.org-card {
  height: 100%;
  background: var(--vef-card);
  border: 1px solid var(--vef-line);
  border-radius: var(--vef-radius);
  padding: 1.35rem 1.3rem 1.2rem;
  box-shadow: var(--vef-shadow);
}
.org-card h3, .org-axis h3, .org-sub {
  font-family: Fraunces, Georgia, serif;
  font-size: 1.15rem;
  margin-bottom: .55rem;
  color: var(--vef-forest);
}
.org-card p { margin: 0; color: var(--vef-muted); }
.org-axes { display: grid; gap: 1.1rem; }
.org-axis {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem 1.25rem;
  background: var(--vef-card);
  border: 1px solid var(--vef-line);
  border-radius: var(--vef-radius);
  padding: 1.25rem 1.3rem;
}
.org-num {
  font-family: Fraunces, Georgia, serif;
  font-size: 1.35rem;
  color: var(--vef-terra);
  line-height: 1;
}
.org-axis ul, .org-list {
  margin: 0;
  padding-left: 1.1rem;
  color: var(--vef-ink);
}
.org-axis li, .org-list li { margin-bottom: .35rem; }
.org-chips { display: flex; flex-wrap: wrap; gap: .5rem; margin-top: 1rem; }
.org-chips span {
  display: inline-block;
  background: #e3f3ea;
  color: var(--vef-forest);
  font-weight: 600;
  font-size: .88rem;
  padding: .45rem .8rem;
  border-radius: 999px;
}
.statute-wrap .statute {
  background: var(--vef-card);
  border: 1px solid var(--vef-line);
  border-radius: var(--vef-radius);
  padding: 1.3rem 1.4rem 1.1rem;
  margin-bottom: 1rem;
}
.statute-wrap .statute h2 {
  font-family: Fraunces, Georgia, serif;
  font-size: 1.25rem;
  margin-bottom: .7rem;
}
@media (max-width: 767.98px) {
  .org-facts { grid-template-columns: 1fr 1fr; }
  .org-axis { grid-template-columns: 1fr; }
}

/* ——— Public site: kill leftover Colorlib orange and unify surfaces ——— */
a { color: var(--vef-forest); }
a:hover, a:focus { color: var(--vef-forest-d); }
.text-primary { color: var(--vef-forest) !important; }
.bg-primary { background: var(--vef-terra) !important; }

.ftco-section:not(.ftco-footer) {
  padding: 4.25rem 0 !important;
}
@media (max-width: 767.98px) {
  .ftco-section:not(.ftco-footer) { padding: 3.25rem 0 !important; }
}

.ftco-section:not(.ftco-footer) a:not(.btn):not(.gallery):not(.img):not(.block-20) {
  color: var(--vef-forest);
}
.ftco-section:not(.ftco-footer) a:not(.btn):not(.gallery):not(.img):not(.block-20):hover {
  color: var(--vef-forest-d);
}

.heading-section h2 {
  color: var(--vef-ink);
  font-size: clamp(1.7rem, 2.6vw, 2.25rem) !important;
}

.btn.btn-white {
  background: #fff !important;
  color: var(--vef-forest-d) !important;
  border: 0 !important;
}
.btn.btn-white:hover,
.btn.btn-white:focus {
  background: #e3f3ea !important;
  color: var(--vef-forest-d) !important;
}
.btn.btn-white.btn-outline-white,
.slider-text .btn-outline-white {
  background: transparent !important;
  color: #fff !important;
  border: 1px solid rgba(255,255,255,.7) !important;
}
.btn.btn-white.btn-outline-white:hover,
.slider-text .btn-outline-white:hover,
.slider-text .btn-outline-white:hover span {
  background: #fff !important;
  color: var(--vef-forest-d) !important;
  border-color: #fff !important;
}

.services {
  padding: 1.35rem 1.2rem !important;
  align-items: flex-start !important;
}
.services .icon {
  width: 3.2rem;
  height: 3.2rem;
  flex: 0 0 3.2rem;
  display: flex !important;
  align-items: center;
  justify-content: center;
  background: #e3f3ea;
  margin-bottom: 0 !important;
}
.services .icon span {
  font-size: 1.45rem !important;
  color: var(--vef-forest) !important;
  line-height: 1;
}
.services h3.heading {
  font-family: Fraunces, Georgia, serif !important;
  font-size: 1.15rem;
  color: var(--vef-ink);
  margin-bottom: .4rem;
}
.services p { color: var(--vef-muted); margin-bottom: 0; }

.cause-entry .img {
  height: 200px !important;
  background-size: cover;
  background-position: center;
}
.cause-entry .text,
.blog-entry .text {
  width: 100% !important;
  margin: 0 !important;
}
@media (min-width: 768px) {
  .cause-entry .text,
  .blog-entry .text {
    margin-top: 0 !important;
    width: 100% !important;
  }
}
.cause-entry .text h3,
.blog-entry .text .heading {
  font-size: 1.15rem !important;
  font-family: Fraunces, Georgia, serif !important;
}
.cause-entry .text h3 a,
.blog-entry .text .heading a {
  color: var(--vef-ink) !important;
}
.cause-entry .text h3 a:hover,
.blog-entry .text .heading a:hover {
  color: var(--vef-forest) !important;
}
.cause-entry .text p,
.blog-entry .text p { color: var(--vef-muted); }
.cause-entry span.donation-time,
.cause-entry span.fund-raised {
  color: var(--vef-muted) !important;
  font-style: normal !important;
  font-size: .9rem;
}
.cause-entry .custom-progress-success { margin-bottom: .75rem; }

.block-20 { height: 210px !important; }
.blog-entry .meta > div a { color: var(--vef-muted) !important; font-size: .82rem !important; }
.blog-entry .text .time-loc span i { color: var(--vef-terra) !important; }

.staff {
  padding: 1.15rem 1.2rem !important;
}
.staff .info h3 {
  font-family: Fraunces, Georgia, serif !important;
  font-size: 1.15rem !important;
  color: var(--vef-ink);
}
.staff .info span.position { color: var(--vef-muted); }
.staff .text p { color: var(--vef-muted); }
.staff .text p span {
  color: var(--vef-terra) !important;
  font-weight: 700 !important;
  font-size: 1.05rem !important;
}
.staff .img { border-color: #e3f3ea !important; }

.gallery { position: relative; }
.gallery .icon {
  background: #fff !important;
}
.gallery .icon span { color: var(--vef-forest) !important; }
.gallery:after {
  background: linear-gradient(180deg, rgba(12, 92, 55, .05), rgba(12, 92, 55, .35)) !important;
}

.ftco-section-3 {
  padding: 4.5rem 0 !important;
}
.ftco-section-3 .img-2 {
  border-radius: var(--vef-radius) !important;
  min-height: 320px;
  background-size: cover;
  background-position: center;
}
.volunteer h3 { color: #fff !important; }
.volunter-form .btn.btn-white {
  background: var(--vef-terra) !important;
  color: #fff !important;
}
.volunter-form .btn.btn-white:hover {
  background: var(--vef-terra-d) !important;
  color: #fff !important;
}

.ftco-footer {
  background: #0c3d30 !important;
  padding: 4rem 0 1.75rem !important;
}
.ftco-footer .overlay { display: none !important; }
.ftco-footer .ftco-heading-2,
.ftco-footer .ftco-footer-widget h2 {
  color: #fff !important;
  font-family: Fraunces, Georgia, serif !important;
  text-transform: none !important;
  letter-spacing: -0.02em !important;
  font-size: 1.15rem !important;
  margin-bottom: 1.1rem !important;
}
.ftco-footer .ftco-footer-widget h2:after {
  background: var(--vef-terra) !important;
  width: 36px !important;
  height: 3px !important;
  bottom: -8px !important;
  border-radius: 99px;
}
.ftco-footer a,
.ftco-footer a:hover,
.ftco-footer .list-unstyled a,
.ftco-footer .block-21 .text .heading,
.ftco-footer .block-21 .text .heading a,
.ftco-footer .block-21 .text .heading a:hover,
.ftco-footer .block-21 .text .meta,
.ftco-footer .block-21 .text .meta a,
.ftco-footer h3,
.ftco-footer .block-23 .text {
  color: rgba(255,255,255,.9) !important;
}
.ftco-footer p {
  color: rgba(255,255,255,.72) !important;
}
.ftco-footer .block-21 .text .meta a {
  color: rgba(255,255,255,.55) !important;
  font-size: .8rem !important;
}
.ftco-footer-social { margin-top: 1.25rem !important; }
.ftco-footer-social li a {
  height: 42px !important;
  width: 42px !important;
  background: rgba(255,255,255,.1) !important;
}
.ftco-footer-social li a:hover {
  background: var(--vef-terra) !important;
  color: #fff !important;
}
.ftco-footer .block-21 .blog-img {
  border-radius: 10px;
}
.block-23 ul li .icon { color: var(--vef-terra) !important; }

.block-27 ul li a,
.block-27 ul li span {
  color: var(--vef-forest) !important;
  border: 1px solid var(--vef-line) !important;
  border-radius: 10px !important;
}
.block-27 ul li.active a,
.block-27 ul li.active span {
  background: var(--vef-forest) !important;
  color: #fff !important;
  border-color: var(--vef-forest) !important;
}

.img-about {
  border-radius: var(--vef-radius);
  min-height: 360px;
  background-size: cover;
  background-position: center;
}

.donate-aside .org-list { margin-bottom: 1.1rem; }

#ftco-loader .path { stroke: var(--vef-forest); }

/* Homepage */
.section-head {
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  justify-content: space-between;
  gap: .75rem 1.5rem;
  margin-bottom: 1.75rem;
}
.section-head h2 {
  margin: 0;
  font-size: clamp(1.7rem, 2.6vw, 2.2rem);
}
.section-head .org-kicker { margin-bottom: .25rem; }
.section-lead {
  max-width: 28rem;
  margin: 0;
  color: var(--vef-muted);
}
.section-more {
  font-weight: 700;
  color: var(--vef-forest) !important;
  white-space: nowrap;
}
.btn.btn-text {
  background: transparent !important;
  color: var(--vef-forest) !important;
  box-shadow: none !important;
  padding-left: .4rem !important;
  padding-right: .4rem !important;
}

.intro-grid {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 3rem;
  align-items: center;
}
.intro-visual { position: relative; padding-bottom: 2.2rem; }
.home-intro-photo {
  min-height: 460px;
  border-radius: 28px 28px 92px 28px;
  background-size: cover;
  background-position: center;
}
.intro-float {
  position: absolute;
  left: 1.1rem;
  bottom: 0;
  width: min(92%, 340px);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: .85rem 1.1rem;
  background: #fff;
  border-radius: 18px;
  padding: 1.15rem 1.2rem;
  box-shadow: 0 22px 50px rgba(12, 52, 38, .14);
}
.intro-float span {
  display: block;
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--vef-muted);
}
.intro-float strong {
  font-family: Fraunces, Georgia, serif;
  color: var(--vef-forest);
  font-size: 1.02rem;
}
.intro-copy h2 {
  font-size: clamp(1.85rem, 3vw, 2.55rem);
  line-height: 1.15;
  margin-bottom: 1.1rem;
}
.home-intro-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .5rem 1rem;
  margin: 1.4rem 0 0;
}

.home-quote-wrap { padding: 0 0 1rem; }
.home-quote {
  margin: 0;
  padding: 0 0 0 1.4rem;
  border-left: 4px solid var(--vef-terra);
  max-width: 46rem;
}
.home-quote p {
  font-family: Fraunces, Georgia, serif;
  font-size: clamp(1.35rem, 2.4vw, 1.9rem);
  line-height: 1.35;
  color: var(--vef-forest);
  margin: 0;
}

.pillar-board {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid var(--vef-line);
}
.pillar-board article {
  display: grid;
  grid-template-columns: 4.2rem 1fr;
  gap: .9rem 1.1rem;
  padding: 1.45rem 1.5rem 1.45rem 0;
  border-bottom: 1px solid var(--vef-line);
}
.pillar-board article:nth-child(odd) {
  padding-right: 1.75rem;
  border-right: 1px solid var(--vef-line);
}
.pillar-board article:nth-child(even) { padding-left: 1.75rem; }
.pillar-board span {
  font-family: Fraunces, Georgia, serif;
  font-size: 2rem;
  line-height: 1;
  color: var(--vef-terra);
}
.pillar-board h3 {
  font-size: 1.2rem;
  margin: 0 0 .35rem;
}
.pillar-board p { margin: 0; color: var(--vef-muted); }
.home-domains { margin-top: 1.6rem; }

.cause-bento {
  display: grid;
  grid-template-columns: 1.35fr .9fr;
  gap: 1.1rem;
  align-items: stretch;
}
.cause-feature {
  position: relative;
  min-height: 460px;
  border-radius: 24px;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  color: #fff !important;
}
.cause-feature:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(8,40,30,.05), rgba(8,32,26,.82));
}
.cause-feature-copy {
  position: relative;
  z-index: 1;
  padding: 1.6rem 1.5rem;
}
.cause-feature .org-kicker { color: #9ad4b8; }
.cause-feature h3 {
  color: #fff;
  font-size: clamp(1.5rem, 2.4vw, 2rem);
  margin-bottom: .45rem;
}
.cause-feature p { color: rgba(255,255,255,.86); margin-bottom: .8rem; }
.cause-feature .progress { background: rgba(255,255,255,.22); }
.cause-feature span { font-weight: 700; color: #fff; }
.cause-stack {
  display: grid;
  gap: 1.1rem;
}
.cause-stack .cause-entry { height: 100%; margin-bottom: 0; }
.cause-stack .cause-entry .img { height: 140px !important; }

.help-head { margin-top: 2.5rem; }
.event-layout {
  display: grid;
  grid-template-columns: 1.4fr .8fr;
  gap: 1.5rem 2rem;
  align-items: start;
}
.event-poster {
  position: relative;
  min-height: 380px;
  border-radius: 24px;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  color: #fff !important;
}
.event-poster:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(8,40,30,.12), rgba(8,32,26,.8));
}
.event-sticker {
  position: absolute;
  top: 1.1rem;
  left: 1.1rem;
  z-index: 2;
  width: 4.6rem;
  height: 4.6rem;
  border-radius: 18px;
  background: #fff;
  color: var(--vef-forest);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 1;
  box-shadow: 0 10px 24px rgba(0,0,0,.18);
}
.event-sticker strong { font-family: Fraunces, Georgia, serif; font-size: 1.6rem; }
.event-sticker span { font-size: .72rem; text-transform: uppercase; margin-top: .15rem; font-weight: 700; }
.event-poster-copy {
  position: relative;
  z-index: 1;
  padding: 1.5rem;
}
.event-poster-copy h3 { color: #fff; font-size: 1.7rem; margin-bottom: .3rem; }
.event-poster-copy p { color: rgba(255,255,255,.84); margin-bottom: .5rem; }
.event-poster-copy span { font-weight: 700; color: #fff; }
.agenda-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.agenda-list li { border-top: 1px solid var(--vef-line); }
.agenda-list li:last-child { border-bottom: 1px solid var(--vef-line); }
.agenda-list a {
  display: flex;
  gap: .9rem;
  align-items: baseline;
  padding: 1rem 0;
  color: var(--vef-ink) !important;
}
.agenda-list span {
  font-weight: 700;
  color: var(--vef-terra);
  min-width: 3.4rem;
  font-variant-numeric: tabular-nums;
}

.help-tiles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
.help-tile {
  position: relative;
  min-height: 220px;
  border-radius: 22px;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  padding: 1.35rem 1.3rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: #fff !important;
}
.help-tile:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(12,92,55,.2), rgba(8,32,26,.82));
}
.help-tile:nth-child(1):after { background: linear-gradient(180deg, rgba(43,125,225,.15), rgba(18,48,72,.86)); }
.help-tile:nth-child(3):after { background: linear-gradient(180deg, rgba(12,92,55,.15), rgba(12,61,48,.88)); }
.help-tile > * { position: relative; z-index: 1; }
.help-tile span { font-family: Fraunces, Georgia, serif; font-size: 1.4rem; opacity: .9; }
.help-tile h3 { color: #fff; font-size: 1.35rem; margin: .2rem 0 .35rem; }
.help-tile p { margin: 0; color: rgba(255,255,255,.86); }

.donor-wall {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
}
.donor-wall li {
  background: var(--vef-card);
  border: 1px solid var(--vef-line);
  border-radius: 999px;
  padding: .65rem 1.05rem .55rem;
  display: flex;
  align-items: baseline;
  gap: .65rem;
}
.donor-wall strong { font-family: Fraunces, Georgia, serif; }
.donor-wall span { color: var(--vef-terra); font-weight: 700; }
.donor-wall em {
  font-style: normal;
  color: var(--vef-muted);
  font-size: .85rem;
}

.home-gallery { padding: 3.5rem 0 0; }
.home-gallery .section-head { margin-bottom: 1.2rem; }
.home-masonry {
  column-count: 4;
  column-gap: 10px;
  padding: 0 10px 10px;
}
.home-masonry .gallery {
  width: 100% !important;
  height: 210px !important;
  margin: 0 0 10px;
  border-radius: 16px;
  background-size: cover;
  background-position: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  break-inside: avoid;
}
.home-masonry .gallery:nth-child(odd) { height: 270px !important; }
.home-masonry .gallery:nth-child(3n) { height: 180px !important; }
.home-masonry .gallery:after { border-radius: 16px; }
.home-masonry .icon-search {
  opacity: 0;
  font-size: 1.4rem;
  z-index: 2;
  transition: opacity .2s ease;
}
.home-masonry .gallery:hover .icon-search { opacity: 1; }

.place-banner {
  position: relative;
  margin: 1rem 1.25rem 0;
  border-radius: 28px;
  overflow: hidden;
  min-height: 280px;
  background-size: cover;
  background-position: center;
}
.place-banner-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(100deg, rgba(8,36,28,.88), rgba(12,61,48,.55));
}
.place-banner-inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  padding: 3.2rem 0;
  color: #fff;
}
.place-banner h2 { color: #fff; margin-bottom: .45rem; }
.place-banner p { color: rgba(255,255,255,.84); margin-bottom: .4rem; }
.place-banner .org-kicker { color: #9ad4b8; }
.place-meta { display: flex; flex-wrap: wrap; gap: .4rem 1.2rem; }
.place-banner a { color: #fff !important; }

@media (max-width: 991.98px) {
  .intro-grid, .cause-bento, .event-layout, .help-tiles, .pillar-board { grid-template-columns: 1fr; }
  .pillar-board article:nth-child(odd),
  .pillar-board article:nth-child(even) {
    padding-left: 0;
    padding-right: 0;
    border-right: 0;
  }
  .home-masonry { column-count: 2; }
}
@media (max-width: 767.98px) {
  .home-intro-photo { min-height: 280px; border-radius: 22px; }
  .intro-float { position: relative; left: 0; width: 100%; margin-top: -2rem; }
}

@media (prefers-reduced-motion: reduce) {
  .btn:hover { transform: none; }
}

