:root{--blue:#0057f0;--orange:#ff6a00;--navy:#0b1f44;--paper:#f4f6f8;--font:'Plus Jakarta Sans';color:var(--navy);background:white;font-family:var(--font),Arial,sans-serif;font-synthesis:none}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:110px}body{margin:0}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}button,a,input,textarea,select,summary{-webkit-tap-highlight-color:transparent}button{cursor:pointer}button:disabled{cursor:wait}a:focus-visible,button:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible,summary:focus-visible{outline:3px solid var(--orange);outline-offset:5px}img,video{max-width:100%;display:block}h1,h2,h3,p{margin:0}h1,h2,h3{font-weight:800;letter-spacing:-.055em;line-height:1.07}h1{font-size:clamp(48px,6.2vw,92px)}h2{font-size:clamp(36px,4.2vw,64px)}h3{font-size:27px;letter-spacing:-.035em}p{line-height:1.75;color:#526078}em{font-style:normal;color:var(--orange)}section{padding:95px max(5vw,calc((100vw - 1440px)/2));scroll-margin-top:20px}section section{padding:0}button{border:0}#site-header{height:104px;padding:16px 5vw;display:flex;align-items:center;gap:36px;justify-content:space-between;background:#fffffff5;position:sticky;top:0;z-index:20;transition:box-shadow .2s;border-bottom:1px solid #0b1f440a}#site-header.scrolled{box-shadow:0 3px 22px #0b1f4408}#site-header nav{display:flex;gap:28px;align-items:center;font-size:14px;font-weight:600}#site-header nav a:hover{color:var(--blue)}.header-actions{display:flex;align-items:center;gap:20px}.header-actions .button{padding:14px 20px;font-size:13px}.lang{font-size:13px;font-weight:800}.quick-contact{display:none}.logo{width:160px;height:70px;position:relative;display:block;overflow:hidden;flex-shrink:0}.logo img{width:100%;height:100%;object-fit:contain}.original-logo img{position:absolute;width:180px;max-width:none;height:auto;left:-11px;top:-47px}.button{display:inline-flex;align-items:center;justify-content:center;gap:25px;background:var(--blue);color:white;padding:18px 25px;font-size:14px;line-height:1.4;font-weight:700;border-radius:10px;min-height:48px;transition:transform .2s,box-shadow .2s}.button:hover{transform:translateY(-2px);box-shadow:0 8px 22px #0057f025}.button.light{background:white;color:var(--blue)}.menu-toggle{display:none;background:transparent;color:var(--navy);font-size:25px;padding:8px}.eyebrow{font-size:10px;letter-spacing:.27em;font-weight:700;color:var(--navy);margin-bottom:26px;line-height:1.8}.eyebrow:before{content:'';display:block;width:34px;height:3px;background:var(--orange);margin-bottom:19px}.hero{display:grid;grid-template-columns:1.05fr 1fr;gap:5vw;align-items:center;min-height:650px;padding-top:55px;padding-bottom:65px;overflow:hidden}.hero-content{position:relative;z-index:2}.hero h1{font-size:clamp(46px,5.35vw,80px);letter-spacing:-.065em;line-height:1.06}.hero-description{margin-top:28px;max-width:440px;font-size:16px}.hero-actions{display:flex;gap:13px;margin:30px 0;flex-wrap:wrap}.hero-actions .button:nth-child(2){background:var(--paper);color:var(--navy)}.scroll-note{display:inline-block;font-size:11px;letter-spacing:.05em;margin-top:12px;color:#64718a}.hero-media{height:510px;position:relative;border-radius:48% 48% 32px 32px;background:var(--blue);isolation:isolate}.hero-poster,.hero-video{width:100%;height:100%;object-fit:cover;position:absolute;inset:0;border-radius:inherit}.hero-media:after{content:'';inset:50% 0 0;position:absolute;background:linear-gradient(transparent,#0b1f4480);border-radius:0 0 32px 32px;pointer-events:none}.signal-wave{position:absolute;left:-37px;top:24%;width:100px;height:166px;border:22px solid var(--orange);border-top-color:transparent;border-right-color:transparent;border-radius:90px;transform:rotate(-24deg);z-index:1}.signal-wave:after{content:'';position:absolute;width:38px;height:86px;border:17px solid var(--orange);border-top-color:transparent;border-right-color:transparent;border-radius:70px;left:11px;top:5px}.reel-pill{position:absolute;bottom:30px;left:28px;z-index:3;background:white;color:var(--navy);border-radius:35px;font-size:12px;font-weight:700;padding:15px 22px;box-shadow:0 10px 30px #0002}.hero-pause{position:absolute;right:24px;bottom:29px;z-index:3;width:42px;height:42px;border-radius:50%;background:#ffffffdf;color:var(--navy)}.position-strip{background:var(--paper);padding:29px 5vw;display:flex;justify-content:center;align-items:center;gap:3vw;color:var(--blue);font-weight:700;font-size:15px}.position-strip i{font-size:8px;font-style:normal;color:var(--orange)}.section-top{display:flex;justify-content:space-between;align-items:end;gap:60px;margin-bottom:55px}.section-top h2{max-width:690px}.section-top p{max-width:370px;font-size:15px}.project-grid{display:grid;grid-template-columns:1fr 1fr;gap:65px 35px}.project-card:nth-child(even){margin-top:85px}.project-card:last-child:nth-child(odd){max-width:72%;grid-column:1/-1;margin:auto;width:100%}.project-link{display:block;position:relative;overflow:hidden;border-radius:18px;background:var(--paper)}.visual{position:relative;overflow:hidden;width:100%;background:var(--paper)}.visual img{width:100%;height:auto;transition:filter .3s}.visual.cropped img{position:absolute;height:auto}.project-link:hover img{filter:brightness(.93)}.project-view{position:absolute;bottom:18px;right:18px;background:white;color:var(--navy);padding:12px 17px;border-radius:25px;font-size:11px;font-weight:700;opacity:0;transform:translateY(10px);transition:.2s}.project-link:hover .project-view,.project-link:focus-visible .project-view{opacity:1;transform:none}.project-meta{display:flex;justify-content:space-between;gap:18px;margin-top:19px;align-items:start}.project-meta h3{font-size:25px}.project-meta span{display:block;font-size:11px;color:#6c7890;margin-top:9px}.project-meta p{font-size:12px;text-align:end;max-width:210px;line-height:1.55;color:var(--blue)}.featured{background:var(--blue);color:white;display:grid;grid-template-columns:.9fr 1.1fr;gap:6vw;align-items:center;overflow:hidden}.featured .eyebrow,.featured p{color:#ffffffce}.featured h2{margin-bottom:34px}.featured h3{font-size:28px;margin-bottom:16px}.featured .button{margin-top:28px}.feature-image{border-radius:28px;overflow:hidden;display:block}.services{background:white}.service-row{border-top:1px solid #dce2e9;padding:5px 0}.service-row:last-child{border-bottom:1px solid #dce2e9}.service-row summary{cursor:pointer;display:flex;align-items:center;gap:30px;list-style:none;padding:23px 0}.service-row summary::-webkit-details-marker{display:none}.service-row .number{font-size:12px;color:var(--blue)}.service-row h3{flex:1;font-size:clamp(22px,2.6vw,39px)}.service-row .plus{background:var(--paper);border-radius:50%;width:39px;height:39px;display:grid;place-items:center;font-size:25px;color:var(--blue);font-weight:400;transition:transform .2s}.service-row[open] .plus{transform:rotate(45deg);background:var(--orange);color:var(--navy)}.service-detail{padding:0 0 26px 47px;display:flex;justify-content:space-between;align-items:end;gap:20px}.text-link{display:inline-block;color:var(--blue);font-weight:700;font-size:14px;border-bottom:1px solid currentColor;padding-bottom:5px}.showreel-section{background:var(--paper)}.showreel-cover{position:relative;width:100%;display:block;border-radius:24px;overflow:hidden;padding:0;background:var(--navy)}.showreel-cover img{width:100%;max-height:610px;object-fit:cover;opacity:.9;transition:opacity .3s}.showreel-cover:hover img{opacity:.7}.play-circle{position:absolute;inset:0;margin:auto;width:85px;height:85px;border-radius:50%;background:var(--orange);color:var(--navy);display:grid;place-items:center;font-size:27px;padding-left:5px}.process-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:30px}.process-grid article>span{display:grid;place-items:center;width:58px;height:58px;background:var(--blue);color:white;font-size:14px;border-radius:50%;margin-bottom:28px}.process-grid article:nth-child(odd)>span{background:var(--orange);color:var(--navy)}.process h3{font-size:24px;margin-bottom:14px}.process p{font-size:14px}.about-strip{position:relative;overflow:hidden;background:var(--paper);display:grid;grid-template-columns:1fr 1fr;gap:8vw;padding-top:100px;padding-bottom:100px}.about-strip h2{color:var(--blue)}.about-strip>div{z-index:2}.about-strip .text-link{margin-top:25px}.about-strip .signal-wave{left:auto;right:-45px;top:auto;bottom:-30px;width:160px;height:220px;opacity:.3}.clients>div:last-child{display:flex;gap:40px;flex-wrap:wrap;align-items:center}.clients img{width:130px;max-height:85px;object-fit:contain}.testimonials>div:last-child{display:grid;grid-template-columns:1fr 1fr;gap:25px}.testimonials blockquote{margin:0;background:var(--paper);padding:35px;border-radius:16px}.testimonials cite{font-size:12px;display:block;margin-top:20px;font-style:normal;color:var(--blue)}footer{padding:80px 5vw 25px;background:white;border-top:1px solid #e8ecf1}footer h2{font-size:clamp(42px,6vw,86px);color:var(--blue)}.footer-head{display:flex;align-items:center;justify-content:space-between;gap:20px}.footer-head .button{background:var(--orange);color:var(--navy)}.footer-grid{display:grid;grid-template-columns:1.3fr .7fr 1.1fr .6fr;gap:35px;margin:70px 0 40px}.footer-brand{font-size:20px;font-weight:800;letter-spacing:-.04em}.footer-brand small{font-size:11px;font-weight:500;display:block;line-height:1.7;margin-top:13px;letter-spacing:0;color:#62718a}.footer-grid nav,.social-links,.contact-links{display:flex;flex-direction:column;align-items:start;gap:13px;font-size:13px}.footer-grid a:hover{color:var(--blue)}.footer-bottom{border-top:1px solid #dce2e9;padding-top:23px;display:flex;gap:25px;align-items:center;flex-wrap:wrap;font-size:10px;color:#71809a}.footer-bottom span:first-child{margin-inline-end:auto}.floating-talk{position:fixed;bottom:24px;right:24px;background:var(--blue);color:white;z-index:15;padding:14px 21px;border-radius:30px;font-size:13px;box-shadow:0 5px 20px #0b1f4426}.skip{position:fixed;top:-100px;left:20px;background:var(--navy);color:white;padding:15px;z-index:100}.skip:focus{top:10px}dialog{border:0;color:var(--navy);background:white;padding:60px 40px 40px;box-shadow:0 20px 60px #0003;max-height:100dvh}dialog::backdrop{background:#0b1f4470;backdrop-filter:blur(5px)}.drawer{margin:0 0 0 auto;height:100dvh;width:min(620px,100vw);max-width:100vw}.drawer h2{font-size:48px;margin-bottom:24px}.drawer .contact-links{font-size:19px;margin:30px 0}.close{position:absolute;top:14px;right:19px;width:40px;height:40px;background:var(--paper);border-radius:50%;font-size:27px;color:var(--navy)}.menu-dialog{margin:0;max-width:100vw;width:100vw;min-height:100dvh}.menu-dialog nav{display:flex;flex-direction:column;gap:18px;font-size:35px;font-weight:800;margin:25px 0 40px}.menu-dialog .contact-links{margin-top:35px}.reel-dialog{width:min(1200px,95vw);padding:55px 15px 15px;background:var(--navy);border-radius:18px}.reel-dialog video{width:100%;max-height:80vh}.brief-form label{font-size:12px;font-weight:600;line-height:1.6}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.form-grid .wide{grid-column:1/-1}input,select,textarea{width:100%;border:1px solid #c8d1de;border-radius:8px;padding:13px;background:white;color:var(--navy);margin-top:8px;min-width:0;font-size:14px}textarea{resize:vertical}.form-note{font-size:11px;margin:23px 0;line-height:1.7}.form-status{margin-top:20px;font-size:13px}.form-status a{display:inline-block;color:var(--blue);text-decoration:underline;margin-top:10px}.text-page{max-width:1200px;margin:auto;padding-top:90px;padding-bottom:60px}.text-page h1{max-width:950px}.big-copy{font-size:clamp(19px,2.1vw,30px);line-height:1.6;margin:30px 0;color:#445574;max-width:880px}.prose{max-width:800px;display:grid;gap:25px;margin-top:40px}.page-image{width:100%;max-height:650px;object-fit:cover;border-radius:24px;margin:45px 0}.page-action{padding-top:0}.contact-page{display:grid;grid-template-columns:1.1fr 1fr;gap:8vw}.contact-page h1{font-size:clamp(45px,5vw,75px);margin-bottom:30px}.contact-page .contact-links{margin:30px 0;font-size:17px}.service-page{padding-top:0;max-width:1200px;margin:auto}.service-page ul{padding:0;list-style:none;display:grid;grid-template-columns:1fr 1fr;gap:0 40px;margin-bottom:45px}.service-page li{padding:20px 0;border-bottom:1px solid #dce2e9;font-size:20px}.project-intro{padding-top:70px;padding-bottom:45px}.project-intro h1{color:var(--blue)}.project-intro dl{display:flex;gap:50px;margin-top:40px;flex-wrap:wrap}.project-intro dt{font-size:10px;color:#71809a;margin-bottom:10px}.project-intro dd{font-size:13px;margin:0;max-width:320px;line-height:1.6}.project-hero{margin:0 5vw;border-radius:24px;overflow:hidden}.story{display:grid;grid-template-columns:1fr 1fr;gap:55px 70px}.story h2{font-size:32px;margin-bottom:20px}.story .eyebrow{display:block;margin-bottom:12px}.story p{font-size:15px}.case-gallery{padding-top:0;display:grid;gap:35px}.case-gallery figure{margin:0}.case-gallery .visual,.case-gallery img{border-radius:18px;width:100%;height:auto}.case-gallery .cropped img{border-radius:0}.case-gallery figcaption{font-size:12px;color:#67778e;line-height:1.6;margin-top:12px}.project-contact{background:var(--paper)}.project-contact h2{margin-bottom:30px}.project-contact .text-link{margin-inline-start:25px}.next-project{padding:65px 5vw;display:block;background:var(--blue);color:white}.next-project span{font-size:12px}.next-project strong{display:block;font-size:clamp(36px,6vw,80px);font-weight:800;letter-spacing:-.055em;margin-top:15px}
[dir=rtl]{font-family:'Noto Sans Arabic',var(--font),sans-serif}[dir=rtl] h1,[dir=rtl] h2,[dir=rtl] h3{letter-spacing:-.045em;line-height:1.35}[dir=rtl] .eyebrow{letter-spacing:.03em}[dir=rtl] .hero h1{font-size:clamp(45px,5.2vw,78px);line-height:1.32}[dir=rtl] .hero-description{line-height:1.95}[dir=rtl] .service-detail{padding-inline-start:47px;padding-inline-end:0}[dir=rtl] .drawer{margin:0 auto 0 0}
@media(min-width:1700px){#site-header,footer{padding-left:max(5vw,calc((100vw - 1440px)/2));padding-right:max(5vw,calc((100vw - 1440px)/2))}.hero-media{height:570px}}
@media(max-width:1100px){#site-header{gap:22px}#site-header nav{gap:18px}.header-actions{gap:14px}.hero{gap:4vw;min-height:570px}.hero-media{height:430px}.hero h1{font-size:52px}.hero-actions .button{padding:15px 18px;font-size:12px}.footer-grid{grid-template-columns:1fr 1fr}.contact-page{gap:5vw}.section-top{gap:35px}}
@media(max-width:820px){#site-header{height:86px;padding:10px 5vw}#site-header>nav{display:none}.menu-toggle{display:block}.header-actions .button{display:none}.quick-contact{display:block;background:var(--blue);color:white;padding:12px 18px;border-radius:8px;font-size:12px}.logo{width:138px;height:60px}.original-logo img{width:154px;top:-40px;left:-9px}section{padding:65px 6vw}.hero{padding-top:40px;grid-template-columns:1fr 1fr;gap:25px;min-height:auto}.hero h1{font-size:43px}.hero-description{font-size:14px}.hero-media{height:390px}.hero-actions{gap:9px;margin:22px 0}.hero-actions .button{padding:13px 14px}.reel-pill{left:16px;bottom:21px;font-size:10px;padding:12px 16px}.hero-pause{right:13px;bottom:19px;width:34px;height:34px}.signal-wave{transform:scale(.75) rotate(-24deg);left:-44px}.section-top{display:block}.section-top p{margin-top:23px;max-width:500px}.project-grid{gap:45px 24px}.project-card:nth-child(even){margin-top:50px}.project-meta{display:block}.project-meta p{margin-top:10px;text-align:start;max-width:none}.featured{gap:30px}.featured h2{font-size:37px}.featured p{font-size:13px}.process-grid{grid-template-columns:1fr 1fr;gap:35px}.about-strip{gap:35px}.story{gap:35px}.contact-page{grid-template-columns:1fr}.contact-page>div:last-child{padding:30px;background:var(--paper);border-radius:15px}[dir=rtl] .hero h1{font-size:43px}.position-strip{gap:20px;flex-wrap:wrap;font-size:12px}.footer-grid{gap:35px}.hero .eyebrow{font-size:8px}}
@media(max-width:600px){h1{font-size:44px}h2{font-size:37px}.hero{grid-template-columns:1fr;padding-top:35px;gap:32px}.hero h1{font-size:clamp(45px,11.5vw,65px)}.hero .eyebrow{margin-bottom:20px;font-size:9px}.hero-description{max-width:380px;margin-top:20px}.hero-actions{margin-bottom:10px}.hero-actions .button{padding:15px 18px;font-size:12px}.scroll-note{display:none}.hero-media{height:340px;border-radius:44% 44% 20px 20px;margin-inline-start:18px}.hero-media .signal-wave{left:-37px}.reel-pill{font-size:11px}.hero-pause{width:38px;height:38px}.position-strip{gap:14px;padding:22px 6vw;font-size:11px}.position-strip i{font-size:5px}.project-grid{grid-template-columns:1fr;gap:40px}.project-card:nth-child(even){margin-top:0}.project-card:last-child:nth-child(odd){max-width:100%;grid-column:auto}.project-meta{display:flex}.project-meta h3{font-size:24px}.project-meta p{max-width:155px;text-align:end;font-size:11px;margin-top:0}.project-view{opacity:1;transform:none;font-size:10px}.featured{grid-template-columns:1fr;gap:35px}.featured h2{margin-bottom:25px;font-size:40px}.featured p{font-size:14px}.section-top{margin-bottom:35px}.section-top p{font-size:14px}.service-row summary{gap:18px;padding:22px 0}.service-row h3{font-size:24px}.service-row .plus{width:32px;height:32px;flex-shrink:0}.service-detail{padding-inline-start:30px;display:block}.service-detail .text-link{margin-top:20px}.play-circle{width:60px;height:60px;font-size:21px}.process-grid{gap:30px 20px}.process-grid article>span{width:48px;height:48px;margin-bottom:20px}.process h3{font-size:23px}.process p{font-size:12px}.about-strip{grid-template-columns:1fr;gap:25px}.testimonials>div:last-child{grid-template-columns:1fr}.footer-head{display:block}.footer-head .button{margin-top:30px}.footer-grid{grid-template-columns:1fr 1fr;gap:30px 15px;margin-top:45px}.footer-grid .contact-links{grid-column:1/-1}.footer-brand{font-size:19px}.footer-bottom{gap:15px;font-size:9px}.footer-bottom span:first-child{width:100%}.floating-talk{bottom:15px;right:15px;padding:12px 17px;font-size:12px}.drawer{padding:70px 23px 30px}.drawer h2{font-size:37px}.drawer .contact-links{font-size:16px}.form-grid{gap:16px;grid-template-columns:1fr}.form-grid .wide{grid-column:auto}.contact-page>div:last-child{padding:24px 18px}.text-page{padding-top:55px}.big-copy{font-size:20px}.service-page ul{grid-template-columns:1fr}.project-intro dl{gap:25px}.project-intro dd{font-size:12px}.project-hero{margin:0 6vw;border-radius:16px}.story{grid-template-columns:1fr;gap:35px}.story h2{font-size:30px}.story p{font-size:14px}.case-gallery{gap:25px}.project-contact .text-link{display:table;margin:25px 0 0}.next-project{padding:45px 6vw}[dir=rtl] .hero h1{font-size:clamp(45px,11vw,62px)}[dir=rtl] .service-detail{padding-inline-start:30px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition:none!important;animation:none!important}}
