:root{
  --green:#5ea143;
  --orange:#ed6418;
  --teal:#129184;
  --blue:#5f66ca;
  --ink:#101413;
  --muted:#5d6663;
  --line:#e4e6e4;
  --cream:#f4ecdf;
  --mint:#eef8f2;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--ink);background:#fff}
a{text-decoration:none;color:inherit}
img{display:block;max-width:100%}
.container{width:min(1180px,calc(100% - 36px));margin:auto}

.site-header{position:sticky;top:0;z-index:100;background:#fff;border-bottom:1px solid #eceeed}
.header-inner{min-height:74px;display:flex;align-items:center;gap:20px}
.brand{display:flex;align-items:center;gap:9px;flex:0 0 215px}
.brand img{width:52px;height:48px;object-fit:contain}
.brand-text{font-size:16px;line-height:1.02;color:#17323d;font-weight:700}
.brand-text strong{font-size:19px}
.main-nav{display:flex;align-items:center;gap:25px;margin-left:auto;font-size:13px}
.main-nav a{padding:28px 0 25px;border-bottom:2px solid transparent;white-space:nowrap}
.main-nav a:hover{color:var(--green);border-bottom-color:var(--green)}
.header-actions{display:flex;align-items:center;gap:9px}
.social{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;color:#fff;flex:0 0 34px}
.social svg{width:21px;height:21px}
.social-instagram{background:linear-gradient(135deg,#7137d6,#ef2d6d 58%,#f3a43a)}
.social-facebook{background:#2857a7}
.social-whatsapp{background:#28b95d}
.cta-button{display:inline-flex;align-items:center;justify-content:center;gap:7px;background:var(--orange);color:#fff;border-radius:9px;padding:13px 20px;font-weight:800;font-size:12px;box-shadow:0 7px 18px rgba(237,100,24,.22)}
.header-cta{white-space:nowrap;padding:13px 18px}
.menu-toggle{display:none;border:0;background:transparent;font-size:28px;cursor:pointer}

.hero{position:relative;min-height:435px;overflow:hidden;background:#0c2119;color:#fff}
.hero-image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center}
.hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(5,17,13,.88) 0%,rgba(5,17,13,.72) 39%,rgba(5,17,13,.22) 74%,rgba(5,17,13,.08) 100%)}
.hero-inner{position:relative;z-index:2;min-height:435px;display:flex;align-items:center}
.hero-copy{width:min(590px,61%);padding:46px 0}
.eyebrow{text-transform:uppercase;letter-spacing:.27em;font-size:11px;font-weight:800;margin:0 0 10px;color:#2c3935}
.eyebrow.light{color:#fff}
.hero h1{font-size:56px;line-height:.98;letter-spacing:-.035em;margin:0 0 19px}
.hero-lead{font-size:18px;line-height:1.48;margin:0 0 25px;max-width:560px}
.hero-buttons{display:flex;gap:14px;align-items:center}
.ghost-button{display:inline-flex;align-items:center;justify-content:center;border:1.5px solid rgba(255,255,255,.9);border-radius:9px;padding:12px 21px;font-size:12px;font-weight:800;color:#fff;background:rgba(0,0,0,.08)}
.hero-note{position:absolute;right:5.5%;bottom:30px;z-index:2;font-family:"Segoe Print","Comic Sans MS",cursive;font-size:23px;line-height:1.18;transform:rotate(-4deg);text-align:center}

.impact-strip{background:#fff;border-bottom:1px solid #eef0ef}
.impact-grid{display:grid;grid-template-columns:repeat(3,1fr)}
.impact-item{position:relative;display:flex;gap:15px;align-items:center;justify-content:center;padding:19px 24px;min-height:112px}
.impact-item:not(:last-child):after{content:"";position:absolute;right:0;top:20px;bottom:20px;width:1px;background:#d8dcda}
.impact-icon{width:58px;height:58px;border-radius:50%;display:grid;place-items:center;color:#fff;flex:0 0 58px}
.impact-icon svg{width:35px;height:35px}
.green{background:var(--green)}.orange{background:var(--orange)}.teal{background:var(--teal)}.blue{background:var(--blue)}
.impact-item strong{display:block;font-size:31px;line-height:1;color:var(--green)}
.impact-item:nth-child(2) strong{color:var(--orange)}
.impact-item:nth-child(3) strong{color:var(--teal)}
.impact-item b{display:block;font-size:13px;margin-top:4px}
.impact-item small{display:block;color:#626966;font-size:11px;line-height:1.35;margin-top:7px;max-width:220px}

.section{padding:34px 0 42px}
.section-heading{text-align:center;margin-bottom:18px}
.section-heading h2{font-size:32px;line-height:1.05;margin:4px 0 5px;letter-spacing:-.02em}
.section-heading p:last-child{margin:0;color:#636b68;font-size:14px}
.program-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.program-card{border-radius:12px;background:#fff;overflow:hidden;box-shadow:0 4px 18px rgba(0,0,0,.08);border:1px solid #eceeed}
.program-image-wrap{position:relative}
.program-image-wrap>img{width:100%;height:190px;object-fit:cover}
.program-icon{position:absolute;left:16px;bottom:-23px;width:48px;height:48px;border-radius:50%;display:grid;place-items:center;color:#fff;border:4px solid #fff}
.program-icon svg{width:28px;height:28px}
.food-card .program-icon{background:var(--orange)}.daycare-card .program-icon{background:var(--green)}.workshop-card .program-icon{background:var(--teal)}
.program-body{padding:30px 17px 15px}
.program-body h3{font-size:19px;line-height:1.12;margin:0 0 7px}
.program-body p{font-size:13px;line-height:1.35;color:#535b58;margin:0 0 10px;min-height:70px}
.program-body a{font-size:13px;font-weight:800;color:var(--orange)}
.daycare-card .program-body a{color:var(--green)}.workshop-card .program-body a{color:var(--teal)}

.history{background:var(--cream);border-top:1px solid #eadfce;border-bottom:1px solid #eadfce;overflow:hidden}
.history-grid{display:grid;grid-template-columns:28% 40% 32%;align-items:stretch;min-height:250px;width:min(1280px,100%)}
.history-photo-wrap{display:flex;align-items:center;justify-content:center;padding:18px 16px}
.history-photo-wrap img{width:100%;height:205px;object-fit:cover;border:9px solid #fff;box-shadow:0 8px 20px rgba(65,47,30,.16);transform:rotate(-3deg)}
.history-copy{padding:34px 24px;align-self:center}
.history-copy h2{font-size:30px;line-height:1.04;letter-spacing:-.025em;margin:5px 0 8px}
.history-copy p{font-size:13.5px;line-height:1.4;color:#4e5553;margin:0 0 14px}
.outline-button{display:inline-flex;align-items:center;justify-content:center;border:1px solid #7b817e;border-radius:999px;background:#fff;padding:9px 16px;font-size:12px;font-weight:750}
.history-side{overflow:hidden;min-height:250px}
.history-side img{width:100%;height:100%;object-fit:cover}

.help{background:#fff;overflow:hidden}
.help-grid{display:grid;grid-template-columns:64% 36%;min-height:300px;width:min(1280px,100%)}
.help-copy{padding:25px 34px 18px;text-align:center}
.help-copy h2{font-size:31px;line-height:1.04;letter-spacing:-.025em;margin:5px 0 5px}
.help-copy>p{font-size:13.5px;color:#626a70;margin:0 0 16px}
.help-options{display:grid;grid-template-columns:repeat(4,1fr);gap:11px}
.help-options article{text-align:center;padding:6px 8px}
.help-icon{width:44px;height:44px;border-radius:50%;display:grid;place-items:center;color:#fff;margin:0 auto 7px;font-size:22px;font-weight:900}
.help-options strong{display:block;font-size:11.5px;line-height:1.07}
.help-options small{display:block;font-size:10px;line-height:1.22;color:#61686b;margin-top:5px}
.help-cta{margin-top:13px}
.help-photo{min-height:300px;overflow:hidden}
.help-photo img{width:100%;height:100%;object-fit:cover;object-position:center}

.updates{background:var(--mint);border-top:1px solid #dceee3;padding:21px 0 26px}
.updates-head{display:grid;grid-template-columns:auto 1fr auto;align-items:end;gap:18px;margin-bottom:14px}
.updates-head h2{font-size:27px;line-height:1;margin:5px 0 0}
.updates-head>p{font-size:11.5px;line-height:1.3;color:#5a6460;margin:0 0 3px}
.updates-actions{display:flex;align-items:center;gap:7px}
.instagram-link{padding:8px 14px}
.round-arrow{width:31px;height:31px;border-radius:50%;display:grid;place-items:center;background:#cfe5d8;color:#48675a;font-size:17px;font-weight:800}
.updates-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr)) 175px;gap:13px;align-items:stretch}
.updates-grid>img{width:100%;height:100%;aspect-ratio:16/10;object-fit:cover;border-radius:10px;box-shadow:0 2px 5px rgba(0,0,0,.08)}
.social-card{border-radius:10px;background:linear-gradient(135deg,#f4eee7,#f6e3ca);display:flex;align-items:center;gap:12px;padding:15px;color:#4a4c4c;font-size:12px;line-height:1.25}
.social-card-icon{width:47px;height:47px;flex:0 0 47px;border-radius:50%;display:grid;place-items:center;color:#fff;background:linear-gradient(145deg,#7a3ff2,#f2295b 55%,#ff9d2e)}
.social-card-icon svg{width:28px;height:28px}.social-card b{margin-left:auto;font-size:20px}

.site-footer{background:#fff;border-top:1px solid #e2e6e3;padding:20px 0 0}
.footer-grid{display:grid;grid-template-columns:205px 1.25fr 1fr 160px;gap:26px;align-items:center;padding-bottom:18px}
.footer-brand{display:flex;align-items:center;gap:8px;color:#17323d;font-size:15px;font-weight:700;line-height:1.02}
.footer-brand img{width:49px;height:44px;object-fit:contain}.footer-brand strong{font-size:18px}
.footer-contact p{margin:5px 0;color:#58605d;font-size:11.5px}.footer-contact a{font-weight:700;color:#37443f}
.footer-links-wrap{border-left:1px solid #dce0dd;padding-left:28px}
.footer-links{display:flex;flex-wrap:wrap;gap:6px 12px;font-size:10.5px;color:#4c5551}
.footer-socials{display:flex;gap:7px;margin-top:12px}.footer-socials .social{width:31px;height:31px;flex-basis:31px}.footer-socials .social svg{width:19px;height:19px}
.footer-note{font-family:"Segoe Print","Comic Sans MS",cursive;font-size:17px;line-height:1.18;color:#424b47;transform:rotate(-3deg);text-align:center}
.footer-bottom{display:flex;justify-content:space-between;gap:20px;border-top:1px solid #e4e7e5;padding:11px 0;color:#737a77;font-size:9.5px}

.floating-whatsapp{position:fixed;right:20px;bottom:20px;z-index:120;width:60px;height:60px;border-radius:50%;display:grid;place-items:center;background:#25bd55;color:#fff;border:4px solid #fff;box-shadow:0 10px 24px rgba(37,189,85,.35)}
.floating-whatsapp svg{width:35px;height:35px}

@media(max-width:1080px){
  .header-inner{gap:12px}.brand{flex-basis:190px}.main-nav{gap:15px}.main-nav a{font-size:12px}.header-actions .social{display:none}.header-cta{padding:12px 12px;font-size:11px}
  .updates-grid{grid-template-columns:repeat(4,1fr)}.social-card{display:none}
}
@media(max-width:860px){
  .header-inner{min-height:68px;flex-wrap:wrap;padding:8px 0}.brand{flex:1}.menu-toggle{display:block}.header-actions{margin-left:auto}.header-cta{display:none}
  .main-nav{display:none;order:4;width:100%;margin:0;flex-direction:column;align-items:stretch;gap:0;border-top:1px solid var(--line)}.main-nav.open{display:flex}.main-nav a{padding:12px 2px;border:0}
  .hero{min-height:520px}.hero-inner{min-height:520px}.hero-copy{width:min(640px,78%)}.hero h1{font-size:49px}.hero-image{object-position:63% center}.hero-note{display:none}
  .impact-grid{grid-template-columns:1fr}.impact-item{justify-content:flex-start;padding:16px 12px}.impact-item:not(:last-child):after{top:auto;bottom:0;left:0;right:0;width:100%;height:1px}
  .program-grid{grid-template-columns:1fr}.program-image-wrap>img{height:230px}.program-body p{min-height:0}
  .history-grid{grid-template-columns:1fr;padding:24px 15px}.history-photo-wrap{padding:0 12px}.history-photo-wrap img{height:auto;max-width:520px;margin:auto}.history-copy{text-align:center;padding:26px 12px}.history-side{min-height:220px;border-radius:12px}
  .help-grid{grid-template-columns:1fr;padding:0}.help-photo{order:-1;min-height:340px}.help-copy{padding:36px 22px}
  .updates-head{grid-template-columns:1fr auto}.updates-head>p{grid-column:1/-1}.updates-grid{grid-template-columns:repeat(2,1fr)}
  .footer-grid{grid-template-columns:1fr 1fr}.footer-links-wrap{border-left:0;padding-left:0}.footer-note{text-align:left}.footer-bottom{flex-direction:column;gap:4px}
}
@media(max-width:560px){
  .container{width:calc(100% - 26px)}.brand img{width:45px;height:42px}.brand-text{font-size:14px}.brand-text strong{font-size:17px}
  .hero{min-height:500px}.hero-inner{min-height:500px}.hero-copy{width:100%;padding:55px 0}.hero h1{font-size:42px}.hero-lead{font-size:16px}.hero-buttons{flex-direction:column;align-items:stretch}.hero-buttons a{width:100%}
  .impact-item strong{font-size:29px}.impact-item small{max-width:none}
  .section{padding:42px 0}.section-heading h2{font-size:31px}.program-image-wrap>img{height:180px}
  .history-copy h2{font-size:29px}.history-side{min-height:180px}
  .help-copy h2{font-size:30px}.help-options{grid-template-columns:1fr 1fr}.help-photo{min-height:280px}
  .updates-head{grid-template-columns:1fr}.updates-actions{margin-top:5px;flex-wrap:wrap}.updates-grid{grid-template-columns:1fr}.updates-grid>img{aspect-ratio:16/9}
  .footer-grid{grid-template-columns:1fr}.footer-note{display:none}.footer-bottom{font-size:10px}.floating-whatsapp{right:13px;bottom:13px;width:54px;height:54px}
}

/* =========================================================
   HOME FTP v2 — refinements approved 2026-09-09
   ========================================================= */

/* Improve readability of descriptive copy without enlarging headings. */
.hero-lead{font-size:19px;line-height:1.55}
.impact-item small{font-size:12.5px;line-height:1.45}
.section-heading p:last-child{font-size:15.5px;line-height:1.45}
.program-body{padding:32px 20px 20px}
.program-body p{font-size:15.5px;line-height:1.48;min-height:92px}
.program-body a{font-size:14px}
.history-copy p{font-size:15.5px;line-height:1.52}
.help-copy>p{font-size:15.5px;line-height:1.45}
.help-options strong{font-size:13px;line-height:1.16}
.help-options small{font-size:11.8px;line-height:1.35}
.updates-head>p{font-size:13.5px;line-height:1.45}
.footer-contact p{font-size:12.8px;line-height:1.4}
.footer-links{font-size:11.5px}

/* Hide the typography baked into the provisional hero image on its left edge.
   HTML remains the only readable headline/copy layer. */
.hero-shade{z-index:1;background:linear-gradient(90deg,rgba(4,15,11,.94) 0%,rgba(4,15,11,.78) 40%,rgba(4,15,11,.27) 73%,rgba(4,15,11,.08) 100%)}
.hero-text-mask{position:absolute;z-index:1;left:0;top:0;bottom:0;width:24%;background:linear-gradient(90deg,rgba(4,15,11,.995) 0%,rgba(4,15,11,.97) 68%,rgba(4,15,11,0) 100%);pointer-events:none}
.hero-inner{z-index:2}

/* Program photography is now cleaned of baked-in icon graphics. */
.program-image-wrap>img{height:190px;object-fit:cover;object-position:center}

/* History: split the right side into a crisp HTML quote and a better framed sign photo. */
.history-grid{grid-template-columns:28% 40% 32%;min-height:275px}
.history-side{display:grid;grid-template-columns:44% 56%;align-items:stretch;min-height:275px;background:var(--cream);overflow:hidden}
.history-side .history-quote{display:flex;align-items:center;justify-content:center;padding:24px 12px 24px 18px;font-family:"Segoe Print","Comic Sans MS",cursive;font-size:18px;line-height:1.45;color:#474b47;text-align:center;transform:rotate(-2deg)}
.history-side img{width:100%;height:100%;object-fit:cover;object-position:48% center;filter:contrast(1.05)}

/* Help section: more vertical breathing room and a taller image treatment. */
.help-grid{grid-template-columns:64% 36%;min-height:390px}
.help-copy{padding:38px 38px 30px}
.help-copy h2{margin-top:7px;margin-bottom:8px}
.help-copy>p{margin-bottom:25px}
.help-options{gap:18px;align-items:start}
.help-options article{padding:8px 10px}
.help-icon{width:50px;height:50px;margin-bottom:10px}
.help-options small{margin-top:8px}
.help-cta{margin-top:25px}
.help-photo{min-height:390px}
.help-photo img{object-fit:cover;object-position:center center}

/* Activities: remove the redundant social promo card and show clean photos with captions below. */
.updates{padding:30px 0 34px}
.updates-head{grid-template-columns:auto 1fr auto;align-items:end;margin-bottom:20px}
.updates-actions{justify-content:flex-end}
.updates-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}
.activity-card{margin:0;background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 14px rgba(20,42,31,.09);border:1px solid rgba(22,73,51,.08)}
.activity-card img{width:100%;aspect-ratio:16/9;object-fit:cover}
.activity-card figcaption{padding:12px 14px 14px;font-size:13.5px;line-height:1.3;font-weight:750;color:#263a32}
.instagram-link{white-space:nowrap;padding:10px 17px}

@media(max-width:1080px){
  .hero-text-mask{width:22%}
  .history-side .history-quote{font-size:16px;padding:18px 10px}
}

@media(max-width:860px){
  .hero-text-mask{width:31%;background:linear-gradient(90deg,rgba(4,15,11,.98) 0%,rgba(4,15,11,.88) 72%,rgba(4,15,11,0) 100%)}
  .program-body p{font-size:15.5px;min-height:0}
  .history-grid{grid-template-columns:1fr;min-height:0}
  .history-side{grid-template-columns:42% 58%;min-height:245px;border-radius:12px}
  .help-grid{grid-template-columns:1fr;min-height:0}
  .help-photo{min-height:380px}
  .updates-head{grid-template-columns:1fr auto}
  .updates-head>p{grid-column:1/-1;font-size:14px}
  .updates-grid{grid-template-columns:repeat(2,1fr)}
}

@media(max-width:560px){
  .hero-text-mask{width:48%;background:linear-gradient(90deg,rgba(4,15,11,.97) 0%,rgba(4,15,11,.82) 75%,rgba(4,15,11,0) 100%)}
  .hero-lead{font-size:17px}
  .section-heading p:last-child{font-size:15px}
  .program-body p{font-size:15px}
  .history-copy p{font-size:15px}
  .history-side{grid-template-columns:1fr;min-height:0}
  .history-side .history-quote{font-size:17px;padding:24px 28px 16px;transform:none}
  .history-side img{height:230px;object-position:center}
  .help-copy{padding:40px 20px 34px}
  .help-copy>p{font-size:15px}
  .help-options{gap:16px 10px}
  .help-options strong{font-size:12.5px}
  .help-options small{font-size:11.5px}
  .help-photo{min-height:330px}
  .updates-head{grid-template-columns:1fr;align-items:start}
  .updates-actions{justify-content:flex-start}
  .updates-grid{grid-template-columns:1fr}
  .activity-card figcaption{font-size:14px}
}

/* =========================================================
   HOME FTP v3 — slider, motion and unique imagery
   ========================================================= */

/* Hero slider: four independent, clean photographs. */
.hero{isolation:isolate}
.hero-slides{position:absolute;inset:0;z-index:0}
.hero-slide{position:absolute;inset:0;margin:0;opacity:0;visibility:hidden;transition:opacity .9s ease,visibility .9s ease}
.hero-slide.is-active{opacity:1;visibility:visible}
.hero-slide img{width:100%;height:100%;object-fit:cover;object-position:center center;transform:scale(1.015);transition:transform 6.5s ease}
.hero-slide.is-active img{transform:scale(1.045)}
.hero-shade{z-index:1;background:linear-gradient(90deg,rgba(4,15,11,.90) 0%,rgba(4,15,11,.70) 38%,rgba(4,15,11,.24) 70%,rgba(4,15,11,.16) 100%)}
.hero-inner{z-index:2}
.hero-note{z-index:3;right:5%;bottom:38px;color:#fff;text-shadow:0 2px 10px rgba(0,0,0,.42);pointer-events:none}
.hero-arrow{position:absolute;z-index:5;top:50%;transform:translateY(-50%);width:42px;height:42px;border:1.5px solid rgba(255,255,255,.88);border-radius:50%;background:rgba(8,20,16,.26);color:#fff;display:grid;place-items:center;font:300 31px/1 Arial,sans-serif;cursor:pointer;backdrop-filter:blur(2px);transition:background .22s ease,transform .22s ease,border-color .22s ease}
.hero-arrow:hover,.hero-arrow:focus-visible{background:rgba(237,100,24,.9);border-color:#fff;transform:translateY(-50%) scale(1.08);outline:none}
.hero-prev{left:20px}.hero-next{right:20px}
.hero-dots{position:absolute;z-index:5;left:50%;bottom:18px;transform:translateX(-50%);display:flex;align-items:center;gap:9px;padding:5px 8px;border-radius:999px;background:rgba(5,17,13,.13)}
.hero-dot{width:10px;height:10px;padding:0;border:2px solid #fff;border-radius:50%;background:rgba(255,255,255,.45);cursor:pointer;box-shadow:0 1px 3px rgba(0,0,0,.2);transition:transform .2s ease,background .2s ease}
.hero-dot.is-active{background:var(--orange);transform:scale(1.18)}

/* Professional micro-interactions. */
.cta-button,.ghost-button,.outline-button,.social,.program-card,.activity-card,.help-options article{transition:transform .25s ease,box-shadow .25s ease,background-color .25s ease,border-color .25s ease,filter .25s ease}
.cta-button:hover,.cta-button:focus-visible{transform:translateY(-3px);box-shadow:0 12px 25px rgba(237,100,24,.28);filter:saturate(1.05)}
.ghost-button:hover,.ghost-button:focus-visible{transform:translateY(-3px);background:rgba(255,255,255,.13);box-shadow:0 9px 20px rgba(0,0,0,.18);outline:none}
.outline-button:hover,.outline-button:focus-visible{transform:translateY(-2px);border-color:var(--teal);box-shadow:0 7px 16px rgba(18,145,132,.12);outline:none}
.social:hover,.social:focus-visible{transform:translateY(-2px) scale(1.06);box-shadow:0 7px 16px rgba(0,0,0,.16);outline:none}
.program-card:hover{transform:translateY(-7px);box-shadow:0 13px 30px rgba(0,0,0,.12)}
.program-image-wrap{overflow:hidden}
.program-image-wrap>img{transition:transform .55s ease,filter .4s ease}
.program-card:hover .program-image-wrap>img{transform:scale(1.045);filter:saturate(1.04)}
.help-options article:hover{transform:translateY(-4px)}
.help-options article:hover .help-icon{transform:scale(1.07)}
.help-icon{transition:transform .25s ease,box-shadow .25s ease}
.activity-card:hover{transform:translateY(-5px);box-shadow:0 11px 24px rgba(20,42,31,.14)}
.activity-card img{transition:transform .55s ease,filter .35s ease}
.activity-card:hover img{transform:scale(1.045);filter:saturate(1.05)}
.activity-card{position:relative}
.activity-card img{display:block}
.floating-whatsapp{transition:transform .25s ease,box-shadow .25s ease}
.floating-whatsapp:hover,.floating-whatsapp:focus-visible{transform:translateY(-3px) scale(1.06);box-shadow:0 14px 30px rgba(37,189,85,.42);outline:none}

/* A little more room and balance in the help section. */
.help-grid{min-height:420px}
.help-copy{padding-top:46px;padding-bottom:38px}
.help-photo{min-height:420px}
.help-photo img{object-position:center 42%}

/* History image: quote is HTML, photo concentrates on the sign and landscape. */
.history-side img{object-position:66% center}

/* Activities remain visually simple; social links live in header/footer. */
.updates-head{grid-template-columns:auto 1fr;align-items:end}
.updates-head>p{justify-self:end;text-align:right;max-width:520px}

/* Scroll entrance motion added by JS, while preserving a no-JS visible page. */
.motion-ready .reveal-item{opacity:0;transform:translateY(18px);transition:opacity .55s ease,transform .55s ease}
.motion-ready .reveal-item.is-visible{opacity:1;transform:none}
.motion-ready .program-grid .reveal-item:nth-child(2),
.motion-ready .impact-grid .reveal-item:nth-child(2),
.motion-ready .help-options .reveal-item:nth-child(2),
.motion-ready .updates-grid .reveal-item:nth-child(2){transition-delay:.07s}
.motion-ready .program-grid .reveal-item:nth-child(3),
.motion-ready .impact-grid .reveal-item:nth-child(3),
.motion-ready .help-options .reveal-item:nth-child(3),
.motion-ready .updates-grid .reveal-item:nth-child(3){transition-delay:.14s}
.motion-ready .help-options .reveal-item:nth-child(4),
.motion-ready .updates-grid .reveal-item:nth-child(4){transition-delay:.21s}

@media(max-width:860px){
  .hero-note{right:7%;bottom:46px;font-size:19px}
  .hero-arrow{width:38px;height:38px;font-size:27px}.hero-prev{left:12px}.hero-next{right:12px}
  .hero-dots{bottom:14px}
  .updates-head{grid-template-columns:1fr}.updates-head>p{justify-self:start;text-align:left;grid-column:auto}
  .help-grid{min-height:0}.help-photo{min-height:380px}
}
@media(max-width:560px){
  .hero-note{display:none}
  .hero-arrow{top:auto;bottom:14px;transform:none;width:34px;height:34px;font-size:24px}
  .hero-arrow:hover,.hero-arrow:focus-visible{transform:scale(1.06)}
  .hero-prev{left:14px}.hero-next{right:14px}
  .hero-dots{bottom:20px}
  .hero-slide img{object-position:center center}
  .help-photo{min-height:350px}
}

@media(prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  *,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}
  .hero-slide img,.hero-slide.is-active img{transform:none}
  .motion-ready .reveal-item{opacity:1;transform:none}
}


/* ===== Full site internal pages v1 ===== */
.main-nav a.is-active{color:var(--green);border-bottom-color:var(--green);font-weight:800}
/* Keep program icons fully visible inside the photo area. */
.program-icon{bottom:12px;left:16px;z-index:4;box-shadow:0 3px 10px rgba(0,0,0,.16)}
.program-body{padding-top:20px}
.cta-button,.ghost-button,.outline-button,.program-card,.activity-card,.help-page-grid article,.value-grid article,.timeline-grid article{transition:transform .22s ease,box-shadow .22s ease,background-color .22s ease,color .22s ease}
.cta-button:hover,.ghost-button:hover,.outline-button:hover{transform:translateY(-2px)}
.program-card:hover,.activity-card:hover,.help-page-grid article:hover,.value-grid article:hover,.timeline-grid article:hover{transform:translateY(-5px);box-shadow:0 12px 28px rgba(14,37,27,.13)}
.program-card img,.activity-card img,.gallery-grid img,.detail-photo img{transition:transform .35s ease}
.program-card:hover img,.activity-card:hover img,.gallery-grid figure:hover img,.detail-programs article:hover .detail-photo img{transform:scale(1.035)}

.inner-hero{position:relative;min-height:360px;background-image:var(--inner-bg);background-size:cover;background-position:center;display:flex;align-items:center;color:#fff;overflow:hidden}
.inner-hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(5,18,14,.88),rgba(5,18,14,.58) 55%,rgba(5,18,14,.24))}
.inner-hero-copy{position:relative;z-index:2;padding:78px 0;width:min(720px,78%)}
.inner-hero h1{font-size:52px;line-height:1.02;margin:0 0 14px;letter-spacing:-.035em}
.inner-hero p:last-child{font-size:19px;line-height:1.5;margin:0;max-width:680px}
.history-page-hero{background-position:center 42%}.contact-page-hero{background-position:center}.help-page-hero{background-position:center 35%}
.page-section{padding:64px 0}.page-section h2{letter-spacing:-.025em}.page-section p{font-size:16px;line-height:1.6;color:#4e5854}
.split-feature{display:grid;grid-template-columns:1.1fr .9fr;gap:54px;align-items:center}.split-feature.compact{padding:0}.split-feature h2{font-size:38px;line-height:1.05;margin:5px 0 18px}.framed-photo img{width:100%;max-height:420px;object-fit:cover;border-radius:18px;box-shadow:0 15px 35px rgba(25,45,36,.16)}
.timeline-section{padding:58px 0;background:#f7faf8;border-block:1px solid #e8eeea}.timeline-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:26px}.timeline-grid article{background:#fff;border:1px solid #e7ebe8;border-radius:16px;padding:25px;box-shadow:0 5px 18px rgba(0,0,0,.04)}.timeline-grid strong{display:block;font-size:31px;color:var(--orange);margin-bottom:7px}.timeline-grid h3{margin:0 0 8px;font-size:18px}.timeline-grid p{font-size:14px;line-height:1.45;color:#5c6561;margin:0}
.values-section{padding:60px 0}.value-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-top:25px}.value-grid article{text-align:center;border:1px solid #e8ece9;border-radius:18px;padding:30px 24px;background:#fff;box-shadow:0 5px 18px rgba(0,0,0,.05)}.value-grid span{width:55px;height:55px;border-radius:50%;background:var(--green);color:#fff;display:grid;place-items:center;margin:0 auto 12px;font-size:24px}.value-grid article:nth-child(2) span{background:var(--orange)}.value-grid article:nth-child(3) span{background:var(--teal)}.value-grid h3{margin:0 0 8px}.value-grid p{margin:0;color:#5d6662;line-height:1.5}
.page-cta{padding:55px 0;text-align:center;background:linear-gradient(135deg,#edf7f0,#fbf0e5)}.page-cta h2{font-size:34px;margin:0 0 8px}.page-cta p{font-size:16px;color:#56605c;margin:0 0 21px}
.detail-programs{display:grid;gap:34px;margin-top:28px}.detail-programs article{display:grid;grid-template-columns:1fr 1fr;gap:38px;align-items:center;border:1px solid #e6ebe8;border-radius:20px;overflow:hidden;background:#fff;box-shadow:0 7px 22px rgba(0,0,0,.06)}.detail-programs article.reverse .detail-photo{order:2}.detail-programs article>div:not(.detail-photo){padding:32px}.detail-photo{height:330px;overflow:hidden}.detail-photo img{width:100%;height:100%;object-fit:cover}.detail-programs h2{font-size:32px;margin:10px 0 12px}.detail-programs p{font-size:15.5px;line-height:1.55;margin:0 0 18px;color:#505a56}.pill{display:inline-block;border-radius:999px;padding:7px 12px;color:#fff;font-size:12px;font-weight:800}.orange-pill{background:var(--orange)}.green-pill{background:var(--green)}.teal-pill{background:var(--teal)}
.quote-band{padding:48px 0;background:#eef8f2}.quote-band blockquote{font-size:26px;line-height:1.4;text-align:center;font-family:"Segoe Print","Comic Sans MS",cursive;color:#315547;max-width:850px;margin:auto}
.metric-section{padding:36px 0;background:#fff;border-bottom:1px solid #e8ece9}.metric-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.metric-grid article{text-align:center;padding:20px}.metric-grid strong{display:block;font-size:48px;color:var(--orange);line-height:1}.metric-grid article:nth-child(2) strong{color:var(--green)}.metric-grid article:nth-child(3) strong{color:var(--teal)}.metric-grid span{display:block;margin-top:8px;font-size:15px;color:#4d5753;font-weight:700}
.inline-actions{display:flex;gap:12px;align-items:center;flex-wrap:wrap;margin-top:20px}.gallery-section{padding:58px 0;background:#eef8f2}.gallery-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.gallery-grid figure{margin:0;border-radius:14px;overflow:hidden;background:#fff;box-shadow:0 5px 16px rgba(0,0,0,.07)}.gallery-grid img{width:100%;aspect-ratio:4/3;object-fit:cover}.gallery-grid figcaption{padding:13px 15px;font-size:13px;font-weight:800}
.help-page-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:28px}.help-page-grid article{border:1px solid #e7ece8;border-radius:17px;padding:28px 22px;background:#fff;text-align:center;box-shadow:0 5px 18px rgba(0,0,0,.05)}.help-page-grid .help-icon{margin-bottom:14px}.help-page-grid h3{font-size:18px;margin:0 0 9px}.help-page-grid p{font-size:14px;line-height:1.5;margin:0 0 16px}.text-link{font-size:13px;font-weight:800;color:var(--orange)}.help-page-grid article:nth-child(2) .text-link{color:var(--teal)}.help-page-grid article:nth-child(3) .text-link{color:var(--green)}.help-page-grid article:nth-child(4) .text-link{color:var(--blue)}
.simple-band{padding:58px 0;background:#f7faf8}.contact-layout{display:grid;grid-template-columns:.85fr 1.15fr;gap:36px;align-items:start}.contact-info-card,.contact-form{background:#fff;border:1px solid #e7ebe8;border-radius:18px;padding:30px;box-shadow:0 7px 22px rgba(0,0,0,.06)}.contact-info-card h2,.contact-form h2{font-size:30px;margin:6px 0 20px}.contact-list p{position:relative;padding-left:38px;margin:19px 0;line-height:1.5}.contact-list span{position:absolute;left:0;top:0;width:28px;height:28px;border-radius:50%;background:#eef7f2;display:grid;place-items:center}.contact-list b{color:#18221e}.contact-form label{display:block;font-weight:700;font-size:13px;margin-bottom:15px}.contact-form input,.contact-form textarea{display:block;width:100%;margin-top:7px;border:1px solid #d8dfdb;border-radius:9px;padding:13px;font:inherit;background:#fbfcfb}.contact-form textarea{resize:vertical}.contact-form button{border:0;cursor:pointer;width:100%;margin-top:4px}.contact-form small{display:block;color:#707875;margin-top:10px;text-align:center}.map-section iframe{display:block;width:100%;height:390px;border:0}

@media(max-width:900px){.inner-hero-copy{width:90%}.inner-hero h1{font-size:44px}.split-feature,.contact-layout{grid-template-columns:1fr}.timeline-grid,.help-page-grid{grid-template-columns:1fr 1fr}.value-grid{grid-template-columns:1fr}.detail-programs article{grid-template-columns:1fr}.detail-programs article.reverse .detail-photo{order:0}.detail-photo{height:280px}.metric-grid{grid-template-columns:1fr 1fr 1fr}.gallery-grid{grid-template-columns:1fr 1fr}}
@media(max-width:560px){.inner-hero{min-height:330px}.inner-hero-copy{padding:60px 0;width:100%}.inner-hero h1{font-size:36px}.inner-hero p:last-child{font-size:16px}.page-section{padding:44px 0}.split-feature h2{font-size:31px}.timeline-grid,.help-page-grid,.metric-grid,.gallery-grid{grid-template-columns:1fr}.timeline-grid article{padding:22px}.detail-programs article>div:not(.detail-photo){padding:24px}.detail-programs h2{font-size:28px}.detail-photo{height:220px}.page-cta h2{font-size:28px}.quote-band blockquote{font-size:20px}.contact-info-card,.contact-form{padding:22px}}


/* =========================================================
   WEBSITE COMPLETO v2 — internal hero fixes + Equipo Directivo
   ========================================================= */

/* Use physical image elements in internal heroes so FTP/browser path resolution is reliable. */
.inner-hero{background:#26322f;isolation:isolate}
.inner-hero-image{position:absolute;inset:0;z-index:0;width:100%;height:100%;object-fit:cover;object-position:center}
.inner-hero-shade{z-index:1}
.inner-hero-copy{z-index:2}
.history-page-hero .inner-hero-image{object-position:center 42%}
.work-page-hero .inner-hero-image{object-position:center 43%}
.impact-page-hero .inner-hero-image{object-position:center 46%}
.help-page-hero .inner-hero-image{object-position:center 43%}
.contact-page-hero .inner-hero-image{object-position:center 48%}

/* Current leadership */
.team-section{padding:58px 0 66px;background:#f7faf8;border-top:1px solid #edf1ee;border-bottom:1px solid #e7ece8}
.team-section .section-heading{margin-bottom:30px}
.team-section .section-heading p:last-child{max-width:680px;margin-left:auto;margin-right:auto}
.team-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px;max-width:980px;margin:0 auto}
.team-grid-four{grid-template-columns:repeat(4,minmax(0,1fr));max-width:1360px}
.team-card{background:#fff;border:1px solid #e6ebe7;border-radius:16px;overflow:hidden;box-shadow:0 10px 28px rgba(21,49,37,.08);transition:transform .24s ease,box-shadow .24s ease}
.team-card:hover{transform:translateY(-6px);box-shadow:0 18px 34px rgba(21,49,37,.13)}
.team-photo{aspect-ratio:1/1;background:#eef2ef;overflow:hidden}
.team-photo img{width:100%;height:100%;object-fit:cover;transition:transform .45s ease}
.team-card:hover .team-photo img{transform:scale(1.035)}
.team-card-body{text-align:center;padding:20px 16px 22px;border-top:4px solid var(--green)}
.team-founder .team-card-body{border-top-color:var(--orange)}
.team-card:nth-child(3) .team-card-body{border-top-color:var(--teal)}
.team-roger .team-card-body{border-top-color:#5b7bb2}
.team-card h3{margin:0 0 6px;font-size:23px;line-height:1.1;color:#15251f}
.team-card p{margin:0;color:#5d6863;font-size:15px;font-weight:700;line-height:1.35}
.team-card .team-location{margin-top:6px;font-size:13.2px;font-weight:600;color:#76807b;letter-spacing:.02em}

@media(max-width:1100px){
  .team-grid-four{grid-template-columns:repeat(2,minmax(0,1fr));max-width:760px;gap:20px}
}
@media(max-width:860px){
  .team-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
  .team-grid-four{grid-template-columns:repeat(2,minmax(0,1fr));max-width:760px}
  .team-card h3{font-size:20px}
  .team-card p{font-size:13.5px}
  .team-card .team-location{font-size:12.5px}
}
@media(max-width:650px){
  .team-section{padding:46px 0 52px}
  .team-grid,.team-grid-four{grid-template-columns:1fr;max-width:380px;gap:22px}
}
