@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Arabic:wght@400;500;600;700;800;900&display=swap');
:root{--ink:#151515;--muted:#6b6b6b;--line:#e8e4dd;--paper:#fbfaf7;--card:#fff;--accent:#b08a4a;--dark:#171717;--soft:#f3efe7;--shadow:0 14px 40px rgba(22,18,10,.07)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:'Noto Sans Arabic',Arial,sans-serif;color:var(--ink);background:var(--paper);line-height:1.85}a{text-decoration:none;color:inherit}img{max-width:100%}
.top{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.96);backdrop-filter:blur(12px);border-bottom:1px solid var(--line)}.top-inner{max-width:1250px;margin:auto;min-height:72px;padding:8px 4.5%;display:flex;align-items:center;justify-content:space-between;gap:20px}.brand{display:flex;align-items:center;gap:11px;font-weight:900}.brand img{width:48px;height:48px;border-radius:50%;object-fit:cover;border:1px solid #eee}.brand span{font-size:16px}.top nav{display:flex;align-items:center;gap:5px}.top nav a{padding:9px 13px;border-radius:10px;font-weight:700;font-size:14px}.top nav a:hover{background:var(--soft)}.menu{display:none;border:1px solid #ddd;background:#fff;color:#111;border-radius:11px;font-size:22px;line-height:1;padding:8px 11px;cursor:pointer}
.hero{background:linear-gradient(135deg,#fff 0%,#faf7f0 100%);border-bottom:1px solid var(--line)}.hero-inner{max-width:1250px;margin:auto;padding:62px 5% 54px;display:grid;grid-template-columns:1.5fr .75fr;gap:55px;align-items:center}.hero-copy{max-width:780px}.eyebrow{display:inline-block;color:#8a6a36;font-size:12px;font-weight:900;letter-spacing:.2px;margin-bottom:7px}.hero h1{font-size:clamp(32px,5vw,58px);line-height:1.25;margin:0 0 16px;letter-spacing:-1.2px}.hero h1 b{font-weight:900}.hero p{font-size:17px;color:var(--muted);max-width:760px;margin:0 0 23px}.actions{display:flex;gap:10px;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;justify-content:center;gap:7px;padding:11px 18px;border-radius:12px;font-weight:800;border:1px solid transparent;transition:.2s}.btn.primary{background:var(--dark);color:#fff}.btn.primary:hover{transform:translateY(-1px);background:#000}.btn.light{background:#fff;border-color:#ded8ce}.trust{display:flex;gap:18px;flex-wrap:wrap;margin-top:18px;color:#666;font-size:12px;font-weight:700}.hero-logo{justify-self:end;width:min(300px,100%);text-align:center;background:#fff;border:1px solid var(--line);border-radius:28px;padding:26px;box-shadow:var(--shadow)}.logo-ring{width:150px;height:150px;margin:0 auto 13px;border-radius:50%;overflow:hidden;border:8px solid #fff;box-shadow:0 0 0 1px #e9e3d8,0 12px 28px rgba(0,0,0,.08)}.logo-ring img{width:100%;height:100%;object-fit:cover}.hero-logo strong{display:block;font-size:20px}.hero-logo small{color:var(--muted);font-weight:600}
.section{max-width:1250px;margin:auto;padding:55px 5%}.section-head{display:flex;justify-content:space-between;align-items:end;gap:20px;margin-bottom:22px}.section-head h2{font-size:30px;margin:0 0 5px}.section-head p{margin:0;color:var(--muted);font-size:14px}.more{font-weight:800;color:#725526;font-size:13px;white-space:nowrap}.grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.service-card{background:var(--card);border:1px solid var(--line);border-radius:22px;overflow:hidden;box-shadow:var(--shadow);transition:transform .2s,box-shadow .2s}.service-card:hover{transform:translateY(-4px);box-shadow:0 18px 45px rgba(22,18,10,.11)}.service-card.featured{grid-column:span 2;display:grid;grid-template-columns:1.1fr 1fr}.service-image{position:relative;overflow:hidden}.service-image img{width:100%;height:100%;min-height:190px;aspect-ratio:16/9;object-fit:cover;display:block}.number{position:absolute;top:12px;right:12px;background:rgba(0,0,0,.7);color:#fff;border-radius:10px;padding:3px 8px;font-size:11px;font-weight:800}.card-body{padding:17px}.service-title{display:flex;align-items:center;justify-content:space-between;gap:10px}.service-title h3{margin:0;font-size:21px}.service-title span{font-size:20px;color:#8a6a36}.service-card p{color:var(--muted);font-size:13px;margin:7px 0 11px}.chips{display:flex;gap:5px;flex-wrap:wrap}.chips span{background:var(--soft);border-radius:999px;padding:3px 9px;font-size:11px;font-weight:800;color:#675131}
.highlight{padding-top:10px}.highlight-box{background:var(--dark);color:#fff;border-radius:24px;padding:27px 30px;display:flex;justify-content:space-between;align-items:center;gap:25px}.highlight-box .eyebrow{color:#d7b675}.highlight-box h2{margin:0 0 4px;font-size:25px}.highlight-box p{margin:0;color:#ccc;font-size:14px}.highlight-box .btn{background:#fff;color:#111}
.works{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}.work{background:#fff;border:1px solid var(--line);border-radius:18px;overflow:hidden;box-shadow:var(--shadow);transition:.2s}.work:hover{transform:translateY(-3px)}.work img{width:100%;aspect-ratio:4/3;object-fit:cover;display:block}.work .card-body{padding:13px}.work h3{margin:0 0 4px;font-size:17px}.empty{grid-column:1/-1;background:#fff;border:1px dashed #d8d0c2;border-radius:18px;padding:35px;text-align:center;color:var(--muted)}
.cta{max-width:1150px;margin:5px auto 60px;padding:30px 34px;background:#efe9dd;border:1px solid #e2d9c9;border-radius:24px;display:flex;align-items:center;justify-content:space-between;gap:25px}.cta h2{margin:0 0 4px;font-size:25px}.cta p{margin:0;color:#6c6458}.cta .eyebrow{margin-bottom:2px}
footer{background:#151515;color:#fff;padding:40px 5%}.footer-inner{max-width:1250px;margin:auto;display:grid;grid-template-columns:1fr auto;gap:20px}.footer-inner strong{font-size:18px}.footer-inner p{color:#c7c7c7;margin:6px 0}.footer-actions{display:flex;align-items:center;gap:10px}.call{background:#fff;color:#111;border-radius:11px;padding:9px 13px;font-weight:900}.footer-link{border:1px solid #444;border-radius:11px;padding:8px 12px}.copy{grid-column:1/-1;border-top:1px solid #333;padding-top:15px!important;margin-top:8px!important;font-size:12px}
.crumb{max-width:1250px;margin:20px auto 0;padding:0 5%;color:#777;font-size:13px}.detail{max-width:1100px;margin:0 auto;padding:25px 5% 60px}.detail > img{width:100%;height:auto;max-height:none;object-fit:contain;border-radius:20px;display:block}.detail h1{font-size:38px;line-height:1.35}.detail h2{margin-top:28px}.phone{font-size:20px;font-weight:900}.call{display:inline-block}.post-body p{margin:0 0 14px}
@media(max-width:800px){.top-inner{min-height:64px;padding:7px 4%}.brand span{font-size:13px}.brand img{width:42px;height:42px}.menu{display:block}.top nav{display:none;position:absolute;top:68px;right:4%;left:4%;background:#fff;border:1px solid #ddd;border-radius:15px;padding:8px;box-shadow:0 15px 35px rgba(0,0,0,.12);flex-direction:column;align-items:stretch}.top nav.open{display:flex}.top nav a{padding:11px 13px}.hero-inner{grid-template-columns:1fr;padding:40px 5% 32px;gap:28px}.hero-copy{text-align:right}.hero h1{font-size:34px}.hero p{font-size:15px}.hero-logo{justify-self:center;width:220px;padding:18px}.logo-ring{width:115px;height:115px}.hero-logo strong{font-size:17px}.trust{gap:8px 13px}.section{padding:40px 4%}.section-head{align-items:start;flex-direction:column}.section-head h2{font-size:25px}.grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.service-card{border-radius:16px}.service-card.featured{grid-column:span 2;display:block}.service-image img{min-height:0;aspect-ratio:1.25/1}.service-card:not(.featured) .service-image img{aspect-ratio:1.15/1}.card-body{padding:11px}.service-title h3{font-size:16px}.service-card p{font-size:11px;line-height:1.7}.chips span{font-size:9px;padding:2px 7px}.highlight-box{padding:22px 18px;flex-direction:column;align-items:stretch}.highlight-box h2{font-size:22px}.works{grid-template-columns:repeat(2,1fr);gap:10px}.work .card-body{padding:10px}.work h3{font-size:14px}.cta{margin:0 4% 45px;padding:23px 18px;flex-direction:column;align-items:stretch}.cta h2{font-size:21px}.footer-inner{grid-template-columns:1fr}.footer-actions{flex-wrap:wrap}.copy{grid-column:auto}.detail h1{font-size:29px}}
@media(max-width:390px){.brand span{font-size:12px}.hero h1{font-size:29px}.grid{gap:8px}.service-title h3{font-size:14px}.chips{display:none}}
.service-detail .lead{font-size:17px;color:#555}.kitchen-gallery{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px;margin:18px 0 24px}.kitchen-gallery-item{overflow:hidden;border-radius:16px;border:1px solid var(--line);background:#fff;box-shadow:var(--shadow)}.kitchen-gallery-item img{width:100%;aspect-ratio:4/3;object-fit:cover;display:block}.subservice-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:18px 0 28px}.subservice{display:flex;flex-direction:column;gap:4px;background:#fff;border:1px solid var(--line);border-radius:16px;padding:16px;box-shadow:var(--shadow)}.subservice strong{font-size:17px}.subservice span{font-size:12px;color:var(--muted)}.subservice b{font-size:11px;color:#725526;margin-top:4px}.muted{color:var(--muted)}
@media(max-width:600px){.kitchen-gallery{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.kitchen-gallery-item:first-child{grid-column:span 2}.subservice-grid{grid-template-columns:1fr}.detail{padding-left:4%;padding-right:4%}.detail h1{font-size:28px}.service-detail .lead{font-size:15px}}


.subservice img{width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:14px;display:block;margin-bottom:12px}.subservice{overflow:hidden}.subservice strong,.subservice span,.subservice b{display:block}.subservice b{margin-top:10px}

.service-gallery{margin-top:2.5rem;width:100%;max-width:100%;}.gallery-grid{display:grid;grid-template-columns:1fr!important;gap:1.25rem;width:100%;max-width:100%;margin:0;padding:0;}.work-card{display:block;width:100%;max-width:100%;min-width:0;text-decoration:none;overflow:hidden;border:1px solid rgba(0,0,0,.08);border-radius:18px;background:#fff;box-shadow:0 8px 25px rgba(0,0,0,.06);}.work-card img{display:block!important;width:100%!important;min-width:100%;max-width:100%!important;height:auto!important;max-height:none!important;aspect-ratio:auto!important;object-fit:contain!important;background:#f7f7f7;margin:0!important;}.work-card .card-body{padding:12px}.work-card strong{color:inherit}@media(max-width:700px){.gallery-grid{grid-template-columns:1fr!important;gap:1rem}.work-card{width:100%;max-width:100%;}.work-card img{width:100%!important;min-width:100%;max-width:100%!important;height:auto!important;object-fit:contain!important;}}
.service-admin-list{display:grid;gap:22px}.service-admin-card{background:#fff;border:1px solid var(--line);border-radius:20px;padding:20px;box-shadow:var(--shadow)}.service-admin-head{display:flex;align-items:center;justify-content:space-between;gap:18px}.service-admin-head h2{margin:0 0 4px}.service-admin-head p,.child-admin-info small{margin:0;color:var(--muted);font-size:12px}.service-admin-image{width:150px;height:100px;object-fit:cover;border-radius:14px}.service-image-form{display:flex;gap:10px;align-items:center;flex-wrap:wrap;margin-top:12px}.service-children-admin{display:grid;gap:10px;margin-top:18px}.child-admin-row{display:grid;grid-template-columns:90px 1fr auto;gap:12px;align-items:center;border-top:1px solid var(--line);padding-top:12px}.child-admin-image{width:90px;height:65px;object-fit:cover;border-radius:10px}.child-admin-info{display:flex;flex-direction:column;gap:3px}.notice{padding:12px 15px;border-radius:12px;background:#fff;border:1px solid var(--line)}.notice.success{border-color:#b9d9bd}.notice.error{border-color:#e2b8b8}@media(max-width:600px){.child-admin-row{grid-template-columns:72px 1fr}.child-admin-row .service-image-form{grid-column:1/-1}.child-admin-image{width:72px;height:55px}.service-admin-image{width:110px;height:80px}}
.admin-posts-row{display:flex;gap:16px;overflow-x:auto;padding:4px 2px 14px;scroll-snap-type:x proximity}.admin-post-card{flex:0 0 285px;background:#fff;border:1px solid var(--line);border-radius:18px;overflow:hidden;box-shadow:var(--shadow);scroll-snap-align:start}.admin-post-image{display:block;width:100%;height:180px;object-fit:cover;background:#f4f1eb}.admin-post-card .card-body{padding:14px}.admin-post-card h3{margin:0 0 6px;font-size:18px}.admin-post-actions{display:flex;gap:8px;align-items:center;flex-wrap:wrap}.admin-post-actions form{margin:0}.admin-posts-row::-webkit-scrollbar{height:8px}.admin-posts-row::-webkit-scrollbar-thumb{background:#cfc7ba;border-radius:999px}

.service-work-image{display:block!important;width:100%!important;min-width:100%;max-width:100%!important;height:auto!important;object-fit:contain!important;}
.whatsapp-float{position:fixed!important;left:12px!important;bottom:12px!important;width:40px!important;height:40px!important;min-width:40px!important;min-height:40px!important;max-width:40px!important;max-height:40px!important;border-radius:50%!important;background:#25d366!important;color:#fff!important;display:flex!important;align-items:center!important;justify-content:center!important;z-index:2147483647!important;overflow:hidden!important;padding:0!important;margin:0!important;box-sizing:border-box!important;box-shadow:0 3px 10px rgba(0,0,0,.22)!important;border:0!important;line-height:0!important}.whatsapp-float svg{width:22px!important;height:22px!important;min-width:22px!important;min-height:22px!important;max-width:22px!important;max-height:22px!important;fill:#fff!important;display:block!important;flex:none!important}@media(max-width:600px){.whatsapp-float{left:10px!important;bottom:10px!important;width:40px!important;height:40px!important;min-width:40px!important;min-height:40px!important;max-width:40px!important;max-height:40px!important}.whatsapp-float svg{width:22px!important;height:22px!important;min-width:22px!important;min-height:22px!important;max-width:22px!important;max-height:22px!important}}

/* Service page metadata */
.service-meta{margin:-10px 0 18px;color:#555;font-size:.95rem;font-weight:600}
