/* Awly Al-Qurba — production styles */
:root{
  --green-950:#10241b;--green-900:#173526;--green-800:#215038;--green-700:#286347;
  --green-600:#2f7b56;--green-500:#3b9368;--green-100:#e8f4ed;--green-50:#f4faf6;
  --gold-700:#8b6528;--gold-600:#a77a32;--gold-500:#bd9148;--gold-100:#f2e6cf;
  --ink:#17211a;--muted:#647169;--paper:#fbfaf6;--white:#fff;--line:#e6ebe7;
  --shadow:0 10px 28px rgba(16,36,27,.08);--radius:16px;--container:1180px;
}
*{box-sizing:border-box}html{scroll-behavior:auto;scroll-padding-top:92px}body{margin:0;background:var(--paper);color:var(--ink);font-family:Tahoma,Arial,"Segoe UI",sans-serif;line-height:1.8}body.menu-open{overflow:hidden}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}button{cursor:pointer}.container{width:min(calc(100% - 32px),var(--container));margin-inline:auto}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip-link{position:fixed;top:-60px;right:16px;z-index:999;background:var(--white);padding:10px 16px;border-radius:10px;box-shadow:var(--shadow)}.skip-link:focus{top:16px}
.site-header{position:fixed;inset:0 0 auto;z-index:80;color:#fff;background:linear-gradient(180deg,rgba(12,29,21,.92),rgba(12,29,21,.76));backdrop-filter:none;border-bottom:1px solid rgba(255,255,255,.09);transition:.25s}.site-header.scrolled{background:rgba(16,36,27,.97);box-shadow:0 10px 35px rgba(0,0,0,.15)}.header-inner{min-height:82px;display:flex;align-items:center;justify-content:space-between;gap:22px}.brand{display:flex;align-items:center;gap:12px}.brand-logo{width:42px;height:42px;border-radius:50%;background:#fff;object-fit:contain;padding:3px;box-shadow:0 8px 25px rgba(0,0,0,.18)}.brand-text strong{display:block;font-size:1.1rem;line-height:1.25}.brand-text span{display:block;color:#b8e6c9;font-size:.78rem;font-weight:700}.main-nav{display:flex;align-items:center;gap:4px}.main-nav a{padding:10px 14px;border-radius:999px;font-size:.9rem;font-weight:800;transition:.2s}.main-nav a:hover,.main-nav a[aria-current="page"]{background:rgba(255,255,255,.1);color:#c9f2d8}.main-nav .nav-cta{background:var(--green-500);padding-inline:20px;margin-right:8px}.main-nav .nav-cta:hover{background:#49a878;color:#fff}.menu-btn{display:none;border:0;background:transparent;color:#fff;padding:10px;border-radius:12px}.menu-btn svg{width:26px;height:26px}.mobile-nav{display:none;position:fixed;top:82px;right:0;left:0;background:var(--green-950);padding:14px 16px 22px;border-top:1px solid rgba(255,255,255,.08);box-shadow:0 20px 35px rgba(0,0,0,.18)}.mobile-nav.open{display:grid}.mobile-nav a{padding:13px 10px;border-bottom:1px solid rgba(255,255,255,.08);font-weight:800}.mobile-nav .nav-cta{margin-top:10px;text-align:center;background:var(--green-500);border-radius:14px;border:0}
.hero{min-height:92svh;position:relative;display:grid;align-items:center;color:#fff;overflow:hidden;background-position:center;background-size:cover}.hero::before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(12,29,21,.70),rgba(12,29,21,.46) 52%,rgba(12,29,21,.26)),linear-gradient(0deg,rgba(12,29,21,.68),transparent 48%)}.hero-home{background-image:url('../../images/hero.webp?v=10828')}.hero-content{position:relative;z-index:2;padding:150px 0 92px;max-width:850px}.eyebrow{display:inline-flex;align-items:center;gap:8px;padding:8px 15px;border-radius:999px;background:rgba(255,255,255,.11);border:1px solid rgba(255,255,255,.18);backdrop-filter:none;font-weight:800;font-size:.86rem;color:#d3f4df}.hero h1{font-size:clamp(2.65rem,6vw,5.8rem);line-height:1.15;margin:20px 0 18px;font-weight:900;letter-spacing:-.035em;text-shadow:0 5px 30px rgba(0,0,0,.28)}.hero-lead{font-size:clamp(1rem,2vw,1.3rem);max-width:735px;color:rgba(255,255,255,.9);margin:0 0 30px;line-height:2}.actions{display:flex;flex-wrap:wrap;gap:12px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;border:0;border-radius:999px;padding:13px 24px;font-weight:900;transition:.22s}.btn-primary{background:var(--green-500);color:#fff;box-shadow:0 12px 30px rgba(59,147,104,.3)}.btn-primary:hover{transform:translateY(-2px);background:#49a878}.btn-light{background:#fff;color:var(--green-900)}.btn-light:hover{transform:translateY(-2px);background:#f2fbf5}.btn-outline{background:transparent;color:#fff;border:1px solid rgba(255,255,255,.45)}.btn-outline:hover{background:rgba(255,255,255,.1)}.trust-row{display:flex;flex-wrap:wrap;gap:9px;margin-top:30px}.trust-pill{padding:8px 13px;border-radius:999px;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.14);font-size:.82rem;font-weight:800;color:#e4f6ea}.hero-scroll{position:absolute;z-index:2;bottom:26px;right:50%;transform:translateX(50%);font-size:.78rem;color:rgba(255,255,255,.72);display:flex;flex-direction:column;align-items:center;gap:7px}.hero-scroll::after{content:"";width:1px;height:30px;background:linear-gradient(#fff,transparent)}
.section{padding:100px 0}.section-tight{padding:76px 0}.section-white{background:#fff}.section-green{background:var(--green-950);color:#fff}.section-tint{background:linear-gradient(180deg,var(--green-50),var(--paper))}.section-head{text-align:center;max-width:760px;margin:0 auto 48px}.section-label{display:inline-block;color:var(--green-700);background:var(--green-100);padding:6px 13px;border-radius:999px;font-size:.82rem;font-weight:900;margin-bottom:12px}.section-head h2,.content-copy h2{font-size:clamp(2rem,4vw,3.35rem);line-height:1.28;margin:0 0 13px;color:var(--green-950);font-weight:900;letter-spacing:-.02em}.section-head p{margin:0;color:var(--muted);font-size:1.05rem}.about-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:70px;align-items:center}.content-copy p{font-size:1.06rem;color:var(--muted);margin:0 0 18px}.signature-line{font-weight:900;color:var(--green-800);font-size:1.08rem}.values-box{background:var(--green-950);border-radius:18px;padding:36px;color:#fff;box-shadow:var(--shadow);position:relative;overflow:hidden}.values-box h3{font-size:1.65rem;margin:0 0 22px}.value-list{display:grid;gap:13px;position:relative;z-index:1}.value-item{display:flex;gap:13px;align-items:flex-start;padding:14px;border-radius:18px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.09)}.value-icon{width:38px;height:38px;flex:0 0 38px;border-radius:50%;display:grid;place-items:center;background:var(--gold-500);font-weight:900}.value-item strong{display:block;margin-bottom:2px}.value-item span{display:block;color:rgba(255,255,255,.73);font-size:.86rem;line-height:1.7}
.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.step{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:28px;box-shadow:0 12px 38px rgba(16,36,27,.05);position:relative}.step-num{width:44px;height:44px;border-radius:50%;display:grid;place-items:center;background:var(--gold-500);color:#fff;font-weight:900;margin-bottom:18px}.step h3{font-size:1.25rem;color:var(--green-950);margin:0 0 8px}.step p{margin:0;color:var(--muted)}
.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.initiative-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;box-shadow:0 12px 38px rgba(16,36,27,.06);transition:.16s}.initiative-card:hover{transform:translateY(-3px);box-shadow:var(--shadow)}.card-image-wrap{display:block;position:relative;overflow:hidden;aspect-ratio:16/10}.card-image-wrap::after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(12,29,21,.55),transparent 58%)}.card-image{width:100%;height:100%;object-fit:cover;transition:.22s}.initiative-card:hover .card-image{transform:scale(1.018)}.card-badge{position:absolute;z-index:2;top:16px;left:16px;background:rgba(255,255,255,.9);color:var(--green-900);padding:5px 10px;border-radius:999px;font-size:.72rem;font-weight:900}.card-icon{position:absolute;z-index:2;right:18px;bottom:13px;font-size:2rem}.card-body{padding:24px}.card-body h3{font-size:1.5rem;color:var(--green-950);margin:0 0 5px}.card-tagline{font-weight:900;color:var(--gold-700);margin-bottom:9px}.card-body p{color:var(--muted);font-size:.91rem;margin:0 0 18px;min-height:82px}.text-link{display:inline-flex;align-items:center;gap:8px;color:var(--green-700);font-weight:900}.text-link:hover{color:var(--green-500)}
.impact-banner{display:grid;grid-template-columns:1.2fr .8fr;gap:44px;align-items:center}.impact-banner h2{font-size:clamp(2rem,4vw,3.2rem);line-height:1.35;margin:0 0 13px}.impact-banner p{color:rgba(255,255,255,.75);font-size:1.05rem;margin:0}.impact-points{display:grid;gap:12px}.impact-point{display:flex;gap:12px;align-items:center;padding:15px 17px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.09);border-radius:17px;font-weight:800}.impact-point::before{content:"✓";width:28px;height:28px;border-radius:50%;display:grid;place-items:center;background:var(--green-500);color:#fff;flex:0 0 28px}
.contact-grid{display:grid;grid-template-columns:.8fr 1.2fr;background:#fff;border:1px solid var(--line);border-radius:18px;overflow:hidden;box-shadow:var(--shadow)}.contact-info{background:linear-gradient(145deg,var(--green-800),var(--green-950));color:#fff;padding:38px}.contact-info h3{font-size:1.65rem;margin:0 0 12px}.contact-info p{color:rgba(255,255,255,.7);margin:0 0 25px}.contact-links{display:grid;gap:12px}.contact-link{display:flex;align-items:center;gap:11px;padding:12px 14px;border-radius:14px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.08)}.contact-link:hover{background:rgba(255,255,255,.14)}.contact-form{padding:38px;display:grid;gap:16px}.field{display:grid;gap:6px}.field label{font-weight:800;font-size:.88rem;color:var(--green-950)}.field input,.field textarea,.field select{width:100%;border:1px solid #dce4df;background:#fff;border-radius:14px;padding:12px 14px;color:var(--ink);outline:0}.field input:focus,.field textarea:focus,.field select:focus{border-color:var(--green-500);box-shadow:0 0 0 4px rgba(59,147,104,.12)}.form-note{font-size:.75rem;color:#7d8881;text-align:center;margin:0}
.site-footer{background:#0c1e16;color:#fff;padding:62px 0 24px}.footer-grid{display:grid;grid-template-columns:1.2fr .7fr .8fr;gap:50px;padding-bottom:42px;border-bottom:1px solid rgba(255,255,255,.1)}.footer-brand{display:flex;align-items:center;gap:13px;margin-bottom:16px}.footer-brand img{width:62px;height:62px;border-radius:50%;background:#fff;padding:3px}.footer-brand strong{display:block;font-size:1.15rem}.footer-copy{color:rgba(255,255,255,.65);max-width:480px}.footer-title{font-size:1rem;margin:0 0 15px}.footer-links{display:grid;gap:8px;color:rgba(255,255,255,.72)}.footer-links a:hover{color:#b8e6c9}.copyright{padding-top:22px;text-align:center;color:rgba(255,255,255,.48);font-size:.8rem}
.floating-wa{position:fixed;z-index:70;left:20px;bottom:20px;width:58px;height:58px;border-radius:50%;display:grid;place-items:center;background:#25d366;color:#fff;box-shadow:0 15px 35px rgba(37,211,102,.3);font-size:1.45rem;border:3px solid #fff}.floating-wa:hover{transform:translateY(-3px)}
/* Initiative detail */
.inner-hero{min-height:540px;background-size:cover;background-position:center;position:relative;color:#fff;display:flex;align-items:flex-end}.inner-hero::before{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(12,29,21,.9),rgba(12,29,21,.12) 65%),linear-gradient(90deg,rgba(12,29,21,.45),transparent)}.inner-hero-content{position:relative;z-index:1;padding:150px 0 60px;max-width:820px}.breadcrumb{display:flex;flex-wrap:wrap;gap:8px;font-size:.82rem;color:rgba(255,255,255,.74);margin-bottom:18px}.breadcrumb a:hover{color:#fff}.inner-hero h1{font-size:clamp(2.7rem,6vw,5.2rem);line-height:1.15;margin:10px 0 12px}.inner-hero p{font-size:1.1rem;color:rgba(255,255,255,.85);max-width:720px}.detail-grid{display:grid;grid-template-columns:1fr 340px;gap:40px;align-items:start}.prose h2{font-size:2rem;color:var(--green-950);margin:0 0 14px}.prose p{color:var(--muted);font-size:1.05rem;margin:0 0 26px}.feature-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;margin:26px 0}.feature-item{display:flex;gap:11px;align-items:flex-start;background:var(--green-50);border:1px solid #dcebe1;padding:17px;border-radius:17px}.feature-item::before{content:"✓";display:grid;place-items:center;width:27px;height:27px;border-radius:50%;background:var(--green-600);color:#fff;flex:0 0 27px;font-weight:900}.impact-card{background:linear-gradient(145deg,var(--gold-100),#fff9ee);border:1px solid #ead6ad;padding:25px;border-radius:22px;margin-top:25px}.impact-card h3{color:var(--gold-700);margin:0 0 7px}.impact-card p{margin:0;color:#705f42}.donate-card{position:sticky;top:105px;background:var(--green-950);color:#fff;padding:27px;border-radius:16px;box-shadow:var(--shadow)}.donate-card h2{font-size:1.65rem;margin:0 0 9px}.donate-card p{color:rgba(255,255,255,.7);font-size:.91rem;margin:0 0 20px}.donate-card .btn{width:100%;margin-top:9px}.gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:13px}.gallery-button{padding:0;border:0;background:none;border-radius:17px;overflow:hidden;aspect-ratio:1/1}.gallery-button img{width:100%;height:100%;object-fit:cover;transition:.35s}.gallery-button:hover img{transform:scale(1.04)}
.dialog{border:0;border-radius:26px;padding:0;max-width:min(92vw,520px);width:100%;box-shadow:0 16px 40px rgba(0,0,0,.18)}.dialog::backdrop{background:rgba(5,14,9,.68);backdrop-filter:none;}.dialog-inner{padding:28px}.dialog-head{display:flex;justify-content:space-between;align-items:flex-start;gap:15px;margin-bottom:18px}.dialog-head h2{font-size:1.45rem;margin:0;color:var(--green-950)}.dialog-close{border:0;background:#f1f4f2;width:38px;height:38px;border-radius:50%;display:grid;place-items:center;font-size:1.2rem}.amounts{display:grid;grid-template-columns:repeat(3,1fr);gap:9px;margin:12px 0}.amount-btn{border:1px solid #dce4df;background:#fff;border-radius:13px;padding:11px;color:var(--green-800);font-weight:900}.amount-btn.active{border-color:var(--green-600);background:var(--green-50)}.dialog .btn{width:100%;border-radius:14px;margin-top:8px}.lightbox{max-width:min(94vw,1100px);background:transparent;box-shadow:none}.lightbox::backdrop{background:rgba(0,0,0,.86)}.lightbox-wrap{position:relative}.lightbox img{max-height:86vh;max-width:100%;margin:auto;border-radius:16px}.lightbox .dialog-close{position:absolute;top:12px;left:12px;background:rgba(255,255,255,.9)}
@media(max-width:980px){.main-nav{display:none}.menu-btn{display:grid}.about-grid,.impact-banner,.contact-grid,.footer-grid,.detail-grid{grid-template-columns:1fr}.cards{grid-template-columns:repeat(2,1fr)}.steps{grid-template-columns:1fr}.donate-card{position:static}.footer-grid{gap:28px}}
@media(max-width:640px){.container{width:min(calc(100% - 24px),var(--container))}.brand-logo{width:42px;height:42px}.brand-text strong{font-size:.97rem}.header-inner{min-height:72px}.mobile-nav{top:72px}.hero-content{padding-top:128px}.hero h1{font-size:2.55rem}.hero-lead{font-size:.98rem}.section{padding:75px 0}.section-tight{padding:60px 0}.about-grid{gap:34px}.values-box{padding:24px}.cards{grid-template-columns:1fr}.card-body p{min-height:0}.contact-info,.contact-form{padding:25px}.footer-grid{grid-template-columns:1fr}.feature-grid{grid-template-columns:1fr}.gallery{grid-template-columns:repeat(2,1fr)}.inner-hero{min-height:500px}.inner-hero-content{padding-top:125px}.floating-wa{width:52px;height:52px;left:13px;bottom:13px}.amounts{grid-template-columns:repeat(2,1fr)}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation:none!important;transition:none!important}}


/* Premium institutional enhancements */
.water-grant{position:relative;margin-top:-1px;background:linear-gradient(115deg,#eaf7fb 0%,#f8fcfd 48%,#fff 100%);border-bottom:1px solid #d5ebf0;overflow:hidden}.water-grant-inner{position:relative;z-index:1;display:grid;grid-template-columns:auto 1fr auto;gap:28px;align-items:center;padding-top:30px;padding-bottom:30px}.water-grant-mark{width:110px;height:110px;border-radius:28px;background:linear-gradient(145deg,#0f829f,#075a73);color:#fff;display:grid;place-items:center;box-shadow:0 16px 36px rgba(8,105,135,.24);position:relative}.water-grant-mark span{font-size:2.25rem;line-height:1}.water-grant-mark strong{font-size:1.45rem;line-height:1}.water-grant-label{display:inline-flex;color:#08647e;font-weight:900;font-size:.78rem;letter-spacing:.02em;margin-bottom:5px}.water-grant-copy h2{font-size:clamp(1.55rem,3vw,2.25rem);line-height:1.32;color:#103a45;margin:0 0 6px}.water-grant-copy p{color:#49646b;margin:0;max-width:790px;line-height:1.9}.water-grant-copy p strong{color:#075d75}.water-grant-notes{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}.water-grant-notes span{background:#fff;border:1px solid #cee5eb;color:#175f70;border-radius:999px;padding:5px 10px;font-size:.75rem;font-weight:800}.water-grant-actions{min-width:225px;display:grid;gap:10px;text-align:center}.btn-water{background:#087f9f;color:#fff;box-shadow:0 10px 25px rgba(8,127,159,.2)}.btn-water:hover{background:#066984;transform:translateY(-2px)}.water-details-link{font-size:.78rem;font-weight:900;color:#17687b}.water-details-link:hover{color:#074b5c}.values-kicker{display:block;color:#a9e0bc;font-size:.77rem;font-weight:900;margin-bottom:5px}.steps-four{grid-template-columns:repeat(4,1fr)}.initiative-card-featured{border-color:#9dd9e5;box-shadow:0 16px 48px rgba(8,112,142,.12)}.initiative-card-featured .card-image-wrap::after{background:linear-gradient(0deg,rgba(4,72,91,.7),transparent 62%)}.card-badge-free{background:#e8fbff;color:#06647e;border:1px solid rgba(255,255,255,.9);box-shadow:0 5px 15px rgba(0,0,0,.08)}.service-chip{display:inline-flex;padding:4px 9px;border-radius:999px;background:#e7f7fb;color:#086681;font-size:.7rem;font-weight:900;margin-bottom:8px}.hero-service-proof{display:flex;flex-wrap:wrap;gap:9px;margin-top:20px}.hero-service-proof span{background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.2);border-radius:999px;padding:7px 12px;font-size:.78rem;font-weight:800;backdrop-filter:none;}.zero-cost-box{display:grid;grid-template-columns:110px 1fr;gap:20px;align-items:center;background:linear-gradient(135deg,#e9f8fb,#fff);border:1px solid #bfe1e9;border-radius:24px;padding:22px;margin:8px 0 30px}.zero-cost-number{height:90px;border-radius:20px;background:linear-gradient(145deg,#0a839f,#086178);display:grid;place-items:center;color:#fff;font-size:2rem;font-weight:900;box-shadow:0 12px 24px rgba(8,112,140,.2)}.zero-cost-box h3{margin:0 0 5px;color:#075f76;font-size:1.25rem}.zero-cost-box p{margin:0!important;font-size:.92rem!important}.important-note{background:#fff6e6;border:1px solid #ecd2a1;border-right:5px solid var(--gold-500);color:#705a32;border-radius:16px;padding:16px 18px;line-height:1.85;margin:24px 0}.important-note strong{color:#6a4d1c}.water-action-card{background:linear-gradient(155deg,#073e50,#0b2e34)}.btn-gold{background:linear-gradient(145deg,#d5a94f,#b8882f);color:#fff}.btn-gold:hover{filter:brightness(1.05);transform:translateY(-2px)}.donate-card-note{font-size:.74rem!important;color:rgba(255,255,255,.58)!important;border-top:1px solid rgba(255,255,255,.1);padding-top:14px;margin-top:15px!important}.eligibility-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.eligibility-grid article{background:#fff;border:1px solid var(--line);border-radius:22px;padding:24px;box-shadow:0 10px 30px rgba(16,36,27,.05)}.eligibility-grid article>span{display:block;color:#0a7c98;font-size:.78rem;font-weight:900;letter-spacing:.08em;margin-bottom:12px}.eligibility-grid h3{color:var(--green-950);font-size:1.15rem;margin:0 0 7px}.eligibility-grid p{color:var(--muted);font-size:.86rem;margin:0}.faq-layout{display:grid;grid-template-columns:.72fr 1.28fr;gap:55px;align-items:start}.faq-intro{position:sticky;top:110px}.faq-intro h2{font-size:clamp(2rem,4vw,3rem);color:var(--green-950);line-height:1.3;margin:8px 0 12px}.faq-intro p{color:var(--muted)}.faq-list{display:grid;gap:12px}.faq-list details{background:#fff;border:1px solid var(--line);border-radius:18px;padding:0 20px;box-shadow:0 8px 26px rgba(16,36,27,.04)}.faq-list summary{cursor:pointer;list-style:none;font-weight:900;color:var(--green-950);padding:18px 32px 18px 0;position:relative}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary::before{content:"+";position:absolute;right:0;top:16px;width:25px;height:25px;border-radius:50%;display:grid;place-items:center;background:var(--green-50);color:var(--green-700)}.faq-list details[open] summary::before{content:"−"}.faq-list details p{margin:0;padding:0 0 18px;color:var(--muted);font-size:.91rem}

@media(max-width:980px){.water-grant-inner{grid-template-columns:auto 1fr}.water-grant-actions{grid-column:1/-1;grid-template-columns:1fr auto;align-items:center}.steps-four,.eligibility-grid{grid-template-columns:repeat(2,1fr)}.faq-layout{grid-template-columns:1fr;gap:25px}.faq-intro{position:static}}
@media(max-width:640px){.water-grant-inner{grid-template-columns:1fr;text-align:center;padding-top:24px;padding-bottom:24px}.water-grant-mark{width:88px;height:88px;border-radius:22px;margin:auto}.water-grant-copy h2{font-size:1.5rem}.water-grant-notes{justify-content:center}.water-grant-actions{grid-column:auto;grid-template-columns:1fr}.steps-four,.eligibility-grid{grid-template-columns:1fr}.zero-cost-box{grid-template-columns:1fr;text-align:center}.zero-cost-number{height:70px}.hero-service-proof{justify-content:center}.water-inner-hero .inner-hero-content{text-align:center}.water-inner-hero .breadcrumb{justify-content:center}}

/* =========================================================
   V108.4.1 — حماية صور كل صفحات الموقع العام
   ========================================================= */
body.page-home img,
body.page-suez img,
body.page-initiative img,
body.page-home picture,
body.page-suez picture,
body.page-initiative picture,
body.page-home [data-protected-image],
body.page-suez [data-protected-image],
body.page-initiative [data-protected-image],
body.page-home .hero-home,
body.page-suez .hero-home,
body.page-initiative .inner-hero{
  -webkit-user-drag:none!important;
  -webkit-touch-callout:none!important;
  user-select:none!important;
  -webkit-user-select:none!important;
}
.protected-public-image{
  pointer-events:none!important;
  -webkit-user-drag:none!important;
  -webkit-touch-callout:none!important;
}
body.page-home .awly-protected-surface,
body.page-suez .awly-protected-surface,
body.page-initiative .awly-protected-surface{
  position:relative!important;
  isolation:isolate;
  overflow:hidden;
}
body.page-home .awly-visible-watermark,
body.page-suez .awly-visible-watermark,
body.page-initiative .awly-visible-watermark{
  position:absolute;
  z-index:7;
  inset:0;
  display:block;
  pointer-events:none!important;
  user-select:none!important;
  -webkit-user-select:none!important;
  overflow:hidden;
}
body.page-home .awly-visible-watermark::before,
body.page-suez .awly-visible-watermark::before,
body.page-initiative .awly-visible-watermark::before{
  content:"";
  position:absolute;
  inset:10%;
  background:url('../images/watermark.png') center/72% auto no-repeat;
  opacity:.30;
  filter:drop-shadow(0 2px 5px rgba(0,0,0,.24));
}
body.page-home .awly-visible-watermark>span,
body.page-suez .awly-visible-watermark>span,
body.page-initiative .awly-visible-watermark>span{
  position:absolute;
  left:9px;
  bottom:9px;
  max-width:calc(100% - 18px);
  padding:4px 9px;
  border:1px solid rgba(255,255,255,.55);
  border-radius:999px;
  background:rgba(9,43,31,.70);
  color:#fff;
  font-size:clamp(.48rem,1vw,.66rem);
  font-weight:900;
  line-height:1.4;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
  text-shadow:0 1px 3px rgba(0,0,0,.55);
  box-shadow:0 4px 12px rgba(0,0,0,.15);
}
body.page-home .hero-home>.awly-visible-watermark::before,
body.page-suez .hero-home>.awly-visible-watermark::before,
body.page-initiative .inner-hero>.awly-visible-watermark::before{
  inset:auto 3% 10% auto;
  width:min(42vw,620px);
  height:120px;
  background-size:100% auto;
  background-position:center;
  opacity:.27;
}
body.page-home .hero-home>.awly-visible-watermark>span,
body.page-suez .hero-home>.awly-visible-watermark>span,
body.page-initiative .inner-hero>.awly-visible-watermark>span{
  left:clamp(12px,3vw,42px);
  bottom:clamp(60px,8vh,96px);
  padding:7px 13px;
  font-size:.70rem;
}
.image-protection-notice{
  position:relative;
  z-index:8;
  display:flex;
  align-items:center;
  gap:11px;
  width:min(1180px,calc(100% - 40px));
  margin:14px auto 0;
  padding:10px 13px;
  border:1px solid rgba(31,111,84,.18);
  border-radius:15px;
  background:linear-gradient(135deg,rgba(234,246,239,.96),rgba(255,251,236,.96));
  color:var(--corp-ink,#173f32);
  box-shadow:0 8px 22px rgba(18,55,43,.07);
}
.image-protection-notice-icon{
  display:grid;
  place-items:center;
  width:32px;
  height:32px;
  flex:0 0 32px;
  border-radius:10px;
  background:var(--corp-brand,#1f6f54);
  color:#fff;
  font-size:1rem;
}
.image-protection-notice-copy{display:grid;gap:2px;min-width:0;flex:1}
.image-protection-notice-copy strong{font-size:.72rem;font-weight:900}
.image-protection-notice-copy small{font-size:.63rem;line-height:1.55;color:var(--corp-muted,#6d7f77)}
.image-protection-notice-close{
  width:30px;
  height:30px;
  flex:0 0 30px;
  border:1px solid rgba(31,111,84,.16);
  border-radius:50%;
  background:rgba(255,255,255,.68);
  color:var(--corp-ink,#173f32);
  font:inherit;
  font-size:1.1rem;
  line-height:1;
  cursor:pointer;
}
.image-protection-notice-close:hover{background:#fff;color:var(--corp-brand,#1f6f54)}
/* Protection remains active; the explanatory notice is intentionally hidden. */
.image-protection-notice{display:none!important}
@media(max-width:640px){
  body.page-home .awly-visible-watermark::before,
  body.page-suez .awly-visible-watermark::before,
  body.page-initiative .awly-visible-watermark::before{inset:10%;background-size:88%;opacity:.29}
  body.page-home .hero-home>.awly-visible-watermark::before,
  body.page-suez .hero-home>.awly-visible-watermark::before,
  body.page-initiative .inner-hero>.awly-visible-watermark::before{width:72vw;height:88px;bottom:13%;right:4%;background-size:100%}
  body.page-home .awly-visible-watermark>span,
  body.page-suez .awly-visible-watermark>span,
  body.page-initiative .awly-visible-watermark>span{left:7px;bottom:7px;padding:4px 8px;font-size:.50rem}
  body.page-home .hero-home>.awly-visible-watermark>span,
  body.page-suez .hero-home>.awly-visible-watermark>span,
  body.page-initiative .inner-hero>.awly-visible-watermark>span{left:12px;bottom:56px;font-size:.56rem}
  .image-protection-notice{width:calc(100% - 24px);margin-top:10px;padding:9px 10px;gap:8px}
  .image-protection-notice-copy small{font-size:.57rem}
}
@media print{
  .image-protection-notice{display:none!important}
  .protected-public-image,.awly-visible-watermark{visibility:hidden!important}
}

/* Homepage impact storytelling — July 2026 */
.hero-home{background-position:center center}
.hero-home::before{background:linear-gradient(90deg,rgba(9,24,17,.32),rgba(9,24,17,.40) 48%,rgba(9,24,17,.26)),linear-gradient(0deg,rgba(9,24,17,.54),rgba(9,24,17,.06) 58%,rgba(9,24,17,.14))}
.hero-home .hero-content{max-width:900px;margin-inline:auto;text-align:center;padding-top:145px}
.hero-home .hero-lead{margin-inline:auto;max-width:820px}
.hero-home .hero-lead strong{color:#fff;background:rgba(59,147,104,.7);padding:1px 7px;border-radius:7px}
.hero-emphasis{max-width:760px;margin:0 auto 25px;color:#fff;font-size:1.08rem;font-weight:900;text-shadow:0 3px 18px rgba(0,0,0,.34)}
.hero-actions,.hero-home .trust-row{justify-content:center}

.donation-impact-section{background:linear-gradient(180deg,#f6faf7 0%,#fbfaf6 100%)}
.donation-impact-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:28px;align-items:stretch}
.impact-list-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}
.impact-list-card{display:flex;gap:16px;align-items:flex-start;background:#fff;border:1px solid var(--line);border-radius:23px;padding:24px;box-shadow:0 12px 34px rgba(16,36,27,.05);transition:.25s}
.impact-list-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}
.impact-list-card>span{width:44px;height:44px;flex:0 0 44px;border-radius:15px;display:grid;place-items:center;background:var(--green-100);color:var(--green-700);font-weight:900;font-size:.85rem}
.impact-list-card h3{margin:0 0 5px;color:var(--green-950);font-size:1.08rem}
.impact-list-card p{margin:0;color:var(--muted);font-size:.88rem;line-height:1.8}
.impact-quote-card{position:relative;overflow:hidden;background:var(--green-900);color:#fff;border-radius:18px;padding:38px;box-shadow:var(--shadow);display:flex;flex-direction:column;justify-content:center}

.impact-quote-mark{font-family:Georgia,serif;font-size:6rem;line-height:.65;color:var(--gold-500);opacity:.9}
.impact-quote-card h3{position:relative;z-index:1;font-size:clamp(1.55rem,3vw,2.3rem);line-height:1.55;margin:14px 0 12px}
.impact-quote-card p{position:relative;z-index:1;color:rgba(255,255,255,.76);margin:0 0 25px}
.impact-quote-card .btn{position:relative;z-index:1;align-self:flex-start}

.why-support-grid{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center}
.why-support-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:15px}
.why-support-cards article{display:flex;gap:13px;align-items:flex-start;background:var(--green-50);border:1px solid #dcebe1;border-radius:21px;padding:21px}
.why-support-cards article>span{width:34px;height:34px;flex:0 0 34px;border-radius:50%;display:grid;place-items:center;background:var(--green-600);color:#fff;font-weight:900}
.why-support-cards h3{margin:0 0 4px;color:var(--green-950);font-size:1rem}
.why-support-cards p{margin:0;color:var(--muted);font-size:.84rem;line-height:1.75}

.final-donation-cta{padding:78px 0;background:linear-gradient(135deg,#10241b 0%,#215038 58%,#8b6528 145%);color:#fff;position:relative;overflow:hidden}
.final-donation-cta::before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 18% 20%,rgba(255,255,255,.08),transparent 28%),radial-gradient(circle at 85% 75%,rgba(189,145,72,.18),transparent 34%)}
.final-donation-inner{position:relative;z-index:1;display:grid;grid-template-columns:1fr auto;gap:45px;align-items:center}
.final-donation-inner h2{font-size:clamp(2rem,4vw,3.35rem);line-height:1.42;margin:15px 0 9px;max-width:900px}
.final-donation-inner p{margin:0;color:rgba(255,255,255,.74);font-size:1.05rem}
.final-donation-btn{min-width:180px;padding-block:16px;font-size:1.05rem}

@media(max-width:980px){
  .donation-impact-grid,.why-support-grid{grid-template-columns:1fr}
  .final-donation-inner{grid-template-columns:1fr;text-align:center}
  .final-donation-inner h2{margin-inline:auto}
  .final-donation-btn{justify-self:center}
}
@media(max-width:640px){
  .hero-home{background-position:48% center}
  .hero-home .hero-content{padding-top:115px}
  .hero-home .hero-lead{line-height:1.85}
  .hero-emphasis{font-size:.95rem}
  .impact-list-cards,.why-support-cards{grid-template-columns:1fr}
  .impact-quote-card{padding:28px 23px}
  .impact-quote-card .btn{align-self:stretch}
  .final-donation-cta{padding:65px 0}
}

/* 2026 homepage information architecture refinement */
.section{padding:88px 0}
#initiatives{background:linear-gradient(180deg,#fff 0%,#fbfcfa 100%);border-bottom:1px solid rgba(27,74,50,.07)}
#about{background:var(--paper)}
#how{border-top:1px solid rgba(27,74,50,.06);border-bottom:1px solid rgba(27,74,50,.06)}
#donation-impact{background:linear-gradient(180deg,#fff 0%,#f5faf7 100%)}
#why-support{background:#fff}
.water-grant-actions{min-width:270px;gap:12px}
.water-action-group{display:grid;gap:5px}
.water-action-label{font-size:.7rem;font-weight:900;color:#55777f;text-align:right;padding-inline:4px}
.btn-water-donate{background:var(--green-700);color:#fff;box-shadow:0 10px 25px rgba(31,87,58,.18)}
.btn-water-donate:hover{background:var(--green-800);transform:translateY(-2px)}
.btn-water-register{background:linear-gradient(135deg,#1f6f54,#3e9f74);color:#fff;box-shadow:0 10px 25px rgba(31,111,84,.2)}
.btn-water-register:hover{background:linear-gradient(135deg,#185941,#31845f);color:#fff;transform:translateY(-2px)}
.final-donation-actions{display:flex;flex-wrap:wrap;gap:12px;justify-content:flex-end}
.final-initiatives-btn{white-space:nowrap}
@media(max-width:980px){
  .water-grant-actions{min-width:0;grid-template-columns:1fr 1fr;align-items:end}
  .water-details-link{grid-column:1/-1}
  .final-donation-actions{justify-content:center}
}
@media(max-width:640px){
  .section{padding:68px 0}
  .water-grant-actions{grid-template-columns:1fr}
  .water-details-link{grid-column:auto}
  .water-action-label{text-align:center}
  .final-donation-actions{display:grid;width:100%}
  .final-donation-actions .btn{width:100%}
}

.staff-login{display:inline-flex;align-items:center;justify-content:center;padding:9px 12px;border-radius:10px;border:1px solid rgba(31,87,58,.2);font-weight:800;color:var(--green-900);background:rgba(255,255,255,.7)}
.staff-login:hover{background:var(--green-50);color:var(--green-700)}
.mobile-nav .staff-login{margin-top:5px;background:#f4f8f5}

/* =========================================================
   V21 — responsive hardening for phone, tablet and desktop
   ========================================================= */
html,body{max-width:100%;overflow-x:hidden}
body{-webkit-text-size-adjust:100%;text-size-adjust:100%}
.site-header{padding-top:env(safe-area-inset-top)}
.header-inner,.hero-content,.contact-grid,.footer-grid,.cards,.steps,.about-grid,.impact-banner{min-width:0}
.main-nav a,.staff-login,.nav-cta{white-space:nowrap}
.field input,.field select,.field textarea{min-width:0;max-width:100%}
iframe,video,canvas,svg{max-width:100%}

@media(max-width:1100px){
  .header-inner{gap:14px}
  .main-nav{gap:1px}
  .main-nav a{padding-inline:10px;font-size:.82rem}
  .brand-text strong{font-size:1rem}
  .hero-content{max-width:780px}
}
@media(max-width:980px){
  .site-header{background:rgba(16,36,27,.97)}
  .menu-btn{display:grid;place-items:center;min-width:46px;min-height:46px}
  .mobile-nav{max-height:calc(100dvh - 76px - env(safe-area-inset-top));overflow:auto;padding-bottom:calc(22px + env(safe-area-inset-bottom))}
  .mobile-nav a,.mobile-nav button{min-height:48px;display:flex;align-items:center}
  .mobile-nav .nav-cta{justify-content:center;width:100%}
}
@media(max-width:640px){
  html{scroll-padding-top:74px}
  .container{width:min(calc(100% - 22px),var(--container))}
  .header-inner{min-height:68px;gap:8px}
  .brand{gap:8px;min-width:0}
  .brand-logo{width:42px;height:42px;flex:0 0 42px}
  .brand-text{min-width:0}
  .brand-text strong{font-size:.84rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:210px}
  .brand-text span{font-size:.64rem}
  .menu-btn{min-width:44px;min-height:44px;padding:8px}
  .mobile-nav{top:calc(68px + env(safe-area-inset-top))}
  .hero{min-height:max(650px,100svh);align-items:center}
  .hero-content,.hero-home .hero-content{padding:112px 0 72px;text-align:center;margin-inline:auto}
  .hero h1{font-size:clamp(2rem,11vw,3rem);line-height:1.22;margin:16px 0 14px;letter-spacing:-.02em}
  .hero-lead{font-size:.94rem;line-height:1.9;margin-bottom:22px}
  .hero-emphasis{font-size:.85rem;line-height:1.8}
  .hero-actions,.actions{display:grid;grid-template-columns:1fr;width:100%}
  .hero-actions .btn,.actions .btn{width:100%;min-height:49px;padding-inline:16px}
  .trust-row{justify-content:center;gap:7px;margin-top:20px}
  .trust-pill{font-size:.7rem;padding:7px 10px}
  .hero-scroll{display:none}
  .section,.section-tight{padding:58px 0}
  .section-head{margin-bottom:30px}
  .section-head h2,.content-copy h2{font-size:clamp(1.65rem,8vw,2.25rem)}
  .section-head p,.content-copy p{font-size:.9rem}
  .cards,.steps,.eligibility-grid,.impact-list-cards,.why-support-cards,.gallery{grid-template-columns:1fr}
  .initiative-card,.step,.values-box,.contact-grid,.impact-quote-card{border-radius:21px}
  .card-body{padding:19px}
  .card-body h3{font-size:1.25rem}
  .card-body p{font-size:.83rem}
  .about-grid,.why-support-grid{gap:28px}
  .values-box{padding:22px}
  .contact-info,.contact-form{padding:21px 17px}
  .contact-form input,.contact-form select,.contact-form textarea{font-size:16px;min-height:48px}
  .footer{padding-bottom:calc(30px + env(safe-area-inset-bottom))}
  .floating-wa{bottom:calc(12px + env(safe-area-inset-bottom))}
}
@media(max-width:390px){
  .container{width:min(calc(100% - 16px),var(--container))}
  .brand-text strong{max-width:170px;font-size:.78rem}
  .brand-text span{font-size:.59rem}
  .hero h1{font-size:1.9rem}
  .eyebrow{font-size:.7rem;padding:6px 10px}
  .section{padding:50px 0}
  .card-image-wrap{aspect-ratio:16/11}
}
@media(orientation:landscape) and (max-height:560px) and (max-width:980px){
  .hero{min-height:620px}
  .hero-content,.hero-home .hero-content{padding-top:100px}
}



/* V26 — compact contribution select and responsive donation dialog */
.dialog{width:min(520px,calc(100vw - 32px));max-height:calc(100dvh - 24px);margin:auto}
.dialog-inner{max-height:calc(100dvh - 24px);overflow-y:auto;overscroll-behavior:contain;padding:24px}
.donation-category-select-wrap{margin:12px 0 14px;gap:7px}
.donation-category-select-wrap label{font-size:.82rem;font-weight:900;color:var(--green-950)}
.donation-category-select-wrap select{width:100%;min-height:52px;border:1px solid #c9d9d0;border-radius:14px;background:#fff;padding:0 14px;color:var(--green-950);font:800 .9rem Cairo,sans-serif;outline:0}
.donation-category-select-wrap select:focus{border-color:var(--green-600);box-shadow:0 0 0 4px rgba(42,122,84,.11)}
.donation-type-error{min-height:0;margin:0;color:#a23a3a;font-size:.76rem;font-weight:800}
.donation-type-error:empty{display:none}
@media(max-width:520px){
  .dialog{width:calc(100vw - 18px);max-height:calc(100dvh - 12px);border-radius:20px}
  .dialog-inner{max-height:calc(100dvh - 12px);padding:18px 14px}
  .dialog-head{margin-bottom:12px}
  .dialog-head h2{font-size:1.2rem}
  .donation-category-select-wrap select{min-height:50px;font-size:16px}
  .amounts{gap:7px}
  .amount-btn{padding:10px 5px;font-size:.82rem}
}

/* حماية صور الواجهة العامة والأقسام فقط — لا تُحمّل في صفحات المستفيدين أو الإدارة */
.protected-public-image,
[data-protected-image] {
  -webkit-user-drag: none;
  -webkit-touch-callout: none;
  user-select: none;
  -webkit-user-select: none;
}
.protected-public-image {
  pointer-events: none;
}
a .protected-public-image,
button .protected-public-image {
  pointer-events: none;
}
.protected-background-image {
  -webkit-touch-callout: none;
  user-select: none;
  -webkit-user-select: none;
}

/* =========================================================
   AWLY AL-QURBA — CORPORATE 2026 THEME
   Full visual refresh for public pages
   ========================================================= */
:root{
  --corp-ink:#0f2f25;
  --corp-ink-2:#173f32;
  --corp-brand:#1f6f54;
  --corp-brand-2:#2d8a68;
  --corp-gold:#caa75d;
  --corp-bg:#f4f7f5;
  --corp-panel:#ffffff;
  --corp-soft:#eaf3ef;
  --corp-line:#dbe7e1;
  --corp-text:#19342b;
  --corp-muted:#6d7f77;
  --corp-radius:24px;
  --corp-shadow:0 24px 70px rgba(18,55,43,.12);
}
html{scroll-behavior:smooth}
body{background:linear-gradient(180deg,#f9fbfa 0,#f2f7f4 55%,#eef4f1 100%);color:var(--corp-text);font-feature-settings:"kern";overflow-x:hidden}
body::before{content:"";position:fixed;inset:0;pointer-events:none;z-index:-1;background:radial-gradient(circle at 85% 10%,rgba(202,167,93,.11),transparent 28%),radial-gradient(circle at 10% 30%,rgba(45,138,104,.10),transparent 24%)}
.container{width:min(1180px,calc(100% - 40px));margin-inline:auto}
.site-header{position:sticky;top:0;z-index:1000;background:rgba(255,255,255,.86);backdrop-filter:none;border-bottom:1px solid rgba(31,111,84,.10);box-shadow:0 10px 35px rgba(13,48,37,.06)}
.header-inner{min-height:84px;display:flex;align-items:center;justify-content:space-between;gap:28px}
.brand{display:flex;align-items:center;gap:14px;text-decoration:none;color:var(--corp-ink)}
.brand-logo{width:58px;height:58px;border-radius:18px;background:#fff;padding:5px;box-shadow:0 12px 30px rgba(18,55,43,.14);border:1px solid rgba(31,111,84,.12)}
.brand-text strong{font-size:1.06rem;font-weight:900;letter-spacing:-.3px}.brand-text span{display:block;font-size:.78rem;color:var(--corp-muted);margin-top:3px}
.main-nav{display:flex;align-items:center;gap:7px}.main-nav a,.main-nav button{border:0;background:transparent;color:#24463a;font-weight:700;font-size:.88rem;padding:11px 14px;border-radius:14px;transition:.25s ease}.main-nav a:hover,.main-nav a[aria-current="page"]{background:var(--corp-soft);color:var(--corp-brand)}
.main-nav .staff-login{border:1px solid var(--corp-line);background:#fff}.main-nav .nav-cta,.mobile-nav .nav-cta{background:linear-gradient(135deg,var(--corp-brand),var(--corp-brand-2));color:#fff!important;box-shadow:0 12px 28px rgba(31,111,84,.24)}
.hero{position:relative;isolation:isolate;min-height:680px;display:grid;align-items:center;overflow:hidden;background:linear-gradient(115deg,rgba(9,39,30,.62),rgba(20,76,57,.48)),url('../../images/hero.webp?v=10828') center/cover no-repeat;border-radius:0 0 44px 44px}
.hero::before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent 30%,rgba(202,167,93,.08)),radial-gradient(circle at 18% 20%,rgba(255,255,255,.09),transparent 25%);z-index:-1}
.hero::after{content:"";position:absolute;width:420px;height:420px;border-radius:50%;border:1px solid rgba(255,255,255,.13);left:-140px;bottom:-170px;box-shadow:0 0 0 55px rgba(255,255,255,.03),0 0 0 110px rgba(255,255,255,.02)}
.hero-content{max-width:780px;padding:110px 0 120px;color:#fff}.eyebrow{display:inline-flex;align-items:center;gap:9px;padding:9px 14px;border:1px solid rgba(255,255,255,.2);background:rgba(255,255,255,.08);backdrop-filter:none;border-radius:999px;color:#f2dca8;font-weight:800;font-size:.88rem}
.hero h1{font-size:clamp(2.6rem,5.4vw,5.2rem);line-height:1.08;max-width:900px;margin:24px 0 22px;letter-spacing:-2px;font-weight:900}.hero-lead{font-size:1.16rem;line-height:2;color:rgba(255,255,255,.86);max-width:770px}.hero-emphasis{font-weight:800;color:#f4dfad;margin-top:14px}
.actions{display:flex;flex-wrap:wrap;gap:13px;margin-top:30px}.btn{min-height:52px;padding:0 23px;border-radius:16px;font-weight:800;display:inline-flex;align-items:center;justify-content:center;gap:8px;transition:.25s ease;border:1px solid transparent}.btn:hover{transform:translateY(-2px)}.btn-light{background:#fff;color:var(--corp-ink);box-shadow:0 14px 35px rgba(0,0,0,.18)}.btn-outline{border-color:rgba(255,255,255,.35);color:#fff;background:rgba(255,255,255,.07)}
.trust-row{display:flex;gap:9px;flex-wrap:wrap;margin-top:32px}.trust-pill{font-size:.82rem;font-weight:700;color:#dcebe4;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.16);padding:9px 12px;border-radius:999px}
.hero-scroll{position:absolute;bottom:28px;left:50%;transform:translateX(-50%);font-size:.76rem;color:rgba(255,255,255,.65);letter-spacing:.2px}
.section{padding:100px 0}.section-title,.section-head{text-align:center;max-width:760px;margin:0 auto 45px}.section-title h2,.section-head h2{font-size:clamp(2rem,3vw,3rem);color:var(--corp-ink);letter-spacing:-1px;margin:8px 0}.section-title p,.section-head p{color:var(--corp-muted);line-height:1.9}
.water-grant{margin-top:-55px;position:relative;z-index:10}.water-grant-inner{display:grid;grid-template-columns:180px 1fr 260px;gap:34px;align-items:center;background:rgba(255,255,255,.96);border:1px solid rgba(31,111,84,.11);border-radius:30px;padding:34px;box-shadow:var(--corp-shadow)}
.water-grant-mark{height:150px;border-radius:24px;background:linear-gradient(145deg,#e8f5f0,#f8fbfa);display:grid;place-content:center;text-align:center;color:var(--corp-brand);border:1px solid var(--corp-line)}.water-grant-mark span{font-size:2rem}.water-grant-mark strong{font-size:2.35rem}.water-grant-label{color:var(--corp-brand);font-weight:900;font-size:.83rem}.water-grant h2{font-size:2rem;margin:8px 0 10px;color:var(--corp-ink)}.water-grant p{color:var(--corp-muted);line-height:1.85}.water-grant-notes{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-top:16px}.water-grant-notes span{font-size:.8rem;color:#31574a}.water-grant-actions{display:flex;flex-direction:column;gap:11px}.water-action-group{display:flex;flex-direction:column;gap:7px}.water-action-label{font-size:.72rem;color:var(--corp-muted);font-weight:700}.btn-water,.btn-water-donate{background:linear-gradient(135deg,var(--corp-brand),var(--corp-brand-2));color:#fff}.water-details-link{font-size:.82rem;color:var(--corp-brand);font-weight:800;text-decoration:none;text-align:center}
.cards,.initiatives-grid,.impact-grid,.stats-grid{gap:22px}.card,.initiative-card,.impact-card,.stat-card,.feature-card,.contact-card{background:rgba(255,255,255,.92);border:1px solid rgba(31,111,84,.10);border-radius:var(--corp-radius);box-shadow:0 16px 50px rgba(18,55,43,.08);transition:.3s ease;overflow:hidden}.card:hover,.initiative-card:hover,.impact-card:hover,.feature-card:hover{transform:translateY(-3px);box-shadow:0 24px 65px rgba(18,55,43,.14);border-color:rgba(31,111,84,.22)}
.initiative-card{position:relative;padding:30px}.initiative-card::before{content:"";position:absolute;inset-inline-start:0;top:0;width:100%;height:4px;background:linear-gradient(90deg,var(--corp-brand),var(--corp-gold))}.initiative-card h3{font-size:1.35rem;color:var(--corp-ink)}.initiative-card p{color:var(--corp-muted);line-height:1.8}.initiative-card a{color:var(--corp-brand);font-weight:800}
.stats-section{background:linear-gradient(135deg,var(--corp-ink),#174d3a);color:#fff;border-radius:38px;margin-inline:20px}.stat-card{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.12);color:#fff;backdrop-filter:none;border-radius:36px;margin:30px 20px;border:1px solid var(--corp-line)}
.site-footer{background:#0f2f25;color:#d9e7e1;padding-top:70px;border-radius:40px 40px 0 0}.site-footer a{color:#eef8f4}.footer-bottom{border-top:1px solid rgba(255,255,255,.1)}
.donation-modal .modal-card,.modal-card{border-radius:28px!important;box-shadow:0 35px 90px rgba(6,32,24,.28)!important;border:1px solid rgba(31,111,84,.12)!important}
input,textarea,select{border-radius:14px!important;border-color:var(--corp-line)!important;background:#fff!important}input:focus,textarea:focus,select:focus{outline:0!important;border-color:var(--corp-brand)!important;box-shadow:0 0 0 4px rgba(31,111,84,.11)!important}
@media(max-width:980px){.main-nav{display:none}.menu-btn{display:flex}.water-grant-inner{grid-template-columns:1fr}.water-grant-mark{height:120px}.hero{min-height:620px}.hero-content{padding:90px 0 110px}}
@media(max-width:640px){.container{width:min(100% - 24px,1180px)}.site-header{position:sticky}.header-inner{min-height:70px}.brand-logo{width:48px;height:48px}.brand-text span{display:none}.hero{border-radius:0 0 28px 28px;min-height:600px}.hero h1{font-size:2.5rem;letter-spacing:-1px}.hero-lead{font-size:1rem}.section{padding:70px 0}.water-grant{margin-top:-30px}.water-grant-inner{padding:22px;border-radius:24px}.water-grant-notes{grid-template-columns:1fr}.stats-section,.contact-section,.cta-section{margin-inline:8px;border-radius:26px}.actions .btn{width:100%}}


/* V65 — accessibility, keyboard navigation and motion preferences */
:focus-visible{outline:3px solid #d3a84f;outline-offset:3px}
.skip-link{position:fixed;right:18px;top:-90px;z-index:9999;background:#fff;color:#123b29;padding:11px 16px;border-radius:12px;box-shadow:0 12px 32px rgba(0,0,0,.18);font-weight:900;transition:top .2s ease}
.skip-link:focus{top:18px}
img{max-width:100%;height:auto}
@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}}
@media print{.site-header,.mobile-nav,.menu-btn,.nav-cta,.floating-action{display:none!important}body{background:#fff!important;color:#000!important}.section,.hero{break-inside:avoid}}


/* V71: واجهة أوضح وأخف، وهوية مستقلة لفرع السويس */
.hero-home{background-color:var(--green-900);background-repeat:no-repeat}
.hero-home .hero-content{will-change:auto}
body.page-suez .site-header{background:linear-gradient(180deg,rgba(7,31,39,.94),rgba(7,31,39,.78))}
body.page-suez .site-header.scrolled{background:rgba(7,31,39,.97)}
body.page-suez .section-label{color:var(--green-950);background:#e8f5f5}
body.page-suez .btn-primary,body.page-suez .main-nav .nav-cta{background:var(--green-500)}
body.page-suez .hero-lead strong{background:color-mix(in srgb,var(--green-500) 76%,transparent)}
@media (prefers-reduced-motion:reduce){*,*::before,*::after{scroll-behavior:auto!important;animation:none!important;transition:none!important}}
@media(max-width:680px){.hero{min-height:auto}.hero-home .hero-content{padding-top:104px;padding-bottom:64px}.hero h1{font-size:clamp(2.05rem,11vw,3.2rem)}.hero-scroll{display:none}}


/* V108.2.8 — responsive public layout with the original field photograph */
html,body{max-width:100%;overflow-x:hidden}
.container{width:min(calc(100% - 40px),1180px);margin-inline:auto}
body:not(.page-suez) .hero-home{background-color:#153326!important;background-image:linear-gradient(90deg,rgba(6,22,15,.16) 0%,rgba(6,22,15,.34) 28%,rgba(6,22,15,.62) 50%,rgba(6,22,15,.34) 72%,rgba(6,22,15,.14) 100%),url('../../images/hero.webp?v=10828')!important;background-size:cover!important;background-position:center 38%!important;background-repeat:no-repeat!important}
body:not(.page-suez) .hero-home::before{background:linear-gradient(0deg,rgba(3,18,12,.36),transparent 42%,rgba(3,18,12,.08))!important}
body:not(.page-suez) .hero-home .hero-content{max-width:760px!important;margin-inline:auto!important;text-align:center!important;padding-top:112px!important;padding-bottom:90px!important}
body:not(.page-suez) .hero-home .hero-actions,body:not(.page-suez) .hero-home .trust-row{justify-content:center!important}
.hero-actions .btn-beneficiary{background:linear-gradient(135deg,#d5a84f,#ebc777);color:#173526;border-color:#edcf91;box-shadow:0 14px 34px rgba(218,173,83,.25)}.hero-actions .btn-beneficiary:hover{background:linear-gradient(135deg,#e0b65d,#f0d28d);transform:translateY(-2px)}.water-track-link{display:inline-flex;justify-content:center;color:#d9f0e3;font-size:.78rem;font-weight:900;text-decoration:underline;text-underline-offset:4px}.water-track-link:hover{color:#fff}
body:not(.page-suez) .hero-home h1,body:not(.page-suez) .hero-home .hero-lead{text-shadow:0 3px 18px rgba(0,0,0,.48)!important}
@media(max-width:1100px){.container{width:min(calc(100% - 32px),1180px)}.header-inner{gap:14px}.main-nav a{padding-inline:10px;font-size:.82rem}body:not(.page-suez) .hero-home .hero-content{max-width:720px!important}.section{padding-block:82px}}
@media(max-width:900px){.container{width:min(calc(100% - 28px),1180px)}body:not(.page-suez) .hero-home{min-height:680px!important;background-image:linear-gradient(0deg,rgba(5,25,17,.78) 0%,rgba(5,25,17,.43) 48%,rgba(5,25,17,.14) 100%),url('../../images/hero.webp?v=10828')!important;background-size:cover!important;background-position:center 45%!important}.hero-home .hero-content,body:not(.page-suez) .hero-home .hero-content{max-width:760px!important;margin-inline:auto!important;text-align:center!important;padding-top:102px!important;padding-bottom:68px!important}.hero-home .hero-actions,body:not(.page-suez) .hero-home .hero-actions,.hero-home .trust-row,body:not(.page-suez) .hero-home .trust-row{justify-content:center!important}.section{padding-block:72px}}
@media(max-width:680px){.container{width:min(calc(100% - 20px),1180px)}.header-inner{min-height:66px}.brand-logo{width:42px;height:42px}.brand-text strong{max-width:190px;font-size:.8rem}.site-header{max-width:100vw}body:not(.page-suez) .hero-home{min-height:620px!important;background-position:center 48%!important}.hero-home .hero-content,body:not(.page-suez) .hero-home .hero-content{padding-top:88px!important;padding-bottom:50px!important}.hero-home h1{font-size:clamp(1.9rem,10.5vw,2.8rem)!important}.hero-home .hero-lead{font-size:.92rem!important;line-height:1.82!important}.hero-emphasis{font-size:.82rem!important}.hero-actions,.actions{width:100%}.hero-actions .btn,.actions .btn{width:100%;min-height:47px}.section{padding-block:58px}.section-head{margin-bottom:28px}.footer-grid{grid-template-columns:1fr;gap:26px}}
@media(max-width:430px){.container{width:min(calc(100% - 16px),1180px)}body:not(.page-suez) .hero-home{min-height:590px!important;background-position:center 50%!important}.hero-home .hero-content,body:not(.page-suez) .hero-home .hero-content{padding-top:82px!important;padding-bottom:44px!important}.hero-home .trust-row{gap:6px!important}.hero-home .trust-pill{font-size:.68rem!important;padding:6px 8px!important}.brand-text strong{max-width:155px;font-size:.75rem}.section{padding-block:50px}}

#initiatives .initiatives-heading{max-width:760px;margin-inline:auto;text-align:center;margin-bottom:26px}
#initiatives .initiatives-compact .card-body{grid-column:2!important;grid-row:1!important;padding:14px 14px 12px!important;display:flex!important;flex-direction:column!important;justify-content:center!important;min-width:0!important}
@media (max-width:1100px){#initiatives .initiatives-compact{grid-template-columns:repeat(2,minmax(0,1fr))!important}}
@media (max-width:700px){#initiatives .initiatives-compact{grid-template-columns:1fr!important}}

/* V101 — integrated public header: remove the detached white strip */
.site-header{
  background:linear-gradient(135deg,rgba(10,48,37,.97),rgba(20,82,61,.95))!important;
  border-bottom:1px solid rgba(255,255,255,.12)!important;
  box-shadow:0 6px 18px rgba(8,39,30,.12)!important;
  backdrop-filter:none;
}
.header-inner{min-height:78px}
.brand{color:#fff!important}
.brand-logo{
  width:48px;height:48px;border-radius:50%;padding:3px;
  background:rgba(255,255,255,.96)!important;
  border:2px solid rgba(220,187,112,.62)!important;
  box-shadow:0 5px 14px rgba(0,0,0,.14)!important;
}
.brand-text strong{color:#fff}.brand-text span{color:rgba(255,255,255,.72)!important}
.main-nav a,.main-nav button{color:rgba(255,255,255,.88)!important;padding:10px 13px;border-radius:12px}
.main-nav a:hover,.main-nav a[aria-current="page"]{background:rgba(255,255,255,.13)!important;color:#fff!important}
.main-nav .staff-login{background:rgba(255,255,255,.08)!important;border:1px solid rgba(255,255,255,.22)!important;color:#fff!important}
.main-nav .nav-cta,.mobile-nav .nav-cta{background:linear-gradient(135deg,#d5ad58,#b88936)!important;color:#17382e!important;box-shadow:none!important}
.menu-btn{color:#fff!important;background:rgba(255,255,255,.08)!important}
.mobile-nav{background:#103d30!important}
@media(max-width:640px){.header-inner{min-height:68px}.brand-logo{width:42px;height:42px}.site-header{box-shadow:0 7px 20px rgba(8,39,30,.14)!important}}

/* =========================================================
   V108.3.1 — homepage contribution fields as visual cards
   ========================================================= */
#initiatives.section{
  padding-block:78px;
  background:
    radial-gradient(circle at 92% 8%,rgba(46,139,98,.09),transparent 27%),
    linear-gradient(180deg,#ffffff 0%,#f7fbf8 100%)!important;
}
#initiatives .initiatives-heading{max-width:800px;margin:0 auto 32px!important}
#initiatives .initiatives-heading h2{font-size:clamp(2rem,4vw,3.15rem);margin-bottom:10px}
#initiatives .initiatives-heading p{max-width:680px;margin-inline:auto;color:#607168}
#initiatives .cards{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:20px!important;
  align-items:stretch;
}
#initiatives .initiative-card{
  display:grid!important;
  grid-template-rows:176px minmax(0,1fr)!important;
  min-width:0;
  padding:0!important;
  overflow:hidden;
  border:1px solid #dce9e1!important;
  border-radius:24px!important;
  background:#fff!important;
  box-shadow:0 13px 34px rgba(18,62,44,.075)!important;
  transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease!important;
}
#initiatives .initiative-card::before{height:5px;z-index:4;background:linear-gradient(90deg,#2c8c62,#d4a84e)!important}
#initiatives .initiative-card:hover{transform:translateY(-5px);border-color:#abd1bd!important;box-shadow:0 22px 46px rgba(18,62,44,.14)!important}
#initiatives .initiative-card .card-image-wrap{
  grid-column:auto!important;
  grid-row:1!important;
  display:block!important;
  width:100%;height:176px;
  aspect-ratio:auto!important;
  overflow:hidden;
  background:#eaf3ed;
}
#initiatives .initiative-card .card-image{width:100%;height:100%;object-fit:cover;transition:transform .3s ease!important}
#initiatives .initiative-card:hover .card-image{transform:scale(1.045)}
#initiatives .initiative-card .card-image-wrap::after{background:linear-gradient(0deg,rgba(8,35,25,.68),transparent 66%)}
#initiatives .initiative-card .card-badge{top:13px;left:13px;padding:5px 10px;font-size:.66rem;box-shadow:0 5px 16px rgba(0,0,0,.12)}
#initiatives .initiative-card .card-icon{
  right:15px;bottom:13px;
  width:52px;height:52px;
  display:grid;place-items:center;
  border-radius:17px;
  background:#fff;
  border:2px solid rgba(255,255,255,.9);
  box-shadow:0 8px 22px rgba(0,0,0,.22);
  font-size:1.7rem;line-height:1;
}
#initiatives .initiative-card:nth-child(1) .card-icon{background:#ddf5fb}
#initiatives .initiative-card:nth-child(2) .card-icon{background:#fff1d9}
#initiatives .initiative-card:nth-child(3) .card-icon{background:#eee7ff}
#initiatives .initiative-card:nth-child(4) .card-icon{background:#ffe8ef}
#initiatives .initiative-card:nth-child(5) .card-icon{background:#e7f3ff}
#initiatives .initiative-card:nth-child(6) .card-icon{background:#e6f7ee}
#initiatives .cards .card-body{
  grid-column:auto!important;
  grid-row:2!important;
  display:flex!important;
  flex-direction:column!important;
  justify-content:flex-start!important;
  min-width:0!important;
  padding:20px 20px 18px!important;
}
#initiatives .initiative-card .service-chip{width:max-content;max-width:100%;margin-bottom:7px}
#initiatives .initiative-card h3{margin:0 0 4px!important;font-size:1.28rem!important;line-height:1.4;color:var(--green-950)!important}
#initiatives .initiative-card h3 a{color:inherit!important}
#initiatives .initiative-card .card-tagline{margin-bottom:7px;color:#96702e;font-size:.79rem;line-height:1.55}
#initiatives .initiative-card .card-body p{
  min-height:0!important;
  margin:0 0 16px!important;
  color:#65736b!important;
  font-size:.82rem!important;
  line-height:1.75!important;
  display:-webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:3;
  overflow:hidden;
}
#initiatives .initiative-card-actions{display:flex;align-items:center;gap:10px;margin-top:auto;padding-top:4px}
#initiatives .initiative-donate-btn{
  min-height:42px;
  flex:1 1 auto;
  border:0;border-radius:13px;
  padding:8px 12px;
  background:linear-gradient(135deg,#287b55,#1b5b3e);
  color:#fff;
  font-size:.74rem;font-weight:900;
  box-shadow:0 8px 18px rgba(31,100,69,.18);
}
#initiatives .initiative-donate-btn:hover{background:linear-gradient(135deg,#319367,#216c4a);transform:translateY(-1px)}
#initiatives .initiative-details-link{flex:0 0 auto;color:#2a684c!important;font-size:.72rem;font-weight:900;white-space:nowrap}
#initiatives .initiative-details-link:hover{color:#173f2d!important}
.initiatives-swipe-hint{display:none;margin:14px 0 0;text-align:center;color:#697970;font-size:.74rem;font-weight:800}

@media(max-width:980px){
  #initiatives .cards{grid-template-columns:repeat(2,minmax(0,1fr))!important}
}
@media(max-width:700px){
  #initiatives.section{padding-block:58px}
  #initiatives .initiatives-heading{margin-bottom:24px!important}
  #initiatives .cards{
    grid-template-columns:none!important;
    grid-template-rows:1fr!important;
    grid-auto-flow:column;
    grid-auto-columns:minmax(270px,82vw);
    gap:14px!important;
    overflow-x:auto;
    overflow-y:hidden;
    overscroll-behavior-inline:contain;
    scroll-snap-type:x mandatory;
    scrollbar-width:thin;
    scrollbar-color:#8fbaa3 #e9f2ed;
    padding:4px 2px 14px;
  }
  #initiatives .initiative-card{grid-template-rows:150px minmax(0,1fr)!important;scroll-snap-align:start;border-radius:21px!important}
  #initiatives .initiative-card .card-image-wrap{height:150px}
  #initiatives .cards .card-body{padding:16px 15px 15px!important}
  #initiatives .initiative-card h3{font-size:1.15rem!important}
  #initiatives .initiative-card .card-body p{-webkit-line-clamp:2;margin-bottom:13px!important}
  #initiatives .initiative-card .card-icon{width:46px;height:46px;border-radius:15px;font-size:1.45rem}
  #initiatives .initiative-card-actions{gap:8px}
  #initiatives .initiative-donate-btn{min-height:40px;padding-inline:9px;font-size:.7rem}
  .initiatives-swipe-hint{display:block}
}
@media(max-width:390px){
  #initiatives .cards{grid-auto-columns:minmax(258px,86vw)}
  #initiatives .initiative-card-actions{display:grid;grid-template-columns:1fr auto}
}

/* The database-driven chooser shown before the final donation banner. */
.page-home .contribution-paths-visual-section{
  padding-block:80px;
  background:
    radial-gradient(circle at 8% 12%,rgba(189,145,72,.10),transparent 26%),
    linear-gradient(180deg,#f5faf7 0%,#ffffff 100%);
  border-block:1px solid rgba(33,80,56,.07);
}
.page-home .contribution-paths .section-head{margin-bottom:32px}
.page-home .contribution-paths .section-head h2{font-size:clamp(2rem,4vw,3.15rem);margin-bottom:10px}
.page-home .contribution-paths .section-head p{max-width:720px;margin-inline:auto}
.page-home .contribution-path-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:16px;
  align-items:stretch;
}
.page-home .contribution-path-card-visual{
  display:flex;
  flex-direction:column;
  min-width:0;
  overflow:hidden;
  border:1px solid color-mix(in srgb,var(--path-color) 22%,#dce8e1);
  border-radius:22px;
  background:#fff;
  box-shadow:0 12px 30px rgba(18,57,42,.07);
  transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;
}
.page-home .contribution-path-card-visual:hover{
  transform:translateY(-4px);
  border-color:color-mix(in srgb,var(--path-color) 52%,#cadbd1);
  box-shadow:0 20px 42px rgba(18,57,42,.13);
}
.page-home .contribution-path-visual{
  position:relative;
  height:132px;
  overflow:hidden;
  background:color-mix(in srgb,var(--path-color) 12%,#f5faf7);
}
.page-home .contribution-path-visual::after{
  content:"";
  position:absolute;inset:0;
  background:linear-gradient(0deg,rgba(8,30,22,.58),transparent 68%);
}
.page-home .contribution-path-visual img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}
.page-home .contribution-path-card-visual:hover .contribution-path-visual img{transform:scale(1.045)}
.page-home .contribution-path-visual>span{
  position:absolute;z-index:2;right:12px;bottom:10px;
  width:46px;height:46px;
  display:grid;place-items:center;
  border-radius:15px;
  background:#fff;
  box-shadow:0 7px 20px rgba(0,0,0,.22);
  font-size:1.5rem;line-height:1;
}
.page-home .contribution-path-emoji{display:grid;place-items:center;background:linear-gradient(145deg,color-mix(in srgb,var(--path-color) 17%,#fff),#f8fbf9)}
.page-home .contribution-path-emoji::after{background:radial-gradient(circle,color-mix(in srgb,var(--path-color) 16%,transparent),transparent 62%)}
.page-home .contribution-path-emoji>span{position:relative;right:auto;bottom:auto;width:72px;height:72px;border-radius:23px;font-size:2.25rem}
.page-home .contribution-path-copy{padding:16px 16px 10px;display:flex;flex-direction:column;flex:1 1 auto}
.page-home .contribution-path-copy h3{margin:0 0 5px;color:#173f2d;font-size:1.02rem;line-height:1.45}
.page-home .contribution-path-copy p{
  margin:0;color:#68776f;font-size:.75rem;line-height:1.7;
  display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden;
}
.page-home .contribution-path-button{
  min-height:42px;
  margin:0 14px 14px;
  border:0;border-radius:13px;
  padding:8px 11px;
  background:linear-gradient(135deg,var(--path-color),color-mix(in srgb,var(--path-color) 78%,#102d21));
  color:#fff;font-size:.72rem;font-weight:900;
  box-shadow:0 8px 17px color-mix(in srgb,var(--path-color) 22%,transparent);
}
.page-home .contribution-path-button:hover{filter:brightness(1.08);transform:translateY(-1px)}
.contribution-path-swipe-hint{display:none;margin:14px 0 0;text-align:center;color:#6b7b72;font-size:.73rem;font-weight:800}
@media(max-width:1000px){
  .page-home .contribution-path-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .page-home .contribution-path-visual{height:150px}
}
@media(max-width:620px){
  .page-home .contribution-paths-visual-section{padding-block:58px}
  .page-home .contribution-paths .section-head{margin-bottom:24px}
  .page-home .contribution-path-grid{
    grid-template-columns:none;
    grid-template-rows:1fr;
    grid-auto-flow:column;
    grid-auto-columns:minmax(245px,80vw);
    gap:13px;
    overflow-x:auto;overflow-y:hidden;
    overscroll-behavior-inline:contain;
    scroll-snap-type:x mandatory;
    scrollbar-width:thin;
    scrollbar-color:#8bb59e #e8f1ec;
    padding:4px 2px 14px;
  }
  .page-home .contribution-path-card-visual{scroll-snap-align:start;border-radius:20px}
  .page-home .contribution-path-visual{height:138px}
  .page-home .contribution-path-copy{padding:14px 14px 9px}
  .page-home .contribution-path-button{margin:0 12px 12px}
  .contribution-path-swipe-hint{display:block}
}

/* Food-support field gallery: compact first view with the full archive on demand. */
.food-kitchen-gallery{
  background:
    radial-gradient(circle at 90% 5%,rgba(189,145,72,.12),transparent 28%),
    linear-gradient(180deg,#fff 0%,#f8fbf9 100%);
}
.food-kitchen-gallery .section-head{margin-bottom:28px}
.kitchen-gallery-count{
  display:inline-flex;align-items:center;justify-content:center;
  margin-top:10px;padding:7px 13px;border-radius:999px;
  background:#edf6f1;color:#245b42;font-size:.75rem;font-weight:900;
  border:1px solid #d5e8dd;
}
.kitchen-gallery-grid{
  display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:13px;
}
.kitchen-gallery-item{
  position:relative;display:block;width:100%;aspect-ratio:1/1;
  padding:0;overflow:hidden;border:0;border-radius:18px;background:#e9f0ec;
  box-shadow:0 8px 22px rgba(18,57,42,.09);cursor:zoom-in;
}
.kitchen-gallery-item img{
  width:100%;height:100%;object-fit:cover;transition:transform .28s ease,filter .28s ease;
}
.kitchen-gallery-item::after{
  content:"تكبير";position:absolute;inset:auto 10px 10px auto;
  padding:5px 9px;border-radius:999px;background:rgba(12,43,31,.78);color:#fff;
  font-size:.65rem;font-weight:900;opacity:0;transform:translateY(5px);transition:.2s ease;
}
.kitchen-gallery-item:hover img,.kitchen-gallery-item:focus-visible img{transform:scale(1.045);filter:saturate(1.05)}
.kitchen-gallery-item:hover::after,.kitchen-gallery-item:focus-visible::after{opacity:1;transform:none}
.kitchen-gallery-item:focus-visible{outline:3px solid #bd9148;outline-offset:3px}
.kitchen-gallery-grid-featured .kitchen-gallery-item:first-child{grid-column:span 2;grid-row:span 2}
.kitchen-gallery-more{margin-top:24px}
.kitchen-gallery-more summary{
  width:min(100%,430px);margin-inline:auto;padding:13px 17px;
  display:flex;align-items:center;justify-content:center;gap:10px;
  list-style:none;border:1px solid #cfe1d7;border-radius:15px;background:#fff;
  color:#194b35;font-weight:900;cursor:pointer;box-shadow:0 7px 18px rgba(18,57,42,.07);
}
.kitchen-gallery-more summary::-webkit-details-marker{display:none}
.kitchen-gallery-more summary::before{content:"＋";font-size:1.15rem;line-height:1}
.kitchen-gallery-more[open] summary::before{content:"−"}
.kitchen-gallery-more summary strong{padding:4px 8px;border-radius:999px;background:#edf6f1;font-size:.7rem}
.kitchen-gallery-grid-more{margin-top:20px}
@media(max-width:900px){.kitchen-gallery-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:620px){
  .food-kitchen-gallery{padding-block:54px}
  .kitchen-gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}
  .kitchen-gallery-item{border-radius:14px}
  .kitchen-gallery-grid-featured .kitchen-gallery-item:first-child{grid-column:span 2;grid-row:span 1;aspect-ratio:16/9}
  .kitchen-gallery-item::after{display:none}
  .kitchen-gallery-more{margin-top:18px}
}

/* =========================================================
   V108.3.9 — protected homepage Adahi gallery
   ========================================================= */
.adahi-gallery{
  background:
    radial-gradient(circle at 12% 4%,rgba(181,106,45,.16),transparent 30%),
    linear-gradient(180deg,#fffaf4 0%,#fff 48%,#f7fbf8 100%);
  scroll-margin-top:96px;
}
.adahi-gallery .section-label{background:#fff0df;color:#8d4d1d}
.adahi-gallery .section-head p{max-width:800px;margin-inline:auto;line-height:2}
.adahi-gallery .kitchen-gallery-count{background:#fff1e3;color:#8d4d1d;border-color:#f0d0b0}
.adahi-gallery-item{background:#f2e6db;box-shadow:0 10px 25px rgba(105,61,28,.12)}
.adahi-gallery-item::after{content:"عرض الصورة";background:rgba(83,45,20,.82)}
.adahi-donate-callout{
  margin-top:28px;padding:22px 24px;border:1px solid #ead4bf;border-radius:20px;
  display:flex;align-items:center;justify-content:space-between;gap:20px;
  background:linear-gradient(135deg,#fff4e8,#f3faf5);box-shadow:0 10px 28px rgba(69,52,36,.08);
}
.adahi-donate-callout div{display:grid;gap:4px}
.adahi-donate-callout strong{color:#5f3418;font-size:1.1rem}
.adahi-donate-callout span{color:#6d736f;font-size:.9rem}
.adahi-donate-callout .btn{flex:0 0 auto}
@media(max-width:620px){
  .adahi-donate-callout{padding:18px;align-items:stretch;flex-direction:column;text-align:center}
  .adahi-donate-callout .btn{width:100%}
}

/* =========================================================
   V108.3.8 — homepage image protection and visible watermark
   Applies only after the CMS marks the body as page-home.
   ========================================================= */
body.page-home img,
body.page-home picture,
body.page-home [data-protected-image],
body.page-home .hero-home{
  -webkit-user-drag:none!important;
  -webkit-touch-callout:none!important;
  user-select:none!important;
  -webkit-user-select:none!important;
}
body.page-home img.protected-public-image{
  pointer-events:none!important;
}
body.page-home .awly-protected-surface{
  position:relative!important;
  isolation:isolate;
  overflow:hidden;
}
body.page-home .awly-visible-watermark{
  position:absolute;
  z-index:7;
  inset:0;
  display:block;
  pointer-events:none!important;
  user-select:none!important;
  -webkit-user-select:none!important;
  overflow:hidden;
}
body.page-home .awly-visible-watermark::before{
  content:"";
  position:absolute;
  inset:8%;
  background:url('../images/watermark.png') center/72% auto no-repeat;
  opacity:.34;
  filter:drop-shadow(0 2px 5px rgba(0,0,0,.22));
}
body.page-home .awly-visible-watermark>span{
  position:absolute;
  left:10px;
  bottom:10px;
  max-width:calc(100% - 20px);
  padding:5px 10px;
  border:1px solid rgba(255,255,255,.55);
  border-radius:999px;
  background:rgba(9,43,31,.68);
  color:#fff;
  font-size:clamp(.54rem,1vw,.7rem);
  font-weight:900;
  line-height:1.45;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
  text-shadow:0 1px 3px rgba(0,0,0,.5);
  box-shadow:0 4px 12px rgba(0,0,0,.15);
}
body.page-home .hero-home>.awly-visible-watermark::before{
  inset:auto 2.5% 10% auto;
  width:min(42vw,620px);
  height:120px;
  background-size:100% auto;
  background-position:center;
  opacity:.28;
}
body.page-home .hero-home>.awly-visible-watermark>span{
  left:clamp(12px,3vw,42px);
  bottom:clamp(62px,8vh,96px);
  padding:7px 13px;
  font-size:.72rem;
}
@media(max-width:640px){
  body.page-home .awly-visible-watermark::before{inset:10%;background-size:88% auto;opacity:.3}
  body.page-home .awly-visible-watermark>span{left:7px;bottom:7px;padding:4px 8px;font-size:.52rem}
  body.page-home .hero-home>.awly-visible-watermark::before{width:72vw;height:88px;bottom:13%;right:4%;background-size:100% auto}
  body.page-home .hero-home>.awly-visible-watermark>span{left:12px;bottom:58px;font-size:.58rem}
}


/* =========================================================
   V108.6.0 — final responsive layout: desktop / tablet / phone
   This block intentionally comes LAST to override older mobile
   carousel rules and conflicting legacy media queries.
   ========================================================= */
html,body{
  width:100%;
  max-width:100%;
  overflow-x:hidden;
}
body{min-width:0}
.container{
  width:min(calc(100% - 40px),1180px)!important;
  max-width:1180px!important;
  margin-inline:auto!important;
}
img,video,iframe,svg{max-width:100%;height:auto}
.site-header,.header-inner,.hero,.section,.site-footer{max-width:100%}
.main-nav{min-width:0}
.main-nav a{white-space:nowrap}
.section-head,.content-copy,.card-body,.contact-form,.contact-info{min-width:0}
.section-head h2,.content-copy h2,.hero h1{
  overflow-wrap:anywhere;
  word-break:normal;
}

/* Desktop */
@media (min-width:1200px){
  .container{width:min(calc(100% - 48px),1180px)!important}
  #initiatives .cards{grid-template-columns:repeat(3,minmax(0,1fr))!important}
  .page-home .contribution-path-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important}
  .about-grid{grid-template-columns:1.15fr .85fr!important}
  .contact-grid{grid-template-columns:.8fr 1.2fr!important}
  .impact-banner{grid-template-columns:1.2fr .8fr!important}
}

/* Tablet / small laptop */
@media (min-width:768px) and (max-width:1199px){
  .container{width:min(calc(100% - 36px),1080px)!important}
  .section{padding-block:70px!important}
  .section-tight{padding-block:58px!important}
  .section-head{max-width:720px!important;margin-bottom:34px!important}
  .section-head h2,.content-copy h2{font-size:clamp(1.95rem,4.4vw,2.8rem)!important}
  .hero-home{min-height:640px!important;background-position:center 45%!important}
  .hero-home .hero-content{
    max-width:760px!important;
    margin-inline:auto!important;
    padding-top:96px!important;
    padding-bottom:72px!important;
    text-align:center!important
  }
  .hero-home .hero-actions,.hero-home .trust-row{justify-content:center!important}
  .main-nav{display:none!important}
  .menu-btn{display:grid!important}
  .mobile-nav{
    top:82px!important;
    max-height:calc(100dvh - 82px)!important;
    overflow-y:auto!important
  }
  .about-grid,.impact-banner,.contact-grid{grid-template-columns:1fr!important;gap:32px!important}
  .steps{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  #initiatives .cards{
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    grid-auto-flow:row!important;
    grid-auto-columns:auto!important;
    overflow:visible!important;
    padding:0!important
  }
  #initiatives .initiative-card{
    width:100%!important;
    min-width:0!important;
    grid-template-rows:180px auto!important
  }
  #initiatives .initiative-card .card-image-wrap{height:180px!important}
  .initiatives-swipe-hint{display:none!important}
  .page-home .contribution-path-grid{
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    grid-auto-flow:row!important;
    grid-auto-columns:auto!important;
    overflow:visible!important;
    padding:0!important
  }
  .contribution-path-swipe-hint{display:none!important}
  .water-grant-inner{grid-template-columns:1fr 1.35fr!important;gap:22px!important}
  .water-grant-actions{grid-column:1/-1!important}
}

/* Phones */
@media (max-width:767px){
  :root{--mobile-side:14px}
  html{scroll-padding-top:68px!important}
  body{font-size:15px}
  .container{
    width:calc(100% - (var(--mobile-side) * 2))!important;
    max-width:none!important;
    margin-inline:var(--mobile-side)!important
  }

  .site-header{
    position:sticky!important;
    top:0!important;
    width:100%!important;
    max-width:100%!important;
    z-index:90!important
  }
  .header-inner{
    min-height:64px!important;
    gap:10px!important;
    padding-block:6px!important
  }
  .brand{min-width:0!important;gap:9px!important}
  .brand-logo{
    width:42px!important;height:42px!important;min-width:42px!important;
    padding:3px!important
  }
  .brand-text{min-width:0!important}
  .brand-text strong{
    max-width:190px!important;
    font-size:.82rem!important;
    white-space:normal!important;
    line-height:1.45!important
  }
  .brand-text span{display:none!important}
  .main-nav{display:none!important}
  .menu-btn{
    display:grid!important;
    place-items:center!important;
    flex:0 0 46px!important;
    width:46px!important;height:46px!important;
    padding:8px!important
  }
  .mobile-nav{
    top:64px!important;
    max-height:calc(100dvh - 64px)!important;
    overflow-y:auto!important;
    padding:10px 14px calc(18px + env(safe-area-inset-bottom))!important
  }
  .mobile-nav a,.mobile-nav button{
    min-height:46px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important
  }

  .hero,.hero-home{
    min-height:auto!important;
    border-radius:0!important
  }
  body:not(.page-suez) .hero-home{
    min-height:520px!important;
    background-size:cover!important;
    background-position:center 48%!important
  }
  .hero-home .hero-content,body:not(.page-suez) .hero-home .hero-content{
    width:100%!important;
    max-width:100%!important;
    margin:0!important;
    padding:54px 0 50px!important;
    text-align:center!important
  }
  .hero h1,.hero-home h1{
    font-size:clamp(1.8rem,9.2vw,2.45rem)!important;
    line-height:1.32!important;
    letter-spacing:0!important;
    margin:14px 0 12px!important
  }
  .hero-lead,.hero-home .hero-lead{
    max-width:100%!important;
    font-size:.9rem!important;
    line-height:1.85!important;
    margin-bottom:20px!important
  }
  .eyebrow{font-size:.72rem!important;padding:6px 10px!important}
  .hero-actions,.actions{
    width:100%!important;
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:9px!important
  }
  .hero-actions .btn,.actions .btn{
    width:100%!important;
    min-height:46px!important;
    padding:10px 14px!important
  }
  .trust-row{
    justify-content:center!important;
    gap:6px!important;
    margin-top:18px!important
  }
  .trust-pill{font-size:.65rem!important;padding:5px 8px!important}
  .hero-scroll{display:none!important}

  .section{padding-block:48px!important}
  .section-tight{padding-block:42px!important}
  .section-head{
    max-width:100%!important;
    margin:0 auto 24px!important;
    padding-inline:2px!important
  }
  .section-label{font-size:.7rem!important;padding:5px 10px!important}
  .section-head h2,.content-copy h2{
    font-size:clamp(1.65rem,8.2vw,2.15rem)!important;
    line-height:1.38!important;
    letter-spacing:0!important
  }
  .section-head p,.content-copy p{
    font-size:.88rem!important;
    line-height:1.9!important
  }

  .about-grid,.impact-banner,.contact-grid,.footer-grid,.detail-grid{
    grid-template-columns:minmax(0,1fr)!important;
    gap:24px!important
  }
  .values-box,.contact-info,.contact-form{padding:20px!important}
  .steps,.steps-four,.eligibility-grid,.feature-grid{
    grid-template-columns:minmax(0,1fr)!important;
    gap:12px!important
  }
  .step{padding:20px!important}

  /* Phone cards must STACK, never sit half-visible horizontally. */
  #initiatives.section{padding-block:48px!important}
  #initiatives .initiatives-heading{margin-bottom:22px!important}
  #initiatives .cards,
  #initiatives .initiatives-compact{
    display:grid!important;
    grid-template-columns:minmax(0,1fr)!important;
    grid-template-rows:none!important;
    grid-auto-flow:row!important;
    grid-auto-columns:auto!important;
    gap:14px!important;
    width:100%!important;
    max-width:100%!important;
    overflow:visible!important;
    overscroll-behavior:auto!important;
    scroll-snap-type:none!important;
    scrollbar-width:auto!important;
    padding:0!important
  }
  #initiatives .initiative-card{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    grid-template-rows:165px auto!important;
    scroll-snap-align:none!important;
    border-radius:20px!important
  }
  #initiatives .initiative-card .card-image-wrap{
    width:100%!important;height:165px!important
  }
  #initiatives .cards .card-body{padding:16px 15px 16px!important}
  #initiatives .initiative-card h3{font-size:1.14rem!important}
  #initiatives .initiative-card .card-body p{
    display:block!important;
    -webkit-line-clamp:unset!important;
    overflow:visible!important;
    margin-bottom:14px!important;
    font-size:.79rem!important
  }
  #initiatives .initiative-card-actions{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:8px!important
  }
  #initiatives .initiative-details-link{
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    min-height:38px!important
  }
  .initiatives-swipe-hint{display:none!important}

  .page-home .contribution-paths-visual-section{padding-block:48px!important}
  .page-home .contribution-path-grid{
    display:grid!important;
    grid-template-columns:minmax(0,1fr)!important;
    grid-template-rows:none!important;
    grid-auto-flow:row!important;
    grid-auto-columns:auto!important;
    gap:13px!important;
    width:100%!important;
    max-width:100%!important;
    overflow:visible!important;
    overscroll-behavior:auto!important;
    scroll-snap-type:none!important;
    padding:0!important
  }
  .page-home .contribution-path-card-visual{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    scroll-snap-align:none!important
  }
  .page-home .contribution-path-visual{height:150px!important}
  .contribution-path-swipe-hint{display:none!important}

  .water-grant{margin-top:-18px!important}
  .water-grant-inner{
    width:100%!important;
    grid-template-columns:minmax(0,1fr)!important;
    gap:16px!important;
    padding:18px!important;
    border-radius:20px!important
  }
  .water-grant-mark{width:100%!important;height:auto!important;min-height:105px!important}
  .water-grant-actions{
    grid-column:auto!important;
    display:grid!important;
    grid-template-columns:1fr!important
  }

  .kitchen-gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .adahi-donate-callout{padding:16px!important}
  .contact-grid{border-radius:18px!important}
  .contact-info,.contact-form{width:100%!important;min-width:0!important}
  .field input,.field textarea,.field select{
    width:100%!important;max-width:100%!important;min-width:0!important;
    font-size:16px!important
  }
  .site-footer{padding-top:44px!important}
  .floating-wa{
    width:54px!important;height:54px!important;
    left:max(12px,env(safe-area-inset-left))!important;
    bottom:max(12px,env(safe-area-inset-bottom))!important;
    z-index:70!important
  }
}

/* Narrow phones */
@media (max-width:430px){
  :root{--mobile-side:10px}
  .brand-text strong{max-width:150px!important;font-size:.75rem!important}
  body:not(.page-suez) .hero-home{min-height:490px!important}
  .hero-home .hero-content,body:not(.page-suez) .hero-home .hero-content{
    padding-top:46px!important;padding-bottom:42px!important
  }
  .hero h1,.hero-home h1{font-size:clamp(1.65rem,9.5vw,2.1rem)!important}
  .section{padding-block:42px!important}
  .section-head h2,.content-copy h2{font-size:clamp(1.52rem,8.6vw,1.95rem)!important}
  #initiatives .initiative-card{grid-template-rows:150px auto!important}
  #initiatives .initiative-card .card-image-wrap{height:150px!important}
  .page-home .contribution-path-visual{height:135px!important}
  .kitchen-gallery-grid{gap:8px!important}
}

/* Landscape phones */
@media (orientation:landscape) and (max-height:560px) and (max-width:980px){
  .site-header{position:sticky!important}
  .hero-home{min-height:420px!important}
  .hero-home .hero-content{padding-block:34px!important}
  .mobile-nav{max-height:calc(100dvh - 64px)!important}
}


/* =========================================================
   V108.6.1 — phone visual polish based on real-device review
   ========================================================= */
@media (max-width:767px){
  :root{--mobile-side:16px}

  .container{
    width:calc(100% - 32px)!important;
    margin-inline:16px!important
  }

  /* Header: compact but readable */
  .header-inner{
    min-height:62px!important;
    padding-block:5px!important
  }
  .brand-logo{
    width:40px!important;height:40px!important;min-width:40px!important;
    border-radius:14px!important
  }
  .brand-text strong{
    max-width:205px!important;
    font-size:.78rem!important;
    line-height:1.35!important
  }
  .menu-btn{
    width:44px!important;height:44px!important;flex-basis:44px!important;
    border-radius:14px!important
  }
  .mobile-nav{top:62px!important;max-height:calc(100dvh - 62px)!important}

  /* Hero: reduce the oversized first screen on phones */
  body.page-home .hero-home{
    min-height:0!important;
    height:auto!important;
    background-position:52% center!important;
    border-radius:0!important
  }
  body.page-home .hero-home::before{
    background:
      linear-gradient(180deg,rgba(8,31,23,.46),rgba(8,31,23,.66)),
      linear-gradient(90deg,rgba(8,31,23,.20),rgba(8,31,23,.34))!important
  }
  body.page-home .hero-home .hero-content{
    width:min(100%,360px)!important;
    max-width:360px!important;
    margin-inline:auto!important;
    padding:34px 0 30px!important;
    text-align:center!important
  }
  body.page-home .hero-home .eyebrow{
    font-size:.66rem!important;
    padding:5px 9px!important;
    margin-bottom:2px!important
  }
  body.page-home .hero-home h1{
    font-size:clamp(1.62rem,7.4vw,1.88rem)!important;
    line-height:1.32!important;
    margin:11px 0 10px!important;
    letter-spacing:0!important;
    text-wrap:balance
  }
  body.page-home .hero-home .hero-lead{
    font-size:.81rem!important;
    line-height:1.72!important;
    margin:0 auto 13px!important;
    max-width:340px!important
  }
  body.page-home .hero-home .hero-emphasis{
    font-size:.75rem!important;
    line-height:1.65!important;
    margin:0 auto 14px!important;
    max-width:330px!important
  }
  body.page-home .hero-home .hero-actions{
    display:grid!important;
    grid-template-columns:1fr 1fr!important;
    gap:8px!important;
    width:100%!important;
    margin-top:0!important
  }
  body.page-home .hero-home .hero-actions .btn{
    width:100%!important;
    min-height:42px!important;
    padding:8px 10px!important;
    border-radius:13px!important;
    font-size:.78rem!important
  }

  /* These trust points repeat immediately below in the water section.
     Hiding them on small screens keeps the hero clean and proportional. */
  body.page-home .hero-home .trust-row{display:none!important}

  /* Keep the image watermark without letting it cross the text/buttons. */
  body.page-home .hero-home>.awly-visible-watermark::before{
    width:42vw!important;
    max-width:155px!important;
    height:34px!important;
    inset:auto 12px 8px auto!important;
    background-size:100% auto!important;
    opacity:.16!important
  }
  body.page-home .hero-home>.awly-visible-watermark>span{display:none!important}

  /* Water card begins as a clean next section, not a giant overlapping block. */
  .water-grant{
    margin-top:0!important;
    padding-top:14px!important
  }
  .water-grant-inner{
    padding:15px!important;
    gap:12px!important;
    border-radius:18px!important
  }
  .water-grant-mark{
    width:82px!important;
    height:82px!important;
    min-height:82px!important;
    margin-inline:auto!important;
    border-radius:18px!important
  }
  .water-grant-mark span{font-size:1.55rem!important}
  .water-grant-mark strong{font-size:1.8rem!important}
  .water-grant-copy h2{
    font-size:1.25rem!important;
    line-height:1.45!important;
    margin:5px 0 7px!important
  }
  .water-grant-copy p{
    font-size:.78rem!important;
    line-height:1.75!important
  }
  .water-grant-notes{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:6px!important;
    margin-top:10px!important
  }
  .water-grant-notes span{
    padding:6px 8px!important;
    font-size:.69rem!important
  }
  .water-action-label{font-size:.66rem!important}
  .water-grant-actions .btn{
    min-height:43px!important;
    font-size:.78rem!important
  }

  /* General mobile typography and cards */
  .section{padding-block:38px!important}
  .section-tight{padding-block:34px!important}
  .section-head{margin-bottom:20px!important}
  .section-head h2,.content-copy h2{
    font-size:clamp(1.42rem,6.9vw,1.78rem)!important;
    line-height:1.42!important
  }
  .section-head p,.content-copy p{
    font-size:.82rem!important;
    line-height:1.8!important
  }
  #initiatives .initiative-card{
    border-radius:17px!important;
    grid-template-rows:145px auto!important
  }
  #initiatives .initiative-card .card-image-wrap{height:145px!important}
  #initiatives .cards .card-body{padding:14px!important}
  #initiatives .initiative-card h3{font-size:1.04rem!important}
  #initiatives .initiative-card .card-body p{
    font-size:.76rem!important;
    line-height:1.72!important
  }
  .page-home .contribution-path-visual{height:128px!important}
  .values-box,.contact-info,.contact-form{padding:16px!important}
  .step{padding:17px!important}
  .site-footer{border-radius:24px 24px 0 0!important}
}

@media (max-width:390px){
  :root{--mobile-side:13px}
  .container{width:calc(100% - 26px)!important;margin-inline:13px!important}
  .brand-text strong{max-width:175px!important;font-size:.72rem!important}
  body.page-home .hero-home .hero-content{
    width:min(100%,335px)!important;
    padding:29px 0 27px!important
  }
  body.page-home .hero-home h1{
    font-size:1.55rem!important;
    line-height:1.34!important
  }
  body.page-home .hero-home .hero-lead{font-size:.77rem!important}
  body.page-home .hero-home .hero-emphasis{font-size:.71rem!important}
  body.page-home .hero-home .hero-actions .btn{font-size:.73rem!important}
}

/* Tablet refinement */
@media (min-width:768px) and (max-width:1199px){
  .hero-home .hero-content{max-width:700px!important}
  .hero-home h1{font-size:clamp(2.2rem,5.4vw,3.35rem)!important;line-height:1.22!important}
  .hero-home .hero-lead{font-size:1rem!important}
  #initiatives .initiative-card{border-radius:20px!important}
}


/* =========================================================
   V108.6.2 — home hero message hierarchy
   ========================================================= */
.hero-home .hero-sadaqa{
  margin:14px 0 8px;
  padding:10px 14px;
  border:1px solid rgba(255,255,255,.28);
  border-radius:16px;
  background:rgba(8,31,23,.30);
  color:#fff;
  font-weight:800;
  line-height:1.8;
  backdrop-filter:blur(4px);
}
.hero-home .hero-water-note{
  margin:0 0 10px;
  color:#f6d98a;
  font-weight:800;
  line-height:1.7;
}
.hero-home .hero-emphasis{
  margin-top:0;
  font-weight:800;
}

@media (max-width:767px){
  body.page-home .hero-home .hero-content{
    width:min(100%,365px)!important;
    max-width:365px!important;
  }
  body.page-home .hero-home h1{
    font-size:clamp(1.52rem,7vw,1.82rem)!important;
    line-height:1.38!important;
  }
  body.page-home .hero-home .hero-lead{
    font-size:.79rem!important;
    line-height:1.75!important;
    margin-bottom:11px!important;
  }
  body.page-home .hero-home .hero-sadaqa{
    margin:10px 0 7px!important;
    padding:9px 11px!important;
    font-size:.77rem!important;
    line-height:1.7!important;
    border-radius:14px!important;
  }
  body.page-home .hero-home .hero-water-note{
    margin:0 0 7px!important;
    font-size:.73rem!important;
    line-height:1.65!important;
  }
  body.page-home .hero-home .hero-emphasis{
    margin-bottom:12px!important;
    font-size:.72rem!important;
    line-height:1.6!important;
  }
  body.page-home .hero-home .hero-actions{
    grid-template-columns:1fr 1fr!important;
  }
  body.page-home .hero-home .hero-actions .btn-beneficiary{
    grid-column:1/-1!important;
  }
}

@media (max-width:390px){
  body.page-home .hero-home .hero-content{
    width:min(100%,340px)!important;
  }
  body.page-home .hero-home h1{
    font-size:1.48rem!important;
  }
  body.page-home .hero-home .hero-sadaqa{
    font-size:.73rem!important;
  }
}


/* =========================================================
   V108.6.3 — brighter, cleaner white surfaces on homepage only
   Requested change only: no layout/text/function changes.
   ========================================================= */
body.page-home{
  background:#ffffff!important;
}
body.page-home::before{
  background:none!important;
}

body.page-home .section-white,
body.page-home #initiatives.section{
  background:#ffffff!important;
}

body.page-home .section-tint{
  background:linear-gradient(180deg,#ffffff 0%,#fbfdfc 100%)!important;
}

body.page-home .water-grant-inner{
  background:#ffffff!important;
  border-color:#d6e3dc!important;
  box-shadow:0 18px 48px rgba(18,55,43,.10)!important;
}

body.page-home .water-grant-mark{
  background:linear-gradient(145deg,#f3fbf7,#ffffff)!important;
  border-color:#d7e7df!important;
}

body.page-home #initiatives .initiative-card,
body.page-home .step,
body.page-home .contact-grid,
body.page-home .contribution-path-card-visual{
  background:#ffffff!important;
  border-color:#d9e5df!important;
  box-shadow:0 12px 32px rgba(18,55,43,.07)!important;
}

body.page-home .contribution-paths-visual-section{
  background:linear-gradient(180deg,#ffffff 0%,#fbfdfc 100%)!important;
  border-block-color:#e6ede9!important;
}


/* =========================================================
   V108.6.5 — vivid homepage colors / remove green wash
   Scope only: color treatment. No layout, text or function changes.
   ========================================================= */

/* Keep the page surface truly white instead of green-tinted. */
body.page-home,
body.page-home .section-white,
body.page-home #initiatives.section,
body.page-home .section-tint,
body.page-home .contribution-paths-visual-section{
  background:#ffffff!important;
}

/* Remove the green cast from the hero image while preserving text readability. */
body.page-home .hero-home::before{
  background:
    linear-gradient(180deg,rgba(0,0,0,.16),rgba(0,0,0,.32)),
    linear-gradient(90deg,rgba(0,0,0,.08),rgba(0,0,0,.14))!important;
}

/* Give the main image itself a cleaner, livelier appearance. */
body.page-home .hero-home{
  filter:saturate(1.10) contrast(1.04) brightness(1.04);
}

/* Cards stay bright white, with cleaner borders and less muddy green shadow. */
body.page-home .water-grant-inner,
body.page-home #initiatives .initiative-card,
body.page-home .step,
body.page-home .contact-grid,
body.page-home .contribution-path-card-visual{
  background:#ffffff!important;
  border-color:#dfe6e2!important;
  box-shadow:0 12px 30px rgba(28,42,36,.075)!important;
}

/* Light decorative areas should look fresh, not washed in green. */
body.page-home .water-grant-mark,
body.page-home .contribution-path-emoji{
  background:#ffffff!important;
}

/* Preserve brand green as an accent, but make it clearer and richer. */
body.page-home .btn-primary,
body.page-home .hero-actions .btn-light,
body.page-home .water-grant-actions .btn{
  filter:saturate(1.08);
}

/* Mobile: specifically override the stronger green veil from older mobile rules. */
@media (max-width:767px){
  body.page-home .hero-home::before{
    background:
      linear-gradient(180deg,rgba(0,0,0,.14),rgba(0,0,0,.30)),
      linear-gradient(90deg,rgba(0,0,0,.06),rgba(0,0,0,.12))!important;
  }
  body.page-home .hero-home{
    filter:saturate(1.12) contrast(1.05) brightness(1.05);
  }
}


/* =========================================================
   V108.6.6 — enforce final hero copy + proper tablet hero
   Scope: homepage hero only.
   ========================================================= */

/* Remove the old green gradient baked into the hero background.
   Keep the original photo clear and use a neutral readability overlay. */
body.page-home .hero-home{
  background-image:url('../../images/hero.webp?v=10828')!important;
  background-size:cover!important;
  background-repeat:no-repeat!important;
  background-position:center 42%!important;
  filter:none!important;
}
body.page-home .hero-home::before{
  background:
    linear-gradient(180deg,rgba(0,0,0,.10),rgba(0,0,0,.30)),
    linear-gradient(90deg,rgba(0,0,0,.10),rgba(0,0,0,.16))!important;
}

/* Tablet / large-tablet: keep the photo balanced and the copy readable
   without the oversized desktop proportions seen on real devices. */
@media (min-width:768px) and (max-width:1199px){
  body.page-home .hero-home{
    min-height:clamp(620px,72svh,760px)!important;
    background-size:cover!important;
    background-position:center 42%!important;
  }

  body.page-home .hero-home::before{
    background:
      linear-gradient(180deg,rgba(0,0,0,.12),rgba(0,0,0,.34)),
      linear-gradient(90deg,rgba(0,0,0,.08),rgba(0,0,0,.18))!important;
  }

  body.page-home .hero-home .hero-content{
    width:min(100%,660px)!important;
    max-width:660px!important;
    margin-inline:auto!important;
    padding:82px 0 68px!important;
    text-align:center!important;
  }

  body.page-home .hero-home .eyebrow{
    margin-bottom:4px!important;
    font-size:.78rem!important;
    padding:7px 12px!important;
  }

  body.page-home .hero-home h1{
    font-size:clamp(2.15rem,4.6vw,3.35rem)!important;
    line-height:1.22!important;
    margin:14px 0 12px!important;
    letter-spacing:0!important;
    text-wrap:balance;
  }

  body.page-home .hero-home .hero-lead{
    max-width:630px!important;
    margin:0 auto 12px!important;
    font-size:.95rem!important;
    line-height:1.82!important;
  }

  body.page-home .hero-home .hero-sadaqa{
    max-width:620px!important;
    margin:10px auto 8px!important;
    padding:10px 14px!important;
    font-size:.9rem!important;
    line-height:1.72!important;
  }

  body.page-home .hero-home .hero-water-note{
    margin:0 auto 7px!important;
    font-size:.84rem!important;
  }

  body.page-home .hero-home .hero-emphasis{
    margin:0 auto 14px!important;
    font-size:.83rem!important;
  }

  body.page-home .hero-home .hero-actions{
    width:min(100%,620px)!important;
    margin-inline:auto!important;
    display:grid!important;
    grid-template-columns:1fr 1fr!important;
    gap:10px!important;
  }

  body.page-home .hero-home .hero-actions .btn{
    min-height:46px!important;
    padding:10px 16px!important;
    font-size:.85rem!important;
  }

  body.page-home .hero-home .hero-actions .btn-beneficiary{
    grid-column:1/-1!important;
  }

  /* Repeated proof chips make the tablet hero crowded. */
  body.page-home .hero-home .trust-row,
  body.page-home .hero-home .hero-scroll{
    display:none!important;
  }

  /* Keep watermark small and away from the copy. */
  body.page-home .hero-home>.awly-visible-watermark::before{
    width:190px!important;
    height:46px!important;
    right:18px!important;
    bottom:16px!important;
    background-size:contain!important;
    opacity:.13!important;
  }
  body.page-home .hero-home>.awly-visible-watermark>span{
    display:none!important;
  }
}

/* Phones keep the established compact layout, but use the same clear photo. */
@media (max-width:767px){
  body.page-home .hero-home{
    background-image:url('../../images/hero.webp?v=10828')!important;
    background-position:center 46%!important;
    filter:none!important;
  }
  body.page-home .hero-home::before{
    background:
      linear-gradient(180deg,rgba(0,0,0,.14),rgba(0,0,0,.32)),
      linear-gradient(90deg,rgba(0,0,0,.05),rgba(0,0,0,.11))!important;
  }
}


/* =========================================================
   V108.6.11 — MOBILE HERO IMAGE ONLY
   Fix the homepage background photo on phones without changing
   any text, buttons, spacing, sections, or site functions.
   ========================================================= */
@media (max-width:767px){
  body.page-home .hero-home{
    /* Zoom the landscape photo out on phones so much more of the
       original scene (the volunteer + child) remains visible. */
    background-image:url('../../images/hero.webp?v=10828')!important;
    background-size:auto 72%!important;
    background-position:center top!important;
    background-repeat:no-repeat!important;
    background-color:#123a2e!important;
    filter:none!important;
  }

  body.page-home .hero-home::before{
    /* Blend the bottom of the fully-visible photo into the hero
       background instead of stretching/cropping the photo. */
    background:linear-gradient(
      180deg,
      rgba(0,0,0,.10) 0%,
      rgba(0,0,0,.18) 38%,
      rgba(8,31,24,.48) 62%,
      rgba(10,39,30,.86) 76%,
      rgba(10,39,30,.94) 100%
    )!important;
  }
}
