@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;450;500;550;600;650;700&family=Manrope:wght@400;500;600;650;700;750;800&display=swap');
:root{--bg:#080a0f;--ink:#f7f8fc;--muted:#969ba9;--line:#282c35;--blue:#6c83ff;--cobalt:#304ffc}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--ink);font:16px 'DM Sans',sans-serif}a{color:inherit;text-decoration:none}header{height:110px;margin:0 5%;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line)}.brand{display:flex;gap:12px;font-size:44px;font-weight:800;align-items:center}.brand span{font-size:17px;line-height:1.1}.button{display:inline-flex;gap:30px;align-items:center;border:1px solid #50535e;border-radius:100px;padding:17px 25px;font-size:14px}.primary{background:var(--cobalt);border-color:var(--cobalt)}.hero{padding:65px 5% 0;position:relative;overflow:hidden;background:radial-gradient(ellipse at 90% 70%,#14215070,transparent 50%)}.eyebrow{font-size:14px;letter-spacing:2px;color:#b7bdce}h1{font-family:Manrope,sans-serif;font-size:clamp(64px,8.8vw,145px);font-weight:500;line-height:1.04;letter-spacing:-.07em;margin:45px 0}.blue{color:var(--blue)}.hero-bottom{display:flex;align-items:center;justify-content:space-between;max-width:950px;margin-left:22%}.hero-bottom p{font-size:18px;line-height:1.65;color:#bbc0ce;max-width:440px}.hero-foot{display:flex;justify-content:space-between;margin-top:70px;padding:25px 0;border-top:1px solid var(--line);font-size:14px;letter-spacing:1.5px}@media(max-width:700px){header{height:85px}header nav{display:none}.hero{padding-top:40px}h1{font-size:64px}.hero-bottom{margin-left:0;align-items:start;gap:20px;flex-direction:column}.hero-foot{font-size:14px}.button{padding:14px 20px}}
button,input,select,textarea{font:inherit}button,a,input,textarea,select{-webkit-tap-highlight-color:transparent}button{cursor:pointer}a,button{transition:background .25s,color .25s,transform .25s}button{color:inherit}button:focus-visible,a:focus-visible,summary:focus-visible{outline:2px solid #a5b2ff;outline-offset:6px}p{line-height:1.75;color:#aeb4c3}h2,h3{font-family:Manrope,sans-serif;font-weight:500}h2{font-size:clamp(34px,4.3vw,68px);line-height:1.12;letter-spacing:-.05em}h3{letter-spacing:-.03em}.muted{color:#8b919f}.text-link{font-size:14px;border-bottom:1px solid #596173;padding-bottom:8px;white-space:nowrap}.button:hover{background:#526eff;border-color:#526eff}.brand img{width:200px;height:auto;display:block}header{position:relative;z-index:30}header nav{display:flex;gap:32px;align-items:center;font-size:14px}header nav button{border:0;background:none;padding:12px 0;font-size:14px}header nav button span{margin-left:7px}.mobile-toggle{display:none}.mega{position:absolute;z-index:25;top:110px;left:5%;right:5%;background:#121622;border:1px solid #303645;padding:45px;display:grid;grid-template-columns:1fr 2fr;gap:60px;box-shadow:0 40px 100px #000a}.mega[hidden]{display:none}.mega h2{font-size:48px;margin:18px 0}.mega i{color:#8394ff;font-style:normal}.mega-links{display:grid;grid-template-columns:1fr 1fr;gap:0 30px}.mega-links a{display:flex;flex-direction:column;justify-content:center;gap:10px;border-bottom:1px solid var(--line);padding:20px 0}.mega-links a:hover{color:var(--blue)}.mega-links small{color:var(--muted)}.skip{position:absolute;top:-60px;left:20px;z-index:100;padding:15px;background:#304ffc}.skip:focus{top:10px}.hero h1{font-size:clamp(64px,8.55vw,145px)}.hero-bottom{max-width:none;margin-left:34%}.hero-bottom .button{flex-shrink:0}.feature{padding:20px 5% 0}.feature>a{display:block;position:relative;height:540px;overflow:hidden;border-radius:4px}.feature img{width:100%;height:100%;object-fit:cover;object-position:center 55%;transition:transform 1s}.feature>a:hover img{transform:scale(1.03)}.feature>a:after{content:'';position:absolute;inset:0;background:linear-gradient(transparent 25%,#070b1599)}.feature-label{position:absolute;bottom:40px;left:40px;right:40px;z-index:1;display:flex;justify-content:space-between;align-items:end}.feature-label h2{font-size:42px;max-width:650px;margin:16px 0 0}.round{width:58px;height:58px;display:grid;place-items:center;border:1px solid #fff8;border-radius:50%;font-size:25px}.trust{padding:52px 5%;display:flex;gap:32px;justify-content:space-between;align-items:center;border-bottom:1px solid var(--line);color:#9298a7}.trust>span{font-size:14px;letter-spacing:1.5px;max-width:70px}.trust>div{font-size:20px;letter-spacing:-.6px}.trust small{font-size:14px;display:block;letter-spacing:3px}.serif{font-family:Georgia,serif}.section{padding:110px 5%}.section-heading{display:flex;justify-content:space-between;align-items:end;margin-bottom:55px;gap:35px}.section-heading h2{margin:24px 0 0}.section-heading p{max-width:350px}.project-grid{display:grid;grid-template-columns:1fr 1fr;gap:65px 30px}.project:nth-child(even){margin-top:80px}.project-image{aspect-ratio:1.3;overflow:hidden;position:relative;background:#161a23;border-radius:4px}.project-image img{width:100%;height:100%;object-fit:cover;transition:transform .7s}.project:hover img{transform:scale(1.04)}.project-open{position:absolute;bottom:22px;right:22px;border-radius:50%;background:#fff;color:#121212;width:42px;height:42px;display:grid;place-items:center}.project-info{display:flex;justify-content:space-between;align-items:center;gap:15px;margin-top:22px}.project-info h3{font-size:25px;margin:0}.project-info span{font-size:14px;color:#aeb4c3}.project>p{font-size:14px;margin-top:10px}.expertise-section{background:#10131b}.service-row{display:grid;grid-template-columns:60px 1fr 1.1fr;gap:10px 20px;border-top:1px solid #363a44;padding:38px 0;align-items:center}.service-row h3{font-size:64px;margin:0;letter-spacing:-3px}.service-row h3 span{font-size:30px;margin-left:30px;opacity:0;transition:opacity .2s}.service-row:hover h3 span{opacity:1}.service-row p{max-width:330px;font-size:18px}.chips{grid-column:3;display:flex;gap:8px;flex-wrap:wrap}.chips span{padding:6px 12px;border:1px solid #343b4a;border-radius:30px;font-size:14px;color:#9ca6ba}.blue-section{padding:90px 5%;background:#294bea}.blue-section>h2{font-size:clamp(56px,8vw,120px);margin:30px 0 60px}.blue-section .eyebrow{color:#d3dcff}.blue-grid{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:50px}.blue-grid p{color:white;font-size:28px;line-height:1.4;max-width:570px}.blue-grid p.body{font-size:17px;line-height:1.75;color:#d1dcff}.blue-grid .button{border-color:#8aa1ff;margin-top:20px}.huge-mark{font-size:230px;font-weight:700;letter-spacing:-20px;line-height:1;position:relative;display:block}.huge-mark>span{font-size:100px;position:absolute;top:0;left:155px;letter-spacing:0}.rating{display:flex;flex-direction:column;gap:8px;flex-shrink:0}.rating strong{font-size:60px;letter-spacing:-4px;font-weight:500}.rating strong span{font-size:25px;color:#737d91;letter-spacing:-1px}.rating small{font-size:14px;color:#959bad}.stars{color:#90a1ff;letter-spacing:4px;font-size:15px}.quotes{display:grid;grid-template-columns:repeat(3,1fr);gap:25px}figure{margin:0;padding:30px;background:#121620;display:flex;flex-direction:column}blockquote{margin:30px 0;font-size:18px;line-height:1.65;flex:1}figcaption{font-size:14px}figcaption small{display:block;font-size:14px;color:#7f899b;margin-top:8px}.local{border-top:1px solid var(--line);display:grid;grid-template-columns:1fr 1fr;gap:80px}.local h2{font-size:45px}.local>div>p{max-width:470px}.faqs{margin-top:24px}details{border-bottom:1px solid #343947;padding:24px 0}summary{cursor:pointer;list-style:none;display:flex;justify-content:space-between;gap:20px;font-size:16px}summary::-webkit-details-marker{display:none}details p{font-size:15px;margin-bottom:0}details[open] summary span{transform:rotate(45deg)}.closing{padding:80px 5% 35px;background:#151d35}.closing>a{display:block;font-size:clamp(48px,7.5vw,112px);font-family:Manrope,sans-serif;line-height:1.12;letter-spacing:-.055em;margin:35px 0 45px}.closing>a>span{color:#8c9eff}.closing-bottom{border-top:1px solid #ffffff25;padding-top:25px;display:flex;justify-content:space-between;align-items:center}footer{padding:70px 5% 20px;display:grid;grid-template-columns:1.4fr .8fr 1fr;gap:50px}footer>div{display:flex;flex-direction:column;gap:14px}footer p,footer a{font-size:14px}footer .eyebrow{margin-bottom:10px}footer .brand{margin-bottom:8px}footer .footer-bottom{grid-column:1/-1;border-top:1px solid var(--line);padding-top:25px;display:flex;flex-direction:row;justify-content:space-between;font-size:14px;color:#81899a}.page-intro{padding:90px 5% 70px;background:radial-gradient(ellipse at 95% 80%,#20336750,transparent 60%);border-bottom:1px solid var(--line)}.page-intro h1{font-size:clamp(52px,6.5vw,105px);max-width:1200px;margin:35px 0}.page-intro>p{font-size:21px;max-width:740px;line-height:1.65}.service-cards{display:grid;grid-template-columns:1fr 1fr;gap:25px}.service-cards>a{background:#131722;padding:38px;border:1px solid #242c3c}.service-cards>a:hover{background:#1c2540}.service-cards h2{font-size:35px}.two-col{display:grid;grid-template-columns:1fr 1fr;gap:80px}.two-col h2{margin-top:22px}.deliverables>div{display:flex;gap:30px;align-items:center;border-bottom:1px solid var(--line);padding:16px 0}.deliverables span{color:#7784aa;font-size:14px}.deliverables h3{font-size:22px}.process{display:grid;grid-template-columns:repeat(3,1fr);gap:35px;margin-top:45px}.process>div{border-top:1px solid #495165;padding-top:25px}.process span{color:#839aff;font-size:14px}.process h3{font-size:26px;margin:25px 0 15px}.filters{display:flex;gap:12px;margin-bottom:45px}.filters button{background:transparent;border:1px solid #485064;border-radius:30px;padding:12px 22px;font-size:14px}.filters button.active{background:#e9eeff;color:#10131b}.project[hidden]{display:none}.more-work{margin-top:90px}.more-work>a{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--line);padding:10px 0}.more-work h3{font-size:28px}.more-work span{color:#8f99ae;font-size:14px}.case-hero{padding:45px 5% 0}.case-hero img{width:100%;max-height:820px;object-fit:cover;border-radius:4px}.large-copy{font-size:24px;line-height:1.55;color:#d8dfef}.project-meta{display:grid;grid-template-columns:1fr 1fr;border-top:1px solid var(--line);padding-top:25px;gap:25px;margin:35px 0}.project-meta small{font-size:14px;color:#8994ad;letter-spacing:1.5px}.case-gallery{padding:0 5%;display:grid;grid-template-columns:1fr 1fr;gap:25px;align-items:center}.case-gallery img{width:100%;border-radius:4px}.case-gallery img:last-child:nth-child(odd){grid-column:1/-1;max-height:820px;object-fit:cover}.next-project{text-align:center}.contact-grid{display:grid;grid-template-columns:1fr 1.2fr;gap:70px}.contact-grid h2{margin-top:0}.contact-link{display:block;margin:20px 0;font-size:18px}.contact-grid .button{margin-top:15px}.contact-grid form{display:grid;grid-template-columns:1fr 1fr;gap:28px}label{font-size:14px;display:flex;flex-direction:column;gap:12px;color:#b9c3d8}input,select,textarea{border:1px solid #384157;border-radius:0;background:#101520;color:#fff;padding:17px;width:100%;outline:none;font-size:16px}input:focus,select:focus,textarea:focus{border-color:#8ba0ff}textarea{resize:vertical}.full{grid-column:1/-1}.form-note{font-size:14px;margin:0;color:#909cb3}form .button{justify-self:start;grid-column:1/-1}#form-status{margin:0}.prose{max-width:1000px}.prose h2{font-size:32px}.prose p{font-size:18px}.work-list{padding-top:55px}@media(min-width:1600px){body{max-width:1800px;margin:auto}}@media(max-width:1000px){header nav{gap:20px}.brand img{width:170px}.hero-bottom{margin-left:15%}.trust{flex-wrap:wrap}.trust>div{font-size:17px}.service-row{grid-template-columns:40px 1fr 1fr}.service-row h3{font-size:50px}.local,.two-col{gap:35px}.quotes{gap:15px}figure{padding:22px}blockquote{font-size:16px}.contact-grid{gap:35px}.contact-link{font-size:15px}}@media(max-width:700px){header{height:85px}.brand img{width:153px}.nav-cta{display:none}.mobile-toggle{display:block;background:none;border:1px solid #4b546a;padding:10px 14px;border-radius:25px;font-size:14px}header nav{display:none;position:absolute;left:0;right:0;top:85px;background:#121622;padding:25px;flex-direction:column;align-items:stretch;border:1px solid #343e54}header nav.open{display:flex}.mega{top:320px;padding:25px;grid-template-columns:1fr;gap:20px;left:5%;right:5%}.mega>div:first-child{display:none}.mega-links{grid-template-columns:1fr}.mega-links a{padding:15px 0}.hero h1{font-size:clamp(52px,12vw,84px);line-height:1.08;margin:35px 0}.hero .eyebrow{font-size:14px;letter-spacing:1.2px}.hero-bottom{margin-left:0}.hero-bottom p{font-size:17px}.hero-foot{margin-top:40px;gap:25px;line-height:1.6}.hero-foot span:first-child{max-width:180px}.feature{padding-top:10px}.feature>a{height:420px}.feature-label{left:22px;right:22px;bottom:25px}.feature-label h2{font-size:30px}.feature-label .eyebrow{font-size:14px}.round{width:40px;height:40px;flex-shrink:0}.trust{gap:25px;justify-content:center;padding:35px 5%}.trust>span{max-width:none;width:100%;text-align:center}.section{padding:65px 5%}.section-heading{align-items:start;flex-direction:column;gap:25px;margin-bottom:35px}.section-heading h2{font-size:36px}.project-grid{grid-template-columns:1fr;gap:35px}.project:nth-child(even){margin-top:0}.project-info h3{font-size:23px}.project-info span{font-size:14px}.service-row{grid-template-columns:30px 1fr;padding:28px 0}.service-row h3{font-size:47px}.service-row p,.chips{grid-column:2;margin:0}.service-row p{font-size:16px}.chips{margin-top:12px}.blue-section{padding:60px 5%}.blue-section>h2{font-size:56px;margin-bottom:25px}.blue-grid{grid-template-columns:1fr;gap:15px}.huge-mark{font-size:150px;letter-spacing:-12px}.huge-mark>span{font-size:70px;left:100px}.blue-grid p{font-size:25px}.blue-grid p.body{font-size:16px}.quotes{grid-template-columns:1fr;gap:15px}figure{padding:28px}blockquote{font-size:18px}.rating strong{font-size:50px}.local,.two-col,.contact-grid{grid-template-columns:1fr;gap:35px}.local h2{font-size:36px}.closing{padding-top:60px}.closing>a{font-size:48px}.closing-bottom{align-items:start;gap:20px;flex-direction:column}footer{grid-template-columns:1fr 1fr;padding-top:50px;gap:35px}footer>div:first-child{grid-column:1/-1}footer>div:nth-child(3){grid-column:1/-1}footer .footer-bottom{flex-wrap:wrap;gap:18px}footer .footer-bottom span:last-child{width:100%}.page-intro{padding:55px 5% 40px}.page-intro h1{font-size:49px;line-height:1.1}.page-intro>p{font-size:18px}.service-cards{grid-template-columns:1fr}.service-cards>a{padding:28px}.service-cards h2{font-size:29px}.process{grid-template-columns:1fr 1fr;gap:25px}.process p{font-size:14px}.process h3{font-size:23px}.case-gallery{grid-template-columns:1fr}.case-gallery img:last-child:nth-child(odd){grid-column:auto}.case-hero{padding-top:25px}.project-meta{gap:20px}.more-work>a{align-items:start;gap:10px;flex-direction:column;padding:22px 0}.more-work h3{margin:0}.more-work span{font-size:14px}.filters{gap:7px}.filters button{font-size:14px;padding:10px 17px}.contact-grid form{grid-template-columns:1fr}.contact-link{font-size:17px}.large-copy{font-size:21px}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;transition:none!important;animation:none!important}}
h1{letter-spacing:-.055em}.brand-symbol{width:240px;max-width:70%;height:260px;object-fit:contain}.hero{animation:arrive .8s ease-out}@keyframes arrive{from{opacity:0;transform:translateY(12px)}to{opacity:1;transform:none}}
/* Roshni: light emerging from the dark. */
.hero{isolation:isolate;animation:none;background:#080a0f}.hero> :not(.hero-light){position:relative;z-index:1}.hero-light{position:absolute;z-index:0;inset:-20% -25% -40% 10%;pointer-events:none;opacity:.85;background:radial-gradient(ellipse at 82% 14%,#fff0c28c 0%,#ffda8336 9%,#a4b9ff20 25%,transparent 53%);filter:blur(15px);animation:dawn 12s ease-in-out infinite alternate}.hero-light:after{content:'';position:absolute;inset:0;background:conic-gradient(from 130deg at 80% 0%,transparent 0deg,#ffe7aa12 7deg,transparent 14deg,#c2d1ff0e 22deg,transparent 30deg,#ffe7aa12 38deg,transparent 48deg);filter:blur(10px)}.hero .light-word{background:linear-gradient(110deg,#7086ff 15%,#a7baff 36%,#fff2cf 49%,#c3d0ff 57%,#7086ff 76%);background-size:260% 100%;background-clip:text;-webkit-background-clip:text;color:transparent;animation:illuminate 9s ease-in-out infinite;text-shadow:0 0 65px #a1b8ff12}@keyframes dawn{from{opacity:.5;transform:translate(2%,-2%) scale(.98)}to{opacity:.95;transform:translate(-3%,2%) scale(1.03)}}@keyframes illuminate{0%,15%{background-position:100% 50%}70%,100%{background-position:0% 50%}}.contact-dock{position:fixed;right:22px;bottom:22px;z-index:45;display:flex;flex-direction:column;gap:10px}.contact-dock a{display:flex;align-items:center;justify-content:center;width:52px;height:52px;border-radius:50%;background:#2748df;color:#fff;border:1px solid #ffffff40;box-shadow:0 5px 25px #0004;position:relative}.contact-dock a:hover{transform:translateY(-3px)}.contact-dock a.email-dock{background:#167b4b}.contact-dock svg{width:23px;height:23px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.contact-dock span{position:absolute;right:64px;background:#192132;border:1px solid #354159;padding:7px 12px;border-radius:6px;white-space:nowrap;font-size:14px;opacity:0;pointer-events:none}.contact-dock a:hover span,.contact-dock a:focus-visible span{opacity:1}.delivery-choice{display:flex;gap:14px;border:0;padding:0;margin:0 0 5px}.delivery-choice legend{font-size:14px;color:#b9c3d8;margin-bottom:15px}.delivery-choice label{display:flex;flex-direction:row;align-items:center;border:1px solid #384157;padding:15px 22px;cursor:pointer;flex:1}.delivery-choice label:has(input:checked){background:#233363;border-color:#849cff}.delivery-choice input{width:18px;height:18px;accent-color:#879cff}.web-preview img{object-position:top;object-fit:cover}.client-type{padding:35px;display:flex;flex-direction:column;justify-content:space-between;background:linear-gradient(135deg,#17223b,#0c1018)}.client-type h3{font-size:clamp(26px,3vw,46px);max-width:85%;margin:auto 0;line-height:1.1;letter-spacing:-.045em}.client-type>span:not(.project-open){font-size:14px;letter-spacing:2px;color:#91a2c5}.client-registry .project:nth-child(even){margin-top:0}.client-registry{gap:45px 30px}.client-registry .project-image{aspect-ratio:1.45}.homepage-client-list{margin-top:50px}.homepage-client-list>a{display:flex;justify-content:space-between;align-items:center;gap:20px;padding:25px 0;border-bottom:1px solid var(--line)}.homepage-client-list h3{font-size:27px;margin:0}.homepage-client-list span{font-size:14px;color:#aeb4c3}.feature.website-feature>a{height:520px;background:#142447}.website-feature img{width:65%;height:100%;object-position:top;float:right;opacity:.9}.website-feature>a:after{background:linear-gradient(90deg,#111c32 15%,#111c32ba 45%,#111c3240)}.website-feature .feature-label{align-items:end}.website-feature h2{max-width:600px}.project-count{color:#919cb3;font-size:14px;margin:0 0 30px}@media(max-width:700px){.contact-dock{right:14px;bottom:14px;gap:8px}.contact-dock a{width:46px;height:46px}.hero-light{inset:-5% -80% 0 -20%}.delivery-choice{gap:8px}.delivery-choice label{padding:14px}.homepage-client-list>a{align-items:start;flex-direction:column;gap:10px}.homepage-client-list h3{font-size:24px}.website-feature img{width:100%;opacity:.5}.website-feature>a:after{background:linear-gradient(0deg,#111c32,transparent)}.feature.website-feature>a{height:420px}.contact-grid{padding-bottom:100px}footer{padding-bottom:100px}}@media(prefers-reduced-motion:reduce){.hero-light,.hero .light-word{animation:none}.hero .light-word{background-position:45% 50%}}
.filters{flex-wrap:wrap}.feature-label p{color:#c8d2e8}.project-count{font-size:14px}
.founder-section{display:grid;grid-template-columns:.9fr 1.1fr;gap:7%;align-items:center;border-bottom:1px solid var(--line)}.founder-portrait{position:relative;background:#192339;border-radius:5px;overflow:hidden;align-self:start}.founder-portrait>img{width:100%;height:auto;display:block;object-fit:cover}.portrait-caption{display:flex;justify-content:space-between;gap:20px;padding:22px 25px;font-size:14px;letter-spacing:1.5px;color:#ced9f4}.portrait-caption span:last-child{color:#8195bf}.founder-copy h2{font-size:clamp(35px,3.7vw,59px);margin:24px 0 30px}.founder-copy .large-copy{font-size:21px}.founder-signoff{display:flex;flex-direction:column;gap:7px;margin:30px 0}.founder-signoff strong{font-size:22px;font-family:Manrope,sans-serif;font-weight:500}.founder-signoff span{font-size:14px;color:#a6b0c5}.founder-copy>.button{margin-top:5px}@media(max-width:800px){.founder-section{grid-template-columns:1fr;gap:40px}.founder-portrait{max-width:540px}.founder-copy h2{font-size:40px}.portrait-caption{padding:18px;font-size:14px}.founder-copy .large-copy{font-size:20px}}
/* Visual direction 02: warmer light, immersive imagery. */
.hero-light{inset:-16% -14% -32% 15%;opacity:.95;background:radial-gradient(ellipse at 91% 9%,#fff5bc 0%,#ffdf70ba 4%,#ffbd3860 12%,#d8942433 23%,#9a6b1412 37%,transparent 57%);filter:blur(24px);animation:golden-dawn 11s ease-in-out infinite alternate}.hero-light:after{background:conic-gradient(from 142deg at 90% 0%,transparent 0deg,#ffd76524 6deg,transparent 13deg,#ffeaa520 20deg,transparent 28deg,#ffce5826 36deg,transparent 46deg);filter:blur(12px)}.hero .light-word{background-image:linear-gradient(110deg,#8194ff 12%,#b9c4ff 30%,#ffe88c 48%,#fff4c2 53%,#b3bfff 64%,#8194ff 80%)}@keyframes golden-dawn{from{opacity:.8;transform:translate(1%,-1%) scale(.99)}to{opacity:1;transform:translate(-2%,1%) scale(1.02)}}.feature-immersive{padding-top:16px}.feature-immersive>a{height:clamp(460px,46vw,700px);border-radius:8px}.feature-immersive img{object-position:center 52%}.feature-immersive>a:after{background:linear-gradient(0deg,#050a16de,transparent 60%)}.feature-immersive .feature-label{bottom:42px;left:42px;right:42px}.feature-immersive .feature-label h2{font-size:clamp(36px,4.4vw,66px);letter-spacing:-.045em;font-weight:500}.feature-action{display:flex;align-items:center;gap:20px;font-size:14px}.feature-action .round{background:#ffffff10;backdrop-filter:blur(12px)}@media(max-width:700px){.hero-light{inset:-5% -50% 0 0;filter:blur(22px)}.feature-immersive>a{height:480px}.feature-immersive .feature-label{left:24px;right:24px;bottom:25px;align-items:start;flex-direction:column;gap:24px}.feature-immersive .feature-label h2{font-size:38px}.feature-action{font-size:14px}.feature-action .round{width:38px;height:38px}}@media(prefers-reduced-motion:reduce){.hero-light{animation:none;opacity:.9}}
.editorial-grid{grid-template-columns:repeat(12,minmax(0,1fr));gap:65px 28px}.editorial-grid>.project{grid-column:span 6;margin-top:0}.editorial-grid>.project:nth-child(1){grid-column:span 7}.editorial-grid>.project:nth-child(2){grid-column:span 5}.editorial-grid>.project:nth-child(n+3):nth-child(-n+5){grid-column:span 4}.editorial-grid>.project .project-image{aspect-ratio:1.22;border-radius:8px;isolation:isolate;background:#192337}.editorial-grid>.project:nth-child(1) .project-image,.editorial-grid>.project:nth-child(2) .project-image{height:440px;aspect-ratio:auto}.editorial-grid .client-screen{padding:28px 28px 0;background:linear-gradient(135deg,#283344,#0b1627)}.editorial-grid .client-screen img{border-radius:5px 5px 0 0;height:auto;min-height:100%;width:100%;object-fit:cover;box-shadow:0 12px 45px #0005;transition:transform 1.8s ease}.editorial-grid .project:hover .client-screen img{transform:translateY(-7%)}.editorial-grid .client-photo img,.client-registry .client-photo img{object-position:center;object-fit:cover}.editorial-grid .project:nth-child(2) .client-photo img{object-position:center 58%}.editorial-grid .project:nth-child(4) .client-photo img{object-position:30% center}.editorial-grid .project-info{margin-top:20px;align-items:baseline}.editorial-grid .project-info h3{font-size:24px}.editorial-grid .project-info>span{font-size:14px}.editorial-grid .project-open{background:#fff;color:#111;width:46px;height:46px;bottom:20px;right:20px;box-shadow:0 2px 15px #0002}.editorial-grid .project>p{margin-bottom:0}.client-registry .client-photo{background:#1b263a}.client-registry .project-image{border-radius:7px}.editorial-grid .client-type{padding:28px}.editorial-grid .client-type h3{font-size:36px}@media(max-width:1000px){.editorial-grid{gap:45px 22px}.editorial-grid .project-info{align-items:start;flex-direction:column;gap:10px}.editorial-grid>.project:nth-child(1) .project-image,.editorial-grid>.project:nth-child(2) .project-image{height:350px}.editorial-grid .client-screen{padding:18px 18px 0}.editorial-grid .project-info h3{font-size:21px}}@media(max-width:700px){.editorial-grid{grid-template-columns:1fr;gap:36px}.editorial-grid>.project,.editorial-grid>.project:nth-child(1),.editorial-grid>.project:nth-child(2),.editorial-grid>.project:nth-child(n+3):nth-child(-n+5){grid-column:auto}.editorial-grid>.project:nth-child(1) .project-image,.editorial-grid>.project:nth-child(2) .project-image{height:340px}.editorial-grid>.project .project-image{aspect-ratio:1.12}.editorial-grid .project-info{flex-direction:row;align-items:baseline}.editorial-grid .project-info h3{font-size:22px}.editorial-grid .client-screen{padding:22px 22px 0}}.editorial-grid>.project:nth-child(4) .client-photo img{object-fit:cover;object-position:45% center}.editorial-grid>.project:nth-child(4) .client-photo img{object-position:left center}.hero-light{inset:-5% -3% -30% 12%;background:radial-gradient(ellipse at 96% 2%,#fff3ac 0%,#ffdc59bd 6%,#ffc23773 14%,#dda12035 26%,#9a6b1412 39%,transparent 58%)}
.client-registry a[href="https://tamima-uae.com/"] .client-photo img{object-position:left center}

.editorial-grid .project .samira-coffee img,.client-registry .project .samira-coffee img{object-fit:cover;object-position:58% center}



/* Full photograph portfolio cards */
.editorial-grid .project .client-photo,.client-registry .project .client-photo{padding:0;overflow:hidden}
.editorial-grid .project .client-photo img,.client-registry .project .client-photo img{display:block;width:100%;height:100%;min-height:0;border-radius:0;box-shadow:none;object-fit:cover}

/* Consistent client wordmarks */
.trust{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:28px 24px;text-align:center}
.trust>span{grid-column:1/-1;max-width:none;font-size:14px;line-height:1.5;letter-spacing:0;color:#aeb6c6}
.trust>div{font-family:Manrope,Arial,sans-serif;font-size:clamp(15px,1.45vw,21px);font-weight:500;letter-spacing:0;line-height:1.4}
@media(max-width:700px){.trust{grid-template-columns:repeat(2,minmax(0,1fr));gap:22px 18px}.trust>div{font-size:17px}.trust>div:last-child{grid-column:1/-1}}

.roshni-feature img{object-position:center center}.roshni-feature>a:after{background:linear-gradient(0deg,#050a16cf,transparent 65%)}

/* Quiet monochrome feature and client capsules. */
.roshni-artwork{padding-top:16px}
.roshni-artwork img{display:block;width:100%;height:clamp(340px,44vw,680px);object-fit:cover;object-position:center;border-radius:8px}
.trust{display:flex;flex-wrap:wrap;justify-content:center;gap:16px;padding-top:44px;padding-bottom:44px}
.trust>span{flex:0 0 100%;margin-bottom:12px}
.trust>div{font-family:Manrope,Arial,sans-serif;font-size:14px;font-weight:500;letter-spacing:.09em;line-height:1.4;text-transform:uppercase;white-space:nowrap;border:1px solid #444a55;border-radius:999px;padding:15px 24px;color:#d2d5db}
@media(max-width:700px){.trust{gap:10px}.trust>div{font-size:14px;padding:12px 17px;letter-spacing:.06em}.roshni-artwork img{height:340px}}

/* Smooth client slide, with a stationary reduced-motion layout. */
.clients{padding:42px 5% 46px;border-bottom:1px solid var(--line)}
.clients-heading{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:24px}
.clients-heading p{font-size:14px;color:#aeb6c6;margin:0;line-height:1.5}
.clients-pause{border:1px solid #444a55;border-radius:999px;background:transparent;color:#c6cbd5;font:inherit;font-size:14px;padding:8px 16px;cursor:pointer}
.clients-pause:focus-visible{outline:2px solid #c6cbd5;outline-offset:4px}
.clients-window{overflow:hidden;mask-image:linear-gradient(90deg,transparent,#000 2%,#000 98%,transparent)}
.clients-track{display:flex;width:max-content;animation:client-slide 55s linear infinite}
.clients-track ul{display:flex;align-items:center;gap:16px;list-style:none;margin:0;padding:0 16px 0 0;flex-shrink:0}
.clients-track li{font-family:Manrope,Arial,sans-serif;font-size:14px;font-weight:500;line-height:1.4;letter-spacing:.08em;white-space:nowrap;border:1px solid #444a55;border-radius:999px;padding:16px 25px;color:#d2d5db}
.clients:hover .clients-track,.clients:focus-within .clients-track,.clients.is-paused .clients-track{animation-play-state:paused}
@keyframes client-slide{to{transform:translateX(-50%)}}
@media(max-width:700px){.clients-track li{font-size:14px;padding:14px 20px}.clients-heading{gap:12px}.clients-heading p{max-width:240px}}
@media(prefers-reduced-motion:reduce){.clients-track{animation:none;width:100%}.clients-track ul{flex-wrap:wrap;justify-content:center;padding:0;width:100%;gap:12px}.clients-track ul[aria-hidden]{display:none}.clients-window{mask-image:none}.clients-pause{display:none}}

@media(min-width:701px){.editorial-grid>.project:nth-child(n+6){grid-column:span 4}}

/* Exact Roshni brand artwork and warm client illumination. */
.artwork-frame{position:relative;overflow:hidden;border-radius:8px;background:#080808}
.roshni-artwork .artwork-image{display:block;width:100%;height:clamp(340px,44vw,680px);object-fit:cover;object-position:center;border-radius:0}
.roshni-artwork .artwork-logo{position:absolute;top:7%;left:5%;width:clamp(180px,24vw,350px);height:auto;object-fit:contain;border-radius:0;filter:grayscale(1) brightness(0) invert(1);opacity:.95;pointer-events:none}
.clients-track li{border:0;border-radius:0;padding:0;overflow:visible}
.clients-track li a{position:relative;isolation:isolate;display:block;border:1px solid #5f5c55;border-radius:999px;padding:16px 25px;overflow:hidden;background:#0c1018;color:#dbe0ed;text-decoration:none;transition:color .3s,border-color .3s,box-shadow .3s}
.clients-track li a:before{content:"";position:absolute;z-index:-1;inset:-60% -90%;pointer-events:none;background:linear-gradient(110deg,transparent 30%,#ffd67014 42%,#ffe7a34a 50%,#bacbff1a 58%,transparent 70%);transform:translateX(-35%);animation:client-light 9s ease-in-out infinite}
.clients-track li:nth-child(3n+2) a:before{animation-delay:-3s}.clients-track li:nth-child(3n) a:before{animation-delay:-6s}
.clients-track li a:hover,.clients-track li a:focus-visible{color:#fff1c7;border-color:#ecd18b;box-shadow:0 0 22px #ffdf701c;outline:none}
.clients-track li a:focus-visible{outline:2px solid #fff1c7;outline-offset:-5px}
@keyframes client-light{0%,10%{transform:translateX(-35%);opacity:.3}50%{opacity:1}90%,100%{transform:translateX(35%);opacity:.3}}
.clients.is-paused .clients-track li a:before{animation-play-state:paused}
@media(max-width:700px){.roshni-artwork .artwork-image{height:340px}.roshni-artwork .artwork-logo{width:180px;top:8%;left:6%}.clients-track li a{padding:14px 20px}}
@media(prefers-reduced-motion:reduce){.clients-track li a:before{animation:none;transform:none;opacity:.5}}

/* Roshni Way: quiet charcoal preview. */
.roshni-way-charcoal{background:#151618;border-top:1px solid #ffffff0d;border-bottom:1px solid #ffffff0d;color:#eeece7}
.roshni-way-charcoal>h2{color:#eeece7}
.roshni-way-charcoal .eyebrow{color:#a8a9ad}
.roshni-way-charcoal .blue-grid{background:radial-gradient(ellipse 230px 185px at 120px 50%,#d9dde00e 0%,#d9dde005 55%,transparent 80%)}
.roshni-way-charcoal .brand-symbol{opacity:.88}
.roshni-way-charcoal .blue-grid p{color:#e5e3df}
.roshni-way-charcoal .blue-grid p.body{color:#b8b8bc}
.roshni-way-charcoal .blue-grid .button{border-color:#626367;color:#eeece7;background:transparent}
.roshni-way-charcoal .blue-grid .button:hover{background:#ffffff09;border-color:#a9aaad}

/* Restrained moving light through the Roshni Way. */
.roshni-way-charcoal{position:relative;isolation:isolate;overflow:hidden}
.roshni-way-charcoal:before{content:"";position:absolute;inset:-35%;z-index:-1;pointer-events:none;background:radial-gradient(ellipse at 24% 60%,#e5d5ab14,transparent 40%);animation:roshni-silver-light 12s ease-in-out infinite alternate}
.roshni-way-charcoal>h2{background:linear-gradient(110deg,#eeece7 15%,#eeece7 32%,#f8e6b9 47%,#fffaf0 52%,#eeece7 66%,#eeece7 85%);background-size:240% 100%;background-clip:text;-webkit-background-clip:text;color:transparent;animation:illuminate 10s ease-in-out infinite}
@keyframes roshni-silver-light{from{transform:translate(-8%,0);opacity:.5}to{transform:translate(12%,-6%);opacity:1}}
/* Service diagrams: sketch, responsive layout, campaign growth. */
.service-motion-row{transition:background .35s,border-color .35s}
.service-motion-row:hover,.service-motion-row:focus-visible{background:#ffffff03;border-top-color:#9b927a}
.service-motion{grid-column:2;grid-row:2;display:block;width:min(260px,100%);height:96px;color:#aebbd5;opacity:.32;transition:opacity .4s,color .4s;pointer-events:none}
.service-motion svg{display:block;width:100%;height:100%;overflow:visible}
.service-motion-row:is(:hover,:focus-visible) .service-motion{opacity:1;color:#d4ddec}
.service-motion-row:focus-visible{outline:1px solid #d4c398;outline-offset:6px}
.service-motion-row:is(:hover,:focus-visible) h3 span{opacity:1}
.service-motion-row:is(:hover,:focus-visible) .motion-draw path{stroke-dasharray:1;stroke-dashoffset:1;animation:diagram-draw 1.25s ease forwards}
@keyframes diagram-draw{to{stroke-dashoffset:0}}
.design-cursor{transform:translate(211px,66px);opacity:0}
.service-motion-row:is(:hover,:focus-visible) .design-cursor{animation:design-sketch 1.5s ease forwards}
@keyframes design-sketch{0%{opacity:1;transform:translate(143px,70px)}45%{opacity:1;transform:translate(181px,28px)}85%,100%{opacity:1;transform:translate(220px,70px)}}
.service-motion-row:is(:hover,:focus-visible) .design-handles{animation:diagram-reveal .7s .25s both}
.service-motion-row:is(:hover,:focus-visible) .build-piece{animation:diagram-reveal .65s both}
.service-motion-row:is(:hover,:focus-visible) .piece-one{animation-delay:.2s}
.service-motion-row:is(:hover,:focus-visible) .piece-two{animation-delay:.4s}
.service-motion-row:is(:hover,:focus-visible) .piece-three{animation-delay:.6s}
@keyframes diagram-reveal{from{opacity:0;transform:translateY(9px)}to{opacity:1;transform:translateY(0)}}
.market-bar{transform-box:fill-box;transform-origin:center bottom}
.service-motion-row:is(:hover,:focus-visible) .market-bar{animation:market-grow .85s cubic-bezier(.2,.7,.2,1) both}
.service-motion-row:is(:hover,:focus-visible) .bar-two{animation-delay:.12s}
.service-motion-row:is(:hover,:focus-visible) .bar-three{animation-delay:.24s}
.service-motion-row:is(:hover,:focus-visible) .bar-four{animation-delay:.36s}
@keyframes market-grow{from{transform:scaleY(.05);opacity:0}to{transform:scaleY(1)}}
.market-signal{opacity:0;transform-origin:204px 10px}
.service-motion-row:is(:hover,:focus-visible) .market-signal{animation:market-signal 1.2s .65s both}
@keyframes market-signal{0%{opacity:0;transform:scale(.5)}40%{opacity:.8}100%{opacity:0;transform:scale(2.4)}}
@media(max-width:700px){.service-motion{grid-column:2;grid-row:auto;height:84px;margin-top:6px}.service-motion-row .chips{grid-column:2}}
@media(hover:none){.service-motion{opacity:.75}}
@media(prefers-reduced-motion:reduce){.roshni-way-charcoal:before,.roshni-way-charcoal>h2{animation:none}.roshni-way-charcoal>h2{background:none;color:#eeece7}.service-motion-row:is(:hover,:focus-visible) .motion-draw path{stroke-dashoffset:0}.service-motion-row .service-motion *{animation:none!important}.design-cursor,.market-signal{display:none}}

/* Match the hero text illumination, without section background light. */
.roshni-way-charcoal:before{display:none;animation:none}
.roshni-way-charcoal .blue-grid{background:none}
.roshni-way-charcoal>h2{background:linear-gradient(110deg,#8194ff 12%,#b9c4ff 30%,#ffe88c 48%,#fff4c2 53%,#b3bfff 64%,#8194ff 80%);background-size:260% 100%;background-clip:text;-webkit-background-clip:text;color:transparent;animation:illuminate 9s ease-in-out infinite;text-shadow:0 0 65px #a1b8ff12}
.service-heading{grid-column:2;display:flex;align-items:center;gap:16px;min-width:0}
.service-motion-row .service-heading h3{font-size:clamp(38px,4vw,64px);flex-shrink:0}
.service-motion-row .service-heading h3>span{display:none}
.service-motion-row .service-heading .service-motion{display:block;flex:0 1 110px;width:110px;min-width:76px;height:48px;margin:0;grid-column:auto;grid-row:auto}
@media(max-width:1000px){.service-heading{gap:10px}.service-motion-row .service-heading .service-motion{width:90px;flex-basis:90px;height:40px}}
@media(max-width:700px){.service-heading{gap:20px}.service-motion-row .service-heading h3{font-size:47px}.service-motion-row .service-heading .service-motion{width:100px;flex-basis:100px;height:44px}}
@media(prefers-reduced-motion:reduce){.roshni-way-charcoal>h2{animation:none;background-position:45% 50%}}

/* Full-headline illumination, with room for letter descenders. */
.hero h1.illuminated-heading,.closing>a,.roshni-way-charcoal>h2{background:linear-gradient(110deg,#8194ff 12%,#b9c4ff 30%,#ffe88c 48%,#fff4c2 53%,#b3bfff 64%,#8194ff 80%);background-size:260% 100%;background-clip:text;-webkit-background-clip:text;color:transparent;animation:illuminate 9s ease-in-out infinite;text-shadow:0 0 65px #a1b8ff12;padding-bottom:.16em}
.roshni-way-charcoal>h2{line-height:1.24;padding-top:.04em;overflow:visible}
.closing>a>span{color:inherit}
@media(prefers-reduced-motion:reduce){.hero h1.illuminated-heading,.closing>a,.roshni-way-charcoal>h2{animation:none;background-position:45% 50%}}

/* Continuous, unhurried light, without a hard loop reset. */
@keyframes roshni-light-flow{from{background-position:100% 50%}to{background-position:0% 50%}}
.hero h1.illuminated-heading,.hero .light-word,.closing>a,.roshni-way-charcoal>h2{animation:roshni-light-flow 12s ease-in-out infinite alternate}
.roshni-way-charcoal .blue-grid p,.roshni-way-charcoal .blue-grid p.body,.roshni-way-charcoal .blue-grid .button{color:#fff;background-image:none;-webkit-text-fill-color:#fff;animation:none;text-shadow:none}
.brand-symbol-lit{display:block;position:relative;width:240px;max-width:70%;height:260px}
.brand-symbol-lit .brand-symbol{display:block;width:100%;max-width:none;height:100%;object-fit:contain;opacity:.94}
.brand-symbol-lit:after{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(110deg,#8194ff 12%,#b9c4ff 30%,#ffe88c 48%,#fff4c2 53%,#b3bfff 64%,#8194ff 80%);background-size:260% 100%;-webkit-mask:url('/assets/icon-white.png') center/contain no-repeat;mask:url('/assets/icon-white.png') center/contain no-repeat;animation:roshni-light-flow 12s ease-in-out infinite alternate}
@keyframes client-light-flow{from{transform:translateX(-30%);opacity:.5}to{transform:translateX(30%);opacity:1}}
.clients-track li a:before{animation:client-light-flow 8s ease-in-out infinite alternate}
.clients-track li:nth-child(3n+2) a:before{animation-delay:-3s}.clients-track li:nth-child(3n) a:before{animation-delay:-6s}
.clients.is-paused .clients-track li a:before{animation-play-state:paused}
/* Shared warm light for button hover and keyboard focus. */
:is(.button,button,.contact-dock a){position:relative;isolation:isolate;overflow:hidden;transition:background-color .5s,border-color .5s,box-shadow .5s,color .5s}
:is(.button,button,.contact-dock a):before{content:"";position:absolute;z-index:-1;inset:-80% -100%;pointer-events:none;background:linear-gradient(110deg,transparent 30%,#ffd67014 42%,#ffe7a34a 50%,#bacbff1a 58%,transparent 70%);opacity:0;transform:translateX(-30%);transition:opacity .5s}
:is(.button,button,.contact-dock a):is(:hover,:focus-visible):before{opacity:1;animation:button-light-flow 4s ease-in-out infinite alternate}
@keyframes button-light-flow{from{transform:translateX(-30%)}to{transform:translateX(30%)}}
.button:is(:hover,:focus-visible),.roshni-way-charcoal .blue-grid .button:is(:hover,:focus-visible),.filters button:is(:hover,:focus-visible),.clients-pause:is(:hover,:focus-visible),.mobile-toggle:is(:hover,:focus-visible){background-color:#ffffff06;border-color:#ecd18b;box-shadow:0 0 22px #ffdf701c}
.roshni-way-charcoal .blue-grid .button:is(:hover,:focus-visible){color:#fff;-webkit-text-fill-color:#fff}
.contact-dock a:is(:hover,:focus-visible){border-color:#ecd18b;box-shadow:0 0 22px #ffdf7030}
/* Preserve quick-contact labels outside their circular buttons. */
.contact-dock a{overflow:visible}.contact-dock a:before{inset:0;border-radius:inherit;transform:none}
@media(prefers-reduced-motion:reduce){.hero h1.illuminated-heading,.hero .light-word,.closing>a,.roshni-way-charcoal>h2,.brand-symbol-lit:after,.clients-track li a:before{animation:none;background-position:45% 50%}:is(.button,button,.contact-dock a):is(:hover,:focus-visible):before{animation:none;transform:none}}

/* A seamless highlight passing through readable headline colours. */
@keyframes headline-light-loop{from{background-position:0% 50%}to{background-position:200% 50%}}
main h1,main h2,.hero h1.illuminated-heading,.roshni-way-charcoal>h2,.closing>a{background:linear-gradient(90deg,#a6b7ef 0%,#a6b7ef 35%,#fff0c2 50%,#a6b7ef 65%,#a6b7ef 100%);background-size:200% 100%;background-clip:text;-webkit-background-clip:text;color:transparent;animation:headline-light-loop 14s linear infinite;padding-bottom:.16em}
main h1 span,main h2 span,.closing>a>span{color:inherit;background:none;animation:none}
.review-controls{display:flex;justify-content:flex-end;margin:0 0 20px}
.review-pause{border:1px solid #626367;border-radius:999px;background:transparent;color:#e5e3df;padding:10px 18px;font:inherit;font-size:14px;cursor:pointer}
.review-window{overflow:hidden}
.review-track{display:flex;width:max-content;animation:review-slide 85s linear infinite;align-items:stretch}
.review-group{display:flex;gap:24px;padding-right:24px;flex-shrink:0}
.review-group figure{position:relative;isolation:isolate;overflow:hidden;width:clamp(290px,29vw,380px);border:1px solid #454958;border-radius:16px;background:#121620;padding:28px;transition:border-color .5s,box-shadow .5s}
.review-group figure:before{content:"";position:absolute;z-index:-1;inset:-80% -100%;pointer-events:none;background:linear-gradient(110deg,transparent 30%,#ffd6700a 42%,#ffe7a32b 50%,#bacbff0e 58%,transparent 70%);animation:client-light-flow 8s ease-in-out infinite alternate}
.review-group figure:nth-child(3n+2):before{animation-delay:-3s}.review-group figure:nth-child(3n):before{animation-delay:-6s}
.review-group figure:hover{border-color:#ecd18b;box-shadow:inset 0 0 22px #ffdf7012}
.review-group blockquote{font-size:17px;line-height:1.7;color:#f0f0f3;margin:25px 0}
.review-slider:hover .review-track,.review-slider:focus-within .review-track,.review-slider.is-paused .review-track{animation-play-state:paused}
.review-slider.is-paused figure:before{animation-play-state:paused}
@keyframes review-slide{to{transform:translateX(-50%)}}
@media(max-width:700px){.review-group{gap:16px;padding-right:16px}.review-group figure{width:calc(85vw - 24px);max-width:350px;padding:24px}}
@media(prefers-reduced-motion:reduce){main h1,main h2,.hero h1.illuminated-heading,.roshni-way-charcoal>h2,.closing>a{animation:none;background-position:50% 50%}.review-track{animation:none;width:auto}.review-window{overflow-x:auto}.review-group[aria-hidden]{display:none}.review-group figure:before{animation:none}.review-pause{display:none}}

/* Keep prominent service titles consistent with large page headings. */
.service-heading h3,.service-row h3{background:linear-gradient(90deg,#a6b7ef 0%,#a6b7ef 35%,#fff0c2 50%,#a6b7ef 65%,#a6b7ef 100%);background-size:200% 100%;background-clip:text;-webkit-background-clip:text;color:transparent;animation:headline-light-loop 14s linear infinite;padding-bottom:.12em}
@media(prefers-reduced-motion:reduce){.service-heading h3,.service-row h3{animation:none;background-position:50% 50%}}

.us-contact{margin-top:38px;padding-top:30px;border-top:1px solid #3b3d45}
.us-contact h3{font-size:25px;line-height:1.3;letter-spacing:-.025em;margin:16px 0 20px;color:#eeece7}
.us-contact .address-label{font-size:14px;line-height:1.5;color:#a9b0be;margin:0 0 9px}
.us-contact address{font-style:normal;font-size:17px;line-height:1.7;color:#e5e7ec}
.us-contact .contact-link{overflow-wrap:anywhere}

header nav .pay-now-nav{padding:10px 16px;font-size:14px;white-space:nowrap;border-color:#686353}
.payment-contact{margin-top:26px}
.payment-contact .button{margin-top:0}
@media(min-width:701px) and (max-width:1150px){header>.nav-cta{display:none}header nav{gap:18px}}

.uae-company-heading{margin:28px 0 20px}.uae-company-heading .eyebrow{text-transform:uppercase}.uae-company-heading h3{font-size:25px;line-height:1.3;letter-spacing:-.025em;margin:16px 0 20px;color:#eeece7}

/* Adjacent header actions: contact first, payment second. */
.header-actions{display:flex;align-items:center;gap:8px;flex-shrink:0}
.header-actions .button,.mobile-header-actions .button{display:inline-flex;align-items:center;justify-content:center;padding:12px 18px;font-size:14px;white-space:nowrap;gap:0}
.mobile-header-actions{display:none}
@media(min-width:701px) and (max-width:1150px){header nav{gap:16px}.header-actions .button{padding:11px 14px}.header .brand img{max-width:170px}}
@media(max-width:700px){.header-actions{display:none}.mobile-header-actions{display:flex;gap:8px;margin-top:8px}.mobile-header-actions .button{display:inline-flex;flex:1;padding:12px 16px}}
/* Profile-led expertise, September 2026 */
header .brand img{width:205px;height:auto;max-width:none;filter:brightness(0) invert(1)}
header nav,header nav button{font-size:17px}header nav{gap:25px}.header-actions .button{font-size:14px;padding:12px 17px}
.expertise-mega{display:block;background:#121316;padding:32px 40px;max-height:calc(100dvh - 130px);overflow:auto}
.mega-top{display:flex;justify-content:space-between;padding-bottom:24px;border-bottom:1px solid #353638;color:#b5b5bd;font-size:14px}.mega-top>a{color:white;font-size:17px}.expertise-columns{display:grid;grid-template-columns:repeat(3,1fr);gap:35px;padding-top:22px}.category-link{font-family:Manrope,sans-serif;font-size:34px}.expertise-column ul{list-style:none;padding:12px 0 0;margin:0}.expertise-column li a{display:block;padding:8px 0;color:#bfc0c7;font-size:15px;line-height:1.5}.expertise-column a:hover{color:#f2ddb1}
@keyframes text-light-pendulum{from{background-position:18% 50%}to{background-position:82% 50%}}
main h1,main h2,.hero h1.illuminated-heading,.roshni-way-charcoal>h2,.closing>a,.category-closing h2,.service-heading h3{background-image:linear-gradient(100deg,#b5bfd9 0%,#b5bfd9 34%,#eee8d9 47%,#fff7df 50%,#eee8d9 53%,#b5bfd9 66%,#b5bfd9 100%);background-size:240% 100%;background-clip:text;-webkit-background-clip:text;color:transparent;animation:text-light-pendulum 9s ease-in-out infinite alternate;line-height:1.18;padding-bottom:.14em}
main h1 span,main h2 span,.closing>a>span{color:inherit;background:none;animation:none}
.category-hero{padding-bottom:65px;max-width:1450px}.category-hero h1{font-size:clamp(48px,6.8vw,108px);max-width:1180px;letter-spacing:-.055em;margin:30px 0 22px}.category-hero p{max-width:680px;font-size:21px}.category-hero .text-link{display:inline-block;margin-top:18px}
.category-introduction{padding-top:25px;display:grid;grid-template-columns:1fr 1fr;gap:7%;align-items:center}.category-introduction h2{font-size:clamp(30px,3.5vw,52px);margin:22px 0}.category-introduction p{font-size:18px;line-height:1.85;max-width:640px}.category-introduction figure,.service-work-grid figure{margin:0}.category-introduction img{width:100%;aspect-ratio:1.05;object-fit:cover;border-radius:4px}.category-introduction figcaption,.service-work-grid figcaption{font-size:14px;color:#b7b8bf;line-height:1.6;margin-top:15px}
.category-services{padding-top:35px;padding-bottom:55px}.category-services .section-heading{margin-bottom:25px}.service-detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:0 7%}.service-detail{padding:34px 0;border-top:1px solid #323338;scroll-margin-top:35px}.service-detail h3{font-size:27px;margin:14px 0}.service-detail p{max-width:530px;font-size:17px;margin:0}.category-work{padding-top:50px}.category-work .section-heading h2{max-width:750px}.work-context{max-width:700px;margin:-15px 0 35px}.service-work-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:25px}.service-work-grid img{width:100%;aspect-ratio:1.12;object-fit:cover;border-radius:4px;transition:transform .7s}.service-work-grid a:hover img{transform:translateY(-5px)}
.category-process{background:#111214;padding-top:75px;padding-bottom:80px}.category-process h2{max-width:900px;margin:25px 0 55px}.process-map{display:grid;grid-template-columns:repeat(4,1fr);gap:30px;list-style:none;padding:0;margin:0}.process-map li{position:relative;border-top:1px solid #62636a;padding-top:25px}.step-number{display:inline-grid;place-items:center;width:48px;height:48px;border:1px solid #75716a;border-radius:50%;color:#f0dfbd;background:#111214}.process-map h3{font-size:23px;margin:22px 0 10px}.process-map p{font-size:16px;margin:0}.design-map li:nth-child(even){margin-top:35px}.build-map .step-number{border-radius:6px}.market-map{border:1px solid #48494e;border-radius:22px;padding:30px}.market-map li{border:0;padding-top:0}.market-map .step-number{border-style:dashed}.category-closing h2{max-width:1050px;font-size:clamp(44px,6vw,86px);margin:25px 0 35px}.category-closing .closing-bottom p{max-width:610px}.category-closing{background:#080a0f}
.expertise-overview{display:grid;grid-template-columns:repeat(3,1fr);gap:36px;padding-top:20px}.overview-cover img{width:100%;aspect-ratio:1.15;object-fit:cover}.expertise-overview h2{font-size:50px;margin:25px 0 15px}.expertise-overview ul{list-style:none;padding:0;margin:25px 0}.expertise-overview li{padding:12px 0;border-bottom:1px solid #303137;font-size:16px}.expertise-overview li a:hover{color:#eddfc7}.expertise-overview .button{margin-top:12px}.expertise-overview p{min-height:90px}
.tools-strip .clients-track a{display:flex;align-items:center;gap:14px;text-transform:none!important;letter-spacing:0!important;font-size:18px;min-height:62px}.tools-strip .clients-track img{width:27px;height:27px;object-fit:contain;filter:brightness(0) invert(1);opacity:.9}.tools-strip .clients-track{animation-duration:60s}.tools-strip .clients-heading p{font-size:15px;text-transform:none;letter-spacing:1px}
.round:empty{display:none}.page-intro .blue{padding-bottom:.14em}.category-services,.service-detail{scroll-margin-top:35px}
@media(max-width:1100px){header{margin:0 4%}header nav{gap:16px;font-size:16px}header nav button{font-size:16px}header .brand img{width:170px}.header-actions .button{padding:10px 12px;font-size:14px}.category-introduction{gap:5%}.process-map{gap:18px}.expertise-mega{left:4%;right:4%}}
@media(max-width:850px){header nav{gap:12px}.header-actions .button{padding:10px;font-size:14px}header .brand img{width:145px}.expertise-mega{padding:25px}.expertise-columns{gap:20px}.category-link{font-size:29px}.expertise-column li a{font-size:14px}.service-work-grid{gap:16px}.process-map{grid-template-columns:1fr 1fr;gap:30px}.design-map li:nth-child(even){margin-top:0}.expertise-overview{gap:22px}.expertise-overview h2{font-size:40px}}
@media(max-width:700px){header .brand img{width:175px}header nav,header nav button{font-size:19px}.expertise-mega{top:85px;z-index:40;max-height:calc(100dvh - 110px);padding:25px}.expertise-columns{grid-template-columns:1fr}.expertise-column{border-bottom:1px solid #353638;padding-bottom:15px}.expertise-column ul{display:grid;grid-template-columns:1fr 1fr;gap:0 15px}.mega-top span{display:none}.category-hero{padding-bottom:45px}.category-hero h1{font-size:clamp(43px,10.5vw,70px)}.category-hero p{font-size:18px}.category-introduction{grid-template-columns:1fr;gap:35px;padding-top:0}.category-introduction img{aspect-ratio:1.2}.category-introduction p{font-size:17px}.service-detail-grid{grid-template-columns:1fr}.service-detail{padding:25px 0}.service-detail h3{font-size:25px}.category-services{padding-top:10px}.service-work-grid{grid-template-columns:1fr;gap:36px}.category-work .section-heading{align-items:start;flex-direction:column;gap:16px}.category-work .section-heading h2{margin-top:0}.service-work-grid img{aspect-ratio:1.2}.process-map{grid-template-columns:1fr}.process-map li{border-top:0;border-left:1px solid #62636a;padding:0 0 18px 25px}.market-map{padding:25px}.market-map li{border-left:0;padding-left:0}.category-process{padding:55px 5%}.category-process h2{margin-bottom:35px}.expertise-overview{grid-template-columns:1fr;gap:65px}.expertise-overview p{min-height:0}.tools-strip .clients-track a{font-size:16px}.category-closing .closing-bottom{align-items:start;gap:25px}.eyebrow{font-size:14px}}
@media(prefers-reduced-motion:reduce){main h1,main h2,.hero h1.illuminated-heading,.roshni-way-charcoal>h2,.closing>a,.category-closing h2,.service-heading h3{animation:none;background-position:50% 50%}.tools-strip .clients-track{animation:none}.service-work-grid a:hover img{transform:none}}

/* A quieter contact invitation and more legible questions. */
.closing{background:var(--bg)}
.personal-closing{display:grid;grid-template-columns:1.2fr 1fr;gap:7%;align-items:center;margin:0 5%;padding:80px 0 90px;border-top:1px solid var(--line)}
.personal-closing h2{font-size:clamp(48px,6.5vw,96px);line-height:1.16;letter-spacing:-.055em;margin:0;padding-bottom:.14em;background-image:linear-gradient(100deg,#b5bfd9 0%,#b5bfd9 34%,#eee8d9 47%,#fff7df 50%,#eee8d9 53%,#b5bfd9 66%,#b5bfd9 100%);background-size:240% 100%;background-clip:text;-webkit-background-clip:text;color:transparent;animation:text-light-pendulum 9s ease-in-out infinite alternate}
.contact-invitation{max-width:470px}.contact-invitation p{font-size:20px;line-height:1.7;margin:0 0 28px}.contact-invitation .button{font-size:17px;padding:17px 27px}.contact-email{display:block;width:fit-content;margin-top:23px;font-size:16px;color:#c0c2ca;border-bottom:1px solid #55565c;padding-bottom:5px;overflow-wrap:anywhere}
.local h2{font-size:clamp(43px,4.5vw,68px);margin:0 0 25px}.local .faq-heading{font-size:clamp(38px,4vw,60px);margin:0 0 26px}.faqs{margin-top:0}.faqs details{padding:26px 0}.faqs summary{font-size:clamp(21px,1.8vw,27px);line-height:1.4;gap:25px;align-items:center}.faqs summary span{font-size:26px;flex:0 0 25px;text-align:center}.faqs details p{font-size:18px;line-height:1.8;margin:20px 0 0;max-width:620px}
@media(max-width:700px){.personal-closing{grid-template-columns:1fr;gap:28px;padding:55px 0 65px}.personal-closing h2{font-size:clamp(43px,11vw,68px)}.contact-invitation p{font-size:18px}.contact-email{font-size:15px}.local{gap:55px}.local h2{font-size:43px}.local .faq-heading{font-size:40px}.faqs summary{font-size:22px}.faqs details{padding:23px 0}.faqs details p{font-size:17px}}
@media(prefers-reduced-motion:reduce){.personal-closing h2{animation:none;background-position:50% 50%}}

/* A continuous, evenly paced light flow, matching the marquee rhythm. */
@keyframes continuous-text-light{from{background-position:0% 50%}to{background-position:100% 50%}}
main h1,main h2,.hero h1.illuminated-heading,.roshni-way-charcoal>h2,.closing>a,.category-closing h2,.personal-closing h2,.service-heading h3{background-image:linear-gradient(90deg,#b5bfd9 0%,#c8cfdf 15%,#fff2ce 25%,#c8cfdf 35%,#b5bfd9 50%,#c8cfdf 65%,#fff2ce 75%,#c8cfdf 85%,#b5bfd9 100%);background-size:200% 100%;animation:continuous-text-light 16s linear infinite}
.brand-symbol-lit:after{background-image:linear-gradient(90deg,#b5bfd9 0%,#fff2ce 25%,#b5bfd9 50%,#fff2ce 75%,#b5bfd9 100%);background-size:200% 100%;animation:continuous-text-light 16s linear infinite}
.header-actions .button,.mobile-header-actions .button{font-size:17px;padding:16px 25px;min-height:54px}
@media(min-width:701px) and (max-width:1100px){header .brand img{width:150px}header nav{gap:13px}header nav,header nav button{font-size:15px}.header-actions .button{font-size:16px;padding:14px 19px;min-height:50px}}
@media(min-width:701px) and (max-width:820px){header .brand img{width:135px}header nav{gap:10px}header nav,header nav button{font-size:14px}.header-actions .button{font-size:15px;padding:14px 14px}}
@media(max-width:700px){.mobile-header-actions .button{font-size:17px;padding:16px 20px;min-height:54px}}
@media(prefers-reduced-motion:reduce){main h1,main h2,.hero h1.illuminated-heading,.roshni-way-charcoal>h2,.closing>a,.category-closing h2,.personal-closing h2,.service-heading h3,.brand-symbol-lit:after{animation:none;background-position:50% 50%}}

/* Footer navigation matches the header scale. */
footer>div:not(.footer-bottom)>a:not(.brand){font-size:17px;line-height:1.6;padding-top:4px;padding-bottom:4px}footer .footer-bottom a{font-size:15px}
/* Diffuse champagne and silver light; never blocks clicks or replaces the cursor. */
.pointer-light{position:fixed;top:0;left:0;width:620px;height:620px;border-radius:50%;z-index:60;pointer-events:none;opacity:0;contain:strict;background:radial-gradient(ellipse at center,rgba(255,235,192,.12) 0%,rgba(224,222,230,.065) 22%,rgba(169,184,224,.035) 42%,transparent 68%);mix-blend-mode:screen;transition:opacity .7s ease;will-change:transform}
.pointer-light.is-visible{opacity:1}
@media(hover:none),(pointer:coarse),(prefers-reduced-motion:reduce){.pointer-light{display:none}}
/* All call-to-action buttons share the tools-strip finish. */
.button,.button.primary,button[type="submit"],.roshni-way-charcoal .blue-grid .button,.contact-dock a:not(.email-dock){background:#0c1018;border:1px solid #5f5c55;color:#dbe0ed;border-radius:999px}
.button:before,button[type="submit"]:before{opacity:.5;animation:client-light-flow 8s ease-in-out infinite alternate}
.button:is(:hover,:focus-visible),.button.primary:is(:hover,:focus-visible),button[type="submit"]:is(:hover,:focus-visible),.roshni-way-charcoal .blue-grid .button:is(:hover,:focus-visible),.contact-dock a:not(.email-dock):is(:hover,:focus-visible){background:#0c1018;color:#fff1c7;border-color:#ecd18b;box-shadow:0 0 22px #ffdf701c}
.button:is(:hover,:focus-visible):before,button[type="submit"]:is(:hover,:focus-visible):before{opacity:1;animation:client-light-flow 8s ease-in-out infinite alternate}
@media(prefers-reduced-motion:reduce){.button:before,button[type="submit"]:before,.button:is(:hover,:focus-visible):before,button[type="submit"]:is(:hover,:focus-visible):before{animation:none;transform:none}}

/* Footer group headings: shared across every page. */
footer>div>.eyebrow{font-size:18px;font-weight:500;letter-spacing:1.2px;line-height:1.5;color:#e5e7ed;margin-bottom:12px}
/* Compact header actions and a softer, colour-coded expertise menu. */
.header-actions .button,.mobile-header-actions .button{min-height:44px;padding:10px 22px;font-size:16px;line-height:1.35}
header nav>a,header nav>#expertise{position:relative;isolation:isolate;overflow:hidden;border:1px solid transparent;border-radius:999px;padding:10px 14px;transition:color .35s,border-color .35s,box-shadow .35s,background-color .35s}
header nav>a:before{content:"";position:absolute;z-index:-1;inset:-80% -100%;pointer-events:none;background:linear-gradient(110deg,transparent 30%,#ffd67014 42%,#ffe7a34a 50%,#bacbff1a 58%,transparent 70%);opacity:0;transition:opacity .4s}
header nav>a:is(:hover,:focus-visible),header nav>#expertise:is(:hover,:focus-visible,[aria-expanded="true"]){background:#0c1018;color:#fff1c7;border-color:#ecd18b;box-shadow:0 0 22px #ffdf701c}
header nav>a:is(:hover,:focus-visible):before,header nav>#expertise:is(:hover,:focus-visible,[aria-expanded="true"]):before{opacity:1;animation:client-light-flow 8s ease-in-out infinite alternate}
header nav{gap:8px}
.expertise-mega{border-radius:24px;border-color:#414148;background:linear-gradient(135deg,#191a1e,#101114 65%);box-shadow:0 24px 70px #0008}
.expertise-column:nth-child(1),.expertise-overview>article:nth-child(1){--category-accent:#e9c692;--category-tint:#e9c69212}
.expertise-column:nth-child(2),.expertise-overview>article:nth-child(2){--category-accent:#a7baff;--category-tint:#a7baff12}
.expertise-column:nth-child(3),.expertise-overview>article:nth-child(3){--category-accent:#a9d4bd;--category-tint:#a9d4bd12}
.expertise-column .category-link{display:inline-block;color:var(--category-accent);border-radius:12px;padding:6px 12px;margin-left:-12px;transition:background .3s}
.expertise-column .category-link:hover{background:var(--category-tint)}
.expertise-column li a{position:relative;isolation:isolate;overflow:hidden;padding:10px 12px 10px 32px;margin-left:-12px;border:1px solid transparent;border-radius:12px;transition:background .3s,border-color .3s,color .3s}
.expertise-column li a:before{content:"";position:absolute;left:13px;top:50%;width:5px;height:5px;transform:translateY(-50%) rotate(45deg);border:1px solid var(--category-accent);background:var(--category-tint);border-radius:1px;transition:background .3s,box-shadow .3s}
.expertise-column li a:after{content:"";position:absolute;z-index:-1;inset:-80% -100%;pointer-events:none;background:linear-gradient(110deg,transparent 30%,#ffd67014 42%,#ffe7a32a 50%,#bacbff1a 58%,transparent 70%);opacity:0}
.expertise-column li a:is(:hover,:focus-visible){color:var(--category-accent);background:var(--category-tint);border-color:var(--category-accent)}
.expertise-column li a:is(:hover,:focus-visible):before{background:var(--category-accent);box-shadow:0 0 9px var(--category-accent)}
.expertise-column li a:is(:hover,:focus-visible):after{opacity:1;animation:client-light-flow 8s ease-in-out infinite alternate}
.expertise-overview>article h2{color:var(--category-accent);background:none;animation:none}
.expertise-overview li a{display:block;position:relative;padding-left:19px}.expertise-overview li a:before{content:"";position:absolute;left:1px;top:.55em;width:5px;height:5px;border:1px solid var(--category-accent);transform:rotate(45deg);border-radius:1px}
@media(min-width:701px) and (max-width:1100px){header nav{gap:2px}header nav>a,header nav>#expertise{padding:9px 10px}.header-actions .button{padding:10px 17px;font-size:15px}}
@media(min-width:701px) and (max-width:820px){header nav>a,header nav>#expertise{padding:9px 7px}.header-actions .button{padding:10px 13px}}
@media(max-width:700px){.expertise-mega{border-radius:18px}.mobile-header-actions .button{min-height:44px;padding:11px 18px}header nav>a,header nav>#expertise{padding:10px 14px}.expertise-column li a{padding-left:24px;margin-left:0}.expertise-column li a:before{left:8px}}
@media(prefers-reduced-motion:reduce){header nav>a:is(:hover,:focus-visible):before,header nav>#expertise:is(:hover,:focus-visible,[aria-expanded="true"]):before,.expertise-column li a:is(:hover,:focus-visible):after{animation:none}}

.featured-project-caption{display:flex;align-items:center;justify-content:space-between;gap:18px}.featured-project-caption .button{flex-shrink:0;font-size:15px;padding:11px 20px}.featured-project-caption>span{max-width:65%}@media(max-width:850px){.featured-project-caption{align-items:flex-start;flex-direction:column}.featured-project-caption>span{max-width:100%}}

/* Founder portrait: a restrained illuminated frame and a clear personal introduction. */
.about-hero{max-width:none}.founder-section{scroll-margin-top:30px;padding-top:70px;padding-bottom:90px;align-items:start}.founder-portrait{border-radius:28px;border:1px solid #77716a;background:#111214;box-shadow:0 18px 60px #0004;transition:border-color .6s,box-shadow .6s;isolation:isolate}.founder-portrait>img{border-radius:27px 27px 0 0;transition:transform 1.2s ease;transform-origin:center}.founder-portrait:after{content:"";position:absolute;inset:0;border-radius:inherit;padding:1px;pointer-events:none;background:linear-gradient(110deg,#d6c39833 15%,#f7e6bfbb 35%,#adbded99 50%,#d6c39833 70%);background-size:250% 100%;-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;animation:portrait-border-light 10s ease-in-out infinite alternate}.founder-portrait:hover{border-color:#dbc49b;box-shadow:0 0 36px #e1c89616,0 20px 65px #0005}.founder-portrait:hover>img{transform:scale(1.018)}
.founder-portrait .portrait-caption{position:relative;inset:auto;display:flex;flex-direction:column;align-items:flex-start;gap:6px;background:#111214;padding:24px 28px;letter-spacing:0;text-transform:none}.portrait-caption strong{font-family:Manrope,sans-serif;font-size:24px;font-weight:500;color:#f2efe9}.founder-portrait .portrait-caption span{font-size:16px;letter-spacing:.3px;color:#c5baa6}.founder-copy h2{margin-top:0}.founder-copy>p{font-size:18px;line-height:1.85}.founder-copy .large-copy{font-size:22px;color:#dddfe5}.founder-signoff span{font-size:15px}.founder-section+.section{padding-top:75px}
@keyframes portrait-border-light{from{background-position:0% 50%}to{background-position:100% 50%}}
@media(max-width:700px){.founder-section{padding-top:40px;padding-bottom:60px}.founder-portrait{max-width:100%;border-radius:23px}.founder-portrait>img{border-radius:22px 22px 0 0}.founder-portrait .portrait-caption{padding:20px 23px}.founder-copy>p{font-size:17px}.founder-copy .large-copy{font-size:20px}.founder-copy h2{font-size:40px}}
@media(prefers-reduced-motion:reduce){.founder-portrait:after{animation:none}.founder-portrait>img{transition:none}.founder-portrait:hover>img{transform:none}}

/* The reason behind Roshni. */
.roshni-purpose{display:grid;grid-template-columns:1.3fr .8fr;gap:9%;align-items:start;border-bottom:1px solid var(--line)}.purpose-story h2{margin:0 0 30px;font-size:clamp(40px,4.6vw,70px)}.purpose-story>p{font-size:18px;line-height:1.85;max-width:760px}.purpose-story .purpose-lead{font-size:clamp(22px,2vw,29px);line-height:1.6;color:#e1e2e7}.purpose-signature{display:block;margin-top:25px;font-size:15px;color:#b7b9c2}.purpose-principles{border:1px solid #55534d;border-radius:24px;padding:12px 32px;background:linear-gradient(130deg,#ddc69d08,transparent 65%)}.purpose-principles article{padding:25px 0}.purpose-principles article+article{border-top:1px solid var(--line)}.purpose-principles h3{font-size:27px;color:#e8d3ad;margin:0 0 14px}.purpose-principles p{font-size:18px;line-height:1.8;margin:0}
@media(max-width:700px){.roshni-purpose{grid-template-columns:1fr;gap:35px}.purpose-story>p,.purpose-principles p{font-size:17px}.purpose-story .purpose-lead{font-size:22px}.purpose-principles{padding:5px 24px}.purpose-principles h3{font-size:25px}}

/* Company story first; the founder has his own section below. */
.purpose-brand-heading{display:flex;align-items:center;gap:25px;margin-bottom:28px}.purpose-brand-heading h2{margin:0;flex:1}.purpose-brand-mark.brand-symbol-lit{flex:0 0 105px;width:105px;height:115px;max-width:none}.purpose-brand-mark .brand-symbol{width:100%;height:100%;object-fit:contain}.roshni-purpose{align-items:center}.roshni-purpose+.founder-section{padding-top:90px}
@media(max-width:700px){.purpose-brand-heading{gap:18px;align-items:center}.purpose-brand-mark.brand-symbol-lit{flex-basis:65px;width:65px;height:75px}.purpose-brand-heading h2{font-size:37px}.roshni-purpose+.founder-section{padding-top:55px}}

/* Readable secondary copy throughout the site. */
footer .footer-bottom,footer .footer-bottom a{font-size:16px;line-height:1.6;color:#afb3bf}
.hero-foot{gap:20px;flex-wrap:wrap;line-height:1.6;letter-spacing:1px}
.hero .eyebrow{line-height:1.7}.project-info span,.project-meta small,.chips span,figcaption small,.rating small,.form-note{line-height:1.6}
@media(max-width:700px){footer .footer-bottom,footer .footer-bottom a{font-size:15px}.hero-foot{gap:12px}.hero-foot>span{max-width:100%}.chips{flex-wrap:wrap}}
.category-hero{max-width:none}

.company-contacts>h2{margin-top:0;margin-bottom:40px}.company-contact{padding:0 0 32px}.company-contact+.company-contact{padding:32px 0 0;border-top:1px solid var(--line)}.company-contact>.eyebrow{display:block;font-size:16px;letter-spacing:.8px;text-transform:none;color:#bcc2d0}.company-contact h3{font-size:28px;line-height:1.3;margin:14px 0 22px}.company-contact .contact-link{display:block;font-size:18px;line-height:1.6;margin:10px 0;overflow-wrap:anywhere}.company-contact address{font-style:normal;color:#aeb4c3;font-size:17px;line-height:1.8;margin-top:20px}
@media(max-width:700px){.company-contact h3{font-size:25px}.company-contact .contact-link{font-size:17px}}

/* A single framed enquiry panel, with service-aware prompts. */
.contact-grid{align-items:start}.contact-grid .enquiry-panel{border:1px solid #54514b;border-radius:28px;padding:36px;background:linear-gradient(135deg,#cbb78a08,#111216 45%);gap:20px;box-shadow:0 18px 65px #0002}.enquiry-panel .form-intro h2{font-size:34px;letter-spacing:-.035em;margin:0 0 10px}.enquiry-panel .form-intro p{font-size:16px;margin:0 0 8px}.enquiry-panel fieldset{min-width:0}.service-choice{border:0;padding:0;margin:0 0 8px}.enquiry-panel legend{font-size:16px;color:#e2e3e8;margin-bottom:14px}.service-options{display:grid;grid-template-columns:1fr 1fr;gap:10px}.service-options label{display:block;position:relative;cursor:pointer}.service-options input{position:absolute;opacity:0;width:1px;height:1px;padding:0}.service-options label>span{display:flex;flex-direction:column;gap:5px;border:1px solid #42434a;border-radius:15px;padding:17px 15px;min-height:90px;background:#0c1018;transition:background .3s,border-color .3s,box-shadow .3s}.service-options strong{font-size:18px;font-weight:500;color:#eeeef1}.service-options small{font-size:14px;line-height:1.5;color:#aeb1bd}.service-options input:checked+span{border-color:#dac092;background:linear-gradient(120deg,#d4b98318,#0c1018);box-shadow:inset 0 0 18px #d8b97708}.service-options input:checked+span strong{color:#f0d6a9}.service-options label:hover>span{border-color:#bbaa8c}.service-options input:focus-visible+span{outline:2px solid #f0d6a9;outline-offset:3px}
.enquiry-panel label{font-size:16px;gap:9px;color:#d5d7df}.enquiry-panel .optional{font-size:14px;color:#959ba9;margin-top:-5px}.enquiry-panel input:not([type="radio"]),.enquiry-panel textarea{border:1px solid #45464d;background:#0b0e14;border-radius:13px;padding:15px 16px;color:#f1f2f5;transition:border-color .3s,box-shadow .3s}.enquiry-panel input:not([type="radio"]):focus,.enquiry-panel textarea:focus{border-color:#dbc295;box-shadow:0 0 0 3px #dbc29513}.enquiry-panel input::placeholder,.enquiry-panel textarea::placeholder{color:#8e94a2;opacity:1}.enquiry-panel .service-guidance{font-size:14px;line-height:1.6;margin:-13px 0 -10px;color:#b3b7c2}.enquiry-panel textarea{min-height:145px}.enquiry-panel .delivery-choice{margin:5px 0 0;gap:12px}.enquiry-panel .delivery-choice label{border-radius:13px;padding:14px 16px;background:#0b0e14;font-size:16px;border-color:#45464d}.enquiry-panel .delivery-choice label:has(input:checked){background:#d6ba8312;border-color:#c7b18e}.enquiry-panel .delivery-choice input{accent-color:#dbc295;width:17px;height:17px}.form-send{display:flex;flex-direction:column;gap:13px;align-items:flex-start}.form-send .button{font-size:16px;padding:14px 24px;min-height:48px}.form-send .form-note{font-size:14px;line-height:1.6}.enquiry-panel #form-status:empty{display:none}.enquiry-panel #form-status{line-height:1.8;font-size:15px;overflow-wrap:anywhere}.enquiry-panel #form-status .text-link{white-space:normal}
@media(max-width:1000px) and (min-width:701px){.contact-grid{gap:30px}.contact-grid .enquiry-panel{padding:25px;grid-template-columns:1fr}.service-options label>span{padding:14px 12px}.company-contact .contact-link{font-size:16px}}
@media(max-width:700px){.contact-grid .enquiry-panel{padding:25px 20px;border-radius:22px}.enquiry-panel .form-intro h2{font-size:31px}.service-options label>span{padding:14px 11px;min-height:96px}.service-options small{font-size:14px}.enquiry-panel .delivery-choice label{padding:13px 12px}.form-send .button{width:100%;justify-content:center}}

.company-contact>.country-label{display:flex;align-items:center;gap:10px}.country-dot{display:inline-block;width:8px;height:8px;flex:0 0 8px;border-radius:50%;background:#66d995;box-shadow:0 0 9px #66d99545;animation:country-dot-pulse 2.4s ease-in-out infinite}
@keyframes country-dot-pulse{0%,100%{opacity:1;box-shadow:0 0 9px #66d99555}50%{opacity:.3;box-shadow:0 0 3px #66d99515}}
@media(prefers-reduced-motion:reduce){.country-dot{animation:none}}

/* A quiet, site-wide space for greetings and announcements. */
.announcement-bar{padding:11px 5%;background:#111b18;border-bottom:1px solid #43574b;color:#e6eee9;text-align:center}.announcement-bar p{display:flex;justify-content:center;flex-wrap:wrap;gap:5px 12px;margin:0;font-size:14px;line-height:1.6;color:#c1cdc6}.announcement-bar strong{font-weight:500;color:#eff3ee}.announcement-bar span{font-weight:400}
@media(max-width:700px){.announcement-bar{padding:10px 5%}.announcement-bar p{font-size:14px;gap:2px 8px}}

/* Homepage-only announcement in the hero’s lower dividing line. */
.hero-solidarity{display:flex;align-items:center;gap:16px;margin-top:65px;border-top:1px solid #64756b55;border-bottom:1px solid #64756b55;padding:14px 0;background:transparent}.hero-solidarity[hidden]{display:none}.solidarity-window{overflow:hidden;min-width:0;flex:1;-webkit-mask-image:linear-gradient(90deg,transparent,#000 3%,#000 97%,transparent);mask-image:linear-gradient(90deg,transparent,#000 3%,#000 97%,transparent)}.solidarity-track{display:flex;width:max-content;animation:solidarity-scroll 40s linear infinite}.solidarity-group{display:flex;align-items:center;flex-shrink:0;gap:70px;padding-right:70px}.solidarity-message{display:flex;align-items:center;gap:12px;white-space:nowrap;font-size:15px;line-height:1.6;color:#c6cdc8}.solidarity-message strong{font-weight:500;color:#e9eeeb}.uae-flag{position:relative;width:29px;height:19px;flex:0 0 29px;overflow:hidden;border-radius:2px;background:linear-gradient(to bottom,#00843d 0 33.333%,#fff 33.333% 66.666%,#111 66.666%);box-shadow:0 0 0 1px #ffffff26}.uae-flag i{position:absolute;inset:0 auto 0 0;width:25%;background:#ed1c24}.solidarity-close{flex:0 0 36px;width:36px;height:36px;border-radius:50%;border:1px solid #69736c;background:#111713;color:#e5eae7;display:grid;place-items:center;padding:0;font-size:25px;line-height:1}.solidarity-close:hover{border-color:#ecd18b;color:#fff1c7}.hero-solidarity:hover .solidarity-track,.hero-solidarity:focus-within .solidarity-track{animation-play-state:paused}
@keyframes solidarity-scroll{to{transform:translateX(-50%)}}
@media(max-width:700px){.hero-solidarity{margin-top:40px;padding:12px 0;gap:10px}.solidarity-message{font-size:14px;gap:10px}.solidarity-group{gap:40px;padding-right:40px}}
@media(prefers-reduced-motion:reduce){.solidarity-track{animation:none;width:auto}.solidarity-group{padding:0;gap:0}.solidarity-group[aria-hidden="true"],.solidarity-group .solidarity-message+.solidarity-message{display:none}.solidarity-message{white-space:normal;flex-wrap:wrap}.solidarity-window{mask-image:none;-webkit-mask-image:none}}

/* A single message passes fully before the next entry. */
.hero-solidarity{border-top:0;border-bottom:1px solid #64756b55;padding-top:0;padding-bottom:17px}.announcement-label{flex-shrink:0;font-size:15px;line-height:1.6;color:#e1e5e2}.solidarity-track{display:block;width:max-content;animation:announcement-single-pass 22s linear infinite;transform:translateX(var(--announcement-entry,100vw))}.solidarity-window{padding:5px 0}.solidarity-message{flex-wrap:nowrap;white-space:nowrap}
@keyframes announcement-single-pass{from{transform:translateX(var(--announcement-entry,100vw))}to{transform:translateX(-100%)}}
@media(max-width:700px){.announcement-label{font-size:14px}.hero-solidarity{gap:9px}.solidarity-close{width:30px;height:30px;flex-basis:30px}.solidarity-track{animation-duration:18s}}
@media(prefers-reduced-motion:reduce){.solidarity-track{animation:none;transform:none;width:auto}.solidarity-message{flex-wrap:wrap;white-space:normal}.hero-solidarity{align-items:flex-start}}

/* Squared announcement badge using the shared button finish. */
.announcement-label{position:relative;isolation:isolate;overflow:hidden;display:inline-flex;align-items:center;justify-content:center;padding:10px 16px;border:1px solid #5f5c55;border-radius:5px;background:#0c1018;color:#dbe0ed;font-size:15px;line-height:1.4;transition:border-color .35s,color .35s,box-shadow .35s}
.announcement-label:before{content:"";position:absolute;inset:-80% -100%;z-index:-1;pointer-events:none;background:linear-gradient(110deg,transparent 30%,#ffd67014 42%,#ffe7a34a 50%,#bacbff1a 58%,transparent 70%);opacity:.5;animation:client-light-flow 8s ease-in-out infinite alternate}
.announcement-label:hover{border-color:#ecd18b;color:#fff1c7;box-shadow:0 0 22px #ffdf701c}
@media(max-width:700px){.announcement-label{font-size:14px;padding:9px 11px}}
@media(prefers-reduced-motion:reduce){.announcement-label:before{animation:none}}

/* Partner offers share the homepage announcement track. */
.solidarity-message[hidden]{display:none}
.solidarity-track{animation-duration:38s}
.announcement-read-more{flex-shrink:0;display:inline-flex;align-items:center;min-height:36px;padding:5px 14px;border:1px solid #756e5f;border-radius:5px;background:#101218;color:#f0e6cf;font-size:14px;text-decoration:none}
.announcement-read-more:hover,.announcement-read-more:focus-visible{border-color:#ecd18b;color:#fff4d8;box-shadow:0 0 18px #ecd18b25;outline:2px solid transparent}
@media(max-width:700px){.solidarity-track{animation-duration:38s}}
@media(prefers-reduced-motion:reduce){.solidarity-track{animation:none}.solidarity-message{white-space:normal;flex-wrap:wrap;padding:8px 0}.solidarity-message+.solidarity-message{border-top:1px solid #ffffff20;margin-top:8px}}

/* Partnerships: official badge, real photography and clear offers. */
.partner-jump{display:flex;flex-wrap:wrap;gap:14px;margin-top:30px}
.partner-section{display:grid;grid-template-columns:1fr 1fr;gap:7%;align-items:center;padding-top:45px;padding-bottom:95px;scroll-margin-top:35px}
.partner-offer-panel{border:1px solid #535058;border-radius:28px;padding:48px;background:linear-gradient(145deg,#1b1b20,#0d0f14);min-height:460px;display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start}
.hostinger-badge{width:min(100%,320px);height:auto;display:block}
.partner-saving{font-family:Manrope,sans-serif;font-size:clamp(80px,8vw,130px);letter-spacing:-.07em;line-height:1.1;margin-top:42px;color:#f1e7cf}
.partner-saving span{display:block;font-family:'DM Sans',sans-serif;font-size:20px;letter-spacing:0;line-height:1.5;margin-top:12px;color:#ecedf1}
.partner-offer-panel>p{font-size:16px;margin:24px 0 0}
.partner-copy h2{margin:0 0 26px;font-size:clamp(38px,4.2vw,66px)}
.partner-copy p{font-size:18px}
.partner-benefits{list-style:none;padding:0;margin:25px 0 32px}
.partner-benefits li{position:relative;padding:13px 0 13px 22px;border-bottom:1px solid #ffffff19;font-size:17px;line-height:1.5}
.partner-benefits li:before{content:'';position:absolute;left:1px;top:23px;width:6px;height:6px;background:#dcc598;border-radius:2px;transform:rotate(45deg)}
.partner-copy .partner-terms{font-size:14px;line-height:1.7;color:#a3a7b1;max-width:580px;margin:20px 0}
.partner-photo{margin:0;padding:10px;border:1px solid #625c50;border-radius:28px;background:#13151a;overflow:hidden;box-shadow:0 0 28px #e8d3a00a;transition:border-color .4s,box-shadow .4s}
.partner-photo:hover{border-color:#c5b186;box-shadow:0 0 35px #e8d3a018}
.partner-photo img{display:block;width:100%;height:auto;border-radius:19px}
.partner-photo figcaption{padding:18px 12px 10px;font-size:15px;line-height:1.5;color:#c4c7ce}
.meydan-partner{border-top:1px solid #282c35;padding-top:90px}
@media(min-width:1001px){header nav{gap:12px}}
@media(max-width:1000px){.partner-section{gap:35px}.partner-offer-panel{padding:28px;min-height:400px}}
@media(max-width:700px){.partner-section{grid-template-columns:1fr;padding-top:25px;padding-bottom:55px;gap:34px}.partner-offer-panel{min-height:360px}.partner-copy h2{font-size:40px}.partner-copy p{font-size:17px}.partner-saving{font-size:90px}.meydan-partner{padding-top:50px}.partner-jump .button{font-size:15px}.partner-photo figcaption{font-size:14px}}

.smartstart-partner{border-top:1px solid #282c35;padding-top:90px}
.smartstart-offer{background:linear-gradient(145deg,#192025,#0d1014)}
.smartstart-offer h3{font-size:clamp(30px,3.1vw,46px);line-height:1.2;margin:22px 0 38px}
.smartstart-price>span{display:block;color:#bfc6ca;font-size:18px;margin-bottom:12px}
.smartstart-price>strong{display:block;font-family:Manrope,sans-serif;font-size:clamp(40px,4.5vw,70px);font-weight:500;letter-spacing:-.05em;line-height:1.2;color:#f1e7cf}
@media(max-width:700px){.smartstart-partner{padding-top:50px}.smartstart-price>strong{font-size:46px}}

/* Shared contact icons and accepted payment marks. */
.contact-action-icon{width:19px;height:19px;flex:0 0 19px;display:block}
a.icon-contact-link{display:inline-flex;align-items:center;gap:10px}
a.icon-contact-link>span{min-width:0;overflow-wrap:anywhere}
header .icon-contact-link{gap:8px}
footer a.icon-contact-link{display:flex;align-items:center;gap:10px}
.company-contact a.icon-contact-link{display:flex;align-items:center;gap:12px}
.icon-contact-address{display:flex;align-items:flex-start;gap:12px}.icon-contact-address .contact-action-icon{margin-top:5px}
.footer-payments{margin-top:27px}.footer-payments>p{margin:0 0 12px;font-size:15px;color:#c0c4cc;line-height:1.5}
.payment-marks{display:flex;align-items:center;gap:10px}.payment-mark{display:flex;align-items:center;justify-content:center;width:76px;height:46px;border-radius:8px;border:1px solid #d6d7db;background:#f9f9fb}.payment-mark img{display:block;max-width:48px;max-height:30px;object-fit:contain}
@media(max-width:700px){.company-contact a.icon-contact-link{font-size:16px}.footer-payments{margin-top:22px}footer .icon-contact-link{min-height:36px}}

header .header-actions a.icon-contact-link,header .mobile-header-actions a.icon-contact-link{gap:9px!important}
.footer-bottom>a[href="/privacy/"]{margin-left:auto}

/* Keep the closing email on its own line below the contact button. */
.contact-invitation a.contact-email.icon-contact-link{display:flex;width:fit-content;max-width:100%;margin-top:23px;gap:10px}

/* Privacy follows the shared inner-page hero and rounded dark surfaces. */
.privacy-content{padding-top:45px;padding-bottom:90px}
.privacy-panel{max-width:1100px;margin:0 auto;padding:clamp(25px,5vw,65px);border:1px solid #48464a;border-radius:28px;background:linear-gradient(145deg,#15171c,#0c0e13)}
.privacy-panel h2{font-size:clamp(30px,3.3vw,46px);margin:0 0 22px}
.privacy-panel p{font-size:18px;line-height:1.85;margin:0;max-width:850px;color:#c0c4ce}
.privacy-panel p+h2{margin-top:38px;padding-top:38px;border-top:1px solid #ffffff1c}
.privacy-panel a{color:#e9dec3;border-bottom:1px solid #777064;max-width:100%;vertical-align:middle}
@media(max-width:700px){.privacy-content{padding-top:25px;padding-bottom:55px}.privacy-panel{border-radius:22px}.privacy-panel p{font-size:17px}.privacy-panel p+h2{margin-top:28px;padding-top:28px}.privacy-panel .icon-contact-link{font-size:15px}}

footer a.footer-hostinger{display:block;width:200px;max-width:100%;margin-top:26px;border-radius:16px;transition:filter .3s,transform .3s}
.footer-hostinger img{display:block;width:100%;height:auto}
footer a.footer-hostinger:hover{filter:brightness(1.2);transform:translateY(-2px)}
.hero-tagline{font-family:Manrope,sans-serif;font-size:clamp(19px,1.8vw,26px);font-weight:500;line-height:1.5;letter-spacing:-.02em;width:fit-content;color:#dce0e9;background-image:linear-gradient(90deg,#b5bfd9 0%,#c8cfdf 15%,#fff2ce 25%,#c8cfdf 35%,#b5bfd9 50%,#c8cfdf 65%,#fff2ce 75%,#c8cfdf 85%,#b5bfd9 100%);background-size:200% 100%;background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;animation:continuous-text-light 16s linear infinite}
@media(prefers-reduced-motion:reduce){.hero-tagline{animation:none}}
