:root{
  --paper:#f6f2ee;
  --paper-2:#fbf8f5;
  --ink:#171313;
  --muted:#756a66;
  --rose:#b57f87;
  --rose-soft:#ead8da;
  --line:rgba(23,19,19,.12);
  --shadow:0 18px 50px rgba(34,23,21,.08);
  --pad:clamp(18px,5.2vw,52px);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;background:var(--paper)}
body{margin:0;background:var(--paper);color:var(--ink);font-family:"IBM Plex Sans Arabic","Noto Kufi Arabic",Tahoma,Arial,sans-serif;overflow-x:hidden;text-align:right;-webkit-font-smoothing:antialiased}
body.modal-open{overflow:hidden}
a{color:inherit;text-decoration:none}
button{font:inherit;color:inherit;border:0;background:none;padding:0}
img,video{display:block;max-width:100%}
.section-pad{padding-inline:var(--pad)}

.topbar{height:76px;padding:9px var(--pad);display:flex;align-items:center;justify-content:space-between;gap:14px;position:absolute;inset:0 0 auto;z-index:20;color:#fff}
.brand{display:flex;align-items:center;gap:10px;min-width:0;direction:ltr}
.brand-mark{width:48px;height:48px;border-radius:14px;background:rgba(255,255,255,.95);display:grid;place-items:center;padding:5px;box-shadow:0 8px 24px rgba(0,0,0,.16);flex:0 0 auto}
.brand-mark img{width:100%;height:100%;object-fit:contain}
.brand-copy{display:flex;flex-direction:column;line-height:1;text-align:left;text-shadow:0 1px 12px rgba(0,0,0,.28);font-family:"Manrope","Segoe UI",sans-serif}
.brand-copy b{font-size:11px;letter-spacing:.16em}.brand-copy small{font-size:6px;letter-spacing:.19em;opacity:.8;margin-top:5px}
.top-cta{height:38px;padding:0 15px;border:1px solid rgba(255,255,255,.48);background:rgba(17,13,12,.17);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-radius:999px;display:flex;align-items:center;font-size:11px;font-weight:600}

.hero-media{height:max(660px,88svh);min-height:660px;max-height:900px;position:relative;overflow:hidden;background:#56443f;border-radius:0 0 26px 26px}
.hero-photo{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 30%;transform:scale(1.006)}
.hero-overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(12,8,7,.22) 0%,rgba(12,8,7,.03) 35%,rgba(12,8,7,.16) 58%,rgba(12,8,7,.87) 100%)}
.hero-badge{position:absolute;left:var(--pad);top:98px;width:80px;height:80px;border-radius:50%;background:rgba(255,250,247,.94);color:var(--ink);display:flex;flex-direction:column;align-items:center;justify-content:center;box-shadow:0 12px 34px rgba(0,0,0,.15);direction:ltr}
.hero-badge strong{font-family:"Manrope","Segoe UI",sans-serif;font-size:27px;line-height:.9;letter-spacing:-.05em;font-weight:700}.hero-badge span{font-size:9px;direction:rtl;margin-top:6px;font-weight:500}
.hero-copy{position:absolute;right:var(--pad);left:var(--pad);bottom:34px;color:#fff;max-width:590px;text-align:right}
.eyebrow,.tiny-en{font-family:"Manrope","Segoe UI",sans-serif;font-size:8px;letter-spacing:.17em;font-weight:700;direction:ltr;text-align:right;margin:0 0 10px;opacity:.78}
.hero h1{font-size:clamp(38px,10.2vw,60px);line-height:1.28;margin:0 0 11px;font-weight:600;letter-spacing:-.02em;text-align:right;text-wrap:balance}
.hero-lead{font-size:12px;line-height:1.95;max-width:520px;margin:0;color:rgba(255,255,255,.84);text-align:right;font-weight:400}
.hero-actions{display:flex;gap:9px;flex-wrap:wrap;margin-top:20px;justify-content:flex-start}
.btn{min-height:45px;padding:0 18px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;font-size:11px;font-weight:600;border:1px solid transparent}
.btn-primary{background:#fff;color:var(--ink)}.btn-secondary{border-color:rgba(255,255,255,.42);background:rgba(255,255,255,.07);color:#fff;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}

.account-hub{padding-top:34px;padding-bottom:34px;background:var(--paper)}
.account-profile{display:grid;grid-template-columns:86px 1fr;gap:16px;align-items:center;padding-bottom:18px}
.profile-logo-wrap{width:86px;height:82px;display:grid;place-items:center;background:#fff;border:1px solid var(--line);border-radius:18px;padding:6px;box-shadow:0 10px 30px rgba(35,24,22,.04)}
.profile-logo-wrap img{width:100%;height:100%;object-fit:contain}
.account-profile-copy{text-align:right}.account-profile .tiny-en{color:var(--muted);margin-bottom:4px}.account-profile h2{font-size:29px;line-height:1.25;margin:0;font-weight:600}
.account-links{display:grid;grid-template-columns:1fr 1fr;gap:8px}
.account-link{min-height:70px;display:grid;grid-template-columns:42px minmax(0,1fr) 24px;gap:10px;align-items:center;padding:10px;border:1px solid var(--line);border-radius:16px;background:rgba(255,255,255,.64);direction:rtl;transition:transform .18s ease,background .18s ease,border-color .18s ease;overflow:hidden}
.account-link:active{transform:scale(.985)}
.account-icon{width:42px;height:42px;border-radius:12px;display:grid;place-items:center;box-shadow:inset 0 0 0 1px rgba(0,0,0,.05)}
.account-icon img{width:21px;height:21px;display:block;object-fit:contain}
.account-icon.instagram{background:linear-gradient(135deg,#833ab4,#fd1d1d,#fcb045);color:#fff}
.account-icon.tiktok{background:#111;color:#fff}
.account-icon.snapchat{background:#fffc00;color:#111}.account-icon.snapchat img{width:22px;height:22px}
.account-icon.whatsapp{background:#25d366;color:#fff}.account-icon.whatsapp img{width:22px;height:22px}
.account-copy{display:flex;flex-direction:column;gap:3px;min-width:0;text-align:right}.account-copy b{font-family:"Manrope","IBM Plex Sans Arabic",sans-serif;font-size:11px;font-weight:700}.account-copy small{font-size:8.5px;color:var(--muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;direction:ltr;text-align:right}.account-link:nth-child(3) .account-copy small{direction:rtl}
.external-icon{width:24px;height:24px;border-radius:50%;display:grid;place-items:center;color:#7d716d}
.external-icon svg{width:15px;height:15px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}

.quick-strip{height:49px;border-block:1px solid var(--line);display:flex;align-items:center;gap:11px;color:#655a57;white-space:nowrap;overflow:hidden;font-size:9.5px;font-weight:500}
.quick-strip i{width:3px;height:3px;border-radius:50%;background:var(--rose);flex:0 0 auto}

.about{padding-top:72px;padding-bottom:74px}
.section-kicker{display:flex;align-items:center;gap:11px;font-size:9px;color:var(--muted);margin-bottom:22px;text-align:right}.section-kicker span{font-family:"Manrope",monospace;font-size:8px}.section-kicker:after{content:"";height:1px;background:var(--line);flex:1}
.about-grid{display:grid;gap:22px}.about-heading{text-align:right}
.about h2,.section-head h2,.video-wall-head h2,.booking h2{font-size:clamp(34px,8.9vw,58px);line-height:1.34;margin:0;font-weight:600;letter-spacing:-.02em;text-align:right;text-wrap:balance}
.about h2 span{color:var(--rose)}
.about-copy{font-size:12px;line-height:2;color:#665b58;text-align:right}.about-copy p{margin:0}.about-copy strong{color:var(--ink);font-weight:600}
.credential-row{display:flex;gap:8px;flex-wrap:wrap;margin-top:17px}.credential-row span{border:1px solid var(--line);background:rgba(255,255,255,.55);border-radius:999px;padding:8px 11px;font-size:9px;color:var(--ink)}

.video-wall{padding:70px 0 76px;background:#171313;color:#fff;overflow:hidden}
.video-wall-head{display:flex;align-items:end;justify-content:space-between;gap:18px;margin-bottom:23px}.video-wall-head .tiny-en{color:#cfa4aa;margin-bottom:6px}.video-wall-head h2{font-size:32px;color:#fff}.video-wall-head>p{font-size:9px;line-height:1.6;color:rgba(255,255,255,.52);margin:0;text-align:right}
.tape-shell{position:relative;padding-block:17px;background:#090909;overflow:hidden;border-block:1px solid rgba(255,255,255,.12);direction:ltr;touch-action:pan-y;user-select:none}
.tape-shell:before,.tape-shell:after{content:"";position:absolute;left:0;right:0;height:9px;z-index:4;pointer-events:none;background:radial-gradient(circle at 6px 4.5px,#171313 0 2.6px,transparent 2.9px) 0 0/19px 9px repeat-x}
.tape-shell:before{top:3px}.tape-shell:after{bottom:3px}
.tape-track{display:flex;gap:3px;width:max-content;direction:ltr;will-change:transform;transform:translate3d(0,0,0)}
.tape-item{position:relative;width:clamp(132px,35vw,205px);aspect-ratio:9/16;overflow:hidden;background:#242020;flex:0 0 auto;border-radius:0;pointer-events:none}
.tape-item video{width:100%;height:100%;object-fit:cover;background:#242020;pointer-events:none;display:block;-webkit-user-select:none;user-select:none}
.tape-item video::-webkit-media-controls{display:none!important}
@keyframes tapeRight{from{transform:translateX(-50%)}to{transform:translateX(0)}}

.work{padding-top:78px;padding-bottom:84px;background:var(--paper-2)}
.section-head{margin-bottom:25px;text-align:right}.section-head h2{margin:0 0 8px}.section-head>p{font-size:11px;line-height:1.8;color:var(--muted);margin:0;text-align:right}
.gallery{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px;grid-auto-flow:dense}
.gallery-item{position:relative;width:100%;aspect-ratio:4/5;border-radius:13px;overflow:hidden;background:#e7ded8;cursor:pointer;min-height:0;border:1px solid rgba(23,19,19,.05)}
.gallery-item img{width:100%;height:100%;object-fit:cover;transition:transform .42s cubic-bezier(.2,.75,.2,1)}
.gallery-item:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 72%,rgba(0,0,0,.05));pointer-events:none}
.gallery-feature{grid-column:1/-1;aspect-ratio:16/10}.gallery-feature img{object-position:center 28%}
.gallery-wide{grid-column:1/-1;aspect-ratio:16/10}.gallery-wide img{object-position:center 45%}
.gallery-tall{grid-row:span 2;aspect-ratio:auto;min-height:calc((100vw - (var(--pad)*2) - 7px)/2*2 + 7px)}
.gallery-tall img{object-position:center 34%}

.services{padding-top:78px;padding-bottom:86px}
.service-list{border-top:1px solid var(--line)}
.service-card{display:grid;grid-template-columns:31px 1fr;gap:13px;align-items:start;padding:22px 0;border-bottom:1px solid var(--line);text-align:right}
.service-num{font-family:"Manrope",monospace;font-size:8px;color:var(--muted);padding-top:5px;direction:ltr}.service-card h3{font-size:22px;line-height:1.45;margin:0 0 5px;font-weight:600}.service-card p{font-size:11px;line-height:1.9;color:var(--muted);margin:0;max-width:600px}

.booking{padding-top:76px;padding-bottom:66px;background:var(--paper)}
.booking-card{max-width:820px;margin:0 auto;border-radius:24px;border:1px solid var(--line);background:#fff;padding:29px 20px 22px;text-align:center;position:relative;overflow:hidden;box-shadow:var(--shadow)}
.booking-card:before{content:"";position:absolute;inset:0 0 auto;height:4px;background:linear-gradient(90deg,#d9b5ba,#f2e6e4,#d9b5ba)}
.booking-logo{width:104px;height:112px;margin:0 auto 8px;display:grid;place-items:center}.booking-logo img{width:100%;height:100%;object-fit:contain}
.booking h2{text-align:center;font-size:34px;margin:5px 0 8px}.booking p{font-size:11px;line-height:1.8;color:var(--muted);max-width:430px;margin:0 auto 19px;text-align:center}
.booking-button{min-height:50px;border-radius:999px;background:var(--ink);color:#fff;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:600}
.footer{min-height:70px;border-top:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;gap:16px;font-family:"Manrope","Segoe UI",sans-serif;font-size:8px;letter-spacing:.07em;direction:ltr;color:var(--muted)}
.footer-note{letter-spacing:.01em;display:inline-flex;align-items:center;gap:5px}.footer-note svg{width:12px;height:12px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}

.floating-wa{position:fixed;z-index:80;left:max(15px,env(safe-area-inset-left));bottom:max(15px,env(safe-area-inset-bottom));width:51px;height:51px;border-radius:50%;background:#25d366;color:#fff;display:grid;place-items:center;box-shadow:0 10px 28px rgba(0,0,0,.2)}.floating-wa img{width:27px;height:27px;display:block;object-fit:contain}
.modal{position:fixed;inset:0;z-index:200;background:rgba(10,8,8,.95);display:none;place-items:center;padding:18px;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.modal.open{display:grid}
.modal-content{max-width:min(92vw,820px);max-height:87svh;display:grid;place-items:center}.modal-content img{max-width:100%;max-height:87svh;width:auto;height:auto;border-radius:12px;box-shadow:0 16px 70px rgba(0,0,0,.38);background:#111}
.modal-close{position:fixed;top:max(15px,env(safe-area-inset-top));right:16px;width:43px;height:43px;border-radius:50%;background:#fff;color:#111;display:grid;place-items:center;z-index:202;cursor:pointer}.modal-close svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round}
.modal-nav{position:fixed;top:50%;transform:translateY(-50%);width:44px;height:44px;border-radius:50%;background:rgba(255,255,255,.94);color:#111;display:grid;place-items:center;z-index:202;cursor:pointer}.modal-nav svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.modal-prev{left:12px}.modal-next{right:12px}.modal-count{position:fixed;bottom:max(16px,env(safe-area-inset-bottom));left:50%;transform:translateX(-50%);color:rgba(255,255,255,.72);font-family:"Manrope",sans-serif;font-size:10px;direction:ltr}
.reveal{opacity:1;transform:none}.reveal.visible{animation:revealIn .52s cubic-bezier(.2,.8,.2,1) both}@keyframes revealIn{from{opacity:.01;transform:translateY(12px)}to{opacity:1;transform:none}}

@media (hover:hover){.account-link:hover{transform:translateY(-1px);background:#fff;border-color:rgba(23,19,19,.18)}.gallery-item:hover img{transform:scale(1.025)}.top-cta:hover,.btn-secondary:hover{background:rgba(255,255,255,.14)}.footer-note:hover{color:var(--ink)}}

@media (max-width:370px){.account-links{grid-template-columns:1fr}.account-link{min-height:64px}.hero h1{font-size:36px}.gallery-tall{min-height:340px}}

@media (min-width:760px){
  :root{--pad:clamp(34px,6vw,76px)}
  .topbar{height:88px}.brand-mark{width:55px;height:55px}.brand-copy b{font-size:12px}.brand-copy small{font-size:7px}.top-cta{height:43px;padding-inline:20px}
  .hero-media{height:94svh;max-height:980px;border-radius:0 0 34px 34px}.hero-badge{top:120px;width:96px;height:96px}.hero-badge strong{font-size:34px}.hero-copy{bottom:50px}.hero h1{font-size:62px}.hero-lead{font-size:13px}.btn{min-height:49px;padding-inline:22px;font-size:12px}
  .account-hub{padding-top:44px;padding-bottom:42px;max-width:1120px;margin-inline:auto}.account-profile{grid-template-columns:105px 1fr;gap:22px}.profile-logo-wrap{width:105px;height:100px}.account-profile h2{font-size:37px}.account-links{grid-template-columns:repeat(4,1fr);gap:10px}.account-link{min-height:75px;padding:11px}.account-copy b{font-size:12px}.account-copy small{font-size:9px}
  .quick-strip{height:56px;justify-content:center;gap:18px;font-size:10px}
  .about{padding-top:102px;padding-bottom:106px;max-width:1180px;margin-inline:auto}.about-grid{grid-template-columns:.95fr 1.05fr;gap:62px;align-items:center}.about-copy{font-size:13px}
  .video-wall{padding-top:88px;padding-bottom:96px}.video-wall-head{margin-bottom:30px}.video-wall-head h2{font-size:46px}.video-wall-head>p{font-size:10px}.tape-item{width:185px}
  .work,.services{padding-top:106px;padding-bottom:110px}.work{max-width:1320px;margin-inline:auto;background:transparent}.section-head{max-width:860px}.gallery{grid-template-columns:repeat(4,minmax(0,1fr));gap:9px}.gallery-feature{grid-column:span 2;grid-row:span 2;aspect-ratio:auto;min-height:100%}.gallery-wide{grid-column:span 2;aspect-ratio:2/1}.gallery-tall{grid-row:span 2;min-height:0;aspect-ratio:4/10}.gallery-item{border-radius:16px}.service-card{grid-template-columns:48px 1fr;padding:28px 0}.service-card h3{font-size:28px}.service-card p{font-size:12px}
  .booking{padding-top:104px;padding-bottom:94px}.booking-card{padding:40px 48px 31px;border-radius:30px}.booking-logo{width:132px;height:140px}.booking h2{font-size:46px}.booking-button{max-width:460px;margin-inline:auto}
  .modal-prev{left:26px}.modal-next{right:26px}
}

@media (min-width:1200px){
  :root{--pad:max(7vw,86px)}
  .hero-media{max-width:calc(100% - 30px);margin-inline:auto}.hero-copy{right:9vw;left:auto;width:620px}.hero-badge{left:9vw}.hero-photo{object-position:center 28%}
  .account-hub{max-width:1180px}.about{max-width:1240px}.work,.services{max-width:1300px;margin-inline:auto}.gallery{gap:12px}.tape-item{width:218px}.booking-card{max-width:900px}
}

@media (prefers-reduced-motion:reduce){*{scroll-behavior:auto!important}.reveal,.reveal.visible{opacity:1!important;transform:none!important;animation:none!important}.gallery-item img{transition:none!important}}

.account-icon img,.floating-wa img{-webkit-user-drag:none;user-select:none}
