@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600&family=Manrope:wght@400;500;600&family=Noto+Kufi+Arabic:wght@400;500;600&family=Playfair+Display:ital,wght@1,500&display=swap");

:root{--ink:#171614;--ink2:#25211d;--cream:#f3efe8;--paper:#fbfaf7;--sand:#d9cbbb;--gold:#d2a646;--gold2:#e3bd71;--muted:#6d665e;--line:#d8d1c7}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px;color:var(--ink);background:var(--cream);font-family:"DM Sans",Arial,sans-serif;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}button{color:inherit;font:inherit}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.topbar{display:flex;justify-content:space-between;gap:20px;padding:9px 5.5%;color:#ded9d2;background:var(--ink);font-size:10px;letter-spacing:.04em}.topbar a:hover{color:var(--gold2)}
.nav{position:sticky;z-index:50;top:0;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;min-height:86px;padding:10px 5.5%;background:rgba(243,239,232,.95);border-bottom:1px solid rgba(68,59,49,.12);backdrop-filter:blur(16px)}.brand{display:inline-flex;align-items:center;gap:14px;justify-self:start}.brand img{width:60px;height:60px;object-fit:contain;border-radius:0;mix-blend-mode:multiply}.brand>span{display:grid;gap:4px}.brand strong{font:600 17px "Manrope",sans-serif;letter-spacing:-.02em}.brand small{color:#7b746c;font-size:8px;letter-spacing:.14em;text-transform:uppercase}.links{display:flex;align-items:center;gap:20px}.links a{color:#5c554e;font-size:9px;font-weight:600;letter-spacing:.11em;text-transform:uppercase}.links a:hover{color:#9d7124}.language-switch{display:inline-flex;align-items:center;padding:3px;border:1px solid #c9c0b5;border-radius:999px;background:rgba(255,255,255,.42)}.language-switch button{min-width:36px;height:27px;padding:0 9px;background:transparent;border:0;border-radius:999px;color:#625b53;cursor:pointer;font-size:9px;font-weight:600;letter-spacing:.03em}.language-switch button[aria-pressed="true"]{color:#fff;background:var(--ink)}.language-switch button:focus-visible{outline:2px solid #9d7124;outline-offset:2px}.nav-cta{justify-self:end}.menu-button{display:none;background:transparent;border:0}
.button{display:inline-flex;align-items:center;justify-content:center;gap:18px;min-height:50px;padding:0 22px;border:1px solid transparent;font-size:10px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;transition:transform .2s,background .2s,box-shadow .2s}.button:hover{transform:translateY(-2px)}.button-dark{color:#fff;background:var(--ink)}.button-dark:hover{background:#2c2925;box-shadow:0 14px 30px rgba(23,22,20,.18)}.button-gold{color:#21180d;background:var(--gold2)}.button-gold:hover{background:#edcd8f;box-shadow:0 14px 32px rgba(160,113,31,.2)}.button-outline-light{color:#f5f0e8;border-color:#766d64}.button-outline-light:hover{background:#2b2723}
.eyebrow{margin:0 0 19px;color:#847a6e;font-size:9px;font-weight:600;letter-spacing:.23em;text-transform:uppercase}h1,h2,h3,p{margin-top:0}h1,h2,h3{font-family:"Manrope",sans-serif;letter-spacing:-.045em}h1 em,h2 em{color:#9a6d27;font-family:"Playfair Display",serif;font-weight:500}

.hero{display:grid;grid-template-columns:minmax(0,1.12fr) minmax(380px,.88fr);min-height:690px;color:#f4efe8;background:var(--ink)}.hero-copy{display:flex;flex-direction:column;justify-content:center;padding:10% 9% 10% 11%}.hero .eyebrow{color:#c4b79e}h1{margin-bottom:28px;font-size:clamp(54px,6.7vw,96px);font-weight:500;line-height:.96}.hero h1 em{color:#ddb46a}.hero-text{max-width:730px;color:#aaa198;font-size:15px;line-height:1.85}.actions{display:flex;flex-wrap:wrap;gap:11px;margin-top:28px}.hero-detail{position:relative;display:flex;flex-direction:column;justify-content:center;padding:clamp(45px,7vw,100px);background:#211e1a;overflow:hidden}.hero-detail:before,.hero-detail:after{content:"";position:absolute;border:1px solid rgba(226,189,113,.15);transform:rotate(45deg)}.hero-detail:before{width:360px;height:360px;right:-155px;top:-155px}.hero-detail:after{width:260px;height:260px;left:-160px;bottom:-120px}.joinery-mark{position:relative;z-index:1;display:flex;align-items:flex-end;gap:6px;width:110px;height:82px;margin-bottom:58px}.joinery-mark span{display:block;width:30px;background:var(--gold2);transform:skewY(-35deg);transform-origin:bottom}.joinery-mark span:nth-child(1){height:46px}.joinery-mark span:nth-child(2){height:66px}.joinery-mark span:nth-child(3){height:82px}.hero-detail-label{position:relative;z-index:1;color:#c8bda9;font-size:9px;letter-spacing:.2em;text-transform:uppercase}.hero-detail ol{position:relative;z-index:1;margin:7px 0 34px;padding:0;list-style:none;border-top:1px solid #3e3933}.hero-detail li{display:flex;align-items:center;gap:20px;padding:17px 0;color:#ede7df;border-bottom:1px solid #3e3933;font-size:13px}.hero-detail li span{color:#b19b73;font-size:9px;letter-spacing:.12em}.hero-detail li b{font-weight:400}.hero-detail-note{position:relative;z-index:1;margin:0;color:#8f877e;font-size:11px}
.stats{display:grid;grid-template-columns:repeat(4,1fr);padding:0 5.5%;background:var(--paper);border-bottom:1px solid var(--line)}.stat{min-height:148px;padding:31px 27px;border-right:1px solid var(--line);transition:background .2s}.stat:last-child{border-right:0}.stat strong{font:500 41px "Manrope",sans-serif;letter-spacing:-.05em}.stat p{margin:7px 0 0;color:var(--muted);font-size:11px;line-height:1.5}.rating-stat:hover{background:#fff}.stars{margin-right:5px;color:#ad7a27;letter-spacing:.08em}

.about{position:relative;padding:clamp(82px,9vw,135px) 6%;background:var(--sand)}.section-label{position:absolute;top:30px;right:6%;color:#a89a89;font-size:9px;letter-spacing:.2em;text-transform:uppercase}.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:clamp(45px,8vw,125px);align-items:start}.about h2{max-width:680px;margin:0;font-size:clamp(42px,4.8vw,69px);font-weight:500;line-height:1.04}.about-copy{max-width:650px}.about-copy p{color:#5e5750;font-size:15px;line-height:1.84}
.services{padding:clamp(85px,9vw,140px) 6%;background:var(--paper)}.section-heading{display:grid;grid-template-columns:1.1fr .9fr;align-items:end;gap:70px;margin-bottom:62px}.section-heading h2{margin:0;font-size:clamp(46px,5.4vw,78px);font-weight:500;line-height:1}.section-heading>p{max-width:590px;margin-bottom:6px;color:var(--muted);font-size:14px;line-height:1.8}.service-grid{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line);border-left:1px solid var(--line)}.service-card{position:relative;min-height:310px;padding:30px clamp(25px,3vw,43px) 36px;background:#f7f3ed;border-right:1px solid var(--line);border-bottom:1px solid var(--line);transition:transform .22s,box-shadow .22s}.service-card:hover{z-index:2;background:#f7f3ed;transform:translateY(-5px);box-shadow:0 20px 50px rgba(49,37,23,.1)}.service-card>span{color:#9d9388;font-size:9px;letter-spacing:.15em}.service-card h3{margin:70px 0 16px;font-size:24px;font-weight:500;line-height:1.12}.service-card p{margin-bottom:0;color:var(--muted);font-size:13px;line-height:1.72}.custom-note{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:35px;margin-top:28px;padding:28px 32px;color:#efe8df;background:var(--ink)}.custom-note strong{font:500 21px "Manrope",sans-serif;letter-spacing:-.03em}.custom-note p{margin:0;color:#a9a098;font-size:12px;line-height:1.65}.custom-note a{min-width:max-content;color:var(--gold2);font-size:10px;font-weight:600;letter-spacing:.08em;text-transform:uppercase}

.work{display:grid;grid-template-columns:1fr 1fr;gap:clamp(45px,8vw,120px);align-items:center;padding:clamp(80px,10vw,150px) 6%;color:#f5efe8;background:var(--ink)}.eyebrow-light{color:#c5b79f}.work h2{margin-bottom:26px;font-size:clamp(48px,5.8vw,82px);font-weight:500;line-height:.99}.work h2 em{color:#ddb66e}.work-copy>p:last-of-type{max-width:640px;color:#aaa198;font-size:14px;line-height:1.8}.work-copy .button{margin-top:16px}.instagram-link{display:flex;min-height:390px;padding:50px;align-items:center;justify-content:center;flex-direction:column;color:#fff;background:linear-gradient(145deg,#302721,#1b1917);border:1px solid #55483b;box-shadow:0 28px 80px rgba(0,0,0,.2);text-align:center;transition:transform .25s,border-color .25s}.instagram-link:hover{transform:translateY(-5px);border-color:#c59b52}.instagram-icon{display:grid;place-items:center;width:86px;height:86px;margin-bottom:27px;color:#1d1714;background:linear-gradient(135deg,#f8d26a,#dc4f80 48%,#7749d9);border-radius:24px}.instagram-icon svg{width:52px;height:52px;fill:none;stroke:currentColor;stroke-width:1.7}.instagram-icon .instagram-dot{fill:currentColor;stroke:none}.instagram-handle{margin-bottom:15px;color:var(--gold2);font:500 clamp(23px,2.5vw,36px) "Manrope",sans-serif;letter-spacing:-.035em;direction:ltr}.instagram-link strong{margin-bottom:26px;color:#c5bdb4;font-size:13px;font-weight:400}.instagram-cta{padding-bottom:6px;border-bottom:1px solid #897b6c;color:#fff;font-size:10px;font-weight:600;letter-spacing:.1em;text-transform:uppercase}
.coverage{display:grid;grid-template-columns:1.08fr .92fr;gap:70px;align-items:center;padding:clamp(80px,9vw,135px) 6%;background:var(--sand)}.coverage h2{margin-bottom:25px;font-size:clamp(43px,5vw,72px);font-weight:500;line-height:1.03}.coverage-copy>p:last-child{max-width:620px;color:#5f5851;font-size:14px;line-height:1.8}.emirates{display:grid;grid-template-columns:1fr 1fr;border-top:1px solid #aa9d8e;border-left:1px solid #aa9d8e}.emirates span{padding:20px;color:#514940;border-right:1px solid #aa9d8e;border-bottom:1px solid #aa9d8e;font-size:11px;letter-spacing:.08em;text-align:center;text-transform:uppercase}.emirates span:last-child{grid-column:1/-1}
.contact-area{display:grid;grid-template-columns:1fr 1fr;gap:20px;padding:clamp(75px,9vw,135px) 6%;background:var(--cream)}.directions,.rating-card{padding:clamp(42px,6vw,80px);background:var(--paper);border:1px solid var(--line)}.directions h2{margin-bottom:20px;font-size:clamp(40px,4.6vw,66px);font-weight:500;line-height:1.05}.directions>p:last-of-type{color:var(--muted);font-size:14px;line-height:1.7}.directions .button{margin-top:18px}.rating-card{transition:transform .23s,box-shadow .23s}.rating-card:hover{transform:translateY(-4px);box-shadow:0 22px 60px rgba(48,36,22,.1)}.review-score{display:block;font:500 clamp(80px,9vw,130px)/.85 "Manrope",sans-serif;letter-spacing:-.08em}.review-stars{display:block;margin:25px 0 15px;color:#b17e29;font-size:18px;letter-spacing:.24em}.rating-card h2{margin-bottom:15px;font-size:clamp(30px,3.6vw,49px);font-weight:500}.rating-card>p:last-of-type{color:var(--muted);font-size:13px}.rating-card>strong{display:inline-block;margin-top:15px;padding-bottom:5px;border-bottom:1px solid;font-size:9px;letter-spacing:.08em;text-transform:uppercase}
.quote-section{padding:clamp(80px,10vw,145px) 6%;text-align:center;background:var(--ink);color:#f5efe8}.quote-section h2{margin-bottom:24px;font-size:clamp(48px,6vw,84px);font-weight:500;line-height:1}.quote-section h2 em{color:#ddb66e}.quote-section>p:not(.eyebrow){max-width:730px;margin:0 auto 31px;color:#aaa198;font-size:14px;line-height:1.8}

.footer{display:grid;grid-template-columns:1fr auto auto;align-items:center;gap:45px;padding:35px 5.5%;color:#aaa39b;background:#111;font-size:10px}.footer-brand{display:flex;align-items:center;gap:12px}.footer-brand img{width:48px;height:48px;object-fit:contain;border-radius:6px}.footer-brand>div{display:grid;gap:4px}.footer-brand strong{color:#f0ece6;font-size:12px}.socials{display:flex;gap:8px}.socials a{display:inline-flex;align-items:center;gap:7px;padding:10px 12px;border:1px solid #373431;transition:border-color .2s,color .2s}.socials a:hover{color:#fff;border-color:#77716b}.socials span{color:var(--gold2);font-weight:600}.footer>p{margin:0}.floating-quote{position:fixed;z-index:40;right:20px;bottom:20px;display:none;gap:10px;padding:14px 18px;color:#21180d;background:#74d891;box-shadow:0 12px 34px rgba(28,92,47,.25);font-size:10px;font-weight:600;letter-spacing:.08em;text-transform:uppercase}.reveal{opacity:0;transform:translateY(20px);transition:opacity .65s,transform .65s}.reveal.is-visible{opacity:1;transform:translateY(0)}

@media(max-width:1120px){.nav{grid-template-columns:1fr auto}.nav-cta{display:none}.links{justify-self:end}.hero{grid-template-columns:1fr 420px}.service-grid{grid-template-columns:1fr 1fr}.custom-note{grid-template-columns:1fr}.work{gap:50px}.footer{grid-template-columns:1fr auto}.footer>p{display:none}}
@media(max-width:820px){.links{display:none}.menu-button{display:grid;gap:6px;justify-items:end;width:44px;padding:10px 0 10px 10px;cursor:pointer}.menu-button span:not(.sr-only){width:25px;height:1px;background:var(--ink)}.menu-button span:nth-child(2){width:18px}.links{position:absolute;top:86px;right:0;left:0;align-items:stretch;flex-direction:column;gap:0;padding:8px 5.5% 18px;background:var(--cream);border-bottom:1px solid var(--line)}.links.is-open{display:flex}.links a{padding:15px 4px;border-bottom:1px solid var(--line)}.language-switch{align-self:flex-start;margin-top:14px}.hero{grid-template-columns:1fr}.hero-copy{min-height:610px;padding:78px 7%}.hero-detail{min-height:530px}.about-grid,.section-heading,.work,.coverage,.contact-area{grid-template-columns:1fr}.work{gap:55px}.instagram-link{max-width:620px}.coverage{gap:45px}.contact-area{gap:16px}}
@media(max-width:600px){.topbar{display:none}.nav{min-height:74px;padding:8px 18px}.brand img{width:49px;height:49px}.brand strong{font-size:14px}.brand small{display:none}.links{top:74px;padding:8px 18px 18px}.hero-copy{min-height:580px;padding:70px 21px}h1{font-size:clamp(50px,15vw,67px)}.hero-text{font-size:14px}.actions{align-items:stretch;flex-direction:column}.actions .button{width:100%}.hero-detail{min-height:500px;padding:55px 26px}.stats{grid-template-columns:1fr 1fr;padding:0}.stat{min-height:138px;padding:25px 20px;border-bottom:1px solid var(--line)}.stat:nth-child(2){border-right:0}.stat strong{font-size:34px}.about,.services,.work,.coverage,.contact-area,.quote-section{padding-right:21px;padding-left:21px}.about h2,.section-heading h2,.coverage h2{font-size:42px}.service-grid{grid-template-columns:1fr}.service-card{min-height:270px;padding:27px 25px 33px}.service-card h3{margin-top:55px}.custom-note{padding:28px 23px}.work{padding-top:78px;padding-bottom:78px}.work h2{font-size:49px}.work-copy .button{width:100%}.instagram-link{min-height:330px;padding:38px 24px}.instagram-icon{width:76px;height:76px;border-radius:21px}.instagram-icon svg{width:45px;height:45px}.emirates{grid-template-columns:1fr}.emirates span:last-child{grid-column:auto}.directions,.rating-card{padding:39px 25px}.quote-section h2{font-size:48px}.quote-section .button{width:100%}.footer{grid-template-columns:1fr;padding:34px 21px 92px}.socials{flex-wrap:wrap}.floating-quote{display:inline-flex}}

html[dir="rtl"] body{font-family:"Noto Kufi Arabic","DM Sans",Arial,sans-serif}html[dir="rtl"] h1,html[dir="rtl"] h2,html[dir="rtl"] h3,html[dir="rtl"] .brand strong,html[dir="rtl"] .stat strong,html[dir="rtl"] .custom-note strong,html[dir="rtl"] .instagram-handle,html[dir="rtl"] .review-score{font-family:"Noto Kufi Arabic","Manrope",sans-serif;letter-spacing:-.02em}html[dir="rtl"] h1 em,html[dir="rtl"] h2 em{font-family:"Noto Kufi Arabic",serif;font-style:normal}html[dir="rtl"] .eyebrow,html[dir="rtl"] .brand small,html[dir="rtl"] .links a,html[dir="rtl"] .button,html[dir="rtl"] .emirates span,html[dir="rtl"] .instagram-cta,html[dir="rtl"] .floating-quote{letter-spacing:0;text-transform:none}html[dir="rtl"] .section-label{right:auto;left:6%}html[dir="rtl"] .hero-detail li span,html[dir="rtl"] .service-card>span,html[dir="rtl"] .counter,html[dir="rtl"] .review-score{direction:ltr;unicode-bidi:isolate}html[dir="rtl"] .stars,html[dir="rtl"] .review-stars{margin-right:0;margin-left:5px;direction:ltr;unicode-bidi:isolate}html[dir="rtl"] .instagram-handle{direction:ltr}html[dir="rtl"] .service-card p,html[dir="rtl"] .hero-text,html[dir="rtl"] .about-copy p,html[dir="rtl"] .section-heading>p,html[dir="rtl"] .work-copy>p:last-of-type,html[dir="rtl"] .coverage-copy>p:last-child,html[dir="rtl"] .quote-section>p:not(.eyebrow){line-height:2}
@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation:none!important;transition-duration:.01ms!important}.reveal{opacity:1;transform:none}}
