/* =========================================
   CHHORI KO GHAR — BOLD NEPALI THEME
   Forest Green + Dark Green + Gold
   ========================================= */

@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Playfair+Display:wght@600;700;800;900&family=Inter:wght@300;400;500;600;700&family=Yatra+One&family=Tiro+Devanagari+Nepali:ital@0;1&display=swap');

/* ─── Variables ─────────────────────────── */
:root {
  --red:        #2E7D32;
  --red-dk:     #1B5E20;
  --red-lt:     #43A047;
  --navy:       #0A2E0C;
  --navy-lt:    #1A4D1E;
  --navy-bg:    #061A08;
  --gold:       #F9A825;
  --gold-lt:    #FFD54F;
  --white:      #FFFFFF;
  --off-white:  #F7F8FA;
  --light-gray: #EAECF0;
  --mid-gray:   #9EA9B4;
  --dark:       #1C2333;
  --text:       #2D3748;
  --text-lt:    #64748B;

  --shadow-sm:  0 1px 6px rgba(0,0,0,.10);
  --shadow-md:  0 4px 20px rgba(0,0,0,.14);
  --shadow-lg:  0 12px 48px rgba(0,0,0,.18);
  --radius:     6px;
  --transition: all .28s cubic-bezier(.4,0,.2,1);

  --dhaka: url("data:image/svg+xml,%3Csvg width='48' height='8' viewBox='0 0 48 8' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0' y='0' width='12' height='8' fill='%232E7D32'/%3E%3Crect x='12' y='0' width='6' height='8' fill='%23F9A825'/%3E%3Crect x='18' y='0' width='12' height='8' fill='%230A2E0C'/%3E%3Crect x='30' y='0' width='6' height='8' fill='%23F9A825'/%3E%3Crect x='36' y='0' width='12' height='8' fill='%232E7D32'/%3E%3C/svg%3E");
}

/* ─── Reset ─────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body { font-family: 'Inter', sans-serif; background: var(--white); color: var(--text); line-height: 1.65; overflow-x: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }

/* ─── Container ─────────────────────────── */
.container { width: 92%; max-width: 1180px; margin: 0 auto; }


/* ─── Global Headings ───────────────────── */
h1, h2, h3, h4 {
  font-family: 'Playfair Display', serif;
  font-weight: 800;
  line-height: 1.2;
}

/* ─── Typography ────────────────────────── */
.section-tag {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .20em;
  text-transform: uppercase;
  color: var(--red);
  margin-bottom: .6rem;
}
.section-tag::before { content: '—'; color: var(--gold); }

.section-title {
  font-family: 'Inter', sans-serif;
  font-size: clamp(1.25rem, 2.4vw, 1.65rem);
  font-weight: 700;
  line-height: 1.22;
  color: var(--dark);
  margin-bottom: .8rem;
}
.section-subtitle {
  font-size: .95rem;
  color: var(--text-lt);
  max-width: 520px;
  line-height: 1.7;
}

/* ─── Buttons ───────────────────────────── */
.btn {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  padding: .7rem 1.6rem;
  border-radius: var(--radius);
  font-size: .84rem;
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  cursor: pointer;
  border: none;
  transition: var(--transition);
  letter-spacing: .02em;
  white-space: nowrap;
}
.btn-primary {
  background: var(--red);
  color: var(--white);
  box-shadow: 0 3px 12px rgba(46,125,50,.35);
}
.btn-primary:hover { background: var(--red-dk); transform: translateY(-2px); box-shadow: 0 6px 20px rgba(46,125,50,.42); }
.btn-outline {
  background: transparent;
  color: var(--white);
  border: 2px solid rgba(255,255,255,.65);
}
.btn-outline:hover { background: var(--white); color: var(--red); border-color: var(--white); }
.btn-navy {
  background: var(--navy);
  color: var(--white);
  box-shadow: 0 3px 12px rgba(0,0,0,.20);
}
.btn-navy:hover { background: var(--navy-lt); transform: translateY(-2px); }
.btn-gold {
  background: var(--gold);
  color: var(--dark);
  font-weight: 800;
  box-shadow: 0 3px 12px rgba(249,168,37,.38);
}
.btn-gold:hover { filter: brightness(1.08); transform: translateY(-2px); }
.btn-ghost {
  background: transparent;
  color: var(--red);
  border: 1.5px solid var(--red);
}
.btn-ghost:hover { background: var(--red); color: var(--white); }

/* ─── Top Bar ───────────────────────────── */
.top-bar {
  background: var(--red-dk);
  color: rgba(255,255,255,.80);
  font-size: .78rem;
  padding: .5rem 0;
  border-bottom: 1px solid rgba(255,255,255,.12);
}
.top-bar .container { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: .5rem; }
.top-bar-left, .top-bar-right { display: flex; align-items: center; gap: 1.2rem; }
.top-bar-item { display: flex; align-items: center; gap: .35rem; }
.top-bar-item svg { width: 12px; height: 12px; fill: rgba(255,255,255,.70); flex-shrink: 0; }
.top-bar a { color: var(--white); font-weight: 600; transition: var(--transition); }
.top-bar a:hover { color: rgba(255,255,255,.75); }

/* ─── Navbar ────────────────────────────── */
.navbar {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: var(--red);
  box-shadow: 0 2px 16px rgba(46,125,50,.35);
  border-bottom: 2px solid var(--red-dk);
  transition: var(--transition);
}
.navbar .container { display: flex; align-items: center; justify-content: space-between; height: 66px; }

.nav-logo { display: flex; align-items: center; gap: .8rem; }
.nav-logo-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background: var(--white);
  border: 2px solid rgba(255,255,255,.40);
  overflow: hidden;
  padding: 2px;
}
.nav-logo-icon img { width: 100%; height: 100%; object-fit: contain; border-radius: 50%; }
.nav-logo-text h1 { font-family: 'Yatra One', serif; font-size: 1.1rem; font-weight: 400; color: var(--white); line-height: 1.1; letter-spacing: .03em; }
.nav-logo-text span { font-size: .65rem; color: rgba(255,255,255,.70); font-weight: 500; letter-spacing: .06em; text-transform: uppercase; }

.nav-links { display: flex; align-items: center; gap: .1rem; }
.nav-links a {
  padding: .5rem .9rem;
  font-size: .82rem;
  font-weight: 600;
  color: rgba(255,255,255,.85);
  transition: var(--transition);
  border-radius: 4px;
  white-space: nowrap;
}
.nav-links a:hover, .nav-links a.active { color: var(--white); background: rgba(255,255,255,.15); }
.nav-links a.active { color: var(--white); font-weight: 700; }

.nav-donate-btn {
  background: var(--white) !important;
  color: var(--red) !important;
  border-radius: var(--radius) !important;
  padding: .5rem 1.1rem !important;
  font-weight: 700 !important;
  box-shadow: 0 3px 10px rgba(0,0,0,.15) !important;
}
.nav-donate-btn:hover { background: var(--off-white) !important; box-shadow: 0 5px 16px rgba(0,0,0,.20) !important; }

.hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; padding: .4rem; border: none; background: none; }
.hamburger span { display: block; width: 22px; height: 2px; background: var(--white); border-radius: 2px; transition: var(--transition); }

/* ─── Hero ──────────────────────────────── */
.hero {
  position: relative;
  min-height: 400px;
  display: flex;
  align-items: center;
  padding: 3rem 0;
  overflow: hidden;
}
.hero-bg {
  position: absolute; inset: 0;
  background-image:
    linear-gradient(to right, rgba(0,0,0,.72) 0%, rgba(0,0,0,.50) 55%, rgba(0,0,0,.35) 100%),
    url('images/backgroundimage.webp');
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  z-index: 0;
}
.hero::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0; height: 2px;
  background: rgba(255,255,255,.25);
  z-index: 2;
}
.hero-content { position: relative; z-index: 1; max-width: 620px; }
.hero-eyebrow { font-size: .72rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; color: var(--gold-lt); margin-bottom: .5rem; opacity: .9; animation: fadeDown .7s ease both; }
.hero h2 { font-family: 'Yatra One', 'Tiro Devanagari Nepali', serif; font-size: clamp(1.4rem, 3.2vw, 2.2rem); font-weight: 400; color: var(--white); line-height: 1.3; margin-bottom: 1.2rem; animation: fadeUp .8s .12s ease both; text-shadow: 0 2px 24px rgba(0,0,0,.55); letter-spacing: .01em; }
.hero h2 em { font-style: normal; color: var(--gold-lt); }
.hero-eyebrow { font-family: 'Inter', sans-serif; }
.hero-buttons { display: flex; gap: .8rem; flex-wrap: wrap; animation: fadeUp .8s .24s ease both; }
.hero-scroll { display: none; }
.hero-scroll-line { display: none; }

/* ─── Stats Band ────────────────────────── */
.stats-band {
  background: var(--white);
  padding: 0;
  border-top: 1px solid var(--light-gray);
  border-bottom: 1px solid var(--light-gray);
}
.stats-band-grid {
  display: flex;
  align-items: stretch;
}
.stats-band-item {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.4rem 2rem;
  border-right: 1px solid var(--light-gray);
  transition: var(--transition);
}
.stats-band-item:last-child { border-right: none; }
.stats-band-item:hover { background: var(--off-white); }
.stats-band-num {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(2.2rem, 3.5vw, 3rem);
  font-weight: 400;
  color: var(--red);
  line-height: 1;
  letter-spacing: .04em;
  font-variant-numeric: lining-nums;
  flex-shrink: 0;
}
.stats-band-num .counter,
.stats-band-num .stats-slash {
  font-family: 'Bebas Neue', sans-serif;
}
.stats-slash { color: var(--red); }
.stats-band-label {
  font-size: .72rem;
  color: var(--text-lt);
  font-weight: 600;
  line-height: 1.45;
  border-left: 2px solid var(--red);
  padding-left: .75rem;
}
.stats-band-divider { display: none; }

/* ─── Marquee ───────────────────────────── */
.marquee-bar { background: var(--red); padding: .65rem 0; overflow: hidden; border-top: 2px solid var(--red-dk); border-bottom: 2px solid var(--red-dk); }
.marquee-track { display: flex; gap: 2.5rem; animation: marqueeScroll 28s linear infinite; width: max-content; }
.marquee-item { display: flex; align-items: center; gap: .6rem; white-space: nowrap; color: var(--white); font-weight: 600; font-size: .82rem; letter-spacing: .04em; }
.marquee-dot { width: 6px; height: 6px; background: var(--gold-lt); transform: rotate(45deg); flex-shrink: 0; }

/* ─── About Carousel ────────────────────── */
.about-carousel {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  height: 420px;
}
.about-carousel-track {
  display: flex;
  height: 100%;
  transition: transform .5s cubic-bezier(.4,0,.2,1);
}
.about-carousel-track img {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.carousel-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255,255,255,.88);
  border: none;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  font-size: 1.4rem;
  line-height: 1;
  cursor: pointer;
  color: var(--dark);
  box-shadow: var(--shadow-sm);
  transition: var(--transition);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
.carousel-btn:hover { background: var(--white); transform: translateY(-50%) scale(1.1); }
.carousel-prev { left: .8rem; }
.carousel-next { right: .8rem; }
.carousel-dots {
  position: absolute;
  bottom: .9rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: .45rem;
  z-index: 2;
}
.carousel-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255,255,255,.55);
  cursor: pointer;
  transition: var(--transition);
  border: 1.5px solid rgba(255,255,255,.80);
}
.carousel-dot.active {
  background: var(--white);
  transform: scale(1.25);
}

/* ─── Home About ────────────────────────── */
.home-about { padding: 4rem 0; background: var(--off-white); }
.home-about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; }
.home-about-img-wrap { position: relative; }
.home-about-img { width: 100%; height: 420px; object-fit: cover; border-radius: var(--radius); box-shadow: var(--shadow-lg); display: block; }
.home-about-founded {
  position: absolute; bottom: -16px; right: -16px;
  background: var(--navy); color: var(--white);
  padding: 1.2rem 1.5rem; text-align: center;
  border-top: 3px solid var(--gold); border-radius: var(--radius);
  box-shadow: var(--shadow-md);
}
.founded-year { display: block; font-family: 'Bebas Neue', 'Arial Black', sans-serif; font-size: 2rem; font-weight: 400; color: var(--gold-lt); line-height: 1; letter-spacing: .06em; }
.founded-label { display: block; font-size: .68rem; color: rgba(255,255,255,.72); margin-top: .2rem; font-weight: 600; line-height: 1.4; }
.home-about-content p { color: var(--text-lt); margin-bottom: 1.2rem; line-height: 1.75; font-size: .95rem; }
.home-about-pills { display: flex; flex-wrap: wrap; gap: .5rem; margin-top: 1.2rem; }
.pill {
  display: inline-flex; align-items: center; gap: .3rem;
  background: var(--white); border: 1px solid var(--light-gray);
  border-left: 3px solid var(--red);
  color: var(--text); font-size: .78rem; font-weight: 600;
  padding: .32rem .8rem; border-radius: 3px;
  transition: var(--transition);
}
.pill:hover { border-color: var(--red); background: rgba(46,125,50,.04); }

/* ─── Home Section Header ───────────────── */
.home-section-header {
  display: flex; justify-content: space-between;
  align-items: flex-end; margin-bottom: 2rem;
  flex-wrap: wrap; gap: 1rem;
}

/* ─── Services Grid ─────────────────────── */
.home-services { padding: 4rem 0; background: var(--white); }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; }
.service-card {
  background: var(--off-white);
  border-radius: var(--radius);
  padding: 1.6rem;
  border: 1px solid var(--light-gray);
  border-top: 3px solid var(--red);
  transition: var(--transition);
}
.service-card:hover { background: var(--white); transform: translateY(-4px); box-shadow: var(--shadow-md); border-top-color: var(--navy); }
.service-icon { font-size: 1.9rem; margin-bottom: 1rem; display: block; }
.service-card h3 { font-family: 'Playfair Display', serif; font-size: .98rem; font-weight: 700; color: var(--dark); margin-bottom: .5rem; }
.service-card p { font-size: .85rem; color: var(--text-lt); line-height: 1.65; margin-bottom: 1rem; }
.service-link { font-size: .78rem; font-weight: 700; color: var(--red); letter-spacing: .03em; transition: var(--transition); display: inline-flex; align-items: center; gap: .25rem; }
.service-link:hover { gap: .5rem; }

/* ─── Home Activities ───────────────────── */
.home-activities { padding: 4rem 0; background: var(--off-white); }
.activities-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.4rem; }
.activity-card { background: var(--white); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-sm); border: 1px solid var(--light-gray); transition: var(--transition); }
.activity-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); }
.activity-card-img-wrap { position: relative; overflow: hidden; }
.activity-card-img { width: 100%; height: 180px; object-fit: cover; transition: transform .5s ease; display: block; }
.activity-card:hover .activity-card-img { transform: scale(1.05); }
.activity-date-badge { position: absolute; top: .8rem; right: .8rem; background: var(--red); border-radius: 4px; padding: .3rem .6rem; text-align: center; }
.activity-date-badge .day { font-family: 'Playfair Display', serif; font-size: 1.2rem; font-weight: 700; color: var(--white); line-height: 1; }
.activity-date-badge .month { font-size: .6rem; font-weight: 700; color: rgba(255,255,255,.85); text-transform: uppercase; letter-spacing: .06em; }
.activity-card-body { padding: 1.1rem 1.2rem; }
.activity-card-body h3 { font-family: 'Playfair Display', serif; font-size: .92rem; font-weight: 700; margin-bottom: .45rem; color: var(--dark); line-height: 1.4; }
.activity-card-body p { font-size: .82rem; color: var(--text-lt); margin-bottom: .9rem; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; line-height: 1.6; }
.activity-card-footer { display: flex; align-items: center; justify-content: space-between; border-top: 1px solid var(--light-gray); padding-top: .75rem; }
.activity-card-footer a { font-size: .78rem; font-weight: 700; color: var(--red); transition: var(--transition); }
.activity-card-footer a:hover { color: var(--red-dk); }
.activity-meta { font-size: .73rem; color: var(--text-lt); }

/* ─── Home Donate CTA ───────────────────── */
.home-donate-cta {
  padding: 4rem 0;
  background: var(--navy);
  position: relative;
  overflow: hidden;
  border-top: 4px solid var(--gold);
}
.home-donate-cta::before {
  content: '';
  position: absolute; inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='.04' fill='%23ffffff'%3E%3Cellipse cx='30' cy='15' rx='5' ry='12'/%3E%3Cellipse cx='30' cy='45' rx='5' ry='12'/%3E%3Cellipse cx='15' cy='30' rx='12' ry='5'/%3E%3Cellipse cx='45' cy='30' rx='12' ry='5'/%3E%3Ccircle cx='30' cy='30' r='4'/%3E%3C/g%3E%3C/svg%3E");
}
.home-donate-inner { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 1fr; gap: 3.5rem; align-items: center; }
.home-donate-text .section-tag { color: var(--gold-lt); }
.home-donate-text .section-tag::before { color: var(--gold); }
.home-donate-text .section-title { color: var(--white); }
.home-donate-text p { color: rgba(255,255,255,.72); font-size: .92rem; margin-top: .6rem; }
.donate-quick-label { font-size: .7rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--gold-lt); margin-bottom: .7rem; display: block; }
.donate-quick-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: .5rem; margin-bottom: .7rem; }
.home-donate-amounts .amount-btn { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.18); color: rgba(255,255,255,.85); border-radius: 4px; padding: .55rem; font-size: .82rem; font-weight: 700; cursor: pointer; transition: var(--transition); text-align: center; font-family: 'Inter', sans-serif; }
.home-donate-amounts .amount-btn:hover, .home-donate-amounts .amount-btn.active { background: var(--gold); color: var(--dark); border-color: var(--gold); }
.home-donate-amounts .donate-custom { width: 100%; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.18); border-radius: 4px; padding: .6rem .9rem; color: var(--white); font-family: 'Inter', sans-serif; font-size: .88rem; outline: none; margin-bottom: .6rem; }
.home-donate-amounts .donate-custom::placeholder { color: rgba(255,255,255,.40); }
.home-donate-amounts .donate-custom:focus { border-color: var(--gold); }

/* ─── Testimonials ──────────────────────── */
/* ─── Donors Section ────────────────────── */
/* ─── Donors / Testimonials Carousel ────── */
.home-donors {
  padding: 5rem 0 4rem;
  background: var(--navy);
}
.donors-heading {
  text-align: center;
  color: var(--white);
  font-size: clamp(1.5rem, 3vw, 2rem);
  margin-bottom: 2.5rem;
  letter-spacing: .02em;
}
.donors-carousel-wrap {
  max-width: 780px;
  margin: 0 auto;
  position: relative;
}
.donors-carousel {
  overflow: hidden;
  position: relative;
}
.donors-track {
  display: flex;
  transition: transform .5s cubic-bezier(.4,0,.2,1);
}
.donor-slide {
  flex-shrink: 0;
  width: 100%;
  padding: 0 .5rem;
}
.donor-card {
  background: var(--white);
  border-radius: 12px;
  padding: 2.2rem 2.4rem 4.5rem;
  text-align: center;
  position: relative;
  box-shadow: 0 8px 40px rgba(0,0,0,.25);
}
.donor-message {
  font-size: 1rem;
  color: var(--text);
  line-height: 1.85;
  font-style: normal;
  text-align: justify;
}
.donor-avatar-wrap {
  position: absolute;
  bottom: -44px;
  left: 50%;
  transform: translateX(-50%);
  width: 88px; height: 88px;
  border-radius: 50%;
  background: var(--navy);
  border: 4px solid var(--gold);
  display: flex; align-items: center; justify-content: center;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 2rem;
  color: var(--gold-lt);
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(0,0,0,.3);
}
.donor-avatar-wrap img { width: 100%; height: 100%; object-fit: cover; }
.donor-person {
  margin-top: 3.5rem;
  text-align: center;
}
.donor-name {
  color: var(--white);
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: .2rem;
}
.donor-sub {
  font-size: .82rem;
  color: rgba(255,255,255,.55);
  display: flex; align-items: center; justify-content: center; gap: .6rem;
}
.donor-amount {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 1.1rem;
  color: var(--gold-lt);
  letter-spacing: .05em;
}
.donor-badge {
  display: inline-block;
  font-size: .62rem;
  font-weight: 700;
  padding: .12rem .5rem;
  border-radius: 20px;
  text-transform: uppercase;
  letter-spacing: .04em;
}
.donor-badge.monthly  { background: #c8e6c9; color: #1b5e20; }
.donor-badge.one-time { background: #ffe0b2; color: #bf360c; }

/* nav */
.donors-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-top: 5rem;
}
.donors-prev, .donors-next {
  background: rgba(255,255,255,.12);
  border: none;
  width: 40px; height: 40px;
  border-radius: 50%;
  color: var(--white);
  font-size: 1.5rem;
  cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  transition: var(--transition);
}
.donors-prev:hover, .donors-next:hover { background: var(--red); }
.donors-dots { display: flex; gap: .45rem; }
.donors-dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: rgba(255,255,255,.3);
  border: 1.5px solid rgba(255,255,255,.5);
  cursor: pointer;
  transition: var(--transition);
}
.donors-dot.active { background: var(--white); transform: scale(1.25); }

/* skeleton */
.donor-slide-skeleton {
  max-width: 780px;
  margin: 0 auto;
  background: rgba(255,255,255,.08);
  border-radius: 12px;
  height: 200px;
  animation: skeleton-pulse 1.4s ease-in-out infinite;
}
.btn-white-outline {
  background: transparent;
  color: var(--white);
  border: 2px solid rgba(255,255,255,.5);
  padding: .75rem 2rem;
  border-radius: var(--radius);
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: .88rem;
  cursor: pointer;
  transition: var(--transition);
  display: inline-block;
}
.btn-white-outline:hover { background: var(--white); color: var(--navy); border-color: var(--white); }
@keyframes skeleton-pulse {
  0%,100% { opacity: 1; }
  50%      { opacity: .45; }
}

/* ─── Footer ────────────────────────────── */
.footer { background: var(--navy-bg); color: rgba(255,255,255,.75); padding: 3.5rem 0 0; border-top: 4px solid var(--red); }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.2fr; gap: 2.5rem; padding-bottom: 2.5rem; border-bottom: 1px solid rgba(255,255,255,.08); }
.footer-brand .nav-logo { margin-bottom: 1rem; }
.footer-brand .nav-logo-text h1 { color: var(--white); }
.footer-brand p { font-size: .85rem; line-height: 1.75; color: rgba(255,255,255,.58); margin-bottom: 1.2rem; }
.footer-col h4 { font-family: 'Playfair Display', serif; font-size: .92rem; font-weight: 700; color: var(--white); margin-bottom: 1rem; padding-bottom: .5rem; border-bottom: 1px solid rgba(255,255,255,.10); letter-spacing: .04em; }
.footer-links { display: flex; flex-direction: column; gap: .5rem; }
.footer-links a { font-size: .84rem; color: rgba(255,255,255,.58); display: flex; align-items: center; gap: .4rem; transition: var(--transition); }
.footer-links a:hover { color: var(--gold-lt); padding-left: .3rem; }
.footer-links a::before { content: '›'; color: var(--red); font-size: .9rem; }
.footer-newsletter p { font-size: .85rem; color: rgba(255,255,255,.58); margin-bottom: .8rem; line-height: 1.6; }
.newsletter-form { display: flex; gap: .4rem; margin-bottom: 1rem; }
.newsletter-form input { flex: 1; padding: .6rem .9rem; border-radius: 4px; border: 1px solid rgba(255,255,255,.15); background: rgba(255,255,255,.06); color: var(--white); font-family: 'Inter', sans-serif; font-size: .84rem; outline: none; }
.newsletter-form input::placeholder { color: rgba(255,255,255,.35); }
.newsletter-form input:focus { border-color: var(--gold); }
.newsletter-form button { background: var(--red); border: none; border-radius: 4px; padding: .6rem .9rem; cursor: pointer; color: var(--white); font-size: .9rem; transition: var(--transition); }
.newsletter-form button:hover { background: var(--red-dk); }
.social-links { display: flex; gap: .6rem; flex-wrap: wrap; }
.social-link { width: 36px; height: 36px; border-radius: 4px; display: flex; align-items: center; justify-content: center; font-size: .95rem; transition: var(--transition); }
.social-link.fb { background: #1877F2; color: var(--white); }
.social-link.yt { background: #FF0000; color: var(--white); }
.social-link.ig { background: linear-gradient(135deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888); color: var(--white); }
.social-link.tt { background: #111; color: var(--white); }
.social-link.tw { background: #1DA1F2; color: var(--white); }
.social-link:hover { transform: translateY(-3px) scale(1.1); }
.footer-bottom { padding: 1.2rem 0; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: .8rem; font-size: .78rem; color: rgba(255,255,255,.38); }
.footer-bottom a { color: var(--gold-lt); }

/* ─── Back to top ───────────────────────── */
.back-to-top { position: fixed; bottom: 1.5rem; right: 1.5rem; z-index: 500; width: 40px; height: 40px; background: var(--red); color: var(--white); border: none; border-radius: var(--radius); cursor: pointer; font-size: 1.1rem; display: flex; align-items: center; justify-content: center; box-shadow: var(--shadow-md); transition: var(--transition); opacity: 0; pointer-events: none; }
.back-to-top.show { opacity: 1; pointer-events: auto; }
.back-to-top:hover { background: var(--red-dk); transform: translateY(-3px); }

/* ─── Inner Page Hero ───────────────────── */
.page-hero {
  padding: 4.5rem 0 3rem;
  position: relative;
  overflow: hidden;
  background-image:
    linear-gradient(to bottom, rgba(0,0,0,.80) 0%, rgba(0,0,0,.60) 60%, rgba(0,0,0,.75) 100%),
    url('images/backgroundimage.webp');
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  background-attachment: scroll;
}
.page-hero-content { position: relative; z-index: 1; text-align: center; }
.page-breadcrumb { display: flex; align-items: center; justify-content: center; gap: .5rem; font-size: .72rem; color: rgba(255,255,255,.58); font-weight: 600; letter-spacing: .1em; text-transform: uppercase; margin-bottom: .9rem; }
.page-breadcrumb a { color: var(--gold-lt); transition: var(--transition); }
.page-breadcrumb a:hover { color: var(--white); }
.page-breadcrumb span { color: var(--gold); }
.page-hero h1 { font-family: 'Inter', sans-serif; font-size: clamp(1.8rem, 5vw, 3rem); font-weight: 700; color: var(--white); line-height: 1.15; margin-bottom: .6rem; text-shadow: 0 2px 20px rgba(0,0,0,.5); }
.page-hero p { color: rgba(255,255,255,.75); font-size: .97rem; max-width: 520px; margin: 0 auto; }

/* ─── Contact page ──────────────────────── */
.contact { padding: 4rem 0; background: var(--off-white); }
.contact-grid { display: grid; grid-template-columns: 1fr 1.3fr; gap: 3rem; align-items: start; }
.contact-info-items { display: flex; flex-direction: column; gap: 1.2rem; margin: 1.5rem 0 2rem; }
.contact-info-item { display: flex; gap: .9rem; align-items: flex-start; }
.contact-icon { width: 42px; height: 42px; background: var(--red); border-radius: var(--radius); display: flex; align-items: center; justify-content: center; flex-shrink: 0; color: var(--white); font-size: 1rem; }
.contact-detail h4 { font-weight: 700; margin-bottom: .15rem; color: var(--dark); font-size: .88rem; }
.contact-detail p, .contact-detail a { font-size: .88rem; color: var(--text-lt); transition: var(--transition); }
.contact-detail a:hover { color: var(--red); }
.contact-form-wrap { background: var(--white); border-radius: var(--radius); padding: 2rem; box-shadow: var(--shadow-md); border-top: 3px solid var(--red); }
.contact-form-wrap h3 { font-family: 'Playfair Display', serif; font-size: 1.3rem; font-weight: 700; margin-bottom: 1.2rem; color: var(--dark); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: .9rem; }
.form-group { margin-bottom: .9rem; }
.form-group label { display: block; font-size: .75rem; font-weight: 700; color: var(--text-lt); margin-bottom: .35rem; text-transform: uppercase; letter-spacing: .06em; }
.form-group input, .form-group textarea, .form-group select { width: 100%; padding: .65rem .9rem; border: 1.5px solid var(--light-gray); border-radius: var(--radius); font-family: 'Inter', sans-serif; font-size: .9rem; color: var(--dark); background: var(--off-white); outline: none; transition: var(--transition); }
.form-group input:focus, .form-group textarea:focus { border-color: var(--red); background: var(--white); box-shadow: 0 0 0 3px rgba(46,125,50,.08); }
.form-group textarea { resize: vertical; min-height: 100px; }

/* ─── Post page ─────────────────────────── */
.post-hero { position: relative; height: 440px; overflow: hidden; background: var(--navy); }
.post-hero-img { width: 100%; height: 100%; object-fit: cover; opacity: .45; display: block; }
.post-hero-overlay { position: absolute; inset: 0; display: flex; align-items: flex-end; background: linear-gradient(to top, rgba(0,0,0,.85) 0%, transparent 60%); padding: 2.5rem; border-top: 4px solid var(--gold); }
.post-hero-content { max-width: 800px; }
.post-hero-date { display: inline-flex; align-items: center; gap: .45rem; background: rgba(249,168,37,.18); border: 1px solid rgba(249,168,37,.30); color: var(--gold-lt); font-size: .75rem; font-weight: 700; padding: .3rem .9rem; border-radius: 4px; margin-bottom: .8rem; letter-spacing: .07em; }
.post-hero-title { font-family: 'Playfair Display', serif; font-size: clamp(1.5rem,4vw,2.5rem); font-weight: 800; color: var(--white); line-height: 1.18; }
.post-body-wrap { max-width: 780px; margin: 0 auto; padding: 3rem 1.5rem; }
.post-breadcrumb { display: flex; align-items: center; gap: .45rem; font-size: .82rem; color: var(--text-lt); margin-bottom: 1.8rem; flex-wrap: wrap; font-weight: 600; }
.post-breadcrumb a { color: var(--red); }
.post-content { font-size: 1.02rem; color: var(--text); line-height: 1.85; }
.post-content p { margin-bottom: 1.2rem; }
.post-content img { max-width: 100%; border-radius: var(--radius); margin: 1.5rem 0; box-shadow: var(--shadow-sm); }
.post-content h2, .post-content h3 { font-family: 'Playfair Display', serif; color: var(--dark); margin: 1.8rem 0 .7rem; }
.post-content a { color: var(--red); text-decoration: underline; }
.post-nav { display: grid; grid-template-columns: 1fr 1fr; gap: 1.2rem; margin-top: 3rem; border-top: 1px solid var(--light-gray); padding-top: 1.8rem; }
.post-nav-card { display: block; padding: 1rem 1.2rem; border-radius: var(--radius); background: var(--off-white); box-shadow: var(--shadow-sm); border: 1px solid var(--light-gray); transition: var(--transition); }
.post-nav-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); border-color: var(--red); }
.post-nav-card.prev { border-left: 3px solid var(--red); }
.post-nav-card.next { border-right: 3px solid var(--gold); text-align: right; }
.nav-label { font-size: .68rem; font-weight: 700; color: var(--red); letter-spacing: .12em; text-transform: uppercase; margin-bottom: .35rem; }
.post-nav-card h4 { font-family: 'Playfair Display', serif; font-size: .9rem; color: var(--dark); font-weight: 600; line-height: 1.4; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.donate-strip { background: var(--navy); border-radius: var(--radius); padding: 1.8rem 2rem; display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; margin-top: 2.5rem; flex-wrap: wrap; border-top: 3px solid var(--gold); }
.donate-strip h3 { font-family: 'Playfair Display', serif; font-size: 1.1rem; color: var(--white); margin-bottom: .25rem; }
.donate-strip p { color: rgba(255,255,255,.70); font-size: .86rem; }
.btn-white { background: var(--white); color: var(--red); font-weight: 700; font-family: 'Inter', sans-serif; padding: .75rem 1.8rem; border-radius: var(--radius); text-decoration: none; transition: var(--transition); white-space: nowrap; }
.btn-white:hover { transform: translateY(-2px); box-shadow: var(--shadow-md); }
#postSkeleton { max-width: 780px; margin: 3rem auto; padding: 0 1.5rem; }

/* ─── Events page ───────────────────────── */
.events-search-wrap { background: var(--white); border-radius: var(--radius); padding: 1.2rem 1.5rem; margin-bottom: 2rem; box-shadow: var(--shadow-sm); border-top: 3px solid var(--red); display: flex; align-items: center; gap: 1rem; flex-wrap: wrap; }
.events-search-wrap input { flex: 1; min-width: 200px; padding: .65rem 1rem; border: 1.5px solid var(--light-gray); border-radius: var(--radius); font-family: 'Inter', sans-serif; font-size: .9rem; color: var(--dark); background: var(--off-white); outline: none; transition: var(--transition); }
.events-search-wrap input:focus { border-color: var(--red); background: var(--white); }
#postsCount { font-size: .82rem; color: var(--text-lt); font-weight: 600; white-space: nowrap; }
.events-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; margin-bottom: 2.5rem; }
.event-card { background: var(--white); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-sm); border: 1px solid var(--light-gray); border-bottom: 3px solid var(--red); transition: var(--transition); }
.event-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); }
.event-card-img-wrap { position: relative; overflow: hidden; }
.event-card-img { width: 100%; height: 180px; object-fit: cover; transition: transform .5s ease; display: block; }
.event-card:hover .event-card-img { transform: scale(1.05); }
.event-date-box { position: absolute; top: .8rem; right: .8rem; background: var(--red); border-radius: 4px; padding: .3rem .6rem; text-align: center; }
.event-date-box .day { font-family: 'Playfair Display', serif; font-size: 1.2rem; font-weight: 800; color: var(--white); line-height: 1; }
.event-date-box .month { font-size: .6rem; font-weight: 700; color: rgba(255,255,255,.85); text-transform: uppercase; letter-spacing: .06em; }
.event-body { padding: 1.1rem 1.2rem; }
.event-body h3 { font-family: 'Playfair Display', serif; font-size: .9rem; font-weight: 700; margin-bottom: .45rem; color: var(--dark); line-height: 1.4; }
.event-body p { font-size: .82rem; color: var(--text-lt); margin-bottom: .9rem; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; line-height: 1.6; }
.event-footer { display: flex; align-items: center; justify-content: space-between; border-top: 1px solid var(--light-gray); padding-top: .75rem; }
.event-footer a { font-size: .78rem; font-weight: 700; color: var(--red); display: flex; align-items: center; gap: .3rem; transition: var(--transition); }
.event-footer a:hover { gap: .6rem; }
.event-num { font-size: .72rem; background: var(--off-white); color: var(--text-lt); padding: .2em .6em; border-radius: 3px; font-weight: 700; border: 1px solid var(--light-gray); }
.no-results { grid-column: 1/-1; text-align: center; padding: 3.5rem 1rem; color: var(--text-lt); }
.no-results .icon { font-size: 2.8rem; margin-bottom: .8rem; }
.no-results h3 { font-family: 'Playfair Display', serif; font-size: 1.3rem; color: var(--dark); margin-bottom: .4rem; }
.load-more-wrap { text-align: center; margin-top: 2rem; }
#loadMoreBtn:disabled { opacity: .5; cursor: not-allowed; transform: none !important; }

/* ─── Programs page ─────────────────────── */
.prog-big-card { display: grid; grid-template-columns: 1fr 1fr; overflow: hidden; box-shadow: var(--shadow-sm); margin-bottom: 2rem; background: var(--white); border-radius: var(--radius); border: 1px solid var(--light-gray); border-bottom: 3px solid var(--red); }
.prog-big-card.reverse { direction: rtl; }
.prog-big-card.reverse > * { direction: ltr; }
.prog-big-img { width: 100%; height: 100%; min-height: 300px; object-fit: cover; display: block; }
.prog-big-body { padding: 2.2rem; display: flex; flex-direction: column; justify-content: center; }
.prog-tag { display: inline-block; background: rgba(46,125,50,.08); color: var(--red); font-size: .68rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; padding: .3em .9em; border-radius: 3px; margin-bottom: .8rem; border: 1px solid rgba(46,125,50,.20); }
.prog-big-body h2 { font-family: 'Playfair Display', serif; font-size: 1.5rem; font-weight: 800; margin-bottom: .8rem; color: var(--dark); }
.prog-big-body p { color: var(--text-lt); margin-bottom: 1.2rem; font-size: .92rem; line-height: 1.75; }
.prog-feature-list { display: flex; flex-direction: column; gap: .5rem; margin-bottom: 1.5rem; }
.prog-feature { display: flex; align-items: center; gap: .6rem; font-size: .86rem; color: var(--text-lt); font-weight: 500; }
.prog-feature::before { content: '✓'; width: 20px; height: 20px; background: var(--red); color: var(--white); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: .68rem; flex-shrink: 0; }
.small-programs { padding: 3rem 0; background: var(--off-white); }
.small-programs-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.2rem; }
.small-prog-card { background: var(--white); border-radius: var(--radius); padding: 1.5rem; text-align: center; box-shadow: var(--shadow-sm); transition: var(--transition); border-top: 3px solid transparent; border: 1px solid var(--light-gray); }
.small-prog-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); border-top: 3px solid var(--red); }
.small-prog-icon { font-size: 2rem; margin-bottom: .8rem; }
.small-prog-card h3 { font-family: 'Playfair Display', serif; font-size: .92rem; font-weight: 700; margin-bottom: .4rem; color: var(--dark); }
.small-prog-card p { font-size: .82rem; color: var(--text-lt); }

/* ─── About page ────────────────────────── */
.about { padding: 4rem 0; background: var(--off-white); }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; }
.about-img-main { width: 100%; height: 420px; object-fit: cover; border-radius: var(--radius); box-shadow: var(--shadow-lg); display: block; }
.about-img-accent { position: absolute; top: -16px; left: -16px; width: 60px; height: 60px; background: linear-gradient(135deg, var(--red), var(--gold)); border-radius: var(--radius); opacity: .4; z-index: -1; }
.about-image-wrap { position: relative; }
.about-img-badge { position: absolute; bottom: -16px; right: -16px; background: var(--red); border-radius: var(--radius); padding: 1.1rem 1.4rem; box-shadow: var(--shadow-md); text-align: center; border-top: 2px solid var(--gold); }
.about-img-badge .num { font-family: 'Playfair Display', serif; font-size: 2rem; font-weight: 800; color: var(--gold-lt); line-height: 1; }
.about-img-badge .label { font-size: .68rem; color: rgba(255,255,255,.80); font-weight: 600; margin-top: .2rem; line-height: 1.3; }
.about-features { display: flex; flex-direction: column; gap: 1rem; margin: 1.5rem 0 2rem; }
.about-feature { display: flex; align-items: flex-start; gap: .9rem; }
.about-feature-icon { width: 40px; height: 40px; background: rgba(46,125,50,.08); border-radius: var(--radius); display: flex; align-items: center; justify-content: center; font-size: 1rem; flex-shrink: 0; border: 1px solid rgba(46,125,50,.15); }
.about-feature-text h4 { font-weight: 700; font-size: .9rem; color: var(--dark); margin-bottom: .15rem; }
.about-feature-text p { font-size: .84rem; color: var(--text-lt); }

/* ─── Donation page ─────────────────────── */
.donate-section { padding: 4rem 0; }
.donate-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 3rem; align-items: start; }
.donate-form-card { background: var(--white); border-radius: var(--radius); padding: 2rem; box-shadow: var(--shadow-md); border-top: 3px solid var(--red); }
.donate-form-card h2 { font-family: 'Playfair Display', serif; font-size: 1.5rem; margin-bottom: 1.2rem; color: var(--dark); font-weight: 800; }
.amount-picker { display: grid; grid-template-columns: repeat(3, 1fr); gap: .6rem; margin-bottom: 1rem; }
.pick-btn { border: 1.5px solid var(--light-gray); background: var(--off-white); border-radius: var(--radius); padding: .7rem; font-size: .88rem; font-weight: 700; color: var(--dark); cursor: pointer; transition: var(--transition); text-align: center; font-family: 'Inter', sans-serif; }
.pick-btn:hover, .pick-btn.selected { border-color: var(--red); background: rgba(46,125,50,.06); color: var(--red); }
.custom-input { width: 100%; padding: .7rem .9rem; border: 1.5px solid var(--light-gray); border-radius: var(--radius); font-family: 'Inter', sans-serif; font-size: .9rem; color: var(--dark); margin-bottom: 1rem; outline: none; transition: var(--transition); background: var(--off-white); }
.custom-input:focus { border-color: var(--red); background: var(--white); box-shadow: 0 0 0 3px rgba(46,125,50,.08); }
.freq-tabs { display: flex; gap: .4rem; margin-bottom: 1.2rem; }
.freq-tab { flex: 1; padding: .55rem; border: 1.5px solid var(--light-gray); background: transparent; border-radius: var(--radius); font-family: 'Inter', sans-serif; font-weight: 700; font-size: .82rem; cursor: pointer; transition: var(--transition); color: var(--text-lt); }
.freq-tab.active { border-color: var(--navy); background: rgba(10,46,12,.08); color: var(--navy); }
.impact-card { background: rgba(46,125,50,.05); border-radius: var(--radius); padding: 1rem 1.2rem; margin-bottom: 1.2rem; border-left: 3px solid var(--red); }
.impact-card p { font-size: .86rem; color: var(--text-lt); font-weight: 600; }
.impact-card span { color: var(--red); font-weight: 700; }
.why-donate { background: var(--white); border-radius: var(--radius); padding: 1.8rem; box-shadow: var(--shadow-sm); margin-bottom: 1.5rem; border-top: 3px solid var(--navy); border: 1px solid var(--light-gray); }
.why-donate h3 { font-family: 'Playfair Display', serif; font-size: 1.1rem; margin-bottom: 1rem; color: var(--dark); font-weight: 700; }
.why-item { display: flex; gap: .9rem; margin-bottom: 1rem; align-items: flex-start; }
.why-icon { font-size: 1.3rem; flex-shrink: 0; }
.why-text h4 { font-weight: 700; font-size: .88rem; color: var(--dark); margin-bottom: .15rem; }
.why-text p { font-size: .82rem; color: var(--text-lt); }
.bank-card { background: var(--navy); border-radius: var(--radius); padding: 1.8rem; color: var(--white); border-top: 3px solid var(--gold); }
.bank-card h3 { font-family: 'Playfair Display', serif; font-size: 1rem; margin-bottom: 1.1rem; color: var(--gold-lt); font-weight: 700; }
.bank-row { display: flex; justify-content: space-between; margin-bottom: .6rem; font-size: .86rem; }
.bank-row .label { color: rgba(255,255,255,.55); }
.bank-row .value { font-weight: 700; color: var(--white); }
.qr-note { margin-top: 1rem; padding-top: 1rem; border-top: 1px solid rgba(255,255,255,.12); font-size: .78rem; color: rgba(255,255,255,.55); }
.impact-section { padding: 3.5rem 0; background: var(--off-white); }
.impact-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.2rem; }
.impact-item { background: var(--white); border-radius: var(--radius); padding: 1.5rem; text-align: center; box-shadow: var(--shadow-sm); border-top: 3px solid var(--red); border: 1px solid var(--light-gray); }
.impact-amount { font-family: 'Playfair Display', serif; font-size: 1.3rem; font-weight: 800; color: var(--red); margin-bottom: .4rem; }
.impact-desc { font-size: .82rem; color: var(--text-lt); }

/* ─── Skeleton loader ───────────────────── */
.skeleton { background: linear-gradient(90deg, var(--light-gray) 25%, #e8e8e8 50%, var(--light-gray) 75%); background-size: 200% 100%; animation: shimmer 1.4s infinite; border-radius: 3px; }
@keyframes shimmer { 0%{background-position:200% 0} 100%{background-position:-200% 0} }
.skel-card { background: var(--white); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-sm); border: 1px solid var(--light-gray); }
.skel-img { height: 180px; }
.skel-body { padding: 1.1rem; }
.skel-line { height: 12px; margin-bottom: .6rem; }
.skel-line.w70 { width: 70%; }
.skel-line.w50 { width: 50%; }

/* ─── Contact page extras ───────────────── */
.contact-hero-cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.2rem; margin-top: -50px; position: relative; z-index: 10; }
.contact-quick-card { background: var(--white); border-radius: var(--radius); padding: 1.5rem; text-align: center; box-shadow: var(--shadow-md); transition: var(--transition); border-top: 3px solid var(--red); border: 1px solid var(--light-gray); }
.contact-quick-card:hover { transform: translateY(-4px); }
.contact-quick-card .icon { font-size: 1.8rem; margin-bottom: .6rem; }
.contact-quick-card h3 { font-family: 'Playfair Display', serif; font-size: .88rem; font-weight: 700; margin-bottom: .3rem; color: var(--dark); }
.contact-quick-card p, .contact-quick-card a { font-size: .82rem; color: var(--text-lt); display: block; }
.contact-quick-card a { color: var(--red); font-weight: 700; }
.map-container { border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-sm); background: var(--light-gray); height: 380px; display: flex; align-items: center; justify-content: center; border: 1px solid var(--light-gray); }
.map-placeholder { text-align: center; color: var(--text-lt); }
.map-placeholder .map-icon { font-size: 3.5rem; margin-bottom: .8rem; }
.map-placeholder h3 { font-family: 'Playfair Display', serif; font-size: 1.1rem; margin-bottom: .4rem; color: var(--dark); }
.map-placeholder p { font-size: .88rem; }
.map-placeholder a { color: var(--red); font-weight: 700; }
.faq-item { border-bottom: 1px solid var(--light-gray); }
.faq-question { padding: 1rem 0; cursor: pointer; display: flex; justify-content: space-between; align-items: center; font-weight: 700; color: var(--dark); background: transparent; transition: var(--transition); font-size: .9rem; }
.faq-question:hover { color: var(--red); }
.faq-question.open { color: var(--red); }
.faq-arrow { font-size: 1.1rem; transition: transform .3s ease; color: var(--red); }
.faq-question.open .faq-arrow { transform: rotate(180deg); }
.faq-answer { padding: 0; max-height: 0; overflow: hidden; transition: max-height .4s ease, padding .3s ease; font-size: .9rem; color: var(--text-lt); line-height: 1.75; }
.faq-answer.open { max-height: 200px; padding-bottom: 1rem; }

/* ─── About page timeline ───────────────── */
.timeline { position: relative; padding: 0 0 2rem; }
.timeline::before { content: ''; position: absolute; left: 50%; top: 0; bottom: 0; width: 2px; background: linear-gradient(to bottom, var(--red), var(--gold)); transform: translateX(-50%); }
.timeline-item { display: grid; grid-template-columns: 1fr 50px 1fr; gap: .8rem; align-items: center; margin-bottom: 2.5rem; }
.timeline-content { background: var(--white); border-radius: var(--radius); padding: 1.2rem; box-shadow: var(--shadow-sm); border: 1px solid var(--light-gray); }
.timeline-content:first-child { text-align: right; }
.timeline-dot { width: 16px; height: 16px; background: var(--red); border-radius: 0; transform: rotate(45deg); margin: 0 auto; border: 3px solid var(--white); box-shadow: 0 0 0 2px var(--red); }
.timeline-year { font-family: 'Playfair Display', serif; font-weight: 800; color: var(--red); font-size: 1rem; margin-bottom: .3rem; }
.team-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.team-card { background: var(--white); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-sm); text-align: center; transition: var(--transition); border: 1px solid var(--light-gray); border-bottom: 3px solid var(--red); }
.team-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); }
.team-img { width: 100%; height: 200px; object-fit: cover; }
.team-info { padding: 1.2rem; }
.team-info h3 { font-family: 'Playfair Display', serif; font-size: .95rem; margin-bottom: .25rem; color: var(--dark); font-weight: 700; }
.team-info .role { font-size: .75rem; color: var(--red); font-weight: 700; margin-bottom: .5rem; text-transform: uppercase; letter-spacing: .07em; }
.team-info p { font-size: .82rem; color: var(--text-lt); }
.value-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.2rem; }
.value-card { background: var(--white); border-radius: var(--radius); padding: 1.5rem; display: flex; gap: .9rem; align-items: flex-start; box-shadow: var(--shadow-sm); border-left: 3px solid var(--red); border: 1px solid var(--light-gray); }
.value-icon { font-size: 1.8rem; flex-shrink: 0; }
.value-text h4 { font-weight: 700; color: var(--dark); margin-bottom: .2rem; font-size: .9rem; }
.value-text p { font-size: .84rem; color: var(--text-lt); }

/* ─── Reveal animation ──────────────────── */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .6s ease, transform .6s ease; }
.reveal.visible { opacity: 1; transform: none; }

/* ─── Keyframes ─────────────────────────── */
@keyframes fadeUp   { from { opacity:0; transform:translateY(24px); } to { opacity:1; transform:none; } }
@keyframes fadeDown { from { opacity:0; transform:translateY(-16px);} to { opacity:1; transform:none; } }
@keyframes marqueeScroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@keyframes scrollBounce { 0%,100%{transform:translateY(0);opacity:1;} 50%{transform:translateY(7px);opacity:.5;} }

/* ─── Responsive ────────────────────────── */
@media (max-width: 1024px) {
  .home-about-grid, .about-grid, .contact-grid, .donate-grid { grid-template-columns: 1fr; gap: 2.5rem; }
  .home-about-img, .about-img-main { height: 320px; }
  .home-about-founded, .about-img-badge { bottom: -14px; right: 1rem; }
  .home-donate-inner { grid-template-columns: 1fr; gap: 2rem; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 2rem; }
  .stats-band-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; background: var(--light-gray); }
  .stats-band-item { flex: unset; border: none; background: var(--white); }
  .stats-band-divider { display: none; }
  .prog-big-card { grid-template-columns: 1fr; }
  .prog-big-card.reverse { direction: ltr; }
  .impact-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
  .top-bar { display: none; }
  .nav-links { display: none; flex-direction: column; position: absolute; top: 66px; left: 0; right: 0; background: var(--red); padding: 1rem; box-shadow: var(--shadow-md); gap: .2rem; border-top: 2px solid var(--red-dk); z-index: 999; }
  .nav-links.open { display: flex; }
  .navbar { position: relative; }
  .hamburger { display: flex; }
  .hero { min-height: 70vh; }
  .services-grid, .activities-grid, .testimonials-grid, .donors-grid, .team-grid { grid-template-columns: 1fr 1fr; }
  .events-grid { grid-template-columns: 1fr 1fr; }
  .small-programs-grid { grid-template-columns: 1fr 1fr; }
  .stats-band-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; background: var(--light-gray); }
  .stats-band-item { flex: unset; padding: 1.2rem 1.4rem; border: none; background: var(--white); }
  .stats-band-divider { display: none; }
  .contact-hero-cards { grid-template-columns: repeat(2, 1fr); margin-top: 1.5rem; }
  .form-row { grid-template-columns: 1fr; }
  .home-section-header { flex-direction: column; align-items: flex-start; }
  .footer-grid { grid-template-columns: 1fr; }
  .timeline-item { grid-template-columns: 1fr; }
  .timeline::before { display: none; }
  .timeline-content:first-child { text-align: left; }
  .value-grid { grid-template-columns: 1fr; }
}
@media (max-width: 480px) {
  .services-grid, .activities-grid, .testimonials-grid, .donors-grid, .events-grid { grid-template-columns: 1fr; }
  .donate-quick-grid, .amount-picker { grid-template-columns: repeat(2, 1fr); }
  .impact-grid, .contact-hero-cards, .small-programs-grid { grid-template-columns: 1fr; }
  .post-nav { grid-template-columns: 1fr; }
}
