:root{
  --green:#173b2a; --green2:#214d38; --cream:#f5f0e4; --paper:#fbf8f0;
  --gold:#b58a37; --gold2:#d8bb79; --ink:#1f2a24; --sage:#dfe8dd; --white:#fff;
  --shadow:0 20px 60px rgba(8,29,19,.16); --radius:24px;
}
*{box-sizing:border-box} html{scroll-behavior:smooth} body{margin:0;background:var(--paper);color:var(--ink);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;line-height:1.6} img{max-width:100%;display:block} a{color:inherit}.wrap{width:min(1180px,calc(100% - 40px));margin:0 auto}.center{text-align:center}.intro-narrow{max-width:850px}.section{padding:100px 0}.cream{background:var(--cream)}.dark{background:#102b20;color:#f7f4ea}.green{background:var(--green);color:#f7f4ea}.kicker{font-size:.78rem;font-weight:800;letter-spacing:.15em;color:#607467;margin:0 0 16px}.kicker.gold,.gold{color:var(--gold2)}h1,h2,h3{font-family:Georgia,"Times New Roman",serif;line-height:1.08;margin-top:0}h2{font-size:clamp(2.1rem,4vw,4.5rem);letter-spacing:-.025em;margin-bottom:28px}h3{font-size:1.45rem}p{margin-top:0}.body-large{font-size:1.15rem;line-height:1.75}.split{display:grid;grid-template-columns:1.05fr .95fr;gap:70px;align-items:start}.align-end{align-items:end}.accent-line{border-left:3px solid var(--gold);padding-left:20px;font-weight:700}.site-header{height:82px;padding:0 28px;display:flex;align-items:center;justify-content:space-between;position:fixed;z-index:40;top:0;left:0;right:0;color:white;background:linear-gradient(to bottom,rgba(10,31,22,.82),rgba(10,31,22,.18));backdrop-filter:blur(8px);transition:.25s}.site-header.scrolled{background:rgba(15,43,31,.96);box-shadow:0 6px 30px rgba(0,0,0,.12)}.brand{display:flex;align-items:center;gap:12px;text-decoration:none}.brand-mark{width:50px;height:50px;background:rgba(255,255,255,.96);border-radius:50%;display:grid;place-items:center;padding:4px}.brand-mark img{width:100%;height:100%;object-fit:contain}.brand-copy{display:flex;flex-direction:column;line-height:1.15}.brand-copy strong{letter-spacing:.08em;font-size:.95rem}.brand-copy small{font-size:.72rem;opacity:.8}.mainnav{display:flex;align-items:center;gap:24px}.mainnav>a{text-decoration:none;font-weight:600;font-size:.9rem}.mainnav>a:hover{color:var(--gold2)}.lang-switch{display:flex;background:rgba(255,255,255,.12);border-radius:999px;padding:3px}.lang-switch button{border:0;background:transparent;color:white;padding:6px 8px;border-radius:999px;font-size:.72rem;cursor:pointer}.lang-switch button.active{background:var(--gold);color:#13281f}.menu-toggle{display:none;background:none;border:0;color:white;font-size:1.5rem}.hero{height:min(900px,100vh);min-height:720px;position:relative;display:flex;align-items:center;color:white;overflow:hidden}.hero-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(10,38,27,.88) 0%,rgba(10,38,27,.62) 44%,rgba(10,38,27,.18) 75%,rgba(10,38,27,.12) 100%),linear-gradient(0deg,rgba(0,0,0,.25),transparent 45%)}.hero-content{position:relative;z-index:2;padding-top:70px}.hero-logo{width:104px;height:104px;background:rgba(255,255,255,.95);border-radius:50%;padding:7px;margin-bottom:26px;box-shadow:var(--shadow)}.eyebrow{letter-spacing:.16em;font-size:.78rem;font-weight:800;color:var(--gold2)}.hero h1{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;font-size:clamp(4rem,9vw,8.5rem);letter-spacing:-.06em;line-height:.9;margin:10px 0 8px;max-width:980px}.hero-sub{font-family:Georgia,serif;font-size:clamp(1.6rem,3vw,2.6rem);color:var(--gold2);margin-bottom:20px}.hero-lead{font-size:clamp(1.1rem,2vw,1.45rem);max-width:760px;line-height:1.6}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:32px}.btn{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;padding:14px 22px;border-radius:999px;font-weight:800;transition:.2s;border:1px solid transparent}.btn:hover{transform:translateY(-2px)}.btn-gold{background:var(--gold);color:#10261c}.btn-ghost{border-color:rgba(255,255,255,.6);color:white;background:rgba(255,255,255,.08)}.btn-dark{background:var(--green);color:white}.full{width:100%}.scroll-cue{position:absolute;bottom:28px;left:50%;transform:translateX(-50%);z-index:2;color:white;text-decoration:none;font-size:2rem;opacity:.75}.feature-grid{display:grid;gap:18px;margin-top:58px}.feature-grid.four{grid-template-columns:repeat(4,1fr)}.feature-card{background:rgba(255,255,255,.55);padding:28px;border-radius:20px;border:1px solid rgba(60,81,68,.08)}.feature-card span{color:var(--gold);font-weight:900;font-size:.75rem;letter-spacing:.15em}.feature-card h3{margin:12px 0 12px}.feature-card p{font-size:.93rem;color:#536057;margin:0}.photo-band{padding-bottom:120px}.gallery-grid{display:grid;grid-template-columns:2fr 1fr 1fr;grid-auto-rows:270px;gap:14px;margin-top:52px}.gallery-grid figure{margin:0;position:relative;overflow:hidden;border-radius:22px;background:#0d241b}.gallery-grid .g-wide{grid-row:span 2}.gallery-grid figure:nth-child(4){grid-column:span 2}.gallery-grid img{width:100%;height:100%;object-fit:cover;transition:.45s}.gallery-grid figure:hover img{transform:scale(1.025)}.gallery-grid figcaption{position:absolute;left:16px;bottom:14px;background:rgba(10,31,22,.72);backdrop-filter:blur(6px);padding:8px 12px;border-radius:99px;font-size:.78rem}.visual-split{align-items:center}.photo-frame{border-radius:28px;overflow:hidden;box-shadow:var(--shadow);max-height:680px}.photo-frame img{width:100%;height:100%;object-fit:cover}blockquote{font-family:Georgia,serif;font-size:1.5rem;margin:34px 0 0;border-left:4px solid var(--gold);padding:6px 0 6px 22px;color:#445349}.green .kicker{color:var(--gold2)}.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:rgba(255,255,255,.17);margin-top:50px;border-radius:22px;overflow:hidden}.stats div{background:rgba(255,255,255,.07);padding:30px;text-align:center}.stats strong{display:block;font-size:2.2rem;color:var(--gold2);font-family:Georgia,serif}.stats span{font-size:.83rem;opacity:.82}.concept-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-top:28px}.concept-grid article{background:var(--cream);color:var(--ink);border-radius:22px;overflow:hidden}.concept-grid img{width:100%;aspect-ratio:4/3;object-fit:cover}.concept-grid article>div{padding:24px}.concept-grid h3{margin-bottom:10px}.concept-grid p{font-size:.92rem}.tag{font-size:.68rem!important;font-weight:900;letter-spacing:.14em;color:var(--gold)}.concept-note{font-size:.8rem;opacity:.68;margin-top:20px}.program-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:52px}.program-grid article{padding:28px;border-top:3px solid var(--gold);background:#fff;border-radius:0 0 18px 18px}.program-grid p{color:#5d685f;font-size:.93rem}.ecology{position:relative;min-height:720px;color:white;display:flex;align-items:center;overflow:hidden}.ecology-bg{position:absolute;inset:0}.ecology-bg img{width:100%;height:100%;object-fit:cover}.ecology:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(10,38,27,.93),rgba(10,38,27,.62) 58%,rgba(10,38,27,.2))}.ecology-content{position:relative;z-index:2;max-width:850px;margin-left:max(calc((100vw - 1180px)/2),20px);margin-right:auto;width:min(850px,calc(100% - 40px))}.ecology-content h2{font-size:clamp(2.5rem,5.2vw,5.4rem)}.quote-source{font-weight:700;color:var(--gold2);margin-top:28px}.partner-panel{margin-top:50px;display:grid;grid-template-columns:.9fr 1.5fr;border-radius:28px;overflow:hidden;box-shadow:var(--shadow)}.partner-price{background:var(--green);color:white;padding:48px;display:flex;flex-direction:column;justify-content:center}.partner-price>span{font-size:.75rem;letter-spacing:.16em;color:var(--gold2);font-weight:900}.partner-price strong{font-family:Georgia,serif;font-size:4.2rem;line-height:1.1;margin:10px 0}.partner-price small{opacity:.8}.partner-copy{background:#fff;padding:48px}.partner-copy h3{font-size:2rem}.trust-list{display:grid;gap:10px}.trust-list div{display:grid;grid-template-columns:170px 1fr;gap:20px;padding:20px 0;border-bottom:1px solid rgba(255,255,255,.16)}.trust-list strong{color:var(--gold2)}.trust-list span{opacity:.82}.video-shell{margin-top:45px;border-radius:28px;overflow:hidden;box-shadow:var(--shadow);background:#0d221a}.video-shell video{display:block;width:100%;max-height:720px;background:#000}.contact{background:var(--green);color:white}.contact-grid{display:grid;grid-template-columns:1.25fr .75fr;gap:70px;align-items:center}.contact-logo{width:110px;height:110px;background:white;padding:7px;border-radius:50%;margin-bottom:25px}.contact-card{background:var(--cream);color:var(--ink);padding:36px;border-radius:26px;box-shadow:var(--shadow)}.contact-card .mini{font-size:.7rem;font-weight:900;letter-spacing:.15em;color:#6a756e}.contact-card h3{font-size:2rem;margin-bottom:2px}.contact-card hr{border:0;border-top:1px solid #d7d0c1;margin:24px 0}.contact-card a:not(.btn){color:var(--green);font-weight:700;text-decoration:none}footer{background:#0b2118;color:rgba(255,255,255,.75);padding:28px 0;font-size:.8rem}.footer-row{display:flex;justify-content:space-between;gap:30px;align-items:center}.footer-row>div:first-child{display:flex;flex-direction:column}.footer-row strong{color:white;letter-spacing:.08em}.lightbox{position:fixed;z-index:100;inset:0;background:rgba(0,0,0,.9);display:none;align-items:center;justify-content:center;padding:40px}.lightbox.open{display:flex}.lightbox img{max-width:95vw;max-height:90vh;border-radius:10px}.lightbox button{position:absolute;right:24px;top:18px;border:0;background:transparent;color:white;font-size:2.5rem;cursor:pointer}
@media(max-width:900px){.section{padding:72px 0}.split,.contact-grid{grid-template-columns:1fr;gap:32px}.feature-grid.four,.program-grid{grid-template-columns:1fr 1fr}.concept-grid{grid-template-columns:1fr}.stats{grid-template-columns:1fr 1fr}.mainnav{display:none;position:absolute;top:76px;right:18px;left:18px;background:#143727;padding:22px;border-radius:18px;flex-direction:column;align-items:flex-start;box-shadow:var(--shadow)}.mainnav.open{display:flex}.menu-toggle{display:block}.gallery-grid{grid-template-columns:1fr 1fr;grid-auto-rows:230px}.gallery-grid .g-wide{grid-row:auto;grid-column:span 2}.gallery-grid figure:nth-child(4){grid-column:span 2}.partner-panel{grid-template-columns:1fr}.trust-list div{grid-template-columns:1fr;gap:5px}.hero{min-height:690px}.brand-copy small{display:none}}
@media(max-width:580px){.wrap{width:min(100% - 26px,1180px)}.site-header{height:72px;padding:0 14px}.brand-mark{width:44px;height:44px}.hero{min-height:690px}.hero-content{padding-top:70px}.hero-logo{width:82px;height:82px}.hero h1{font-size:3.6rem}.feature-grid.four,.program-grid,.stats{grid-template-columns:1fr}.gallery-grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory}.gallery-grid figure,.gallery-grid .g-wide,.gallery-grid figure:nth-child(4){min-width:86vw;height:300px;grid-column:auto;scroll-snap-align:center}.partner-price,.partner-copy{padding:32px}.partner-price strong{font-size:3.2rem}.footer-row{flex-direction:column;align-items:flex-start}.contact-grid{gap:34px}}
.youtube-panel{display:grid;grid-template-columns:1fr auto;gap:48px;align-items:center;background:#fff;padding:48px;border-radius:28px;box-shadow:var(--shadow)}
.youtube-panel h2{margin-bottom:18px}.youtube-btn{white-space:nowrap}
.donate-section{background:#102b20;color:#fff;border-top:1px solid rgba(255,255,255,.08)}
.donate-grid{display:grid;grid-template-columns:1.35fr .65fr;gap:70px;align-items:center}.donate-grid h2{max-width:780px}.donate-btn{margin-top:18px;padding:16px 28px}.donate-note{margin-top:12px;font-size:.82rem;opacity:.7}.qr-card{background:var(--cream);color:var(--ink);padding:28px;border-radius:26px;text-align:center;box-shadow:var(--shadow);max-width:340px;justify-self:end}.qr-card img{width:100%;aspect-ratio:1/1;object-fit:contain;background:#fff;border-radius:14px;padding:8px;margin-bottom:14px}.qr-card strong{display:block;font-family:Georgia,serif;font-size:1.35rem;margin-bottom:4px}.qr-card span{font-size:.85rem;color:#607467}
@media(max-width:900px){.youtube-panel,.donate-grid{grid-template-columns:1fr}.youtube-panel{padding:34px}.youtube-btn{justify-self:start}.qr-card{justify-self:start;max-width:300px}}
@media(max-width:580px){.youtube-panel{padding:28px}.qr-card{width:100%;max-width:280px}}


.youtube-btn{gap:12px}
.yt-icon{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;flex:0 0 22px}
.yt-icon svg{width:100%;height:100%}
.story-section{background:var(--paper)}
.story-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-top:44px}
.story-card{margin:0;background:#fff;border-radius:24px;overflow:hidden;box-shadow:var(--shadow)}
.story-card img{width:100%;aspect-ratio:16/10;object-fit:cover}
.story-card figcaption{padding:22px 22px 24px}
.story-card strong{display:block;font-family:Georgia,"Times New Roman",serif;font-size:1.35rem;line-height:1.2;margin-bottom:8px}
.story-card span{display:block;color:#56645a;font-size:.96rem;line-height:1.6}
.story-note{margin-top:18px;font-size:.82rem;opacity:.72}
@media(max-width:900px){.story-grid{grid-template-columns:1fr}}


/* Latest updates */
.latest-updates{border-top:1px solid rgba(31,42,36,.06)}
.updates-head{margin-bottom:42px}
.updates-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.update-card{background:#fff;border-radius:24px;overflow:hidden;box-shadow:0 18px 50px rgba(8,29,19,.10);display:flex;flex-direction:column}
.update-card img{width:100%;aspect-ratio:16/9;object-fit:cover}
.update-card>div{padding:24px 24px 26px;display:flex;flex-direction:column;flex:1}
.update-label{font-size:.68rem;font-weight:900;letter-spacing:.15em;color:var(--gold);margin-bottom:12px}
.update-card h3{font-size:1.55rem;margin-bottom:12px}
.update-card p{color:#58665d;font-size:.95rem;line-height:1.65;margin-bottom:18px}
.update-card a{margin-top:auto;color:var(--green);font-weight:800;text-decoration:none}
.update-card a:hover{text-decoration:underline}

/* Stronger donation CTA, same two-column structure */
.donate-copy{max-width:800px}
.donate-section h2{font-size:clamp(2.6rem,5vw,5.2rem);max-width:860px}
.donate-impact{display:grid;grid-template-columns:auto 1fr;gap:20px;align-items:center;margin:30px 0 28px;padding:22px 24px;border:1px solid rgba(216,187,121,.28);border-radius:20px;background:rgba(255,255,255,.055)}
.donate-impact strong{font-family:Georgia,"Times New Roman",serif;color:var(--gold2);font-size:2.2rem;white-space:normal}
.donate-impact span{font-size:.96rem;line-height:1.55;color:rgba(255,255,255,.86)}
.donate-actions{display:flex;flex-direction:column;align-items:flex-start;gap:12px}
.donate-primary{font-size:1rem;letter-spacing:.035em;padding:18px 30px;box-shadow:0 12px 34px rgba(181,138,55,.24)}
.donate-primary:hover{transform:translateY(-3px) scale(1.01)}
.donate-trust{font-size:.82rem;color:rgba(255,255,255,.68)}
.qr-card-strong{border:2px solid rgba(216,187,121,.45);max-width:370px;padding:30px}
.qr-eyebrow{display:block!important;color:var(--gold)!important;font-weight:900!important;letter-spacing:.12em;font-size:.7rem!important;margin-bottom:15px}
.qr-card-strong strong{font-size:1.55rem}

@media(max-width:900px){.updates-grid{grid-template-columns:1fr}.donate-impact{grid-template-columns:1fr;gap:8px}.qr-card-strong{max-width:320px}}
