:root {
  --green-900: #0d3b2e;
  --green-800: #0f4a38;
  --green-700: #16624a;
  --green-500: #2e8b57;
  --green-300: #7ac79b;
  --cream-100: #f6f5ef;
  --cream-200: #efede4;
  --ink-900: #1d2a25;
  --ink-700: #41524a;
  --ink-500: #6f7d77;
  --line: #dde4de;
  --white: #ffffff;
  --shadow: 0 12px 30px rgba(15, 53, 39, 0.14);
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: 'Inter', sans-serif;
  color: var(--ink-900);
  background: var(--cream-100);
}

a {
  text-decoration: none;
  color: inherit;
}

img {
  width: 100%;
  display: block;
}

.container,
.wrap {
  width: min(1200px, 92vw);
  margin: 0 auto;
}

.utility-bar {
  background: var(--green-900);
  color: #d7e9df;
  font-size: 13px;
}

.utility-inner {
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.utility-inner p {
  margin: 0;
}

.utility-right {
  display: flex;
  align-items: center;
  gap: 12px;
}

.follow,
.utility-phone {
  opacity: 0.9;
}

.socials-inline {
  display: inline-flex;
  gap: 6px;
}

.socials-inline a,
.footer-socials a {
  height: 24px;
  width: 24px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 11px;
  font-weight: 700;
}

.donate-now {
  padding: 8px 14px;
  border-radius: 999px;
  background: var(--green-500);
  color: var(--white);
  font-weight: 700;
}

.main-nav {
  position: sticky;
  top: 0;
  z-index: 20;
  background: var(--white);
  border-bottom: 1px solid var(--line);
}

.nav-inner {
  min-height: 76px;
  display: flex;
  align-items: center;
  gap: 18px;
}

.brand,
.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.brand-mark {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--green-900);
  color: var(--white);
  display: grid;
  place-items: center;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.5px;
}

.brand-mark img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.brand-text b,
.footer-brand b {
  display: block;
  font-size: 18px;
  color: var(--ink-900);
}

.brand-text small,
.footer-brand small {
  display: block;
  color: var(--ink-500);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.3px;
}

.menu-btn {
  margin-left: auto;
  display: none;
  border: 1px solid var(--line);
  background: var(--white);
  height: 40px;
  width: 40px;
  border-radius: 8px;
}

.nav-links {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 18px;
}

.nav-links a {
  font-size: 14px;
  font-weight: 600;
  color: var(--ink-700);
  padding: 8px 2px;
  border-bottom: 2px solid transparent;
}

.nav-links a.active,
.nav-links a:hover {
  color: var(--green-800);
  border-bottom-color: var(--green-800);
}

.search-btn {
  border: 1px solid var(--line);
  background: var(--white);
  height: 40px;
  padding: 0 14px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 600;
  color: var(--ink-700);
}

.hero {
  background-size: cover;
  background-position: center;
  color: var(--white);
  padding: 72px 0 80px;
  position: relative;
}

.hero-inner {
  display: grid;
  grid-template-columns: 1.35fr minmax(260px, 360px);
  align-items: end;
  gap: 30px;
}

.hero-kicker,
.section-kicker {
  margin: 0 0 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  color: var(--green-300);
}

.hero h1 {
  margin: 0;
  font-family: 'Playfair Display', serif;
  font-size: clamp(38px, 6.2vw, 66px);
  line-height: 1.03;
}

.hero h1 span {
  color: #d5f2df;
}

.hero-content p {
  margin: 16px 0 0;
  max-width: 700px;
  font-size: 18px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.93);
}

.hero-actions {
  margin-top: 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 10px;
  min-height: 44px;
  padding: 0 18px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.2px;
}

.btn-green {
  background: var(--green-500);
  color: var(--white);
}

.btn-outline {
  border: 1px solid rgba(255, 255, 255, 0.7);
  color: var(--white);
  background: transparent;
}

.btn-dark {
  background: var(--ink-900);
  color: var(--white);
}

.btn-light {
  background: var(--white);
  color: var(--green-800);
}

.btn-block {
  width: 100%;
}

.donation-panel {
  background: var(--white);
  color: var(--ink-900);
  border-radius: 14px;
  box-shadow: var(--shadow);
  padding: 24px;
}

.panel-kicker {
  margin: 0 0 8px;
  color: var(--green-700);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.donation-panel h3 {
  margin: 0;
  font-size: 24px;
}

.donation-panel p {
  margin: 10px 0 18px;
  color: var(--ink-700);
  line-height: 1.6;
}

.donation-panel small {
  display: block;
  margin-top: 12px;
  color: var(--ink-500);
}

.slides {
  display: none;
}

.stats-strip {
  background: var(--white);
  margin-top: -28px;
  position: relative;
  z-index: 3;
}

.stats-row {
  border-radius: 12px;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  background: var(--white);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  overflow: hidden;
}

.stats-row article {
  padding: 22px 18px;
  text-align: center;
  border-right: 1px solid var(--line);
}

.stats-row article:last-child {
  border-right: 0;
}

.stats-row b {
  display: block;
  color: var(--green-800);
  font-size: 28px;
  margin-bottom: 6px;
}

.stats-row span {
  color: var(--ink-700);
  font-size: 14px;
}

.programs,
.featured-story,
.latest-news,
.content-section,
.gallery-grid {
  padding: 74px 0;
}

.section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 28px;
}

.section-head h2,
.feature-copy h2,
.banner-row h2,
.content-section h2,
.page-hero h1 {
  margin: 0;
  font-family: 'Playfair Display', serif;
  font-size: clamp(30px, 4vw, 44px);
  color: var(--ink-900);
}

.link-arrow,
.card-body a {
  color: var(--green-800);
  font-size: 13px;
  font-weight: 700;
}

.cards {
  display: grid;
  gap: 20px;
}

.cards.three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.cards.four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.card {
  border: 1px solid var(--line);
  background: var(--white);
  border-radius: 14px;
  overflow: hidden;
  box-shadow: var(--shadow);
}

.card img {
  aspect-ratio: 16 / 11;
  object-fit: cover;
}

.card-body {
  padding: 18px;
}

.card-body span {
  font-size: 11px;
  color: var(--green-700);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
}

.card-body h3 {
  margin: 9px 0 8px;
  font-size: 21px;
}

.card-body p {
  margin: 0 0 12px;
  color: var(--ink-700);
  line-height: 1.6;
}

.feature-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
  align-items: stretch;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 14px;
  overflow: hidden;
  box-shadow: var(--shadow);
}

.feature-media img {
  height: 100%;
  object-fit: cover;
  min-height: 360px;
}

.feature-copy {
  padding: 42px;
}

.feature-copy p {
  color: var(--ink-700);
  line-height: 1.7;
}

.news-card .card-body h3 {
  font-size: 19px;
}

.home-banner {
  background-size: cover;
  background-position: center;
  color: var(--white);
  padding: 68px 0;
}

.banner-row {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: center;
}

.banner-row h2 {
  color: var(--white);
}

.banner-row p {
  color: rgba(255, 255, 255, 0.92);
  line-height: 1.7;
}

.section-kicker.light {
  color: #d5f2df;
}

.banner-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.site-footer {
  background: #0f1f1a;
  color: #dce8e2;
}

.footer-main {
  padding: 70px 0 50px;
  display: grid;
  grid-template-columns: 1.25fr repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.footer-main h4 {
  margin: 0 0 14px;
  color: var(--white);
}

.footer-main p {
  color: #b8cac0;
  line-height: 1.65;
}

.footer-main section a {
  display: block;
  margin: 8px 0;
  color: #b8cac0;
  font-size: 14px;
}

.footer-socials {
  display: flex;
  gap: 8px;
  margin-top: 10px;
}

.footer-newsletter {
  display: flex;
  margin-top: 12px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 10px;
  overflow: hidden;
}

.footer-newsletter input {
  flex: 1;
  border: 0;
  background: transparent;
  color: #eaf3ee;
  padding: 11px 12px;
}

.footer-newsletter input::placeholder {
  color: #9fb5a9;
}

.footer-newsletter button {
  border: 0;
  background: var(--green-500);
  color: var(--white);
  font-weight: 700;
  padding: 0 14px;
  cursor: pointer;
}

.newsletter-status {
  margin: 10px 0 0;
  font-size: 13px;
  font-weight: 600;
}

.newsletter-status.success {
  color: #dff6e8;
}

.newsletter-status.error {
  color: #ffd6d6;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.footer-bottom-inner {
  min-height: 58px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}

.footer-bottom p {
  margin: 0;
  color: #a9bcb2;
  font-size: 13px;
}

.footer-bottom a {
  color: #c8dbd0;
  font-size: 13px;
  margin-left: 14px;
}

.page-hero {
  padding: 68px 0;
  background-size: cover;
  background-position: center;
  color: var(--white);
}

.page-hero p {
  max-width: 760px;
  margin: 12px 0 0;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.92);
}

.two-col {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 24px;
}

.stack-cards {
  display: grid;
  gap: 14px;
}

.stack-cards article {
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--white);
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.gallery-grid img {
  border-radius: 12px;
  border: 1px solid var(--line);
  aspect-ratio: 16 / 12;
  object-fit: cover;
}

.contact-page .page-hero {
  padding: 72px 0 88px;
}

.donate-page .page-hero {
  padding: 72px 0 88px;
}

.donate-hero-inner {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 28px;
  align-items: end;
}

.donate-highlight,
.donate-card {
  background: var(--white);
  border: 1px solid rgba(13, 59, 46, 0.12);
  border-radius: 24px;
  box-shadow: 0 18px 45px rgba(13, 59, 46, 0.12);
  padding: 32px;
  color: var(--ink-900);
}

.donate-highlight {
  background: linear-gradient(135deg, #fdfcf8, #eef7ef);
  border: 1px solid rgba(22, 98, 74, 0.13);
}

.donate-highlight h3,
.donate-card h2,
.donate-card h3 {
  margin: 8px 0 12px;
  font-family: 'Playfair Display', serif;
  color: var(--ink-900);
  letter-spacing: 0.2px;
}

.donate-content {
  padding: 36px 0 80px;
}

.donate-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 24px;
}

.donate-options {
  display: grid;
  gap: 14px;
  margin-top: 22px;
}

.donate-options article {
  padding: 16px 18px;
  border: 1px solid rgba(13, 59, 46, 0.14);
  border-radius: 14px;
  background: linear-gradient(135deg, #fcfdfb, #f3f7f2);
}

.donate-card.alt {
  background: linear-gradient(135deg, #0d3b2e 0%, #16624a 55%, #2e8b57 100%);
  color: var(--white);
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.16);
}

.donate-card.alt::before {
  content: '';
  position: absolute;
  inset: auto -20px -40px auto;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: rgba(255,255,255,0.08);
}

.donate-card.alt h3,
.donate-card.alt p,
.donate-card.alt strong,
.donate-card.alt a {
  color: var(--white);
}

.donation-details {
  display: grid;
  gap: 12px;
  margin: 16px 0 20px;
}

.donation-quick-info {
  display: grid;
  gap: 10px;
  margin: 16px 0 0;
}

.quick-info-box {
  padding: 14px 16px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,0.18);
  background: rgba(255,255,255,0.12);
}

.quick-info-box h4 {
  margin: 0 0 6px;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  opacity: 0.9;
}

.quick-info-box p {
  margin: 2px 0;
  font-size: 14px;
  line-height: 1.6;
}

.donation-note {
  margin: 14px 0 0;
  padding: 14px 16px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,0.16);
  background: rgba(255,255,255,0.12);
}

.donation-note p {
  margin: 4px 0;
  font-size: 14px;
  line-height: 1.6;
}

.donation-form {
  display: grid;
  gap: 12px;
  margin: 16px 0 20px;
}

.donate-page .donate-card.alt .donation-form {
  display: grid;
  gap: 12px;
}

.donate-page .donate-card.alt .donation-form label {
  display: grid;
  gap: 6px;
  font-size: 13px;
  font-weight: 600;
  color: var(--white);
}

.donate-page .donate-card.alt .donation-form input,
.donate-page .donate-card.alt .donation-form select {
  min-height: 50px;
  border: 1px solid rgba(255,255,255,0.24);
  border-radius: 12px;
  padding: 0 14px;
  font: inherit;
  color: var(--ink-900);
  background: rgba(255,255,255,0.95);
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.06);
}

.donation-form input:focus,
.donation-form select:focus {
  outline: none;
  border-color: rgba(255,255,255,0.65);
  box-shadow: 0 0 0 3px rgba(255,255,255,0.18);
}

.donation-form .btn {
  margin-top: 4px;
  box-shadow: 0 12px 24px rgba(0,0,0,0.18);
  border: 1px solid rgba(255,255,255,0.2);
}

.donation-status {
  padding: 12px 14px;
  border-radius: 12px;
  margin: 12px 0 0;
  font-size: 14px;
  line-height: 1.5;
  border: 1px solid rgba(255,255,255,0.18);
  background: rgba(255,255,255,0.14);
}

.donation-status.error {
  background: rgba(255,255,255,0.16);
  color: #ffd5d5;
}

.donation-status.success {
  background: rgba(255,255,255,0.16);
  color: #dff8e8;
}

.contact-grid,
.contact-visit-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 24px;
  margin-top: -34px;
  position: relative;
  z-index: 3;
}

.contact-card,
.contact-form,
.visit-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 16px;
  box-shadow: var(--shadow);
  padding: 28px;
}

.contact-card h2,
.visit-card h2 {
  margin: 8px 0 12px;
  font-family: 'Playfair Display', serif;
  font-size: clamp(28px, 3.4vw, 36px);
  color: var(--ink-900);
}

.contact-card p,
.visit-card p,
.contact-form p {
  color: var(--ink-700);
  line-height: 1.7;
}

.contact-methods {
  display: grid;
  gap: 14px;
  margin-top: 22px;
}

.contact-methods article {
  padding: 14px 0;
  border-top: 1px solid var(--line);
}

.contact-methods h3,
.visit-card h3,
.contact-form h3 {
  margin: 0 0 6px;
  font-size: 16px;
  color: var(--green-800);
}

.contact-methods a,
.visit-details a {
  color: var(--green-800);
  font-weight: 600;
}

.contact-form label {
  display: grid;
  gap: 8px;
  margin-top: 14px;
  font-size: 14px;
  font-weight: 600;
  color: var(--ink-900);
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 12px 14px;
  font: inherit;
  color: var(--ink-900);
  background: #fcfcfa;
}

.contact-form textarea {
  resize: vertical;
  min-height: 120px;
}

.form-feedback {
  min-height: 24px;
  margin-top: 12px;
  color: var(--green-800);
  font-weight: 700;
}

.contact-visit {
  padding: 36px 0 80px;
}

.visit-card.alt {
  background: linear-gradient(135deg, var(--green-900), var(--green-700));
  color: var(--white);
}

.visit-card.alt h3,
.visit-card.alt p,
.visit-card.alt a {
  color: var(--white);
}

.visit-details {
  margin-top: 20px;
  display: grid;
  gap: 12px;
}

.social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 8px;
}

.social-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.32);
  font-size: 13px;
  font-weight: 700;
}

@media (max-width: 1080px) {
  .hero-inner,
  .feature-grid,
  .two-col,
  .contact-grid,
  .contact-visit-grid,
  .footer-main {
    grid-template-columns: 1fr;
  }

  .feature-copy {
    padding: 26px;
  }

  .cards.three,
  .cards.four {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .stats-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .stats-row article:nth-child(2n) {
    border-right: 0;
  }
}

@media (max-width: 860px) {
  .utility-inner {
    flex-direction: column;
    align-items: flex-start;
    padding: 10px 0;
  }

  .nav-inner {
    min-height: 68px;
    position: relative;
  }

  .menu-btn {
    display: block;
  }

  .search-btn {
    display: none;
  }

  .nav-links {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 68px;
    margin: 0;
    padding: 10px 4vw 16px;
    background: var(--white);
    border-bottom: 1px solid var(--line);
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .nav-links.open {
    display: flex;
  }

  .hero {
    padding-top: 56px;
  }

  .hero-content p {
    font-size: 16px;
  }

  .banner-row,
  .footer-bottom-inner {
    flex-direction: column;
    align-items: flex-start;
    min-height: auto;
    padding: 14px 0;
  }

  .footer-bottom a {
    margin: 0 10px 0 0;
  }
}

@media (max-width: 640px) {
  .cards.three,
  .cards.four,
  .gallery-grid,
  .stats-row {
    grid-template-columns: 1fr;
  }

  .stats-row article {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .stats-row article:last-child {
    border-bottom: 0;
  }

  .programs,
  .featured-story,
  .latest-news,
  .content-section,
  .gallery-grid {
    padding: 54px 0;
  }
}
