
:root { --navy:#082e63; --deep:#062654; --green:#178346; --green2:#239955; --pale:#eef7f1; --ink:#17263a; --muted:#5d6b7b; --line:#dce4e8; --white:#fff; }
* { box-sizing:border-box; }
html { scroll-behavior:smooth; scroll-padding-top:100px; }
body { margin:0; color:var(--ink); background:#fff; font-family:Arial, Helvetica, sans-serif; line-height:1.65; overflow-x:hidden; }
a { color:inherit; text-decoration:none; }
img { max-width:100%; display:block; }
.container { width:min(1200px, calc(100% - 40px)); margin:0 auto; }
.topbar { background:var(--deep); color:#fff; font-size:13px; }
.topbar-inner { height:38px; display:flex; align-items:center; justify-content:space-between; }
.contact-strip { display:flex; gap:24px; }
.contact-strip a:hover { color:#bde5c9; }
.motto span { color:#6bd18e; margin:0 5px; }
.header { height:112px; background:#fff; position:sticky; top:0; z-index:50; box-shadow:0 3px 14px rgb(17 46 76 / 8%); }
.nav-wrap { height:100%; display:flex; align-items:center; justify-content:space-between; }
.brand { height:96px; display:flex; align-items:center; gap:12px; min-width:365px; }
.brand img { width:105px; height:88px; object-fit:contain; mix-blend-mode:multiply; }
.brand div { display:flex; flex-direction:column; line-height:1.04; }
.brand strong { color:var(--navy); font-size:32px; letter-spacing:.4px; }
.brand span { color:var(--green); font-weight:800; font-size:17px; }
.brand small { color:var(--navy); font-size:17px; font-weight:800; margin-top:4px; }
.nav { display:flex; align-items:center; gap:26px; font-size:14px; font-weight:700; color:#18324f; }
.nav a { position:relative; padding:13px 0; white-space:nowrap; }
.nav a:not(.nav-donate)::after { content:""; position:absolute; left:0; right:100%; bottom:8px; height:2px; background:var(--green); transition:.25s; }
.nav a:hover::after { right:0; }
.nav a.active:not(.nav-donate)::after { right:0; }
.nav-donate { background:var(--green); color:#fff; padding:11px 21px!important; border-radius:4px; }
.nav-donate:hover { background:#0d6a38; }
.menu-button { display:none; border:0; background:none; width:42px; padding:8px; }
.menu-button i { display:block; height:2px; background:var(--navy); margin:6px 0; }
.hero { min-height:520px; position:relative; display:flex; align-items:center; overflow:hidden; }
.hero-media { position:absolute; inset:0; background:url("project-16.jpg") center 45%/cover no-repeat; }
.hero-shade { position:absolute; inset:0; background:linear-gradient(90deg, rgba(255,255,255,.98) 0%, rgba(255,255,255,.94) 38%, rgba(255,255,255,.35) 61%, rgba(255,255,255,.02) 100%); }
.hero-content { position:relative; padding:72px 0; }
.eyebrow,.mini-title,.section-heading>p { color:var(--green); font-weight:800; text-transform:uppercase; letter-spacing:1.8px; font-size:13px; margin:0 0 10px; }
.hero h1 { max-width:660px; font-size:47px; line-height:1.12; letter-spacing:-1px; color:var(--navy); margin:0 0 20px; }
.hero h1 span { display:block; color:var(--green); font-size:36px; margin-top:5px; }
.hero-copy { max-width:610px; font-size:18px; color:#33465a; margin:0 0 28px; }
.hero-actions { display:flex; flex-wrap:wrap; gap:12px; }
.button { min-height:50px; display:inline-flex; align-items:center; justify-content:center; padding:13px 24px; border-radius:5px; font-weight:800; border:1px solid transparent; cursor:pointer; transition:.2s; font-size:15px; }
.button:hover { transform:translateY(-2px); box-shadow:0 8px 20px rgb(4 43 87 / 15%); }
.button.primary { color:#fff; background:var(--navy); }
.button.green { color:#fff; background:var(--green); }
.button.outline { color:var(--navy); background:rgba(255,255,255,.84); border-color:var(--navy); }
.button.white { background:#fff; color:var(--navy); min-width:190px; }
.section { padding:88px 0; }
.section-heading { max-width:780px; text-align:center; margin:0 auto 42px; }
.section-heading h2,.project-copy h2,.contact-copy h2 { color:var(--navy); font-size:34px; line-height:1.22; margin:0 0 15px; }
.section-heading .lead { color:var(--muted); font-size:17px; }
.pulse-line { display:flex; align-items:center; justify-content:center; gap:8px; color:var(--green); margin:12px auto 15px; }
.pulse-line::before,.pulse-line::after { content:""; height:1px; width:64px; background:var(--green); }
.pulse-line span { font-size:20px; }
.about { background:#fff; }
.about-grid { display:grid; grid-template-columns:repeat(4,1fr) 1.25fr; gap:14px; align-items:stretch; }
.info-card { border:1px solid var(--line); border-radius:7px; padding:25px 20px; text-align:center; background:#fff; box-shadow:0 8px 25px rgb(17 46 76 / 5%); }
.card-icon { width:62px; height:62px; border:2px solid #b9dec5; color:var(--navy); border-radius:50%; display:grid; place-items:center; font-size:29px; margin:0 auto 13px; }
.info-card h3 { color:var(--green); border-bottom:1px solid var(--line); padding-bottom:9px; margin:0 0 12px; font-size:18px; }
.info-card p,.info-card ul { margin:0; color:#4b5968; font-size:14px; }
.info-card ul { text-align:left; padding-left:25px; }
.about-photo { border-radius:7px; min-height:345px; overflow:hidden; position:relative; }
.about-photo img { width:100%; height:100%; object-fit:cover; }
.about-photo>div { position:absolute; inset:auto 0 0; padding:20px; color:#fff; background:linear-gradient(transparent, rgba(4,35,68,.94)); display:flex; flex-direction:column; }
.programs { background:var(--deep); position:relative; }
.programs::after { content:""; position:absolute; inset:0; opacity:.05; background-image:radial-gradient(#fff 1px,transparent 1px); background-size:24px 24px; pointer-events:none; }
.section-heading.light { position:relative; z-index:1; }
.section-heading.light h2,.section-heading.light .lead { color:#fff; }
.program-grid { position:relative; z-index:1; display:grid; grid-template-columns:repeat(3,1fr); gap:20px; }
.program-card { padding:30px; border-radius:7px; background:#fff; border-top:4px solid var(--green2); }
.program-card>div { font-size:30px; color:var(--green); }
.program-card h3 { color:var(--navy); margin:11px 0 8px; font-size:20px; }
.program-card p { color:var(--muted); font-size:14px; margin:0 0 15px; }
.program-card a { color:var(--green); font-weight:800; font-size:14px; }
.program-card a span { margin-left:4px; }
.split { display:grid; grid-template-columns:1.05fr 1fr; align-items:center; gap:70px; }
.project-image { position:relative; }
.project-image img { width:100%; height:500px; object-fit:cover; border-radius:8px; }
.project-image::before { content:""; position:absolute; width:60%; height:60%; left:-15px; bottom:-15px; background:var(--pale); z-index:-1; border-radius:8px; }
.impact-badge { position:absolute; right:-28px; bottom:30px; width:142px; height:142px; border-radius:50%; background:var(--green); color:#fff; border:7px solid #fff; display:flex; flex-direction:column; align-items:center; justify-content:center; text-align:center; }
.impact-badge strong { font-size:34px; line-height:1; }
.impact-badge span { font-size:12px; }
.project-copy h2,.contact-copy h2 { font-size:39px; }
.project-copy>p:not(.mini-title),.contact-copy>p:not(.mini-title) { color:var(--muted); }
.check-list { list-style:none; padding:0; margin:24px 0 30px; }
.check-list li { margin:10px 0; padding-left:29px; position:relative; }
.check-list li::before { content:"✓"; position:absolute; left:0; width:20px; height:20px; border-radius:50%; display:grid; place-items:center; background:#dff4e6; color:var(--green); font-size:12px; font-weight:900; top:3px; }
.gallery { background:#f5f8fa; }
.gallery-grid { display:grid; grid-template-columns:1.5fr 1fr 1fr; gap:16px; }
.gallery-grid figure { height:330px; margin:0; position:relative; border-radius:7px; overflow:hidden; }
.gallery-grid img { width:100%; height:100%; object-fit:cover; transition:.5s; }
.gallery-grid figure:hover img { transform:scale(1.04); }
.gallery-grid figcaption { position:absolute; inset:auto 0 0; padding:38px 18px 16px; color:#fff; font-weight:800; background:linear-gradient(transparent, rgba(0,24,54,.8)); }
.involved { background:#fff; }
.involve-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:20px; }
.involve-grid article { padding:31px; border:1px solid var(--line); border-radius:7px; position:relative; overflow:hidden; }
.involve-grid article::after { content:""; position:absolute; height:5px; background:var(--green); bottom:0; left:0; right:100%; transition:.3s; }
.involve-grid article:hover::after { right:0; }
.involve-grid article>span { color:#d6e4ec; font-size:43px; font-weight:900; line-height:1; }
.involve-grid h3 { color:var(--navy); font-size:22px; margin:10px 0 4px; }
.involve-grid p { color:var(--muted); font-size:14px; }
.involve-grid a { color:var(--green); font-weight:800; }
.donate { padding:64px 0; color:#fff; background:linear-gradient(110deg, rgba(5,45,96,.98), rgba(16,128,69,.92)), url("project-11.jpg") center/cover; }
.donate-inner { display:flex; align-items:center; justify-content:space-between; gap:50px; }
.donate-inner>div { max-width:760px; }
.donate p { text-transform:uppercase; letter-spacing:2px; font-size:13px; margin:0; color:#bce8c9; font-weight:800; }
.donate h2 { margin:6px 0 5px; font-size:34px; line-height:1.2; }
.contact-grid { display:grid; grid-template-columns:.9fr 1.1fr; gap:70px; }
.contact-item { display:flex; gap:16px; margin-top:25px; align-items:flex-start; }
.contact-item b { width:44px; height:44px; background:var(--pale); color:var(--green); border-radius:50%; display:grid; place-items:center; flex:0 0 auto; }
.contact-item div { display:flex; flex-direction:column; }
.contact-item strong { color:var(--navy); }
.contact-item span,.contact-item a { color:var(--muted); }
.contact-form { background:#f6f9fa; border:1px solid var(--line); padding:32px; border-radius:8px; }
.form-row { display:grid; grid-template-columns:1fr 1fr; gap:15px; }
label { font-size:13px; font-weight:800; color:#33485d; display:block; margin-bottom:15px; }
input,select,textarea { width:100%; margin-top:6px; padding:13px 14px; color:var(--ink); background:#fff; border:1px solid #ced9df; border-radius:4px; font:inherit; font-size:14px; outline:none; }
input:focus,select:focus,textarea:focus { border-color:var(--green); box-shadow:0 0 0 3px rgb(23 131 70 / 10%); }
textarea { resize:vertical; }
.contact-form button { border:0; }
.form-notice { margin:10px 0 0; min-height:22px; color:var(--green); font-weight:700; font-size:13px; }
footer { background:#041f43; color:#cad4df; }
.footer-grid { padding:62px 0 50px; display:grid; grid-template-columns:1.6fr repeat(3,1fr); gap:65px; }
.footer-grid h3 { color:#fff; font-size:16px; margin:0 0 16px; }
.footer-grid>div { display:flex; flex-direction:column; align-items:flex-start; gap:7px; }
.footer-grid a:hover { color:#6fd094; }
.footer-grid p { margin:0; }
.footer-brand img { width:122px; height:122px; object-fit:contain; background:#fff; border-radius:6px; margin-bottom:5px; }
.footer-brand p { max-width:270px; }
.footer-socials { display:flex; align-items:center; gap:10px; margin-top:12px; }
.footer-social-link { width:38px; height:38px; border:1px solid rgba(255,255,255,.22); border-radius:50%; display:grid!important; place-items:center; color:#fff!important; background:rgba(255,255,255,.06); transition:.2s; }
.footer-social-link svg { width:19px; height:19px; fill:currentColor; display:block; }
.footer-social-link:hover { background:#178346; border-color:#178346; color:#fff!important; transform:translateY(-2px); }
.footer-bottom { border-top:1px solid rgba(255,255,255,.12); font-size:12px; }
.footer-bottom .container { min-height:57px; display:flex; align-items:center; justify-content:space-between; }
.back-top { position:fixed; right:24px; bottom:24px; width:44px; height:44px; border:0; border-radius:50%; background:var(--green); color:#fff; font-size:22px; z-index:20; box-shadow:0 5px 18px rgb(0 0 0 / 20%); cursor:pointer; }
.page-hero { position:relative; padding:88px 0; color:#fff; text-align:center; overflow:hidden; background:linear-gradient(110deg,rgba(4,37,80,.95),rgba(18,128,69,.84)),url("project-11.jpg") center/cover; }
.page-hero::after { content:""; position:absolute; inset:0; opacity:.08; background-image:radial-gradient(#fff 1px,transparent 1px); background-size:22px 22px; }
.page-hero .container { position:relative; z-index:1; max-width:850px; }
.page-hero p { margin:0 0 9px; color:#aee5bf; font-size:13px; font-weight:800; letter-spacing:2px; text-transform:uppercase; }
.page-hero h1 { margin:0 0 12px; font-size:44px; line-height:1.14; }
.page-hero span { display:block; max-width:690px; margin:auto; color:#e0e9ee; font-size:17px; }
.soft { background:#f4f8f6; }
.home-about { display:grid; grid-template-columns:1.05fr 1fr; gap:60px; align-items:center; }
.home-about img { width:100%; height:410px; object-fit:cover; border-radius:8px; }
.home-about h2,.soft h2,.donate-page h2 { color:var(--navy); font-size:36px; line-height:1.2; margin:5px 0 14px; }
.home-about p:not(.mini-title),.soft p { color:var(--muted); margin-bottom:25px; }
.center-action { text-align:center; margin-top:32px; position:relative; z-index:2; }
.three-cards { display:grid; grid-template-columns:repeat(3,1fr); gap:20px; }
.value-grid { display:grid; grid-template-columns:repeat(5,1fr); border:1px solid var(--line); border-radius:8px; overflow:hidden; }
.value-grid div { min-height:115px; padding:20px; display:flex; flex-direction:column; justify-content:center; border-right:1px solid var(--line); border-bottom:1px solid var(--line); }
.value-grid div:nth-child(5n) { border-right:0; }
.value-grid b { color:#bad1c2; font-size:25px; line-height:1; }
.value-grid span { color:var(--navy); font-weight:800; margin-top:8px; }
.page-programs .program-card { border:1px solid var(--line); border-top:4px solid var(--green); box-shadow:0 8px 24px rgb(9 45 76 / 6%); }
.project-list { display:flex; flex-direction:column; gap:32px; }
.project-list article { display:grid; grid-template-columns:.9fr 1.1fr; border:1px solid var(--line); border-radius:8px; overflow:hidden; background:#fff; }
.project-list article:nth-child(even) img { order:2; }
.project-list img { width:100%; height:100%; min-height:390px; object-fit:cover; }
.project-list article>div { padding:42px; }
.project-list article>div>span { color:var(--green); text-transform:uppercase; font-size:12px; font-weight:800; letter-spacing:1.5px; }
.project-list h2 { color:var(--navy); line-height:1.2; font-size:31px; margin:7px 0 10px; }
.project-list p { color:var(--muted); }
.gallery-page { background:#f6f9fa; }
.gallery-full { display:grid; grid-template-columns:repeat(3,1fr); grid-auto-rows:280px; gap:16px; }
.gallery-full figure { margin:0; position:relative; border-radius:7px; overflow:hidden; }
.gallery-full figure.large { grid-column:span 2; }
.gallery-full img { width:100%; height:100%; object-fit:cover; transition:.4s; }
.gallery-full figure:hover img { transform:scale(1.04); }
.gallery-full figcaption { position:absolute; inset:auto 0 0; padding:45px 18px 16px; color:#fff; font-weight:800; background:linear-gradient(transparent,rgba(2,28,59,.85)); }
.donate-page { display:grid; grid-template-columns:1.25fr .75fr; gap:60px; align-items:start; }
.donate-page>div>p:not(.mini-title) { color:var(--muted); font-size:17px; }
.impact-options { display:grid; grid-template-columns:1fr 1fr; gap:14px; margin-top:30px; }
.impact-options div { display:flex; align-items:center; gap:12px; border:1px solid var(--line); border-radius:6px; padding:16px; font-weight:800; color:var(--navy); }
.impact-options b { width:38px; height:38px; display:grid; place-items:center; border-radius:50%; background:var(--pale); color:var(--green); }
.donate-page aside { padding:32px; border-radius:8px; background:#f4f8f6; border:1px solid #d5e8db; text-align:center; display:flex; flex-direction:column; gap:13px; }
.donate-page aside img { width:130px; height:130px; object-fit:contain; margin:auto; mix-blend-mode:multiply; }
.donate-page aside h3 { color:var(--navy); font-size:25px; margin:0; }
.donate-page aside p { color:var(--muted); margin:0; }
.donate-page aside small { color:#6a7682; display:block; margin-top:5px; }
.home-projects { background:#f5f8fa; }
.home-project-grid { display:grid; grid-template-columns:1fr 1fr; gap:22px; }
.home-project-grid article { display:grid; grid-template-columns:.88fr 1.12fr; overflow:hidden; border:1px solid var(--line); border-radius:8px; background:#fff; }
.home-project-grid img { width:100%; height:100%; min-height:320px; object-fit:cover; }
.home-project-grid article>div { padding:30px; display:flex; flex-direction:column; justify-content:center; min-width:0; }
.home-project-grid article span { color:var(--green); font-size:12px; font-weight:800; text-transform:uppercase; letter-spacing:1.4px; }
.home-project-grid h3 { margin:7px 0 8px; color:var(--navy); font-size:23px; line-height:1.2; }
.home-project-grid p { margin:0 0 15px; color:var(--muted); font-size:14px; }
.home-project-grid a { color:var(--green); font-weight:800; }
.impact-strip { padding:48px 0; color:#fff; background:linear-gradient(110deg,var(--deep),#0b7742); }
.impact-strip-grid { display:grid; grid-template-columns:repeat(4,1fr); }
.impact-strip-grid div { min-height:90px; padding:10px 25px; text-align:center; border-right:1px solid rgba(255,255,255,.2); display:flex; flex-direction:column; justify-content:center; }
.impact-strip-grid div:last-child { border-right:0; }
.impact-strip-grid strong { font-size:35px; line-height:1.1; }
.impact-strip-grid span { color:#d6e9dd; font-size:13px; margin-top:5px; }
.home-contact { background:#f4f8f6; }
.home-contact-card { padding:46px 52px; border:1px solid #d5e8db; border-radius:9px; background:#fff; display:flex; justify-content:space-between; align-items:center; gap:45px; }
.home-contact-card h2 { color:var(--navy); font-size:34px; line-height:1.2; margin:5px 0 10px; }
.home-contact-card p:not(.mini-title) { margin:0; color:var(--muted); max-width:660px; }
.home-contact-actions { flex:0 0 auto; display:flex; flex-direction:column; gap:10px; }
.home-contact-actions .button { max-width:310px; overflow-wrap:anywhere; }

/* Home contact video layout */
.home-contact-card-video { display:grid; grid-template-columns:minmax(0, 1.18fr) minmax(0, .82fr); align-items:center; gap:52px; padding:42px; }
.home-contact-video { width:100%; aspect-ratio:16/9; border-radius:8px; overflow:hidden; background:var(--navy); box-shadow:0 8px 24px rgb(9 45 76 / 8%); }
.home-contact-video iframe { width:100%; height:100%; display:block; border:0; }
.home-contact-content { min-width:0; width:100%; }
.home-contact-card-video .home-contact-actions { margin-top:24px; align-items:stretch; }
.home-contact-card-video .home-contact-actions .button { width:100%; max-width:100%; }

.split>*,.contact-grid>*,.home-about>*,.donate-page>*,.project-list article>* { min-width:0; }
.contact-item div,.footer-grid>div { min-width:0; }
.contact-item a,.footer-grid a { overflow-wrap:anywhere; }
.campaign-section { background:#f4f8f6; border-top:1px solid #d5e8db; border-bottom:1px solid #d5e8db; }
.campaign-grid { display:grid; grid-template-columns:1.15fr .85fr; gap:48px; align-items:start; }
.campaign-info h2 { color:var(--navy); font-size:32px; line-height:1.22; margin:6px 0 14px; }
.campaign-desc { color:var(--muted); font-size:16px; margin:0 0 24px; line-height:1.6; }
.campaign-stats { display:grid; grid-template-columns:repeat(3,1fr); gap:14px; margin-bottom:24px; }
.stat-card { background:#fff; border:1px solid var(--line); border-radius:8px; padding:16px 12px; text-align:center; box-shadow:0 4px 12px rgba(8,46,99,.03); }
.stat-label { display:block; font-size:12px; font-weight:800; color:var(--muted); text-transform:uppercase; letter-spacing:.5px; }
.stat-value { font-size:22px; color:var(--navy); margin-top:4px; display:block; line-height:1.1; }
.campaign-progress-box { background:#fff; border:1px solid var(--line); border-radius:8px; padding:20px; box-shadow:0 4px 12px rgba(8,46,99,.03); }
.progress-header { display:flex; justify-content:space-between; align-items:center; margin-bottom:10px; font-weight:800; font-size:14px; color:var(--navy); }
.progress-percent { color:var(--green); }
.progress-bar-track { height:12px; background:#e2ece6; border-radius:6px; overflow:hidden; }
.progress-bar-fill { height:100%; background:linear-gradient(90deg,var(--green),var(--green2)); border-radius:6px; transition:width .6s ease; }
.donation-card { background:#fff; border:1px solid var(--line); border-radius:9px; padding:32px; box-shadow:0 8px 25px rgba(17,46,76,.06); }
.donation-card h3 { margin:0 0 20px; color:var(--navy); font-size:24px; text-align:center; border-bottom:1px solid var(--line); padding-bottom:12px; }
.amount-selection label { font-size:13px; font-weight:800; color:#33485d; display:block; margin-bottom:10px; }
.preset-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:10px; margin-bottom:16px; }
.preset-btn { padding:12px 6px; border:2px solid var(--line); background:#fff; color:var(--navy); font-weight:800; font-size:15px; border-radius:6px; cursor:pointer; transition:.2s; }
.preset-btn:hover { border-color:var(--green); color:var(--green); }
.preset-btn.selected { background:var(--green); color:#fff; border-color:var(--green); box-shadow:0 4px 12px rgba(23,131,70,.25); }
.custom-amount-field { margin-bottom:20px; }
.custom-amount-field label { margin-bottom:6px; }
.input-with-symbol { position:relative; display:flex; align-items:center; }
.currency-symbol { position:absolute; left:14px; font-weight:800; color:var(--navy); font-size:15px; pointer-events:none; }
.input-with-symbol input { padding-left:30px; margin-top:0; }
.form-group { margin-bottom:16px; }
.donate-submit-btn { width:100%; margin-top:10px; font-size:16px; min-height:52px; justify-content:center; }
.donate-submit-btn:disabled { opacity:.75; cursor:not-allowed; transform:none!important; }
.form-notice-error { color:#d93025; font-size:13px; font-weight:700; margin-top:12px; display:none; background:#fce8e6; padding:10px 14px; border-radius:5px; border:1px solid #fad2cf; text-align:center; }
.photo-carousel-section { background:#fff; padding-top:60px; padding-bottom:70px; }
.carousel-wrapper { position:relative; margin-top:20px; padding:0 48px; }
.carousel-track-container { overflow:hidden; width:100%; position:relative; border-radius:10px; }
.carousel-track { display:flex; gap:16px; transition:transform .45s cubic-bezier(.25,1,.5,1); }
.carousel-slide { flex:0 0 calc((100% - 48px) / 4); margin:0; position:relative; height:280px; background:#041f43; border-radius:8px; overflow:hidden; border:1px solid var(--line); box-shadow:0 6px 18px rgba(4,31,67,.06); }
.carousel-slide img { width:100%; height:100%; object-fit:cover; display:block; transition:transform .35s; }
.carousel-slide:hover img { transform:scale(1.05); }
.carousel-slide figcaption { position:absolute; inset:auto 0 0; padding:28px 14px 14px; color:#fff; font-weight:800; font-size:14px; text-align:center; background:linear-gradient(transparent,rgba(4,31,67,.92)); }
.carousel-btn { position:absolute; top:50%; transform:translateY(-50%); z-index:10; width:40px; height:40px; border-radius:50%; background:#fff; color:var(--navy); border:1px solid var(--line); font-size:16px; font-weight:bold; cursor:pointer; display:grid; place-items:center; transition:.25s; box-shadow:0 4px 12px rgba(0,0,0,.12); }
.carousel-btn:hover { background:var(--green); color:#fff; border-color:var(--green); transform:translateY(-50%) scale(1.08); }
.prev-btn { left:0; }
.next-btn { right:0; }
.carousel-dots { display:flex; justify-content:center; gap:8px; margin-top:20px; }
.carousel-dot { width:10px; height:10px; border-radius:50%; background:#d0dbe2; border:none; cursor:pointer; transition:.25s; padding:0; }
.carousel-dot.active { background:var(--green); width:24px; border-radius:5px; }
@media(max-width:1100px) {
  .brand { min-width:270px; }
  .brand strong { font-size:27px; }
  .brand span,.brand small { font-size:13px; }
  .brand img { width:86px; }
  .nav { gap:14px; font-size:12px; }
  .about-grid { grid-template-columns:repeat(4,1fr); }
  .about-photo { grid-column:1/-1; height:360px; }
  .value-grid { grid-template-columns:repeat(3,1fr); }
  .value-grid div:nth-child(5n) { border-right:1px solid var(--line); }
  .value-grid div:nth-child(3n) { border-right:0; }
}
@media(max-width:850px) {
  .container { width:min(100% - 32px, 680px); }
  .topbar { display:none; }
  .header { height:84px; }
  .brand { height:76px; min-width:0; }
  .brand img { width:70px; height:68px; }
  .brand strong { font-size:23px; }
  .brand span,.brand small { font-size:11px; }
  .menu-button { display:block; }
  .nav-wrap { position:relative; }
  .nav { position:fixed; top:84px; left:0; right:0; max-height:calc(100vh - 84px); overflow-y:auto; background:#fff; padding:15px 20px 25px; flex-direction:column; align-items:stretch; gap:0; box-shadow:0 12px 20px rgb(9 38 71 / 14%); transform:translateY(-130%); opacity:0; visibility:hidden; pointer-events:none; transition:.25s; }
  .nav.open { transform:translateY(0); opacity:1; pointer-events:auto; }
  .nav.open { visibility:visible; }
  .nav a { padding:10px 8px; }
  .nav-donate { text-align:center; margin-top:7px; }
  .hero { min-height:640px; align-items:flex-end; }
  .hero-media { background-position:61% center; }
  .hero-shade { background:linear-gradient(180deg,rgba(255,255,255,.05),rgba(255,255,255,.92) 50%,#fff 71%); }
  .hero-content { padding:250px 0 48px; text-align:center; }
  .hero h1 { font-size:37px; margin-left:auto; margin-right:auto; }
  .hero h1 span { font-size:29px; }
  .hero-copy { margin-left:auto; margin-right:auto; font-size:16px; }
  .hero-actions { justify-content:center; }
  .section { padding:68px 0; }
  .about-grid { grid-template-columns:repeat(2,1fr); }
  .program-grid { grid-template-columns:repeat(2,1fr); }
  .split,.contact-grid { grid-template-columns:1fr; gap:48px; }
  .project-image { margin-right:20px; }
  .gallery-grid { grid-template-columns:1fr 1fr; }
  .gallery-grid .wide { grid-column:1/-1; }
  .involve-grid { grid-template-columns:1fr; }
  .donate-inner { flex-direction:column; text-align:center; }
  .home-about,.donate-page { grid-template-columns:1fr; gap:40px; }
  .campaign-grid { grid-template-columns:1fr; gap:36px; }
  .home-project-grid { grid-template-columns:1fr; }
  .impact-strip-grid { grid-template-columns:1fr 1fr; }
  .impact-strip-grid div:nth-child(2) { border-right:0; }
  .impact-strip-grid div:nth-child(-n+2) { border-bottom:1px solid rgba(255,255,255,.2); }
  .home-contact-card { padding:36px; flex-direction:column; align-items:flex-start; }
  .home-contact-actions { width:100%; flex-direction:row; flex-wrap:wrap; }
  .home-contact-card-video { grid-template-columns:1fr; gap:30px; padding:36px; }
  .home-contact-card-video .home-contact-actions { flex-direction:row; }
  .project-list article { grid-template-columns:1fr; }
  .project-list article:nth-child(even) img { order:0; }
  .project-list img { min-height:340px; }
  .gallery-full { grid-template-columns:1fr 1fr; }
  .gallery-full figure.large { grid-column:span 1; }
  .carousel-wrapper { padding:0 40px; }
  .carousel-slide { flex:0 0 calc((100% - 16px) / 2); height:260px; }
  .carousel-slide figcaption { font-size:14px; padding:24px 12px 12px; }
  .footer-grid { grid-template-columns:1.5fr 1fr 1fr; gap:35px; }
  .footer-grid>div:last-child { grid-column:1/-1; }
}
@media(max-width:560px) {
  .container { width:calc(100% - 28px); }
  .nav-wrap { width:calc(100% - 20px); }
  .brand { gap:7px; max-width:calc(100% - 48px); }
  .brand img { width:56px; height:58px; flex:0 0 56px; }
  .brand div { min-width:0; }
  .brand strong { font-size:20px; }
  .brand span { max-width:145px; font-size:10px; white-space:normal; }
  .brand small { font-size:10px; }
  .menu-button { flex:0 0 42px; }
  .nav { padding-left:14px; padding-right:14px; }
  .hero { min-height:690px; }
  .hero h1 { font-size:32px; }
  .hero h1 span { font-size:25px; }
  .hero-actions .button { width:100%; }
  .section-heading h2,.project-copy h2,.contact-copy h2,.donate h2 { font-size:29px; }
  .page-hero { padding:68px 0; }
  .page-hero h1 { font-size:34px; }
  .about-grid,.program-grid,.gallery-grid,.form-row { grid-template-columns:1fr; }
  .three-cards,.gallery-full,.impact-options { grid-template-columns:1fr; }
  .home-project-grid article { grid-template-columns:1fr; }
  .home-project-grid img { min-height:250px; max-height:300px; }
  .home-project-grid article>div { padding:25px 22px; }
  .home-contact-card { padding:28px 20px; }
  .home-contact-card h2 { font-size:28px; }
  .home-contact-actions { flex-direction:column; }
  .home-contact-card-video { gap:24px; padding:28px 20px; }
  .home-contact-card-video .home-contact-actions { flex-direction:column; }
  .home-contact-actions .button { width:100%; max-width:none; }
  .value-grid { grid-template-columns:1fr 1fr; }
  .value-grid div:nth-child(3n) { border-right:1px solid var(--line); }
  .value-grid div:nth-child(2n) { border-right:0; }
  .project-list article>div { padding:26px 22px 30px; }
  .project-list img { min-height:280px; }
  .about-photo,.gallery-grid .wide { grid-column:auto; }
  .info-card { padding:22px; }
  .program-card { padding:24px; }
  .project-image { margin-right:0; }
  .project-image img { height:390px; }
  .impact-badge { right:10px; width:116px; height:116px; }
  .gallery-grid figure { height:270px; }
  .contact-form { padding:22px 18px; }
  .preset-grid { grid-template-columns:repeat(2,1fr); }
  .campaign-stats { grid-template-columns:1fr; gap:10px; }
  .campaign-info h2 { font-size:26px; }
  .donation-card { padding:24px 18px; }
  .carousel-wrapper { padding:0; }
  .carousel-slide { flex:0 0 100%; height:250px; }
  .carousel-btn { width:36px; height:36px; font-size:14px; }
  .prev-btn { left:10px; }
  .next-btn { right:10px; }
  .carousel-slide figcaption { font-size:14px; padding:24px 12px 12px; }
  .footer-grid { grid-template-columns:1fr 1fr; gap:35px 25px; }
  .footer-brand,.footer-grid>div:last-child { grid-column:1/-1; }
  .footer-bottom .container { flex-direction:column; justify-content:center; gap:4px; text-align:center; padding:14px 0; }
}
@media(max-width:360px) {
  .brand img { width:48px; height:52px; flex-basis:48px; }
  .brand strong { font-size:18px; }
  .brand span { max-width:125px; font-size:9px; }
  .hero h1 { font-size:28px; }
  .hero h1 span { font-size:22px; }
  .page-hero h1 { font-size:30px; }
  .contact-form { padding:19px 14px; }
  .footer-grid { grid-template-columns:1fr; }
  .footer-brand,.footer-grid>div:last-child { grid-column:auto; }
  .impact-strip-grid { grid-template-columns:1fr; }
  .impact-strip-grid div { border-right:0; border-bottom:1px solid rgba(255,255,255,.2); }
  .impact-strip-grid div:last-child { border-bottom:0; }
}
@media(prefers-reduced-motion:reduce) { * { scroll-behavior:auto!important; transition:none!important; } }
