:root{
  --bg:#f6efdf;
  --bg2:#fffaf0;
  --card:#fffaf1;
  --card2:#f9eadf;
  --red:#a61920;
  --red2:#b53636;
  --brown:#6d5133;
  --brown2:#8a6332;
  --black:#101010;
  --border:#e7d7bd;
  --soft:#ead7b8;
  --footer:#855a29;
  --shadow:0 18px 45px rgba(83,55,23,.11);
  --shadow2:0 14px 30px rgba(83,55,23,.08);
  --radius:24px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  color:var(--black);
  background:var(--bg);
  font-family:"Tw Cen MT","Century Gothic","Poppins",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  font-size:18px;
  line-height:1.65;
  overflow-x:hidden;
}
body.admin-bar .site-header{top:32px}
a{color:inherit;text-decoration:none}
img{max-width:100%;height:auto;display:block}
.site-header{
  position:sticky;
  top:0;
  z-index:999;
  background:rgba(255,250,240,.92);
  backdrop-filter:blur(18px);
  border-bottom:1px solid var(--border);
}
.header-shell{
  max-width:1480px;
  margin:0 auto;
  min-height:86px;
  padding:14px 40px;
  display:flex;
  align-items:center;
  gap:28px;
}
.brand{
  display:flex;
  align-items:center;
  gap:14px;
  margin-right:auto;
}
.brand-logo,.footer-logo{
/*   width:72px;height:72px; */
  border-radius:50%;
  display:grid;
  place-items:center;
  background:#eed9a6;
  overflow:hidden;
  flex:none;
  border:4px solid #d9c39a;
  padding:6px;
}
.brand-logo img,.footer-logo img{width:100%;height:100%;object-fit:cover;border-radius:50%}
.logo-mark{
  font-family:"Tw Cen MT","Century Gothic","Poppins",sans-serif;
  font-weight:900;
  color:var(--red);
  letter-spacing:-.04em;
  font-size:18px;
}
.brand-text strong{
  display:block;
  font-family:"Tw Cen MT","Century Gothic","Poppins",sans-serif;
  font-size:22px;
  line-height:1.1;
  letter-spacing:-.04em;
}
.brand-text small{display:block;color:var(--brown);font-size:15px;margin-top:2px}
.nav-list{
  list-style:none;
  display:flex;
  gap:30px;
  padding:0;
  margin:0;
  align-items:center;
}
.nav-list a,.desktop-nav a{
  font-weight:900;
  font-family:"Tw Cen MT","Century Gothic","Poppins",sans-serif;
  font-size:15px;
}
.nav-list a:hover,.desktop-nav a:hover{color:var(--red)}
.header-donate{
  background:var(--red);
  color:white;
  border-radius:999px;
  padding:12px 22px;
  font-weight:900;
  font-family:"Tw Cen MT","Century Gothic","Poppins",sans-serif;
  box-shadow:0 10px 25px rgba(166,25,32,.18);
}
.menu-toggle{
  display:none;
  width:48px;height:48px;
  border:0;background:transparent;
  padding:0;position:relative;
}
.menu-toggle span{
  display:block;
  width:26px;height:3px;
  background:#111;border-radius:4px;
  margin:5px auto;
  transition:.25s ease;
}
.menu-toggle em{position:absolute;clip:rect(0 0 0 0)}
.menu-toggle.active span:nth-child(1){transform:translateY(8px) rotate(45deg)}
.menu-toggle.active span:nth-child(2){opacity:0}
.menu-toggle.active span:nth-child(3){transform:translateY(-8px) rotate(-45deg)}
.mobile-nav{
  display:none;
  padding:4px 22px 20px;
  border-top:1px solid var(--border);
  background:var(--bg2);
}
.mobile-nav a{
  display:block;
  padding:13px 0;
  font-family:"Tw Cen MT","Century Gothic","Poppins",sans-serif;
  font-weight:900;
  border-bottom:1px solid rgba(231,215,189,.7);
}
.container{width:min(1120px,calc(100% - 44px));margin:0 auto}
.narrow{width:min(850px,calc(100% - 44px))}
.section-pad{padding:88px 0}
h1,h2,h3,h4{
  font-family:"Tw Cen MT","Century Gothic","Poppins",sans-serif;
  line-height:1.08;
  letter-spacing:-.025em;
  margin:0 0 18px;
}
h1{font-size:35px}
h2{font-size:30px}
h3{font-size:clamp(24px,2.5vw,32px)}
p{margin:0 0 22px;color:var(--brown)}
.eyebrow{
  color:var(--red);
  font-family:"Tw Cen MT","Century Gothic","Poppins",sans-serif;
  text-transform:uppercase;
  letter-spacing:.22em;
  font-size:13px;
  font-weight:900;
  margin-bottom:20px;
}
.hero{
  position:relative;
  min-height:calc(100vh - 86px);
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(320px,400px);
  align-items:center;
  gap:48px;
  width:min(1240px,calc(100% - 44px));
  margin:0 auto;
}
.ambient{
  position:absolute;
  width:340px;height:340px;border-radius:50%;
  background:radial-gradient(circle,rgba(166,25,32,.12),transparent 70%);
  filter:blur(10px);pointer-events:none
}
.ambient-one{top:60px;left:-150px}
.ambient-two{bottom:20px;right:-140px;background:radial-gradient(circle,rgba(196,145,58,.18),transparent 70%)}
.hero-inner,.hero-visual{position:relative;z-index:1}
.hero h1 span{color:var(--red)}
.hero-copy{
  max-width:780px;
  font-size:23px;
  line-height:1.55;
}
.hero-actions{display:flex;gap:16px;flex-wrap:wrap;margin:34px 0 42px}
.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  border-radius:14px;
  padding:17px 30px;
  font-family:"Tw Cen MT","Century Gothic","Poppins",sans-serif;
  font-weight:900;
  line-height:1.1;
  min-height:58px;
  transition:.25s ease;
  border:1px solid transparent;
  cursor:pointer;
}
.btn-primary{
  background:var(--red);
  color:white;
  box-shadow:0 14px 30px rgba(166,25,32,.22);
}
.btn-primary:hover{transform:translateY(-2px);background:#8f1117}
.btn-secondary{
  background:rgba(255,250,240,.75);
  border-color:var(--border);
  color:var(--black);
}
.btn-secondary:hover{border-color:var(--red);transform:translateY(-2px)}
.btn.full{width:100%;margin-top:12px}
.stats{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:20px;
  max-width:620px;
}
.stats strong{
  color:var(--red);
  font-family:"Tw Cen MT","Century Gothic","Poppins",sans-serif;
  font-size:40px;
  display:block;
  line-height:1;
}
.stats span{display:block;color:var(--brown);font-size:17px;line-height:1.25;margin-top:8px}
.hero-image-card{
  position:relative;
  border-radius:30px;
  overflow:hidden;
  box-shadow:var(--shadow);
  aspect-ratio:1/1;
  max-width:400px;
  max-height:400px;
  margin-left:auto;
}
.hero-image-card img{width:100%;height:100%;object-fit:cover}
.hero-image-card:after{
  content:"";
  position:absolute;inset:0;
  background:linear-gradient(180deg,transparent 45%,rgba(0,0,0,.2));
}
.floating-card{
  position:absolute;
  left:-34px;bottom:34px;
  display:flex;
  align-items:center;
  gap:18px;
  background:rgba(255,250,240,.95);
  backdrop-filter:blur(12px);
  border:1px solid var(--border);
  border-radius:22px;
  padding:20px 26px;
  box-shadow:var(--shadow);
}
.floating-card span{
  width:58px;height:58px;border-radius:50%;
  display:grid;place-items:center;
  background:var(--red);
  color:white;
  font-size:28px;
}
.floating-card strong{font-family:"Tw Cen MT","Century Gothic","Poppins",sans-serif;font-size:22px}
.floating-card p{margin:0;color:var(--brown)}
.intro{text-align:center;background:linear-gradient(180deg,var(--bg),#f2e6d2)}
.intro .narrow{
  background:rgba(255,250,240,.48);
  border-radius:28px;
  padding:48px 42px;
}
.intro .narrow h2{
  margin-bottom:22px;
}
.intro .narrow p{
  font-size:22px;
  line-height:1.55;
  max-width:900px;
  margin-left:auto;
  margin-right:auto;
}
.card-grid{display:grid;gap:24px;margin-top:50px}
.card-grid.three{grid-template-columns:repeat(3,1fr)}
.soft-card,.movement,.quote-card,.donation-box,.follow-card,.leadership{
  background:rgba(255,250,240,.82);
  border:1px solid var(--border);
  border-radius:var(--radius);
  padding:40px;
  box-shadow:var(--shadow2);
}
.soft-card{text-align:center}
.icon-ring{
  width:82px;height:82px;
  margin:0 auto 26px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:#f3ddd5;
  color:var(--red);
  font-size:36px;
  font-weight:900;
}
.soft-card p{font-size:19px}
.split-story{background:#f1e3cc}
.split{display:grid;grid-template-columns:1.1fr .9fr;gap:36px;align-items:center}
.story-panel{
  background:rgba(255,250,240,.82);
  border-radius:30px;
  padding:52px;
  box-shadow:var(--shadow2);
}
.story-panel p{font-size:22px}
.story-image{
  border-radius:30px;
  overflow:hidden;
  box-shadow:var(--shadow);
}
.story-image img{width:100%;height:560px;object-fit:cover}
.values{background:var(--bg)}
.movement{
  text-align:center;
  max-width:850px;
  margin:64px auto 0;
  padding:54px;
}
.movement p{font-size:24px;line-height:1.55}
.section-heading{text-align:center;max-width:820px}
.section-heading p{font-size:23px}
.project-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:28px;
  margin-top:46px;
}
.project-card{
  background:var(--card);
  border:1px solid var(--border);
  border-radius:var(--radius);
  overflow:hidden;
  box-shadow:var(--shadow2);
}
.project-card.feature{grid-column:1/-1;border:3px solid var(--red)}
.project-card img{width:100%;height:auto;max-height:290px;object-fit:contain}
.project-card.feature{
  display:grid;
  grid-template-columns:.9fr 1.1fr;
}
.project-card.feature img{height:100%;min-height:470px}
.project-body{padding:34px}
.project-top{
  display:flex;
  align-items:flex-start;
  gap:14px;
  justify-content:space-between;
}
.project-top h3{margin-bottom:12px}
.project-top span{
  display:inline-flex;
  padding:8px 14px;
  border-radius:999px;
  background:#dcc29d;
  color:#fff;
  font-weight:900;
  font-size:14px;
  white-space:nowrap;
}
.progress-row{
  display:flex;justify-content:space-between;
  color:var(--brown);
  margin:28px 0 8px;
}
.progress{height:12px;background:#ead7bd;border-radius:999px;overflow:hidden}
.progress i{display:block;height:100%;background:var(--red);border-radius:inherit}
.money{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:18px;
  margin:26px 0;
}
.money strong{
  display:block;
  color:var(--red);
  font-family:"Tw Cen MT","Century Gothic","Poppins",sans-serif;
  font-size:28px;
  line-height:1.1;
}
.money div:nth-child(2) strong{color:#111}
.money span{display:block;color:var(--brown);font-size:18px}
.quote-section{background:#f2e5d1}
.quote-card{
  display:grid;
  grid-template-columns:90px 1fr;
  max-width:900px;
}
.quote-mark{
  font-size:88px;
  line-height:.8;
  color:var(--red);
  font-family:Georgia,serif;
}
.quote-card p{font-size:24px;line-height:1.62}
.donate-band{background:linear-gradient(180deg,var(--bg),#f0dfc5)}
.donate-wrap{
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  gap:36px;
  align-items:start;
}
.donate-copy{
  position:sticky;
  top:120px;
  background:#f7eadf;
  border-radius:30px;
  padding:52px;
  text-align:center;
}
.donate-copy p{font-size:24px}
.donation-box{
  border:3px solid var(--red);
}
.donate-icon{
  color:var(--red);
  font-size:42px;
  font-family:"Tw Cen MT","Century Gothic","Poppins",sans-serif;
  font-weight:900;
}
.bank{
  background:#f6e7dc;
  border-radius:16px;
  padding:24px;
  margin:22px 0 28px;
}
.bank p{margin:5px 0;color:#111}
.donation-box h4{font-family:"Tw Cen MT","Century Gothic","Poppins",sans-serif;font-size:22px;margin:20px 0 16px}
.donation-box ul{list-style:none;padding:0;margin:0 0 28px}
.donation-box li{
  border:1px solid var(--border);
  border-radius:999px;
  padding:12px 18px;
  margin:10px 0;
  font-weight:900;
  background:rgba(255,250,240,.7)
}
.gallery-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:24px;
  margin-top:42px;
}
.gallery-grid figure{
  margin:0;
  border:1px solid var(--border);
  border-radius:20px;
  overflow:hidden;
  background:var(--card);
  box-shadow:var(--shadow2);
}
.gallery-grid img{width:100%;height:270px;object-fit:cover}
.gallery-grid figcaption{padding:20px;font-size:20px;line-height:1.3}
.gallery-grid figcaption span{display:block;color:var(--brown);font-size:16px;margin-bottom:6px}
.team{background:#f2e6d2}
.team-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:24px;
  margin-top:44px;
}
.team-card{
  text-align:center;
  background:var(--card);
  border:1px solid var(--border);
  border-radius:var(--radius);
  padding:34px 24px;
  box-shadow:var(--shadow2);
}
.team-card img{
  width:116px;height:116px;
  border-radius:50%;
  object-fit:cover;
  margin:0 auto 22px;
  border:4px solid #f1dfc2;
}
.team-card h3{font-size:24px;margin-bottom:8px}
.team-card strong{display:block;color:var(--red);font-size:17px;margin-bottom:14px}
.team-card p{font-size:17px;line-height:1.45;margin:0}
.leadership{
  max-width:850px;
  text-align:center;
  margin:58px auto 0;
  background:#f2e3ca;
}
.leadership p{font-size:23px}
.partners{background:var(--bg)}
.follow-card{max-width:820px}
.follow-card h2{font-size:36px}
.follow-card a{
  display:block;
  color:var(--red);
  font-size:22px;
  margin:12px 0;
}
.partner-wrap{text-align:center;margin-top:56px}
.partner-pills{
  display:flex;gap:18px;flex-wrap:wrap;
  justify-content:center;
  margin-top:24px;
}
.partner-pills span{
  padding:13px 25px;
  border-radius:999px;
  background:#e3c8a0;
  color:var(--brown);
  font-weight:900;
}
.site-footer{
  background:var(--footer);
  color:#fff;
  padding:64px 0 22px;
}
.footer-grid{
  width:min(1120px,calc(100% - 44px));
  margin:0 auto;
  display:grid;
  grid-template-columns:1.5fr repeat(3,1fr);
  gap:36px;
}
.footer-brand{display:flex;gap:16px;align-items:center;margin-bottom:20px}
.footer-logo{border-radius:6px;background:#eed9a6}
.footer-brand h3{margin:0;font-size:28px;color:#fff}
.footer-brand p{margin:0;color:#fff}
.footer-text{color:#fff;font-size:20px;line-height:1.55}
.site-footer h4{color:#fff;font-size:20px;margin-bottom:18px}
.site-footer a{display:block;color:#fff;opacity:.92;margin:9px 0}
.site-footer a:hover{opacity:1;text-decoration:underline}
.footer-bottom{
  width:min(1120px,calc(100% - 44px));
  margin:42px auto 0;
  padding-top:22px;
  border-top:1px solid rgba(255,255,255,.2);
  display:flex;justify-content:space-between;gap:20px;align-items:center;
}
.footer-bottom p{margin:0;color:#fff;font-size:15px}
.footer-bottom a{margin:0}

.reveal{
  opacity:0;
  transform:translateY(24px);
  transition:opacity .7s ease,transform .7s ease;
}
.reveal.visible{opacity:1;transform:none}

@media (max-width: 980px){
  body.admin-bar .site-header{top:46px}
  .desktop-nav,.header-donate{display:none}
  .menu-toggle{display:block}
  .mobile-nav.open{display:block}
  .header-shell{min-height:76px;padding:10px 20px}
  .brand-logo{width:58px;height:58px}
  .brand-text strong{font-size:20px}
  .hero{
    min-height:auto;
    display:block;
    padding-top:72px;
    padding-bottom:74px;
    text-align:center;
    width:min(650px,calc(100% - 36px));
  }
  .hero-copy{margin-left:auto;margin-right:auto}
  .hero-actions{display:grid;grid-template-columns:1fr;gap:14px}
  .btn{width:100%}
  .stats{margin:0 auto 40px}
  .hero-visual{margin-top:40px}
  .hero-image-card{aspect-ratio:1/1;max-width:400px;margin-left:auto;margin-right:auto}
  .floating-card{left:18px;right:18px;bottom:-28px}
  .card-grid.three,.project-grid,.split,.donate-wrap,.team-grid,.footer-grid{grid-template-columns:1fr}
  .project-card.feature{display:block}
  .project-card.feature img{min-height:0;height:290px}
  .donate-copy{position:static}
  .gallery-grid{grid-template-columns:repeat(2,1fr)}
}
@media (max-width: 640px){
  body{font-size:17px}
  .section-pad{padding:64px 0}
  .container,.narrow{width:calc(100% - 32px)}
  .brand-text strong{font-size:18px}
  .brand-logo{width:52px;height:52px}
  h1{font-size:35px}
  h2{font-size:30px}
  .hero{
    width:calc(100% - 32px);
    padding-top:64px;
  }
  .hero-copy,.intro .narrow p,.movement p,.story-panel p,.quote-card p,.donate-copy p,.section-heading p,.leadership p{
    font-size:21px;
    line-height:1.55;
  }
  .stats{grid-template-columns:repeat(3,1fr);gap:10px}
  .stats strong{font-size:31px}
  .stats span{font-size:15px}
  .soft-card,.movement,.quote-card,.donation-box,.follow-card,.leadership,.story-panel,.donate-copy{padding:32px 22px}
  .project-body{padding:26px 22px}
  .project-top{display:block}
  .project-top span{margin-bottom:14px}
  .money strong{font-size:24px}
  .money span{font-size:16px}
  .quote-card{grid-template-columns:1fr}
  .quote-mark{font-size:70px}
  .gallery-grid{grid-template-columns:1fr}
  .gallery-grid img{height:330px}
  .team-grid{gap:18px}
  .footer-bottom{display:block}
}


/* BCL client refinements v1.0.1 */
body, button, input, textarea, select {
  font-family: "Tw Cen MT", "Century Gothic", "Poppins", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
.header-shell{
  justify-content:flex-start;
}
.brand{
  margin-right:42px;
}
.brand-logo{
  width:72px !important;
  height:72px !important;
}
.brand-logo img, .custom-logo{
  border-radius:50% !important;
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
}
h1{font-size:35px !important;line-height:1.18 !important;}
h2{font-size:30px !important;line-height:1.22 !important;}
.hero{
  grid-template-columns:minmax(0,1fr) minmax(300px,400px) !important;
}
.hero-image-card{
  max-width:400px !important;
  max-height:400px !important;
}
.hero-image-card img{
  max-height:400px !important;
}
.intro .narrow{
  max-width:980px;
}
.intro .narrow p{
  font-size:22px !important;
  line-height:1.55 !important;
  text-wrap:pretty;
}
@media(max-width:980px){
  .header-shell{padding-left:18px;padding-right:18px;}
  .brand{margin-right:auto;}
  .hero{grid-template-columns:1fr !important;}
}
@media(max-width:640px){
  .brand-logo{width:52px !important;height:52px !important;}
  .brand-text strong{font-size:20px !important;}
  .intro .narrow{padding:36px 22px;}
}

/* REMOVE EXTRA DECORATIVE CIRCLE */
.brand::before{
    display:none !important;
    content:none !important;
}

/* CLEAN HEADER LAYOUT */
.header-shell{
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:20px 70px;
}

/* BRAND AREA */
.brand{
    display:flex;
    align-items:center;
    gap:18px;
    text-decoration:none;
    flex-shrink:0;
	display:none;
}

/* LOGO */
.brand-logo img,
.custom-logo{
    width:78px !important;
    height:78px !important;
    border-radius:50%;
    object-fit:cover;
    border:4px solid #d8c49a;
    padding:4px;
    background:#f5efe3;
}

/* TEXT */
.brand-text strong{
    font-size:18px;
    font-weight:800;
    color:#111;
    display:block;
}

.brand-text small{
    font-size:15px;
    color:#7d6346;
}

/* DESKTOP NAV */
.desktop-nav{
    margin-left:120px;
    flex:1;
}



.card-grid.four{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:30px;
}

.program-list{
    margin:0;
    padding-left:18px;
    text-align:left;
}

.program-list li{
    margin-bottom:10px;
    color:#7b5a35;
    line-height:1.6;
}

.card-grid.four .soft-card{
    height:100%;
}

.card-grid.four .soft-card p{
    line-height:1.8;
}

@media(max-width:1200px){
    .card-grid.four{
        grid-template-columns:repeat(2,1fr);
    }
}

@media(max-width:768px){
    .card-grid.four{
        grid-template-columns:1fr;
    }
}

.nav-list{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:52px;
    list-style:none;
    margin:0;
    padding:0;
}

.nav-list li{
    margin:0;
}

.nav-list a{
    font-size:17px;
    font-weight:700;
    color:#111;
    text-decoration:none;
    transition:.3s;
}

.nav-list a:hover{
    color:#b21d23;
}

/* DONATE BUTTON */
.header-donate{
    background:#b5161d;
    color:#fff;
    padding:18px 34px;
    border-radius:20px;
    font-weight:800;
    text-decoration:none;
}


.programs-activities{
    background:#f4ecdc;
    padding-top:90px;
    padding-bottom:90px;
}

.programs-wrap{
    background:#fffaf0;
    border:1px solid #eadcc3;
    border-radius:34px;
    padding:60px;
    box-shadow:0 28px 80px rgba(80,55,25,.08);
}

.programs-intro{
    max-width:880px;
    margin:0 auto 50px;
    text-align:center;
}

.programs-intro h2{
    font-size:30px;
    margin-bottom:20px;
}

.programs-intro p{
    font-size:20px;
    line-height:1.9;
    color:#7b5a35;
}

.program-card-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:34px;
}

.program-card{
    text-align:center;
    padding:48px 38px;
}

.program-card h3{
    font-size:26px;
    margin-top:20px;
    margin-bottom:22px;
}

.program-card p{
    font-size:18px;
    line-height:1.8;
    color:#7b5a35;
}

.program-list{
    margin:0;
    padding-left:20px;
    text-align:left;
}

.program-list li{
    margin-bottom:11px;
    color:#7b5a35;
    line-height:1.65;
    font-size:17px;
}

@media(max-width:900px){
    .program-card-grid{
        grid-template-columns:1fr;
    }

    .programs-wrap{
        padding:42px 24px;
        border-radius:26px;
    }
}
