/* =========================================================
   ACADEME INDIA FOUNDATION — Main Stylesheet
   Brand: Navy #16386b · Orange #f2801d · Green #5cb02c
   ========================================================= */

:root {
  --navy: #16386b;
  --navy-dark: #0f2a52;
  --navy-deep: #0b1f3d;
  --orange: #f2801d;
  --orange-dark: #d96c0f;
  --green: #5cb02c;
  --green-dark: #479021;
  --ink: #1c2536;
  --muted: #5b6577;
  --line: #e7ecf3;
  --cream: #fff7ef;
  --soft: #f4f7fb;
  --white: #ffffff;
  --shadow-sm: 0 6px 20px rgba(16, 40, 82, .06);
  --shadow-md: 0 18px 45px rgba(16, 40, 82, .12);
  --shadow-lg: 0 30px 70px rgba(16, 40, 82, .16);
  --radius: 18px;
  --radius-lg: 26px;
  --container: 1200px;
  --head: "Plus Jakarta Sans", system-ui, sans-serif;
  --body: "DM Sans", system-ui, sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--body);
  color: var(--ink);
  background: var(--white);
  line-height: 1.7;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }
h1, h2, h3, h4, h5 { font-family: var(--head); color: var(--navy); line-height: 1.18; font-weight: 800; }

.container { width: 100%; max-width: var(--container); margin: 0 auto; padding: 0 22px; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; gap: 9px;
  font-family: var(--head); font-weight: 700; font-size: 15px;
  padding: 14px 28px; border-radius: 50px; border: 0; cursor: pointer;
  transition: .28s ease; white-space: nowrap; letter-spacing: .2px;
}
.btn i { font-size: 15px; }
.btn-orange { background: var(--orange); color: #fff; box-shadow: 0 12px 24px rgba(242,128,29,.28); }
.btn-orange:hover { background: var(--orange-dark); transform: translateY(-3px); }
.btn-navy { background: var(--navy); color: #fff; }
.btn-navy:hover { background: var(--navy-dark); transform: translateY(-3px); }
.btn-green { background: var(--green); color: #fff; box-shadow: 0 12px 24px rgba(92,176,44,.28); }
.btn-green:hover { background: var(--green-dark); transform: translateY(-3px); }
.btn-ghost { background: transparent; color: #fff; border: 2px solid rgba(255,255,255,.55); }
.btn-ghost:hover { background: #fff; color: var(--navy); border-color: #fff; }
.btn-white { background: #fff; color: var(--navy); }
.btn-white:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); }

/* ---------- Section heading ---------- */
.sec { padding: 96px 0; }
.sec-head { max-width: 640px; margin: 0 auto 54px; text-align: center; }
.sec-head.left { margin-left: 0; text-align: left; }
.eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--head); font-weight: 700; font-size: 13px;
  text-transform: uppercase; letter-spacing: 2px; color: var(--orange);
  background: #fff2e5; padding: 7px 16px; border-radius: 50px; margin-bottom: 18px;
}
.eyebrow::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--orange); }
.sec-title { font-size: clamp(28px, 4vw, 44px); margin-bottom: 16px; }
.sec-title span { color: var(--orange); }
.sec-sub { color: var(--muted); font-size: 16.5px; }

/* ==================== TOPBAR ==================== */
.topbar {
  background: var(--navy-deep); color: #dfe7f4; font-size: 14px;
  padding: 10px 0;
}
.topbar .container { display: flex; justify-content: space-between; align-items: center; gap: 16px; flex-wrap: wrap; }
.topbar-info { display: flex; gap: 26px; flex-wrap: wrap; }
.topbar-info a { display: inline-flex; align-items: center; gap: 8px; color: #dfe7f4; transition: .2s; }
.topbar-info a:hover { color: var(--orange); }
.topbar-info i { color: var(--orange); }
.topbar-social { display: flex; align-items: center; gap: 6px; }
.topbar-social span { margin-right: 6px; color: #9fb1cf; }
.topbar-social a {
  width: 30px; height: 30px; border-radius: 50%; display: grid; place-items: center;
  background: rgba(255,255,255,.08); color: #dfe7f4; transition: .25s; font-size: 13px;
}
.topbar-social a:hover { background: var(--orange); color: #fff; transform: translateY(-2px); }

/* ==================== HEADER ==================== */
.header {
  background: #fff; position: sticky; top: 0; z-index: 900;
  box-shadow: 0 4px 24px rgba(16,40,82,.06); transition: .3s;
}
.header.shrink { box-shadow: 0 8px 30px rgba(16,40,82,.12); }
.nav { display: flex; align-items: center; justify-content: space-between; padding: 14px 0; gap: 20px; }
.brand { display: flex; align-items: center; gap: 12px; }
.brand img { height: 58px; width: auto; transition: .3s; }
.brand-txt { line-height: 1.05; }
.brand-txt strong { font-family: var(--head); font-weight: 800; font-size: 19px; color: var(--navy); display: block; letter-spacing: .3px; }
.brand-txt small { font-size: 11px; letter-spacing: 2.5px; text-transform: uppercase; color: var(--orange); font-weight: 700; }
.menu { display: flex; align-items: center; gap: 4px; }
.menu > li > a {
  font-family: var(--head); font-weight: 600; font-size: 15.5px; color: var(--ink);
  padding: 12px 16px; border-radius: 10px; position: relative; transition: .2s; display: block;
}
.menu > li > a:hover, .menu > li > a.active { color: var(--orange); }
.nav-right { display: flex; align-items: center; gap: 14px; }
.hamburger { display: none; background: var(--navy); color: #fff; border: 0; width: 46px; height: 46px; border-radius: 12px; font-size: 20px; cursor: pointer; }

/* ==================== HERO ==================== */
.hero {
  position: relative; padding: 90px 0 110px;
  background:
    radial-gradient(circle at 85% 15%, rgba(92,176,44,.10), transparent 45%),
    radial-gradient(circle at 12% 85%, rgba(242,128,29,.10), transparent 45%),
    linear-gradient(180deg, #f6f9fe 0%, #eef4fb 100%);
  overflow: hidden;
}
.hero::before {
  content: ""; position: absolute; right: -160px; top: -160px; width: 520px; height: 520px;
  background: radial-gradient(circle, rgba(22,56,107,.06), transparent 70%); border-radius: 50%;
}
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 56px; align-items: center; position: relative; z-index: 2; }
.hero-tag {
  display: inline-flex; align-items: center; gap: 10px; background: #fff; box-shadow: var(--shadow-sm);
  padding: 8px 18px 8px 8px; border-radius: 50px; font-weight: 700; font-family: var(--head);
  font-size: 14px; color: var(--navy); margin-bottom: 24px;
}
.hero-tag b { background: var(--green); color: #fff; padding: 5px 12px; border-radius: 50px; font-size: 12px; letter-spacing: .5px; }
.hero h1 { font-size: clamp(34px, 5.2vw, 60px); line-height: 1.08; margin-bottom: 22px; letter-spacing: -.5px; }
.hero h1 span { color: var(--orange); position: relative; }
.hero h1 .green { color: var(--green); }
.hero p { font-size: 18px; color: var(--muted); max-width: 540px; margin-bottom: 34px; }
.hero-cta { display: flex; gap: 16px; flex-wrap: wrap; align-items: center; }
.hero-play { display: inline-flex; align-items: center; gap: 12px; font-family: var(--head); font-weight: 700; color: var(--navy); }
.hero-play span { width: 52px; height: 52px; border-radius: 50%; background: #fff; color: var(--orange); display: grid; place-items: center; box-shadow: var(--shadow-sm); font-size: 15px; transition: .25s; }
.hero-play:hover span { background: var(--orange); color: #fff; transform: scale(1.08); }

.hero-visual { position: relative; }
.hero-visual .main-img {
  border-radius: 30px; box-shadow: var(--shadow-lg); width: 100%; object-fit: cover;
  border: 8px solid #fff;
}
.hero-badge {
  position: absolute; background: #fff; border-radius: 18px; box-shadow: var(--shadow-md);
  padding: 16px 20px; display: flex; align-items: center; gap: 14px;
}
.hero-badge .ic { width: 46px; height: 46px; border-radius: 12px; display: grid; place-items: center; color: #fff; font-size: 20px; }
.hero-badge strong { font-family: var(--head); font-size: 20px; color: var(--navy); display: block; }
.hero-badge small { color: var(--muted); font-size: 12.5px; }
.hero-badge.b1 { left: -26px; top: 40px; }
.hero-badge.b1 .ic { background: var(--orange); }
.hero-badge.b2 { right: -20px; bottom: 44px; }
.hero-badge.b2 .ic { background: var(--green); }

/* ==================== FOCUS STRIP ==================== */
.focus { margin-top: -60px; position: relative; z-index: 5; }
.focus-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.focus-card {
  background: #fff; border-radius: var(--radius); padding: 30px 26px; text-align: center;
  box-shadow: var(--shadow-md); border-top: 4px solid transparent; transition: .3s;
}
.focus-card:hover { transform: translateY(-8px); }
.focus-card .fic { width: 66px; height: 66px; border-radius: 18px; display: grid; place-items: center; margin: 0 auto 18px; font-size: 28px; color: #fff; }
.focus-card h3 { font-size: 20px; margin-bottom: 8px; }
.focus-card p { color: var(--muted); font-size: 14.5px; }
.focus-card.c1 { border-color: var(--navy); } .focus-card.c1 .fic { background: var(--navy); }
.focus-card.c2 { border-color: var(--orange); } .focus-card.c2 .fic { background: var(--orange); }
.focus-card.c3 { border-color: var(--green); } .focus-card.c3 .fic { background: var(--green); }
.focus-card.c4 { border-color: #2f8fd6; } .focus-card.c4 .fic { background: #2f8fd6; }

/* ==================== ABOUT ==================== */
.about-grid { display: grid; grid-template-columns: 1fr 1.05fr; gap: 60px; align-items: center; }
.about-media { position: relative; }
.about-media .img-a { border-radius: 24px; box-shadow: var(--shadow-md); width: 100%; height: 100%; object-fit: cover; }
.about-media .img-b {
  position: absolute; right: -24px; bottom: -34px; width: 46%; border-radius: 20px;
  border: 7px solid #fff; box-shadow: var(--shadow-md); object-fit: cover;
}
.about-exp {
  position: absolute; left: -20px; top: -20px; background: var(--orange); color: #fff;
  border-radius: 18px; padding: 18px 22px; box-shadow: var(--shadow-md); text-align: center;
}
.about-exp strong { font-family: var(--head); font-size: 34px; display: block; line-height: 1; }
.about-exp small { font-size: 12.5px; letter-spacing: .5px; }
.about-list { display: grid; grid-template-columns: 1fr 1fr; gap: 14px 26px; margin: 26px 0 30px; }
.about-list li { display: flex; align-items: flex-start; gap: 11px; font-weight: 600; color: var(--ink); font-family: var(--head); font-size: 15px; }
.about-list i { color: var(--green); margin-top: 4px; font-size: 15px; }
.about-mission { display: flex; gap: 22px; margin-top: 8px; flex-wrap: wrap; }
.about-mission .mm { flex: 1; min-width: 210px; background: var(--soft); border-radius: 16px; padding: 20px 22px; border-left: 4px solid var(--navy); }
.about-mission .mm:last-child { border-color: var(--orange); }
.about-mission h4 { font-size: 17px; margin-bottom: 6px; display: flex; align-items: center; gap: 9px; }
.about-mission h4 i { color: var(--orange); }
.about-mission p { color: var(--muted); font-size: 14px; margin: 0; }

/* ==================== PROGRAMS ==================== */
.programs { background: var(--soft); }
.prog-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.prog-card {
  background: #fff; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-sm);
  transition: .3s; position: relative;
}
.prog-card:hover { transform: translateY(-8px); box-shadow: var(--shadow-md); }
.prog-thumb { position: relative; height: 200px; overflow: hidden; }
.prog-thumb img { width: 100%; height: 100%; object-fit: cover; transition: .5s; }
.prog-card:hover .prog-thumb img { transform: scale(1.08); }
.prog-thumb .tag { position: absolute; top: 14px; left: 14px; background: var(--orange); color: #fff; font-family: var(--head); font-weight: 700; font-size: 12px; padding: 6px 13px; border-radius: 50px; }
.prog-body { padding: 24px 22px 26px; }
.prog-body h3 { font-size: 20px; margin-bottom: 10px; }
.prog-body p { color: var(--muted); font-size: 14.5px; margin-bottom: 16px; }
.prog-link { font-family: var(--head); font-weight: 700; color: var(--navy); display: inline-flex; align-items: center; gap: 8px; transition: .2s; }
.prog-link:hover { color: var(--orange); gap: 12px; }

/* ==================== CAUSES / CAMPAIGNS ==================== */
.cause-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.cause-card { background: #fff; border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-sm); transition: .3s; border: 1px solid var(--line); }
.cause-card:hover { transform: translateY(-8px); box-shadow: var(--shadow-md); }
.cause-thumb { position: relative; height: 230px; overflow: hidden; }
.cause-thumb img { width: 100%; height: 100%; object-fit: cover; transition: .5s; }
.cause-card:hover .cause-thumb img { transform: scale(1.07); }
.cause-cat { position: absolute; top: 16px; left: 16px; background: #fff; color: var(--navy); font-family: var(--head); font-weight: 700; font-size: 12px; padding: 7px 15px; border-radius: 50px; box-shadow: var(--shadow-sm); }
.cause-body { padding: 26px 24px 28px; }
.cause-body h3 { font-size: 21px; margin-bottom: 12px; }
.cause-body p { color: var(--muted); font-size: 14.5px; margin-bottom: 20px; }
.progress-wrap { margin-bottom: 18px; }
.progress-top { display: flex; justify-content: space-between; font-family: var(--head); font-weight: 700; font-size: 13.5px; color: var(--navy); margin-bottom: 9px; }
.progress-bar { height: 9px; background: #eef1f6; border-radius: 50px; overflow: hidden; }
.progress-fill { height: 100%; border-radius: 50px; width: 0; transition: width 1.4s cubic-bezier(.2,.8,.2,1); }
.cause-meta { display: flex; justify-content: space-between; font-size: 13.5px; color: var(--muted); margin-bottom: 20px; }
.cause-meta b { color: var(--navy); font-family: var(--head); }
.cause-card .btn { width: 100%; justify-content: center; }

/* ==================== COUNTERS ==================== */
.counters {
  position: relative; padding: 84px 0; color: #fff; text-align: center;
  background: linear-gradient(rgba(11,31,61,.92), rgba(11,31,61,.94)), url("../img/children-group.jpg") center/cover fixed;
}
.counter-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px; }
.counter-item .ci { width: 68px; height: 68px; border-radius: 50%; background: rgba(255,255,255,.10); display: grid; place-items: center; margin: 0 auto 16px; font-size: 26px; color: var(--orange); }
.counter-item .num { font-family: var(--head); font-weight: 800; font-size: 48px; line-height: 1; }
.counter-item .num span { color: var(--orange); }
.counter-item p { margin-top: 8px; color: #cdd8ea; font-family: var(--head); font-weight: 600; letter-spacing: .3px; }

/* ==================== GALLERY ==================== */
.gallery-grid { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 200px; gap: 16px; }
.g-item { position: relative; overflow: hidden; border-radius: 16px; cursor: pointer; }
.g-item img { width: 100%; height: 100%; object-fit: cover; transition: .55s; }
.g-item:hover img { transform: scale(1.1); }
.g-item::after { content: "\f00e"; font-family: "Font Awesome 6 Free"; font-weight: 900; position: absolute; inset: 0; display: grid; place-items: center; color: #fff; font-size: 26px; background: rgba(22,56,107,.55); opacity: 0; transition: .3s; }
.g-item:hover::after { opacity: 1; }
.g-item.tall { grid-row: span 2; }
.g-item.wide { grid-column: span 2; }

/* ==================== DONATE CTA ==================== */
.donate-cta { position: relative; }
.donate-box {
  background: linear-gradient(120deg, var(--navy) 0%, var(--navy-dark) 55%, #123a78 100%);
  border-radius: var(--radius-lg); padding: 56px 54px; color: #fff; position: relative; overflow: hidden;
  display: grid; grid-template-columns: 1.3fr .7fr; gap: 30px; align-items: center;
}
.donate-box::before { content: ""; position: absolute; right: -80px; top: -80px; width: 300px; height: 300px; background: radial-gradient(circle, rgba(242,128,29,.25), transparent 70%); border-radius: 50%; }
.donate-box::after { content: ""; position: absolute; left: -60px; bottom: -90px; width: 260px; height: 260px; background: radial-gradient(circle, rgba(92,176,44,.22), transparent 70%); border-radius: 50%; }
.donate-box .dc-text { position: relative; z-index: 2; }
.donate-box h2 { color: #fff; font-size: clamp(26px, 3.4vw, 38px); margin-bottom: 14px; }
.donate-box h2 span { color: var(--orange); }
.donate-box p { color: #cdd8ea; font-size: 16px; max-width: 520px; }
.donate-box .dc-actions { position: relative; z-index: 2; display: flex; flex-direction: column; gap: 14px; }

/* ==================== TESTIMONIALS ==================== */
.testi { background: var(--cream); }
.testi-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.testi-card { background: #fff; border-radius: var(--radius); padding: 32px 28px; box-shadow: var(--shadow-sm); position: relative; }
.testi-card .quote { font-size: 40px; color: #ffe0c2; position: absolute; top: 20px; right: 26px; font-family: Georgia, serif; line-height: 1; }
.testi-stars { color: #f7b500; margin-bottom: 14px; font-size: 14px; }
.testi-card p { color: var(--muted); font-size: 15px; margin-bottom: 22px; position: relative; z-index: 2; }
.testi-person { display: flex; align-items: center; gap: 14px; }
.testi-person .av { width: 52px; height: 52px; border-radius: 50%; background: var(--navy); color: #fff; display: grid; place-items: center; font-family: var(--head); font-weight: 700; font-size: 18px; }
.testi-person h4 { font-size: 16px; margin-bottom: 2px; }
.testi-person small { color: var(--muted); }

/* ==================== TEAM ==================== */
.team-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; max-width: 940px; margin: 0 auto; }
.team-card { background: #fff; border-radius: var(--radius); padding: 34px 26px; text-align: center; box-shadow: var(--shadow-sm); transition: .3s; border-bottom: 4px solid var(--orange); }
.team-card:hover { transform: translateY(-8px); box-shadow: var(--shadow-md); }
.team-av { width: 104px; height: 104px; border-radius: 50%; margin: 0 auto 18px; display: grid; place-items: center; font-family: var(--head); font-weight: 800; font-size: 38px; color: #fff; }
.team-card h3 { font-size: 21px; margin-bottom: 4px; }
.team-card .role { color: var(--orange); font-family: var(--head); font-weight: 700; font-size: 14px; margin-bottom: 14px; }
.team-social { display: flex; justify-content: center; gap: 10px; }
.team-social a { width: 36px; height: 36px; border-radius: 50%; background: var(--soft); color: var(--navy); display: grid; place-items: center; transition: .25s; }
.team-social a:hover { background: var(--orange); color: #fff; }

/* ==================== NEWSLETTER ==================== */
.newsletter { background: var(--green); padding: 56px 0; }
.nl-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; align-items: center; }
.nl-grid h2 { color: #fff; font-size: clamp(24px, 3vw, 34px); }
.nl-grid p { color: rgba(255,255,255,.9); margin-top: 8px; }
.nl-form { display: flex; gap: 12px; background: #fff; padding: 8px; border-radius: 50px; box-shadow: var(--shadow-md); }
.nl-form input { flex: 1; border: 0; outline: 0; padding: 0 20px; font-family: var(--body); font-size: 15px; background: transparent; }
.nl-form .btn { flex-shrink: 0; }

/* ==================== FOOTER ==================== */
.footer { background: var(--navy-deep); color: #b9c6dc; padding: 78px 0 0; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.3fr; gap: 40px; padding-bottom: 54px; }
.footer h4 { color: #fff; font-size: 18px; margin-bottom: 22px; position: relative; padding-bottom: 12px; }
.footer h4::after { content: ""; position: absolute; left: 0; bottom: 0; width: 38px; height: 3px; background: var(--orange); border-radius: 2px; }
.footer-brand img { height: 62px; margin-bottom: 18px; background: #fff; padding: 8px; border-radius: 14px; }
.footer-brand p { font-size: 14.5px; margin-bottom: 20px; line-height: 1.8; }
.footer-social { display: flex; gap: 10px; }
.footer-social a { width: 40px; height: 40px; border-radius: 50%; background: rgba(255,255,255,.08); color: #fff; display: grid; place-items: center; transition: .25s; }
.footer-social a:hover { background: var(--orange); transform: translateY(-3px); }
.footer-links li { margin-bottom: 12px; }
.footer-links a { display: inline-flex; align-items: center; gap: 9px; font-size: 14.5px; transition: .2s; }
.footer-links a:hover { color: var(--orange); padding-left: 4px; }
.footer-links i { color: var(--orange); font-size: 11px; }
.footer-contact li { display: flex; gap: 13px; margin-bottom: 16px; font-size: 14.5px; }
.footer-contact i { color: var(--orange); margin-top: 4px; font-size: 16px; width: 18px; text-align: center; }
.footer-badges { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 8px; }
.footer-badges span { font-size: 11.5px; background: rgba(255,255,255,.07); padding: 5px 11px; border-radius: 6px; color: #cdd8ea; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); padding: 22px 0; display: flex; justify-content: space-between; gap: 14px; flex-wrap: wrap; font-size: 13.5px; }
.footer-bottom a:hover { color: var(--orange); }

/* ==================== BACK TO TOP ==================== */
.to-top {
  position: fixed; right: 26px; bottom: 26px; width: 48px; height: 48px; border-radius: 50%;
  background: var(--orange); color: #fff; border: 0; display: grid; place-items: center; cursor: pointer;
  box-shadow: var(--shadow-md); opacity: 0; visibility: hidden; transform: translateY(20px); transition: .3s; z-index: 800; font-size: 16px;
}
.to-top.show { opacity: 1; visibility: visible; transform: translateY(0); }
.to-top:hover { background: var(--navy); }

/* ==================== LIGHTBOX ==================== */
.lightbox { position: fixed; inset: 0; background: rgba(11,31,61,.94); display: none; place-items: center; z-index: 2000; padding: 30px; }
.lightbox.open { display: grid; }
.lightbox img { max-width: 90vw; max-height: 86vh; border-radius: 12px; box-shadow: var(--shadow-lg); }
.lightbox .lb-close { position: absolute; top: 24px; right: 30px; background: none; border: 0; color: #fff; font-size: 34px; cursor: pointer; line-height: 1; }

/* ==================== REVEAL ANIMATION ==================== */
.reveal { opacity: 0; transform: translateY(34px); transition: opacity .7s ease, transform .7s ease; }
.reveal.in { opacity: 1; transform: none; }

/* ==================== PAGE HERO (inner pages) ==================== */
.page-hero {
  padding: 70px 0; text-align: center; color: #fff; position: relative;
  background: linear-gradient(rgba(11,31,61,.86), rgba(11,31,61,.9)), url("../img/women-shg-meeting.jpg") center/cover;
}
.page-hero h1 { color: #fff; font-size: clamp(30px, 5vw, 48px); margin-bottom: 12px; }
.crumb { display: inline-flex; gap: 10px; align-items: center; font-family: var(--head); font-weight: 600; color: #cdd8ea; }
.crumb a:hover { color: var(--orange); }
.crumb i { font-size: 11px; color: var(--orange); }

/* ==================== RESPONSIVE ==================== */
@media (max-width: 1024px) {
  .hero-grid, .about-grid { grid-template-columns: 1fr; gap: 40px; }
  .hero-visual { max-width: 520px; margin: 0 auto; }
  .focus-grid, .prog-grid, .counter-grid { grid-template-columns: repeat(2, 1fr); }
  .cause-grid, .testi-grid, .team-grid { grid-template-columns: repeat(2, 1fr); }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .donate-box { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
  .about-media { max-width: 520px; margin: 0 auto; }
}
@media (max-width: 860px) {
  .menu {
    position: fixed; top: 0; right: -300px; width: 280px; height: 100vh; background: #fff;
    flex-direction: column; align-items: stretch; padding: 90px 20px 30px; gap: 4px;
    box-shadow: -10px 0 40px rgba(0,0,0,.15); transition: right .32s ease; z-index: 950;
  }
  .menu.open { right: 0; }
  .menu > li > a { padding: 14px 16px; border-radius: 10px; }
  .menu > li > a:hover { background: var(--soft); }
  .hamburger { display: grid; place-items: center; }
  .nav-drawer-bg { position: fixed; inset: 0; background: rgba(11,31,61,.5); opacity: 0; visibility: hidden; transition: .3s; z-index: 940; }
  .nav-drawer-bg.show { opacity: 1; visibility: visible; }
  .topbar-info { justify-content: center; }
  .header-donate { display: none; }
}
@media (max-width: 620px) {
  .sec { padding: 66px 0; }
  .focus-grid, .prog-grid, .cause-grid, .testi-grid, .team-grid, .counter-grid, .gallery-grid, .footer-grid, .nl-grid, .about-list, .about-mission { grid-template-columns: 1fr; }
  .topbar-social { display: none; }
  .hero { padding: 54px 0 80px; }
  .hero-badge.b1 { left: 6px; }
  .hero-badge.b2 { right: 6px; }
  .about-media .img-b { display: none; }
  .nl-form { flex-direction: column; border-radius: 18px; }
  .nl-form input { padding: 12px 18px; }
  .donate-box { padding: 40px 26px; }
  .gallery-grid { grid-auto-rows: 220px; }
  .g-item.tall, .g-item.wide { grid-row: auto; grid-column: auto; }
}
