
/* =========================================================
   MASJID STATIONERY STORE — REDESIGNED DEPARTMENT PAGE
   Scoped to #stationery-redo to avoid affecting site chrome.
   ========================================================= */
#stationery-redo{--st-brown:#2b170f;--st-brown2:#3d2116;--st-gold:#d6ad42;--st-gold2:#f1d78d;--st-cream:#fbf6ec;--st-paper:#fffdf8;--st-ink:#30251f;--st-muted:#7a6b61;--st-line:rgba(72,48,34,.13);--st-green:#667c61;background:var(--st-cream);color:var(--st-ink);overflow:hidden}
#stationery-redo *{box-sizing:border-box}
#stationery-redo .st-wrap{width:min(1200px,calc(100% - 40px));margin:auto}
#stationery-redo .st-section{padding:92px 0}
#stationery-redo .st-kicker{display:inline-flex;align-items:center;gap:9px;font-size:12px;line-height:1;font-weight:800;letter-spacing:.18em;text-transform:uppercase;color:#a47115}
#stationery-redo .st-kicker:before{content:"";width:28px;height:1px;background:currentColor}
#stationery-redo h1,#stationery-redo h2,#stationery-redo h3{margin:0;font-family:"Playfair Display",Georgia,serif;color:var(--st-brown);line-height:1.06}
#stationery-redo p{margin:0;color:var(--st-muted)}
#stationery-redo .st-title{font-size:clamp(34px,4vw,58px);letter-spacing:-.025em}
#stationery-redo .st-lead{font-size:18px;line-height:1.75;max-width:700px}
#stationery-redo .st-btns{display:flex;gap:12px;flex-wrap:wrap;margin-top:30px}
#stationery-redo .st-btn{min-height:50px;padding:0 20px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;gap:9px;font-weight:800;font-size:14px;transition:.25s ease;border:1px solid transparent}
#stationery-redo .st-btn-primary{background:var(--st-gold);color:#24160f;box-shadow:0 10px 26px rgba(175,127,29,.2)}
#stationery-redo .st-btn-primary:hover{transform:translateY(-2px);background:#e2bb57}
#stationery-redo .st-btn-outline{border-color:rgba(255,255,255,.38);color:#fff;background:rgba(255,255,255,.06);backdrop-filter:blur(8px)}
#stationery-redo .st-btn-outline:hover{background:#fff;color:var(--st-brown)}

/* hero */
#stationery-redo .st-hero{position:relative;isolation:isolate;background:linear-gradient(135deg,#25130d 0%,#3d2116 58%,#52301f 100%);color:#fff;padding:44px 0 72px}
#stationery-redo .st-hero:before{content:"";position:absolute;inset:0;z-index:-2;background:radial-gradient(circle at 78% 22%,rgba(214,173,66,.24),transparent 33%),radial-gradient(circle at 12% 88%,rgba(255,255,255,.06),transparent 28%)}
#stationery-redo .st-hero:after{content:"";position:absolute;right:-130px;top:-160px;width:480px;height:480px;border:1px solid rgba(255,255,255,.08);border-radius:50%;box-shadow:0 0 0 70px rgba(255,255,255,.025),0 0 0 140px rgba(255,255,255,.018);z-index:-1}
#stationery-redo .st-breadcrumb{display:flex;gap:9px;align-items:center;flex-wrap:wrap;color:rgba(255,255,255,.6);font-size:13px;margin-bottom:54px}
#stationery-redo .st-breadcrumb a{color:rgba(255,255,255,.72)}
#stationery-redo .st-breadcrumb strong{color:var(--st-gold2)}
#stationery-redo .st-hero-grid{display:grid;grid-template-columns:minmax(0,.94fr) minmax(0,1.06fr);gap:72px;align-items:center}
#stationery-redo .st-hero .st-kicker{color:var(--st-gold2)}
#stationery-redo .st-hero h1{margin-top:16px;color:#fff;font-size:clamp(48px,6vw,82px);letter-spacing:-.04em;max-width:720px}
#stationery-redo .st-hero h1 em{font-style:normal;color:var(--st-gold2)}
#stationery-redo .st-hero-copy>p{font-size:18px;line-height:1.72;color:rgba(255,255,255,.73);max-width:610px;margin-top:22px}
#stationery-redo .st-visual{position:relative;min-height:540px}
#stationery-redo .st-main-photo{position:absolute;right:0;top:0;width:78%;height:82%;border-radius:30px;overflow:hidden;box-shadow:0 28px 70px rgba(0,0,0,.28);border:1px solid rgba(255,255,255,.16)}
#stationery-redo .st-main-photo img{width:100%;height:100%;object-fit:cover}
#stationery-redo .st-small-photo{position:absolute;left:0;bottom:0;width:48%;height:42%;border-radius:24px;overflow:hidden;border:8px solid var(--st-brown2);box-shadow:0 24px 58px rgba(0,0,0,.24)}
#stationery-redo .st-small-photo img{width:100%;height:100%;object-fit:cover}
#stationery-redo .st-note{position:absolute;right:3%;bottom:4%;width:240px;padding:18px 20px;background:rgba(255,253,248,.97);color:var(--st-brown);border-radius:18px;box-shadow:0 16px 46px rgba(0,0,0,.23);display:flex;gap:12px;align-items:flex-start}
#stationery-redo .st-note-icon{width:38px;height:38px;border-radius:12px;display:grid;place-items:center;background:#f3e3b7;color:#916b17;flex:0 0 auto}
#stationery-redo .st-note strong{display:block;font-size:14px;line-height:1.25}
#stationery-redo .st-note span{display:block;color:#7f7066;font-size:12px;line-height:1.45;margin-top:5px}

/* quick facts */
#stationery-redo .st-facts{position:relative;margin-top:-28px;z-index:3}
#stationery-redo .st-facts-grid{display:grid;grid-template-columns:repeat(4,1fr);background:var(--st-paper);border:1px solid var(--st-line);border-radius:22px;box-shadow:0 18px 58px rgba(67,44,29,.12);overflow:hidden}
#stationery-redo .st-fact{padding:27px 25px;display:flex;gap:14px;align-items:flex-start;min-height:118px}
#stationery-redo .st-fact+.st-fact{border-left:1px solid var(--st-line)}
#stationery-redo .st-fact-icon{width:42px;height:42px;border-radius:13px;background:#f7ead0;color:#9a7018;display:grid;place-items:center;flex:0 0 auto}
#stationery-redo .st-fact strong{display:block;color:var(--st-brown);font-size:15px;line-height:1.25}
#stationery-redo .st-fact span{display:block;color:var(--st-muted);font-size:13px;line-height:1.45;margin-top:5px}

/* about */
#stationery-redo .st-about-grid{display:grid;grid-template-columns:1.04fr .96fr;gap:72px;align-items:center}
#stationery-redo .st-about-photo{position:relative}
#stationery-redo .st-about-photo:before{content:"";position:absolute;left:-18px;top:-18px;width:130px;height:130px;border-top:2px solid var(--st-gold);border-left:2px solid var(--st-gold);border-radius:24px 0 0 0;z-index:0}
#stationery-redo .st-about-photo img{position:relative;z-index:1;width:100%;height:560px;object-fit:cover;border-radius:28px;box-shadow:0 24px 60px rgba(61,40,25,.13)}
#stationery-redo .st-about-copy .st-title{margin:16px 0 22px}
#stationery-redo .st-about-copy .st-lead+.st-lead{margin-top:14px;font-size:16px}
#stationery-redo .st-mini-points{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:28px}
#stationery-redo .st-mini-point{border:1px solid var(--st-line);background:rgba(255,255,255,.55);border-radius:16px;padding:15px 16px;display:flex;gap:10px;align-items:center;font-weight:700;color:var(--st-brown);font-size:14px}
#stationery-redo .st-check{width:27px;height:27px;border-radius:50%;background:#eaf0e6;color:#4d6a4e;display:grid;place-items:center;font-weight:900;flex:0 0 auto}

/* supplies */
#stationery-redo .st-supplies{background:#f3eadc;position:relative}
#stationery-redo .st-section-head{text-align:center;max-width:770px;margin:0 auto 42px}
#stationery-redo .st-section-head .st-kicker{justify-content:center}
#stationery-redo .st-section-head .st-title{margin:15px 0 16px}
#stationery-redo .st-section-head .st-lead{margin:auto}
#stationery-redo .st-supply-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:15px}
#stationery-redo .st-supply-card{background:var(--st-paper);border:1px solid var(--st-line);border-radius:20px;padding:28px 23px;min-height:240px;transition:.28s ease;position:relative;overflow:hidden}
#stationery-redo .st-supply-card:after{content:"";position:absolute;right:-42px;bottom:-52px;width:130px;height:130px;border-radius:50%;background:rgba(214,173,66,.08)}
#stationery-redo .st-supply-card:hover{transform:translateY(-5px);box-shadow:0 18px 48px rgba(64,41,27,.1)}
#stationery-redo .st-supply-no{font-family:"Playfair Display",serif;font-size:42px;color:#e1c77f;line-height:1}
#stationery-redo .st-supply-card h3{font-size:21px;margin-top:24px}
#stationery-redo .st-supply-card p{font-size:14px;line-height:1.65;margin-top:10px}

/* people served */
#stationery-redo .st-serve-grid{display:grid;grid-template-columns:.82fr 1.18fr;gap:70px;align-items:start}
#stationery-redo .st-serve-copy{position:sticky;top:110px}
#stationery-redo .st-serve-copy .st-title{margin:16px 0 18px}
#stationery-redo .st-audience{display:grid;gap:14px}
#stationery-redo .st-audience-card{display:grid;grid-template-columns:72px 1fr;gap:20px;align-items:center;padding:24px;border:1px solid var(--st-line);border-radius:20px;background:#fffdfa;transition:.25s ease}
#stationery-redo .st-audience-card:hover{border-color:rgba(166,119,24,.3);box-shadow:0 14px 34px rgba(64,41,27,.08)}
#stationery-redo .st-audience-icon{width:72px;height:72px;border-radius:18px;background:#f2e4c8;color:#8b6416;display:grid;place-items:center}
#stationery-redo .st-audience-card h3{font-size:23px;margin-bottom:6px}
#stationery-redo .st-audience-card p{font-size:14px;line-height:1.62}

/* gallery */
#stationery-redo .st-gallery{padding-top:0}
#stationery-redo .st-gallery-grid{display:grid;grid-template-columns:1.1fr .9fr .9fr;grid-template-rows:255px 255px;gap:14px}
#stationery-redo .st-gallery figure{margin:0;border-radius:22px;overflow:hidden;position:relative;background:#e9dfd1}
#stationery-redo .st-gallery figure:first-child{grid-row:1/3}
#stationery-redo .st-gallery figure:nth-child(4){grid-column:2/4}
#stationery-redo .st-gallery img{width:100%;height:100%;object-fit:cover;transition:.5s ease}
#stationery-redo .st-gallery figure:hover img{transform:scale(1.035)}

/* support */
#stationery-redo .st-support{padding:92px 0;background:var(--st-brown);position:relative;overflow:hidden}
#stationery-redo .st-support:before{content:"";position:absolute;width:540px;height:540px;border-radius:50%;right:-210px;top:-290px;background:radial-gradient(circle,rgba(214,173,66,.22),rgba(214,173,66,0) 68%)}
#stationery-redo .st-support-grid{position:relative;display:grid;grid-template-columns:1.15fr .85fr;gap:55px;align-items:center}
#stationery-redo .st-support .st-kicker{color:var(--st-gold2)}
#stationery-redo .st-support .st-title{color:#fff;margin:16px 0 18px}
#stationery-redo .st-support .st-lead{color:rgba(255,255,255,.68)}
#stationery-redo .st-support-box{background:#fff9ec;border:1px solid rgba(255,255,255,.16);border-radius:24px;padding:28px;box-shadow:0 24px 70px rgba(0,0,0,.18)}
#stationery-redo .st-support-box h3{font-size:25px;margin-bottom:14px}
#stationery-redo .st-support-box p{font-size:14px;line-height:1.65}
#stationery-redo .st-support-list{margin:20px 0 0;padding:0;list-style:none;display:grid;gap:10px}
#stationery-redo .st-support-list li{display:flex;gap:10px;align-items:flex-start;color:#5f5147;font-size:14px}
#stationery-redo .st-support-list li:before{content:"✓";width:22px;height:22px;border-radius:50%;background:#e8efe4;color:#4f6e4f;display:grid;place-items:center;font-weight:900;font-size:12px;flex:0 0 auto}

/* FAQ */
#stationery-redo .st-faq-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:65px;align-items:start}
#stationery-redo .st-faq-copy .st-title{margin:16px 0 17px}
#stationery-redo .st-faq-list{display:grid;gap:10px}
#stationery-redo details{background:#fffdfa;border:1px solid var(--st-line);border-radius:16px;padding:0 20px}
#stationery-redo summary{list-style:none;cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:16px;padding:19px 0;font-weight:800;color:var(--st-brown)}
#stationery-redo summary::-webkit-details-marker{display:none}
#stationery-redo summary:after{content:"+";font-size:24px;font-weight:400;color:#a27820}
#stationery-redo details[open] summary:after{content:"–"}
#stationery-redo details p{padding:0 0 19px;font-size:14px;line-height:1.65}

/* responsive */
@media(max-width:980px){
 #stationery-redo .st-hero-grid,#stationery-redo .st-about-grid,#stationery-redo .st-serve-grid,#stationery-redo .st-support-grid,#stationery-redo .st-faq-grid{grid-template-columns:1fr;gap:42px}
 #stationery-redo .st-visual{min-height:480px;max-width:760px;width:100%;margin:auto}
 #stationery-redo .st-facts-grid{grid-template-columns:1fr 1fr}
 #stationery-redo .st-fact:nth-child(3){border-left:0;border-top:1px solid var(--st-line)}
 #stationery-redo .st-fact:nth-child(4){border-top:1px solid var(--st-line)}
 #stationery-redo .st-supply-grid{grid-template-columns:1fr 1fr}
 #stationery-redo .st-serve-copy{position:static}
}
@media(max-width:680px){
 #stationery-redo .st-wrap{width:min(100% - 26px,1200px)}
 #stationery-redo .st-section{padding:66px 0}
 #stationery-redo .st-hero{padding:30px 0 58px}
 #stationery-redo .st-breadcrumb{margin-bottom:40px}
 #stationery-redo .st-hero h1{font-size:46px}
 #stationery-redo .st-hero-copy>p{font-size:16px}
 #stationery-redo .st-visual{min-height:405px}
 #stationery-redo .st-main-photo{width:88%;height:78%}
 #stationery-redo .st-small-photo{width:52%;height:39%;border-width:5px}
 #stationery-redo .st-note{width:205px;padding:14px;right:0;bottom:1%}
 #stationery-redo .st-facts{margin-top:-18px}
 #stationery-redo .st-facts-grid{grid-template-columns:1fr}
 #stationery-redo .st-fact+.st-fact{border-left:0;border-top:1px solid var(--st-line)}
 #stationery-redo .st-about-photo img{height:430px}
 #stationery-redo .st-mini-points,#stationery-redo .st-supply-grid{grid-template-columns:1fr}
 #stationery-redo .st-supply-card{min-height:0}
 #stationery-redo .st-audience-card{grid-template-columns:58px 1fr;padding:18px;gap:14px}
 #stationery-redo .st-audience-icon{width:58px;height:58px;border-radius:15px}
 #stationery-redo .st-gallery-grid{grid-template-columns:1fr 1fr;grid-template-rows:320px 190px 190px}
 #stationery-redo .st-gallery figure:first-child{grid-column:1/3;grid-row:auto}
 #stationery-redo .st-gallery figure:nth-child(4){grid-column:1/3}
#stationery-redo .st-image-note{margin:18px 0 0;text-align:center;color:#8b7a6e;font-size:11px;font-style:italic;letter-spacing:.01em}
 #stationery-redo .st-btns{display:grid;grid-template-columns:1fr}
 #stationery-redo .st-btn{width:100%}
}
