:root{--green-900:#0d3b13;--green-800:#145a1e;--green-700:#1b5e20;--green-600:#2e7d32;--green-500:#388e3c;--green-100:#e8f5e9;--green-50:#f1f8f2;--black:#111;--grey-900:#1a1a1a;--grey-800:#2d2d2d;--grey-700:#4a4a4a;--grey-500:#6b7280;--grey-300:#d1d5db;--grey-200:#e5e7eb;--grey-100:#f3f4f6;--grey-50:#f9fafb;--white:#fff;--gold:#c9a84c;--gold-light:#d8bf75;--gold-dark:#b59540;--gold-bright:#e8c874;--ink:#0a1f0d;--panel:#14301b;--paper:#f6f0e1;--paper-dim:#eae1c8;--font-heading:"Amiri", "Georgia", serif;--font-body:"Inter", system-ui, sans-serif;--font-mono:"JetBrains Mono", "SFMono-Regular", Menlo, monospace;--section-py:4.5rem;--container-max:1200px;--container-px:1.25rem;--ease:cubic-bezier(.25, .8, .25, 1);--transition:all .35s var(--ease);--shadow-sm:0 1px 3px #1111110d, 0 1px 2px #1111110a;--shadow-md:0 4px 14px #11111114;--shadow-lg:0 14px 34px #1111111f;--shadow-xl:0 22px 44px #11111129;--radius-sm:6px;--radius-md:10px;--radius-lg:4px 22px 4px 22px;--radius-full:9999px;--arch:100% 100% 8px 8px / 62% 62% 8px 8px;--star-pattern:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='72' height='72' viewBox='0 0 72 72'%3E%3Cg fill='none' stroke='%23ffffff' stroke-opacity='0.05' stroke-width='1'%3E%3Cpath d='M36 6l5.16 11.76L53 12.6l-5.4 11.76L60 30l-11.76 5.16L53 47l-11.76-5.4L36 54l-5.16-11.76L19 47l5.4-11.84L12 30l11.76-5.16L19 12.6l11.84 5.16L36 6Z'/%3E%3C/g%3E%3C/svg%3E")}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%;scrollbar-gutter:stable;overflow-x:hidden}body{font-family:var(--font-body);color:var(--grey-700);background-color:var(--white);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:1rem;line-height:1.7;overflow-x:hidden}img{max-width:100%;height:auto;display:block}a{color:inherit;transition:var(--transition);text-decoration:none}ul,ol{list-style:none}input,textarea,select,button{font-family:inherit;font-size:inherit}button:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{outline:2px solid var(--gold-dark);outline-offset:2px}.icon{stroke:currentColor;fill:none;stroke-width:1.6px;stroke-linecap:round;stroke-linejoin:round;vertical-align:-.125em;flex-shrink:0;width:1em;height:1em;display:inline-block}.icon--fill{fill:currentColor;stroke:none}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);color:var(--black);font-weight:700;line-height:1.18}h1{letter-spacing:-.01em;margin-bottom:1rem;font-size:2.35rem}h2{letter-spacing:-.01em;margin-bottom:.75rem;font-size:1.9rem}h3{margin-bottom:.5rem;font-size:1.375rem}h4{margin-bottom:.5rem;font-size:1.1rem}p{margin-bottom:1rem}p:last-child{margin-bottom:0}.text-center{text-align:center}.text-white{color:var(--white)!important}.text-green{color:var(--green-700)}.text-gold{color:var(--gold)}.eyebrow{text-transform:uppercase;letter-spacing:2.5px;color:var(--gold-dark);align-items:center;gap:.6rem;margin-bottom:1rem;font-size:.72rem;font-weight:700;display:inline-flex}.eyebrow:before,.eyebrow:after{content:"";background:var(--gold);flex-shrink:0;width:22px;height:1px}.section-subtitle{color:var(--grey-500);max-width:600px;margin:0 auto 2.5rem;font-size:1.1rem}.divider{color:var(--gold);align-items:center;gap:.75rem;margin-bottom:1.5rem;display:flex}.divider:before,.divider:after{content:"";background:linear-gradient(90deg,#0000,currentColor);width:34px;height:1px}.divider:after{background:linear-gradient(90deg,currentColor,#0000)}.divider.center{justify-content:center;margin-left:auto;margin-right:auto}.divider .icon{width:14px;height:14px}.container{max-width:var(--container-max);padding:0 var(--container-px);margin:0 auto}.section{padding:var(--section-py) 0}.section--green{background-color:var(--green-700);color:var(--white)}.section--green h2,.section--green h3,.section--green h4{color:var(--white)}.section--dark{background-color:var(--grey-900);color:var(--grey-300)}.section--dark h2,.section--dark h3{color:var(--white)}.section--light{background-color:var(--green-50)}.section--grey{background-color:var(--grey-50)}.grid{gap:1.5rem;display:grid}.btn{border-radius:var(--radius-full);cursor:pointer;transition:var(--transition);text-align:center;border:1.5px solid #0000;justify-content:center;align-items:center;gap:.5rem;padding:.875rem 1.75rem;font-size:.9rem;font-weight:600;line-height:1.2;display:inline-flex}.btn .icon{width:1.05em;height:1.05em}.btn:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.btn--primary{background-color:var(--green-700);color:var(--white)}.btn--primary:hover{background-color:var(--green-600)}.btn--gold{background:linear-gradient(135deg, var(--gold-light), var(--gold));color:var(--black);box-shadow:inset 0 0 0 1px #00000014}.btn--gold:hover{background:linear-gradient(135deg, var(--gold), var(--gold-dark))}.btn--outline{border-color:var(--green-700);color:var(--green-700);background:0 0}.btn--outline:hover{background-color:var(--green-700);color:var(--white)}.btn--outline-white{color:var(--white);background:0 0;border-color:#fff9}.btn--outline-white:hover{background-color:var(--white);color:var(--green-700);border-color:var(--white)}.btn--outline-gold{border-color:var(--gold);color:var(--gold-light);background:0 0}.btn--outline-gold:hover{background-color:var(--gold);color:var(--black)}.btn--white{background-color:var(--white);color:var(--green-700)}.btn--white:hover{background-color:var(--grey-50)}.btn--sm{padding:.625rem 1.25rem;font-size:.85rem}.btn-group{flex-wrap:wrap;gap:.75rem;display:flex}.navbar{z-index:1000;background-color:var(--ink);transition:var(--transition);border-bottom:1px solid #c9a84c33;position:sticky;top:0}.navbar.scrolled{box-shadow:0 4px 20px #0000004d}.navbar__inner{justify-content:space-between;align-items:center;min-height:80px;padding:.75rem 0;display:flex}.navbar__left{align-items:center;gap:1.25rem;min-width:0;display:flex}.navbar__logo{flex-shrink:0;align-items:center;gap:.75rem;display:flex}.navbar__home{display:none}.navbar__logo img{object-fit:cover;clip-path:circle(44%);border-radius:50%;width:66px;height:66px}.navbar__logo-text{font-family:var(--font-heading);color:var(--gold-light);font-size:1.1rem;font-weight:800;line-height:1.2}.navbar__logo-text span{color:#f6f0e18c;letter-spacing:1.5px;text-transform:uppercase;font-size:.65rem;font-weight:500;display:block}.navbar__toggle{cursor:pointer;z-index:1001;background:0 0;border:none;flex-direction:column;gap:5px;padding:8px;display:flex}.navbar__toggle span{background-color:var(--gold-light);width:24px;height:2.5px;transition:var(--transition);border-radius:2px;display:block}.navbar__toggle.active span:first-child{transform:rotate(45deg)translate(5px,5px)}.navbar__toggle.active span:nth-child(2){opacity:0}.navbar__toggle.active span:nth-child(3){transform:rotate(-45deg)translate(6px,-6px)}.navbar__menu{background:var(--ink);width:85%;max-width:360px;height:100vh;transition:right .35s var(--ease);z-index:1000;flex-direction:column;gap:.25rem;padding:5rem 2rem 2rem;display:flex;position:fixed;top:0;right:-100%;overflow-y:auto;box-shadow:-10px 0 30px #00000059}.navbar__menu.open{right:0}.navbar__overlay{opacity:0;visibility:hidden;transition:var(--transition);z-index:998;background:#00000080;position:fixed;inset:0}.navbar__overlay.show{opacity:1;visibility:visible}.navbar__link{color:#f6f0e1bf;border-bottom:1px solid #c9a84c26;padding:.875rem 0;font-size:1rem;font-weight:500;display:block}.navbar__link:hover,.navbar__link.active{color:var(--gold-light)}.hero{background-color:var(--green-900);color:var(--white);align-items:center;padding:2.5rem 0;display:flex;position:relative;overflow:hidden}.hero:before{content:"";background-image:var(--star-pattern);z-index:0;background-size:72px 72px;position:absolute;inset:0}.hero:after{content:"";z-index:0;background:linear-gradient(#0000,#0d3b13d9);width:100%;height:40%;position:absolute;bottom:0;left:0}.hero .container{z-index:1;position:relative}.board{background:var(--ink);color:var(--paper);padding:2.75rem 0 0;position:relative;overflow:hidden}.board:before{content:"";background-image:var(--star-pattern);opacity:.6;background-size:72px 72px;position:absolute;inset:0}.board .container{z-index:1;position:relative}.board__inner{flex-direction:column;gap:2.5rem;padding-bottom:2.5rem;display:flex}.board__eyebrow{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:2px;color:var(--gold-light);margin-bottom:1rem;font-size:.72rem;font-weight:700;display:inline-block}.board__eyebrow--arabic{font-family:var(--font-heading);text-transform:none;letter-spacing:normal;direction:rtl;font-size:1.15rem;font-weight:700}.board__title{color:var(--paper);margin-bottom:1rem;font-size:2.35rem;line-height:1.1}.board__lede{color:#f6f0e1cc;max-width:480px;margin-bottom:1.5rem;font-size:1.08rem;line-height:1.6}.board__ctas{flex-wrap:wrap;gap:.75rem;display:flex}.board__times{background:#0000002e;border:1px solid #c9a84c59}.board__times-head{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:1.5px;color:var(--gold-light);border-bottom:1px solid #c9a84c59;justify-content:space-between;align-items:baseline;gap:1rem;padding:.9rem 1.1rem;font-size:.72rem;display:flex}.board__times-head [data-hijri-date]{color:#f6f0e199;text-transform:none;letter-spacing:0}.board__grid{flex-direction:column;display:flex}.board__row{opacity:0;border-bottom:1px solid #ffffff14;justify-content:space-between;align-items:baseline;padding:.65rem 1.1rem;animation:.5s ease-out forwards boardRowIn;display:flex}.board__row:first-child{animation-delay:50ms}.board__row:nth-child(2){animation-delay:.12s}.board__row:nth-child(3){animation-delay:.19s}.board__row:nth-child(4){animation-delay:.26s}.board__row:nth-child(5){animation-delay:.33s}.board__row:nth-child(6){animation-delay:.4s}.board__row:last-child{border-bottom:none}.board__row dt,.board__row dd{font-weight:400}.board__row-name{font-family:var(--font-body);color:#f6f0e1bf;font-size:.95rem}.board__row-time{font-family:var(--font-mono);font-variant-numeric:tabular-nums;letter-spacing:.02em;color:var(--gold-bright);font-size:1.35rem;font-weight:700}.board__row--jumuah{background:#c9a84c1a}.board__row--jumuah .board__row-name{color:var(--gold-light);font-weight:600}.board__row--jumuah .board__row-time{color:var(--gold-bright);font-size:1.55rem}.board__link{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:1px;color:var(--gold-light);border-top:1px solid #c9a84c59;padding:.8rem 1.1rem;font-size:.78rem;display:block}.board__link:hover{color:var(--paper);background:#c9a84c14}@keyframes boardRowIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.board__row{opacity:1;animation:none}}@media (width>=1024px){.board__inner{flex-direction:row;align-items:flex-start;gap:4rem;padding-top:1rem;padding-bottom:4rem}.board__intro{flex:1 1 0;padding-top:1rem}.board__times{flex:0 0 440px}.board__title{font-size:3.25rem}}.ledger{background:var(--panel);border-top:1px solid #c9a84c40;border-bottom:1px solid #c9a84c40}.ledger__row{font-family:var(--font-mono);color:#f6f0e1bf;flex-direction:column;gap:.6rem;padding:1rem 0;font-size:.8rem;display:flex}.ledger__row span{align-items:center;gap:.5rem;display:flex}.ledger__row .icon{width:14px;height:14px;color:var(--gold-light);flex-shrink:0}.ledger__row a{color:var(--gold-light)}.ledger__row a:hover{color:var(--paper)}.ledger__link{margin-left:auto}@media (width>=768px){.ledger__row{flex-flow:wrap;justify-content:flex-start;align-items:center;gap:2rem}.ledger__row span:not(:last-of-type):after{content:""}}.medallion{pointer-events:none;z-index:0;position:absolute}.medallion svg{width:100%;height:100%;display:block}.medallion--hero{opacity:.4;width:460px;height:460px;top:-90px;right:-130px;transform:rotate(9deg)}.medallion--page-header{opacity:.3;width:260px;height:260px;top:-70px;right:-60px;transform:rotate(-7deg)}@media (width<=767px){.medallion--hero{opacity:.32;width:300px;height:300px;top:-50px;right:-150px}.medallion--page-header{opacity:.24;width:170px;height:170px;top:-40px;right:-50px}}.hero__ctas{flex-wrap:wrap;gap:.75rem;margin-bottom:2rem;display:flex}.petition{background:linear-gradient(135deg, var(--green-800) 0%, var(--green-700) 55%, var(--green-900) 100%);color:var(--white);z-index:3;border-top:1px solid var(--gold);border-bottom:1px solid var(--gold);padding:3rem 0;position:relative;overflow:hidden}.petition:before{content:"";pointer-events:none;background:radial-gradient(circle at 85% 20%,#c9a84c2e,#0000 55%);position:absolute;inset:0}.petition__inner{grid-template-columns:auto 1fr auto;align-items:center;gap:2rem;display:grid;position:relative}.petition__icon{color:var(--gold-light);border-radius:var(--arch);background:#ffffff14;border:1px solid #d8bf7559;flex-shrink:0;justify-content:center;align-items:center;width:84px;height:84px;display:flex}.petition__icon .icon{width:34px;height:34px}.petition__eyebrow{letter-spacing:.15em;text-transform:uppercase;color:var(--gold-light);border-radius:var(--radius-full);background:#c9a84c26;margin-bottom:.75rem;padding:.35rem .75rem;font-size:.75rem;font-weight:700;display:inline-block}.petition__title{font-family:var(--font-heading);color:var(--white);margin:0 0 .6rem;font-size:clamp(1.4rem,2.4vw,1.85rem);line-height:1.25}.petition__text{color:#ffffffe0;max-width:90ch;margin:0 0 .75rem;font-size:.98rem;line-height:1.6}.petition__text:last-child{margin-bottom:0}.petition__signoff{color:var(--gold-light);margin-top:.5rem;font-style:italic}.petition__cta{flex-direction:column;flex-shrink:0;align-items:center;gap:.9rem;display:flex}.petition__btn{white-space:nowrap;padding:1rem 2.25rem;font-size:1.05rem;box-shadow:0 8px 22px #00000040}.petition__qr{background:var(--white);border-radius:var(--radius-md);border:2px solid var(--gold);flex-direction:column;align-items:center;gap:.5rem;padding:.75rem;display:flex;box-shadow:0 8px 22px #00000040}.petition__qr img{object-fit:contain;width:160px;height:160px}.petition__qr-label{letter-spacing:.1em;text-transform:uppercase;color:var(--green-800);font-size:.75rem;font-weight:700}.petition__share{color:var(--gold-light);font-size:.8rem;font-style:italic}@media (width<=820px){.petition{padding:2.25rem 0}.petition__inner{text-align:center;grid-template-columns:1fr;gap:1.25rem}.petition__icon{width:72px;height:72px;margin:0 auto}.petition__icon .icon{width:28px;height:28px}.petition__text{margin:0 auto}.petition__cta{align-items:center}.petition__btn{width:100%;max-width:320px}}.quick-info{background-color:var(--green-700);color:var(--white);z-index:2;padding:2.5rem 0;position:relative}.quick-info__grid{grid-template-columns:1fr;gap:.75rem;display:grid}.quick-info__item{border-radius:var(--radius-sm);transition:var(--transition);background:#ffffff14;align-items:center;gap:.75rem;padding:.75rem 1rem;display:flex}.quick-info__item:hover{background:#ffffff1f}.quick-info__icon{border-radius:var(--arch);width:40px;height:40px;color:var(--gold-light);background:#ffffff1f;flex-shrink:0;justify-content:center;align-items:center;display:flex}.quick-info__icon .icon{width:19px;height:19px}.quick-info__label{text-transform:uppercase;letter-spacing:1px;opacity:.7;margin-bottom:.125rem;font-size:.7rem}.quick-info__value{font-size:.9rem;font-weight:700}.quick-info__item:last-child .quick-info__value{white-space:nowrap}.quick-info__value a{color:var(--gold-light)}.quick-info__value a:hover{color:var(--white)}.services__grid,.programmes-grid{grid-template-columns:1fr;gap:1.25rem;display:grid}@media (width>=640px){.programmes-grid{grid-template-columns:repeat(2,1fr)}}@media (width>=1024px){.programmes-grid{grid-template-columns:repeat(4,1fr);gap:1.25rem}}.announcement-bar{text-align:center;background:var(--green-800);color:var(--paper);border-top:1px solid var(--gold);border-bottom:1px solid var(--gold);flex-wrap:wrap;justify-content:center;align-items:center;gap:.75rem;padding:.85rem 1.25rem;font-size:.9rem;font-weight:600;display:flex}.announcement-bar__dot{background:var(--gold-bright);border-radius:50%;flex-shrink:0;width:8px;height:8px;animation:2s ease-in-out infinite pulse;display:inline-block}.announcement-bar a{color:var(--gold-light);text-underline-offset:2px;font-weight:700;text-decoration:underline}.announcement-bar a:hover{color:var(--white)}.service-card{background:var(--white);border-radius:var(--radius-lg);border:1px solid var(--grey-200);transition:var(--transition);padding:2.25rem 1.5rem 1.75rem;position:relative}.service-card:before{content:"";border-top:1px solid var(--gold);border-left:1px solid var(--gold);opacity:0;width:34px;height:34px;transition:opacity .3s var(--ease);border-radius:4px 0 0;position:absolute;top:-1px;left:-1px}.service-card:hover{box-shadow:var(--shadow-lg);border-color:var(--gold-light);transform:translateY(-4px)}.service-card:hover:before{opacity:1}.service-card__icon{background:var(--green-50);border-radius:var(--arch);width:52px;height:52px;color:var(--green-700);flex-shrink:0;justify-content:center;align-items:center;margin-bottom:1.25rem;display:flex}.service-card__icon .icon{width:24px;height:24px}.service-card h3{color:var(--green-700);margin-bottom:.75rem}.service-card p{color:var(--grey-500);margin-bottom:1.25rem;font-size:.95rem}.service-card .btn{font-size:.85rem}.service-card__list{text-align:left;margin:.5rem 0 1.25rem}.service-card__list li{color:var(--grey-700);padding:.3rem 0 .3rem 1.5rem;font-size:.9rem;position:relative}.service-card__list li:before{content:"✓";color:var(--green-600);font-weight:700;position:absolute;left:0}.index-list{border-top:1px solid var(--paper-dim)}.index-row{border-bottom:1px solid var(--paper-dim);flex-direction:column;gap:.75rem;padding:2rem 0;display:flex}.index-row__mark{width:28px;height:28px;color:var(--gold-dark);flex-shrink:0;justify-content:center;align-items:center;display:flex}.index-row__mark .icon{width:16px;height:16px}.index-row__body h3{color:var(--ink);margin-bottom:.4rem}.index-row__body p{color:var(--green-700);opacity:.75;max-width:60ch;font-size:.98rem}.index-row__link{color:var(--green-700);align-items:center;gap:.4rem;font-size:.9rem;font-weight:600;display:inline-flex}.index-row__link:hover{color:var(--gold-dark);gap:.6rem}@media (width>=768px){.index-row{flex-direction:row;align-items:baseline;gap:1.5rem}.index-row__mark{margin-top:.2rem}.index-row__body{flex:auto;align-items:baseline;gap:2rem;display:flex}.index-row__body h3{flex:0 0 220px;margin-bottom:0}.index-row__body p{flex:auto;margin-bottom:0}.index-row__link{flex-shrink:0}}.community__grid{grid-template-columns:1fr;align-items:center;gap:2rem;display:grid}.community__image{border:1px solid var(--gold);position:relative;overflow:hidden}.community__image img,.community__image video{object-fit:cover;width:100%;height:300px;display:block}.community__image--video{background:linear-gradient(135deg, var(--green-700) 0%, var(--green-900) 100%)}.community__image--video video{object-fit:contain}.community__slider{border:1px solid var(--gold);background:linear-gradient(135deg, var(--green-700) 0%, var(--green-900) 100%);width:100%;height:480px;position:relative;overflow:hidden}.community__slider-track{position:absolute;inset:0}.community__slide{opacity:0;pointer-events:none;justify-content:center;align-items:center;transition:opacity .6s ease-in-out;display:flex;position:absolute;inset:0}.community__slide.is-active{opacity:1;pointer-events:auto}.community__slide img{object-fit:contain;width:auto;max-width:100%;height:100%;max-height:100%;display:block}.community__slider-btn{width:40px;height:40px;color:var(--green-700);cursor:pointer;z-index:2;background:#ffffffd9;border:none;border-radius:50%;justify-content:center;align-items:center;transition:background .2s,transform .2s;display:flex;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 2px 8px #0003}.community__slider-btn .icon{width:16px;height:16px}.community__slider-btn:hover{background:#fff;transform:translateY(-50%)scale(1.05)}.community__slider-btn--prev{left:12px}.community__slider-btn--next{right:12px}.community__slider-dots{z-index:2;gap:8px;display:flex;position:absolute;bottom:14px;left:50%;transform:translate(-50%)}.community__slider-dot{cursor:pointer;background:#ffffff80;border:none;border-radius:50%;width:10px;height:10px;padding:0;transition:background .2s,transform .2s}.community__slider-dot.is-active{background:#fff;transform:scale(1.2)}.community__content h2{margin-bottom:1rem}.community__content p{color:var(--grey-500);margin-bottom:1.25rem;font-size:1rem}.community__stats{border-top:1px solid var(--paper-dim);grid-template-columns:repeat(3,1fr);gap:1rem;margin-top:1.5rem;padding-top:1.5rem;display:grid}.stat{text-align:left}.stat__number{font-family:var(--font-mono);font-variant-numeric:tabular-nums;color:var(--gold-dark);font-size:1.9rem;font-weight:700;display:block}.stat__label{color:var(--green-700);opacity:.75;text-transform:uppercase;letter-spacing:.5px;font-size:.75rem}.donate{background:var(--ink);color:var(--white);padding:var(--section-py) 0;border-top:1px solid var(--gold);border-bottom:1px solid var(--gold);position:relative;overflow:hidden}.donate:before{content:"";background-image:var(--star-pattern);background-size:72px 72px;position:absolute;inset:0}.donate .container{z-index:1;position:relative}.donate__content{text-align:center;max-width:700px;margin:0 auto}.donate h2{color:var(--white);margin-bottom:1rem;font-size:2rem}.donate p{color:#ffffffd9;margin-bottom:2rem;font-size:1.05rem}.donate__methods{flex-direction:column;gap:1rem;margin-bottom:2rem;display:flex}.donate__method{border-radius:var(--radius-sm);text-align:left;background:#ffffff14;border:1px solid #ffffff1a;flex:1 1 0;align-items:center;gap:1rem;min-width:0;padding:1.25rem;display:flex}.donate__method-icon{border-radius:var(--arch);width:48px;height:48px;color:var(--gold-light);background:#c9a84c2e;flex-shrink:0;justify-content:center;align-items:center;display:flex}.donate__method-icon .icon{width:22px;height:22px}.donate__method h4{color:var(--gold-light);margin-bottom:.25rem;font-size:1rem}.donate__method p{color:#ffffffb3;margin:0;font-size:.85rem}.donate__support-list{text-align:center;margin-bottom:2rem}.donate__support-list ul{flex-wrap:wrap;justify-content:center;gap:.5rem 1.5rem;display:flex}.donate__support-list li{color:#ffffffd9;padding-left:1.25rem;font-size:.95rem;position:relative}.donate__support-list li:before{content:"✓";color:var(--gold-light);font-weight:700;position:absolute;left:0}.donate__buttons{flex-wrap:wrap;justify-content:center;gap:1rem;margin-top:.5rem;display:flex}.prayer-table-wrap{background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);border:1px solid var(--grey-200);max-width:800px;margin:0 auto;overflow:hidden}.prayer-table-header{background:var(--green-700);color:var(--white);text-align:center;padding:1.5rem;position:relative}.prayer-table-header h3{color:var(--white);margin-bottom:.25rem;font-size:1.25rem}.prayer-table-header p{opacity:.8;margin:0;font-size:.85rem}.prayer-table{border-collapse:collapse;width:100%}.prayer-table th,.prayer-table td{text-align:center;border-bottom:1px solid var(--grey-200);padding:1rem;font-size:.95rem}.prayer-table th{color:var(--green-700);text-transform:uppercase;letter-spacing:1px;background:var(--grey-50);font-size:.8rem;font-weight:700}.prayer-table td:first-child{text-align:left;color:var(--green-700);padding-left:1.5rem;font-weight:600}.prayer-table tbody tr:hover{background-color:var(--green-50)}.prayer-table tbody tr:last-child td{border-bottom:none}.prayer-table .highlight-row{background:linear-gradient(90deg,#c9a84c14,#c9a84c26)}.prayer-table .highlight-row td{font-weight:700;color:var(--gold-dark)!important}.prayer-mini{background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow-xl);color:var(--grey-700);border:1px solid var(--gold);width:100%;max-width:420px;padding:2rem 1.5rem}.prayer-mini__header{text-align:center;border-bottom:1px solid var(--grey-200);margin-bottom:1.25rem;padding-bottom:1rem;position:relative}.prayer-mini__header:after{content:"";background:var(--gold);width:40px;height:2px;position:absolute;bottom:-1px;left:50%;transform:translate(-50%)}.prayer-mini__header h3{color:var(--green-700);margin-bottom:.35rem;font-size:1.5rem}.prayer-mini__header p{color:var(--grey-500);margin:0;font-size:.85rem}.prayer-mini__list{flex-direction:column;gap:0;display:flex}.prayer-mini__item{border-bottom:1px solid var(--grey-100);justify-content:space-between;align-items:center;padding:.875rem .5rem;font-size:1.05rem;display:flex}.prayer-mini__item:last-child{border-bottom:none}.prayer-mini__item.jumuah{border-radius:var(--radius-sm);color:var(--gold-dark);background:linear-gradient(90deg,#c9a84c14,#c9a84c33);border:none;margin-top:.75rem;padding:.875rem .75rem;font-size:1.1rem;font-weight:700}.prayer-mini__name{color:var(--grey-700);font-weight:600}.prayer-mini__time{color:var(--grey-500);font-weight:500}.prayer-mini__footer{text-align:center;margin-top:1rem;padding-top:.75rem}.prayer-mini__footer a{color:var(--green-700);font-size:.85rem;font-weight:600}.prayer-mini__footer a:hover{color:var(--gold)}.page-header{background:linear-gradient(135deg, var(--green-900), var(--green-700));color:var(--white);padding:3rem 0 2.5rem;position:relative;overflow:hidden}.page-header:before{content:"";background-image:var(--star-pattern);background-size:72px 72px;position:absolute;inset:0}.page-header .container{z-index:1;position:relative}.page-header h1{color:var(--white);margin-bottom:.75rem;font-size:2.25rem}.page-header p{color:#fffc;max-width:550px;font-size:1.05rem}.breadcrumb{color:#fff9;align-items:center;gap:.5rem;margin-bottom:1.25rem;font-size:.85rem;display:flex}.breadcrumb a{color:var(--gold-light)}.breadcrumb a:hover{color:var(--white)}.content-block{padding:var(--section-py) 0}.content-grid{grid-template-columns:1fr;align-items:start;gap:2rem;display:grid}.content-card{background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);border:1px solid var(--grey-200);padding:1.75rem;position:relative}.content-card:before{content:"";border-top:1px solid var(--gold);border-left:1px solid var(--gold);width:28px;height:28px;position:absolute;top:-1px;left:-1px}.content-card h3{color:var(--green-700);margin-bottom:.75rem}.content-card ul{margin:.75rem 0}.content-card li{color:var(--grey-700);padding:.5rem 0 .5rem 1.5rem;font-size:.95rem;position:relative}.content-card li:before{content:"✓";color:var(--green-600);font-weight:700;position:absolute;left:0}.steps{counter-reset:step;flex-direction:column;gap:1.25rem;display:flex}.steps li{counter-increment:step;min-height:2.25rem;color:var(--grey-700);align-items:center;padding:.25rem 0 .25rem 3rem;font-size:.95rem;display:flex;position:relative}.steps li:before{content:counter(step);border-radius:var(--radius-full);background:var(--green-700);width:2.25rem;height:2.25rem;color:var(--white);flex-shrink:0;justify-content:center;align-items:center;font-size:.9rem;font-weight:700;display:flex;position:absolute;top:0;left:0}.notice{border-radius:var(--radius-sm);border:1px solid var(--grey-300);background:var(--grey-50);color:var(--grey-700);padding:1.25rem 1.5rem;font-size:.9rem;line-height:1.6}.notice strong{color:var(--grey-900)}.notice--alert{color:#991b1b;background:#fef2f2;border-color:#fca5a5}.notice--alert strong{color:#7f1d1d}.info-list{flex-direction:column;gap:1.25rem;display:flex}.info-list__item{align-items:flex-start;gap:1rem;display:flex}.info-list__icon{background:var(--green-50);border-radius:var(--arch);width:44px;height:44px;color:var(--green-700);flex-shrink:0;justify-content:center;align-items:center;display:flex}.info-list__icon .icon{width:20px;height:20px}.info-list__text h4{color:var(--green-700);margin-bottom:.15rem;font-size:1rem}.info-list__text p{color:var(--grey-500);margin:0;font-size:.9rem}.info-list__text a{color:var(--green-700);font-weight:500}.info-list__text a:hover{color:var(--gold)}.form{flex-direction:column;gap:1.25rem;display:flex}.form__group{flex-direction:column;gap:.375rem;display:flex}.form__group--row{grid-template-columns:1fr;gap:1.25rem;display:grid}.form__label{color:var(--grey-700);font-size:.85rem;font-weight:600}.form__input,.form__select,.form__textarea{border:1.5px solid var(--grey-300);border-radius:var(--radius-sm);background:var(--white);width:100%;color:var(--grey-700);transition:var(--transition);outline:none;padding:.875rem 1rem;font-size:.95rem}.form__input:focus,.form__select:focus,.form__textarea:focus{border-color:var(--green-600);box-shadow:0 0 0 3px #1b5e201a}.form__textarea{resize:vertical;min-height:120px}.form__checkbox{align-items:flex-start;gap:.75rem;display:flex}.form__checkbox input[type=checkbox]{width:18px;height:18px;accent-color:var(--green-700);margin-top:.3rem}.form__success{background:var(--green-50);border:1px solid var(--green-600);border-radius:var(--radius-sm);color:var(--green-700);text-align:center;align-items:center;gap:.6rem;padding:1rem 1.25rem;font-weight:500;display:none}.form__success .icon{flex-shrink:0;width:1.1em;height:1.1em}.form__success.show{animation:.4s fadeIn;display:flex}.newsletter{background:var(--paper);padding:3rem 0}.newsletter__inner{text-align:center;max-width:560px;margin:0 auto}.newsletter h3{margin-bottom:.5rem}.newsletter p{color:var(--grey-500);margin-bottom:1.5rem;font-size:.95rem}.newsletter__form{flex-direction:column;gap:.75rem;display:flex}.newsletter__form input{border:1.5px solid var(--grey-300);border-radius:var(--radius-full);transition:var(--transition);outline:none;padding:.875rem 1rem;font-size:.95rem}.newsletter__form input:focus{border-color:var(--green-600);box-shadow:0 0 0 3px #1b5e201a}.footer{background-color:var(--ink);color:#f6f0e199;padding-top:3rem}.footer__grid{grid-template-columns:1fr;gap:2rem;padding-bottom:2.5rem;display:grid}.footer__brand{align-items:center;gap:.75rem;margin-bottom:1rem;display:flex}.footer__brand img{clip-path:circle(44%);border-radius:50%;width:60px;height:60px}.footer__brand-text{font-family:var(--font-heading);color:var(--gold);font-size:1.2rem;font-weight:700}.footer__desc{max-width:320px;margin-bottom:1.25rem;font-size:.9rem;line-height:1.7}.footer__badge{border-radius:var(--radius-full);color:var(--gold-light);background:#ffffff0d;border:1px solid #c9a84c33;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.8rem;display:inline-flex}.footer__badge .icon{width:.9em;height:.9em}.footer h4{color:var(--white);margin-bottom:1rem;font-size:1rem;font-weight:700}.footer__links li{margin-bottom:.625rem}.footer__links a{color:var(--grey-500);align-items:center;gap:.5rem;font-size:.9rem;display:flex}.footer__links a:hover{color:var(--gold);padding-left:4px}.footer__contact p{align-items:center;gap:.5rem;margin-bottom:.625rem;font-size:.9rem;display:flex}.footer__contact .icon{color:var(--gold-light);flex-shrink:0;width:1em;height:1em}.footer__contact a{color:var(--gold-light)}.footer__contact a:hover{color:var(--white)}.footer__social-handle{color:#ffffffd9;margin-top:1rem;font-size:.9rem}.footer__social-handle strong{color:var(--gold-light);font-weight:600}.footer__social{gap:.625rem;margin-top:.5rem;display:flex}.footer__social-link{width:38px;height:38px;color:var(--gold-light);background:#ffffff14;border-radius:50%;justify-content:center;align-items:center;transition:background .2s,color .2s,transform .2s;display:inline-flex}.footer__social-link:hover{background:var(--gold-light);color:var(--green-700);transform:translateY(-2px)}.footer__social-link svg{display:block}.footer__bottom{text-align:center;border-top:1px solid #ffffff0f;flex-direction:column;align-items:center;gap:.5rem;padding:1.5rem 0;font-size:.85rem;display:flex}.footer__bottom a{color:var(--gold-light)}.footer__bottom a:hover{color:var(--white)}.whatsapp-btn{z-index:997;width:46px;height:46px;transition:var(--transition);background:#25d366;border-radius:50%;justify-content:center;align-items:center;display:flex;position:fixed;bottom:1.25rem;right:1.25rem;box-shadow:0 4px 12px #25d36666}.whatsapp-btn:hover{transform:scale(1.1);box-shadow:0 6px 20px #25d36680}.whatsapp-btn svg{width:23px;height:23px;fill:var(--white)}.whatsapp-btn__tooltip{background:var(--white);color:var(--grey-700);border-radius:var(--radius-sm);white-space:nowrap;box-shadow:var(--shadow-md);opacity:0;pointer-events:none;transition:var(--transition);padding:.4rem .85rem;font-size:.75rem;font-weight:600;position:absolute;right:56px}.whatsapp-btn:hover .whatsapp-btn__tooltip{opacity:1}.whatsapp-btn__tooltip.show-label{opacity:1;animation:.5s forwards fadeInLabel}@keyframes fadeInLabel{0%{opacity:0;transform:translate(10px)}to{opacity:1;transform:translate(0)}}.map-embed{border-radius:var(--radius-lg);box-shadow:var(--shadow-md);border:1px solid var(--grey-200);overflow:hidden}.map-embed iframe{border:0;width:100%;height:300px;display:block}.fade-in{opacity:0;transition:opacity .7s var(--ease), transform .7s var(--ease);transform:translateY(24px)}.fade-in.visible{opacity:1;transform:translateY(0)}.fade-in.delay-1{transition-delay:.1s}.fade-in.delay-2{transition-delay:.2s}.fade-in.delay-3{transition-delay:.3s}.fade-in.delay-4{transition-delay:.4s}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.fade-in{opacity:1;transition:none;transform:none}.btn:hover,.service-card:hover,.whatsapp-btn:hover{transform:none}}@media (width>=768px){:root{--section-py:5.5rem}h1{font-size:3rem}h2{font-size:2.25rem}.hero{padding:3.5rem 0 3rem}.hero__title{font-size:3.25rem}.hero__features{flex-flow:wrap;gap:1rem}.quick-info__grid,.services__grid{grid-template-columns:repeat(2,1fr)}.community__grid{grid-template-columns:1fr 1fr;gap:3rem}.community__image img,.community__image video{height:400px}.content-grid{grid-template-columns:1fr 1fr;gap:2.5rem}.form__group--row{grid-template-columns:1fr 1fr}.newsletter__form{flex-direction:row}.newsletter__form input{flex:1}.footer__grid{grid-template-columns:2fr 1fr 1fr;gap:3rem}.footer__bottom{flex-direction:row;justify-content:space-between}.map-embed iframe{height:400px}}@media (width>=1024px){:root{--section-py:6.5rem;--container-px:2.5rem}h1{font-size:3.5rem}h2{font-size:2.5rem}.navbar__toggle,.navbar__overlay{display:none}.navbar__logo img{width:56px;height:56px}.navbar__logo-text{font-size:1.05rem}.navbar__logo-text span{margin-top:.15rem;font-size:.62rem;display:block}.navbar__inner{flex-wrap:nowrap;gap:.75rem;min-height:76px}.navbar__logo,.navbar__logo-text{min-width:0}.navbar__menu{width:auto;max-width:none;height:auto;box-shadow:none;background:0 0;flex-flow:row;flex-shrink:0;align-items:center;gap:.75rem;padding:0;position:static;overflow:visible}.navbar__link{white-space:nowrap;border-bottom:none;padding:.5rem 0;font-size:.82rem;position:relative}.navbar__link:after{content:"";background:var(--gold);width:0;height:2px;transition:width .3s;position:absolute;bottom:0;left:0}.navbar__link:hover:after,.navbar__link.active:after{width:100%}.hero{padding:4rem 0 3.5rem}.hero__title{font-size:3.75rem}.hero__inner{grid-template-columns:1fr 420px;align-items:center;gap:3rem;display:grid}.hero__prayer-widget{margin-top:0}.quick-info__grid{grid-template-columns:repeat(4,1fr)}.services__grid{grid-template-columns:repeat(3,1fr);gap:2rem}.service-card{padding:2.5rem 2rem 2rem}.community__image img,.community__image video{height:450px}.donate__methods{flex-direction:row}.donate h2{font-size:2.5rem}.map-embed iframe{height:450px}}@media (width>=768px) and (width<=1199px){.navbar__logo img{width:52px;height:52px}.navbar__logo-text{font-size:.95rem}.navbar__logo-text span{display:none}.navbar__link,.navbar__home{font-size:.78rem}.navbar__left{gap:.9rem}.navbar__menu{gap:.65rem}}@media (width>=1280px){.hero__title{font-size:4rem}.hero__inner{grid-template-columns:1fr 400px;gap:4rem}.navbar__logo img{width:64px;height:64px}.navbar__logo-text{font-size:1.2rem}.navbar__logo-text span{font-size:.68rem}.navbar__inner{gap:1.5rem;min-height:80px}.navbar__menu{gap:1.25rem}.navbar__link,.navbar__home{font-size:.9rem}}@media (width<=767px){:root{--section-py:3.25rem;--container-px:1rem}.hero{padding:2rem 0}.hero__ctas{gap:.5rem}.hero__ctas .btn{padding:.75rem 1.25rem;font-size:.85rem}.services__grid{gap:1rem}.service-card{padding:1.75rem 1.25rem 1.5rem}.btn-group{gap:.5rem}.footer{padding-bottom:4rem}.whatsapp-btn{bottom:1rem;right:1rem}.content-card{padding:1.25rem}.donate__buttons{flex-direction:column;align-items:center}.quick-info__grid{gap:.5rem}.page-header{padding:2rem 0 1.75rem}}.this-week{background:var(--green-50);border:1px solid var(--green-500);border-radius:var(--radius-lg);padding:1.5rem}.this-week__grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:.75rem;display:grid}.this-week__row{background:var(--white);border-radius:var(--radius-md);border:1px solid var(--grey-200);padding:.9rem 1.1rem}.this-week__day{color:var(--green-700);text-transform:uppercase;letter-spacing:.03em;font-size:.85rem;font-weight:700;display:block}.this-week__activity{margin-top:.15rem;font-weight:600;display:block}.this-week__time{color:var(--grey-500);margin-top:.15rem;font-size:.85rem;display:block}.partners-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.25rem;display:grid}.partner-card{text-align:center;background:var(--white);border:1px solid var(--grey-200);border-radius:var(--radius-lg);min-height:110px;color:var(--green-700);justify-content:center;align-items:center;padding:1.25rem;font-weight:600;display:flex}.partner-card img{max-width:100%;max-height:60px}.gallery-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1rem;display:grid}.gallery-item{aspect-ratio:1;border-radius:var(--radius-md);overflow:hidden}.gallery-item img{object-fit:cover;width:100%;height:100%}.image-placeholder,.event-photo-placeholder{text-align:center;background:var(--grey-100);border:1px dashed var(--grey-300);border-radius:var(--radius-md);color:var(--grey-500);justify-content:center;align-items:center;min-height:120px;padding:1rem;font-size:.85rem;display:flex}.donate__amounts{flex-wrap:wrap;justify-content:center;gap:.6rem;margin:1.25rem 0;display:flex}.donate__amounts .btn{min-width:4.5rem}.donate__frequency{justify-content:center;gap:.5rem;margin-bottom:1rem;display:flex}.footer__policies{flex-wrap:wrap;gap:.5rem 1.25rem;margin-top:.75rem;display:flex}.footer__legal-block{color:var(--grey-500);margin-top:.5rem;font-size:.85rem}.sr-only{clip:rect(0,0,0,0);border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}@media print{.navbar,.whatsapp-btn,.newsletter,.footer{display:none}.hero{min-height:auto;padding:2rem 0}body{color:#000;background:#fff}}
