@import url('https://fonts.googleapis.com/css2?family=Amiri:wght@400;700&family=Inter:wght@400;500;600;700&family=League+Spartan:wght@500;600;700&family=Tajawal:wght@400;500;600;700&display=swap');

:root{
  --bg:#071311;
  --bg-2:#0b1a17;
  --ink:#0a1715;
  --paper:#f6f7f2;
  --paper-2:#eef2ec;
  --muted:#66736f;
  --line:rgba(10,23,21,.12);
  --line-dark:rgba(255,255,255,.12);
  --teal:#13c8b5;
  --teal-2:#5de1d4;
  --white:#fff;
  --shadow:0 30px 80px rgba(1,13,11,.16);
  --shadow-soft:0 18px 60px rgba(1,13,11,.10);
  --radius:32px;
  --header-h:84px;
  --font-ar-display:'Amiri', Georgia, serif;
  --font-ar-ui:'Tajawal', Arial, sans-serif;
  --font-en-display:'Lulo Clean','League Spartan',Arial,sans-serif;
  --font-en-ui:'Inter',Arial,sans-serif;
}

*{box-sizing:border-box}
html{scroll-behavior:auto;background:var(--bg)}
body{margin:0;background:var(--bg);color:var(--ink);overflow-x:hidden;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}
html[dir="rtl"] body{font-family:var(--font-ar-ui)}
html[dir="ltr"] body{font-family:var(--font-en-ui)}
button,input,textarea{font:inherit}
button,a{-webkit-tap-highlight-color:transparent}
a{text-decoration:none;color:inherit}
button{border:0;background:none;color:inherit;cursor:pointer}
img{display:block;max-width:100%}
::selection{background:var(--teal);color:#04110f}

.grain{position:fixed;inset:0;z-index:1000;pointer-events:none;opacity:.028;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.92' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.72'/%3E%3C/svg%3E")}
.page-progress{position:fixed;top:0;left:0;width:100%;height:2px;z-index:1500;background:rgba(255,255,255,.05)}
.page-progress i{display:block;width:0;height:100%;background:var(--teal);box-shadow:0 0 18px rgba(19,200,181,.6)}
.scene-wipe{position:fixed;inset:0;z-index:1400;pointer-events:none;transform:translateY(100%);background:#0a1b18}
.scene-wipe span{position:absolute;inset:0;background:linear-gradient(115deg,transparent 20%,rgba(19,200,181,.12),transparent 76%)}

.site-header{position:fixed;z-index:1200;top:0;left:0;width:100%;height:var(--header-h);display:flex;align-items:center;transition:transform .45s cubic-bezier(.2,.7,.2,1),background .35s ease,border-color .35s ease,backdrop-filter .35s ease}
.site-header.is-scrolled{background:rgba(7,19,17,.76);backdrop-filter:blur(16px);border-bottom:1px solid rgba(255,255,255,.07)}
.site-header.is-hidden{transform:translateY(-110%)}
.header-inner{width:min(1500px,calc(100% - 56px));margin:auto;display:grid;grid-template-columns:160px 1fr auto;align-items:center;gap:28px}
.brand{display:flex;align-items:center;justify-content:flex-start;height:56px}
.brand img{width:118px;height:auto;filter:drop-shadow(0 8px 20px rgba(0,0,0,.16))}
.main-nav{justify-self:center;display:flex;gap:30px;align-items:center}
.main-nav a{position:relative;color:rgba(255,255,255,.76);font-size:13px;font-weight:600;letter-spacing:.02em;padding:13px 0;transition:color .25s ease}
.main-nav a:after{content:"";position:absolute;left:50%;bottom:4px;width:0;height:1px;background:var(--teal);transition:width .25s ease,left .25s ease}
.main-nav a:hover,.main-nav a.active{color:#fff}
.main-nav a:hover:after,.main-nav a.active:after{width:100%;left:0}
.header-actions{display:flex;gap:10px;align-items:center;justify-self:end}
.lang-switch{height:38px;min-width:46px;padding:0 14px;border-radius:999px;border:1px solid rgba(255,255,255,.18);color:#fff;font-size:12px;font-weight:700;background:rgba(255,255,255,.04)}
.header-cta{height:40px;padding:0 20px;border-radius:999px;background:#fff;color:#06120f;font-size:12px;font-weight:700;box-shadow:0 10px 30px rgba(0,0,0,.14);transition:transform .25s ease,box-shadow .25s ease}
.header-cta:hover{transform:translateY(-2px);box-shadow:0 14px 38px rgba(0,0,0,.22)}
.menu-toggle{display:none;width:42px;height:42px;position:relative}
.menu-toggle i{position:absolute;left:9px;width:24px;height:1px;background:#fff;transition:.3s ease}.menu-toggle i:first-child{top:15px}.menu-toggle i:last-child{top:25px}
.menu-toggle.open i:first-child{transform:translateY(5px) rotate(45deg)}.menu-toggle.open i:last-child{transform:translateY(-5px) rotate(-45deg)}

.mobile-menu{position:fixed;inset:0;z-index:1150;background:#071311;color:#fff;display:none;opacity:0;visibility:hidden;padding:120px 28px 40px;overflow:hidden}
.mobile-menu.open{opacity:1;visibility:visible}
.mobile-menu-ring{position:absolute;width:520px;height:520px;border:1px solid rgba(19,200,181,.15);border-radius:50%;inset:auto -180px -180px auto;animation:orbitFloat 10s ease-in-out infinite alternate}
.mobile-menu nav{position:relative;display:grid;gap:0}.mobile-menu nav a{display:flex;align-items:center;gap:18px;padding:18px 0;border-bottom:1px solid rgba(255,255,255,.1)}.mobile-menu nav small{color:var(--teal);font-size:11px}.mobile-menu nav span{font-family:var(--font-ar-display);font-size:30px;font-weight:700}.mobile-menu-actions{display:flex;gap:10px;margin-top:28px}.mobile-menu-actions button{padding:14px 18px;border-radius:999px;border:1px solid rgba(255,255,255,.16)}.mobile-menu-actions button:first-child{background:var(--teal);color:#04110f;border:0}

.journey-rail{position:fixed;z-index:900;top:50%;transform:translateY(-50%);right:18px;display:flex;flex-direction:column;gap:16px;padding:20px 10px;color:#fff}
html[dir="ltr"] .journey-rail{right:auto;left:18px}
.journey-line{position:absolute;top:25px;bottom:25px;right:21px;width:1px;background:rgba(255,255,255,.12)}
html[dir="ltr"] .journey-line{right:auto;left:21px}
.journey-line i{display:block;width:1px;height:0;background:var(--teal);box-shadow:0 0 12px rgba(19,200,181,.5)}
.journey-rail a{position:relative;display:flex;align-items:center;gap:10px;min-height:26px;padding-right:28px;opacity:.42;transition:opacity .25s ease,transform .25s ease}
html[dir="ltr"] .journey-rail a{padding-right:0;padding-left:28px}
.journey-rail a:before{content:"";position:absolute;right:16px;width:11px;height:11px;border-radius:50%;border:1px solid rgba(255,255,255,.45);background:#071311;transition:.25s ease}
html[dir="ltr"] .journey-rail a:before{right:auto;left:16px}
.journey-rail a.active{opacity:1;transform:translateX(-2px)}html[dir="ltr"] .journey-rail a.active{transform:translateX(2px)}
.journey-rail a.active:before{background:var(--teal);border-color:var(--teal);box-shadow:0 0 0 5px rgba(19,200,181,.09)}
.journey-rail b{font-size:10px;font-weight:600}.journey-rail em{font-style:normal;font-size:11px;white-space:nowrap;opacity:0;transform:translateX(5px);transition:.25s ease}.journey-rail a:hover em,.journey-rail a.active em{opacity:1;transform:none}

main{position:relative}
.section{position:relative;overflow:hidden}
.light{background:var(--paper);color:var(--ink)}
.dark{background:var(--bg);color:#fff}
.soft-tone{background:linear-gradient(180deg,var(--paper) 0%,#eff2ec 100%)}

.hero{min-height:850px;height:100svh;max-height:980px;background:radial-gradient(circle at 12% 20%,rgba(19,200,181,.12),transparent 30%),linear-gradient(180deg,#071311 0%,#081512 100%);color:#fff;position:relative;overflow:hidden;padding-top:var(--header-h)}
.hero-geometry{position:absolute;inset:0;pointer-events:none;overflow:hidden}
.geo-ring{position:absolute;border:1px solid rgba(19,200,181,.14);border-radius:50%;filter:drop-shadow(0 0 30px rgba(19,200,181,.03))}
.geo-ring-a{width:660px;height:660px;left:-280px;top:160px;animation:orbitFloat 12s ease-in-out infinite alternate}
.geo-ring-b{width:460px;height:460px;right:-180px;top:70px;animation:orbitFloat 15s ease-in-out infinite alternate-reverse}
.geo-line{position:absolute;height:1px;width:420px;background:linear-gradient(90deg,transparent,rgba(19,200,181,.34),transparent);transform:rotate(-16deg);right:11%;bottom:19%;animation:lineFloat 8s ease-in-out infinite alternate}
.geo-dot{position:absolute;width:10px;height:10px;background:var(--teal);border-radius:50%;right:14%;top:25%;box-shadow:0 0 0 8px rgba(19,200,181,.08),0 0 30px rgba(19,200,181,.35);animation:dotPulse 2.4s ease-in-out infinite}
@keyframes orbitFloat{from{transform:translate3d(0,0,0) scale(1)}to{transform:translate3d(24px,-18px,0) scale(1.035)}}
@keyframes lineFloat{from{transform:translate3d(0,0,0) rotate(-16deg)}to{transform:translate3d(-40px,-20px,0) rotate(-12deg)}}
@keyframes dotPulse{50%{transform:scale(.75);opacity:.65}}

.hero-inner{position:relative;z-index:2;width:min(1460px,calc(100% - 112px));height:calc(100% - 132px);margin:0 auto;display:grid;grid-template-columns:minmax(390px,.8fr) minmax(580px,1.4fr);gap:54px;align-items:center}
html[dir="rtl"] .hero-copy{order:2;text-align:right}.hero-copy{max-width:590px;align-self:center}
html[dir="rtl"] .hero-media{order:1}
.eyebrow{margin:0 0 16px;color:var(--teal);font-size:11px;font-weight:700;letter-spacing:.13em;text-transform:uppercase}
.hero-title{margin:0;max-width:600px;line-height:1.12;letter-spacing:-.035em;font-weight:700}
html[dir="rtl"] .hero-title{font-family:var(--font-ar-display);font-size:clamp(44px,4vw,58px);letter-spacing:0;line-height:1.24}
html[dir="ltr"] .hero-title{font-family:var(--font-en-display);font-size:clamp(46px,4vw,61px);text-transform:none}
.hero-sub{margin:20px 0 0;max-width:560px;color:rgba(255,255,255,.74);font-size:15px;line-height:1.9}
.hero-actions{display:flex;gap:12px;margin-top:28px;flex-wrap:wrap}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:22px;height:48px;padding:0 22px;border-radius:999px;font-size:13px;font-weight:700;transition:transform .25s ease,box-shadow .25s ease,background .25s ease,color .25s ease}
.btn i{font-style:normal;font-size:15px;transition:transform .25s ease}.btn:hover i{transform:translate(3px,-3px)}html[dir="rtl"] .btn:hover i{transform:translate(-3px,-3px)}
.btn-primary{background:var(--teal);color:#03110e;box-shadow:0 18px 42px rgba(19,200,181,.16)}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 22px 50px rgba(19,200,181,.25)}
.btn-ghost{color:#fff;border:1px solid rgba(255,255,255,.22);background:rgba(255,255,255,.025)}.btn-ghost:hover{background:#fff;color:#06120f;transform:translateY(-2px)}
.btn-dark{background:#0b1715;color:#fff}.btn-dark:hover{transform:translateY(-2px);background:#122522}
.hero-note{display:flex;align-items:center;gap:12px;margin-top:26px;color:rgba(255,255,255,.48);font-size:11px}.hero-note span{width:34px;height:1px;background:var(--teal)}.hero-note p{margin:0;line-height:1.7}

.soft-media{position:relative;isolation:isolate}
.soft-media .media-glow{position:absolute;z-index:-2;inset:8% 8% 2%;background:rgba(19,200,181,.13);filter:blur(50px);border-radius:44%;opacity:.6;transform:translateY(24px)}
.hero-media{align-self:center;min-width:0;height:min(72vh,690px);display:flex;align-items:center;justify-content:center}
.hero-media figure{position:relative;width:100%;height:100%;margin:0;overflow:hidden;border-radius:44px;box-shadow:0 44px 110px rgba(0,0,0,.32),0 8px 34px rgba(0,0,0,.18);-webkit-mask-image:radial-gradient(ellipse 98% 98% at 50% 50%,#000 65%,rgba(0,0,0,.96) 76%,transparent 100%);mask-image:radial-gradient(ellipse 98% 98% at 50% 50%,#000 65%,rgba(0,0,0,.96) 76%,transparent 100%)}
.hero-media figure:after{content:"";position:absolute;inset:0;background:linear-gradient(100deg,rgba(7,19,17,.2),transparent 35%,transparent 72%,rgba(7,19,17,.14))}
.hero-media img{width:100%;height:100%;object-fit:cover;object-position:center;transform:scale(1.025)}
.hero-media-tag{position:absolute;top:36px;right:34px;z-index:3;display:inline-flex;align-items:center;gap:10px;padding:10px 14px;border:1px solid rgba(255,255,255,.15);border-radius:999px;background:rgba(5,18,15,.56);backdrop-filter:blur(12px);font-size:9px;font-weight:700;letter-spacing:.1em}
html[dir="ltr"] .hero-media-tag{right:auto;left:34px}.hero-media-tag i{width:7px;height:7px;background:var(--teal);border-radius:50%;box-shadow:0 0 0 5px rgba(19,200,181,.14)}
.hero-media-caption{position:absolute;left:34px;bottom:32px;z-index:3;padding:13px 16px;background:rgba(255,255,255,.88);backdrop-filter:blur(12px);color:#081512;border-radius:16px;box-shadow:var(--shadow-soft);display:flex;flex-direction:column;gap:1px}
html[dir="ltr"] .hero-media-caption{left:auto;right:34px}.hero-media-caption b{font-size:11px;letter-spacing:.05em}.hero-media-caption small{font-size:10px;color:#67726f}
.hero-service-rail{position:absolute;bottom:0;left:0;width:100%;height:64px;border-top:1px solid rgba(255,255,255,.08);display:flex;align-items:center;overflow:hidden;background:rgba(4,16,14,.46);backdrop-filter:blur(10px)}
.rail-track{display:flex;align-items:center;gap:24px;width:max-content;min-width:100%;justify-content:center;color:rgba(255,255,255,.48);font-size:10px;font-weight:600;letter-spacing:.06em;white-space:nowrap}.rail-track i{width:4px;height:4px;border-radius:50%;background:var(--teal);opacity:.75}
.scroll-cue{position:absolute;bottom:86px;right:42px;z-index:3;display:flex;align-items:center;gap:12px;color:rgba(255,255,255,.48);font-size:10px}.scroll-cue i{display:block;width:28px;height:42px;border:1px solid rgba(255,255,255,.24);border-radius:999px;position:relative}.scroll-cue i:after{content:"";position:absolute;width:3px;height:6px;border-radius:99px;background:var(--teal);top:8px;left:50%;transform:translateX(-50%);animation:scrollDot 1.9s ease-in-out infinite}@keyframes scrollDot{0%{transform:translate(-50%,0);opacity:0}30%{opacity:1}80%{transform:translate(-50%,16px);opacity:1}100%{transform:translate(-50%,19px);opacity:0}}
html[dir="ltr"] .scroll-cue{right:auto;left:42px}

.transition{height:150px;position:relative;z-index:3;margin-top:-1px;margin-bottom:-1px}
.transition-dark-light{background:linear-gradient(180deg,#081512 0%,#17312b 6%,rgba(80,118,107,.22) 20%,var(--paper) 100%)}
.transition-light-dark{background:linear-gradient(180deg,#eff2ec 0%,rgba(102,127,118,.22) 55%,#0b1a17 100%)}
.contact-transition{height:120px;background:linear-gradient(180deg,#071311 0%,rgba(75,112,102,.25) 55%,var(--paper) 100%)}

.section{padding:108px 0}
.section-head{width:min(1370px,calc(100% - 112px));margin:0 auto 54px}
.section-head.compact{display:grid;grid-template-columns:210px minmax(0,1fr);column-gap:24px;row-gap:10px;align-items:end}
.section-kicker{display:flex;align-items:center;gap:10px;color:var(--teal);font-size:10px;font-weight:700;letter-spacing:.11em;text-transform:uppercase}.section-kicker b{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border:1px solid rgba(19,200,181,.32);border-radius:50%;font-size:9px}
.section-head h2,.hse-content h2,.contact-inner h2{margin:0;font-weight:700;max-width:920px}
html[dir="rtl"] .section-head h2,html[dir="rtl"] .hse-content h2,html[dir="rtl"] .contact-inner h2{font-family:var(--font-ar-display);font-size:clamp(34px,3vw,44px);line-height:1.35}
html[dir="ltr"] .section-head h2,html[dir="ltr"] .hse-content h2,html[dir="ltr"] .contact-inner h2{font-family:var(--font-en-display);font-size:clamp(34px,3vw,45px);line-height:1.08}
.section-head p{grid-column:2;margin:0;color:var(--muted);font-size:12px}.section-head.inverse p{color:rgba(255,255,255,.48)}
.section-ambient{position:absolute;inset:0;pointer-events:none;overflow:hidden}.ambient-light span{position:absolute;border:1px solid rgba(10,23,21,.055);border-radius:50%}.ambient-light span:first-child{width:530px;height:530px;left:-260px;top:50px}.ambient-light span:last-child{width:360px;height:360px;right:-170px;bottom:40px}

.services-stage{width:min(1370px,calc(100% - 112px));margin:auto;display:grid;grid-template-columns:minmax(0,1.05fr) minmax(430px,.95fr);gap:62px;align-items:center}
.service-list{border-top:1px solid var(--line)}
.service-row{width:100%;display:grid;grid-template-columns:42px minmax(180px,1fr) minmax(140px,.68fr) 26px;gap:18px;align-items:center;text-align:inherit;padding:19px 4px;border-bottom:1px solid var(--line);transition:padding .36s cubic-bezier(.2,.7,.2,1),background .36s ease,color .36s ease,border-color .36s ease}
.service-row .service-number{font-size:10px;color:#84908c}.service-row strong{font-size:18px;line-height:1.4}.service-row em{font-style:normal;font-size:11px;color:#7a8582}.service-row>i{font-style:normal;font-size:13px;opacity:.45;transition:transform .3s ease}
.service-row:hover,.service-row.active{background:#0b1a17;color:#fff;padding-left:18px;padding-right:18px;border-color:#0b1a17}
.service-row:hover em,.service-row.active em,.service-row:hover .service-number,.service-row.active .service-number{color:rgba(255,255,255,.56)}.service-row:hover>i,.service-row.active>i{transform:translate(-3px,-3px);color:var(--teal);opacity:1}html[dir="ltr"] .service-row:hover>i,html[dir="ltr"] .service-row.active>i{transform:translate(3px,-3px)}
.service-visual{height:590px;position:relative}
.service-visual>figure{position:absolute;inset:0;margin:0;opacity:0;transform:scale(1.035);filter:blur(8px);transition:opacity .58s ease,transform .8s cubic-bezier(.2,.7,.2,1),filter .58s ease;overflow:hidden;border-radius:36px;box-shadow:var(--shadow);-webkit-mask-image:radial-gradient(ellipse 98% 100% at 50% 50%,#000 64%,rgba(0,0,0,.94) 78%,transparent 100%);mask-image:radial-gradient(ellipse 98% 100% at 50% 50%,#000 64%,rgba(0,0,0,.94) 78%,transparent 100%)}
.service-visual>figure.active{opacity:1;transform:scale(1);filter:blur(0)}
.service-visual img{width:100%;height:100%;object-fit:cover}
.service-visual-bottom{position:absolute;z-index:3;bottom:24px;left:28px;right:28px;display:flex;align-items:center;gap:7px;color:#fff}.service-visual-bottom b{font-size:28px}.service-visual-bottom>span{opacity:.5;font-size:11px}.service-visual-bottom button{margin-inline-start:auto;display:flex;gap:10px;align-items:center;padding:11px 14px;border-radius:999px;background:rgba(6,18,16,.68);backdrop-filter:blur(10px);font-size:10px;border:1px solid rgba(255,255,255,.14)}

.sectors{padding-top:100px;padding-bottom:130px}.sector-composition{width:min(1370px,calc(100% - 112px));margin:0 auto;display:grid;grid-template-columns:1.18fr .82fr;grid-template-rows:270px 270px;gap:24px 28px;position:relative}
.sector-piece{position:relative;min-width:0}.sector-piece figure{margin:0;width:100%;height:100%;overflow:hidden;border-radius:34px;box-shadow:var(--shadow-soft);-webkit-mask-image:radial-gradient(ellipse 99% 100% at 50% 50%,#000 66%,rgba(0,0,0,.96) 82%,transparent 100%);mask-image:radial-gradient(ellipse 99% 100% at 50% 50%,#000 66%,rgba(0,0,0,.96) 82%,transparent 100%)}.sector-piece img{width:100%;height:100%;object-fit:cover;transition:transform .8s cubic-bezier(.2,.7,.2,1),filter .5s ease}.sector-piece:hover img{transform:scale(1.045);filter:saturate(1.05)}
.sector-industrial{grid-row:1/3}.sector-corporate{transform:translateY(22px)}.sector-health{transform:translateY(-10px)}
.sector-label{position:absolute;bottom:18px;right:20px;left:20px;color:#fff;z-index:2;text-shadow:0 3px 18px rgba(0,0,0,.35)}.sector-label:before{content:"";position:absolute;z-index:-1;inset:-44px -24px -24px;background:linear-gradient(0deg,rgba(4,16,14,.72),transparent);border-radius:0 0 30px 30px}.sector-label small{display:block;color:var(--teal);font-size:9px;margin-bottom:4px}.sector-label strong{display:block;font-size:22px}.sector-label span{font-size:10px;opacity:.76}
.sector-chips{width:min(1370px,calc(100% - 112px));margin:34px auto 0;display:flex;gap:10px;flex-wrap:wrap}.sector-chips span{padding:10px 14px;border:1px solid var(--line);border-radius:999px;font-size:10px;color:#65716e;background:rgba(255,255,255,.38)}

.operations{padding-top:110px;padding-bottom:120px;min-height:700px}.operations-bg{position:absolute;inset:0;pointer-events:none;overflow:hidden}.op-ring{position:absolute;border:1px solid rgba(19,200,181,.12);border-radius:50%;animation:orbitFloat 14s ease-in-out infinite alternate}.ring-1{width:620px;height:620px;right:-250px;top:-80px}.ring-2{width:380px;height:380px;left:-170px;bottom:-130px;animation-delay:-5s}.op-line{position:absolute;left:15%;right:15%;top:54%;height:1px;background:linear-gradient(90deg,transparent,rgba(19,200,181,.16),transparent)}
.section-head.inverse{color:#fff}.section-head.inverse h2{color:#fff}
.process{width:min(1250px,calc(100% - 140px));margin:74px auto 0;display:grid;grid-template-columns:repeat(6,1fr);position:relative;padding-top:45px}
.process-track{position:absolute;top:18px;left:3%;right:3%;height:1px;background:rgba(255,255,255,.13)}
.process-track i{display:block;height:1px;width:0;background:var(--teal);box-shadow:0 0 16px rgba(19,200,181,.5)}
.process-track span{position:absolute;top:50%;left:0;width:10px;height:10px;border-radius:50%;background:var(--teal);box-shadow:0 0 0 7px rgba(19,200,181,.10),0 0 26px rgba(19,200,181,.35);transform:translate(-50%,-50%)}
.process-step{position:relative;padding:0 16px;color:rgba(255,255,255,.38);transition:color .35s ease,transform .35s ease}.process-step:before{content:"";position:absolute;top:-32px;left:50%;width:8px;height:8px;border-radius:50%;border:1px solid rgba(255,255,255,.35);background:#071311;transform:translateX(-50%);transition:.35s ease}.process-step.active{color:#fff;transform:translateY(-3px)}.process-step.active:before{background:var(--teal);border-color:var(--teal);box-shadow:0 0 0 6px rgba(19,200,181,.08)}.process-step>span{display:block;font-size:9px;color:var(--teal);margin-bottom:8px}.process-step strong{display:block;font-size:16px;margin-bottom:5px}.process-step small{display:block;font-size:10px;opacity:.55}
.operations-proof{width:min(1120px,calc(100% - 140px));margin:72px auto 0;padding-top:26px;border-top:1px solid rgba(255,255,255,.09);display:flex;align-items:center;justify-content:center;gap:18px;color:rgba(255,255,255,.52);font-size:10px;letter-spacing:.09em}.operations-proof i{width:34px;height:1px;background:rgba(19,200,181,.35)}

.hse{min-height:650px;padding:120px 0 132px;display:flex;align-items:center}.hse-visual{position:absolute;inset:0;overflow:hidden}.hse-visual img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 44%;filter:saturate(.86) contrast(1.04);opacity:.38;transform:scale(1.04);-webkit-mask-image:linear-gradient(90deg,transparent 0%,rgba(0,0,0,.88) 26%,#000 74%,transparent 100%);mask-image:linear-gradient(90deg,transparent 0%,rgba(0,0,0,.88) 26%,#000 74%,transparent 100%)}
.hse-fade{position:absolute;inset:0;background:linear-gradient(90deg,#071311 0%,rgba(7,19,17,.45) 45%,#071311 100%),linear-gradient(180deg,#071311 0%,transparent 18%,transparent 82%,#071311 100%)}
.hse-scan{position:absolute;left:18%;right:18%;height:1px;background:linear-gradient(90deg,transparent,var(--teal),transparent);box-shadow:0 0 24px rgba(19,200,181,.22);animation:hseScan 5.8s ease-in-out infinite;opacity:.6}@keyframes hseScan{0%,100%{top:24%;opacity:0}20%{opacity:.6}80%{opacity:.6}100%{top:76%;opacity:0}}
.hse-content{position:relative;z-index:2;width:min(1180px,calc(100% - 160px));margin:auto;text-align:center}.hse-content .section-kicker{justify-content:center;margin-bottom:22px}.hse-content h2{max-width:680px;margin:0 auto;color:#fff}.hse-points{margin:34px auto 0;display:flex;gap:10px;justify-content:center;flex-wrap:wrap}.hse-points span{padding:11px 15px;border-radius:999px;border:1px solid rgba(255,255,255,.15);background:rgba(7,19,17,.46);backdrop-filter:blur(10px);font-size:10px;color:rgba(255,255,255,.78)}

.contact{padding-top:95px;padding-bottom:28px;min-height:560px}.contact-bg{position:absolute;inset:0;pointer-events:none}.contact-bg span{position:absolute;border:1px solid rgba(10,23,21,.06);border-radius:50%}.contact-bg span:first-child{width:520px;height:520px;left:-240px;top:-190px}.contact-bg span:last-child{width:360px;height:360px;right:-140px;bottom:-140px}.contact-inner{width:min(940px,calc(100% - 112px));margin:0 auto;text-align:center}.contact-inner .eyebrow{margin-bottom:14px}.contact-inner h2{margin:0 auto}.contact-inner>p:not(.eyebrow){margin:14px auto 0;max-width:620px;color:var(--muted);font-size:12px}.contact-actions{margin-top:28px;display:flex;gap:12px;justify-content:center;flex-wrap:wrap}
footer{width:min(1370px,calc(100% - 112px));margin:100px auto 0;padding:24px 0 8px;border-top:1px solid var(--line);display:grid;grid-template-columns:150px 1fr auto;align-items:center;gap:30px;color:#66716e}footer img{width:104px}footer p{margin:0;font-size:10px;line-height:1.8}footer a{font-size:10px;color:#253431}

.drawer,.rfp-modal{position:fixed;inset:0;z-index:1600;pointer-events:none;visibility:hidden}.drawer.open,.rfp-modal.open{pointer-events:auto;visibility:visible}.drawer-backdrop,.rfp-backdrop{position:absolute;inset:0;background:rgba(4,15,13,.64);backdrop-filter:blur(8px);opacity:0}.drawer-panel{position:absolute;top:0;bottom:0;right:0;width:min(560px,100%);background:#f8f8f4;transform:translateX(105%);padding:28px 30px 30px;overflow:auto;box-shadow:-30px 0 90px rgba(0,0,0,.22)}html[dir="ltr"] .drawer-panel{right:auto;left:0;transform:translateX(-105%);box-shadow:30px 0 90px rgba(0,0,0,.22)}
.drawer-top{display:flex;align-items:flex-start;justify-content:space-between;gap:20px}.drawer-top>div{display:flex;flex-direction:column;gap:3px}.drawer-top small{font-size:9px;color:var(--teal);font-weight:700;letter-spacing:.12em}.drawer-top b{font-size:12px}.drawer-top>button{width:38px;height:38px;border-radius:50%;border:1px solid var(--line);font-size:22px}.drawer-progress{display:flex;gap:8px;margin:24px 0 36px}.drawer-progress i{height:2px;background:#d7ddda;flex:1}.drawer-progress i.active{background:var(--teal)}.drawer-step{display:none}.drawer-step.active{display:block}.drawer-step h3,.rfp-copy h3{margin:0 0 22px;font-weight:700}.drawer-step h3{font-size:25px}html[dir="rtl"] .drawer-step h3,html[dir="rtl"] .rfp-copy h3{font-family:var(--font-ar-display)}html[dir="ltr"] .drawer-step h3,html[dir="ltr"] .rfp-copy h3{font-family:var(--font-en-display)}
.choices{display:grid;grid-template-columns:1fr 1fr;gap:10px}.choices label{position:relative}.choices input{position:absolute;opacity:0}.choices span{display:flex;align-items:center;min-height:54px;padding:12px 14px;border:1px solid var(--line);border-radius:14px;font-size:11px;background:#fff;transition:.25s ease}.choices input:checked+span{background:#0b1a17;color:#fff;border-color:#0b1a17;box-shadow:0 10px 30px rgba(5,18,15,.12)}
.form-fields{display:grid;grid-template-columns:1fr 1fr;gap:13px}.form-fields label{display:flex;flex-direction:column;gap:7px}.form-fields label.full{grid-column:1/-1}.form-fields label>span{font-size:9px;color:#697572}.form-fields input,.form-fields textarea{width:100%;border:1px solid #d8dedb;background:#fff;border-radius:12px;padding:13px 14px;outline:0;color:#0a1715;transition:border-color .2s ease,box-shadow .2s ease}.form-fields input:focus,.form-fields textarea:focus{border-color:var(--teal);box-shadow:0 0 0 3px rgba(19,200,181,.09)}.drawer-controls{display:flex;gap:10px;margin-top:26px}.drawer-controls button{height:44px;padding:0 18px;border-radius:999px;border:1px solid var(--line);font-size:11px}.drawer-controls .next,.drawer-controls .submit{margin-inline-start:auto;background:#0b1a17;color:#fff;border-color:#0b1a17;display:flex;gap:18px;align-items:center}.drawer-controls .submit{display:none}.drawer-status{min-height:18px;margin-top:12px;font-size:10px;color:#a43b34}.form-success{display:none;text-align:center;padding-top:80px}.form-success>span{display:inline-flex;width:56px;height:56px;border-radius:50%;align-items:center;justify-content:center;background:#e4f8f5;color:#058b7d;font-size:24px}.form-success h3{font-size:26px;margin:18px 0 6px}.form-success p{margin:0;color:#7b8582;font-size:10px}.form-success b{display:block;font-size:18px;margin:6px 0 22px}.form-success button{padding:11px 18px;border-radius:999px;background:#0b1a17;color:#fff}.hp{position:absolute!important;left:-9999px!important}
.rfp-panel{position:absolute;left:50%;top:50%;width:min(1040px,calc(100% - 40px));max-height:90vh;overflow:auto;background:#f8f8f4;border-radius:24px;padding:28px;transform:translate(-50%,-50%) scale(.96);opacity:0;box-shadow:0 40px 120px rgba(0,0,0,.28)}.rfp-grid{display:grid;grid-template-columns:.68fr 1.32fr;gap:34px;margin-top:30px}.rfp-copy{padding:22px;border-radius:18px;background:#0b1a17;color:#fff;min-height:100%}.rfp-copy .eyebrow{font-size:9px}.rfp-copy h3{font-size:29px;line-height:1.3;margin-top:12px}.upload{position:relative;padding:14px;border:1px dashed #c9d2cf;border-radius:14px;background:#fff}.upload input{position:absolute;inset:0;opacity:0;cursor:pointer}.upload b{font-size:10px;font-weight:500;color:#687572}.rfp-submit{margin-top:18px;display:flex;align-items:center;gap:18px;margin-inline-start:auto;padding:13px 20px;border-radius:999px;background:#0b1a17;color:#fff}
.mobile-actions{display:none}

.reveal-block,.reveal-card{will-change:transform,opacity}.service-row,.sector-piece,.btn{will-change:transform}.soft-media figure{will-change:transform,opacity,filter}

@media(max-width:1180px){
  .journey-rail{display:none}.header-inner,.hero-inner,.section-head,.services-stage,.sector-composition,.sector-chips,footer{width:min(100% - 56px,1120px)}
  .hero-inner{grid-template-columns:.82fr 1.18fr;gap:36px}.hero-media{height:min(64vh,600px)}.services-stage{grid-template-columns:1fr .9fr;gap:36px}.service-visual{height:520px}.section-head.compact{grid-template-columns:170px 1fr}.process{width:calc(100% - 80px)}
}

@media(max-width:900px){
  :root{--header-h:76px}
  .main-nav,.header-cta{display:none}.menu-toggle{display:block}.header-inner{grid-template-columns:130px 1fr auto;width:calc(100% - 32px)}.brand img{width:105px}
  .mobile-menu{display:block}
  .hero{height:auto;min-height:0;max-height:none;padding:112px 0 82px}.hero-inner{width:calc(100% - 32px);height:auto;display:flex;flex-direction:column;gap:34px;align-items:stretch}.hero-copy{max-width:660px}.hero-media{height:auto;aspect-ratio:16/10;width:100%}.hero-media figure{border-radius:30px}.hero-media-tag{top:20px;right:20px}.hero-media-caption{left:20px;bottom:20px}.hero-service-rail{height:54px}.rail-track{justify-content:flex-start;padding:0 18px;animation:mobileRail 20s linear infinite}@keyframes mobileRail{to{transform:translateX(-35%)}}html[dir="rtl"] .rail-track{animation-direction:reverse}.scroll-cue{display:none}
  html[dir="rtl"] .hero-title{font-size:clamp(38px,9vw,48px)}html[dir="ltr"] .hero-title{font-size:clamp(38px,9vw,48px)}
  .transition{height:100px}.section{padding:78px 0}.section-head,.services-stage,.sector-composition,.sector-chips,footer{width:calc(100% - 32px)}.section-head.compact{grid-template-columns:1fr;gap:12px;margin-bottom:34px}.section-head p{grid-column:1}.section-head h2{max-width:720px}
  .services-stage{grid-template-columns:1fr;gap:34px}.service-list{order:2}.service-visual{order:1;height:auto;aspect-ratio:16/11}.service-row{grid-template-columns:34px 1fr 22px;gap:12px;padding:16px 4px}.service-row em{display:none}.service-row strong{font-size:16px}.service-visual-bottom{bottom:18px;left:18px;right:18px}.service-visual-bottom button{font-size:9px}
  .sector-composition{grid-template-columns:1fr 1fr;grid-template-rows:350px 270px;gap:18px}.sector-industrial{grid-column:1/3;grid-row:auto}.sector-corporate,.sector-health{transform:none}.sector-piece figure{border-radius:28px}
  .process{width:calc(100% - 44px);margin-top:40px;display:grid;grid-template-columns:1fr;padding:0 0 0 42px;gap:24px}.process-track{left:19px;right:auto;top:8px;bottom:8px;width:1px;height:auto}.process-track i{width:1px;height:0}.process-track span{left:50%;top:0;transform:translate(-50%,-50%)}.process-step{padding:0 0 0 18px}.process-step:before{left:-27px;top:7px;transform:none}.process-step.active{transform:translateX(3px)}html[dir="rtl"] .process{padding:0 42px 0 0}.process-step:before{left:-27px}html[dir="rtl"] .process-step:before{left:auto;right:-27px}html[dir="rtl"] .process-step{padding:0 18px 0 0}html[dir="rtl"] .process-track{left:auto;right:19px}.operations-proof{width:calc(100% - 44px);flex-wrap:wrap;gap:10px}.operations-proof i{width:18px}
  .hse{min-height:560px;padding:90px 0}.hse-content{width:calc(100% - 40px)}.hse-visual img{-webkit-mask-image:linear-gradient(180deg,transparent 0%,#000 24%,#000 76%,transparent 100%);mask-image:linear-gradient(180deg,transparent 0%,#000 24%,#000 76%,transparent 100%)}
  .contact-inner{width:calc(100% - 36px)}footer{grid-template-columns:120px 1fr;gap:18px;margin-top:70px}footer a{grid-column:2}
  .rfp-grid{grid-template-columns:1fr}.rfp-copy{min-height:auto}.form-fields{grid-template-columns:1fr}
}

@media(max-width:600px){
  .header-inner{width:calc(100% - 22px)}.brand{height:48px}.brand img{width:94px}.lang-switch{height:36px;min-width:44px}.menu-toggle{width:38px}
  .hero{padding-top:102px}.hero-inner{width:calc(100% - 22px);gap:28px}.hero-copy{padding:0 4px}.hero-eyebrow{font-size:9px;margin-bottom:12px}.hero-sub{font-size:13px;line-height:1.8;margin-top:14px}.hero-actions{margin-top:22px}.btn{height:44px;padding:0 17px;font-size:11px;gap:14px}.hero-note{margin-top:20px;font-size:9px}.hero-media{aspect-ratio:4/3}.hero-media figure{border-radius:24px}.hero-media-caption{padding:10px 12px;border-radius:12px}.hero-media-tag{font-size:8px;padding:8px 10px}.hero-service-rail{bottom:0}.rail-track{font-size:9px;gap:18px}
  .transition{height:76px}.section{padding:66px 0}.section-head,.services-stage,.sector-composition,.sector-chips,footer{width:calc(100% - 24px)}.section-head.compact{margin-bottom:26px}.section-kicker{font-size:9px}.section-kicker b{width:28px;height:28px}.section-head p{font-size:10px}html[dir="rtl"] .section-head h2,html[dir="rtl"] .hse-content h2,html[dir="rtl"] .contact-inner h2{font-size:30px}html[dir="ltr"] .section-head h2,html[dir="ltr"] .hse-content h2,html[dir="ltr"] .contact-inner h2{font-size:30px}
  .service-visual{aspect-ratio:4/3}.service-visual>figure{border-radius:25px}.service-row{padding:14px 2px}.service-row:hover,.service-row.active{padding-left:12px;padding-right:12px}.service-row strong{font-size:14px}.service-visual-bottom b{font-size:22px}
  .sector-composition{grid-template-columns:1fr;grid-template-rows:none}.sector-industrial{grid-column:auto}.sector-piece{height:300px}.sector-piece figure{border-radius:25px}.sector-label strong{font-size:19px}.sector-chips{margin-top:22px}
  .operations{padding-top:72px}.process{width:calc(100% - 28px)}.operations-proof{width:calc(100% - 28px);margin-top:52px}
  .hse{min-height:500px}.hse-content{width:calc(100% - 28px)}.hse-points span{font-size:9px;padding:9px 12px}
  .contact{padding-top:62px}.contact-inner{width:calc(100% - 26px)}footer{width:calc(100% - 26px);grid-template-columns:1fr;gap:12px;margin-top:60px;text-align:center;justify-items:center}footer a{grid-column:auto}.contact-actions{gap:8px}
  .drawer-panel{padding:22px 18px 96px}.choices{grid-template-columns:1fr}.drawer-step h3{font-size:22px}.rfp-panel{width:calc(100% - 18px);padding:20px;border-radius:18px}.rfp-copy h3{font-size:23px}.mobile-actions{position:fixed;z-index:1080;bottom:10px;left:50%;transform:translateX(-50%);display:grid;grid-template-columns:1fr 80px;width:calc(100% - 22px);gap:8px;padding:7px;border-radius:18px;background:rgba(7,19,17,.84);backdrop-filter:blur(14px);border:1px solid rgba(255,255,255,.09);box-shadow:0 18px 50px rgba(0,0,0,.24)}.mobile-actions button{height:42px;border-radius:13px;color:#fff;font-size:11px}.mobile-actions button:first-child{background:var(--teal);color:#04110f;font-weight:700}
}

@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.001ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.001ms!important}.grain{display:none}}
html[dir="rtl"] .process-track i{margin-left:auto;margin-right:0}


/* ===== MASTER REFINEMENT 10.1 ===== */
:root{--header-h:96px;--shadow-float:0 34px 90px rgba(1,13,11,.16)}
.site-header{height:var(--header-h);padding-top:8px}
.header-inner{width:min(1460px,calc(100% - 72px));grid-template-columns:150px 1fr auto}
.brand{height:64px}.brand img{width:112px}

/* Hero: calmer typography + floating, edge-less image */
.hero{height:94svh;min-height:760px;max-height:920px;padding-top:var(--header-h);background:radial-gradient(circle at 14% 22%,rgba(19,200,181,.11),transparent 30%),radial-gradient(circle at 72% 52%,rgba(19,200,181,.055),transparent 30%),linear-gradient(180deg,#071311 0%,#081512 100%)}
.hero-inner{width:min(1420px,calc(100% - 120px));height:calc(100% - 118px);grid-template-columns:minmax(360px,.78fr) minmax(560px,1.35fr);gap:58px}
.hero-copy{max-width:540px}
html[dir="rtl"] .hero-title{font-size:clamp(40px,3.45vw,52px);line-height:1.28;font-weight:700}
html[dir="ltr"] .hero-title{font-size:clamp(40px,3.5vw,54px);line-height:1.02}
.hero-sub{font-size:14px;line-height:1.85;margin-top:17px;max-width:520px}
.hero-actions{margin-top:24px}.hero-note{margin-top:22px}
.hero-media{height:min(66vh,620px);overflow:visible}
.hero-media .media-glow{inset:18% 12% 5%;filter:blur(72px);opacity:.72}
.hero-media figure{width:106%;height:102%;overflow:visible;border-radius:0;box-shadow:none;-webkit-mask-image:radial-gradient(ellipse 88% 92% at 50% 50%,#000 0 54%,rgba(0,0,0,.96) 65%,rgba(0,0,0,.68) 76%,rgba(0,0,0,.24) 88%,transparent 100%);mask-image:radial-gradient(ellipse 88% 92% at 50% 50%,#000 0 54%,rgba(0,0,0,.96) 65%,rgba(0,0,0,.68) 76%,rgba(0,0,0,.24) 88%,transparent 100%);filter:drop-shadow(0 34px 42px rgba(0,0,0,.26))}
.hero-media figure:after{background:radial-gradient(circle at 50% 45%,transparent 48%,rgba(7,19,17,.2) 84%,rgba(7,19,17,.46) 100%)}
.hero-media img{transform:scale(1.055);filter:saturate(.94) contrast(1.02)}
.hero-media-tag{top:52px;right:48px}.hero-media-caption{left:50px;bottom:48px}
html[dir="ltr"] .hero-media-tag{left:48px}.hero-service-rail{height:58px;background:rgba(4,16,14,.32);border-top-color:rgba(255,255,255,.055)}

/* No artificial separator bands: sections overlap with a soft curved continuation */
.transition{display:none!important}
.services{padding-top:118px}
.operations{margin-top:-58px;padding-top:168px;border-radius:56px 56px 0 0;box-shadow:0 -30px 70px rgba(7,19,17,.08)}
.contact{margin-top:-44px;padding-top:124px;border-radius:54px 54px 0 0;box-shadow:0 -30px 70px rgba(7,19,17,.07)}
.operations:before,.contact:before{content:"";position:absolute;z-index:0;left:50%;top:-110px;width:min(980px,82vw);height:210px;transform:translateX(-50%);border-radius:50%;pointer-events:none;filter:blur(38px);opacity:.38}
.operations:before{background:radial-gradient(ellipse,rgba(19,200,181,.16),rgba(7,19,17,0) 68%)}
.contact:before{background:radial-gradient(ellipse,rgba(19,200,181,.10),rgba(246,247,242,0) 70%)}

/* More restrained section hierarchy */
.section{padding:92px 0}.section-head{margin-bottom:44px}
html[dir="rtl"] .section-head h2,html[dir="rtl"] .hse-content h2,html[dir="rtl"] .contact-inner h2{font-size:clamp(30px,2.55vw,38px);line-height:1.42}
html[dir="ltr"] .section-head h2,html[dir="ltr"] .hse-content h2,html[dir="ltr"] .contact-inner h2{font-size:clamp(30px,2.6vw,39px)}
.section-head p,.contact-inner>p:not(.eyebrow){font-size:11px}

/* Images merge into the page instead of sitting inside cards */
.service-visual{height:560px;overflow:visible}
.service-visual .media-glow{inset:14% 10% 4%;filter:blur(72px);opacity:.56}
.service-visual>figure{inset:-3% -3%;overflow:visible;border-radius:0;box-shadow:none;-webkit-mask-image:radial-gradient(ellipse 90% 93% at 50% 50%,#000 0 55%,rgba(0,0,0,.96) 66%,rgba(0,0,0,.6) 79%,rgba(0,0,0,.18) 90%,transparent 100%);mask-image:radial-gradient(ellipse 90% 93% at 50% 50%,#000 0 55%,rgba(0,0,0,.96) 66%,rgba(0,0,0,.6) 79%,rgba(0,0,0,.18) 90%,transparent 100%);filter:blur(9px) drop-shadow(0 32px 38px rgba(1,13,11,.12))}
.service-visual>figure.active{filter:blur(0) drop-shadow(0 32px 38px rgba(1,13,11,.12))}
.service-visual img{filter:saturate(.94) contrast(1.015)}
.service-visual-bottom{bottom:34px;left:38px;right:38px}

.sector-composition{gap:18px 24px;grid-template-rows:255px 255px}
.sector-piece{overflow:visible}
.sector-piece .media-glow{inset:20% 10% 3%;filter:blur(52px);opacity:.42}
.sector-piece figure{overflow:visible;border-radius:0;box-shadow:none;-webkit-mask-image:radial-gradient(ellipse 91% 92% at 50% 50%,#000 0 55%,rgba(0,0,0,.95) 68%,rgba(0,0,0,.56) 80%,rgba(0,0,0,.12) 92%,transparent 100%);mask-image:radial-gradient(ellipse 91% 92% at 50% 50%,#000 0 55%,rgba(0,0,0,.95) 68%,rgba(0,0,0,.56) 80%,rgba(0,0,0,.12) 92%,transparent 100%);filter:drop-shadow(0 26px 32px rgba(1,13,11,.10))}
.sector-label:before{inset:-50px -28px -26px;background:linear-gradient(0deg,rgba(4,16,14,.64),transparent);border-radius:0}
.sector-industrial{transform:translateY(-4px)}.sector-corporate{transform:translate(10px,20px)}.sector-health{transform:translate(-8px,-14px)}
html[dir="rtl"] .sector-corporate{transform:translate(-10px,20px)}html[dir="rtl"] .sector-health{transform:translate(8px,-14px)}

/* Smooth, purposeful UI motion */
.service-row{transition:padding .46s cubic-bezier(.16,1,.3,1),background .4s ease,color .4s ease,border-color .4s ease,transform .46s cubic-bezier(.16,1,.3,1)}
.service-row:hover,.service-row.active{transform:translateX(-6px)}html[dir="ltr"] .service-row:hover,html[dir="ltr"] .service-row.active{transform:translateX(6px)}
.process-step{transition:color .45s ease,transform .55s cubic-bezier(.16,1,.3,1)}

/* HSE image dissolves into the dark stage */
.hse{min-height:610px;padding:104px 0 122px}
.hse-visual img{opacity:.42;transform:scale(1.075);-webkit-mask-image:radial-gradient(ellipse 78% 96% at 55% 48%,#000 0 48%,rgba(0,0,0,.82) 68%,rgba(0,0,0,.22) 88%,transparent 100%);mask-image:radial-gradient(ellipse 78% 96% at 55% 48%,#000 0 48%,rgba(0,0,0,.82) 68%,rgba(0,0,0,.22) 88%,transparent 100%)}
.hse-fade{background:radial-gradient(circle at 50% 50%,rgba(7,19,17,.05),rgba(7,19,17,.72) 72%,#071311 100%),linear-gradient(180deg,#071311 0%,transparent 18%,transparent 80%,#071311 100%)}

/* Site visit and RFP: CSS owns the open state so the panel can never remain off-canvas */
.drawer,.rfp-modal{z-index:2200;transition:visibility 0s linear .42s}
.drawer.open,.rfp-modal.open{transition-delay:0s}
.drawer-backdrop,.rfp-backdrop{transition:opacity .34s ease}
.drawer-panel{transform:translateX(108%);transition:transform .56s cubic-bezier(.16,1,.3,1);will-change:transform}
html[dir="ltr"] .drawer-panel{transform:translateX(-108%)}
.drawer.open .drawer-backdrop,.rfp-modal.open .rfp-backdrop{opacity:1}
.drawer.open .drawer-panel,html[dir="ltr"] .drawer.open .drawer-panel{transform:translateX(0)!important}
.rfp-panel{transform:translate(-50%,-46%) scale(.975);transition:transform .5s cubic-bezier(.16,1,.3,1),opacity .36s ease;will-change:transform,opacity}
.rfp-modal.open .rfp-panel{transform:translate(-50%,-50%) scale(1)!important;opacity:1!important}
.drawer-panel{box-shadow:-32px 0 100px rgba(0,0,0,.26)}html[dir="ltr"] .drawer-panel{box-shadow:32px 0 100px rgba(0,0,0,.26)}
.drawer-step h3{font-size:23px}.drawer-progress{margin:22px 0 32px}.choices span{border-radius:12px;min-height:52px}

/* Full footer */
.site-footer{width:min(1370px,calc(100% - 112px));margin:92px auto 0;padding:42px 0 16px;border-top:1px solid var(--line);display:block;color:#66716e}
.footer-main{display:grid;grid-template-columns:minmax(260px,1.35fr) repeat(3,minmax(150px,.7fr));gap:54px;align-items:start}
.footer-brand img{width:116px;margin-bottom:18px}.footer-brand p{max-width:330px;margin:0;font-size:11px;line-height:1.9}.footer-ctas{display:flex;gap:8px;flex-wrap:wrap;margin-top:20px}.footer-ctas button{height:38px;padding:0 15px;border-radius:999px;border:1px solid var(--line);font-size:10px;color:#253431}.footer-ctas button:first-child{background:#0b1a17;color:#fff;border-color:#0b1a17}
.footer-column{display:flex;flex-direction:column;gap:11px}.footer-column h4{margin:0 0 7px;color:#0a1715;font-size:11px;font-weight:700}.footer-column a,.footer-link{padding:0;text-align:inherit;color:#6b7673;font-size:10px;line-height:1.55;transition:color .2s ease,transform .2s ease}.footer-column a:hover,.footer-link:hover{color:#0b1a17;transform:translateX(-2px)}html[dir="ltr"] .footer-column a:hover,html[dir="ltr"] .footer-link:hover{transform:translateX(2px)}
.footer-bottom{margin-top:38px;padding-top:18px;border-top:1px solid var(--line);display:grid;grid-template-columns:1fr auto 1fr;gap:18px;align-items:center;font-size:9px;color:#85908d}.footer-bottom span:nth-child(2){text-align:center}.footer-bottom a{justify-self:end;color:#31403d}html[dir="rtl"] .footer-bottom a{justify-self:start}

@media(max-width:1180px){
  .header-inner,.hero-inner,.section-head,.services-stage,.sector-composition,.sector-chips,.site-footer{width:min(100% - 56px,1120px)}
  .hero-inner{grid-template-columns:.82fr 1.18fr}.hero-media{height:min(61vh,570px)}
  .footer-main{grid-template-columns:1.1fr repeat(3,.7fr);gap:30px}
}
@media(max-width:900px){
  :root{--header-h:82px}.site-header{padding-top:4px}.header-inner{width:calc(100% - 32px)}
  .hero{height:auto;min-height:0;max-height:none;padding:110px 0 76px}.hero-inner{height:auto;width:calc(100% - 32px);gap:28px}.hero-media{height:auto;aspect-ratio:16/10}.hero-media figure{width:104%;height:104%;border-radius:0}.hero-media-tag{top:26px;right:28px}.hero-media-caption{left:28px;bottom:28px}
  html[dir="rtl"] .hero-title,html[dir="ltr"] .hero-title{font-size:clamp(34px,8.5vw,44px)}
  .section{padding:72px 0}.services{padding-top:78px}.operations{margin-top:-30px;padding-top:116px;border-radius:34px 34px 0 0}.contact{margin-top:-26px;padding-top:92px;border-radius:32px 32px 0 0}
  .service-visual{height:auto;aspect-ratio:16/11}.service-visual>figure{inset:-2% -2%}
  .sector-composition{grid-template-rows:330px 255px}.sector-piece figure{border-radius:0}.sector-corporate,.sector-health,.sector-industrial,html[dir="rtl"] .sector-corporate,html[dir="rtl"] .sector-health{transform:none}
  .footer-main{grid-template-columns:1fr 1fr;gap:34px 28px}.footer-brand{grid-column:1/-1}.footer-bottom{grid-template-columns:1fr auto}.footer-bottom span:nth-child(2){display:none}
}
@media(max-width:600px){
  .header-inner{width:calc(100% - 22px)}.brand img{width:92px}
  .hero{padding-top:96px}.hero-inner{width:calc(100% - 22px)}.hero-media{aspect-ratio:4/3}.hero-media-tag{top:22px;right:20px}.hero-media-caption{left:20px;bottom:22px}
  .section{padding:60px 0}.section-head,.services-stage,.sector-composition,.sector-chips,.site-footer{width:calc(100% - 24px)}
  html[dir="rtl"] .section-head h2,html[dir="rtl"] .hse-content h2,html[dir="rtl"] .contact-inner h2,html[dir="ltr"] .section-head h2,html[dir="ltr"] .hse-content h2,html[dir="ltr"] .contact-inner h2{font-size:28px}
  .service-visual{aspect-ratio:4/3}.service-visual-bottom{left:24px;right:24px;bottom:26px}
  .sector-piece{height:285px}
  .drawer-panel{width:100%;padding:22px 18px 88px}.drawer-backdrop{backdrop-filter:blur(5px)}
  .rfp-panel{width:calc(100% - 18px);max-height:92vh;padding:18px;border-radius:18px}
  .footer-main{grid-template-columns:1fr 1fr;gap:28px 18px}.footer-brand{grid-column:1/-1}.footer-column h4{font-size:10px}.footer-column a,.footer-link{font-size:9.5px}.footer-bottom{grid-template-columns:1fr auto;margin-top:30px}.footer-bottom span:first-child{font-size:8px}
}


/* Section continuity: curved overlap, no separator bars */
.services{margin-top:-36px;border-radius:54px 54px 0 0;z-index:4;box-shadow:0 -24px 60px rgba(7,19,17,.06)}
@media(max-width:900px){.services{margin-top:-20px;border-radius:32px 32px 0 0}}

/* Drawer details */
body.modal-open{overscroll-behavior:none}
.drawer-panel:focus{outline:none}
.drawer-controls button:disabled,.rfp-submit:disabled{opacity:.55;cursor:wait}


/* ===== MASTER TARGETED POLISH 10.2 =====
   Deliberately appended as overrides so the approved layout is preserved. */

/* Hero motion: same approved composition, now with cinematic multi-scene imagery. */
.hero-media{position:relative;isolation:isolate}
.hero-media .hero-shot{position:absolute!important;inset:-1.5% -2%!important;width:auto!important;height:auto!important;opacity:0;z-index:0;pointer-events:none;transform:scale(1.065) translate3d(0,0,0);filter:blur(9px) saturate(.9);transition:none!important}
.hero-media .hero-shot.active{opacity:1;z-index:1;filter:blur(0) saturate(.96)}
.hero-media .hero-shot img{width:100%;height:100%;object-fit:cover;object-position:center;will-change:transform,opacity,filter}
.hero-media-dots{position:absolute;z-index:6;bottom:42px;right:48px;display:flex;align-items:center;gap:8px;direction:ltr}
html[dir="ltr"] .hero-media-dots{right:auto;left:48px}
.hero-media-dots button{position:relative;width:34px;height:26px;padding:0;color:rgba(255,255,255,.48);font:600 9px/1 var(--font-en-ui);transition:color .3s ease}
.hero-media-dots button:before{content:"";position:absolute;left:0;right:0;bottom:0;height:1px;background:rgba(255,255,255,.2)}
.hero-media-dots button:after{content:"";position:absolute;left:0;bottom:0;width:0;height:1px;background:var(--teal);box-shadow:0 0 12px rgba(19,200,181,.4);transition:width .45s cubic-bezier(.16,1,.3,1)}
.hero-media-dots button.active{color:#fff}.hero-media-dots button.active:after{width:100%}
.hero-media-caption{bottom:78px}

/* Make service image changes unmistakable and smooth. */
.service-visual>figure{z-index:0;pointer-events:none}
.service-visual>figure.active{z-index:2}
.service-visual:after{content:"";position:absolute;z-index:2;inset:5% 4% 7%;pointer-events:none;border-radius:42%;box-shadow:0 40px 80px rgba(1,13,11,.10);opacity:.35}

/* Sectors: no repetitive cleaning grid; a varied editorial mosaic with four contexts. */
.sector-composition{grid-template-columns:repeat(12,1fr)!important;grid-template-rows:280px 245px!important;gap:18px 22px!important}
.sector-industrial{grid-column:1/7;grid-row:1/3;transform:translateY(-5px)!important}
.sector-corporate{grid-column:7/13;grid-row:1;transform:translateY(16px)!important}
.sector-health{grid-column:7/10;grid-row:2;transform:translateY(-5px)!important}
.sector-outdoor{grid-column:10/13;grid-row:2;transform:translateY(-17px)}
.sector-piece figure{-webkit-mask-image:radial-gradient(ellipse 94% 94% at 50% 50%,#000 0 58%,rgba(0,0,0,.94) 70%,rgba(0,0,0,.46) 86%,transparent 100%)!important;mask-image:radial-gradient(ellipse 94% 94% at 50% 50%,#000 0 58%,rgba(0,0,0,.94) 70%,rgba(0,0,0,.46) 86%,transparent 100%)!important;filter:drop-shadow(0 30px 42px rgba(1,13,11,.11))!important}
.sector-piece .media-glow{filter:blur(58px)!important;opacity:.38!important}
.sector-label strong{font-size:20px}.sector-health .sector-label strong,.sector-outdoor .sector-label strong{font-size:17px}

/* Floating WhatsApp / email rail. */
.quick-contact{position:fixed;z-index:1050;left:20px;top:56%;display:flex;flex-direction:column;gap:12px;opacity:0;transform:translate3d(-16px,-50%,0);pointer-events:none;transition:opacity .45s ease,transform .55s cubic-bezier(.16,1,.3,1)}
.quick-contact.visible{opacity:1;transform:translate3d(0,-50%,0);pointer-events:auto}
html[dir="ltr"] .quick-contact{left:20px}
.quick-contact-item{position:relative;width:48px;height:48px;border-radius:999px;display:flex;align-items:center;gap:10px;padding:0 14px;color:#fff;background:rgba(7,19,17,.88);backdrop-filter:blur(14px);border:1px solid rgba(255,255,255,.12);box-shadow:0 14px 38px rgba(0,0,0,.18);overflow:hidden;white-space:nowrap;transition:width .48s cubic-bezier(.16,1,.3,1),transform .3s ease,background .3s ease,border-color .3s ease}
.quick-contact-item svg{width:19px;height:19px;min-width:19px;fill:currentColor}.quick-contact-item span{font:600 11px/1 var(--font-en-ui);opacity:0;transform:translateX(-6px);transition:opacity .25s ease .06s,transform .35s ease .04s}
.quick-contact-item:hover{width:142px;transform:translateY(-2px);border-color:rgba(19,200,181,.42)}.quick-contact-item:hover span{opacity:1;transform:none}
.quick-whatsapp{animation:contactFloatA 3.8s ease-in-out infinite}.quick-email{animation:contactFloatB 4.6s ease-in-out infinite .45s}
.quick-whatsapp:hover{background:#0d8f77}.quick-email:hover{background:#0b1a17}
@keyframes contactFloatA{0%,100%{margin-top:0}50%{margin-top:-8px;margin-bottom:8px}}
@keyframes contactFloatB{0%,100%{transform:translateY(0)}50%{transform:translateY(7px)}}
.quick-contact.is-docked .quick-contact-item{animation-play-state:paused}

/* Site visit is now a centered animated window, not a side drawer. */
.drawer{display:grid;place-items:center;padding:24px}
.drawer-backdrop{background:rgba(3,14,12,.68);backdrop-filter:blur(12px)}
.drawer-panel,.drawer.open .drawer-panel,html[dir="ltr"] .drawer-panel,html[dir="ltr"] .drawer.open .drawer-panel{position:relative!important;top:auto!important;right:auto!important;bottom:auto!important;left:auto!important;width:min(760px,calc(100vw - 48px))!important;max-height:min(86vh,760px);padding:28px 30px 30px;overflow:auto;border-radius:28px;background:linear-gradient(180deg,#fafbf7 0%,#f5f7f1 100%);box-shadow:0 48px 140px rgba(0,0,0,.34),0 0 0 1px rgba(255,255,255,.72) inset;transform:translateY(20px) scale(.955)!important;opacity:0;transition:transform .52s cubic-bezier(.16,1,.3,1),opacity .34s ease!important}
.drawer.open .drawer-panel,html[dir="ltr"] .drawer.open .drawer-panel{transform:translateY(0) scale(1)!important;opacity:1!important}
.drawer-panel:before{content:"";position:absolute;left:28px;right:28px;top:0;height:2px;background:linear-gradient(90deg,transparent,var(--teal),transparent);transform-origin:center;animation:modalBeam 3.8s ease-in-out infinite}
@keyframes modalBeam{0%,100%{transform:scaleX(.28);opacity:.4}50%{transform:scaleX(1);opacity:1}}
.drawer-top{position:relative;z-index:2}.drawer-top>button{transition:transform .28s ease,background .28s ease}.drawer-top>button:hover{transform:rotate(90deg);background:#eef2ed}
.drawer-progress{position:relative;margin:22px 0 30px;gap:10px}.drawer-progress i{height:3px;border-radius:99px;overflow:hidden;transition:background .35s ease}.drawer-progress i.active{background:linear-gradient(90deg,var(--teal),#5de1d4)}
.drawer-progress span{position:absolute;width:9px;height:9px;border-radius:50%;background:var(--teal);top:50%;left:calc(16.666% - 4px);transform:translateY(-50%);box-shadow:0 0 0 6px rgba(19,200,181,.10),0 0 20px rgba(19,200,181,.32);transition:left .45s cubic-bezier(.16,1,.3,1)}
.drawer-step{min-height:305px}.drawer-step h3{margin-bottom:18px;font-size:24px}.choices{gap:11px}.choices label{isolation:isolate}.choices label:before{content:attr(data-icon);position:absolute;z-index:2;top:50%;right:14px;transform:translateY(-50%);width:30px;height:30px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#eef4f0;color:#55706a;font:600 9px/1 var(--font-en-ui);pointer-events:none;transition:background .3s ease,color .3s ease,transform .3s ease}
html[dir="ltr"] .choices label:before{right:auto;left:14px}.choices span{min-height:58px;padding:13px 54px 13px 16px;background:rgba(255,255,255,.78);border-color:rgba(10,23,21,.10);box-shadow:0 8px 24px rgba(1,13,11,.025);transition:transform .35s cubic-bezier(.16,1,.3,1),border-color .3s ease,background .3s ease,color .3s ease,box-shadow .3s ease}
html[dir="ltr"] .choices span{padding:13px 16px 13px 54px}.choices label:hover span{transform:translateY(-2px);border-color:rgba(19,200,181,.34);box-shadow:0 12px 30px rgba(1,13,11,.06)}.choices input:checked+span{background:#0b1a17;color:#fff;border-color:#0b1a17;box-shadow:0 14px 36px rgba(5,18,15,.15)}.choices label:has(input:checked):before{background:var(--teal);color:#03110e;transform:translateY(-50%) scale(1.07)}
.drawer-controls{padding-top:3px}.drawer-controls button{min-width:110px;justify-content:center;transition:transform .25s ease,box-shadow .25s ease,background .25s ease}.drawer-controls .next,.drawer-controls .submit{background:#0b1a17;box-shadow:0 12px 30px rgba(5,18,15,.12)}.drawer-controls .next:hover,.drawer-controls .submit:hover{transform:translateY(-2px);box-shadow:0 16px 38px rgba(5,18,15,.18)}
.form-success{padding:54px 20px 24px}.success-check{position:relative;isolation:isolate}.success-check:after{content:"";position:absolute;inset:-7px;border:1px solid rgba(19,200,181,.22);border-radius:50%;animation:successPulse 2.4s ease-out infinite}@keyframes successPulse{0%{transform:scale(.72);opacity:0}35%{opacity:1}100%{transform:scale(1.35);opacity:0}}
.form-success h3{font-family:var(--font-ar-display);font-size:30px;line-height:1.35}.success-message{max-width:510px!important;margin:10px auto 0!important;font-size:12px!important;line-height:1.9!important;color:#65726e!important}.success-reference{display:inline-flex;flex-direction:column;gap:3px;margin:22px auto 24px;padding:12px 24px;border-radius:14px;background:#edf5f1;border:1px solid rgba(19,200,181,.14)}.success-reference small{font-size:8px;color:#6b7773;letter-spacing:.12em}.success-reference b{margin:0!important;font-size:17px!important;color:#0b1a17}.success-actions{display:flex;justify-content:center;gap:9px;flex-wrap:wrap}.success-actions a,.success-actions button{height:42px;padding:0 17px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;font-size:10px}.success-actions a{background:#0d8f77;color:#fff}.success-actions button{background:#0b1a17;color:#fff}

/* RFP inherits the same centered, premium motion language. */
.rfp-panel{border-radius:28px!important;background:linear-gradient(180deg,#fafbf7,#f4f6f0)!important;box-shadow:0 48px 140px rgba(0,0,0,.34)!important}.rfp-backdrop{backdrop-filter:blur(12px)!important}.rfp-copy{background:linear-gradient(145deg,#071311,#102520)!important;position:relative;overflow:hidden}.rfp-copy:after{content:"";position:absolute;width:220px;height:220px;border:1px solid rgba(19,200,181,.12);border-radius:50%;right:-100px;bottom:-120px}.upload{transition:border-color .3s ease,background .3s ease}.upload:hover{border-color:var(--teal);background:#f8fffd}

/* Footer signature. */
.powered-by{margin-top:14px;padding-top:14px;border-top:1px solid rgba(10,23,21,.07);display:flex;justify-content:center;align-items:center;gap:5px;color:#89938f;font:600 8.5px/1 var(--font-en-ui);letter-spacing:.08em}
.powered-by a{color:#44534f;font-weight:700;transition:color .25s ease}.powered-by a:hover{color:var(--teal)}.powered-heart{color:#d94b4b;font-size:12px;animation:heartBeat 1.9s ease-in-out infinite}@keyframes heartBeat{0%,100%{transform:scale(1)}12%{transform:scale(1.2)}24%{transform:scale(1)}36%{transform:scale(1.1)}48%{transform:scale(1)}}

@media(max-width:1180px){
  .sector-composition{grid-template-rows:260px 230px!important}
  .quick-contact{left:14px}
}
@media(max-width:900px){
  .hero-media-dots{bottom:24px;right:22px}.hero-media-caption{bottom:58px}
  .sector-composition{grid-template-columns:1fr 1fr!important;grid-template-rows:330px 260px 260px!important}.sector-industrial{grid-column:1/3;grid-row:1;transform:none!important}.sector-corporate{grid-column:1/3;grid-row:2;transform:none!important}.sector-health{grid-column:1;grid-row:3;transform:none!important}.sector-outdoor{grid-column:2;grid-row:3;transform:none!important}
  .quick-contact{left:12px;top:auto;bottom:74px;transform:translate3d(-10px,0,0);flex-direction:row}.quick-contact.visible{transform:translate3d(0,0,0)}.quick-contact-item{width:43px;height:43px;padding:0 12px}.quick-contact-item:hover{width:43px}.quick-contact-item span{display:none}.quick-contact-item{animation:none!important}
  .drawer{padding:16px}.drawer-panel,.drawer.open .drawer-panel,html[dir="ltr"] .drawer-panel,html[dir="ltr"] .drawer.open .drawer-panel{width:min(720px,calc(100vw - 32px))!important;max-height:90vh;border-radius:24px!important;padding:24px 24px 26px!important}.drawer-step{min-height:280px}
}
@media(max-width:600px){
  .hero-media-dots{right:18px;bottom:18px}.hero-media-caption{bottom:50px}.hero-media .hero-shot{inset:-1% -1%!important}
  .sector-composition{grid-template-columns:1fr!important;grid-template-rows:none!important}.sector-industrial,.sector-corporate,.sector-health,.sector-outdoor{grid-column:auto;grid-row:auto;height:285px;transform:none!important}
  .drawer{padding:0}.drawer-panel,.drawer.open .drawer-panel,html[dir="ltr"] .drawer-panel,html[dir="ltr"] .drawer.open .drawer-panel{width:100%!important;height:100svh;max-height:none;border-radius:0!important;padding:22px 18px 96px!important}.drawer-step{min-height:0}.choices{grid-template-columns:1fr 1fr}.choices span{min-height:54px;font-size:10px}.form-fields{grid-template-columns:1fr}.form-success{padding-top:68px}.success-message{font-size:11px!important}.quick-contact{bottom:72px;left:10px}
  .powered-by{padding-bottom:66px}
}
/* Keep the dominant industrial visual on the reading side for Arabic. */
html[dir="rtl"] .sector-industrial{grid-column:7/13}
html[dir="rtl"] .sector-corporate{grid-column:1/7}
html[dir="rtl"] .sector-health{grid-column:1/4}
html[dir="rtl"] .sector-outdoor{grid-column:4/7}
@media(max-width:900px){
  html[dir="rtl"] .sector-industrial{grid-column:1/3;grid-row:1}
  html[dir="rtl"] .sector-corporate{grid-column:1/3;grid-row:2}
  html[dir="rtl"] .sector-health{grid-column:1;grid-row:3}
  html[dir="rtl"] .sector-outdoor{grid-column:2;grid-row:3}
}
@media(max-width:600px){
  html[dir="rtl"] .sector-industrial,html[dir="rtl"] .sector-corporate,html[dir="rtl"] .sector-health,html[dir="rtl"] .sector-outdoor{grid-column:auto;grid-row:auto}
}


/* ===== MASTER REFINEMENT 10.3 — controlled polish only ===== */
/* Typography stays readable in both directions. */
html[dir="rtl"] body{font-family:var(--font-ar-ui)}
html[dir="rtl"] h1,html[dir="rtl"] h2,html[dir="rtl"] h3{font-family:var(--font-ar-display)}
html[dir="ltr"] body{font-family:var(--font-en-ui)}
html[dir="ltr"] h1,html[dir="ltr"] h2,html[dir="ltr"] h3{font-family:var(--font-en-display)}

/* HERO — keep the approved split composition, but remove the boxed-photo feeling. */
.hero{min-height:760px;height:94svh;max-height:930px}
.hero-inner{width:min(1460px,calc(100% - 104px));grid-template-columns:minmax(350px,.78fr) minmax(620px,1.42fr);gap:30px;overflow:visible}
.hero-copy{position:relative;z-index:5;max-width:520px}
html[dir="rtl"] .hero-copy{padding-inline-start:14px}
html[dir="ltr"] .hero-copy{padding-inline-end:14px}
html[dir="rtl"] .hero-title{font-size:clamp(39px,3.35vw,51px);line-height:1.3}
html[dir="ltr"] .hero-title{font-size:clamp(40px,3.45vw,53px);line-height:1.04;letter-spacing:-.025em}
.hero-sub{font-size:13px;line-height:1.9;max-width:500px}
.hero-media{height:min(73vh,690px);position:relative;overflow:visible;filter:drop-shadow(0 38px 62px rgba(0,0,0,.22))}
.hero-media .media-glow{inset:12% 8% 4%;filter:blur(76px);opacity:.48}
.hero-media .hero-shot{position:absolute;inset:-2% -4%;margin:0;opacity:0;overflow:hidden;border-radius:0!important;box-shadow:none!important;clip-path:polygon(0 4%,100% 0,92% 96%,2% 100%);-webkit-mask-image:linear-gradient(90deg,#000 0 70%,rgba(0,0,0,.98) 78%,rgba(0,0,0,.52) 91%,transparent 100%)!important;mask-image:linear-gradient(90deg,#000 0 70%,rgba(0,0,0,.98) 78%,rgba(0,0,0,.52) 91%,transparent 100%)!important;transition:opacity .7s ease,filter .72s ease,transform 1.15s cubic-bezier(.16,1,.3,1)}
html[dir="ltr"] .hero-media .hero-shot{clip-path:polygon(8% 0,100% 4%,98% 100%,0 96%);-webkit-mask-image:linear-gradient(270deg,#000 0 70%,rgba(0,0,0,.98) 78%,rgba(0,0,0,.52) 91%,transparent 100%)!important;mask-image:linear-gradient(270deg,#000 0 70%,rgba(0,0,0,.98) 78%,rgba(0,0,0,.52) 91%,transparent 100%)!important}
.hero-media .hero-shot.active{opacity:1;filter:blur(0);transform:scale(1)}
.hero-media .hero-shot img{width:100%;height:100%;object-fit:cover;object-position:center;transform:scale(1.045);animation:heroBreath 7.5s ease-in-out infinite alternate}
@keyframes heroBreath{from{transform:scale(1.035) translate3d(0,0,0)}to{transform:scale(1.075) translate3d(-.45%,.3%,0)}}
html[dir="ltr"] .hero-media .hero-shot img{animation-name:heroBreathLTR}
@keyframes heroBreathLTR{from{transform:scale(1.035) translate3d(0,0,0)}to{transform:scale(1.075) translate3d(.45%,.3%,0)}}
.hero-media:after{content:"";position:absolute;z-index:2;inset:-4% -5%;pointer-events:none;background:linear-gradient(90deg,transparent 56%,rgba(7,19,17,.28) 76%,#071311 99%)}
html[dir="ltr"] .hero-media:after{background:linear-gradient(270deg,transparent 56%,rgba(7,19,17,.28) 76%,#071311 99%)}
.hero-media-tag{top:28px;right:34px}.hero-media-caption{bottom:34px;left:30px}
html[dir="ltr"] .hero-media-tag{right:auto;left:34px}html[dir="ltr"] .hero-media-caption{left:auto;right:30px}
.hero-media-dots{z-index:5}

/* SERVICES — image must visibly follow the active service. */
.services-stage{align-items:stretch}
.service-visual{height:580px;isolation:isolate}
.service-visual>figure{border-radius:0!important;box-shadow:none!important;clip-path:polygon(4% 0,100% 4%,96% 100%,0 96%);-webkit-mask-image:radial-gradient(ellipse 98% 98% at 50% 50%,#000 0 62%,rgba(0,0,0,.95) 75%,rgba(0,0,0,.42) 90%,transparent 100%)!important;mask-image:radial-gradient(ellipse 98% 98% at 50% 50%,#000 0 62%,rgba(0,0,0,.95) 75%,rgba(0,0,0,.42) 90%,transparent 100%)!important;filter:blur(10px);opacity:0;transform:scale(1.04);transition:opacity .62s ease,filter .68s ease,transform .88s cubic-bezier(.16,1,.3,1)}
.service-visual>figure.active{opacity:1;filter:blur(0);transform:scale(1);z-index:2}
.service-visual>figure img{transform:scale(1.01)}
.service-visual:before{content:"";position:absolute;z-index:1;inset:5% 2% 1%;background:rgba(19,200,181,.09);filter:blur(72px);border-radius:46%;pointer-events:none}
.service-visual:after{display:none!important}
.service-row.active{box-shadow:0 16px 44px rgba(1,13,11,.09)}

/* SECTORS — four genuinely different contexts, editorial rather than repetitive cards. */
.sector-composition{grid-template-columns:repeat(12,minmax(0,1fr))!important;grid-template-rows:300px 230px!important;gap:18px 20px!important;align-items:stretch}
.sector-industrial{grid-column:1/8!important;grid-row:1/3!important;transform:translateY(-7px)!important}
.sector-corporate{grid-column:8/13!important;grid-row:1!important;transform:translateY(18px)!important}
.sector-health{grid-column:8/10!important;grid-row:2!important;transform:translateY(-3px)!important}
.sector-outdoor{grid-column:10/13!important;grid-row:2!important;transform:translateY(-17px)!important}
html[dir="rtl"] .sector-industrial{grid-column:6/13!important}
html[dir="rtl"] .sector-corporate{grid-column:1/6!important}
html[dir="rtl"] .sector-health{grid-column:1/3!important}
html[dir="rtl"] .sector-outdoor{grid-column:3/6!important}
.sector-piece figure{border-radius:0!important;box-shadow:none!important;clip-path:polygon(2% 0,100% 3%,97% 100%,0 96%);filter:drop-shadow(0 30px 45px rgba(1,13,11,.12))!important}
.sector-piece:nth-child(even) figure{clip-path:polygon(0 5%,96% 0,100% 95%,4% 100%)}
.sector-label:before{border-radius:0!important}

/* FLOATING CONTACT — lower, animated, and mirrored by language. */
.quick-contact{top:64%!important;bottom:auto!important;left:18px!important;right:auto!important;transform:translate3d(-18px,-50%,0)!important;gap:14px}
.quick-contact.visible{transform:translate3d(0,-50%,0)!important}
html[dir="ltr"] .quick-contact{left:auto!important;right:18px!important;transform:translate3d(18px,-50%,0)!important}
html[dir="ltr"] .quick-contact.visible{transform:translate3d(0,-50%,0)!important}
.quick-contact-item{width:48px;height:48px;background:rgba(7,19,17,.9);box-shadow:0 16px 42px rgba(0,0,0,.21);will-change:transform,width}
.quick-whatsapp{animation:contactBobA 4.2s ease-in-out infinite!important}.quick-email{animation:contactBobB 5.1s ease-in-out infinite .55s!important}
@keyframes contactBobA{0%,100%{translate:0 -6px}50%{translate:0 6px}}
@keyframes contactBobB{0%,100%{translate:0 5px}50%{translate:0 -6px}}
.quick-contact.is-docked .quick-contact-item{animation-play-state:paused!important}
html[dir="rtl"] .quick-contact-item span{font-family:var(--font-ar-ui)}

/* VISIT WINDOW — true centred dialog, no side drawer geometry. */
.drawer{position:fixed!important;inset:0!important;display:grid!important;place-items:center!important;padding:24px!important;visibility:hidden;pointer-events:none;z-index:1700}
.drawer.open{visibility:visible;pointer-events:auto}
.drawer-backdrop{position:absolute!important;inset:0!important;opacity:0;background:rgba(3,14,12,.72)!important;backdrop-filter:blur(14px)!important;transition:opacity .34s ease!important}
.drawer.open .drawer-backdrop{opacity:1!important}
.drawer-panel,html[dir="ltr"] .drawer-panel{position:relative!important;inset:auto!important;width:min(720px,calc(100vw - 48px))!important;max-height:min(84vh,730px)!important;margin:0!important;padding:26px 28px 28px!important;overflow:auto!important;border-radius:26px!important;background:linear-gradient(180deg,#fbfcf8,#f4f7f1)!important;box-shadow:0 52px 150px rgba(0,0,0,.38),inset 0 0 0 1px rgba(255,255,255,.75)!important;transform:translateY(24px) scale(.95)!important;opacity:0!important;transition:transform .48s cubic-bezier(.16,1,.3,1),opacity .32s ease!important}
.drawer.open .drawer-panel,html[dir="ltr"] .drawer.open .drawer-panel{transform:translateY(0) scale(1)!important;opacity:1!important}
.drawer-step{min-height:290px}
.drawer-step h3{font-size:clamp(23px,2.3vw,29px);line-height:1.4}
.choices{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
.choices label{position:relative;min-width:0}
.choices span{width:100%;min-height:56px;display:flex;align-items:center;border-radius:14px}
.drawer-controls{position:sticky;bottom:-1px;padding-top:16px;padding-bottom:2px;background:linear-gradient(180deg,rgba(246,248,242,0),#f6f8f2 34%)}
.form-success{min-height:430px;display:none;align-content:center;justify-items:center;padding:46px 18px 24px}
.form-success[style*="display: block"]{display:grid!important}

/* RFP uses the same centred modal behavior. */
.rfp-modal{position:fixed!important;inset:0!important;display:grid!important;place-items:center!important;padding:24px!important;visibility:hidden;pointer-events:none;z-index:1700}
.rfp-modal.open{visibility:visible;pointer-events:auto}
.rfp-backdrop{position:absolute!important;inset:0!important;opacity:0!important;background:rgba(3,14,12,.72)!important;backdrop-filter:blur(14px)!important;transition:opacity .34s ease!important}
.rfp-modal.open .rfp-backdrop{opacity:1!important}
.rfp-panel{position:relative!important;inset:auto!important;width:min(920px,calc(100vw - 48px))!important;max-height:86vh!important;overflow:auto!important;opacity:0!important;transform:translateY(24px) scale(.96)!important;transition:opacity .34s ease,transform .48s cubic-bezier(.16,1,.3,1)!important}
.rfp-modal.open .rfp-panel{opacity:1!important;transform:translateY(0) scale(1)!important}

/* Footer detail. */
.footer-email{display:inline-flex;margin-top:4px;color:#40514c;font-size:11px;font-weight:600;direction:ltr;transition:color .25s ease}.footer-email:hover{color:var(--teal)}
.powered-by{font-size:9px;letter-spacing:.075em}.powered-heart{display:inline-block;color:#e14d55}

/* Direction-safe layout. No geometry should break when toggling AR / EN. */
html[dir="rtl"] .header-actions{justify-self:start}html[dir="ltr"] .header-actions{justify-self:end}
html[dir="rtl"] .brand{justify-content:flex-end}html[dir="ltr"] .brand{justify-content:flex-start}
html[dir="rtl"] .hero-copy{text-align:right}html[dir="ltr"] .hero-copy{text-align:left}
html[dir="rtl"] .service-row{text-align:right}html[dir="ltr"] .service-row{text-align:left}

@media(max-width:1180px){
  .hero-inner{width:min(1120px,calc(100% - 64px));grid-template-columns:minmax(320px,.82fr) minmax(520px,1.2fr);gap:24px}
  .quick-contact{left:14px!important}html[dir="ltr"] .quick-contact{left:auto!important;right:14px!important}
  .sector-composition{grid-template-rows:270px 220px!important}
}
@media(max-width:900px){
  .hero{height:auto;max-height:none;min-height:0;padding:114px 0 82px}
  .hero-inner{width:calc(100% - 34px);height:auto;display:flex;flex-direction:column;gap:24px}
  .hero-copy{max-width:680px;width:100%;order:1!important;padding:0!important}
  .hero-media{order:2!important;width:100%;height:auto;aspect-ratio:16/10;filter:drop-shadow(0 26px 46px rgba(0,0,0,.22))}
  .hero-media .hero-shot{inset:0!important;clip-path:polygon(0 3%,100% 0,96% 100%,2% 96%)}
  .hero-media .hero-shot,.hero-media .hero-shot.active{-webkit-mask-image:radial-gradient(ellipse 98% 98% at 50% 50%,#000 0 67%,rgba(0,0,0,.92) 82%,transparent 100%)!important;mask-image:radial-gradient(ellipse 98% 98% at 50% 50%,#000 0 67%,rgba(0,0,0,.92) 82%,transparent 100%)!important}
  .hero-media:after{background:linear-gradient(180deg,transparent 64%,rgba(7,19,17,.42) 100%)!important}
  .services-stage{grid-template-columns:1fr!important}.service-visual{height:auto;aspect-ratio:16/10;order:-1}
  .sector-composition,html[dir="rtl"] .sector-composition{grid-template-columns:1fr 1fr!important;grid-template-rows:320px 250px 240px!important}
  .sector-industrial,html[dir="rtl"] .sector-industrial{grid-column:1/3!important;grid-row:1!important;transform:none!important}
  .sector-corporate,html[dir="rtl"] .sector-corporate{grid-column:1/3!important;grid-row:2!important;transform:none!important}
  .sector-health,html[dir="rtl"] .sector-health{grid-column:1!important;grid-row:3!important;transform:none!important}
  .sector-outdoor,html[dir="rtl"] .sector-outdoor{grid-column:2!important;grid-row:3!important;transform:none!important}
  .quick-contact{top:auto!important;bottom:82px!important;left:12px!important;right:auto!important;transform:translate3d(-10px,0,0)!important;flex-direction:row}
  .quick-contact.visible{transform:translate3d(0,0,0)!important}
  html[dir="ltr"] .quick-contact{left:auto!important;right:12px!important;transform:translate3d(10px,0,0)!important}
  html[dir="ltr"] .quick-contact.visible{transform:translate3d(0,0,0)!important}
  .quick-contact-item{animation:none!important;width:43px;height:43px}.quick-contact-item:hover{width:43px}.quick-contact-item span{display:none}
  .drawer-step{min-height:260px}
}
@media(max-width:600px){
  .hero-title,html[dir="rtl"] .hero-title,html[dir="ltr"] .hero-title{font-size:clamp(35px,10.5vw,44px)!important}
  .sector-composition,html[dir="rtl"] .sector-composition{display:grid!important;grid-template-columns:1fr!important;grid-template-rows:none!important}
  .sector-industrial,.sector-corporate,.sector-health,.sector-outdoor,html[dir="rtl"] .sector-industrial,html[dir="rtl"] .sector-corporate,html[dir="rtl"] .sector-health,html[dir="rtl"] .sector-outdoor{grid-column:1!important;grid-row:auto!important;height:270px!important}
  .drawer,.rfp-modal{padding:0!important}
  .drawer-panel,html[dir="ltr"] .drawer-panel{width:100%!important;height:100svh!important;max-height:none!important;border-radius:0!important;padding:20px 16px 88px!important}
  .rfp-panel{width:100%!important;height:100svh!important;max-height:none!important;border-radius:0!important}
  .choices{grid-template-columns:1fr 1fr}.choices span{font-size:10px}
  .form-fields{grid-template-columns:1fr}
  .powered-by{padding-bottom:68px}
}

/* ===== V10.4 layout parity + footer cleanup ===== */
/* Keep AR / EN on the exact same physical layout. Language changes text direction only. */
.hero-inner{grid-template-columns:minmax(580px,1.4fr) minmax(390px,.8fr)!important}
.hero-media{grid-column:1!important;grid-row:1!important;order:initial!important}
.hero-copy{grid-column:2!important;grid-row:1!important;order:initial!important;min-width:0!important}
html[dir="rtl"] .hero-copy{text-align:right!important;padding-inline:14px 0!important}
html[dir="ltr"] .hero-copy{text-align:left!important;padding-inline:14px 0!important}
html[dir="ltr"] .hero-media .hero-shot,
html[dir="rtl"] .hero-media .hero-shot{
  clip-path:polygon(0 4%,100% 0,94% 96%,2% 100%)!important;
  -webkit-mask-image:radial-gradient(ellipse 106% 102% at 50% 50%,#000 0 68%,rgba(0,0,0,.96) 78%,rgba(0,0,0,.48) 91%,transparent 100%)!important;
  mask-image:radial-gradient(ellipse 106% 102% at 50% 50%,#000 0 68%,rgba(0,0,0,.96) 78%,rgba(0,0,0,.48) 91%,transparent 100%)!important;
}
html[dir="ltr"] .hero-media:after,html[dir="rtl"] .hero-media:after{
  background:linear-gradient(90deg,transparent 58%,rgba(7,19,17,.20) 80%,rgba(7,19,17,.72) 100%)!important;
}
.hero-copy,.hero-copy *{max-width:100%}
.hero-title,.hero-sub,.hero-note p{overflow-wrap:anywhere}

/* Journey: line + tiny dots only. No labels/numbers over content. */
.journey-rail{width:20px!important;padding:14px 0!important;gap:15px!important;right:14px!important;left:auto!important;color:transparent!important;pointer-events:none}
html[dir="ltr"] .journey-rail{left:14px!important;right:auto!important}
.journey-rail b,.journey-rail em{display:none!important}
.journey-rail a{width:20px!important;height:18px!important;min-height:18px!important;padding:0!important;gap:0!important;opacity:.7!important;pointer-events:auto}
.journey-line{top:18px!important;bottom:18px!important;right:9px!important;left:auto!important;background:rgba(10,23,21,.12)!important}
html[dir="ltr"] .journey-line{left:9px!important;right:auto!important}
.journey-rail a:before{width:6px!important;height:6px!important;right:6px!important;left:auto!important;background:#8e9995!important;border:0!important;box-shadow:none!important}
html[dir="ltr"] .journey-rail a:before{left:6px!important;right:auto!important}
.journey-rail a.active:before{width:10px!important;height:10px!important;right:4px!important;background:var(--teal)!important;box-shadow:0 0 0 3px rgba(19,200,181,.10)!important}
html[dir="ltr"] .journey-rail a.active:before{left:4px!important;right:auto!important}
.journey-rail a.active,html[dir="ltr"] .journey-rail a.active{transform:none!important}

/* Footer: remove artificial empty tail and protect text from overlap. */
.contact{min-height:0!important;padding-bottom:0!important;overflow:hidden!important}
.site-footer{margin-top:64px!important;padding-bottom:18px!important}
.footer-main{min-width:0!important}
.footer-brand,.footer-column{min-width:0!important}
.footer-brand p,.footer-column a,.footer-link,.footer-email{overflow-wrap:anywhere;word-break:normal}
.footer-ctas{display:flex;flex-wrap:wrap;gap:9px;margin-top:14px}
.footer-ctas button{white-space:nowrap}
.powered-by{margin-top:12px!important;padding:13px 0 18px!important;border-top:1px solid rgba(10,23,21,.07)!important}
.contact.section{padding-bottom:0!important}

/* English footer / CTA spacing stays identical to Arabic. */
html[dir="ltr"] .footer-main,html[dir="rtl"] .footer-main{grid-template-columns:minmax(260px,1.35fr) repeat(3,minmax(150px,.7fr))!important}
html[dir="ltr"] .footer-bottom,html[dir="rtl"] .footer-bottom{direction:ltr}
html[dir="rtl"] .footer-main{direction:rtl}
html[dir="ltr"] .footer-main{direction:ltr}

@media(max-width:1180px){
  .hero-inner{grid-template-columns:minmax(500px,1.25fr) minmax(320px,.8fr)!important}
  html[dir="ltr"] .footer-main,html[dir="rtl"] .footer-main{grid-template-columns:1.1fr repeat(3,.7fr)!important}
}
@media(max-width:900px){
  .journey-rail{display:none!important}
  .hero-inner{display:flex!important;flex-direction:column!important}
  .hero-copy{order:1!important;grid-column:auto!important;padding:0!important}
  .hero-media{order:2!important;grid-column:auto!important}
  html[dir="ltr"] .hero-media .hero-shot,html[dir="rtl"] .hero-media .hero-shot{
    clip-path:polygon(0 3%,100% 0,96% 100%,2% 96%)!important;
    -webkit-mask-image:radial-gradient(ellipse 100% 100% at 50% 50%,#000 0 68%,rgba(0,0,0,.92) 84%,transparent 100%)!important;
    mask-image:radial-gradient(ellipse 100% 100% at 50% 50%,#000 0 68%,rgba(0,0,0,.92) 84%,transparent 100%)!important;
  }
  html[dir="ltr"] .footer-main,html[dir="rtl"] .footer-main{grid-template-columns:1fr 1fr!important}
  .footer-brand{grid-column:1/-1!important}
  .site-footer{margin-top:48px!important}
}
@media(max-width:600px){
  .contact{padding-bottom:0!important}
  .site-footer{width:calc(100% - 26px)!important;margin-top:44px!important;padding-bottom:8px!important}
  html[dir="ltr"] .footer-main,html[dir="rtl"] .footer-main{grid-template-columns:1fr 1fr!important;gap:24px 14px!important;text-align:start!important}
  .footer-brand{grid-column:1/-1!important;text-align:start!important}
  .footer-brand img{max-width:130px}
  .footer-brand p{font-size:10px!important;line-height:1.65!important;max-width:330px}
  .footer-email{font-size:10px!important}
  .footer-ctas{justify-content:flex-start!important}
  .footer-column h4{margin-bottom:10px!important}
  .footer-bottom{grid-template-columns:1fr!important;gap:8px!important;text-align:center!important;justify-items:center!important}
  .footer-bottom a{justify-self:center!important}
  .powered-by{padding-bottom:78px!important}
}

/* ===== V11 MOBILE-SAFE OVERRIDES =====
   Desktop composition stays untouched. These rules only rebuild the responsive layout. */
@media (max-width:900px){
  html,body{max-width:100%;overflow-x:hidden!important}
  body{min-width:0}
  .site-header{height:72px!important}
  .header-inner{height:72px!important;width:calc(100% - 28px)!important;grid-template-columns:104px 1fr auto!important;gap:10px!important}
  .brand{min-width:0!important}.brand img{width:92px!important;max-height:54px!important;object-fit:contain}
  .header-actions{gap:7px!important}.lang-switch{height:36px!important;min-width:42px!important}.menu-toggle{width:38px!important;height:38px!important}

  .hero{padding:94px 0 64px!important;min-height:0!important;height:auto!important;max-height:none!important}
  .hero-inner{width:calc(100% - 28px)!important;height:auto!important;display:flex!important;flex-direction:column!important;gap:24px!important;align-items:stretch!important}
  .hero-copy{order:1!important;width:100%!important;max-width:none!important;padding:0!important;grid-column:auto!important;grid-row:auto!important;text-align:start!important}
  .hero-title{font-size:clamp(33px,8vw,44px)!important;line-height:1.2!important;letter-spacing:-.02em!important;max-width:680px!important;overflow-wrap:normal!important}
  .hero-sub{font-size:13px!important;line-height:1.75!important;max-width:620px!important;margin-top:13px!important}
  .hero-note{display:none!important}
  .hero-actions{margin-top:20px!important;gap:9px!important}.btn{min-height:43px!important;padding:0 15px!important;font-size:10.5px!important}
  .hero-media{order:2!important;grid-column:auto!important;grid-row:auto!important;width:100%!important;height:auto!important;aspect-ratio:16/10!important;min-height:0!important;margin:0!important;filter:drop-shadow(0 24px 44px rgba(0,0,0,.22))!important}
  .hero-media .hero-shot{inset:0!important;clip-path:polygon(0 2%,100% 0,97% 98%,2% 100%)!important;border-radius:0!important}
  .hero-media .hero-shot,.hero-media .hero-shot.active{-webkit-mask-image:radial-gradient(ellipse 105% 108% at 50% 50%,#000 0 70%,rgba(0,0,0,.94) 84%,transparent 100%)!important;mask-image:radial-gradient(ellipse 105% 108% at 50% 50%,#000 0 70%,rgba(0,0,0,.94) 84%,transparent 100%)!important}
  .hero-media:after{inset:0!important;background:linear-gradient(180deg,transparent 65%,rgba(7,19,17,.48) 100%)!important}
  .hero-media-tag{top:14px!important;inset-inline-end:14px!important;font-size:7px!important;padding:7px 9px!important}
  .hero-media-caption{left:14px!important;bottom:14px!important;padding:8px 10px!important;border-radius:10px!important}.hero-media-caption b{font-size:9px!important}.hero-media-caption small{font-size:7px!important}
  .hero-media-dots{bottom:14px!important;right:14px!important;left:auto!important;gap:8px!important}.hero-media-dots button{font-size:7px!important;min-width:20px!important}
  html[dir="rtl"] .hero-media-dots{right:auto!important;left:14px!important}
  .hero-service-rail{display:none!important}.scroll-cue{display:none!important}

  .section{padding:60px 0!important}.section-head{width:calc(100% - 28px)!important;margin-bottom:24px!important}.section-head.compact{display:grid!important;grid-template-columns:1fr!important;gap:9px!important;align-items:start!important}.section-head p{grid-column:1!important;font-size:10px!important}.section-kicker{font-size:8px!important}.section-kicker b{width:26px!important;height:26px!important;font-size:8px!important}
  html[dir="rtl"] .section-head h2,html[dir="rtl"] .hse-content h2,html[dir="rtl"] .contact-inner h2,html[dir="ltr"] .section-head h2,html[dir="ltr"] .hse-content h2,html[dir="ltr"] .contact-inner h2{font-size:clamp(27px,7vw,34px)!important;line-height:1.35!important;max-width:100%!important}

  .services-stage{width:calc(100% - 28px)!important;display:flex!important;flex-direction:column!important;gap:20px!important;align-items:stretch!important}
  .service-visual{order:1!important;width:100%!important;height:230px!important;aspect-ratio:auto!important;min-height:230px!important;position:relative!important;margin:0!important;overflow:visible!important}
  .service-visual>figure{inset:0!important;clip-path:polygon(0 2%,100% 0,98% 98%,2% 100%)!important;border-radius:0!important;box-shadow:none!important;-webkit-mask-image:radial-gradient(ellipse 108% 112% at 50% 50%,#000 0 72%,rgba(0,0,0,.93) 85%,transparent 100%)!important;mask-image:radial-gradient(ellipse 108% 112% at 50% 50%,#000 0 72%,rgba(0,0,0,.93) 85%,transparent 100%)!important}
  .service-visual-bottom{left:13px!important;right:13px!important;bottom:12px!important;gap:5px!important}.service-visual-bottom b{font-size:20px!important}.service-visual-bottom button{padding:8px 10px!important;font-size:8px!important;white-space:nowrap!important}
  .service-list{order:2!important;width:100%!important;min-width:0!important;border-top:1px solid var(--line)!important}
  .service-row{width:100%!important;min-width:0!important;grid-template-columns:30px minmax(0,1fr) 18px!important;gap:9px!important;padding:13px 3px!important;align-items:center!important;overflow:hidden!important}
  .service-row em{display:none!important}.service-row strong{font-size:13px!important;line-height:1.45!important;min-width:0!important;overflow-wrap:anywhere!important}.service-row .service-number{font-size:8px!important}.service-row>i{font-size:10px!important}
  .service-row:hover,.service-row.active{padding-inline:10px!important}.service-row.active strong{white-space:normal!important}

  .sector-composition,html[dir="rtl"] .sector-composition,html[dir="ltr"] .sector-composition{width:calc(100% - 28px)!important;display:grid!important;grid-template-columns:1fr 1fr!important;grid-template-rows:220px 180px 180px!important;gap:12px!important}
  .sector-industrial,.sector-corporate,.sector-health,.sector-outdoor,html[dir="rtl"] .sector-industrial,html[dir="rtl"] .sector-corporate,html[dir="rtl"] .sector-health,html[dir="rtl"] .sector-outdoor,html[dir="ltr"] .sector-industrial,html[dir="ltr"] .sector-corporate,html[dir="ltr"] .sector-health,html[dir="ltr"] .sector-outdoor{transform:none!important}
  .sector-industrial{grid-column:1/-1!important;grid-row:1!important}.sector-corporate{grid-column:1/-1!important;grid-row:2!important}.sector-health{grid-column:1!important;grid-row:3!important}.sector-outdoor{grid-column:2!important;grid-row:3!important}
  .sector-piece{height:auto!important;min-height:0!important}.sector-piece figure{clip-path:polygon(0 2%,100% 0,98% 98%,2% 100%)!important;border-radius:0!important;filter:drop-shadow(0 18px 28px rgba(1,13,11,.10))!important}.sector-label{padding:14px!important}.sector-label strong{font-size:15px!important}.sector-label span{font-size:8px!important}.sector-chips{width:calc(100% - 28px)!important;margin-top:16px!important;gap:7px!important}.sector-chips span{font-size:8px!important;padding:7px 9px!important}

  .process{width:calc(100% - 34px)!important;display:grid!important;grid-template-columns:1fr!important;gap:22px!important;margin-top:34px!important;padding-inline-start:38px!important;padding-inline-end:0!important}.process-track{inset-inline-start:15px!important;inset-inline-end:auto!important;top:5px!important;bottom:5px!important;width:1px!important;height:auto!important}.process-step{padding-inline-start:12px!important;padding-inline-end:0!important}.process-step:before{inset-inline-start:-25px!important;inset-inline-end:auto!important}.process-step strong{font-size:15px!important}.process-step small{font-size:8px!important}
  html[dir="rtl"] .process{padding-inline-start:0!important;padding-inline-end:38px!important}.process-track{left:15px!important;right:auto!important}html[dir="rtl"] .process-track{left:auto!important;right:15px!important}html[dir="rtl"] .process-step{padding-left:0!important;padding-right:12px!important}html[dir="rtl"] .process-step:before{left:auto!important;right:-25px!important}
  .operations-proof{width:calc(100% - 34px)!important;gap:8px!important;flex-wrap:wrap!important;margin-top:42px!important}.operations-proof span{font-size:8px!important}.operations-proof i{width:14px!important}

  .hse{min-height:500px!important;padding:72px 0!important}.hse-content{width:calc(100% - 30px)!important}.hse-points{gap:7px!important}.hse-points span{font-size:8px!important;padding:8px 10px!important}.hse-visual img{object-position:center!important}

  .contact{padding:54px 0 0!important}.contact-inner{width:calc(100% - 28px)!important}.contact-inner>p:not(.eyebrow){font-size:10px!important;line-height:1.7!important}.contact-actions{gap:8px!important;flex-wrap:wrap!important}
  .site-footer{width:calc(100% - 28px)!important;margin-top:42px!important;padding-bottom:84px!important}.footer-main,html[dir="rtl"] .footer-main,html[dir="ltr"] .footer-main{display:grid!important;grid-template-columns:1fr 1fr!important;gap:24px 14px!important;direction:inherit!important}.footer-brand{grid-column:1/-1!important;text-align:start!important}.footer-brand img{width:118px!important}.footer-brand p{font-size:10px!important;line-height:1.65!important;max-width:340px!important}.footer-email{font-size:10px!important}.footer-column{min-width:0!important;text-align:start!important}.footer-column h4{font-size:10px!important;margin:0 0 10px!important}.footer-column a,.footer-link{font-size:9px!important;line-height:1.7!important}.footer-bottom{display:grid!important;grid-template-columns:1fr!important;gap:6px!important;justify-items:center!important;text-align:center!important;font-size:8px!important}.powered-by{padding:10px 0 0!important;margin-top:9px!important;font-size:8px!important}

  .quick-contact{top:auto!important;bottom:78px!important;left:10px!important;right:auto!important;transform:translate3d(-8px,0,0)!important;flex-direction:row!important;gap:8px!important}.quick-contact.visible{transform:translate3d(0,0,0)!important}html[dir="ltr"] .quick-contact{left:auto!important;right:10px!important;transform:translate3d(8px,0,0)!important}html[dir="ltr"] .quick-contact.visible{transform:translate3d(0,0,0)!important}.quick-contact-item{width:40px!important;height:40px!important;animation:none!important}.quick-contact-item:hover{width:40px!important}.quick-contact-item span{display:none!important}

  .journey-rail{display:none!important}
  .mobile-actions{bottom:8px!important;width:calc(100% - 20px)!important;grid-template-columns:1fr 72px!important;padding:6px!important;border-radius:16px!important}.mobile-actions button{height:40px!important;font-size:10px!important}

  .drawer,.rfp-modal{padding:10px!important;place-items:center!important}
  .drawer-panel,html[dir="ltr"] .drawer-panel{width:min(620px,calc(100vw - 20px))!important;height:auto!important;max-height:88svh!important;border-radius:22px!important;padding:20px 16px 18px!important;overflow:auto!important}
  .drawer-step{min-height:0!important}.drawer-step h3{font-size:22px!important;margin-bottom:14px!important}.choices{grid-template-columns:1fr 1fr!important;gap:8px!important}.choices span{min-height:50px!important;font-size:9px!important;padding:10px 11px!important}.choices label:before{display:none!important}.form-fields{grid-template-columns:1fr!important;gap:10px!important}.drawer-controls{position:static!important;margin-top:18px!important;padding:0!important;background:none!important}.drawer-controls button{height:42px!important;font-size:10px!important}.drawer-progress{margin:16px 0 22px!important}.form-success{min-height:360px!important;padding:30px 10px!important}.form-success h3{font-size:22px!important}.form-success p{font-size:10px!important;line-height:1.8!important}
  .rfp-panel{width:calc(100vw - 20px)!important;height:auto!important;max-height:90svh!important;border-radius:22px!important;padding:18px!important}.rfp-grid{grid-template-columns:1fr!important;gap:14px!important;margin-top:18px!important}.rfp-copy{padding:16px!important;min-height:0!important}.rfp-copy h3{font-size:22px!important}.rfp-submit{margin-top:14px!important}
}

@media (max-width:520px){
  .hero-title{font-size:clamp(31px,9.5vw,39px)!important}
  .hero-media{aspect-ratio:4/3!important}
  .service-visual{height:210px!important;min-height:210px!important}
  .sector-composition,html[dir="rtl"] .sector-composition,html[dir="ltr"] .sector-composition{grid-template-columns:1fr!important;grid-template-rows:none!important}
  .sector-industrial,.sector-corporate,.sector-health,.sector-outdoor{grid-column:1!important;grid-row:auto!important;height:210px!important}
  .footer-main,html[dir="rtl"] .footer-main,html[dir="ltr"] .footer-main{grid-template-columns:1fr!important}.footer-brand{grid-column:1!important}.footer-column{padding-top:4px!important;border-top:1px solid rgba(10,23,21,.06)!important}
  .choices{grid-template-columns:1fr 1fr!important}.choices span{font-size:8.5px!important}.drawer-panel,html[dir="ltr"] .drawer-panel{max-height:91svh!important}
}
.db-hidden{display:none!important}

/* ===== V11.1 MOBILE LAYOUT CORRECTION =====
   Frontend-only responsive patch. Desktop/admin/backend remain unchanged. */
@media (max-width:900px){
  /* Remove desktop section overlap mechanics on small screens. */
  .services,.operations,.hse,.contact{
    margin-top:0!important;
    border-radius:0!important;
    clip-path:none!important;
  }
  .operations{
    min-height:auto!important;
    padding:58px 0 64px!important;
    overflow:hidden!important;
  }
  .operations .section-head{
    margin-bottom:26px!important;
  }
  .operations .section-head h2{
    font-size:clamp(26px,7vw,32px)!important;
    line-height:1.25!important;
    margin:0!important;
  }

  /* Services: use a clean, stable mobile list instead of desktop grid math. */
  .services-stage{
    width:calc(100% - 24px)!important;
    gap:16px!important;
  }
  .service-visual{
    width:100%!important;
    height:auto!important;
    min-height:0!important;
    aspect-ratio:16/10!important;
    overflow:hidden!important;
    border-radius:20px!important;
    background:#e8ece8!important;
    box-shadow:0 16px 38px rgba(4,20,17,.11)!important;
  }
  .service-visual>figure{
    inset:0!important;
    border-radius:20px!important;
    clip-path:none!important;
    -webkit-mask-image:none!important;
    mask-image:none!important;
  }
  .service-visual>figure img{border-radius:20px!important}
  .service-visual:before,.service-visual:after{display:none!important}
  .service-visual-bottom{
    left:10px!important;right:10px!important;bottom:10px!important;
    padding:0!important;
  }
  .service-visual-bottom b{font-size:18px!important}
  .service-visual-bottom button{padding:8px 10px!important;font-size:8px!important}

  .service-list{width:100%!important;overflow:visible!important}
  .service-row{
    display:flex!important;
    align-items:center!important;
    width:100%!important;
    min-width:0!important;
    gap:10px!important;
    padding:13px 12px!important;
    margin:0!important;
    border-bottom:1px solid rgba(15,36,32,.10)!important;
    overflow:visible!important;
    border-radius:12px!important;
    box-sizing:border-box!important;
  }
  .service-row .service-number{
    flex:0 0 24px!important;
    width:24px!important;
    font-size:8px!important;
    text-align:center!important;
    opacity:.62!important;
  }
  .service-row strong{
    flex:1 1 auto!important;
    min-width:0!important;
    font-size:13px!important;
    line-height:1.45!important;
    white-space:normal!important;
    overflow-wrap:normal!important;
  }
  .service-row em{display:none!important}
  .service-row>i{
    flex:0 0 18px!important;
    width:18px!important;
    text-align:center!important;
    font-size:10px!important;
  }
  .service-row:hover,.service-row.active{
    padding:13px 12px!important;
    border-color:#0b1a17!important;
  }
  .service-row.active{box-shadow:0 8px 24px rgba(2,20,17,.10)!important}

  /* Operations: replace the fragile one-sided timeline with compact journey cards. */
  .process{
    width:calc(100% - 24px)!important;
    margin:0 auto!important;
    padding:0!important;
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:10px!important;
    direction:inherit!important;
  }
  html[dir="rtl"] .process,html[dir="ltr"] .process{padding:0!important}
  .process-track{display:none!important}
  .process-step,
  html[dir="rtl"] .process-step,
  html[dir="ltr"] .process-step{
    position:relative!important;
    min-width:0!important;
    min-height:112px!important;
    padding:15px 14px!important;
    margin:0!important;
    text-align:start!important;
    border:1px solid rgba(255,255,255,.09)!important;
    border-radius:16px!important;
    background:rgba(255,255,255,.035)!important;
    color:rgba(255,255,255,.72)!important;
    transform:none!important;
    overflow:hidden!important;
  }
  .process-step:before{display:none!important}
  .process-step:after{
    content:"";
    position:absolute;
    inset:auto -18px -30px auto;
    width:78px;height:78px;border-radius:50%;
    border:1px solid rgba(19,200,181,.09);
    pointer-events:none;
  }
  html[dir="rtl"] .process-step:after{inset:auto auto -30px -18px}
  .process-step>span{
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    width:25px!important;height:25px!important;
    margin:0 0 10px!important;
    border-radius:999px!important;
    background:rgba(19,200,181,.10)!important;
    color:var(--teal)!important;
    font-size:8px!important;
  }
  .process-step strong{font-size:14px!important;line-height:1.35!important;margin:0 0 5px!important}
  .process-step small{font-size:8.5px!important;line-height:1.55!important;opacity:.62!important}
  .process-step.active{
    background:linear-gradient(145deg,rgba(19,200,181,.13),rgba(255,255,255,.045))!important;
    border-color:rgba(19,200,181,.26)!important;
    color:#fff!important;
    box-shadow:0 12px 34px rgba(0,0,0,.10)!important;
  }
  .operations-proof{
    width:calc(100% - 24px)!important;
    margin:22px auto 0!important;
    padding-top:18px!important;
    display:grid!important;
    grid-template-columns:repeat(4,1fr)!important;
    gap:7px!important;
    border-top:1px solid rgba(255,255,255,.08)!important;
  }
  .operations-proof i{display:none!important}
  .operations-proof span{
    display:flex!important;align-items:center!important;justify-content:center!important;
    min-height:34px!important;padding:6px!important;border-radius:999px!important;
    border:1px solid rgba(255,255,255,.08)!important;background:rgba(255,255,255,.025)!important;
    font-size:7px!important;letter-spacing:.04em!important;text-align:center!important;
  }

  /* Floating contact stays visible but no longer competes with the bottom action bar. */
  .quick-contact{
    bottom:68px!important;
    gap:6px!important;
    opacity:.96!important;
  }
  .quick-contact-item{
    width:36px!important;height:36px!important;min-width:36px!important;
    padding:0!important;justify-content:center!important;
    border-radius:50%!important;
    box-shadow:0 10px 26px rgba(0,0,0,.17)!important;
  }
  .quick-contact-item svg{width:16px!important;height:16px!important;min-width:16px!important}
  .quick-contact-item span{display:none!important}
  .mobile-actions{
    width:calc(100% - 16px)!important;
    bottom:6px!important;
    padding:5px!important;
    gap:6px!important;
    border-radius:15px!important;
    grid-template-columns:minmax(0,1fr) 66px!important;
  }
  .mobile-actions button{height:39px!important;font-size:9.5px!important}
}

@media (max-width:520px){
  .section{padding:54px 0!important}
  .service-visual{aspect-ratio:16/10!important}
  .process{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .process-step{min-height:106px!important;padding:13px 12px!important}
  .operations-proof{grid-template-columns:repeat(2,1fr)!important}
}

@media (max-width:360px){
  .process{grid-template-columns:1fr!important}
  .process-step{min-height:94px!important}
}
