:root{
  --font-serif:'Playfair Display',Georgia,serif;
  --font-sans:'DM Sans',system-ui,sans-serif;
  --green-deep:#021a0f; --green:#032d20; --green-mid:#065f46;
  --gold:#d4af37; --cream:#f7f4ee; --ink:#0f2318; --muted:#7a6e5f;
}
body{font-family:var(--font-sans);background:var(--cream);color:var(--ink);}
.eyebrow-gold{font-size:11px;letter-spacing:.2em;text-transform:uppercase;color:#b8860b;}
.section-title{font-family:var(--font-serif);font-weight:600;font-size:clamp(2rem,4vw,3rem);color:var(--ink);}
.section-rule{width:64px;height:1px;background:var(--gold);margin-top:1.5rem;}
.link-arrow{color:var(--green-mid);text-decoration:none;font-size:.9rem;display:inline-flex;align-items:center;gap:.5rem;transition:gap .2s;}
.link-arrow:hover{gap:.75rem;}
.link-arrow-gold{color:var(--gold);}

/* NAVBAR */
.site-navbar{background:transparent;padding:20px 0;transition:.4s;}
.site-navbar.scrolled{background:rgba(2,26,15,.94);backdrop-filter:blur(8px);padding:12px 0;box-shadow:0 2px 12px rgba(0,0,0,.2);}
.logo-mark{position:relative;width:32px;height:32px;flex-shrink:0;display:inline-block;}
.logo-mark::before,.logo-mark::after{content:"";position:absolute;inset:0;}
.logo-mark::before{border:2px solid var(--gold);transform:rotate(45deg);}
.logo-mark::after{inset:30%;background:var(--gold);transform:rotate(45deg);}
.logo-mark-sm{width:28px;height:28px;}
.logo-name{font-family:var(--font-serif);font-weight:600;font-size:1rem;color:#fff;line-height:1.2;}
.logo-location{font-size:9px;letter-spacing:.25em;text-transform:uppercase;color:var(--gold);}
.nav-menu .nav-link{font-size:.9rem;color:rgba(255,255,255,.8);letter-spacing:.02em;}
.nav-menu .nav-link.active,.nav-menu .nav-link:hover{color:var(--gold);}
.btn-donate-nav{background:var(--gold);color:var(--green-deep)!important;padding:.5rem 1.25rem!important;font-weight:600;}
.nav-toggle-btn{border:none;background:none;color:#fff;}

/* HERO */
.hero-section{position:relative;height:100vh;overflow:hidden;background:var(--green-deep);}
.hero-slide{position:absolute;inset:0;background-size:cover;background-position:center;opacity:0;transition:opacity 1.5s ease-in-out;}
.hero-slide.active{opacity:1;}
.hero-overlay-1{position:absolute;inset:0;background:linear-gradient(rgba(2,26,15,.55) 0%,rgba(2,26,15,.2) 40%,rgba(2,26,15,.8) 100%);}
.hero-overlay-2{position:absolute;inset:0;background:linear-gradient(to right,rgba(2,26,15,.6) 0%,rgba(2,26,15,.1) 60%);}
.hero-content{position:relative;z-index:2;height:100%;display:flex;flex-direction:column;justify-content:center;padding:0 1.5rem;max-width:1280px;margin:0 auto;}
.hero-rule{width:64px;height:1px;background:var(--gold);margin-bottom:28px;}
.hero-arabic{font-family:var(--font-serif);font-size:1.15rem;color:var(--gold);letter-spacing:.05em;margin-bottom:1.25rem;}
.hero-title{font-family:var(--font-serif);font-weight:600;line-height:1;color:#fff;font-size:clamp(3rem,9vw,7.5rem);}
.hero-title-accent{color:var(--gold);}
.hero-desc{font-size:1.1rem;color:rgba(255,255,255,.55);max-width:28rem;margin-top:1.5rem;}
.hero-actions{display:flex;flex-wrap:wrap;gap:1rem;margin-top:2.5rem;}
.btn-gold{display:inline-flex;align-items:center;gap:.5rem;background:var(--gold);color:var(--green-deep);padding:.9rem 2rem;font-weight:600;font-size:.9rem;letter-spacing:.02em;text-decoration:none;transition:opacity .2s;}
.btn-gold:hover{opacity:.9;color:var(--green-deep);}
.btn-gold-lg{padding:1rem 2.5rem;}
.btn-outline-light{display:inline-flex;align-items:center;padding:.9rem 2rem;font-size:.9rem;color:rgba(255,255,255,.85);border:1px solid rgba(255,255,255,.3);text-decoration:none;transition:.2s;}
.btn-outline-light:hover{border-color:#fff;color:#fff;}
.hero-dots{position:absolute;bottom:2.5rem;left:50%;transform:translateX(-50%);display:flex;gap:.5rem;z-index:2;}
.hero-dots button{height:1px;width:16px;background:rgba(255,255,255,.35);border:none;padding:0;transition:.3s;}
.hero-dots button.active{width:32px;background:var(--gold);}
.hero-clock{position:absolute;top:7rem;right:1.5rem;text-align:right;z-index:2;}
.hero-clock-date{font-size:11px;letter-spacing:.2em;text-transform:uppercase;color:rgba(255,255,255,.35);}
.hero-clock-time{font-family:monospace;font-size:1.4rem;color:rgba(255,255,255,.7);margin-top:.25rem;}

/* PRAYER TIMES */
.prayer-section{background:var(--green);padding:64px 0;}
.prayer-card-inner{padding:1.25rem;border:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.03);transition:.3s;}
.prayer-card.current .prayer-card-inner{border-color:var(--gold);background:rgba(212,175,55,.08);}
.prayer-status{font-size:.75rem;margin-bottom:.75rem;color:rgba(255,255,255,.25);display:flex;align-items:center;gap:.4rem;}
.prayer-status-muted{font-size:.75rem;margin-bottom:.75rem;color:rgba(255,255,255,.25);}
.prayer-card.current .prayer-status{color:var(--gold);}
.prayer-status-dot{display:none;width:6px;height:6px;border-radius:50%;background:var(--gold);animation:pulse 2s ease-in-out infinite;}
.prayer-card.current .prayer-status-dot{display:inline-block;}
.prayer-name{font-family:var(--font-serif);font-size:1.15rem;font-weight:500;color:rgba(255,255,255,.7);margin-bottom:.25rem;}
.prayer-card.current .prayer-name{color:#fff;}
.prayer-time{font-family:monospace;font-size:1.5rem;font-weight:300;color:rgba(255,255,255,.4);}
.prayer-card.current .prayer-time{color:var(--gold);}
@keyframes pulse{50%{opacity:.4;}}

/* ABOUT */
.about-section{padding:96px 0;background:var(--cream);}
.about-image-wrap{position:relative;background:#e0d8cc;}
.about-image{width:100%;height:540px;object-fit:cover;}
.about-text{color:var(--muted);line-height:1.7;}
.about-stats .stat-number{font-family:var(--font-serif);font-size:clamp(1.75rem,3vw,2.25rem);font-weight:600;color:var(--green-mid);}
.about-stats .stat-label{font-size:.85rem;color:var(--muted);margin-top:.25rem;}

/* PROGRAM */
.program-section{padding:96px 0;background:#ede8df;}
.program-card{background:#fff;padding:2rem;height:100%;transition:.3s;}
.program-card:hover{box-shadow:0 12px 30px rgba(0,0,0,.08);}
.program-icon{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:rgba(6,95,70,.08);color:var(--green-mid);margin-bottom:1.5rem;}
.program-title{font-family:var(--font-serif);font-size:1.25rem;font-weight:600;margin-bottom:.75rem;}
.program-desc{font-size:.9rem;color:var(--muted);line-height:1.6;margin-bottom:1.25rem;}
.program-schedule{font-size:.8rem;color:#b8860b;display:flex;align-items:center;gap:.4rem;}

/* BLOG */
.blog-section{padding:96px 0;background:var(--cream);}
.blog-featured-img-wrap{height:300px;overflow:hidden;background:#e0d8cc;margin-bottom:1.5rem;}
.blog-featured-img{width:100%;height:100%;object-fit:cover;transition:transform .7s;}
.blog-featured:hover .blog-featured-img{transform:scale(1.05);}
.blog-tag{display:inline-block;padding:.25rem .75rem;font-size:.75rem;text-transform:uppercase;letter-spacing:.05em;background:rgba(6,95,70,.1);color:var(--green-mid);margin-bottom:.75rem;}
.blog-tag-sm{padding:.15rem .5rem;font-size:.7rem;background:rgba(6,95,70,.08);}
.blog-title{font-family:var(--font-serif);font-size:1.5rem;font-weight:600;color:var(--ink);margin-bottom:.75rem;}
.blog-excerpt{font-size:.9rem;color:var(--muted);line-height:1.6;margin-bottom:1rem;}
.blog-meta,.blog-meta-sm{font-size:.8rem;color:var(--muted);display:flex;align-items:center;gap:.4rem;flex-wrap:wrap;}
.blog-list-item{color:inherit;}
.blog-list-img-wrap{width:112px;height:88px;flex-shrink:0;overflow:hidden;background:#e0d8cc;}
.blog-list-img-wrap img{width:100%;height:100%;object-fit:cover;transition:transform .5s;}
.blog-list-item:hover .blog-list-img-wrap img{transform:scale(1.05);}
.blog-title-sm{font-family:var(--font-serif);font-size:1.1rem;font-weight:600;color:var(--ink);margin:.4rem 0;}
.btn-outline-brand{display:inline-flex;align-items:center;gap:.5rem;border:1px solid var(--green-mid);color:var(--green-mid);padding:.75rem 1.5rem;text-decoration:none;font-size:.9rem;}

/* GALLERY */
.gallery-section{padding:96px 0;background:var(--green);}
.gallery-item{position:relative;display:block;overflow:hidden;background:var(--green-deep);height:100%;}
.gallery-tall{height:440px;}
.gallery-short{height:213px;}
.gallery-item img{width:100%;height:100%;object-fit:cover;transition:transform .7s;}
.gallery-item:hover img{transform:scale(1.06);}
.gallery-caption{position:absolute;bottom:0;left:0;right:0;padding:1rem;color:#fff;font-size:.9rem;background:linear-gradient(to top,rgba(2,26,15,.9),transparent);transform:translateY(100%);transition:transform .3s;}
.gallery-item:hover .gallery-caption{transform:translateY(0);}
.btn-outline-gold{display:inline-flex;align-items:center;gap:.5rem;border:1px solid rgba(212,175,55,.35);color:var(--gold);padding:.75rem 2rem;text-decoration:none;font-size:.9rem;}

/* DONATION */
.donation-section{position:relative;padding:128px 0;overflow:hidden;background:var(--green-deep);}
.donation-bg{position:absolute;inset:0;background-size:cover;background-position:center;opacity:.15;}
.donation-overlay{position:absolute;inset:0;background:linear-gradient(to right,var(--green-deep) 0%,rgba(2,26,15,.75) 50%,rgba(2,26,15,.6) 100%);}
.donation-content{position:relative;z-index:1;max-width:48rem;margin:0 auto;padding:0 1.5rem;}
.donation-title{font-family:var(--font-serif);font-weight:600;color:#fff;font-size:clamp(2rem,5vw,3.5rem);}
.donation-desc{color:rgba(255,255,255,.45);max-width:32rem;line-height:1.6;}
.donation-progress-wrap{max-width:32rem;}
.donation-amounts{font-size:.9rem;}
.donation-current{color:#fff;font-weight:700;}
.donation-target{color:rgba(255,255,255,.35);}
.donation-track{height:2px;background:rgba(255,255,255,.08);overflow:hidden;}
.donation-fill{height:100%;background:var(--gold);transition:width 1.2s ease;}
.donation-percent{text-align:right;font-size:.8rem;color:var(--gold);margin-top:.5rem;}

/* FOOTER */
.site-footer{background:var(--green-deep);color:rgba(255,255,255,.55);}
.footer-brand{font-family:var(--font-serif);font-size:1.1rem;font-weight:600;color:#fff;}
.footer-desc{font-size:.85rem;color:rgba(255,255,255,.45);line-height:1.6;max-width:20rem;}
.footer-address{font-size:.75rem;color:rgba(255,255,255,.35);font-style:normal;margin-top:1rem;line-height:1.6;}
.footer-heading{color:#fff;font-size:.75rem;font-weight:600;letter-spacing:.2em;text-transform:uppercase;margin-bottom:1.25rem;}
.footer-link{font-size:.9rem;color:rgba(255,255,255,.55);text-decoration:none;}
.footer-link:hover{color:var(--gold);}
.footer-prayer-list{font-size:.9rem;}
.footer-prayer-list li{margin-bottom:.6rem;}
.footer-prayer-time{font-family:monospace;font-size:.8rem;color:var(--gold);}
.newsletter-input{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.1);color:#fff;font-size:.8rem;padding:.6rem .75rem;}
.newsletter-input::placeholder{color:rgba(255,255,255,.4);}
.newsletter-btn{background:var(--gold);color:var(--green-deep);border:none;font-size:.8rem;font-weight:600;padding:.6rem 1rem;}
.footer-top{border-color:rgba(255,255,255,.1)!important;}
.footer-bottom{font-size:.75rem;color:rgba(255,255,255,.25);border-top:1px solid rgba(255,255,255,.1);}
