:root{--bg:#0b1822;--surface:#10222e;--text:#f5f2eb;--muted:#b6bec3;--gold:#d3b780;--border:#ffffff21;--input:#0c1b26;--serif:'Noto Naskh Arabic',serif;--sans:'Tajawal',sans-serif;color-scheme:dark}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:100px}body{margin:0;background:var(--bg);color:var(--text);font-family:var(--sans);font-size:17px;line-height:1.8}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button,a,input,select,textarea{-webkit-tap-highlight-color:transparent}button{cursor:pointer}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,summary:focus-visible{outline:2px solid var(--gold);outline-offset:5px}img{display:block;max-width:100%;object-fit:cover}button{color:inherit}h1,h2,h3,p{margin:0}h1,h2{font-family:var(--serif);font-weight:500;line-height:1.25}h2{font-size:clamp(36px,4vw,58px)}h2 span{color:var(--gold)}h3{font-size:23px;font-weight:500}em{font-style:normal;color:var(--gold)}[hidden]{display:none!important}.skip{position:fixed;top:-100px;z-index:20;background:var(--gold);color:#0b1822;padding:12px}.skip:focus{top:0}.header{height:100px;padding:0 5%;display:flex;align-items:center;justify-content:space-between;gap:24px;border-bottom:1px solid var(--border);background:var(--bg);position:sticky;top:0;z-index:8}.brand{display:flex;align-items:center;gap:12px;font-size:23px;font-weight:700;line-height:1.4}.brand img{width:59px;height:46px;object-fit:contain;background:white;padding:3px;border-radius:2px}.brand small,.footer-brand small{display:block;letter-spacing:2px;font-size:10px;font-weight:400;margin-top:5px}.header nav{display:flex;gap:30px;font-size:16px}.header nav a{color:var(--muted);transition:color .2s}.header nav a:hover{color:var(--gold)}.nav-actions{display:flex;align-items:center;gap:15px}.icon-button{border:1px solid var(--border);background:none;border-radius:50%;width:42px;height:42px;font-size:23px;display:grid;place-items:center}.menu{display:none}.button{display:inline-flex;justify-content:center;align-items:center;gap:32px;background:var(--gold);color:#10212c;padding:16px 26px;border:1px solid var(--gold);font-weight:700;transition:background .2s,transform .2s;line-height:1.5}.button:hover{background:#e5cfa4;transform:translateY(-2px)}.button span:last-child{font-size:23px;font-weight:400}.button.compact{font-size:15px;padding:10px 20px;gap:24px}.hero{position:relative;min-height:690px;height:calc(100svh - 100px);max-height:1050px;display:flex;align-items:center;overflow:hidden;color:#fff}.hero-image,.hero-shade{position:absolute;inset:0;width:100%;height:100%}.hero-image{object-position:center;animation:hero-enter 1.5s ease-out}.hero-shade{background:linear-gradient(270deg,rgba(5,14,21,.87),rgba(5,14,21,.4) 52%,rgba(5,14,21,.06)),linear-gradient(0deg,#06121dc2,transparent 30%)}.hero-content{position:relative;width:90%;margin:0 auto;padding-bottom:70px}.eyebrow{font-size:14px;font-weight:500;letter-spacing:.5px;color:var(--gold);margin-bottom:24px;display:flex;align-items:center;gap:12px}.eyebrow:before{content:'';height:1px;width:30px;background:var(--gold)}h1{font-size:clamp(54px,6.1vw,92px);line-height:1.27;max-width:750px}.hero-description{margin:25px 0 30px;font-size:21px;color:#e4e5e4;line-height:1.9}.hero-actions{display:flex;align-items:center;gap:35px}.text-link{display:inline-flex;align-items:center;gap:35px;border-bottom:1px solid var(--gold);padding:8px 0;font-size:17px}.hero-bottom{position:absolute;bottom:0;right:5%;left:5%;border-top:1px solid #ffffff38;display:flex;justify-content:space-between;align-items:center;padding:20px 0;font-size:14px}.hero-bottom span[dir]{font-size:11px;letter-spacing:2.3px}.hero-bottom a span{margin-right:10px}.signature-strip{background:var(--surface);border-bottom:1px solid var(--border);padding:22px 5%;display:flex;justify-content:center;gap:6vw;align-items:center;color:var(--muted);font-size:16px}.signature-strip i{color:var(--gold);font-style:normal}.section{padding:105px 7%}.section-heading{display:flex;justify-content:space-between;align-items:flex-end;gap:45px;margin-bottom:50px}.section-heading>p,.section-heading>div>p:not(.eyebrow){color:var(--muted)}.collections{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}.collection:nth-child(2){padding-top:65px}.image-wrap{height:460px;position:relative;overflow:hidden;background:var(--surface)}.image-wrap img{width:100%;height:100%;transition:transform .7s}.collection:hover img{transform:scale(1.04)}.image-number{position:absolute;top:20px;right:22px;color:white;font-family:Georgia,serif;font-size:24px;text-shadow:0 1px 4px #000}.round-arrow{position:absolute;left:20px;bottom:20px;border:1px solid #ffffff80;background:#09141c60;color:white;border-radius:50%;width:48px;height:48px;display:grid;place-items:center;font-size:23px;backdrop-filter:blur(7px)}.collection-title{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:24px}.collection-title small{font-size:10px;letter-spacing:1.2px;color:var(--gold)}.collection p{color:var(--muted);font-size:15px;margin-top:9px}.about{display:grid;grid-template-columns:1.1fr 1fr;align-items:center;gap:8%;background:var(--surface)}.about-photo{position:relative}.about-photo>img{height:590px;width:100%;object-position:36%}.photo-note{position:absolute;bottom:35px;right:-25px;background:var(--bg);border-right:3px solid var(--gold);padding:22px 32px}.photo-note span{display:block;color:var(--muted)}.photo-note strong{font-family:var(--serif);font-size:28px;font-weight:500;color:var(--gold)}.about-copy>p:not(.eyebrow){color:var(--muted);margin-top:22px}.craft-points{display:grid;grid-template-columns:1fr 1fr;gap:16px;font-size:15px;margin:30px 0}.craft-points span:before{content:'✦';color:var(--gold);margin-left:10px}.filters{display:flex;gap:12px;margin-top:22px;flex-wrap:wrap}.filters button{background:none;border:1px solid var(--border);padding:6px 17px;font-size:15px}.filters .active{background:var(--gold);border-color:var(--gold);color:#0b1822}.gallery{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.gallery-item{position:relative;overflow:hidden;border:0;padding:0;background:var(--surface);text-align:right;height:300px}.gallery-item.wide{grid-column:span 2}.gallery-item img{width:100%;height:100%;transition:transform .5s}.gallery-item:hover img{transform:scale(1.04)}.gallery-item>span{position:absolute;bottom:0;right:0;left:0;padding:45px 22px 18px;background:linear-gradient(transparent,#07121dda);color:#e1d1b7;font-size:13px}.gallery-item b{display:block;color:white;font-size:19px;font-weight:500}.gallery-item i{position:absolute;left:20px;bottom:24px;color:white;font-style:normal;font-size:25px}.gallery-note{font-size:13px;color:var(--muted);margin-top:20px}.process{display:grid;grid-template-columns:1fr 1fr;gap:10%;background:var(--surface)}.steps article{display:flex;align-items:center;gap:30px;padding:23px 0;border-bottom:1px solid var(--border)}.steps article:first-child{padding-top:0}.step-number{font-size:42px;font-family:Georgia,serif;color:var(--gold);min-width:52px}.steps p{color:var(--muted);font-size:15px}.faq{display:grid;grid-template-columns:1fr 1.25fr;gap:10%}.faq-list details{border-bottom:1px solid var(--border);padding:22px 0}.faq-list summary{cursor:pointer;font-size:19px;list-style:none;display:flex;justify-content:space-between;gap:22px}.faq-list summary:after{content:'+';color:var(--gold)}.faq-list details[open] summary:after{content:'−'}.faq-list details p{color:var(--muted);padding-top:14px}.contact{display:grid;grid-template-columns:1fr 1fr;gap:8%;background:var(--surface);border-top:1px solid var(--border)}.contact h2{font-size:clamp(42px,4.3vw,64px)}.contact-copy>p:not(.eyebrow){color:var(--muted);margin:25px 0}.phone{display:block;text-align:right;font:34px Georgia,serif;color:var(--gold);margin-top:45px}.location{display:block;color:var(--muted);margin:16px 0 22px}.form-heading{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px}.form-heading span{font-size:13px;color:var(--gold)}form label{display:block;font-size:15px;margin-bottom:20px}.fields{display:grid;grid-template-columns:1fr 1fr;gap:20px}input,textarea,select{display:block;width:100%;margin-top:7px;border:1px solid var(--border);background:var(--input);color:var(--text);border-radius:0;padding:12px 15px;font-size:16px}textarea{resize:vertical}input::placeholder,textarea::placeholder{color:var(--muted);opacity:.7}input:focus,textarea:focus,select:focus{border-color:var(--gold)}.consent{display:flex;gap:10px;align-items:flex-start;font-size:13px}.consent input{width:17px;height:17px;accent-color:var(--gold);margin-top:5px;flex-shrink:0}.consent button{background:none;border:0;text-decoration:underline;color:var(--gold);padding:0;font-size:13px}.submit{width:100%;justify-content:space-between}.submit:disabled{opacity:.6;cursor:wait}.submit #submit-label{font-size:17px;font-weight:700}#form-status{font-size:14px;color:var(--muted);margin-top:15px}#whatsapp-draft{margin-top:15px}.honeypot{position:absolute!important;inset:0 auto auto 0;width:1px;height:1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap;pointer-events:none}footer{padding:50px 7% 25px}.footer-top{display:flex;justify-content:space-between;align-items:center;gap:25px;padding-bottom:35px;border-bottom:1px solid var(--border)}.footer-brand{font-family:var(--serif);font-size:30px;color:var(--gold);line-height:1.4}.footer-brand small{font-family:var(--sans)}.footer-top p{color:var(--muted)}.back-top{width:45px;height:45px;display:grid;place-items:center;border:1px solid var(--border);border-radius:50%;font-size:22px}.footer-bottom{display:flex;justify-content:space-between;gap:20px;padding-top:24px;color:var(--muted);font-size:13px}.floating-wa{position:fixed;bottom:24px;left:25px;width:54px;height:54px;border-radius:50%;background:#215749;color:white;display:grid;place-items:center;z-index:7;box-shadow:0 5px 25px #0004;border:1px solid #ffffff4d}.floating-wa svg{width:30px;height:30px}dialog{border:1px solid var(--border);background:var(--bg);color:var(--text);max-width:90vw;padding:24px}dialog::backdrop{background:#030a12e8;backdrop-filter:blur(7px)}dialog .dialog-close{border:1px solid var(--border);background:var(--bg);color:var(--text);width:42px;height:42px;font-size:28px;position:absolute;left:12px;top:12px;z-index:1}.lightbox-bottom{display:flex;align-items:center;justify-content:space-between;gap:20px;padding-top:14px}.lightbox-bottom button{background:none;border:1px solid var(--border);width:45px;height:40px}.lightbox-bottom p{font-size:16px}#lightbox-image{max-height:72vh;width:auto;max-width:80vw;min-width:200px}#privacy{max-width:600px;padding:60px 35px 35px}#privacy h2{font-size:32px;margin-bottom:20px}#privacy p{margin:15px 0;color:var(--muted)}[data-theme="light"]{--bg:#f6f4f0;--surface:#eae8e2;--text:#142734;--muted:#53616a;--gold:#896730;--border:#14273429;--input:#faf9f6;color-scheme:light}[data-theme="light"] .button,[data-theme="light"] .filters .active{background:#ddc59b;border-color:#ddc59b;color:#142734}[data-theme="light"] .hero{--gold:#e2c48e}[data-theme="light"] .image-number{color:white}.reveal{animation:reveal .7s ease-out both}@keyframes reveal{from{opacity:.4;transform:translateY(22px)}to{opacity:1;transform:none}}@keyframes hero-enter{from{transform:scale(1.035)}to{transform:scale(1)}}
@media(min-width:1600px){.section{padding-left:max(7%,calc((100% - 1450px)/2));padding-right:max(7%,calc((100% - 1450px)/2))}}
@media(max-width:1100px){.header{padding:0 4%;gap:15px}.header nav{gap:18px}.brand{font-size:19px}.brand img{width:46px}.brand small{font-size:8px}.button.compact{gap:10px;padding:10px 14px}.section{padding:80px 5%}.image-wrap{height:360px}.collection-title{display:block}.collection-title h3{font-size:21px}.collection-title small{display:none}.gallery-item{height:260px}.about{gap:6%}.about-photo>img{height:560px}.craft-points{grid-template-columns:1fr}.contact{gap:5%}}
@media(max-width:800px){.header{height:80px}.header nav{display:none;position:absolute;top:79px;right:0;left:0;background:var(--bg);padding:25px 6%;border-bottom:1px solid var(--border);flex-direction:column}.header nav.open{display:flex}.menu{display:grid}.nav-actions{gap:8px}.header .compact{display:none}.brand img{width:48px}.hero{min-height:670px;height:calc(100svh - 80px);max-height:880px}.hero-content{width:88%;padding-bottom:80px}.hero h1{font-size:64px}.hero-shade{background:linear-gradient(270deg,#05121de6,#05121d5c),linear-gradient(0deg,#05121dba,transparent)}.hero-image{object-position:44% center}.hero-description{font-size:18px}.hero-bottom{font-size:12px;right:6%;left:6%;gap:20px}.hero-bottom>span[dir]{display:none}.hero-actions{gap:22px}.hero-actions .button{padding:15px 20px;font-size:16px;gap:18px}.signature-strip{gap:18px;font-size:13px;text-align:center}.signature-strip i:last-of-type,.signature-strip span:last-child{display:none}.section{padding:65px 6%}.section-heading{display:block;margin-bottom:35px}.section-heading>p,.section-heading>div>p:not(.eyebrow){margin-top:22px}.eyebrow{margin-bottom:18px}.collections{gap:20px;grid-template-columns:1fr}.collection:nth-child(2){padding-top:0}.collection{margin-bottom:20px}.image-wrap{height:480px}.collection-title{display:flex}.collection-title small{display:block}.collection-title h3{font-size:25px}.collection p{font-size:16px}.about{grid-template-columns:1fr;gap:45px}.about-photo>img{height:370px}.photo-note{right:-12px;bottom:22px;padding:15px 25px}.about-copy>p:not(.eyebrow){font-size:17px}.craft-points{grid-template-columns:1fr 1fr}.gallery{grid-template-columns:1fr 1fr;gap:14px}.gallery-item{height:230px}.gallery-item.wide{grid-column:span 2;height:310px}.gallery-item b{font-size:16px}.gallery-item>span{padding:40px 14px 15px}.gallery-item i{display:none}.process,.faq,.contact{grid-template-columns:1fr;gap:38px}.steps article{padding:24px 0}.phone{margin-top:25px;font-size:29px}.contact-copy .text-link{margin-bottom:15px}.footer-top{flex-wrap:wrap}.footer-top p{font-size:15px;order:3;width:100%}.footer-bottom{flex-wrap:wrap;font-size:12px}.footer-bottom>span:last-child{display:none}.floating-wa{left:16px;bottom:16px;width:48px;height:48px}.footer-bottom{padding-bottom:40px}html{scroll-padding-top:90px}}
@media(max-width:400px){.hero h1{font-size:53px}.hero-actions{gap:15px}.hero-actions .text-link{font-size:14px;gap:10px}.hero-actions .button{font-size:14px;padding:14px}.fields{grid-template-columns:1fr;gap:0}.image-wrap{height:400px}.craft-points{grid-template-columns:1fr}.brand small{letter-spacing:1px}.gallery-item{height:195px}.filters{gap:7px}.filters button{padding:6px 11px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}}

.assistant-toggle{position:fixed;bottom:24px;right:25px;z-index:7;background:var(--gold);color:var(--bg);padding:12px 18px;border:0;border-radius:28px;font-weight:700;box-shadow:0 5px 24px #0003}.assistant-panel{position:fixed;bottom:88px;right:25px;width:370px;max-width:calc(100vw - 30px);max-height:calc(100svh - 110px);overflow:auto;z-index:12;background:var(--bg);border:1px solid var(--gold);box-shadow:0 16px 60px #0006;border-radius:16px}.assistant-heading{padding:18px 20px;display:flex;justify-content:space-between;background:var(--surface);align-items:center}.assistant-heading small{display:block;font-size:13px;color:var(--muted)}.assistant-heading button{background:none;border:0;font-size:26px}.chat-messages{padding:16px;max-height:260px;overflow:auto;font-size:16px}.chat-messages p{white-space:pre-wrap;overflow-wrap:anywhere;margin-bottom:12px;padding:10px 14px;border-radius:10px;background:var(--surface)}.chat-messages p.chat-user{border-right:2px solid var(--gold)}.chat-notice{font-size:12px;color:var(--muted);padding:0 18px;line-height:1.6}#chat-form{padding:14px 18px}#chat-form label{margin:0;font-size:13px}.chat-input-row{display:flex;gap:7px}.chat-input-row input{min-width:0}.chat-input-row button{margin-top:7px;border:0;padding:0 16px;background:var(--gold);color:var(--bg)}#chat-status{font-size:12px;color:var(--muted);margin-top:6px}@media(max-width:600px){.assistant-toggle{right:15px;bottom:17px;font-size:14px}.assistant-panel{right:15px;bottom:78px}}

/* Allow grid and flex children to shrink without overflowing narrow viewports. */
.collections>*,.gallery>*,.about>*,.contact>*,.faq>*,.process>*,.fields>*{min-width:0}.hero-actions{flex-wrap:wrap}#form-status{overflow-wrap:anywhere}.header .brand{flex-shrink:0}@media(max-width:360px){.brand{font-size:19px}.header{gap:8px;padding:0 4%}.hero h1{font-size:46px}}
