:root{
  --ink:#10141b;--ink2:#1b2430;--muted:#667085;--paper:#f4f5f7;--surface:#ffffff;
  --line:#e5e7eb;--accent:#ff5a1f;--accent2:#ff8a3d;--deep:#0d1219;--deep2:#141c26;
  --ok:#0b8f61;--radius:26px;--radius-lg:36px;--shadow:0 24px 70px rgba(16,20,27,.12);
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:"IBM Plex Sans Arabic","Cairo",system-ui,sans-serif;background:var(--paper);color:var(--ink);line-height:1.75;overflow-x:hidden}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.container{width:min(1220px,calc(100% - 40px));margin:auto}
.top-note{background:var(--deep);color:#dce2ea;font-size:12px;letter-spacing:.01em}.top-note .container{display:flex;justify-content:space-between;gap:18px;padding:8px 0}.top-note strong{color:#fff}
.header{position:sticky;top:0;z-index:90;background:rgba(255,255,255,.88);backdrop-filter:blur(18px) saturate(140%);border-bottom:1px solid rgba(16,20,27,.07);box-shadow:0 8px 28px rgba(16,20,27,.04)}
.header-inner{height:96px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{display:flex;align-items:center;flex:0 0 auto}.brand img{width:270px;height:auto;max-height:72px;object-fit:contain}
.nav{display:flex;align-items:center;gap:18px;font-size:13px;font-weight:750}.nav a{padding:10px 0;position:relative;white-space:nowrap}.nav a:after{content:"";position:absolute;right:0;left:auto;bottom:3px;width:0;height:2px;background:var(--accent);transition:.2s}.nav a:hover:after,.nav a[aria-current="page"]:after{width:100%}.nav a:hover,.nav a[aria-current="page"]{color:var(--accent)}
.header-actions{display:flex;gap:8px;align-items:center}.menu{display:none;background:none;border:0;font-size:25px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:48px;padding:0 20px;border-radius:999px;font-weight:800;border:1px solid transparent;transition:.22s;cursor:pointer}.btn-primary{background:linear-gradient(135deg,var(--accent),var(--accent2));color:#fff;box-shadow:0 10px 24px rgba(255,90,31,.2)}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 16px 34px rgba(255,90,31,.28)}.btn-ghost{border-color:#cfd4da;background:#fff}.btn-ghost:hover{border-color:var(--ink)}.btn-dark{background:#111820;color:#fff}.btn-wa{background:#0e9a67;color:#fff}
/* modern homepage */
.hero-modern{position:relative;min-height:690px;background:#10161f;overflow:hidden}.hero-modern .hero-photo{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.hero-modern:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(9,13,19,.12) 0%,rgba(9,13,19,.3) 36%,rgba(9,13,19,.88) 74%,rgba(9,13,19,.97) 100%)}.hero-modern:before{content:"";position:absolute;inset:auto 0 0;height:220px;background:linear-gradient(0deg,#0d1219 0%,transparent 100%);z-index:1}.hero-content{position:relative;z-index:2;min-height:690px;display:flex;align-items:center}.hero-panel{width:min(620px,58%);margin-right:auto;padding:74px 0 84px;color:#fff}.hero-eyebrow{display:inline-flex;align-items:center;gap:8px;padding:8px 13px;border:1px solid rgba(255,255,255,.2);background:rgba(255,255,255,.08);backdrop-filter:blur(12px);border-radius:999px;font-size:13px;font-weight:800}.hero-panel h1{font-size:clamp(54px,6vw,88px);line-height:1.02;letter-spacing:-.045em;margin:18px 0 20px}.hero-panel h1 em{font-style:normal;color:#ff7b36}.hero-panel p{font-size:18px;color:#d6dde6;max-width:590px;margin:0 0 26px}.hero-actions{display:flex;gap:10px;flex-wrap:wrap}.hero-modern .btn-ghost{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.28);color:#fff}.hero-modern .btn-ghost:hover{background:rgba(255,255,255,.14)}.hero-facts{display:flex;gap:10px;flex-wrap:wrap;margin-top:28px}.hero-fact{padding:12px 14px;border:1px solid rgba(255,255,255,.16);border-radius:16px;background:rgba(17,24,32,.46);backdrop-filter:blur(12px)}.hero-fact strong{display:block;font-size:15px}.hero-fact span{font-size:12px;color:#bcc6d2}
.quick-bar{position:relative;z-index:3;margin-top:-42px}.quick-bar .inner{background:#fff;border:1px solid rgba(16,20,27,.08);box-shadow:var(--shadow);border-radius:24px;display:grid;grid-template-columns:repeat(5,1fr);overflow:hidden}.quick-link{padding:20px 18px;border-left:1px solid var(--line);transition:.2s}.quick-link:last-child{border-left:0}.quick-link small{display:block;color:var(--accent);font-weight:800}.quick-link strong{display:block;font-size:16px}.quick-link:hover{background:#fff6f1}
.section{padding:86px 0}.section.alt{background:#fff}.section.dark{background:linear-gradient(145deg,var(--deep),var(--deep2));color:#fff}.section-head{display:flex;justify-content:space-between;align-items:end;gap:28px;margin-bottom:34px}.section-head h2{font-size:clamp(36px,4.2vw,58px);line-height:1.08;letter-spacing:-.035em;margin:9px 0 0}.section-head p{max-width:540px;color:var(--muted);margin:0}.dark .section-head p{color:#aeb7c3}.kicker,.eyebrow{display:inline-flex;align-items:center;gap:7px;font-size:12px;font-weight:900;letter-spacing:.02em;color:var(--accent)}
.visual-services{display:grid;grid-template-columns:1.25fr .75fr .75fr;grid-auto-rows:260px;gap:14px}.vservice{position:relative;overflow:hidden;border-radius:28px;background:#151b22;color:#fff;isolation:isolate;box-shadow:0 12px 30px rgba(16,20,27,.08)}.vservice:first-child{grid-row:span 2}.vservice img{width:100%;height:100%;object-fit:cover;transition:transform .45s}.vservice:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(7,10,14,.88),rgba(7,10,14,.06) 65%);z-index:1}.vservice .copy{position:absolute;z-index:2;right:20px;left:20px;bottom:18px}.vservice .tag{display:inline-flex;padding:5px 9px;border-radius:999px;background:var(--accent);font-size:11px;font-weight:850;margin-bottom:8px}.vservice h3{font-size:24px;line-height:1.15;margin:0 0 5px}.vservice p{margin:0;color:#d7dce3;font-size:13px;max-width:520px}.vservice:hover img{transform:scale(1.035)}
.story-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:48px;align-items:center}.story-copy h2{font-size:clamp(38px,4.8vw,64px);line-height:1.05;margin:10px 0 18px}.story-copy p{color:var(--muted);font-size:17px}.feature-list{display:grid;gap:10px;margin-top:22px}.feature{display:grid;grid-template-columns:46px 1fr;gap:12px;align-items:start;padding:15px 0;border-bottom:1px solid var(--line)}.feature i{display:grid;place-items:center;width:42px;height:42px;border-radius:14px;background:#fff0e8;color:var(--accent);font-style:normal;font-weight:900}.feature strong{display:block}.feature span{color:var(--muted);font-size:13px}.story-media{position:relative}.story-media img{width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:34px;box-shadow:var(--shadow)}.story-badge{position:absolute;right:-18px;bottom:24px;background:var(--deep);color:#fff;padding:18px 20px;border-radius:20px;box-shadow:0 18px 40px rgba(0,0,0,.22)}.story-badge strong{display:block;font-size:23px;color:#ff8040}.story-badge span{font-size:12px;color:#c8d0da}
.process{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.step{padding:25px 22px;border:1px solid #303946;border-radius:22px;background:rgba(255,255,255,.035)}.step .n{font-size:44px;color:var(--accent);font-weight:900;line-height:1}.step h3{font-size:19px;margin:14px 0 7px}.step p{color:#b4bdc8;margin:0;font-size:14px}
.photo-showcase{display:grid;grid-template-columns:1.15fr .85fr;gap:14px}.photo-main,.photo-tile{position:relative;overflow:hidden;border-radius:30px;background:#d9dde2}.photo-main{min-height:540px}.photo-side{display:grid;grid-template-columns:1fr 1fr;gap:14px}.photo-tile{min-height:263px}.photo-showcase img{width:100%;height:100%;object-fit:cover;transition:transform .4s}.photo-main:hover img,.photo-tile:hover img{transform:scale(1.025)}.photo-label{position:absolute;right:16px;bottom:16px;background:rgba(11,15,20,.76);backdrop-filter:blur(10px);color:#fff;padding:8px 12px;border-radius:12px;font-size:12px;font-weight:800}
.route-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.route-card{background:#fff;border:1px solid var(--line);border-radius:24px;padding:25px;position:relative;overflow:hidden;transition:.22s}.route-card:before{content:"";position:absolute;width:120px;height:120px;border:20px solid rgba(255,90,31,.07);border-radius:50%;left:-52px;bottom:-52px}.route-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.route-card h3{font-size:23px;margin:8px 0}.route-card p{color:var(--muted);margin:0 0 15px}.badge{display:inline-block;padding:5px 10px;border-radius:999px;background:#fff0e9;color:var(--accent);font-size:11px;font-weight:900}
.services{display:grid;grid-template-columns:repeat(12,1fr);gap:14px}.service{background:#fff;border:1px solid var(--line);border-radius:24px;padding:26px;min-height:230px;display:flex;flex-direction:column;justify-content:space-between;transition:.2s}.service:hover{transform:translateY(-3px);box-shadow:var(--shadow)}.service:nth-child(1),.service:nth-child(4){grid-column:span 7}.service:nth-child(2),.service:nth-child(3){grid-column:span 5}.service h3{font-size:25px;line-height:1.25;margin:8px 0}.service p{color:var(--muted);margin:0}.service .num{font-size:12px;color:var(--accent);font-weight:900}.service .link{font-weight:850;margin-top:20px}
.split{display:grid;grid-template-columns:1fr 1fr;gap:34px;align-items:center}.split img{border-radius:30px;aspect-ratio:4/3;object-fit:cover;box-shadow:var(--shadow)}
.gallery{display:grid;grid-template-columns:1.2fr .8fr .8fr;gap:12px}.gallery figure{margin:0;border-radius:24px;overflow:hidden;min-height:340px;position:relative}.gallery figure:first-child{grid-row:span 2;min-height:692px}.gallery img{width:100%;height:100%;object-fit:cover}.gallery figcaption{position:absolute;right:14px;bottom:14px;background:rgba(16,19,24,.8);color:#fff;padding:8px 11px;border-radius:10px;font-size:12px}
.faq{display:grid;gap:10px}.faq details{background:#fff;border:1px solid var(--line);border-radius:18px;padding:0 20px}.faq summary{cursor:pointer;font-weight:850;padding:18px 0}.faq p{color:var(--muted);margin-top:0}.cta{background:linear-gradient(135deg,#ff5a1f,#ff7b32);color:#fff;border-radius:32px;padding:36px;display:flex;align-items:center;justify-content:space-between;gap:26px;box-shadow:0 24px 50px rgba(255,90,31,.2)}.cta h2{font-size:clamp(30px,4vw,48px);line-height:1.1;margin:0 0 8px}.cta p{margin:0;opacity:.92}.cta .btn{background:#fff;color:var(--ink)}
/* inner pages */
.page-hero{position:relative;padding:74px 0 58px;background:linear-gradient(135deg,#fff,#f3f5f7);border-bottom:1px solid var(--line);overflow:hidden}.page-hero:before{content:"";position:absolute;left:-120px;top:-160px;width:420px;height:420px;border:80px solid rgba(255,90,31,.06);border-radius:50%}.page-hero .container{position:relative}.page-hero h1{font-size:clamp(44px,5.8vw,76px);line-height:1.05;letter-spacing:-.04em;margin:13px 0}.page-hero p{font-size:18px;color:var(--muted);max-width:780px}.content-card{background:#fff;border:1px solid var(--line);border-radius:26px;padding:28px}.article-layout{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:26px}.prose{background:#fff;border:1px solid var(--line);border-radius:26px;padding:34px}.prose h2{font-size:31px;margin-top:40px}.prose h3{font-size:22px}.prose p,.prose li{color:#4f5967}.sidebar{display:grid;gap:12px;align-content:start}.sticky{position:sticky;top:114px}.notice{padding:16px 18px;border-radius:16px;background:#fff1e9;border-right:4px solid var(--accent);color:#5b3523}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.contact-box{background:#fff;border:1px solid var(--line);border-radius:24px;padding:26px}
.footer{background:#0b1017;color:#fff;padding:66px 0 30px;margin-top:86px}.footer-grid{display:grid;grid-template-columns:1.5fr repeat(3,1fr);gap:30px}.footer .brand img{width:310px;max-height:88px;filter:drop-shadow(0 8px 20px rgba(0,0,0,.2))}.footer p,.footer a{color:#aeb7c3}.footer a:hover{color:#fff}.footer h3{font-size:14px;color:#fff}.footer-links{display:grid;gap:9px}.footer-bottom{border-top:1px solid #26303b;margin-top:34px;padding-top:20px;display:flex;justify-content:space-between;color:#7f8a98;font-size:12px}.floating{position:fixed;left:18px;bottom:18px;z-index:100;display:grid;gap:8px}.floating a{width:54px;height:54px;border-radius:18px;display:grid;place-items:center;color:#fff;font-weight:900;box-shadow:0 12px 26px rgba(0,0,0,.22)}.floating .call{background:#111820}.floating .wa{background:#0d9464}
@media(max-width:1080px){.brand img{width:230px}.nav{gap:12px;font-size:12px}.header-actions .btn{display:none}.hero-panel{width:min(650px,67%)}.visual-services{grid-template-columns:1fr 1fr}.vservice:first-child{grid-row:span 1;grid-column:1/-1;min-height:420px}.story-grid{gap:28px}.photo-showcase{grid-template-columns:1fr}.photo-main{min-height:480px}}
@media(max-width:920px){.header-inner{height:86px}.brand img{width:235px;max-height:66px}.nav{position:absolute;top:86px;right:12px;left:12px;background:rgba(255,255,255,.98);padding:18px;border:1px solid var(--line);border-radius:20px;box-shadow:var(--shadow);display:none;flex-direction:column;align-items:stretch;gap:3px}.nav.open{display:flex}.nav a{padding:10px 8px}.menu{display:block}.hero-modern{min-height:640px}.hero-content{min-height:640px}.hero-panel{width:78%;padding:60px 0}.quick-bar .inner{grid-template-columns:repeat(2,1fr)}.quick-link{border-bottom:1px solid var(--line)}.story-grid,.split,.article-layout,.contact-grid{grid-template-columns:1fr}.story-media{order:-1}.story-badge{right:18px}.process{grid-template-columns:repeat(2,1fr)}.route-grid{grid-template-columns:repeat(2,1fr)}.gallery{grid-template-columns:1fr 1fr}.gallery figure:first-child{grid-row:auto;grid-column:1/-1;min-height:460px}.footer-grid{grid-template-columns:1fr 1fr}}
@media(max-width:640px){.container{width:min(100% - 24px,1220px)}.top-note .container{justify-content:center}.top-note span:last-child{display:none}.header-inner{height:80px}.brand img{width:205px;max-height:58px}.hero-modern{min-height:620px}.hero-modern:after{background:linear-gradient(0deg,rgba(8,12,18,.93) 0%,rgba(8,12,18,.63) 62%,rgba(8,12,18,.15) 100%)}.hero-content{min-height:620px;align-items:end}.hero-panel{width:100%;margin:0;padding:260px 0 48px}.hero-panel h1{font-size:45px}.hero-panel p{font-size:15px}.hero-actions .btn{width:100%}.hero-facts{display:grid;grid-template-columns:1fr 1fr}.quick-bar{margin-top:-20px}.quick-bar .inner{grid-template-columns:1fr}.quick-link{border-left:0}.section{padding:58px 0}.section-head{display:block}.section-head p{margin-top:12px}.visual-services{grid-template-columns:1fr;grid-auto-rows:280px}.vservice:first-child{grid-column:auto;min-height:320px}.vservice h3{font-size:22px}.story-copy h2{font-size:41px}.process,.route-grid,.photo-side,.gallery,.footer-grid{grid-template-columns:1fr}.photo-main{min-height:320px}.photo-tile{min-height:260px}.gallery figure,.gallery figure:first-child{grid-column:auto;min-height:320px}.cta{display:block;padding:27px}.cta .btn{margin-top:20px;width:100%}.footer{margin-top:58px}.footer .brand img{width:270px;max-height:78px}.footer-bottom{display:grid;gap:8px}.floating{left:12px;bottom:12px}.floating a{width:48px;height:48px;border-radius:16px}.page-hero{padding:54px 0 42px}.page-hero h1{font-size:43px}}


/* ===== 2026 typography refresh ===== */
body{font-family:"Alexandria",system-ui,-apple-system,"Segoe UI",sans-serif;font-weight:400;line-height:1.78;letter-spacing:0}
button,input,textarea,select{font:inherit}
h1,h2,h3,h4,.btn,.nav,.brand,.kicker,.eyebrow,.badge,.tag,strong{font-family:"Alexandria",system-ui,sans-serif}
.section-head h2,.story-copy h2,.page-hero h1{letter-spacing:-.018em;font-weight:800}
.nav{font-weight:600}.btn{font-weight:700}.section-head p,.story-copy p,.page-hero p,.prose p,.prose li{font-weight:400}

/* ===== Editorial hero refresh ===== */
.hero-editorial{position:relative;overflow:hidden;padding:72px 0 32px;background:linear-gradient(135deg,#f8f8f6 0%,#f2f3f5 58%,#eceff2 100%);border-bottom:1px solid #e5e7eb}
.hero-editorial:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(16,20,27,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(16,20,27,.035) 1px,transparent 1px);background-size:54px 54px;mask-image:linear-gradient(to bottom,rgba(0,0,0,.55),transparent 88%);pointer-events:none}
.hero-orbit{position:absolute;border:1px solid rgba(255,90,31,.16);border-radius:50%;pointer-events:none}
.hero-orbit-one{width:520px;height:520px;right:-230px;top:-240px}.hero-orbit-two{width:300px;height:300px;right:-110px;top:-130px;border-width:42px;border-color:rgba(255,90,31,.045)}
.hero-editorial-grid{position:relative;z-index:2;display:grid;grid-template-columns:.92fr 1.08fr;gap:64px;align-items:center}
.hero-copy-new{padding:28px 0 38px}
.hero-status{display:inline-flex;align-items:center;gap:9px;padding:9px 14px;border-radius:999px;background:#fff;border:1px solid #e0e4e8;box-shadow:0 8px 24px rgba(16,20,27,.05);font-size:12px;font-weight:700;color:#434b57}
.status-dot{width:9px;height:9px;border-radius:50%;background:#14a06f;box-shadow:0 0 0 6px rgba(20,160,111,.12)}
.hero-copy-new h1{font-size:clamp(50px,5.7vw,82px);line-height:1.08;letter-spacing:-.025em;margin:22px 0 22px;font-weight:800;color:#10141b;max-width:700px}
.hero-copy-new h1 span{color:var(--accent);font-weight:700}
.hero-lead{max-width:650px;margin:0 0 28px;color:#5d6673;font-size:17px;line-height:1.9}
.hero-actions-new{gap:12px}.hero-actions-new .btn{min-height:62px;border-radius:18px;padding:0 18px;justify-content:flex-start;min-width:205px;box-shadow:none}
.hero-actions-new .btn span:last-child{display:grid;line-height:1.25;text-align:right;font-size:15px}.hero-actions-new .btn small{font-size:10px;font-weight:500;opacity:.78;margin-bottom:3px}
.btn-icon{width:35px;height:35px;border-radius:12px;display:grid;place-items:center;background:rgba(255,255,255,.16);font-size:17px;flex:0 0 auto}
.hero-call{background:#101720;color:#fff}.hero-call:hover{background:#1b2530;transform:translateY(-2px)}.hero-wa{background:#0d9665;color:#fff}.hero-wa:hover{background:#0a865a;transform:translateY(-2px)}
.hero-proof{display:grid;grid-template-columns:repeat(3,1fr);gap:0;margin-top:34px;border-top:1px solid #d9dde1;padding-top:22px}.hero-proof div{padding:0 17px;border-left:1px solid #d9dde1}.hero-proof div:first-child{padding-right:0}.hero-proof div:last-child{border-left:0}.hero-proof strong{display:block;font-size:13px;font-weight:700;color:#1d2631}.hero-proof span{display:block;font-size:10px;color:#7a8491;margin-top:3px}
.hero-visual-new{position:relative;padding:22px 10px 44px 30px;min-width:0}.hero-image-shell{position:relative;overflow:hidden;border-radius:42px;background:#c7cbd0;box-shadow:0 34px 78px rgba(16,20,27,.18);isolation:isolate;aspect-ratio:1.32/1}
.hero-image-shell img{width:100%;height:100%;object-fit:cover;object-position:54% center}.image-shade{position:absolute;inset:0;background:linear-gradient(180deg,rgba(8,12,18,.03) 48%,rgba(8,12,18,.58) 100%);z-index:1}.hero-place{position:absolute;z-index:2;top:18px;left:18px;padding:8px 12px;border-radius:999px;background:rgba(255,255,255,.9);backdrop-filter:blur(12px);font-size:11px;font-weight:700;color:#171d24}.hero-place span{color:var(--accent);margin-left:5px}.hero-image-caption{position:absolute;z-index:2;right:22px;bottom:20px;color:#fff}.hero-image-caption small{display:block;color:#d8dee7;font-size:10px}.hero-image-caption strong{display:block;font-size:17px;margin-top:2px}
.hero-float-card{position:absolute;z-index:4;display:flex;align-items:center;gap:12px;background:rgba(255,255,255,.96);border:1px solid rgba(16,20,27,.08);box-shadow:0 18px 48px rgba(16,20,27,.16);backdrop-filter:blur(16px);border-radius:20px;padding:13px 16px}.hero-float-card small{display:block;color:#7b8591;font-size:9px}.hero-float-card strong{display:block;color:#171d24;font-size:12px;margin-top:2px;white-space:nowrap}.hero-float-top{right:-18px;top:58px}.hero-float-bottom{left:-4px;bottom:4px}.float-num{font-size:24px;font-weight:800;color:var(--accent);line-height:1}.float-icon{width:34px;height:34px;border-radius:11px;display:grid;place-items:center;background:#101720;color:#fff;font-size:18px}
.hero-mini-services{position:relative;z-index:3;display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-top:28px}.hero-mini-services a{display:grid;grid-template-columns:auto 1fr;grid-template-rows:auto auto;column-gap:11px;align-items:center;padding:14px 16px;border:1px solid #dde1e5;border-radius:18px;background:rgba(255,255,255,.76);backdrop-filter:blur(10px);transition:.2s}.hero-mini-services a:hover{background:#fff;border-color:#cfd4d9;transform:translateY(-2px)}.hero-mini-services span{grid-row:1/3;width:34px;height:34px;border-radius:11px;display:grid;place-items:center;background:#fff0e8;color:var(--accent);font-size:10px;font-weight:800}.hero-mini-services strong{font-size:12px;color:#202833}.hero-mini-services small{font-size:9px;color:#7b8490}
/* Quick bar is redundant with the new hero service rail */
.hero-editorial + .quick-bar{display:none}

@media(max-width:1080px){
  .hero-editorial{padding-top:52px}.hero-editorial-grid{gap:34px;grid-template-columns:1fr 1fr}.hero-copy-new h1{font-size:clamp(46px,5.7vw,68px)}.hero-proof{grid-template-columns:1fr 1fr}.hero-proof div:nth-child(2){border-left:0}.hero-proof div:nth-child(3){display:none}.hero-visual-new{padding-left:12px}.hero-float-top{right:6px}.hero-mini-services{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:820px){
  .hero-editorial{padding:34px 0 28px}.hero-editorial-grid{grid-template-columns:1fr;gap:16px}.hero-copy-new{padding:18px 0 14px}.hero-copy-new h1{font-size:clamp(44px,10vw,66px);max-width:760px}.hero-lead{font-size:15px;max-width:720px}.hero-visual-new{padding:10px 0 38px}.hero-image-shell{aspect-ratio:16/10;border-radius:32px}.hero-float-top{right:14px;top:28px}.hero-float-bottom{left:16px;bottom:0}.hero-mini-services{margin-top:16px}.hero-proof{max-width:620px}
}
@media(max-width:560px){
  .hero-editorial{padding-top:26px}.hero-status{font-size:10px;padding:8px 11px}.hero-copy-new h1{font-size:42px;line-height:1.12;margin:17px 0}.hero-copy-new h1 br{display:none}.hero-lead{font-size:14px;line-height:1.85}.hero-actions-new{display:grid}.hero-actions-new .btn{width:100%;min-height:58px}.hero-proof{grid-template-columns:1fr 1fr;margin-top:26px;padding-top:18px}.hero-proof div{padding:0 10px}.hero-proof strong{font-size:11px}.hero-proof span{font-size:9px}.hero-image-shell{aspect-ratio:4/3;border-radius:25px}.hero-image-shell img{object-position:58% center}.hero-place{top:12px;left:12px}.hero-image-caption{right:15px;bottom:15px}.hero-image-caption strong{font-size:13px}.hero-float-top{display:none}.hero-float-bottom{left:12px;right:12px;bottom:-12px;justify-content:center}.hero-mini-services{grid-template-columns:1fr 1fr;gap:8px;margin-top:28px}.hero-mini-services a{padding:12px}.hero-mini-services strong{font-size:10px}.hero-mini-services small{font-size:8px}
}

/* ===== Essential interaction hardening ===== */
.menu{width:44px;height:44px;place-items:center;border-radius:12px;cursor:pointer}
@media(max-width:980px){.menu{display:grid}}
a:focus-visible,button:focus-visible{outline:3px solid rgba(255,90,31,.38);outline-offset:3px}

/* ===== Full-image presentation: preserve every generated image without cropping ===== */
.hero-image-shell{
  aspect-ratio:1672/941 !important;
  background:#eef0f2;
}
.hero-image-shell img{
  width:100%;
  height:100%;
  object-fit:contain !important;
  object-position:center !important;
  background:#eef0f2;
}
.image-shade,.hero-place,.hero-image-caption{display:none !important}

/* Services: show the complete image first, then the copy below it */
.visual-services{
  grid-template-columns:repeat(2,minmax(0,1fr));
  grid-auto-rows:auto;
  align-items:start;
}
.vservice,
.vservice:first-child{
  grid-row:auto;
  grid-column:auto;
  min-height:0;
  display:flex;
  flex-direction:column;
  background:#111820;
  overflow:hidden;
}
.vservice:first-child{grid-column:1/-1}
.vservice img{
  width:100%;
  height:auto;
  aspect-ratio:1672/941;
  object-fit:contain !important;
  object-position:center !important;
  background:#e8eaed;
  flex:0 0 auto;
}
.vservice:after{display:none !important}
.vservice .copy{
  position:static;
  right:auto;
  left:auto;
  bottom:auto;
  padding:18px 20px 20px;
  min-height:116px;
  background:#111820;
}
.vservice:hover img{transform:none !important}

/* Story and all two-column internal page images */
.story-media img,
.split img{
  width:100%;
  height:auto !important;
  aspect-ratio:1672/941 !important;
  object-fit:contain !important;
  object-position:center !important;
  background:#eef0f2;
}
.story-badge{
  position:static;
  margin-top:12px;
  width:max-content;
  max-width:100%;
}

/* Home photo showcase: every box follows the real 16:9 image ratio */
.photo-showcase{
  grid-template-columns:1fr;
  gap:16px;
}
.photo-main,
.photo-tile{
  min-height:0 !important;
  aspect-ratio:1672/941;
  background:#eef0f2;
}
.photo-side{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:16px;
}
.photo-showcase img{
  width:100%;
  height:100%;
  object-fit:contain !important;
  object-position:center !important;
  background:#eef0f2;
  transition:none;
}
.photo-main:hover img,.photo-tile:hover img{transform:none !important}
.photo-label{
  position:static;
  display:block;
  width:100%;
  background:#111820;
  color:#fff;
  padding:10px 14px;
  border-radius:0;
  font-size:12px;
}

/* Generic gallery boxes */
.gallery{
  grid-template-columns:repeat(2,minmax(0,1fr));
  align-items:start;
}
.gallery figure,
.gallery figure:first-child{
  grid-row:auto;
  grid-column:auto;
  min-height:0 !important;
  aspect-ratio:auto;
  background:#eef0f2;
}
.gallery img{
  width:100%;
  height:auto !important;
  aspect-ratio:1672/941;
  object-fit:contain !important;
  object-position:center !important;
  background:#eef0f2;
}
.gallery figcaption{
  position:static;
  border-radius:0;
}

@media(max-width:920px){
  .visual-services{grid-template-columns:1fr 1fr}
  .vservice:first-child{grid-column:1/-1}
  .photo-side{grid-template-columns:1fr 1fr}
}
@media(max-width:640px){
  .hero-image-shell{aspect-ratio:1672/941 !important}
  .visual-services,.photo-side,.gallery{grid-template-columns:1fr}
  .vservice:first-child{grid-column:auto}
}

/* Keep captions outside the image area without changing the image ratio */
.photo-main,.photo-tile{aspect-ratio:auto !important;overflow:hidden}
.photo-showcase img{height:auto !important;aspect-ratio:1672/941}
.hero-modern .hero-photo{object-fit:contain !important;object-position:center !important;background:#111820}
