*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: "Plus Jakarta Sans", sans-serif;
  color: #1a1a2e;
  background: #fff;
  overflow-x: hidden;
  width: 100%;
}

:root {
  --teal: #0d4f4a;
  --teal-light: #1a7068;
  --lime: #bcd943;
  /* --lime: #9dc31a; */
  --lime-bright: #bcd943;
  /* --lime-bright: #bfed00; */
  --amber: #f5a623;
  --orange: #e8612a;
  --cream: #f9f6f0;
  --dark: #1a1a2e;
  --text: #4a4a6a;
  --border: #e8e4dc;
}

/* ─ TOPBAR ─ */
.topbar {
  background: rgb(250 227 153 / 89%);
  color: rgba(2, 2, 2, 0.75);
  font-size: 0.8rem;
  padding: 0.55rem 5%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 201;
}
.topbar a {
  color: rgba(2, 2, 2, 0.75);
  text-decoration: none;
}
.topbar a:hover {
  color: #000;
}
.topbar-right {
  display: flex;
  gap: 1.5rem;
  align-items: center;
}
.topbar-social {
  display: flex;
  gap: 0.8rem;
}
.topbar-social a {
  color: rgba(2, 2, 2, 0.6);
  text-decoration: none;
  font-size: 0.85rem;
  transition: 0.2s;
}
.topbar-social a:hover {
  color: var(--teal);
}

/* ─ NAV ─ */
nav {
  position: fixed;
  top: 2.1rem;
  left: 0;
  right: 0;
  z-index: 200;
  padding: 0 5%;
  transition:
    background 0.35s,
    box-shadow 0.35s,
    top 0.35s;
}
nav.scrolled {
  top: 0;
  background: #fff;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.08);
  border-bottom: 1px solid var(--border);
}
.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 72px;
}

/* Logo */
.nav-logo {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  text-decoration: none;
  flex-shrink: 0;
}
.logo-mark {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Fraunces", serif;
  font-size: 1.3rem;
  font-weight: 700;
  transition:
    background 0.35s,
    color 0.35s;
  background-image: url("../images/main.jpeg");
  background-size: cover;
  background-position: center;
  color: #fff;
  border: 1.5px solid rgba(255, 255, 255, 0.35);
  flex-shrink: 0;
}
.logo-text {
  font-family: "Fraunces", serif;
  font-weight: 700;
  font-size: 1.15rem;
  line-height: 1.1;
  transition: color 0.35s;
  color: #fff;
}
.logo-text small {
  display: block;
  font-size: 0.65rem;
  font-weight: 400;
  font-family: "Plus Jakarta Sans", sans-serif;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  transition: color 0.35s;
  color: rgba(255, 255, 255, 0.6);
}
nav.scrolled .logo-mark {
  background: url("../images/lightgreen.jpeg") center/cover no-repeat;
  color: var(--lime-bright);
  border-color: transparent;
}
nav.scrolled .logo-text {
  color: var(--dark);
}
nav.scrolled .logo-text small {
  color: var(--text);
}

/* Nav desktop links */
.nav-menu {
  display: flex;
  gap: 0.25rem;
  list-style: none;
}
.nav-menu a {
  text-decoration: none;
  font-size: 0.88rem;
  font-weight: 500;
  padding: 0.5rem 0.9rem;
  border-radius: 8px;
  transition: all 0.2s;
  display: block;
  color: rgba(255, 255, 255, 0.85);
  white-space: nowrap;
}
.nav-menu a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
}
nav.scrolled .nav-menu a {
  color: var(--text);
}
nav.scrolled .nav-menu a:hover {
  color: var(--teal);
  background: rgba(13, 79, 74, 0.06);
}

/* Nav desktop actions */
.nav-actions {
  display: flex;
  gap: 0.75rem;
  align-items: center;
}

/* Mobile nav right (donate + hamburger) — hidden on desktop */
.mobile-nav-right {
  display: none;
}
.mobile-nav-right > a {
  display: none;
}
.nav-hamburger {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 36px;
  height: 36px;
  background: rgba(255, 255, 255, 0.15);
  border: 1.5px solid rgba(255, 255, 255, 0.4);
  border-radius: 8px;
  cursor: pointer;
  padding: 6px;
  transition: background 0.2s;
  flex-shrink: 0;
}
.nav-hamburger span {
  display: block;
  height: 2px;
  background: #fff;
  border-radius: 2px;
  transition: all 0.3s;
}
nav.scrolled .nav-hamburger {
  background: rgba(13, 79, 74, 0.08);
  border-color: rgba(13, 79, 74, 0.25);
}
nav.scrolled .nav-hamburger span {
  background: var(--teal);
}
.nav-hamburger:hover {
  background: rgba(255, 255, 255, 0.25);
}
nav.scrolled .nav-hamburger:hover {
  background: rgba(13, 79, 74, 0.15);
}

/* Hamburger → X when open */
.nav-hamburger.open span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.nav-hamburger.open span:nth-child(2) {
  opacity: 0;
  transform: scaleX(0);
}
.nav-hamburger.open span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

/* ─ MOBILE DRAWER ─ */
.nav-drawer {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 199;
  background: rgba(13, 79, 74, 0.95);
  flex-direction: column;
  padding: 6rem 2rem 2.5rem;
  overflow-y: auto;
  transform: translateX(100%);
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
.nav-drawer.open {
  transform: translateX(0);
}
.nav-drawer ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  margin-bottom: 2rem;
}
.nav-drawer ul a {
  display: block;
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
  font-size: 1.3rem;
  font-family: "Fraunces", serif;
  font-weight: 600;
  padding: 0.85rem 1rem;
  border-radius: 10px;
  transition:
    background 0.2s,
    color 0.2s;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.nav-drawer ul a:hover {
  background: rgba(255, 255, 255, 0.1);
  color: var(--lime-bright);
}
.nav-drawer-actions {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-top: auto;
}
.nav-drawer-actions .btn {
  width: 100%;
  justify-content: center;
  padding: 1rem;
  font-size: 1rem;
}
.nav-drawer-actions .btn-outline {
  border-color: rgba(255, 255, 255, 0.5);
  color: #fff;
}
.nav-drawer-contact {
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.82rem;
  line-height: 1.6;
}

/* ─ BUTTONS ─ */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.65rem 1.4rem;
  border-radius: 50px;
  font-weight: 600;
  font-size: 0.875rem;
  text-decoration: none;
  transition: all 0.25s;
  cursor: pointer;
  border: none;
  font-family: "Plus Jakarta Sans", sans-serif;
  white-space: nowrap;
}
.btn-outline {
  border: 1.5px solid rgba(255, 255, 255, 0.6);
  color: #fff;
  background: transparent;
}
.btn-outline:hover {
  background: rgba(255, 255, 255, 0.15);
  border-color: #fff;
}
nav.scrolled .btn-outline {
  border-color: var(--teal);
  color: var(--teal);
}
nav.scrolled .btn-outline:hover {
  background: var(--teal);
  color: #fff;
}
.btn-primary {
  background: var(--orange);
  color: #fff;
  box-shadow: 0 4px 20px rgba(232, 97, 42, 0.3);
}
.btn-primary:hover {
  background: #d4501f;
  transform: translateY(-1px);
  box-shadow: 0 8px 28px rgba(232, 97, 42, 0.4);
}
.btn-teal {
  background: var(--teal);
  color: #fff;
  box-shadow: 0 4px 20px rgba(13, 79, 74, 0.25);
}
.btn-teal:hover {
  background: var(--teal-light);
  transform: translateY(-1px);
}
.btn-white {
  background: #fff;
  color: var(--teal);
  font-weight: 700;
}
.btn-white:hover {
  background: var(--lime-bright);
  color: var(--dark);
}
.btn-lime {
  background: var(--lime-bright);
  color: var(--dark);
  font-weight: 700;
}
.btn-lime:hover {
  background: #a8d400;
  transform: translateY(-1px);
}

/* ─ HERO ─ */
#hero {
  min-height: 100vh;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  padding: 9rem 5% 5rem;
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(
      135deg,
      rgba(13, 79, 74, 0.88) 0%,
      rgba(10, 40, 38, 0.75) 60%,
      rgba(0, 0, 0, 0.55) 100%
    ),
    url("../images/1.jpg") center/cover no-repeat;
}
.hero-decor {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}
.hero-decor-1 {
  width: 600px;
  height: 600px;
  background: rgba(157, 195, 26, 0.06);
  top: -200px;
  right: -150px;
}
.hero-decor-2 {
  width: 300px;
  height: 300px;
  background: rgba(245, 166, 35, 0.05);
  bottom: -80px;
  left: 30%;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: rgba(191, 237, 0, 0.15);
  border: 1px solid rgba(191, 237, 0, 0.35);
  color: var(--lime-bright);
  padding: 0.4rem 1rem;
  border-radius: 50px;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}
.hero-badge-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--lime-bright);
  animation: blink 2s ease infinite;
}
@keyframes blink {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0.3;
  }
}

.hero-text h1 {
  font-family: "Fraunces", serif;
  font-size: clamp(2.8rem, 5vw, 4.8rem);
  font-weight: 700;
  color: #fff;
  line-height: 1.05;
  letter-spacing: -0.02em;
  margin-bottom: 1.2rem;
}
.hero-text h1 em {
  font-style: italic;
  color: var(--lime-bright);
}
.hero-text p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 1.05rem;
  line-height: 1.75;
  max-width: 460px;
  margin-bottom: 2rem;
}
.hero-cta-row {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
}
.hero-cta-note {
  color: rgba(255, 255, 255, 0.45);
  font-size: 0.8rem;
  margin-top: 0.8rem;
}

.hero-visual {
  position: relative;
  padding-left: 3rem;
}
.hero-img-wrap {
  border-radius: 24px;
  overflow: hidden;
  height: 480px;
  background: url("../images/1.jpg") center/cover no-repeat;
  position: relative;
}
.hero-img-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(13, 79, 74, 0.7) 0%,
    transparent 55%
  );
}
.hero-img-caption {
  position: absolute;
  bottom: 1.5rem;
  left: 1.5rem;
  right: 1.5rem;
  z-index: 2;
  background: rgba(255, 255, 255, 0.96);
  border-radius: 14px;
  padding: 1.2rem 1.4rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  backdrop-filter: blur(10px);
}
.caption-icon {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  background: var(--lime-bright);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  flex-shrink: 0;
}
.caption-text strong {
  display: block;
  font-size: 0.95rem;
  color: var(--dark);
  font-weight: 700;
}
.caption-text span {
  font-size: 0.78rem;
  color: var(--text);
}
.hero-float-badge {
  position: absolute;
  top: 2rem;
  right: -1rem;
  background: var(--orange);
  color: #fff;
  border-radius: 14px;
  padding: 1rem 1.2rem;
  text-align: center;
  box-shadow: 0 8px 30px rgba(232, 97, 42, 0.45);
  z-index: 3;
}
.hero-float-badge strong {
  display: block;
  font-family: "Fraunces", serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}
.hero-float-badge span {
  font-size: 0.72rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  opacity: 0.85;
}

/* ─ STATS BAR ─ */
.stats-bar {
  background: var(--cream);
  border-bottom: 1px solid var(--border);
  padding: 0 5%;
}
.stats-inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.stat-item {
  padding: 2rem 1rem;
  text-align: center;
  border-right: 1px solid var(--border);
}
.stat-item:last-child {
  border-right: none;
}
.stat-num {
  font-family: "Fraunces", serif;
  font-size: 2.6rem;
  font-weight: 700;
  color: var(--teal);
  line-height: 1;
  margin-bottom: 0.3rem;
}
.stat-suffix {
  color: var(--orange);
  font-weight: 700;
}
.stat-lbl {
  font-size: 0.8rem;
  color: var(--text);
  text-transform: uppercase;
  letter-spacing: 0.07em;
  font-weight: 500;
}

/* ─ SECTION COMMON ─ */
.section {
  padding: 5.5rem 5%;
}
.section-header {
  margin-bottom: 3rem;
}
.section-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: rgba(13, 79, 74, 0.08);
  color: var(--teal);
  padding: 0.35rem 0.9rem;
  border-radius: 50px;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 0.8rem;
}
.section-tag::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--teal);
  display: block;
}
.section-title {
  font-family: "Fraunces", serif;
  font-size: clamp(1.9rem, 3vw, 2.7rem);
  font-weight: 700;
  color: var(--dark);
  line-height: 1.15;
  letter-spacing: -0.02em;
}
.section-title em {
  font-style: italic;
  color: var(--teal);
}
.section-desc {
  color: var(--text);
  line-height: 1.75;
  margin-top: 0.8rem;
  max-width: 580px;
}
.section-hflex {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: 3rem;
  flex-wrap: wrap;
}

/* ─ ABOUT ─ */
#about {
  background: #fff;
}
.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  align-items: center;
}
.about-img {
  border-radius: 20px;
  overflow: hidden;
  height: 500px;
  position: relative;
  background: #e0ebe9;
}
.about-img-inner {
  position: absolute;
  inset: 0;
  background: url("../images/6.jpg") center/cover no-repeat;
}
.about-img-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(13, 79, 74, 0.8) 0%,
    transparent 50%
  );
}
.about-chip {
  position: absolute;
  bottom: 1.5rem;
  left: 1.5rem;
  right: 1.5rem;
  background: #fff;
  border-radius: 14px;
  padding: 1.2rem 1.5rem;
  display: flex;
  gap: 1.5rem;
}
.chip-stat {
  text-align: center;
  flex: 1;
}
.chip-stat strong {
  display: block;
  font-family: "Fraunces", serif;
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--teal);
  line-height: 1;
}
.chip-stat span {
  font-size: 0.72rem;
  color: var(--text);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.chip-divider {
  width: 1px;
  background: var(--border);
}
.about-pillars {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.9rem;
  margin-top: 2rem;
}
.pillar {
  padding: 1.3rem;
  border: 1.5px solid var(--border);
  border-radius: 14px;
  transition: all 0.25s;
  cursor: default;
}
.pillar:hover {
  border-color: var(--teal);
  background: rgba(13, 79, 74, 0.03);
  transform: translateY(-2px);
}
.pillar-icon {
  font-size: 1.4rem;
  margin-bottom: 0.5rem;
}
.pillar h4 {
  font-family: "Fraunces", serif;
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--dark);
  line-height: 1.3;
}
.pillar p {
  font-size: 0.78rem;
  color: var(--text);
  margin-top: 0.25rem;
  line-height: 1.5;
}

/* ─ PROGRAMS ─ */
.programs-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.4rem;
}
.cause-card {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid var(--border);
  transition: all 0.3s;
  display: flex;
  flex-direction: column;
}
.cause-card-clickable {
  cursor: pointer;
}
.cause-card-clickable:focus-visible {
  outline: 3px solid rgba(13, 79, 74, 0.25);
  outline-offset: 4px;
}
.cause-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
  border-color: transparent;
}
.cause-img {
  height: 200px;
  position: relative;
  overflow: hidden;
}
.cause-img-bg {
  width: 100%;
  height: 100%;
  transition: transform 0.4s;
  background-size: cover;
  background-position: center;
}
.cause-card:hover .cause-img-bg {
  transform: scale(1.06);
}
.cause-cat {
  position: absolute;
  top: 1rem;
  left: 1rem;
  background: var(--orange);
  color: #fff;
  padding: 0.3rem 0.8rem;
  border-radius: 50px;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.cause-cat.cat-water {
  background: #0077b6;
}
.cause-body {
  padding: 1.4rem;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.cause-body h3 {
  font-family: "Fraunces", serif;
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--dark);
  margin-bottom: 0.5rem;
  line-height: 1.3;
}
.cause-body p {
  font-size: 0.82rem;
  color: var(--text);
  line-height: 1.65;
  flex: 1;
}
.cause-progress {
  margin-top: 1.1rem;
}
.progress-bar {
  height: 7px;
  background: #e8e4dc;
  border-radius: 50px;
  overflow: hidden;
  margin: 0.5rem 0;
}
.progress-fill {
  height: 100%;
  border-radius: 50px;
  background: linear-gradient(90deg, var(--teal), var(--lime));
  transition: width 1.2s ease;
  width: 0;
}
.progress-fill.water {
  background: linear-gradient(90deg, #0077b6, #00b4d8);
}
.progress-meta {
  display: flex;
  justify-content: space-between;
  font-size: 0.75rem;
  color: var(--text);
}
.progress-meta strong {
  color: var(--teal);
  font-weight: 700;
}
.cause-footer {
  padding: 1rem 1.4rem;
  border-top: 1px solid var(--border);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cause-footer a {
  color: var(--teal);
  font-size: 0.82rem;
  font-weight: 600;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 0.3rem;
  transition: 0.2s;
}
.cause-footer a:hover {
  color: var(--orange);
}
.cause-raised {
  font-size: 0.78rem;
  color: var(--text);
}
.cause-raised strong {
  color: var(--teal);
}

.donation-modal {
  position: fixed;
  inset: 0;
  z-index: 500;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
}
.donation-modal.is-open {
  display: flex;
}
.donation-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(26, 26, 46, 0.68);
  backdrop-filter: blur(6px);
}
.donation-modal-panel {
  position: relative;
  z-index: 1;
  width: min(920px, 100%);
  max-height: min(92vh, 900px);
  overflow-y: auto;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.28);
}
.donation-modal-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 2;
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  color: var(--dark);
  cursor: pointer;
  font-size: 1.6rem;
  line-height: 1;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
}
.donation-gallery {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  grid-template-rows: repeat(2, 170px);
  gap: 0.5rem;
  padding: 0.5rem;
}
.donation-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.donation-gallery img:first-child {
  grid-row: span 2;
  border-radius: 14px 0 0 0;
}
.donation-gallery img:nth-child(2) {
  border-radius: 0 14px 0 0;
}
.donation-modal-body {
  padding: 2rem;
}
.donation-modal-tag {
  display: inline-flex;
  margin-bottom: 0.85rem;
  color: var(--teal);
  font-size: 0.75rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.donation-modal-body h3 {
  font-family: "Fraunces", serif;
  color: var(--dark);
  font-size: clamp(1.8rem, 3vw, 2.45rem);
  line-height: 1.12;
  margin-bottom: 0.85rem;
}
.donation-modal-body p {
  max-width: 680px;
  color: var(--text);
  line-height: 1.7;
  margin-bottom: 1.5rem;
}
.donation-options {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 1rem;
}
.donation-amount {
  min-width: 82px;
  border: 1.5px solid var(--border);
  border-radius: 999px;
  background: #fff;
  color: var(--teal);
  cursor: pointer;
  padding: 0.75rem 1rem;
  font-weight: 800;
  transition: all 0.2s;
}
.donation-amount:hover,
.donation-amount.active {
  background: var(--teal);
  border-color: var(--teal);
  color: #fff;
}
.donation-custom-label {
  display: block;
  margin-bottom: 0.45rem;
  color: var(--dark);
  font-size: 0.82rem;
  font-weight: 700;
}
.donation-custom-row {
  display: flex;
  align-items: center;
  width: min(280px, 100%);
  border: 1.5px solid var(--border);
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 1.25rem;
  background: #fff;
}
.donation-custom-row span {
  padding: 0 0.95rem;
  color: var(--teal);
  font-weight: 800;
}
.donation-custom-row input {
  width: 100%;
  min-width: 0;
  border: 0;
  border-left: 1px solid var(--border);
  padding: 0.9rem;
  color: var(--dark);
  font: inherit;
}
.donation-custom-row input:focus {
  outline: none;
}
.donation-submit {
  border: 0;
  cursor: pointer;
}

/* ─ IMPACT BANNER ─ */
#impact-banner {
  padding: 5.5rem 5%;
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(
      135deg,
      rgba(13, 79, 74, 0.93) 0%,
      rgba(7, 35, 32, 0.9) 100%
    ),
    url("https://images.unsplash.com/photo-1531206715517-5c0ba140b2b8?w=1600&q=80")
      center/cover no-repeat;
}
.impact-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  align-items: center;
  position: relative;
  z-index: 1;
}
.impact-left .section-tag {
  background: rgba(191, 237, 0, 0.15);
  color: var(--lime-bright);
}
.impact-left .section-tag::before {
  background: var(--lime-bright);
}
.impact-left .section-title {
  color: #fff;
}
.impact-left .section-desc {
  color: rgba(255, 255, 255, 0.6);
  max-width: 420px;
}
.impact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
.impact-card {
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  padding: 1.8rem;
  transition: 0.3s;
}
.impact-card:hover {
  background: rgba(255, 255, 255, 0.12);
  transform: translateY(-3px);
}
.impact-card .i-num {
  font-family: "Fraunces", serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 0.4rem;
}
.impact-card .i-lbl {
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
  letter-spacing: 0.07em;
}
.ic-lime .i-num {
  color: var(--lime-bright);
}
.ic-amber .i-num {
  color: var(--amber);
}
.ic-orange .i-num {
  color: var(--orange);
}
.ic-white .i-num {
  color: #fff;
}

/* ─ VISION STRIP ─ */
#vision {
  background: var(--lime-bright);
  padding: 4.5rem 5%;
}
.vision-inner {
  display: flex;
  align-items: center;
  gap: 4rem;
  flex-wrap: wrap;
}
.vision-quote {
  font-family: "Fraunces", serif;
  font-size: clamp(1.6rem, 2.5vw, 2.2rem);
  font-weight: 700;
  color: var(--dark);
  line-height: 1.25;
  flex: 1;
  min-width: 260px;
}
.vision-quote em {
  font-style: italic;
  color: var(--teal);
}
.vision-pills {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  flex-shrink: 0;
}
.vision-pill {
  background: var(--teal);
  color: #fff;
  padding: 0.5rem 1.1rem;
  border-radius: 50px;
  font-size: 0.8rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

/* ─ HOW WE HELP ─ */
#how {
  background: var(--cream);
  padding: 5.5rem 5%;
}
.how-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.2rem;
  margin-top: 3rem;
}
.how-card {
  padding: 2rem 1.5rem;
  border-radius: 16px;
  border: 1.5px solid var(--border);
  text-align: center;
  transition: 0.3s;
  background: #fff;
}
.how-card:hover {
  border-color: var(--teal);
  transform: translateY(-3px);
}
.how-icon {
  width: 58px;
  height: 58px;
  border-radius: 14px;
  background: rgba(13, 79, 74, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  margin: 0 auto 1.2rem;
}
.how-card.active {
  background: var(--teal);
  border-color: var(--teal);
}
.how-card.active .how-icon {
  background: rgba(191, 237, 0, 0.2);
}
.how-card.active h4,
.how-card.active p {
  color: #fff;
}
.how-card.active p {
  color: rgba(255, 255, 255, 0.65);
}
.how-card h4 {
  font-family: "Fraunces", serif;
  font-size: 1rem;
  font-weight: 600;
  color: var(--dark);
  margin-bottom: 0.5rem;
}
.how-card p {
  font-size: 0.8rem;
  color: var(--text);
  line-height: 1.6;
}

/* ─ CHALLENGES ─ */
#challenges {
  background: #fff;
  padding: 5.5rem 5%;
}
.challenge-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-top: 2.5rem;
}
.challenge-item {
  padding: 1.8rem;
  border: 1.5px solid var(--border);
  border-radius: 16px;
  transition: 0.25s;
}
.challenge-item:hover {
  border-color: var(--teal);
  background: rgba(13, 79, 74, 0.02);
  transform: translateY(-3px);
}
.ch-num {
  font-family: "Fraunces", serif;
  font-size: 0.85rem;
  color: var(--orange);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 0.7rem;
}
.ch-title {
  font-family: "Fraunces", serif;
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--dark);
  margin-bottom: 0.5rem;
}
.ch-desc {
  font-size: 0.82rem;
  color: var(--text);
  line-height: 1.6;
}

/* ─ WATER PROJECT ─ */
#water {
  padding: 5.5rem 5%;
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(
      135deg,
      rgba(0, 60, 90, 0.92) 0%,
      rgba(0, 30, 50, 0.85) 60%,
      rgba(0, 119, 182, 0.55) 100%
    ),
    url("../images/10.jpg") center/cover no-repeat;
}
.water-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  align-items: center;
  position: relative;
  z-index: 1;
}
.water-tag {
  background: rgba(0, 180, 216, 0.2);
  color: #48cae4;
  border-color: rgba(0, 180, 216, 0.3);
}
.water-tag::before {
  background: #48cae4;
}
.water-title {
  color: #fff;
}
.water-title em {
  color: #48cae4;
}
.water-desc {
  color: rgba(255, 255, 255, 0.65);
  line-height: 1.8;
  margin-top: 0.8rem;
}
.water-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin-top: 2rem;
}
.water-stat {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 14px;
  padding: 1.4rem;
  text-align: center;
  transition: 0.25s;
}
.water-stat:hover {
  background: rgba(255, 255, 255, 0.14);
  transform: translateY(-2px);
}
.water-stat strong {
  display: block;
  font-family: "Fraunces", serif;
  font-size: 2rem;
  font-weight: 700;
  color: #48cae4;
  line-height: 1;
  margin-bottom: 0.3rem;
}
.water-stat span {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
  letter-spacing: 0.07em;
}
.water-card {
  background: rgba(255, 255, 255, 0.96);
  border-radius: 20px;
  padding: 2.2rem;
  backdrop-filter: blur(12px);
}
.water-card h3 {
  font-family: "Fraunces", serif;
  font-size: 1.35rem;
  font-weight: 700;
  color: var(--dark);
  margin-bottom: 0.6rem;
}
.water-card p {
  font-size: 0.85rem;
  color: var(--text);
  line-height: 1.7;
  margin-bottom: 1.5rem;
}
.water-progress-label {
  display: flex;
  justify-content: space-between;
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--dark);
  margin-bottom: 0.4rem;
}
.water-bar {
  height: 10px;
  background: #e0f7ff;
  border-radius: 50px;
  overflow: hidden;
  margin-bottom: 0.4rem;
}
.water-fill {
  height: 100%;
  border-radius: 50px;
  background: linear-gradient(90deg, #0077b6, #00b4d8, #48cae4);
  transition: width 1.4s ease;
  width: 0;
}
.water-meta {
  display: flex;
  justify-content: space-between;
  font-size: 0.75rem;
  color: #666;
  margin-bottom: 1.5rem;
}
.water-urgency {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  background: #fff5f0;
  border: 1px solid #ffd0b5;
  border-radius: 10px;
  padding: 0.8rem 1rem;
  margin-bottom: 1.5rem;
}
.water-urgency-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--orange);
  flex-shrink: 0;
  animation: blink 1.5s ease infinite;
}
.water-urgency span {
  font-size: 0.8rem;
  color: var(--orange);
  font-weight: 600;
}

/* ─ PARTNERS ─ */
#partners {
  background: #fff;
  padding: 5.5rem 5%;
}
.partners-intro {
  color: var(--text);
  line-height: 1.75;
  max-width: 580px;
  margin-top: 0.8rem;
}
.partners-slider-controls {
  display: none;
  align-items: center;
  gap: 0.75rem;
}
.partners-slider-controls.is-visible {
  display: flex;
}
.partners-slider-btn {
  width: 44px;
  height: 44px;
  border: 1.5px solid var(--border);
  border-radius: 50%;
  background: #fff;
  color: var(--teal);
  cursor: pointer;
  font-size: 1.8rem;
  line-height: 1;
  transition: all 0.2s;
}
.partners-slider-btn:hover:not(:disabled) {
  background: var(--teal);
  border-color: var(--teal);
  color: #fff;
}
.partners-slider-btn:disabled {
  cursor: not-allowed;
  opacity: 0.35;
}
.partners-slider {
  margin-top: 3rem;
}
.partners-grid {
  display: flex;
  gap: 1.5rem;
  overflow-x: auto;
  padding-bottom: 0.75rem;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}
.partners-grid::-webkit-scrollbar {
  display: none;
}
.partner-card {
  border: 1.5px solid var(--border);
  border-radius: 18px;
  padding: 2rem;
  transition: all 0.3s;
  background: #fff;
  display: flex;
  flex-direction: column;
  flex: 0 0 calc((100% - 3rem) / 3);
  scroll-snap-align: start;
}
.partner-card:hover {
  border-color: var(--teal);
  box-shadow: 0 12px 40px rgba(13, 79, 74, 0.08);
  transform: translateY(-4px);
}
.partner-logo-area {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.2rem;
}
.partner-logo {
  width: 52px;
  height: 52px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Fraunces", serif;
  font-size: 1.2rem;
  font-weight: 800;
  flex-shrink: 0;
  color: #fff;
}
.plogo-orange {
  background-image: url("../images/exotic4tp.jpeg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.plogo-macafricans {
  background-image: url("../images/africa.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #fff;
  border: 1px solid var(--border);
}
.plogo-teal {
  background: linear-gradient(135deg, var(--teal), var(--teal-light));
}
.plogo-amber {
  background: linear-gradient(135deg, var(--amber), #d48800);
}
.plogo-blue {
  background-image: url("../images/mowuta.jpeg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.plogo-lime {
  background: linear-gradient(135deg, #5a8a00, var(--lime));
}
.plogo-dark {
  background: linear-gradient(135deg, var(--dark), #3a3a5c);
}
.partner-name {
  font-family: "Fraunces", serif;
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--dark);
}
.partner-type {
  font-size: 0.72rem;
  color: var(--text);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-top: 0.1rem;
}
.partner-desc {
  font-size: 0.83rem;
  color: var(--text);
  line-height: 1.65;
  flex: 1;
}
.partner-contribution {
  margin-top: 1.2rem;
  padding-top: 1.2rem;
  border-top: 1px solid var(--border);
  display: flex;
  align-items: center;
  gap: 0.6rem;
  flex-wrap: wrap;
}
.partner-contrib-tag {
  background: rgba(13, 79, 74, 0.08);
  color: var(--teal);
  padding: 0.3rem 0.7rem;
  border-radius: 50px;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.partners-cta {
  margin-top: 3rem;
  background: var(--cream);
  border-radius: 20px;
  padding: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  flex-wrap: wrap;
}
.partners-cta-text h3 {
  font-family: "Fraunces", serif;
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--dark);
  margin-bottom: 0.4rem;
}
.partners-cta-text p {
  font-size: 0.85rem;
  color: var(--text);
}

/* ─ FOUNDER ─ */
#founder {
  padding: 5.5rem 5%;
  position: relative;
  overflow: hidden;
  background: var(--cream);
}
.founder-grid {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 5rem;
  align-items: center;
}
.founder-img-wrap {
  position: relative;
}
.founder-img {
  border-radius: 20px;
  height: 460px;
  overflow: hidden;
  position: relative;
  background: url("../images/1x.jpg") center top/cover no-repeat;
}
.founder-img-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(13, 79, 74, 0.92) 0%,
    rgba(13, 79, 74, 0.2) 55%,
    transparent 100%
  );
}
.founder-name-block {
  position: absolute;
  bottom: 2rem;
  left: 2rem;
  right: 2rem;
  z-index: 2;
}
.founder-name-block h3 {
  font-family: "Fraunces", serif;
  font-size: 1.8rem;
  color: #fff;
  font-weight: 700;
}
.founder-name-block span {
  color: var(--lime-bright);
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.founder-badge {
  position: absolute;
  top: 2rem;
  right: -1.5rem;
  background: var(--amber);
  color: var(--dark);
  padding: 1rem 1.2rem;
  border-radius: 14px;
  text-align: center;
  box-shadow: 0 8px 30px rgba(245, 166, 35, 0.4);
}
.founder-badge strong {
  display: block;
  font-family: "Fraunces", serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
}
.founder-badge span {
  font-size: 0.72rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.values-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
  margin-top: 1.5rem;
}
.value-chip {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  padding: 0.9rem 1.1rem;
  background: #fff;
  border: 1.5px solid var(--border);
  border-radius: 12px;
  transition: 0.2s;
}
.value-chip:hover {
  border-color: var(--teal);
}
.value-chip-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--teal);
  flex-shrink: 0;
}
.value-chip span {
  font-size: 0.83rem;
  font-weight: 600;
  color: var(--dark);
}
.founder-history-cta {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--border);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}
.founder-history-cta p {
  max-width: 520px;
  color: var(--text);
  font-size: 0.9rem;
  line-height: 1.6;
}

/* ─ CONTACT ─ */
#contact {
  padding: 5.5rem 5%;
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(
      135deg,
      rgba(13, 79, 74, 0.95) 0%,
      rgba(7, 35, 32, 0.92) 100%
    ),
    url("https://images.unsplash.com/photo-1469571486292-0ba58a3f068b?w=1400&q=80")
      center/cover no-repeat;
}
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: start;
  position: relative;
  z-index: 1;
}
.contact-left {
  color: rgba(255, 255, 255, 0.85);
}
.contact-left .section-tag {
  background: rgba(191, 237, 0, 0.15);
  color: var(--lime-bright);
}
.contact-left .section-tag::before {
  background: var(--lime-bright);
}
.contact-left .section-title {
  color: #fff;
}
.contact-left .section-desc {
  color: rgba(255, 255, 255, 0.65);
}
.contact-ways {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
  margin-top: 2rem;
}
.pw-item {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 12px;
  padding: 1.2rem;
  transition: 0.2s;
}
.pw-item:hover {
  background: rgba(255, 255, 255, 0.18);
  transform: translateY(-2px);
}
.pw-icon {
  font-size: 1.4rem;
  margin-bottom: 0.5rem;
  display: block;
}
.pw-item h5 {
  font-size: 0.88rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0.3rem;
}
.pw-item p {
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.4;
}
.contact-info {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}
.ci-row {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.88rem;
  font-weight: 500;
}
.ci-icon {
  width: 34px;
  height: 34px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 0.9rem;
}
.contact-form {
  background: #fff;
  border-radius: 20px;
  padding: 2.5rem;
}
.contact-form h3 {
  font-family: "Fraunces", serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--dark);
  margin-bottom: 0.4rem;
}
.contact-form > p {
  font-size: 0.83rem;
  color: var(--text);
  margin-bottom: 1.5rem;
}
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
.field {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  margin-bottom: 1rem;
}
.field label {
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--dark);
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.field input,
.field select,
.field textarea {
  padding: 0.75rem 1rem;
  border: 1.5px solid var(--border);
  border-radius: 10px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 0.875rem;
  color: var(--dark);
  outline: none;
  transition: 0.2s;
  background: #fff;
}
.field input:focus,
.field select:focus,
.field textarea:focus {
  border-color: var(--teal);
  box-shadow: 0 0 0 3px rgba(13, 79, 74, 0.08);
}
.field textarea {
  resize: vertical;
  height: 90px;
}
.form-submit {
  width: 100%;
  padding: 0.85rem;
  background: var(--orange);
  color: #fff;
  border: none;
  border-radius: 10px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 700;
  font-size: 0.95rem;
  cursor: pointer;
  transition: 0.25s;
  margin-top: 0.5rem;
}
.form-submit:hover {
  background: #d4501f;
  transform: translateY(-1px);
}

/* ─ LOCATION MAP ─ */
#location-map {
  padding: 5.5rem 5%;
  background: #fff;
}
.map-section-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: 2rem;
}
.map-section-header > div {
  max-width: 680px;
}
.map-shell {
  position: relative;
  min-height: 460px;
  overflow: hidden;
  border: 1.5px solid var(--border);
  border-radius: 18px;
  background: var(--cream);
  box-shadow: 0 18px 55px rgba(13, 79, 74, 0.08);
}
.map-frame {
  width: 100%;
  height: 460px;
  display: block;
  border: 0;
  filter: saturate(1.1) contrast(1.03);
}
.map-highlight-card {
  position: absolute;
  left: 1.5rem;
  bottom: 1.5rem;
  width: min(420px, calc(100% - 3rem));
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  padding: 1.2rem;
  border: 1px solid rgba(255, 255, 255, 0.65);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.16);
  backdrop-filter: blur(10px);
}
.map-pin {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background: var(--teal);
  color: #fff;
  font-size: 1.4rem;
  box-shadow: 0 0 0 8px rgba(13, 79, 74, 0.12);
}
.map-highlight-card span {
  color: var(--orange);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.map-highlight-card h3 {
  margin-top: 0.2rem;
  color: var(--dark);
  font-family: "Fraunces", serif;
  font-size: 1.2rem;
}
.map-highlight-card p {
  margin-top: 0.35rem;
  color: var(--text);
  font-size: 0.85rem;
  line-height: 1.45;
}

/* ─ FOOTER ─ */
footer {
  background: var(--dark);
  color: rgba(255, 255, 255, 0.6);
  padding: 4rem 5% 2rem;
}
.footer-top {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 3rem;
  margin-bottom: 3rem;
}
.footer-logo-text {
  font-family: "Fraunces", serif;
  font-weight: 700;
  font-size: 1.2rem;
  color: #fff;
  line-height: 1.1;
}
.footer-logo-text small {
  display: block;
  font-size: 0.65rem;
  font-weight: 400;
  font-family: "Plus Jakarta Sans", sans-serif;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.4);
  margin-top: 0.15rem;
}
.footer-desc {
  font-size: 0.83rem;
  line-height: 1.7;
  margin: 1rem 0;
  color: rgba(255, 255, 255, 0.45);
}
.footer-socials {
  display: flex;
  gap: 0.6rem;
  margin-top: 1rem;
}
.footer-social-btn {
  width: 34px;
  height: 34px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.85rem;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.5);
  transition: 0.2s;
}
.footer-social-btn:hover {
  background: var(--teal);
  color: #fff;
}
.footer-col h4 {
  font-family: "Fraunces", serif;
  font-size: 0.95rem;
  font-weight: 600;
  color: #fff;
  margin-bottom: 1rem;
}
.footer-col ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.footer-col ul a {
  color: rgba(255, 255, 255, 0.45);
  text-decoration: none;
  font-size: 0.82rem;
  transition: 0.2s;
}
.footer-col ul a:hover {
  color: var(--lime-bright);
}
.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
  font-size: 0.78rem;
}
.footer-bottom a {
  color: rgba(255, 255, 255, 0.35);
  text-decoration: none;
}
.footer-bottom a:hover {
  color: rgba(255, 255, 255, 0.7);
}

/* ─ REVEAL ─ */
.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition:
    opacity 0.7s ease,
    transform 0.7s ease;
}
.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}
.d1 {
  transition-delay: 0.1s;
}
.d2 {
  transition-delay: 0.2s;
}
.d3 {
  transition-delay: 0.3s;
}
.d4 {
  transition-delay: 0.4s;
}

/* ══════════════════════════════════════
   RESPONSIVE
══════════════════════════════════════ */

/* ── Tablet (≤1100px) ── */
@media (max-width: 1100px) {
  .programs-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* ── Small tablet (≤1024px) ── */
@media (max-width: 1024px) {
  #hero {
    grid-template-columns: 1fr;
    padding: 8rem 5% 4rem;
  }
  .hero-visual {
    padding-left: 0;
  }
  .about-grid,
  .impact-inner,
  .water-inner,
  .founder-grid,
  .contact-grid {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
  .how-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .challenge-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .partner-card {
    flex-basis: calc((100% - 1.5rem) / 2);
  }
  .footer-top {
    grid-template-columns: 1fr 1fr;
  }
}

/* ── Mobile nav breakpoint (≤768px) ── */
@media (max-width: 768px) {
  /* Show hamburger, hide desktop nav items */
  .nav-menu {
    display: none !important;
  }
  .nav-actions {
    display: none !important;
  }
  .nav-hamburger {
    display: flex;
  }
  .mobile-nav-right {
    display: flex;
  }

  /* Show drawer */
  .nav-drawer {
    display: flex;
  }

  /* Nav sits at top (topbar hidden so offset not needed) */
  nav {
    top: 0;
  }
  nav.scrolled {
    top: 0;
  }

  /* Topbar hidden on mobile */
  .topbar {
    display: none;
  }

  /* Hero padding accounts for fixed nav only */
  #hero {
    padding: 5.5rem 5% 3rem;
    min-height: 100svh;
  }

  /* Prevent any horizontal overflow */
  #hero,
  section,
  .stats-bar,
  footer,
  nav {
    max-width: 100vw;
    overflow-x: hidden;
  }

  /* Stat bar 2-col */
  .stats-inner {
    grid-template-columns: 1fr 1fr;
  }
  .stat-item {
    padding: 1.4rem 0.5rem;
  }
  .stat-num {
    font-size: 2rem;
  }

  /* Programs 1-col */
  .programs-grid {
    grid-template-columns: 1fr;
  }

  /* Grids collapse */
  .how-grid {
    grid-template-columns: 1fr 1fr;
  }
  .challenge-grid {
    grid-template-columns: 1fr;
  }
  .section-hflex {
    align-items: flex-start;
  }
  .partner-card {
    flex-basis: min(86vw, 420px);
  }
  .impact-grid {
    grid-template-columns: 1fr 1fr;
  }
  .about-pillars {
    grid-template-columns: 1fr 1fr;
  }
  .values-grid {
    grid-template-columns: 1fr 1fr;
  }
  .form-row {
    grid-template-columns: 1fr;
  }
  .contact-ways {
    grid-template-columns: 1fr 1fr;
  }
  .water-stats {
    grid-template-columns: 1fr 1fr;
  }
  .donation-modal {
    padding: 1rem;
  }
  .donation-gallery {
    grid-template-columns: 1fr;
    grid-template-rows: none;
  }
  .donation-gallery img,
  .donation-gallery img:first-child,
  .donation-gallery img:nth-child(2) {
    grid-row: auto;
    height: 190px;
    border-radius: 12px;
  }
  .donation-modal-body {
    padding: 1.35rem;
  }

  /* Hide decorative floating elements */
  .hero-float-badge {
    display: none;
  }
  .founder-badge {
    display: none;
  }

  /* About image shorter on mobile */
  .about-img {
    height: 320px;
  }
  .founder-img {
    height: 300px;
  }

  /* Hero image shorter on mobile */
  .hero-img-wrap {
    height: 280px;
  }

  /* Sections less padding */
  .section {
    padding: 3.5rem 5%;
  }
  #how,
  #challenges,
  #founder,
  #contact,
  #water,
  #partners,
  #location-map,
  #impact-banner,
  #vision {
    padding: 3.5rem 5%;
  }
  .map-section-header {
    align-items: flex-start;
    flex-direction: column;
  }
  .map-shell {
    min-height: 520px;
  }
  .map-frame {
    height: 360px;
  }
  .map-highlight-card {
    position: relative;
    left: auto;
    bottom: auto;
    width: auto;
    margin: 0.75rem;
  }

  /* Footer */
  .footer-top {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .partners-cta {
    flex-direction: column;
  }

  /* Vision pills wrap */
  .vision-pills {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .vision-inner {
    gap: 2rem;
  }

  /* Chip bar on mobile */
  .about-chip {
    flex-direction: column;
    gap: 0.75rem;
    padding: 1rem;
  }
  .chip-divider {
    width: 100%;
    height: 1px;
  }

  /* Contact ways full width on very small */
}

/* ── Very small phones (≤480px) ── */
@media (max-width: 480px) {
  .how-grid {
    grid-template-columns: 1fr;
  }
  .impact-grid {
    grid-template-columns: 1fr 1fr;
  }
  .contact-ways {
    grid-template-columns: 1fr;
  }
  .water-stats {
    grid-template-columns: 1fr 1fr;
  }
  .about-pillars {
    grid-template-columns: 1fr;
  }
  .values-grid {
    grid-template-columns: 1fr;
  }
  .stats-inner {
    grid-template-columns: 1fr 1fr;
  }

  .hero-text h1 {
    font-size: 2.4rem;
  }
  .hero-cta-row {
    flex-direction: column;
    align-items: stretch;
  }
  .hero-cta-row .btn {
    text-align: center;
    justify-content: center;
  }

  .section-title {
    font-size: 1.8rem;
  }
  .contact-form {
    padding: 1.5rem;
  }
}
