:root{--gold:#bd7f28;--ink:#182126;--cream:#f5f1e9;--line:#ded2c1}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Arial,"Noto Sans Arabic",sans-serif;color:var(--ink);background:#fff}header{height:114px;display:flex;align-items:center;gap:32px;padding:10px 7%;background:#fff;position:sticky;top:0;z-index:50;border-bottom:1px solid #eee}.brand{height:88px;width:150px;display:flex;align-items:center;overflow:hidden}.brand img{width:100%;height:100%;object-fit:contain}nav{margin-inline-start:auto;display:flex;gap:28px}a{text-decoration:none;color:inherit}nav a{font-size:15px}.actions{display:flex;align-items:center;gap:14px}.actions button{border:0;background:transparent;cursor:pointer;font-size:14px;padding:10px}.actions button i{font-style:normal;color:#aaa;margin:0 5px}.actions button span{color:#777}.actions button span.active{color:var(--gold);font-weight:800}.quote,.btn{display:inline-block;background:var(--gold);color:#fff;padding:14px 20px;border:0;cursor:pointer}.hero{min-height:650px;background:url('assets/hero.png') center/cover no-repeat;position:relative;display:flex;align-items:center}.shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,255,255,.98) 0%,rgba(255,255,255,.83) 30%,rgba(255,255,255,.08) 63%)}[dir=rtl] .shade{background:linear-gradient(270deg,rgba(255,255,255,.98) 0%,rgba(255,255,255,.83) 30%,rgba(255,255,255,.08) 63%)}.heroCopy{position:relative;max-width:650px;margin-inline-start:6%;padding:35px}.eyebrow{font-size:12px;letter-spacing:4px}.hero h1{font-size:54px;line-height:1.02;margin:18px 0}.heroCopy>p:not(.eyebrow){font-size:19px}.ghost{background:transparent;color:var(--ink);border:1px solid var(--ink);margin-inline-start:8px}.section{padding:85px 6%}.heading{text-align:center;max-width:760px;margin:0 auto 48px}.heading span{color:var(--gold);letter-spacing:7px}.heading h2{font-size:40px;margin:12px 0}.heading p{color:#6c7478}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.cards article{border:1px solid var(--line);padding:34px;min-height:210px;transition:.2s}.cards article:hover{transform:translateY(-3px);border-color:var(--gold)}.cards b{color:var(--gold)}.cards h3{font-size:20px;margin-top:26px}.cards p{color:#697075;line-height:1.7}.dark{background:var(--ink);color:#fff}.dark .heading p{color:#c7cccf}.filters{display:flex;justify-content:center;gap:10px;flex-wrap:wrap;margin-bottom:28px}.filter{padding:13px 24px;border:1px solid #566067;background:#fff;color:#20282d;cursor:pointer}.filter.active{background:var(--gold);border-color:var(--gold);color:#fff}.projectsGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.projectCard{padding:0;border:0;background:#fff;color:var(--ink);text-align:start;cursor:pointer;overflow:hidden}.projectCard[hidden]{display:none}.projectCard img{width:100%;aspect-ratio:1.65;object-fit:cover;display:block;transition:.3s}.projectCard:hover img{transform:scale(1.025)}.projectCard span{display:flex;justify-content:space-between;gap:15px;align-items:center;padding:18px}.projectCard strong{font-size:17px}.projectCard small{color:#7c8386}.aboutLuxury{display:grid;grid-template-columns:1.05fr .95fr;gap:70px;align-items:center;background:#fbfaf7}.aboutVisual{position:relative}.aboutVisual>img{width:100%;min-height:470px;object-fit:cover;display:block}.aboutStamp{position:absolute;left:24px;right:24px;bottom:24px;background:rgba(24,33,38,.92);color:#fff;padding:20px 24px;display:flex;justify-content:space-between}.aboutStamp span{color:#d7a152;font-weight:800;letter-spacing:2px}.aboutStamp small{letter-spacing:2px}.heading.left{text-align:start;margin:0 0 25px}.lead{font-size:20px;line-height:1.9;color:#495258}.values{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin-top:32px}.values div{border:1px solid var(--line);padding:20px;display:flex;align-items:center;gap:16px}.values b{color:var(--gold)}.whyGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.whyGrid>div{background:var(--cream);padding:34px}.whyGrid p{line-height:1.7;color:#667075}.contact{background:var(--ink);color:#fff;padding:90px 7%;display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:start}.contact h2{font-size:42px}.contactInfo{display:flex;flex-direction:column;gap:18px;margin-top:30px}.whatsapp{color:#65e08e}.location{color:#e1b66f}.contact form{background:#fff;padding:30px;display:grid;gap:12px}.contact input,.contact select,.contact textarea{width:100%;padding:16px;border:1px solid #ddd;font:inherit}.modal{display:none;position:fixed;inset:0;background:rgba(0,0,0,.82);z-index:100;overflow:auto;padding:4%}.modal.open{display:block}.modalPanel{max-width:1180px;margin:auto;background:#fff;padding:30px;position:relative}.modalClose{position:absolute;right:18px;top:12px;border:0;background:transparent;font-size:36px;cursor:pointer}.gallery{display:grid;grid-template-columns:2fr 1fr;gap:12px;margin-top:22px}.gallery img{width:100%;height:280px;object-fit:cover}.gallery img:first-child{grid-row:span 2;height:572px}.assistantToggle{position:fixed;right:22px;bottom:22px;z-index:80;border:0;background:var(--gold);color:#fff;border-radius:30px;padding:14px 20px;cursor:pointer;box-shadow:0 8px 25px #0003}.assistantToggle span{margin-inline-end:7px}.assistant{display:none;position:fixed;right:22px;bottom:80px;width:min(390px,calc(100% - 30px));background:#fff;border:1px solid #ddd;z-index:90;box-shadow:0 16px 50px #0004}.assistant.open{display:block}.assistantHead{background:var(--ink);color:#fff;padding:16px;display:flex;justify-content:space-between}.assistantHead small{display:block;color:#bbb;margin-top:4px}.assistantHead button{border:0;background:transparent;color:#fff;font-size:24px;cursor:pointer}.chat{height:280px;overflow:auto;padding:15px;background:#f6f5f2}.bot,.user{padding:11px 13px;margin:8px 0;max-width:88%;line-height:1.45}.bot{background:#fff;border:1px solid #ddd}.user{background:#ead8bc;margin-inline-start:auto}.assistant form{display:flex;padding:10px;border-top:1px solid #ddd}.assistant input{flex:1;min-width:0;padding:12px;border:1px solid #ddd;font-size:16px}.assistant form button{background:var(--gold);color:#fff;border:0;padding:0 16px}.expertWhatsapp{display:block;background:#1d9e55;color:#fff;text-align:center;padding:13px;margin:0 10px 10px}footer{text-align:center;padding:35px;background:#f5f2ec}footer img{width:100px;height:65px;object-fit:contain}footer p{font-size:13px;color:#697075}[dir=rtl] .assistantToggle,[dir=rtl] .assistant{right:auto;left:22px}[dir=rtl] .modalClose{right:auto;left:18px}
@media(max-width:900px){header{height:auto;padding:10px 4%;flex-wrap:wrap}.brand{height:70px;width:120px}nav{order:3;width:100%;justify-content:center;gap:15px;overflow:auto;padding-bottom:8px}.actions{margin-inline-start:auto}.quote{display:none}.hero{min-height:560px}.hero h1{font-size:39px}.cards,.projectsGrid,.whyGrid{grid-template-columns:1fr 1fr}.aboutLuxury,.contact{grid-template-columns:1fr}.aboutVisual>img{min-height:350px}.gallery{grid-template-columns:1fr}.gallery img,.gallery img:first-child{height:auto;grid-row:auto}}
@media(max-width:580px){.section{padding:65px 5%}.heroCopy{margin:0;padding:25px}.hero h1{font-size:34px}.heading h2,.contact h2{font-size:32px}.cards,.projectsGrid,.whyGrid,.values{grid-template-columns:1fr}.projectCard span{display:block}.projectCard small{display:block;margin-top:8px}.aboutStamp{position:static;display:block}.aboutStamp small{display:block;margin-top:8px}.contact{padding:65px 5%}.assistantToggle b{display:none}}

/* V3 premium refinements */
header{height:132px;padding:12px 6%;gap:38px;box-shadow:0 4px 20px rgba(24,33,38,.05)}.brand{height:106px;width:210px;flex:0 0 210px}.brand img{transform:scale(1.08)}nav{gap:34px}nav a{font-size:16px;font-weight:600;position:relative;padding:14px 0}nav a:after{content:"";position:absolute;left:0;right:0;bottom:5px;height:2px;background:var(--gold);transform:scaleX(0);transition:.2s}nav a:hover:after{transform:scaleX(1)}.actions button{font-size:15px;font-weight:700}.quote{padding:17px 24px;font-weight:700;letter-spacing:.2px}.projectsGrid{grid-template-columns:repeat(3,1fr)}.projectCard{border:1px solid rgba(255,255,255,.08)}.projectCard strong{font-size:18px}.founded{display:flex;align-items:end;gap:18px;margin:-5px 0 20px;color:#777;text-transform:uppercase;letter-spacing:1.5px;font-size:12px}.founded strong{font-size:46px;line-height:.9;color:var(--gold);letter-spacing:-1px}.aboutText{font-size:16px;line-height:1.9;color:#606a6f}.aboutMotto{border-inline-start:3px solid var(--gold);padding:10px 18px;margin:24px 0}.aboutMotto strong{display:block;color:var(--gold);letter-spacing:2px;font-size:14px}.aboutMotto span{display:block;margin-top:6px;font-size:17px;font-weight:700}.why{background:#151d21;color:#fff}.why .heading{margin-bottom:20px}.why .heading h2{color:#fff}.whyIntro{text-align:center;max-width:980px;margin:0 auto 50px}.whyStatement{font-size:clamp(30px,4vw,58px);font-weight:800;line-height:1.08;letter-spacing:-1px;margin:15px 0}.whyStatement em{font-style:normal;color:var(--gold)}.whyArabic{color:#c8ced1;font-size:18px;line-height:1.8}.whyGrid{grid-template-columns:repeat(3,1fr);gap:1px;background:#394247;border:1px solid #394247}.whyGrid>div{background:#1b252a;padding:38px;min-height:270px;transition:.25s}.whyGrid>div:hover{background:#202c31}.whyGrid b{color:var(--gold);font-size:14px;letter-spacing:3px}.whyGrid h3{font-size:21px;margin:25px 0 12px}.whyGrid p{color:#b8c0c4;line-height:1.8;margin:0}.modalPanel{background:#151d21;color:#fff}.modalClose{color:#fff}.gallery{grid-template-columns:2fr 1fr 1fr}.gallery img{height:220px}.gallery img:first-child{grid-row:span 2;grid-column:span 2;height:452px}
@media(max-width:1050px){header{height:auto;flex-wrap:wrap}.brand{height:86px;width:170px;flex-basis:170px}nav{order:3;width:100%;justify-content:center;padding-bottom:8px}.projectsGrid{grid-template-columns:repeat(2,1fr)}.whyGrid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:580px){.brand{height:76px;width:145px;flex-basis:145px}nav{justify-content:flex-start}.projectsGrid{grid-template-columns:1fr}.whyGrid{grid-template-columns:1fr}.whyStatement{font-size:31px}.gallery{grid-template-columns:1fr}.gallery img,.gallery img:first-child{height:auto;grid-row:auto;grid-column:auto}}


/* V5 — ARCOMATE approved light identity + premium header */
:root{--gold:#bd7f28;--ink:#182126;--cream:#f7f3ec;--line:#ded2c1}
body{background:#fff;color:var(--ink)}
header{height:118px;background:rgba(255,255,255,.97);color:var(--ink);border-bottom:1px solid #ece7df;padding:8px 5.5%;box-shadow:0 5px 24px rgba(24,33,38,.05)}
.brand{height:94px;width:285px;flex:0 0 285px;overflow:visible}
.brand img{width:100%;height:100%;object-fit:contain;transform:none}
header nav a{color:var(--ink)}
.actions button span{color:#6d7477}.actions button span.active{color:var(--gold)}
.quote{background:var(--gold);color:#fff;border:1px solid var(--gold)}
.hero{min-height:650px;background:url('assets/hero.png') center/cover no-repeat;color:var(--ink)}
.hero:before{display:none}.hero .shade{display:block}
.heroCopy{background:transparent;backdrop-filter:none;border:0;padding:35px}
.hero .eyebrow{color:var(--ink)}.hero h1{text-shadow:none}.heroCopy>p:not(.eyebrow){color:var(--ink)}
.hero .ghost{color:var(--ink);border-color:var(--ink)}
.section{background:#fff}.dark{background:#182126}.aboutLuxury{background:#fbfaf7}.why{background:#151d21}.contact{background:#182126}footer{background:#f5f2ec}

/* Full-screen project gallery */
.modal{padding:0;background:rgba(10,16,19,.94);backdrop-filter:blur(8px)}
.modal.open{display:flex;align-items:center;justify-content:center}
.modalPanel{width:100%;height:100vh;max-width:none;margin:0;background:transparent;color:#fff;padding:28px 3%;display:grid;grid-template-rows:auto 1fr auto;gap:16px}
.modalTop{display:flex;justify-content:space-between;align-items:center;gap:20px;min-height:64px}
.modalMeta{margin-inline-start:auto;text-align:end}
.modalMeta h2{font-size:24px;margin:0 0 7px}.modalMeta p{margin:0;color:#c7cccf}
.modalClose{position:static;order:-1;color:#fff;border:1px solid rgba(255,255,255,.25);width:48px;height:48px;border-radius:50%;font-size:30px;line-height:1}
.galleryStage{min-height:0;position:relative;display:flex;align-items:center;justify-content:center}
.galleryMain{width:100%;height:100%;max-height:68vh;object-fit:contain;border-radius:4px;display:block}
.galleryNav{position:absolute;top:50%;transform:translateY(-50%);width:52px;height:52px;border-radius:50%;border:1px solid var(--gold);background:rgba(18,27,31,.78);color:#e3ad50;font-size:34px;cursor:pointer;z-index:2}
.galleryPrev{left:10px}.galleryNext{right:10px}
.galleryCount{position:absolute;top:12px;left:14px;background:rgba(10,16,19,.76);border:1px solid rgba(255,255,255,.2);padding:8px 14px;border-radius:22px}
.galleryThumbs{display:flex;gap:10px;overflow-x:auto;padding:3px 2px 8px;scrollbar-width:thin}
.galleryThumbs button{flex:0 0 150px;height:88px;padding:0;border:2px solid transparent;background:none;cursor:pointer;border-radius:4px;overflow:hidden}
.galleryThumbs button.active{border-color:var(--gold)}
.galleryThumbs img{width:100%;height:100%;object-fit:cover;display:block}
@media(max-width:900px){
 header{height:auto}.brand{height:78px;width:210px;flex-basis:210px}
 .modalPanel{padding:18px 3%}.galleryMain{max-height:60vh}.galleryThumbs button{flex-basis:112px;height:70px}
}
@media(max-width:580px){
 .brand{height:68px;width:175px;flex-basis:175px}
 .modalMeta h2{font-size:18px}.modalMeta p{font-size:13px}
 .galleryNav{width:42px;height:42px;font-size:27px}.galleryMain{max-height:56vh}
}
/* V6 */
.intro{position:fixed;inset:0;z-index:9999;background:#fbfaf7;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:18px;animation:introOut .65s ease 2.35s forwards}.introBrand{display:flex;align-items:center;gap:18px;opacity:0;transform:translateY(12px);animation:introIn .7s ease .45s forwards}.introBrand img{width:78px;height:88px;object-fit:contain}.introBrand strong{display:block;font-size:30px;letter-spacing:1px}.introBrand strong span{font-family:Arial,sans-serif}.introBrand small{display:block;color:#777;font-size:10px;letter-spacing:1.6px;margin-top:5px}.intro>p{font-size:10px;letter-spacing:5px;color:#9c6a27;opacity:0;animation:introIn .6s ease 1.05s forwards}.introLines{position:absolute;width:180px;height:180px}.introLines i{position:absolute;background:#c78a34;opacity:.7;transform-origin:left;animation:drawLine .8s ease forwards}.introLines i:nth-child(1){width:110px;height:1px;left:35px;top:45px;transform:rotate(90deg) scaleX(0)}.introLines i:nth-child(2){width:90px;height:1px;left:55px;top:110px;transform:rotate(0) scaleX(0);animation-delay:.12s}.introLines i:nth-child(3){width:80px;height:1px;left:80px;top:70px;transform:rotate(45deg) scaleX(0);animation-delay:.24s}@keyframes introIn{to{opacity:1;transform:none}}@keyframes drawLine{to{transform:rotate(var(--r,0deg)) scaleX(1)}}@keyframes introOut{to{opacity:0;visibility:hidden;pointer-events:none}}
header{height:112px;padding:8px 5.5%;gap:28px}.brand{height:88px;width:390px;flex:0 0 390px;overflow:visible;display:flex;gap:14px;align-items:center}.brand>img{width:72px;height:82px;object-fit:contain;transform:none}.brand>span{display:block;white-space:nowrap}.brand strong{display:block;font-size:25px;letter-spacing:.3px;font-weight:700;color:#273137}.brand strong b{font-weight:600}.brand small{display:block;font-size:9px;letter-spacing:.5px;color:#666;margin-top:4px}.heroV6{background-image:url('assets/hero-sunset.jpg');background-position:center;background-size:cover;min-height:620px}.heroV6 .shade{background:linear-gradient(90deg,rgba(255,255,255,.96),rgba(255,255,255,.80) 31%,rgba(255,255,255,.12) 60%,rgba(255,255,255,0) 78%)}[dir=rtl] .heroV6 .shade{background:linear-gradient(270deg,rgba(255,255,255,.96),rgba(255,255,255,.80) 31%,rgba(255,255,255,.12) 60%,rgba(255,255,255,0) 78%)}.heroV6 .heroCopy{max-width:690px}.heroV6 h1{font-size:clamp(42px,4.2vw,68px);letter-spacing:-1.6px}.heroV6 .eyebrow{color:#8a5d22;font-weight:700}.projectCard:after{content:'VIEW GALLERY  →';display:block;padding:0 18px 16px;color:var(--gold);font-size:11px;letter-spacing:1.4px}.aboutEditorial{background:#fbfaf7;padding-top:105px}.aboutTitle{max-width:1180px;margin:0 auto 50px}.aboutTitle>span{color:var(--gold);letter-spacing:7px}.aboutTitle>p{font-size:11px;letter-spacing:4px;color:#9a6a2c;margin:15px 0 8px}.aboutTitle h2{font-size:clamp(40px,5vw,68px);margin:0;letter-spacing:-1.5px}.aboutEditorialGrid{max-width:1180px;margin:auto;display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:90px}.aboutMain{font-size:18px;line-height:1.95;color:#465158}.aboutMain .lead{font-size:24px;line-height:1.65;color:#182126;margin-top:0}.aboutMenu{border-top:1px solid #d9d3c8}.aboutMenu>div,.aboutMenu>a{display:flex;justify-content:space-between;align-items:center;padding:20px 0;border-bottom:1px solid #d9d3c8;font-size:13px;font-weight:700;letter-spacing:.5px}.aboutMenu strong{font-size:28px;color:var(--gold)}.aboutStatements{max-width:1180px;margin:75px auto 0;display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid #d9d3c8}.aboutStatements article{padding:34px 30px 10px 0;border-inline-end:1px solid #d9d3c8}.aboutStatements article:last-child{border:0}.aboutStatements span{color:var(--gold);letter-spacing:4px}.aboutStatements h3{font-size:24px;margin:18px 0 12px}.aboutStatements p{line-height:1.8;color:#667075}.galleryMain{background:#0d1519}.galleryThumbs button{opacity:.72}.galleryThumbs button.active{opacity:1}.galleryThumbs img{image-rendering:auto}
@media(max-width:1050px){.brand{width:290px;flex-basis:290px}.brand strong{font-size:20px}.brand small{display:none}nav{gap:18px}.aboutEditorialGrid{grid-template-columns:1fr;gap:35px}.aboutMenu{max-width:520px}.aboutStatements{grid-template-columns:1fr}.aboutStatements article{border-inline-end:0;border-bottom:1px solid #d9d3c8}}
@media(max-width:720px){header{height:auto}.brand{width:220px;flex-basis:220px}.brand>img{width:55px;height:64px}.brand strong{font-size:17px}.heroV6{min-height:580px;background-position:56% center}.aboutMain .lead{font-size:21px}.introBrand strong{font-size:22px}.introBrand small{font-size:8px}.introBrand img{width:62px;height:72px}}
/* V7 final corrections */
.intro{direction:ltr!important;animation:introOut .55s ease 1.65s forwards;gap:10px}
.introBrand{direction:ltr!important;gap:14px;animation:introIn .55s ease .25s forwards}
.introBrand img{order:0;width:74px;height:84px}.introBrand>div{order:1;text-align:left}
.introBrand strong{font-size:32px}.introBrand small{font-size:9px}.intro>p{margin:2px 0;animation:introIn .45s ease .75s forwards}.introTag{letter-spacing:3px!important;color:#777!important}
header .brand{direction:ltr!important;width:410px;flex-basis:410px;gap:13px}
header .brand>img{order:0;width:76px;height:86px}header .brand>span{order:1;text-align:left}header .brand strong{font-size:27px}header .brand small{font-size:9px;letter-spacing:.35px}
.galleryMain{max-height:66vh;object-fit:contain}.galleryThumbs img{object-fit:cover}
@media(max-width:1050px){header .brand{width:300px;flex-basis:300px}header .brand strong{font-size:20px}}
@media(max-width:720px){header .brand{width:225px;flex-basis:225px}header .brand>img{width:54px;height:62px}header .brand strong{font-size:17px}}
/* V8 — Luxury Architectural Studio refinement */
:root{--gold:#b9822d;--ink:#11191d;--cream:#f7f3ec;--line:#ded7ca}
body{background:#fbfaf7;color:var(--ink)}
header{height:108px;padding:0 4.2vw;background:rgba(255,255,255,.94);backdrop-filter:blur(18px);border-bottom:1px solid rgba(185,130,45,.18)}
.brand{gap:18px}.brand>img{display:none}.brand:before{content:"";width:76px;height:76px;background:url('assets/logo-official.jpg') center 24%/245px auto no-repeat}.brand span{display:none}
nav{gap:34px}nav a{font-size:14px;letter-spacing:.03em;position:relative}nav a:after{content:"";position:absolute;left:0;right:100%;bottom:-12px;height:1px;background:var(--gold);transition:.35s}nav a:hover:after{right:0}.quote{border-radius:0;padding:15px 24px}
.intro{background:#fbfaf7}.introBrand img{display:none}.introBrand:before{content:"";display:block;width:min(560px,80vw);height:260px;background:url('assets/logo-official.jpg') center/contain no-repeat}.introBrand>div{display:none}.intro>p{margin-top:-32px;letter-spacing:.42em;color:#7a736b}.introTag{display:none!important}
.heroV6{min-height:calc(100vh - 108px);background-image:linear-gradient(90deg,rgba(8,15,18,.68) 0%,rgba(8,15,18,.36) 35%,rgba(8,15,18,.03) 68%),url('assets/v7/modern/Modern_Villa_01.jpg');background-size:cover;background-position:center}.heroV6 .shade{background:linear-gradient(180deg,rgba(0,0,0,.05),rgba(0,0,0,.22))}.heroCopy{max-width:760px;margin-left:4.3vw;color:white}.heroCopy .eyebrow{letter-spacing:.32em;font-size:12px;color:#e7c991}.heroCopy h1{font-size:clamp(52px,5.4vw,94px);line-height:.95;letter-spacing:-.04em;max-width:900px;margin:24px 0}.heroCopy>p:not(.eyebrow){font-size:18px;color:rgba(255,255,255,.88)}.heroCopy .btn{border-radius:0}.heroCopy .ghost{color:white;border-color:rgba(255,255,255,.75)}
.section{padding:120px 5vw}.heading span,.aboutTitle>span{color:var(--gold);letter-spacing:.35em}.heading h2,.aboutTitle h2{font-size:clamp(42px,5vw,76px);letter-spacing:-.04em}.cards{border-top:1px solid var(--line)}.cards article{background:transparent;border:0;border-bottom:1px solid var(--line);padding:38px 26px;transition:.35s}.cards article:hover{background:#fff;transform:translateY(-5px);box-shadow:0 25px 60px rgba(30,25,18,.08)}.cards article b{color:var(--gold)}
.dark{background:#10181c}.dark .heading h2,.dark .heading p{color:white}.filters{gap:10px}.filter{border-radius:0;background:transparent;border:1px solid rgba(255,255,255,.24);color:white}.filter.active{background:var(--gold);border-color:var(--gold)}.projectsGrid{gap:2px}.projectCard{border-radius:0;overflow:hidden;min-height:480px;background:#111}.projectCard img{height:100%;min-height:480px;object-fit:cover;transition:transform .8s cubic-bezier(.2,.7,.2,1),filter .5s}.projectCard:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 45%,rgba(0,0,0,.78));pointer-events:none}.projectCard span{z-index:2;background:transparent!important;color:white!important;padding:28px!important}.projectCard small{color:rgba(255,255,255,.72)!important}.projectCard:hover img{transform:scale(1.055);filter:saturate(.9)}
.aboutEditorial{background:#f5f0e7}.aboutTitle p{letter-spacing:.32em;color:var(--gold)}.aboutMain .lead{font-size:clamp(27px,3vw,46px);line-height:1.28}.aboutMenu{border-left:1px solid #d7cbb9}.aboutMenu a{padding:20px 0;border-bottom:1px solid #d7cbb9}.aboutStatements article{border-top:1px solid #d7cbb9}.aboutStatements span{color:var(--gold)}
.why{background:#fff}.whyStatement{font-size:clamp(38px,5vw,82px);line-height:.98;letter-spacing:-.05em}.whyStatement em{color:var(--gold);font-style:normal}.whyGrid>div{border-color:#e4ddd1;background:transparent}.whyGrid>div:hover{background:#f8f4ed}.whyGrid b{color:var(--gold)}
.contact{background:#11191d;padding:110px 5vw;color:white}.contact h2{font-size:clamp(48px,6vw,92px);line-height:.95;letter-spacing:-.05em}.contact .eyebrow{color:#d6ae6b;letter-spacing:.28em}.contact form{background:#f7f3ec;padding:40px}.contact input,.contact select,.contact textarea{border-radius:0;border:0;border-bottom:1px solid #c9c0b1;background:transparent}
footer{background:#0b1114;color:#aaa;border-top:1px solid #293237}footer img{content:url('assets/logo-official.jpg');width:210px;mix-blend-mode:screen;filter:grayscale(1) brightness(2)}
@media(max-width:900px){header{height:88px}.brand:before{width:58px;height:58px;background-size:190px auto}.heroV6{min-height:78vh}.heroCopy{margin-left:0}.section{padding:80px 24px}.projectCard,.projectCard img{min-height:380px}}
/* V8.1 clarity + official brand correction */
header{height:118px;padding:8px 5%;background:rgba(255,255,255,.98);gap:26px}
header .brand{width:355px!important;flex:0 0 355px!important;height:96px!important;display:flex!important;overflow:visible!important}
header .brand:before{content:""!important;display:block!important;width:345px!important;height:92px!important;background:url('assets/logo-official-transparent.png') left center/contain no-repeat!important}
header .brand>img,header .brand>span{display:none!important}
.introBrand:before{width:min(520px,82vw)!important;height:min(390px,54vh)!important;background:url('assets/logo-official-transparent.png') center/contain no-repeat!important}
.intro>p{display:none!important}
.heroV6{min-height:680px!important;background-image:url('assets/v7/modern/Modern_Villa_01.jpg')!important;background-position:center!important;background-size:cover!important}
.heroV6 .shade{display:block!important;background:linear-gradient(90deg,rgba(255,255,255,.98) 0%,rgba(255,255,255,.91) 27%,rgba(255,255,255,.58) 43%,rgba(255,255,255,.08) 63%,rgba(255,255,255,0) 78%)!important}
[dir=rtl] .heroV6 .shade{background:linear-gradient(270deg,rgba(255,255,255,.98) 0%,rgba(255,255,255,.91) 27%,rgba(255,255,255,.58) 43%,rgba(255,255,255,.08) 63%,rgba(255,255,255,0) 78%)!important}
.heroCopy{color:var(--ink)!important;max-width:700px!important;margin-inline-start:4.5vw!important;margin-left:unset!important;padding:36px 20px!important}
.heroCopy .eyebrow{color:#9b6926!important;font-weight:700!important}.heroCopy h1{color:#172126!important;text-shadow:none!important;font-size:clamp(48px,5vw,78px)!important;line-height:1.02!important}.heroCopy>p:not(.eyebrow){color:#354047!important;font-size:19px!important;line-height:1.65!important}.heroCopy .ghost{color:#172126!important;border-color:#172126!important;background:rgba(255,255,255,.35)!important}
.galleryMain img{object-fit:contain!important;background:#0d1519!important;image-rendering:auto!important}.galleryThumbs img{object-fit:cover!important;image-rendering:auto!important}
@media(max-width:1050px){header .brand{width:270px!important;flex-basis:270px!important}header .brand:before{width:260px!important;height:80px!important}}
@media(max-width:720px){header .brand{width:210px!important;flex-basis:210px!important}header .brand:before{width:200px!important;height:68px!important}.heroV6{min-height:600px!important}.heroV6 .shade{background:linear-gradient(180deg,rgba(255,255,255,.92),rgba(255,255,255,.60) 58%,rgba(255,255,255,.18))!important}.heroCopy{margin-inline-start:0!important}}
/* V8.2 — approved bright luxury hero */
header{height:112px!important;padding:8px 5.2%!important;background:#fff!important}
header .brand{width:390px!important;flex-basis:390px!important;height:94px!important}
header .brand:before{width:380px!important;height:90px!important;background-image:url('assets/logo-official-transparent.png')!important;background-position:left center!important;background-size:contain!important;background-repeat:no-repeat!important}
.heroV6{min-height:710px!important;background-image:url('assets/hero-sunset.jpg')!important;background-size:cover!important;background-position:center!important;align-items:center!important}
.heroV6 .shade{background:linear-gradient(90deg,rgba(255,250,242,.98) 0%,rgba(255,250,242,.91) 23%,rgba(255,250,242,.62) 37%,rgba(255,250,242,.16) 53%,rgba(255,250,242,0) 68%)!important}
[dir=rtl] .heroV6 .shade{background:linear-gradient(270deg,rgba(255,250,242,.98) 0%,rgba(255,250,242,.91) 23%,rgba(255,250,242,.62) 37%,rgba(255,250,242,.16) 53%,rgba(255,250,242,0) 68%)!important}
.heroCopy{max-width:650px!important;margin-inline-start:5.2vw!important;padding:28px 0!important;position:relative!important;z-index:2!important}
.heroCopy .eyebrow{color:#a66e1e!important;font-size:13px!important;letter-spacing:.34em!important;margin:0 0 26px!important}
.heroCopy h1{font-size:clamp(52px,5vw,82px)!important;line-height:1.02!important;letter-spacing:-.035em!important;margin:0 0 24px!important;color:#172126!important;font-weight:750!important}
[dir=rtl] .heroCopy h1{font-size:clamp(48px,4.7vw,76px)!important;line-height:1.18!important;letter-spacing:0!important}
.heroServices{font-size:18px!important;font-weight:600!important;color:#263137!important;margin:0 0 15px!important}
.heroDesc{font-size:17px!important;line-height:1.75!important;color:#4a555a!important;max-width:590px!important;margin:0 0 28px!important}
.heroButtons{display:flex;gap:14px;flex-wrap:wrap}.heroButtons .btn{padding:16px 26px!important}.heroButtons .ghost{margin:0!important;background:rgba(255,255,255,.45)!important}
.heroStrip{min-height:112px;background:rgba(255,255,255,.97);display:grid;grid-template-columns:repeat(4,minmax(150px,1fr)) 1.5fr;align-items:center;padding:18px 5.2%;border-top:1px solid #eadfce;border-bottom:1px solid #eee;gap:0}
.heroStrip>div{display:flex;align-items:center;gap:14px;min-height:62px;padding:0 24px;border-inline-end:1px solid #dfd3c1}.heroStrip>div:first-child{padding-inline-start:0}.heroStrip b{font-size:34px;color:var(--gold);font-weight:400}.heroStrip span{font-size:14px;font-weight:600}.heroStrip p{text-align:center;letter-spacing:.22em;font-size:11px;color:#4d565a;margin:0}
@media(max-width:1100px){header .brand{width:290px!important;flex-basis:290px!important}header .brand:before{width:280px!important}.heroStrip{grid-template-columns:repeat(2,1fr)}.heroStrip p{grid-column:1/-1;padding-top:16px}.heroStrip>div:nth-child(2){border-inline-end:0}}
@media(max-width:720px){header .brand{width:210px!important;flex-basis:210px!important}header .brand:before{width:205px!important}.heroV6{min-height:650px!important;background-position:48% center!important}.heroV6 .shade,[dir=rtl] .heroV6 .shade{background:linear-gradient(180deg,rgba(255,250,242,.94),rgba(255,250,242,.72) 58%,rgba(255,250,242,.20))!important}.heroCopy{margin-inline-start:0!important;padding:34px 24px!important}.heroCopy h1,[dir=rtl] .heroCopy h1{font-size:42px!important}.heroStrip{grid-template-columns:1fr 1fr;padding:12px 20px}.heroStrip>div{padding:10px;border-bottom:1px solid #eee}.heroStrip span{font-size:12px}}
/* V8.3 footer logo clarity fix */
footer{background:#f7f3ec!important;color:#182126!important;border-top:1px solid #e3d8c8!important;padding:46px 24px!important}
footer img{content:url('assets/logo-official.jpg')!important;width:260px!important;height:125px!important;object-fit:contain!important;mix-blend-mode:normal!important;filter:none!important;display:block!important;margin:0 auto 16px!important}
footer p{color:#687075!important;margin:7px 0!important}
/* ===== V9 FULL LUXURY DESIGN ===== */
:root{--v9-gold:#c58b2b;--v9-ink:#182126;--v9-cream:#f7f2e9;--v9-line:#ded3c2}
html{scroll-behavior:smooth} body{background:#fbfaf7;color:var(--v9-ink)}
header{height:104px;padding:0 5vw;background:rgba(255,255,255,.96);border-bottom:1px solid #eadfce;backdrop-filter:blur(18px);position:sticky;top:0;z-index:80}
header .brand{gap:14px} header .brand img{width:92px;height:76px;object-fit:contain} header .brand span{display:none} header nav{gap:34px} header nav a{font-size:14px;font-weight:600;letter-spacing:.01em} .quote{background:var(--v9-gold)!important;color:#fff!important;padding:18px 26px!important;border:0!important}
.heroV9{min-height:680px;display:grid;grid-template-columns:45% 55%;background:var(--v9-cream);overflow:hidden;border-bottom:1px solid var(--v9-line)}
.v9Intro{padding:80px 6vw 60px;display:flex;flex-direction:column;justify-content:center;position:relative;background:linear-gradient(135deg,#fffdf8,#f4ede1)}
.v9Intro:after{content:"";position:absolute;inset:auto 0 0 0;height:44%;opacity:.11;background:linear-gradient(25deg,transparent 48%,#9b7a48 49%,transparent 50%) 0 0/80px 80px}
.v9Intro>*{position:relative;z-index:1}.v9Intro .eyebrow{letter-spacing:.5em;color:var(--v9-gold);font-size:12px;margin-bottom:24px}.v9Intro h1{font-size:clamp(46px,5vw,82px);line-height:1.08;margin:0 0 28px;max-width:720px;font-weight:700}.v9Intro .heroDesc{font-size:19px;line-height:1.9;max-width:610px;color:#41484a}.heroButtons{display:flex;gap:14px;margin-top:30px}.heroButtons .btn{padding:18px 30px}.heroButtons .ghost{background:transparent;color:var(--v9-ink);border:1px solid #84745e}.blueprint{display:flex;align-items:center;gap:13px;margin-top:55px;font-size:10px;letter-spacing:.2em;color:#8e806e}.blueprint i{width:55px;height:1px;background:#c9b99e}
.v9Visual{position:relative;min-height:680px;background:#111}.v9Visual>img{width:100%;height:100%;object-fit:cover;display:block;filter:saturate(.9) contrast(1.03)}.v9Visual:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.02),transparent 55%,rgba(0,0,0,.3))}.serviceRail{position:absolute;z-index:3;right:0;top:20%;background:rgba(19,23,24,.72);backdrop-filter:blur(8px);color:white;padding:24px 22px;width:178px;display:grid;gap:22px}.serviceRail span{font-size:11px;border-bottom:1px solid rgba(255,255,255,.2);padding-bottom:16px}.serviceRail b{display:block;font-size:26px;font-weight:300;margin-bottom:4px}.videoCue{position:absolute;z-index:3;right:38px;bottom:32px;color:#fff;text-decoration:none;border:1px solid rgba(255,255,255,.55);padding:13px 18px;border-radius:30px}
.heroStrip{background:#fff!important;border-bottom:1px solid var(--v9-line);padding:24px 5vw!important}.heroStrip div{border-right:1px solid var(--v9-line)}.heroStrip b{color:var(--v9-gold)!important}
.section{padding:100px 5vw}.heading span,.aboutTitle>span{color:var(--v9-gold)}.heading h2,.aboutTitle h2{font-size:clamp(38px,4vw,64px)}
#services{background:#fff}.cards{grid-template-columns:repeat(3,1fr)!important;gap:1px!important;background:var(--v9-line)}.cards article{min-height:310px;background:#fbf8f2!important;padding:40px!important;border:0!important;position:relative;overflow:hidden}.cards article:nth-child(1),.cards article:nth-child(4){background:#f0e5d5!important}.cards article b{font-size:42px;color:var(--v9-gold);font-weight:300}.cards article h3{font-size:25px;margin-top:55px}
#projects.dark{background:#f8f4ed!important;color:var(--v9-ink)!important}.dark .heading p{color:#6d6d68!important}.filters{justify-content:center;margin:36px 0}.filter{background:#fff!important;color:#333!important;border:1px solid #d9cdbb!important}.filter.active{background:var(--v9-gold)!important;color:#fff!important}.projectsGrid{grid-template-columns:repeat(3,1fr)!important;gap:14px!important}.projectCard{height:430px!important;border:0!important;background:#111!important;position:relative;overflow:hidden}.projectCard img{height:100%!important;transition:transform .7s ease}.projectCard:hover img{transform:scale(1.04)}.projectCard span{position:absolute!important;inset:auto 0 0!important;background:linear-gradient(transparent,rgba(0,0,0,.78))!important;color:white!important;padding:70px 24px 24px!important;text-align:start}.projectCard small{color:#e4c893!important}
.aboutEditorial{background:#fff}.aboutFeature{display:grid;grid-template-columns:42% 58%;gap:55px;align-items:start}.aboutPhoto{position:sticky;top:130px;height:620px;overflow:hidden}.aboutPhoto img{width:100%;height:100%;object-fit:cover}.aboutEditorialGrid{display:block!important}.aboutMenu{margin-top:35px}.aboutStatements{margin-top:70px}.aboutStatements article{border-top:1px solid var(--v9-line);padding-top:25px}
.why{background:#f3eadc}.whyGrid>div{background:rgba(255,255,255,.72)!important;border:1px solid #e3d5c1!important}
.workflowV9{padding:110px 5vw;background:#fffdf8;position:relative;overflow:hidden}.workflowV9:after{content:"";position:absolute;right:-80px;bottom:-100px;width:520px;height:520px;border:1px solid #d8c6aa;transform:rotate(25deg);opacity:.35}.workflowCopy{max-width:700px;margin-bottom:65px}.workflowCopy h2{font-size:clamp(42px,5vw,72px);margin:10px 0}.workflowCopy>p:last-child{font-size:18px;line-height:1.8;color:#5f625f}.workflowSteps{display:grid;grid-template-columns:repeat(5,1fr);position:relative;z-index:1}.workflowSteps:before{content:"";position:absolute;top:29px;left:6%;right:6%;height:1px;background:#cdb58e}.workflowSteps article{padding:0 24px;text-align:center}.workflowSteps b{display:grid;place-items:center;margin:auto;width:58px;height:58px;border:1px solid var(--v9-gold);border-radius:50%;background:#fffdf8;color:var(--v9-gold);position:relative}.workflowSteps h3{font-size:20px;margin:24px 0 10px}.workflowSteps p{font-size:13px;line-height:1.7;color:#6a6965}
.contact{background:#f3eadc!important;color:var(--v9-ink)!important;padding:100px 5vw!important}.contact form{background:#fff;padding:35px}.contact input,.contact select,.contact textarea{background:#fff!important;color:#222!important;border:1px solid #d8cbb9!important}
footer{background:#fffaf2!important;color:#4e4c48!important;border-top:1px solid #dfd2c0;padding:50px 5vw!important}footer img{width:260px!important;height:auto!important;max-height:120px!important;object-fit:contain!important;filter:none!important}
@media(max-width:900px){header nav{display:none}.heroV9{grid-template-columns:1fr}.v9Visual{min-height:500px}.serviceRail{display:none}.cards,.projectsGrid{grid-template-columns:1fr 1fr!important}.aboutFeature{grid-template-columns:1fr}.aboutPhoto{position:relative;top:0;height:440px}.workflowSteps{grid-template-columns:1fr;gap:25px}.workflowSteps:before{display:none}}
@media(max-width:600px){header{height:82px;padding:0 18px}header .brand img{width:72px;height:58px}.quote{display:none!important}.v9Intro{padding:55px 24px}.v9Intro h1{font-size:43px}.v9Visual{min-height:420px}.heroStrip{display:grid!important;grid-template-columns:1fr 1fr}.cards,.projectsGrid{grid-template-columns:1fr!important}.section{padding:70px 22px}.projectCard{height:360px!important}.aboutPhoto{height:330px}.workflowV9{padding:75px 22px}}

/* V9.1 readability + bilingual polish */
.why{background:#f4eadb!important;color:#111!important}
.why .heading h2,.whyStatement{color:#111!important}
.whyArabic{color:#202020!important;font-weight:500}
.whyGrid{background:#d9c9b2!important;border-color:#d9c9b2!important}
.whyGrid>div{background:#fff!important;border:0!important;color:#111!important}
.whyGrid>div:hover{background:#fffaf3!important}
.whyGrid h3{color:#111!important;font-weight:800}
.whyGrid p{color:#252525!important;opacity:1!important;font-weight:500}
.whyGrid b{color:#c48626!important}
html[lang="en"] body{direction:ltr}
html[lang="ar"] body{direction:rtl}
/* V9.2 ARCOMATE AI lead assistant */
.aiQuick{display:grid;grid-template-columns:1fr 1fr;gap:8px;padding:10px 14px;border-top:1px solid #eadfce;background:#fffaf3}.aiQuick button{border:1px solid #d9c6a7;background:#fff;color:#171d20;padding:10px 8px;border-radius:8px;cursor:pointer;font-weight:700}.aiQuick button:hover{background:#c58b2b;color:#fff;border-color:#c58b2b}.assistant .bot,.assistant .user{white-space:pre-line}
