@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@400;500;600;700&family=Marhey:wght@400;500&display=swap');
:root{--ink:#181714;--paper:#f2ede4;--white:#fffdf8;--gold:#b9955a;--stone:#716b62;--line:rgba(24,23,20,.14);--max:1380px;--shadow:0 18px 45px rgba(24,20,14,.11)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--white);color:var(--ink);font-family:"Cairo",Arial,sans-serif;line-height:1.8}body.menu-open{overflow:hidden}img{display:block;width:100%}a{color:inherit;text-decoration:none}button{font:inherit}.container{width:min(var(--max),calc(100% - 40px));margin-inline:auto}.btn{min-height:50px;padding:11px 23px;display:inline-flex;align-items:center;justify-content:center;border:1px solid transparent;background:var(--gold);font-weight:700;transition:.25s}.btn:hover{transform:translateY(-2px);background:#c7a66e}.btn-outline{background:transparent;color:white;border-color:rgba(255,255,255,.4)}
.site-header{position:absolute;z-index:20;inset:0 0 auto;color:white}.nav{height:78px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{display:flex;align-items:center;gap:13px}.brand img{width:44px;height:44px;object-fit:contain}.brand strong{font-family:"Marhey";font-weight:400}.brand span{display:block;color:rgba(255,255,255,.65);font-size:.64rem}.nav-links{display:flex;gap:22px;align-items:center;font-size:.84rem}.nav-links a:hover{color:#d9bd8d}.nav-actions{display:flex;align-items:center;gap:10px}.lang,.menu{border:0;background:transparent;color:white;font-weight:700;cursor:pointer;padding:9px}.menu{display:none;border:1px solid rgba(255,255,255,.35);width:44px;height:44px}
.cat-hero{min-height:525px;display:flex;align-items:end;position:relative;color:white;background:#151513 var(--hero-image) center/cover no-repeat}.cat-hero:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(7,7,6,.15),rgba(7,7,6,.87)),linear-gradient(to top,rgba(7,7,6,.64),transparent 72%)}html[dir="ltr"] .cat-hero:before{background:linear-gradient(-90deg,rgba(7,7,6,.15),rgba(7,7,6,.87)),linear-gradient(to top,rgba(7,7,6,.64),transparent 72%)}.hero-content{position:relative;z-index:1;padding:125px 0 52px;max-width:760px}.crumbs{display:flex;align-items:center;gap:8px;color:rgba(255,255,255,.58);font-size:.72rem;margin-bottom:16px}.eyebrow{display:flex;align-items:center;gap:12px;color:#d9bd8d;font-size:.72rem;font-weight:700;letter-spacing:.11em;margin:0 0 9px}.eyebrow:before{content:"";width:34px;height:1px;background:currentColor}.cat-hero h1{font-family:"Marhey";font-size:clamp(2.7rem,5vw,5.2rem);font-weight:400;line-height:1.15;margin:0 0 15px}.cat-hero p{max-width:680px;color:rgba(255,255,255,.78);font-size:.95rem;margin:0 0 22px}.hero-actions{display:flex;gap:10px;flex-wrap:wrap}
.service-strip{background:var(--ink);color:white}.service-grid{display:grid;grid-template-columns:repeat(4,1fr)}.service-item{padding:26px 22px;border-inline-end:1px solid rgba(255,255,255,.12)}.service-item:first-child{border-inline-start:1px solid rgba(255,255,255,.12)}.service-item strong{display:block;color:#d9bd8d;font-size:.92rem}.service-item span{color:rgba(255,255,255,.55);font-size:.73rem}
.catalog{padding:72px 0;background:var(--paper)}.section-head{display:grid;grid-template-columns:1.1fr .9fr;gap:38px;align-items:end;margin-bottom:30px}.section-head h2{font-family:"Marhey";font-size:clamp(1.8rem,3.2vw,3.1rem);font-weight:400;line-height:1.3;margin:0}.section-head p{color:var(--stone);margin:0;font-size:.88rem}.item-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.item-card{background:var(--white);overflow:hidden;box-shadow:var(--shadow);display:flex;flex-direction:column;transition:transform .25s,box-shadow .25s}.item-card:hover{transform:translateY(-4px);box-shadow:0 22px 55px rgba(24,20,14,.16)}.item-media{aspect-ratio:4/3;position:relative;overflow:hidden;background:#d9d3c9;cursor:zoom-in}.item-media img{width:100%;height:100%;object-fit:cover;transition:transform .55s}.item-media.is-missing:after{content:"الصورة قيد التحديث";position:absolute;inset:0;display:grid;place-items:center;color:#716b62;font-size:.75rem}.item-card:hover .item-media img{transform:scale(1.04)}.badge{position:absolute;top:10px;right:10px;background:rgba(255,253,248,.92);padding:5px 9px;font-size:.64rem;font-weight:700;backdrop-filter:blur(7px)}html[dir="ltr"] .badge{right:auto;left:10px}.item-copy{padding:16px;display:flex;flex-direction:column;flex:1}.item-copy h3{font-family:"Marhey";font-size:1rem;font-weight:400;line-height:1.55;margin:0 0 5px}.item-copy p{color:var(--stone);font-size:.74rem;line-height:1.75;margin:0 0 12px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.item-meta{display:grid;grid-template-columns:1fr 1fr;gap:6px;margin-top:auto;padding-top:10px;border-top:1px solid var(--line);font-size:.61rem;line-height:1.55;color:var(--stone)}.item-quote{margin-top:11px;color:#86642e;font-weight:700;font-size:.72rem}.notice{margin-top:20px;padding:14px 16px;border:1px solid var(--line);color:var(--stone);font-size:.74rem;background:rgba(255,255,255,.42)}
.image-viewer{position:fixed;z-index:100;inset:0;background:rgba(10,9,8,.92);display:none;place-items:center;padding:24px}.image-viewer.open{display:grid}.image-viewer img{max-width:min(1100px,88vw);max-height:82vh;width:auto;height:auto;object-fit:contain}.image-viewer button{position:absolute;width:46px;height:46px;border:1px solid rgba(255,255,255,.35);background:rgba(0,0,0,.38);color:white;font-size:1.5rem;cursor:pointer}.viewer-close{top:18px;left:18px}.viewer-nav{top:50%;transform:translateY(-50%)}.viewer-prev{left:18px}.viewer-next{right:18px}.image-viewer p{position:absolute;bottom:16px;margin:0;color:white;background:rgba(0,0,0,.5);padding:6px 12px;font-size:.78rem}
.category-links{padding:88px 0;background:var(--white)}.category-links h2{font-family:"Marhey";font-weight:400;font-size:2rem;margin:0 0 28px}.link-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.link-grid a{padding:18px;border:1px solid var(--line);font-weight:700;transition:.2s}.link-grid a:hover{background:var(--ink);color:white;border-color:var(--ink)}
.cta{padding:85px 0;background:#d7c3a4}.cta-inner{display:flex;justify-content:space-between;align-items:center;gap:40px}.cta h2{font-family:"Marhey";font-size:clamp(2rem,4vw,3.6rem);font-weight:400;line-height:1.3;margin:0}.cta p{color:#5d554a;margin:10px 0 0}.footer{padding:55px 0 25px;background:var(--ink);color:white}.footer-main{display:flex;justify-content:space-between;gap:40px;align-items:start;padding-bottom:35px}.footer .brand{max-width:430px}.footer-links{display:flex;gap:24px;flex-wrap:wrap;color:rgba(255,255,255,.68);font-size:.82rem}.footer-bottom{padding-top:20px;border-top:1px solid rgba(255,255,255,.12);color:rgba(255,255,255,.45);font-size:.72rem;display:flex;justify-content:space-between}.wa{position:fixed;z-index:30;left:18px;bottom:18px;width:56px;height:56px;border-radius:50%;display:grid;place-items:center;background:#1fa855;color:white;font-size:.72rem;font-weight:800;box-shadow:0 12px 30px rgba(0,0,0,.25)}
@media(max-width:1100px){.item-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:960px){.nav-links{display:none}.nav-links.open{display:flex;position:fixed;inset:78px 0 0;background:var(--ink);padding:35px 24px;flex-direction:column;align-items:stretch;font-size:1rem}.nav-links.open a{padding:13px;border-bottom:1px solid rgba(255,255,255,.1)}.nav-actions .btn{display:none}.menu{display:block}.section-head{grid-template-columns:1fr;gap:12px}.item-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.link-grid{grid-template-columns:repeat(2,1fr)}.service-grid{grid-template-columns:repeat(2,1fr)}.cta-inner,.footer-main{align-items:flex-start;flex-direction:column}}
@media(max-width:620px){.container{width:min(var(--max),calc(100% - 24px))}.nav{height:68px}.brand span{display:none}.cat-hero{min-height:500px}.hero-content{padding:112px 0 38px}.cat-hero h1{font-size:2.55rem}.cat-hero p{font-size:.84rem}.hero-actions .btn{width:auto;min-height:44px;padding:9px 15px;font-size:.78rem}.service-item{padding:16px 10px}.catalog{padding:55px 0}.item-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.item-media{aspect-ratio:1/1}.item-copy{padding:11px}.item-copy h3{font-size:.82rem}.item-copy p,.item-meta{display:none}.item-quote{margin-top:7px;font-size:.65rem}.badge{top:7px;right:7px;padding:3px 7px;font-size:.56rem}.link-grid{grid-template-columns:1fr 1fr}.category-links{padding:55px 0}.cta{padding:58px 0}.footer-bottom{flex-direction:column;gap:5px}.wa{left:13px;bottom:13px;width:52px;height:52px}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}

.image-viewer button[hidden]{display:none}.item-media:focus-visible{outline:3px solid #86642e;outline-offset:-3px}
