:root{
  --bg:#07111f;--bg2:#0b1728;--panel:#0f1f34;--panel2:#132841;--text:#eef6ff;--muted:#9fb3c8;--line:rgba(143,190,232,.23);--blue:#4da3ff;--cyan:#53d6cf;--white:#fff;--shadow:0 24px 70px rgba(0,0,0,.35);--r:24px;
}
*{box-sizing:border-box} html{scroll-behavior:smooth} body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:linear-gradient(180deg,#07111f 0%,#081524 58%,#f6f9fc 58%,#fff 100%);color:var(--text);line-height:1.55} a{color:inherit;text-decoration:none} button,input,textarea,select{font:inherit}.wrap{width:min(1480px,calc(100vw - 72px));margin:auto}
.topbar{position:sticky;top:0;z-index:50;background:rgba(6,16,29,.9);backdrop-filter:blur(18px);border-bottom:1px solid rgba(255,255,255,.06)}
.nav{height:78px;display:flex;align-items:center;gap:22px}.brand{display:flex;align-items:center;flex:0 0 auto}.brand img{display:block;width:190px;height:58px;object-fit:cover;object-position:center;border-radius:6px}.navlinks{margin-left:auto;display:flex;align-items:center;gap:19px;font-size:14px;color:#c9d8e7;white-space:nowrap}.navlinks>a:not(.cta),.dropbtn{padding:28px 0}.drop{position:relative}.dropbtn{cursor:pointer}.mega{display:none;position:absolute;right:-350px;top:68px;width:760px;background:rgba(10,25,43,.98);border:1px solid rgba(255,255,255,.08);border-radius:22px;padding:24px;box-shadow:var(--shadow);grid-template-columns:repeat(2,1fr);gap:8px}.drop:hover .mega,.drop:focus-within .mega{display:grid}.mega a{padding:13px 14px;border-radius:14px;color:#dceaf7}.mega a:hover{background:#122741}.mega span{display:block;color:#7f9bb5;font-size:12px;margin-top:3px}.cta{display:inline-flex;align-items:center;justify-content:center;gap:8px;background:linear-gradient(135deg,#4da3ff,#63d3d0);color:#05111c;padding:12px 18px;border-radius:12px;font-weight:800;border:0;box-shadow:0 8px 26px rgba(77,163,255,.18);white-space:nowrap;line-height:1.2}.navlinks .cta{height:46px;padding:0 16px}.cta.secondary{background:transparent;color:#d9eafa;border:1px solid rgba(255,255,255,.16);box-shadow:none}.mobileBtn{display:none;margin-left:auto;background:none;border:0;color:white;font-size:27px}
.hero{padding:82px 0 66px;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;width:580px;height:580px;border-radius:50%;background:radial-gradient(circle,rgba(76,163,255,.14),transparent 68%);right:-90px;top:-150px}.eyebrow{font-size:12px;letter-spacing:2px;text-transform:uppercase;color:#6fded5;font-weight:800}.heroGrid{display:grid;grid-template-columns:1.08fr .92fr;gap:54px;align-items:center}.hero h1{font-size:clamp(48px,5.3vw,78px);line-height:.98;margin:16px 0 24px;letter-spacing:-4px;max-width:820px}.hero p{font-size:19px;color:#a9bfd2;max-width:690px}.buttons{display:flex;gap:12px;margin-top:30px;flex-wrap:wrap}.miniProof{display:flex;gap:28px;margin-top:46px;color:#87a4bf;font-size:13px}.miniProof b{display:block;color:#e8f5ff;font-size:15px}.heroPanel{border:1px solid rgba(255,255,255,.08);border-radius:30px;background:linear-gradient(180deg,rgba(20,42,66,.7),rgba(9,23,39,.74));padding:24px;box-shadow:var(--shadow);position:relative;min-height:430px;overflow:hidden}.flowGrid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.flowCard{background:rgba(255,255,255,.035);border:1px solid rgba(255,255,255,.07);border-radius:18px;padding:18px;min-height:126px}.flowCard strong{display:block;font-size:15px}.flowCard span{display:block;color:#8fa8be;font-size:12px;margin-top:8px}.signal{height:2px;background:linear-gradient(90deg,transparent,var(--cyan),transparent);margin:15px 0;animation:signal 3.8s infinite}@keyframes signal{0%{transform:translateX(-60%);opacity:0}30%{opacity:1}70%{opacity:1}100%{transform:translateX(60%);opacity:0}}
.darkSection{padding:82px 0}.intro{max-width:780px;margin-bottom:36px}.intro h2{font-size:clamp(34px,4vw,54px);line-height:1.06;letter-spacing:-2px;margin:10px 0 18px}.intro p{color:#9eb4c9;font-size:17px}.valueStrip{border-top:1px solid rgba(255,255,255,.08);border-bottom:1px solid rgba(255,255,255,.08);padding:24px 0}.valueStrip .wrap{display:flex;justify-content:space-between;gap:30px;align-items:center}.valueStrip strong{font-size:22px}.valueStrip span{color:#8fa7bd}
.ecoWrap{position:relative;min-height:720px;margin-top:18px}.ecoSvg{position:absolute;inset:0;width:100%;height:100%;pointer-events:none}.ecoSvg line,.ecoSvg path{stroke:rgba(95,181,236,.20);stroke-width:1.4;fill:none}.ecoSvg .cross{stroke:rgba(83,214,207,.18);opacity:0;transition:.25s}.ecoWrap[data-active="ai"] .ai,.ecoWrap[data-active="data"] .data,.ecoWrap[data-active="web"] .web,.ecoWrap[data-active="digital"] .digital,.ecoWrap[data-active="cyber"] .cyber,.ecoWrap[data-active="managed"] .managed,.ecoWrap[data-active="teams"] .teams{opacity:1;stroke:rgba(83,214,207,.58)}.centre{position:absolute;left:50%;top:49%;transform:translate(-50%,-50%);width:210px;height:210px;border-radius:50%;display:grid;place-items:center;text-align:center;background:radial-gradient(circle at 35% 30%,#173b5d,#0d2138 65%);border:1px solid rgba(105,200,238,.38);box-shadow:0 0 0 18px rgba(77,163,255,.035),0 0 80px rgba(60,144,209,.18)}.centre b{font-size:25px;letter-spacing:-1px}.centre span{display:block;color:#79dcd5;font-size:12px;margin-top:5px}.node{position:absolute;width:188px;padding:17px 16px;border:1px solid rgba(255,255,255,.09);background:rgba(13,30,49,.88);border-radius:18px;box-shadow:0 15px 34px rgba(0,0,0,.17);transition:.25s;outline:none}.node:hover,.node:focus{transform:translateY(-4px) scale(1.02);border-color:rgba(83,214,207,.42);background:#102844}.node strong{display:block;font-size:14px}.node small{display:block;color:#83a0b9;font-size:11px;margin-top:5px}.node .more{max-height:0;overflow:hidden;opacity:0;transition:.25s;color:#b8ccdc;font-size:11px}.node:hover .more,.node:focus .more{max-height:70px;opacity:1;margin-top:8px}.n1{left:6%;top:8%}.n2{left:40%;top:1%}.n3{right:5%;top:10%}.n4{right:0;top:39%}.n5{right:7%;bottom:8%}.n6{left:39%;bottom:1%}.n7{left:5%;bottom:9%}.n8{left:0;top:39%}.n9{left:19%;top:24%}.pulse{position:absolute;width:7px;height:7px;border-radius:50%;background:#73e3dd;box-shadow:0 0 14px #73e3dd;left:48%;top:45%;animation:pulse 5s infinite}.p2{animation-delay:1.9s}.p3{animation-delay:3.2s}@keyframes pulse{0%{opacity:0;transform:translate(-240px,-130px)}10%{opacity:1}52%{transform:translate(0,0);opacity:1}70%,100%{opacity:0}}
.light{color:#142438;padding:86px 0;background:#f7fafc}.light .eyebrow{color:#167b87}.light .intro p{color:#60758a}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.card{background:#fff;border:1px solid #e3ebf2;border-radius:22px;padding:24px;min-height:240px;box-shadow:0 14px 44px rgba(20,45,70,.07);transition:.2s}.card:hover{transform:translateY(-4px);box-shadow:0 20px 48px rgba(20,45,70,.11)}.icon{width:42px;height:42px;border-radius:13px;background:#edf6ff;display:grid;place-items:center;font-size:20px}.card h3{font-size:20px;margin:18px 0 8px}.card p{color:#63778a;font-size:14px}.card .link{display:inline-block;margin-top:16px;font-weight:800;color:#1476bd;font-size:13px}.journey{display:grid;grid-template-columns:repeat(7,1fr);gap:10px;margin-top:30px}.step{padding:18px 12px;border-radius:16px;background:#fff;border:1px solid #e2ebf2;font-size:12px;text-align:center}.step b{display:block;font-size:14px;margin-bottom:5px}.check{background:#0a192a;color:#eff7ff;border-radius:30px;padding:44px;display:grid;grid-template-columns:1.2fr .8fr;gap:30px;align-items:center}.check p{color:#9fb5c8}.check ul{columns:2;color:#bfd0de;padding-left:18px;font-size:13px}.industries{display:grid;grid-template-columns:repeat(5,1fr);gap:12px}.industry{padding:24px 18px;border:1px solid #e2ebf2;background:white;border-radius:18px;min-height:155px}.industry p{font-size:12px;color:#697c8e}.insights{display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:16px}.article{background:white;border:1px solid #e2ebf2;border-radius:20px;overflow:hidden}.articleVisual{height:150px;background:linear-gradient(135deg,#102b48,#176d8e);position:relative}.articleVisual:after{content:"";position:absolute;inset:30px;border:1px solid rgba(255,255,255,.28);border-radius:50% 30% 50% 30%}.articleBody{padding:20px}.articleBody small{color:#148093;font-weight:800}.articleBody p{color:#6e8091;font-size:13px}
footer{background:#06111e;color:#b6c9d9;padding:56px 0 24px}.footgrid{display:grid;grid-template-columns:1.3fr repeat(3,1fr);gap:40px}.footgrid h4{color:#fff}.footgrid a{display:block;margin:9px 0;font-size:13px;color:#93abc0}.legal{border-top:1px solid rgba(255,255,255,.07);margin-top:40px;padding-top:20px;font-size:12px;color:#718ba3}
.pageHero{padding:86px 0 58px;background:#07111f}.pageHero h1{font-size:clamp(42px,6vw,70px);letter-spacing:-3px;line-height:1;margin:12px 0 18px}.pageHero p{max-width:750px;color:#a6bdd0;font-size:18px}.content{background:#f7fafc;color:#142438;padding:72px 0}.contentGrid{display:grid;grid-template-columns:1fr 1fr;gap:22px}.contentBlock{background:white;border:1px solid #e1eaf1;border-radius:22px;padding:26px}.contentBlock h3{margin-top:0}.contentBlock ul{padding-left:18px;color:#60758a}.banner{margin-top:32px;background:#0b2037;color:white;padding:32px;border-radius:24px;display:flex;justify-content:space-between;gap:20px;align-items:center}.form{display:grid;grid-template-columns:1fr 1fr;gap:15px}.form .full{grid-column:1/-1}.form input,.form textarea,.form select{width:100%;padding:14px;border:1px solid #d6e0e8;border-radius:12px;background:#fff}.form textarea{min-height:130px}.notice{font-size:12px;color:#708394}.mobileEco{display:none}

@media(max-width:1180px){.wrap{width:min(1100px,calc(100vw - 40px))}.navlinks{gap:14px;font-size:13px}.brand img{width:165px;height:52px}.navlinks .cta{padding:0 12px}.heroGrid{gap:38px}}
@media(max-width:1020px){.navlinks{display:none}.mobileBtn{display:block}.brand img{width:185px;height:56px}}
@media(max-width:900px){body{background:#07111f}.navlinks{display:none}.mobileBtn{display:block}.heroGrid,.check,.contentGrid{grid-template-columns:1fr}.heroPanel{min-height:auto}.cards{grid-template-columns:1fr 1fr}.industries{grid-template-columns:1fr 1fr}.insights{grid-template-columns:1fr}.journey{grid-template-columns:1fr 1fr}.ecoWrap{display:none}.mobileEco{display:flex;overflow-x:auto;gap:12px;padding-bottom:12px}.mobileEco .card{min-width:78vw}.footgrid{grid-template-columns:1fr 1fr}.hero{padding-top:64px}.hero h1{letter-spacing:-2px}.valueStrip .wrap{display:block}.valueStrip span{display:block;margin-top:8px}}
@media(max-width:560px){.cards,.industries,.form{grid-template-columns:1fr}.form .full{grid-column:auto}.miniProof{display:grid;grid-template-columns:1fr 1fr}.footgrid{grid-template-columns:1fr}.journey{grid-template-columns:1fr}.check{padding:28px}.nav{height:68px}.hero h1{font-size:48px}}
@media(prefers-reduced-motion:reduce){*{animation:none!important;transition:none!important;scroll-behavior:auto!important}}
/* Hero refinement v3 */
.brand img{width:190px;height:54px;object-fit:contain;object-position:left center;border-radius:0}
.heroLead{max-width:760px!important;font-size:18px!important;line-height:1.58}.heroLead strong{color:#f4f9ff}.heroOutcome{font-size:15px!important;color:#73d9d3!important;font-weight:750;letter-spacing:.1px;margin-top:17px}
.ecosystemHero{min-height:500px;padding:26px 28px 24px}.hubMap{height:350px;position:relative;margin-top:8px}.hubCentre{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:190px;height:190px;border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;background:radial-gradient(circle at 35% 25%,#173c5d,#0a1b2f 68%);border:1px solid rgba(83,214,207,.38);box-shadow:0 0 0 16px rgba(77,163,255,.035),0 0 70px rgba(77,163,255,.2);z-index:3}.hubCentre img{width:74px;height:58px;object-fit:contain;margin-bottom:4px}.hubCentre b{font-size:21px}.hubCentre span{font-size:10px;color:#87a7bf;max-width:130px}.hubNode{position:absolute;width:170px;padding:14px 15px;border-radius:16px;background:rgba(17,38,61,.92);border:1px solid rgba(255,255,255,.09);z-index:2;box-shadow:0 12px 30px rgba(0,0,0,.18)}.hubNode strong{display:block;font-size:14px}.hubNode span{display:block;font-size:10px;color:#86a4bd;margin-top:4px}.hubCloud{left:0;top:30px}.hubCyber{right:0;top:30px}.hubData{left:0;bottom:25px}.hubDigital{right:0;bottom:25px}.hubLine{position:absolute;height:1px;width:185px;background:linear-gradient(90deg,rgba(83,214,207,.12),rgba(83,214,207,.62));left:50%;top:50%;transform-origin:left center;z-index:1}.hl1{transform:rotate(-145deg)}.hl2{transform:rotate(-35deg)}.hl3{transform:rotate(145deg)}.hl4{transform:rotate(35deg)}.hubPromise{text-align:center;border-top:1px solid rgba(83,214,207,.18);padding-top:18px}.hubPromise strong{display:block;font-size:16px}.hubPromise span{display:block;color:#8ea9bf;font-size:12px;margin-top:4px}
@media(max-width:1180px){.brand img{width:170px;height:50px}.hubNode{width:150px}.hubLine{width:160px}}
@media(max-width:900px){.ecosystemHero{min-height:480px}.hubMap{height:330px}}
@media(max-width:560px){.ecosystemHero{padding:22px 16px}.hubMap{height:420px}.hubCentre{width:155px;height:155px}.hubNode{width:140px;padding:11px}.hubCloud{left:0;top:20px}.hubCyber{right:0;top:20px}.hubData{left:0;bottom:20px}.hubDigital{right:0;bottom:20px}.hubLine{width:125px}.heroLead{font-size:17px!important}}

/* Hero ecosystem v4 — compact version of the full OneStation ecosystem moved into the landing hero */
.heroEcosystem{min-height:560px;padding:26px 28px 22px;background:linear-gradient(180deg,rgba(18,39,63,.82),rgba(8,22,37,.88));overflow:hidden}
.heroEcoTop{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:4px}.heroEcoTop h2{font-size:28px;line-height:1.05;letter-spacing:-1px;margin:8px 0 0}.heroEcoBadge{font-size:9px;letter-spacing:1.35px;color:#84a7bf;border:1px solid rgba(255,255,255,.09);padding:7px 9px;border-radius:999px;white-space:nowrap}
.heroEcoMap{height:405px;position:relative;margin-top:4px}.heroEcoLines{position:absolute;inset:0;width:100%;height:100%;pointer-events:none}.heroEcoLines line{stroke:rgba(83,214,207,.30);stroke-width:1.15}.heroEcoCentre{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:154px;height:154px;border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;background:radial-gradient(circle at 35% 25%,#174669,#0a1c31 68%);border:1px solid rgba(83,214,207,.48);box-shadow:0 0 0 15px rgba(77,163,255,.035),0 0 55px rgba(77,163,255,.16);z-index:3}.heroEcoCentre span{font-size:10px;letter-spacing:1.6px;color:#6fded5;font-weight:800}.heroEcoCentre b{font-size:22px;line-height:1;margin-top:3px}.heroEcoCentre small{font-size:9px;color:#8da8be;margin-top:7px;max-width:112px}
.heroEcoNode{position:absolute;width:142px;min-height:58px;padding:10px 12px;border-radius:14px;border:1px solid rgba(255,255,255,.10);background:rgba(16,36,58,.92);box-shadow:0 10px 24px rgba(0,0,0,.16);z-index:2;transition:.2s}.heroEcoNode:hover{transform:translateY(-2px);border-color:rgba(83,214,207,.45);background:#122c48}.heroEcoNode b{display:block;font-size:12px;line-height:1.15}.heroEcoNode small{display:block;font-size:9px;line-height:1.25;color:#8da7bc;margin-top:4px}.he1{left:0;top:22px}.he2{left:50%;top:0;transform:translateX(-50%)}.he2:hover{transform:translateX(-50%) translateY(-2px)}.he3{right:0;top:22px}.he4{right:-2px;top:172px}.he5{right:0;bottom:8px}.he6{left:27%;bottom:8px}.he7{left:0;bottom:8px}.he8{left:-2px;top:172px}.he9{right:27%;bottom:8px}
.heroEcoPromise{text-align:center;padding-top:15px;border-top:1px solid rgba(83,214,207,.18)}.heroEcoPromise strong{display:block;font-size:15px}.heroEcoPromise span{display:block;font-size:11px;color:#8ea8bc;margin-top:4px}
/* cleaner transparent logo lockup */
.brand img{width:178px;height:54px;object-fit:contain;object-position:left center;background:transparent!important}
@media(max-width:1180px){.heroEcosystem{padding:22px 20px}.heroEcoNode{width:132px}.heroEcoMap{height:390px}.heroEcoCentre{width:140px;height:140px}.heroEcoTop h2{font-size:24px}.heroEcoBadge{display:none}}
@media(max-width:900px){.heroEcosystem{min-height:545px;margin-top:10px}.heroEcoMap{height:395px}.heroEcoNode{width:148px}}
@media(max-width:560px){.heroEcoMap{height:520px}.heroEcosystem{padding:20px 14px}.heroEcoCentre{width:132px;height:132px}.heroEcoNode{width:132px}.he1{left:0;top:35px}.he2{top:0}.he3{right:0;top:35px}.he4{right:0;top:218px}.he5{right:0;bottom:35px}.he6{bottom:0}.he7{left:0;bottom:35px}.he8{left:0;top:218px}.he9{right:0;bottom:115px}.heroEcoLines{opacity:.65}}

/* Clean registered OneStation master brand */
.brandClean{display:inline-flex!important;align-items:center;gap:9px;text-decoration:none}.brandClean img{width:43px!important;height:43px!important;object-fit:contain}.brandClean span{font-size:19px;font-weight:800;letter-spacing:-.4px;color:#f3f7fb;line-height:1}.brandClean sup{font-size:7px;vertical-align:top;margin-left:2px;color:#9fb4c6}.topbar .brandClean{min-width:180px}
/* Interactive ecosystem */
.heroEcoNode{font-family:inherit;color:#eef5fb;text-align:left;cursor:pointer}.heroEcoNode.active{border-color:rgba(83,214,207,.9);background:#153553;box-shadow:0 0 0 2px rgba(83,214,207,.12),0 0 28px rgba(83,214,207,.18)}.heroEcoNode.related{border-color:rgba(87,160,255,.55);background:#112d49}.heroEcoCentre.live{box-shadow:0 0 0 15px rgba(77,163,255,.05),0 0 70px rgba(83,214,207,.28)}
.heroEcoLines .crossLinks line{opacity:0;stroke:rgba(88,168,255,.72);stroke-width:1.6;transition:opacity .25s}.heroEcoLines .crossLinks line.on{opacity:1}.heroEcoLines .baseLinks line{transition:opacity .2s,stroke .2s}.heroEcoLines .baseLinks line.dim{opacity:.14}.heroEcoLines .baseLinks line.hot{stroke:rgba(83,214,207,.9);stroke-width:1.8}
.signal{fill:#79e8df;filter:drop-shadow(0 0 4px rgba(83,214,207,.9))}.heroEcoPromise a{display:inline-block;margin-top:7px;font-size:11px;color:#6fe0d8;font-weight:800}.heroEcoBadge{color:#6fe0d8}

/* V9 circular interactive ecosystem */
.heroGrid{grid-template-columns:.90fr 1.10fr;gap:46px;align-items:center}
.heroEcosystem{min-height:620px;padding:26px 28px 20px;background:radial-gradient(circle at 50% 46%,rgba(24,73,108,.34),rgba(11,27,46,.92) 54%,rgba(8,21,36,.98) 100%);overflow:hidden}
.heroEcoMap{height:475px;position:relative;margin-top:6px}
.heroEcoLines{position:absolute;inset:0;width:100%;height:100%;pointer-events:none;overflow:visible}
.heroEcoLines .baseLinks line{stroke:rgba(83,214,207,.34);stroke-width:1.15;transition:opacity .2s,stroke .2s,stroke-width .2s}
.heroEcoLines .crossLinks line{stroke:rgba(88,168,255,.72);stroke-width:1.35;opacity:0;transition:opacity .22s}
.heroEcoLines .crossLinks line.on{opacity:1}
.heroEcoLines .baseLinks line.hot{stroke:rgba(83,214,207,.95);stroke-width:1.8}
.heroEcoLines .baseLinks line.dim{opacity:.12}
.heroEcoOrbit{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);border-radius:50%;pointer-events:none}
.heroEcoOrbit.orbit1{width:68%;height:68%;border:1px solid rgba(78,163,255,.10);box-shadow:0 0 60px rgba(50,143,210,.06) inset}
.heroEcoOrbit.orbit2{width:47%;height:47%;border:1px solid rgba(83,214,207,.08)}
.heroEcoCentre{width:160px;height:160px;z-index:4;border:1px solid rgba(83,214,207,.7);box-shadow:0 0 0 10px rgba(77,163,255,.04),0 0 48px rgba(83,214,207,.18)}
.heroEcoCentre.live{box-shadow:0 0 0 11px rgba(77,163,255,.05),0 0 72px rgba(83,214,207,.34)}
.heroEcoNode{width:144px;min-height:60px;padding:10px 12px;border-radius:15px;left:auto;right:auto;top:auto;bottom:auto;transform:translate(-50%,-50%);z-index:5;background:rgba(16,36,58,.96)}
.heroEcoNode:hover,.heroEcoNode:focus{transform:translate(-50%,-50%) scale(1.035)}
.heroEcoNode b{font-size:12px}.heroEcoNode small{font-size:9px}
.he1{left:50%;top:8%}.he2{left:74%;top:19%}.he3{left:86%;top:43%}.he4{left:82%;top:70%}.he5{left:63%;top:88%}.he6{left:37%;top:88%}.he7{left:18%;top:70%}.he8{left:14%;top:43%}.he9{left:26%;top:19%}
.signal{fill:#7ff1e8;filter:drop-shadow(0 0 5px rgba(83,214,207,.95))}
.heroEcoPromise{padding-top:14px;margin-top:2px}.heroEcoPromise strong{font-size:16px}.heroEcoPromise span{font-size:11px;max-width:580px;margin:5px auto 0}.heroEcoPromise a{font-size:11px}
@media(max-width:1180px){.heroGrid{grid-template-columns:.95fr 1.05fr;gap:30px}.heroEcosystem{padding:22px 18px;min-height:590px}.heroEcoMap{height:450px}.heroEcoNode{width:132px;min-height:56px}.heroEcoCentre{width:146px;height:146px}.heroEcoTop h2{font-size:24px}}
@media(max-width:900px){.heroGrid{grid-template-columns:1fr}.heroEcosystem{min-height:610px}.heroEcoMap{height:475px}.heroEcoNode{width:140px}.heroEcoCentre{width:150px;height:150px}}
@media(max-width:560px){.heroEcosystem{padding:18px 10px;min-height:650px}.heroEcoMap{height:520px}.heroEcoCentre{width:126px;height:126px}.heroEcoCentre b{font-size:18px}.heroEcoNode{width:118px;min-height:54px;padding:8px 9px}.heroEcoNode b{font-size:10.5px}.heroEcoNode small{font-size:8px}.he1{left:50%;top:8%}.he2{left:77%;top:20%}.he3{left:88%;top:44%}.he4{left:82%;top:69%}.he5{left:63%;top:88%}.he6{left:37%;top:88%}.he7{left:18%;top:69%}.he8{left:12%;top:44%}.he9{left:23%;top:20%}.heroEcoOrbit.orbit1{width:78%;height:72%}.heroEcoOrbit.orbit2{width:54%;height:50%}}

/* V10 capability icons */
.heroEcoNode{display:grid;grid-template-columns:26px 1fr;grid-template-rows:auto auto;column-gap:9px;align-items:center;text-align:left}
.heroEcoNode .nodeIcon{grid-row:1 / span 2;width:24px;height:24px;display:grid;place-items:center;border-radius:8px;background:rgba(83,214,207,.08);border:1px solid rgba(83,214,207,.16);color:#72e6de;transition:.2s}
.heroEcoNode .nodeIcon svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.heroEcoNode.active .nodeIcon,.heroEcoNode:hover .nodeIcon,.heroEcoNode:focus .nodeIcon{background:rgba(83,214,207,.14);border-color:rgba(83,214,207,.48);box-shadow:0 0 14px rgba(83,214,207,.12)}
.heroEcoNode b,.heroEcoNode small{grid-column:2;margin:0}
.heroEcoNode b{align-self:end}.heroEcoNode small{align-self:start;margin-top:3px}
@media(max-width:1180px){.heroEcoNode{grid-template-columns:22px 1fr;column-gap:7px;padding:9px 10px}.heroEcoNode .nodeIcon{width:21px;height:21px}.heroEcoNode .nodeIcon svg{width:15px;height:15px}}
@media(max-width:560px){.heroEcoNode{grid-template-columns:19px 1fr;column-gap:6px;padding:7px 8px}.heroEcoNode .nodeIcon{width:18px;height:18px;border-radius:6px}.heroEcoNode .nodeIcon svg{width:13px;height:13px}}

/* V11 — keep the hero completely stationary while ecosystem nodes are explored.
   Reserve the interaction-copy area so showing the Explore link never changes
   the panel height and therefore never re-centres the left hero column. */
.heroEcoPromise{min-height:82px;box-sizing:border-box}
#ecoExplore[hidden]{display:inline-block!important;visibility:hidden;pointer-events:none}
.heroGrid{min-height:692px}
@media(max-width:1180px){.heroGrid{min-height:662px}.heroEcoPromise{min-height:84px}}
@media(max-width:900px){.heroGrid{min-height:0}.heroEcoPromise{min-height:84px}}

/* V12: calm ecosystem interaction — only the chosen tile reacts */
.heroEcoNode,.heroEcoNode:hover,.heroEcoNode:focus{transition:border-color .16s ease,background-color .16s ease,box-shadow .16s ease,color .16s ease;transform:translate(-50%,-50%) !important}
.heroEcoNode:hover,.heroEcoNode:focus{border-color:rgba(120,255,176,.88);background:rgba(18,52,54,.98);box-shadow:0 0 0 1px rgba(120,255,176,.24),0 0 22px rgba(68,230,132,.22)}
.heroEcoNode.selected-calm{border-color:#78ffb0;background:rgba(18,58,54,.99);box-shadow:0 0 0 2px rgba(120,255,176,.22),0 0 26px rgba(68,230,132,.32)}
.heroEcoNode.selected-calm .nodeIcon,.heroEcoNode:hover .nodeIcon,.heroEcoNode:focus .nodeIcon{color:#8dffc0;background:rgba(77,229,135,.12);border-color:rgba(120,255,176,.55);box-shadow:0 0 12px rgba(68,230,132,.14)}
.heroEcoCentre{transition:none!important}
.heroEcoLines .baseLinks line,.heroEcoLines .crossLinks line{transition:none!important}
.heroEcoPromise{min-height:82px}
.heroEcoPromise #ecoExplore{display:none!important}

/* V13: permanent Cyber Security ↔ AI & Automation dependency */
.heroEcoLines .baseLinks line.dependency-link{
  stroke:rgba(120,255,176,.62);
  stroke-width:1.45;
  stroke-dasharray:5 5;
}

/* V14: dynamic relationships appear only for the selected/hovered capability. */
.heroEcoLines .baseLinks line.dependency-link{display:none!important}
.heroEcoLines .crossLinks line.relationship-link{
  opacity:1;
  stroke:rgba(86,178,255,.78);
  stroke-width:1.45;
  stroke-dasharray:none;
}
.heroEcoLines .crossLinks line.relationship-link.on{opacity:1}
.heroEcoPromise #ecoExplore{display:inline-block!important}
#ecoExplore[hidden]{visibility:hidden!important;pointer-events:none!important}


/* V15: stable click-only ecosystem interactions.
   Hover never changes relationship state or page geometry. */
.heroEcoNode:hover,.heroEcoNode:focus{
  transform:translate(-50%,-50%) !important;
  background:rgba(16,36,58,.96);
  border-color:rgba(255,255,255,.16);
  box-shadow:0 10px 24px rgba(0,0,0,.16);
}
.heroEcoNode:hover .nodeIcon,.heroEcoNode:focus .nodeIcon{
  color:#72e6de;
  background:rgba(83,214,207,.08);
  border-color:rgba(83,214,207,.16);
  box-shadow:none;
}
.heroEcoNode.selected-calm,
.heroEcoNode.selected-calm:hover,
.heroEcoNode.selected-calm:focus{
  border-color:#78ffb0;
  background:rgba(18,58,54,.99);
  box-shadow:0 0 0 2px rgba(120,255,176,.22),0 0 26px rgba(68,230,132,.30);
}
.heroEcoNode.selected-calm .nodeIcon,
.heroEcoNode.selected-calm:hover .nodeIcon,
.heroEcoNode.selected-calm:focus .nodeIcon{
  color:#8dffc0;
  background:rgba(77,229,135,.12);
  border-color:rgba(120,255,176,.55);
  box-shadow:0 0 12px rgba(68,230,132,.14);
}
.heroEcoLines .crossLinks line.relationship-link{
  opacity:1;
  transition:none!important;
}
.heroEcoPromise{height:88px;min-height:88px;overflow:hidden}
@media(max-width:1180px){.heroEcoPromise{height:92px;min-height:92px}}
@media(max-width:560px){.heroEcoPromise{height:auto;min-height:108px}}


/* V17 mobile ecosystem — touch-first, readable, and completely stable. */
.heroEcoMobileConnections{display:none}
@media(max-width:640px){
  .hero{padding-top:50px}
  .heroGrid{display:block;min-height:0}
  .heroEcosystem{min-height:0;margin-top:34px;padding:20px 14px 18px;overflow:visible}
  .heroEcoTop{margin-bottom:18px}
  .heroEcoTop h2{font-size:25px;line-height:1.08}
  .heroEcoBadge{display:none}
  .heroEcoMap{
    height:auto!important;
    min-height:0;
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:10px;
    align-items:stretch;
    margin-top:0;
  }
  .heroEcoLines,.heroEcoOrbit{display:none!important}
  .heroEcoCentre{
    position:relative;
    left:auto;top:auto;
    transform:none!important;
    grid-column:1/-1;
    width:148px;height:148px;
    margin:0 auto 8px;
  }
  .heroEcoCentre b{font-size:20px}
  .heroEcoCentre small{font-size:9px}
  .heroEcoNode,
  .heroEcoNode:hover,
  .heroEcoNode:focus,
  .heroEcoNode.selected-calm,
  .heroEcoNode.selected-calm:hover,
  .heroEcoNode.selected-calm:focus{
    position:relative;
    inset:auto!important;
    left:auto!important;right:auto!important;top:auto!important;bottom:auto!important;
    transform:none!important;
    width:100%;
    min-height:78px;
    padding:12px 10px;
    border-radius:14px;
    grid-template-columns:24px 1fr;
    column-gap:8px;
    text-align:left;
  }
  .heroEcoNode b{font-size:11px;line-height:1.22}
  .heroEcoNode small{font-size:8.5px;line-height:1.25;margin-top:4px}
  .heroEcoNode .nodeIcon{width:23px;height:23px;border-radius:7px}
  .heroEcoNode .nodeIcon svg{width:15px;height:15px}
  .heroEcoNode.selected-calm,
  .heroEcoNode.selected-calm:hover,
  .heroEcoNode.selected-calm:focus{
    border-color:#78ffb0;
    background:rgba(18,58,54,.99);
    box-shadow:0 0 0 2px rgba(120,255,176,.20),0 0 22px rgba(68,230,132,.24);
  }
  .heroEcoMobileConnections{
    display:block;
    min-height:102px;
    margin-top:14px;
    padding:13px 14px;
    border:1px solid rgba(83,214,207,.16);
    border-radius:14px;
    background:rgba(8,24,40,.66);
  }
  .heroEcoMobileConnections strong{
    display:block;
    font-size:10px;
    letter-spacing:1.3px;
    text-transform:uppercase;
    color:#6fe0d8;
    margin-bottom:8px;
  }
  .heroEcoMobileConnections span{display:block;color:#8ea8bc;font-size:11px;line-height:1.45}
  .heroEcoMobileConnections .relChip{
    display:inline-block;
    margin:0 6px 6px 0;
    padding:6px 8px;
    border-radius:999px;
    border:1px solid rgba(120,255,176,.22);
    background:rgba(28,72,62,.42);
    color:#c9f8df;
    font-size:9.5px;
    line-height:1.2;
    white-space:nowrap;
  }
  .heroEcoPromise{
    height:132px!important;
    min-height:132px!important;
    margin-top:12px;
    padding-top:13px;
    overflow:hidden;
  }
  .heroEcoPromise strong{font-size:14px}
  .heroEcoPromise span{font-size:10.5px;line-height:1.45;max-width:100%}
  .heroEcoPromise #ecoExplore{font-size:10.5px;margin-top:6px}
}
@media(max-width:380px){
  .heroEcoMap{grid-template-columns:1fr}
  .heroEcoNode{min-height:70px}
  .heroEcoMobileConnections{min-height:112px}
}


/* V18 mobile ecosystem refinement — no relationship pills, balanced final tile. */
@media(max-width:640px){
  .heroEcoMobileConnections{display:none!important}
  .heroEcoNode{min-height:72px}
  .heroEcoNode[data-key="cyber"]{
    grid-column:1/-1;
    width:calc((100% - 10px)/2);
    justify-self:center;
  }
  .heroEcoPromise{
    height:auto!important;
    min-height:92px!important;
    margin-top:16px;
    padding:16px 10px 2px;
    border-top:1px solid rgba(83,214,207,.22);
  }
  .heroEcoPromise strong{font-size:15px;line-height:1.3}
  .heroEcoPromise span{font-size:11px;line-height:1.5}
}
@media(max-width:380px){
  .heroEcoNode[data-key="cyber"]{grid-column:auto;width:100%;justify-self:stretch}
}

/* V19 — Business-first consulting experience. Replaces the old HOW WE WORK process entirely. */
.consultingExperience{margin-top:104px;padding:86px 0 20px;border-top:1px solid #dce7ee}
.consultingIntro{max-width:910px;margin-bottom:48px}.consultingIntro h2{font-size:clamp(42px,5vw,66px);line-height:.98;letter-spacing:-2.8px;margin:12px 0 24px;color:#102338}.consultingIntro h2 span{color:#708395;font-weight:650}.consultingIntro p{max-width:790px;margin:8px 0;color:#60758a;font-size:17px;line-height:1.65}
.consultingCanvas{display:grid;grid-template-columns:minmax(330px,43%) 74px minmax(0,57%);min-height:650px;border:1px solid #dce7ee;background:#fff;box-shadow:0 20px 60px rgba(17,46,72,.055);border-radius:28px;overflow:hidden}
.challengeSide{padding:34px 28px 30px;background:#fbfdfe;border-right:1px solid #e4edf3;min-width:0}.consultingMeta{display:flex;justify-content:space-between;align-items:baseline;gap:14px;padding-bottom:18px;border-bottom:1px solid #e3ebf1}.consultingMeta span{font-size:11px;font-weight:900;letter-spacing:1.8px;color:#147a86}.consultingMeta small{font-size:10px;color:#8a9dab;text-align:right;max-width:190px}.challengeRail{display:flex;flex-direction:column;margin-top:10px;max-height:552px;overflow:auto;scrollbar-width:thin;scrollbar-color:#ccd9e2 transparent}.challengeChoice{position:relative;width:100%;appearance:none;border:0;border-bottom:1px solid #e6edf2;background:transparent;color:#586c7e;text-align:left;padding:14px 32px 14px 3px;font:650 14px/1.35 inherit;cursor:pointer;transition:color .18s ease,background-color .18s ease,padding-left .18s ease}.challengeChoice:after{content:"";position:absolute;right:5px;top:50%;width:5px;height:5px;border-radius:50%;background:#b7c7d3;transform:translateY(-50%);transition:.18s}.challengeChoice:hover,.challengeChoice:focus-visible{color:#17344e;outline:none;background:linear-gradient(90deg,rgba(23,122,134,.04),transparent)}.challengeChoice.is-active{color:#0d263d;padding-left:17px;font-weight:800}.challengeChoice.is-active:before{content:"";position:absolute;left:3px;top:13px;bottom:13px;width:2px;background:#26a7ad;border-radius:2px}.challengeChoice.is-active:after{background:#26a7ad;box-shadow:0 0 0 5px rgba(38,167,173,.10)}
.consultingBridge{position:relative;background:linear-gradient(90deg,#fbfdfe,#f5fafc 50%,#fff);overflow:hidden}.consultingBridge svg{position:absolute;inset:54px 0 38px;width:100%;height:calc(100% - 92px)}.bridgePath{fill:none;stroke:#70bfc3;stroke-width:1.25;stroke-dasharray:5 8;opacity:.58;vector-effect:non-scaling-stroke}.bridgePulse{fill:#27a9ae;filter:drop-shadow(0 0 5px rgba(39,169,174,.45))}.consultingCanvas.is-changing .bridgePath{animation:consultPath .72s ease}.consultingCanvas.is-changing .bridgePulse{animation:consultPulse .72s ease}.bridgeLabel{position:absolute;top:28px;left:50%;transform:translateX(-50%) rotate(-90deg);font-size:8px;letter-spacing:2px;color:#83a2b2;font-weight:850}.bridgeLabelBottom{top:auto;bottom:48px}
.responseSide{position:relative;padding:34px 38px 34px;min-width:0;background:radial-gradient(circle at 82% 15%,rgba(68,172,180,.055),transparent 32%),#fff}.consultingMetaRight{justify-content:flex-start}.consultingMetaRight small{text-align:left;max-width:420px}.selectedProblem{min-height:90px;padding:28px 0 20px;border-bottom:1px solid #e3ebf1}.selectedProblem small,.interpretation small,.responseLabel{display:block;font-size:9px;letter-spacing:1.65px;color:#6c879a;font-weight:900}.selectedProblem strong{display:block;margin-top:8px;font-size:23px;line-height:1.25;color:#10283f;letter-spacing:-.35px}.interpretation{min-height:138px;padding:22px 0 16px}.interpretation p{max-width:680px;margin:8px 0 0;color:#536a7d;font-size:15px;line-height:1.58}.responseArchitecture{position:relative;min-height:165px;padding:22px 0 8px;border-top:1px solid #edf2f5}.responseLabel{margin-bottom:14px;color:#147a86}.capabilityField{position:relative;display:flex;flex-wrap:wrap;gap:9px 8px;align-content:flex-start;min-height:91px;padding-left:16px}.capabilityField:before{content:"";position:absolute;left:1px;top:7px;bottom:8px;width:1px;background:linear-gradient(#1c8e98,#b6dadd)}.capabilityToken{position:relative;display:inline-flex;align-items:center;min-height:34px;padding:8px 12px 8px 15px;border:1px solid #d8e5eb;border-radius:999px;background:#fbfdfe;color:#274358;font-size:11px;font-weight:800;opacity:1;transform:translateY(0);transition:opacity .22s ease,transform .22s ease,border-color .22s ease,background-color .22s ease}.capabilityToken:before{content:"";position:absolute;left:-18px;width:11px;height:1px;background:#9bc8cc}.capabilityToken.protection{border-style:dashed;color:#366875;background:#f9fcfc}.consultingCanvas.is-changing .capabilityToken{animation:capIn .46s ease both}.architectureGuide{display:none}.consultingNote{min-height:100px;margin-top:6px;padding:17px 18px;border-left:2px solid #c7dde2;background:#f8fbfc;color:#5f7586;font-size:12px;line-height:1.55}.consultingNote strong{color:#17344c}.consultingCta{display:flex;justify-content:space-between;gap:34px;align-items:flex-end;margin-top:28px;padding:34px 4px 20px}.consultingCta small{font-size:10px;letter-spacing:1.6px;font-weight:900;color:#147a86}.consultingCta h3{margin:5px 0 6px;font-size:28px;letter-spacing:-.7px;color:#122b43}.consultingCta span{color:#8093a2;font-size:12px}.consultingActions{display:flex;align-items:center;gap:15px;flex-wrap:wrap;justify-content:flex-end}.consultingSecondary{font-size:13px;font-weight:800;color:#153a57;padding:12px 2px;border-bottom:1px solid #9fb6c5}.consultingSecondary:hover{color:#147a86;border-color:#147a86}
@keyframes consultPath{0%{stroke-dashoffset:36;opacity:.18}100%{stroke-dashoffset:0;opacity:.58}}@keyframes consultPulse{0%{transform:translateX(0);opacity:.25}55%{transform:translateX(68px);opacity:1}100%{transform:translateX(96px);opacity:.2}}@keyframes capIn{0%{opacity:.24;transform:translateY(4px)}100%{opacity:1;transform:translateY(0)}}
@media(max-width:1040px){.consultingCanvas{grid-template-columns:minmax(300px,41%) 54px minmax(0,59%)}.responseSide{padding-left:28px;padding-right:28px}.challengeSide{padding-left:22px;padding-right:22px}.selectedProblem strong{font-size:21px}}
@media(max-width:760px){.consultingExperience{margin-top:78px;padding-top:64px}.consultingIntro{margin-bottom:30px}.consultingIntro h2{font-size:42px;letter-spacing:-1.9px}.consultingIntro p{font-size:15px}.consultingCanvas{display:block;min-height:0;border-radius:22px;overflow:hidden}.challengeSide{padding:23px 18px 17px;border-right:0;border-bottom:1px solid #e3ebf1}.consultingMeta{padding-bottom:13px}.challengeRail{max-height:none;margin:12px -18px 0;padding:0 18px 5px;display:flex;flex-direction:row;gap:9px;overflow-x:auto;overflow-y:hidden;scrollbar-width:none;scroll-snap-type:x proximity}.challengeRail::-webkit-scrollbar{display:none}.challengeChoice{flex:0 0 auto;width:min(78vw,300px);min-height:62px;padding:12px 14px;border:1px solid #dce7ed;border-radius:13px;background:#fff;font-size:13px;scroll-snap-align:start}.challengeChoice:after{display:none}.challengeChoice.is-active{padding-left:14px;border-color:#5aaeb3;background:#f4faf9;color:#102b3e;box-shadow:inset 0 0 0 1px rgba(50,157,165,.12)}.challengeChoice.is-active:before{display:none}.consultingBridge{display:none}.responseSide{padding:23px 18px 24px;min-height:520px}.consultingMetaRight small{display:none}.selectedProblem{min-height:98px;padding:23px 0 16px}.selectedProblem strong{font-size:20px}.interpretation{min-height:168px;padding:18px 0 13px}.interpretation:before{content:"WHAT WE WOULD LOOK AT";display:block;font-size:9px;letter-spacing:1.5px;color:#6c879a;font-weight:900;margin-bottom:7px}.interpretation small{display:none}.interpretation p{font-size:14px}.responseArchitecture{min-height:154px;padding-top:18px}.responseLabel{font-size:0}.responseLabel:after{content:"RELEVANT ONESTATION CAPABILITIES";font-size:9px;letter-spacing:1.45px}.capabilityField{padding-left:0;gap:7px;min-height:91px}.capabilityField:before,.capabilityToken:before{display:none}.capabilityToken{font-size:10.5px;padding:8px 10px;min-height:32px}.consultingNote{min-height:128px;margin-top:3px;font-size:11.5px}.consultingCta{display:block;padding:28px 2px 4px}.consultingCta h3{font-size:24px}.consultingActions{justify-content:flex-start;margin-top:20px}.consultingSecondary{display:inline-block}}
@media(max-width:410px){.consultingIntro h2{font-size:38px}.challengeChoice{width:82vw}.responseSide{min-height:540px}.consultingCta .cta{width:100%}.consultingActions{display:block}.consultingSecondary{margin-top:14px}}
@media(prefers-reduced-motion:reduce){.consultingCanvas *{animation:none!important;transition:none!important}.challengeRail{scroll-behavior:auto}}

/* Industries navigation dropdown */
.industryMega{right:-210px;width:430px;grid-template-columns:1fr;padding:14px}
.industryMega a{font-size:14px;padding:11px 14px}
.industryDrop .dropbtn{color:inherit}

/* v26 dropdown hover-bridge fix:
   removes the dead hover gap between top nav trigger and mega menus */
.drop{
  position:relative;
}
.drop::after{
  content:"";
  position:absolute;
  left:-8px;
  right:-8px;
  top:100%;
  height:20px;
  background:transparent;
}
.mega{
  margin-top:0 !important;
  top:calc(100% + 10px) !important;
}
.drop:hover .mega,
.drop:focus-within .mega{
  opacity:1;
  visibility:visible;
  pointer-events:auto;
  transform:translateY(0);
}
.drop:hover::after,
.drop:focus-within::after{
  pointer-events:auto;
}
/* extend invisible bridge right up to menu edge so diagonal mouse movement remains inside hover area */
.mega::before{
  content:"";
  position:absolute;
  left:0;
  right:0;
  top:-12px;
  height:12px;
  background:transparent;
}

/* v30 responsive navigation optimisation */
@media (max-width: 1020px){
  .topbar{
    position:sticky;
    top:0;
    z-index:1000;
  }
  .nav{
    min-height:68px;
    height:auto;
    position:relative;
  }
  .mobileBtn{
    display:block;
    margin-left:auto;
    width:44px;
    height:44px;
    padding:0;
    border:1px solid rgba(255,255,255,.12);
    border-radius:12px;
    background:rgba(255,255,255,.02);
    color:#eef7ff;
    line-height:1;
  }
  .navlinks{
    display:none;
  }
  .navlinks.open{
    display:flex;
    position:absolute;
    left:0;
    right:0;
    top:100%;
    width:100%;
    max-height:min(76vh,620px);
    overflow-y:auto;
    overscroll-behavior:contain;
    flex-direction:column;
    align-items:stretch;
    gap:0;
    padding:10px 18px 16px;
    background:rgba(7,17,31,.985);
    border-top:1px solid rgba(255,255,255,.06);
    border-bottom:1px solid rgba(255,255,255,.08);
    box-shadow:0 22px 50px rgba(0,0,0,.38);
    backdrop-filter:blur(16px);
  }
  .navlinks.open > a,
  .navlinks.open > .drop{
    width:100%;
    margin:0;
    border-bottom:1px solid rgba(255,255,255,.055);
  }
  .navlinks.open > a,
  .navlinks.open .dropbtn{
    min-height:50px;
    padding:0 4px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    font-size:15px;
    color:#c8d8e6;
  }
  .navlinks.open > a.cta{
    margin-top:12px;
    border-bottom:0;
    min-height:48px;
    justify-content:center;
    padding:0 16px;
    color:#07111f;
  }

  /* remove desktop hover geometry inside the compact menu */
  .navlinks.open .drop::after,
  .navlinks.open .mega::before{
    display:none !important;
  }
  .navlinks.open .mega,
  .navlinks.open .industryMega{
    position:static !important;
    display:none;
    width:100% !important;
    min-width:0 !important;
    max-width:none !important;
    grid-template-columns:1fr !important;
    opacity:1 !important;
    visibility:visible !important;
    pointer-events:auto !important;
    transform:none !important;
    margin:0 !important;
    padding:0 0 8px !important;
    border:0 !important;
    border-radius:0 !important;
    background:transparent !important;
    box-shadow:none !important;
  }
  .navlinks.open .drop.menu-open > .mega,
  .navlinks.open .drop:focus-within > .mega{
    display:grid !important;
  }
  .navlinks.open .mega a{
    min-height:42px;
    padding:9px 12px !important;
    border:0 !important;
    border-top:1px solid rgba(255,255,255,.045) !important;
    background:transparent !important;
    color:#a9bdcd !important;
    font-size:13px !important;
  }
  .navlinks.open .mega a span{
    display:block;
    margin-top:2px;
    font-size:10px;
    color:#708ba0;
  }
  .navlinks.open .dropbtn{
    cursor:pointer;
    user-select:none;
  }
  .navlinks.open .dropbtn::after{
    content:"";
    width:7px;
    height:7px;
    border-right:1.5px solid currentColor;
    border-bottom:1.5px solid currentColor;
    transform:rotate(45deg);
    margin-left:auto;
    transition:transform .16s ease;
  }
  .navlinks.open .drop.menu-open > .dropbtn::after{
    transform:rotate(225deg);
  }

  /* active page remains visible in compact mode */
  .navlinks a.nav-active::after,
  .nav a.nav-active::after{
    display:none !important;
  }
  .navlinks.open a.nav-active{
    color:#75dcd8 !important;
    font-weight:800;
  }

  body.menu-open{
    overflow:hidden;
  }
}

@media (max-width: 640px){
  .wrap{
    width:min(100% - 28px,1440px);
  }
  .navlinks.open{
    left:-14px;
    right:-14px;
    width:calc(100% + 28px);
    padding-left:22px;
    padding-right:22px;
    max-height:calc(100vh - 68px);
  }
  .brand{
    font-size:18px;
  }
  .brand img{
    max-height:34px;
  }
}

@media (min-width: 1021px){
  body.menu-open{
    overflow:auto;
  }
}


/* v31 FINAL mobile/nav reset — authoritative narrow viewport behaviour */
@media (max-width: 1020px){
  .topbar{
    position:sticky !important;
    top:0 !important;
    z-index:2000 !important;
  }

  .nav{
    height:72px !important;
    min-height:72px !important;
    display:flex !important;
    align-items:center !important;
    position:relative !important;
  }

  .mobileBtn{
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    margin-left:auto !important;
    width:46px !important;
    height:46px !important;
    padding:0 !important;
  }

  .navlinks{
    display:none !important;
  }

  .navlinks.open{
    display:block !important;
    position:absolute !important;
    top:72px !important;
    left:0 !important;
    right:0 !important;
    width:100% !important;
    height:auto !important;
    max-height:calc(100vh - 84px) !important;
    min-height:0 !important;
    overflow-y:auto !important;
    margin:0 !important;
    padding:8px 18px 14px !important;
    background:#07111f !important;
    border-radius:0 0 16px 16px !important;
    border-top:1px solid rgba(255,255,255,.06) !important;
    border-bottom:1px solid rgba(255,255,255,.08) !important;
    box-shadow:0 18px 40px rgba(0,0,0,.32) !important;
    gap:0 !important;
  }

  .navlinks.open > a,
  .navlinks.open > .drop{
    display:block !important;
    width:100% !important;
    height:auto !important;
    min-height:0 !important;
    margin:0 !important;
    padding:0 !important;
    border-bottom:1px solid rgba(255,255,255,.055) !important;
  }

  .navlinks.open > a,
  .navlinks.open .dropbtn{
    display:flex !important;
    align-items:center !important;
    justify-content:space-between !important;
    width:100% !important;
    height:48px !important;
    min-height:48px !important;
    margin:0 !important;
    padding:0 4px !important;
    font-size:15px !important;
    line-height:1 !important;
    color:#c8d8e6 !important;
  }

  .navlinks.open > a.cta{
    height:46px !important;
    min-height:46px !important;
    margin:12px 0 0 !important;
    padding:0 16px !important;
    justify-content:center !important;
    border-bottom:0 !important;
    border-radius:12px !important;
    color:#06111e !important;
  }

  .navlinks.open .drop{
    position:relative !important;
  }

  .navlinks.open .drop::after,
  .navlinks.open .mega::before{
    display:none !important;
  }

  .navlinks.open .mega,
  .navlinks.open .industryMega{
    display:none !important;
    position:static !important;
    inset:auto !important;
    width:100% !important;
    min-width:0 !important;
    max-width:none !important;
    height:auto !important;
    max-height:none !important;
    margin:0 !important;
    padding:0 0 6px !important;
    border:0 !important;
    border-radius:0 !important;
    background:transparent !important;
    box-shadow:none !important;
    opacity:1 !important;
    visibility:visible !important;
    transform:none !important;
    pointer-events:auto !important;
    grid-template-columns:1fr !important;
  }

  .navlinks.open .drop.menu-open > .mega{
    display:grid !important;
  }

  .navlinks.open .mega a{
    display:block !important;
    min-height:0 !important;
    height:auto !important;
    margin:0 !important;
    padding:10px 12px !important;
    border:0 !important;
    border-top:1px solid rgba(255,255,255,.045) !important;
    background:transparent !important;
    color:#a9bdcd !important;
    font-size:13px !important;
    line-height:1.3 !important;
  }

  .navlinks.open .mega a span{
    display:block !important;
    margin:3px 0 0 !important;
    font-size:10px !important;
    line-height:1.3 !important;
    color:#718ca0 !important;
  }

  .navlinks.open .dropbtn::after{
    content:"" !important;
    width:7px !important;
    height:7px !important;
    border-right:1.5px solid currentColor !important;
    border-bottom:1.5px solid currentColor !important;
    transform:rotate(45deg) !important;
    margin-left:auto !important;
  }

  .navlinks.open .drop.menu-open > .dropbtn::after{
    transform:rotate(225deg) !important;
  }

  body.menu-open{
    overflow:hidden !important;
  }
}

@media (max-width: 640px){
  .nav{
    height:68px !important;
    min-height:68px !important;
  }

  .navlinks.open{
    top:68px !important;
    left:-14px !important;
    right:-14px !important;
    width:calc(100% + 28px) !important;
    max-height:calc(100vh - 76px) !important;
    padding:8px 20px 14px !important;
    border-radius:0 0 14px 14px !important;
  }

  .navlinks.open > a,
  .navlinks.open .dropbtn{
    height:46px !important;
    min-height:46px !important;
    font-size:15px !important;
  }

  .brand{
    font-size:18px !important;
  }

  .brand img{
    width:auto !important;
    height:34px !important;
    max-height:34px !important;
  }
}

/* v32 production form states */
.hp-field{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;opacity:0!important}
.formConsent{display:flex!important;align-items:flex-start;gap:10px;font-size:12px;color:#70869a}
.formConsent input{width:16px!important;min-width:16px!important;height:16px!important;margin-top:2px}
.formStatus{min-height:20px}
.form button[disabled]{opacity:.65;cursor:wait}

/* v33 production form feedback */
.formStatus{min-height:20px;transition:all .2s ease}
.formStatus.is-sending{font-size:13px;color:#52697d}
.formStatus.is-success{font-size:14px;line-height:1.55;color:#0a665b;background:#eefaf7;border:1px solid #b9e8de;border-radius:12px;padding:14px 16px;font-weight:600}
.formStatus.is-error{font-size:14px;line-height:1.55;color:#9b2c2c;background:#fff5f5;border:1px solid #fed7d7;border-radius:12px;padding:14px 16px;font-weight:600}
.form.is-submitted input:not([type="hidden"]),.form.is-submitted textarea,.form.is-submitted select,.form.is-submitted .formConsent{opacity:.7}
.form.is-submitted button[type="submit"]{opacity:.65;cursor:default}


/* v34 submitted form replacement */
.form.is-submitted{display:block!important}
.formSuccessPanel{
  min-height:360px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-align:center;
  padding:56px 28px;
  border:1px solid #c9e8e2;
  border-radius:20px;
  background:linear-gradient(180deg,#f7fffd 0%,#eefaf7 100%);
  color:#0b2239;
  outline:none;
}
.formSuccessIcon{
  width:72px;
  height:72px;
  display:grid;
  place-items:center;
  margin-bottom:24px;
  border-radius:999px;
  background:#0a665b;
  color:#fff;
  font-size:38px;
  font-weight:800;
  line-height:1;
}
.formSuccessPanel h2{
  margin:0;
  max-width:780px;
  font-size:clamp(30px,4vw,52px);
  line-height:1.08;
  letter-spacing:-.03em;
  color:#0b2239;
}
.formSuccessPanel p{
  margin:18px 0 0;
  max-width:660px;
  font-size:clamp(16px,1.5vw,20px);
  line-height:1.6;
  color:#52697d;
}
@media (max-width:640px){
  .formSuccessPanel{min-height:300px;padding:42px 20px;border-radius:16px}
  .formSuccessIcon{width:64px;height:64px;font-size:34px;margin-bottom:20px}
}

/* v35 form protection */
.fieldHelp{
  margin-top:-12px;
  font-size:12px;
  line-height:1.45;
  color:#667b91;
}
.phoneHelp{grid-column:2;}
.turnstileWrap{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  gap:7px;
  margin-top:2px;
}
.turnstileWrap .cf-turnstile{width:min(100%, 420px);}
.turnstileHelp{
  font-size:12px;
  line-height:1.4;
  color:#667b91;
}
@media (max-width:760px){
  .phoneHelp{grid-column:1 / -1; margin-top:-8px;}
  .turnstileWrap .cf-turnstile{width:100%;}
}

/* V36.1 — Sanity-powered Insights */
.articleLink{display:block;color:inherit;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease}.articleLink:hover{transform:translateY(-4px);box-shadow:0 20px 48px rgba(20,45,70,.11)}.articleVisualImage{background-position:center;background-size:cover;background-repeat:no-repeat}.articleVisualImage:after{display:none}.articleRead{display:inline-block;margin-top:14px;color:#147f8c;font-size:13px;font-weight:800}.insightsNoPosts{grid-template-columns:1fr}.insightsEmpty{background:#fff;border:1px solid #e2ebf2;border-radius:20px;padding:34px}.insightsEmpty b{font-size:21px}.insightsEmpty p{margin:8px 0 0;color:#6e8091}.insightArticleHero{padding-bottom:54px}.insightArticleHero h1{max-width:1000px}.insightMeta{margin-top:24px;color:#7fd3d6;font-size:13px;font-weight:700;letter-spacing:.02em}.insightArticleWrap{max-width:980px}.insightBack{display:inline-block;margin-bottom:28px;color:#147f8c;font-size:13px;font-weight:800;text-decoration:none}.insightHeroImage{margin:0 0 46px;border-radius:24px;overflow:hidden;background:#0b2037}.insightHeroImage img{display:block;width:100%;max-height:520px;object-fit:cover}.insightProse{max-width:760px;margin:0 auto;color:#3f5366;font-size:18px;line-height:1.78}.insightProse h2,.insightProse h3,.insightProse h4{color:#142438;line-height:1.2;letter-spacing:-.02em}.insightProse h2{font-size:34px;margin:52px 0 16px}.insightProse h3{font-size:25px;margin:38px 0 12px}.insightProse p{margin:0 0 24px}.insightProse ul,.insightProse ol{margin:0 0 26px;padding-left:24px}.insightProse li{margin:8px 0}.insightProse blockquote{margin:34px 0;padding:6px 0 6px 24px;border-left:3px solid #148093;color:#29485d;font-size:21px}.insightFigure{margin:38px 0}.insightFigure img{display:block;width:100%;border-radius:18px}.insightArticleCta{max-width:760px;margin:54px auto 0;padding:28px 30px;border-radius:20px;background:#0b2037;color:#fff;display:flex;align-items:center;justify-content:space-between;gap:20px}.insightArticleCta a{display:inline-block;background:#16a6a9;color:#04131e;text-decoration:none;font-weight:900;padding:12px 18px;border-radius:12px;white-space:nowrap}
@media(max-width:700px){.insightProse{font-size:16px}.insightProse h2{font-size:28px}.insightArticleCta{align-items:flex-start;flex-direction:column}.insightArticleCta a{white-space:normal}.insightHeroImage{margin-bottom:30px}}

/* V36.2 — Insights CMS polish */
.articleVisualFallback{overflow:hidden;background:linear-gradient(135deg,#0b2037 0%,#124c68 58%,#15808b 100%)}
.articleVisualFallback:after{display:none}.articleFallbackMark{position:absolute;left:22px;bottom:20px;display:flex;flex-direction:column;color:#fff;font-weight:900;line-height:.82;letter-spacing:-.04em;font-size:22px;opacity:.94}.articleFallbackMark span:last-child{font-size:11px;letter-spacing:.28em;margin-top:7px}.articleFallbackOrb{position:absolute;width:180px;height:180px;border:1px solid rgba(255,255,255,.28);border-radius:50%;right:-28px;top:-65px}.articleFallbackOrb:after{content:"";position:absolute;inset:25px;border:1px solid rgba(255,255,255,.14);border-radius:50%}.articleCardMeta{margin-top:8px;color:#91a0ae;font-size:11px;font-weight:700;letter-spacing:.02em}.articleBody h3{margin-top:10px}.insightHeroFallback{height:300px;margin:0 0 46px;border-radius:24px;overflow:hidden;position:relative;background:linear-gradient(125deg,#0a1d33,#124b68 58%,#147e88)}.insightHeroFallback:before,.insightHeroFallback:after{content:"";position:absolute;border:1px solid rgba(255,255,255,.2);border-radius:50%}.insightHeroFallback:before{width:420px;height:420px;right:-70px;top:-230px}.insightHeroFallback:after{width:260px;height:260px;right:20px;top:-145px}.insightHeroFallbackInner{position:absolute;left:44px;bottom:38px;display:flex;flex-direction:column;color:#fff;font-weight:900;font-size:44px;line-height:.8;letter-spacing:-.05em}.insightHeroFallbackInner span:nth-child(2){font-size:20px;letter-spacing:.24em;margin-top:12px}.insightHeroFallbackInner i{font-style:normal;font-size:11px;letter-spacing:.32em;color:#83d7da;margin-top:18px}.insightProse a{color:#0d7e8b;text-decoration-thickness:1px;text-underline-offset:3px;font-weight:700}.insightProse strong{color:#20394e}.insightMeta{display:flex;flex-wrap:wrap;gap:0}.insightArticleHero p{max-width:820px}.insightArticleCta b{font-size:18px;line-height:1.35}
@media(max-width:700px){.insightHeroFallback{height:220px;margin-bottom:30px}.insightHeroFallbackInner{left:26px;bottom:26px;font-size:34px}.insightHeroFallbackInner span:nth-child(2){font-size:16px}.articleVisual{height:132px}}

/* V36.3 — Insight article editorial reading experience */
.insightArticleHero{padding-bottom:46px}
.insightArticleHero .wrap{max-width:1120px}
.insightArticleHero h1{max-width:980px}
.insightArticle{padding-top:44px}
.insightArticleShell{max-width:1180px;display:grid;grid-template-columns:150px minmax(0,800px) 150px;gap:28px;align-items:start;justify-content:center}
.insightArticleWrap{max-width:800px;width:100%}
.insightStickyRail{grid-column:1;position:sticky;top:112px;align-self:start;z-index:8}
.insightBackSticky{display:inline-flex;align-items:center;margin:0;padding:10px 13px;border:1px solid #dbe7ee;border-radius:999px;background:rgba(247,250,252,.96);box-shadow:0 8px 24px rgba(20,45,70,.07);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);white-space:nowrap}
.insightHeroImage{margin:0 0 40px}
.insightReadingBar{position:sticky;top:80px;z-index:17;background:rgba(7,17,31,.96);border-top:1px solid rgba(255,255,255,.05);border-bottom:1px solid rgba(255,255,255,.08);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}
.insightReadingBar .wrap{height:52px;display:flex;align-items:center;gap:14px;max-width:1120px;overflow:hidden}
.insightReadingBar span{flex:0 0 auto;color:#72d5d9;font-size:10px;font-weight:900;letter-spacing:.14em;text-transform:uppercase}
.insightReadingBar strong{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#f3f8fc;font-size:13px;font-weight:750}
.insightEndNav{max-width:760px;margin:58px auto 0;padding:22px 0;border-top:1px solid #dce7ee;border-bottom:1px solid #dce7ee;display:flex;align-items:center;justify-content:space-between;gap:24px}
.insightEndNav>span{color:#8293a1;font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}
.insightEndNav>div{display:flex;align-items:center;gap:22px}
.insightEndNav a{color:#0d7e8b;text-decoration:none;font-size:13px;font-weight:850}
.insightEndNav a:hover{text-decoration:underline;text-underline-offset:4px}
.insightArticleCta{margin-top:34px}
html{scroll-behavior:smooth}
@media(max-width:1100px){.insightArticleShell{grid-template-columns:130px minmax(0,760px);justify-content:center}.insightArticleShell:after{display:none}}
@media(max-width:900px){.insightReadingBar{top:72px}.insightArticleShell{display:block}.insightStickyRail{position:sticky;top:132px;margin:0 0 22px;z-index:12;pointer-events:none}.insightBackSticky{pointer-events:auto}.insightArticleWrap{max-width:760px}.insightArticle{padding-top:24px}}
@media(max-width:700px){.insightArticleHero{padding-bottom:34px}.insightArticleHero h1{font-size:clamp(38px,11vw,56px)}.insightReadingBar{top:64px}.insightReadingBar .wrap{height:46px}.insightReadingBar span{display:none}.insightReadingBar strong{font-size:12px}.insightStickyRail{top:118px;margin-bottom:18px}.insightBackSticky{padding:9px 12px;font-size:12px}.insightEndNav{align-items:flex-start;flex-direction:column;gap:14px}.insightEndNav>div{width:100%;justify-content:space-between;gap:14px}.insightEndNav a{font-size:12px}.insightHeroImage{margin-bottom:28px}}


/* V36.15 — branded fallback art for Featured Insights on homepage */
.homeInsightVisual{position:relative;overflow:hidden;background:linear-gradient(135deg,#0b2037 0%,#124c68 58%,#15808b 100%)!important}
.homeInsightVisual:after{display:none!important}
.homeInsightBrand{position:absolute;left:22px;bottom:20px;display:flex;flex-direction:column;color:#fff;font-weight:900;line-height:.82;letter-spacing:-.04em;font-size:22px;opacity:.96;z-index:2}
.homeInsightBrand span{font-size:10px;letter-spacing:.28em;margin-top:7px}
.homeInsightOrb{position:absolute;width:180px;height:180px;border:1px solid rgba(255,255,255,.28);border-radius:50%;right:-28px;top:-65px}
.homeInsightOrb:after{content:"";position:absolute;inset:25px;border:1px solid rgba(255,255,255,.14);border-radius:50%}
@media(max-width:700px){.homeInsightBrand{left:18px;bottom:16px;font-size:20px}.homeInsightOrb{width:145px;height:145px;right:-24px;top:-54px}}

/* V36.20 — mobile ecosystem polish: preserve the homepage satellite model. */
@media(max-width:640px){
  .heroEcosystem{overflow:hidden}
  .heroEcoMap{
    position:relative!important;
    display:block!important;
    width:100%!important;
    height:440px!important;
    min-height:440px!important;
    margin:8px auto 0!important;
    overflow:hidden!important;
    isolation:isolate;
  }
  .heroEcoLines{display:none!important}
  .heroEcoOrbit{display:block!important;position:absolute!important;left:50%!important;top:50%!important;transform:translate(-50%,-50%)!important;border:1px solid rgba(83,214,207,.20)!important;border-radius:50%!important;pointer-events:none!important}
  .heroEcoOrbit.orbit1{width:300px!important;height:300px!important}
  .heroEcoOrbit.orbit2{width:238px!important;height:238px!important;opacity:.48!important}
  .heroEcoCentre{
    position:absolute!important;left:50%!important;top:50%!important;transform:translate(-50%,-50%)!important;
    width:132px!important;height:132px!important;margin:0!important;z-index:6!important;
  }
  .heroEcoCentre b{font-size:19px!important}
  .heroEcoCentre small{display:block!important;font-size:8.5px!important;max-width:96px!important}
  .heroEcoNode,
  .heroEcoNode:hover,
  .heroEcoNode:focus,
  .heroEcoNode.selected-calm,
  .heroEcoNode.selected-calm:hover,
  .heroEcoNode.selected-calm:focus{
    position:absolute!important;display:grid!important;grid-template-columns:24px minmax(0,1fr)!important;align-items:center!important;
    width:108px!important;height:48px!important;min-height:48px!important;padding:7px 8px!important;gap:6px!important;
    border-radius:13px!important;transform:none!important;z-index:7!important;text-align:left!important;overflow:hidden!important;
  }
  .heroEcoNode small{display:none!important}
  .heroEcoNode b{font-size:9px!important;line-height:1.05!important;letter-spacing:-.01em!important}
  .heroEcoNode .nodeIcon{width:24px!important;height:24px!important;border-radius:7px!important}
  .heroEcoNode .nodeIcon svg{width:14px!important;height:14px!important}
  .heroEcoNode.he1{left:50%!important;top:0!important;right:auto!important;bottom:auto!important;transform:translateX(-50%)!important}
  .heroEcoNode.he2{right:0!important;top:55px!important;left:auto!important;bottom:auto!important}
  .heroEcoNode.he3{right:0!important;top:148px!important;left:auto!important;bottom:auto!important}
  .heroEcoNode.he4{right:0!important;bottom:104px!important;left:auto!important;top:auto!important}
  .heroEcoNode.he5{right:46px!important;bottom:20px!important;left:auto!important;top:auto!important}
  .heroEcoNode.he6{left:46px!important;bottom:20px!important;right:auto!important;top:auto!important}
  .heroEcoNode.he7{left:0!important;bottom:104px!important;right:auto!important;top:auto!important}
  .heroEcoNode.he8{left:0!important;top:148px!important;right:auto!important;bottom:auto!important}
  .heroEcoNode.he9{left:0!important;top:55px!important;right:auto!important;bottom:auto!important}
  .heroEcoPromise{margin-top:10px!important}
}
@media(max-width:390px){
  .heroEcoMap{height:414px!important;min-height:414px!important}
  .heroEcoOrbit.orbit1{width:274px!important;height:274px!important}
  .heroEcoOrbit.orbit2{width:216px!important;height:216px!important}
  .heroEcoCentre{width:122px!important;height:122px!important}
  .heroEcoNode,.heroEcoNode:hover,.heroEcoNode:focus,.heroEcoNode.selected-calm,.heroEcoNode.selected-calm:hover,.heroEcoNode.selected-calm:focus{width:102px!important;height:46px!important;min-height:46px!important;padding:6px 7px!important;grid-template-columns:22px minmax(0,1fr)!important}
  .heroEcoNode b{font-size:8.5px!important}
  .heroEcoNode .nodeIcon{width:22px!important;height:22px!important}
  .heroEcoNode.he2,.heroEcoNode.he9{top:50px!important}
  .heroEcoNode.he3,.heroEcoNode.he8{top:138px!important}
  .heroEcoNode.he4,.heroEcoNode.he7{bottom:96px!important}
  .heroEcoNode.he5{right:40px!important;bottom:18px!important}
  .heroEcoNode.he6{left:40px!important;bottom:18px!important}
}
@media(max-width:360px){
  .heroEcoMap{height:394px!important;min-height:394px!important}
  .heroEcoOrbit.orbit1{width:254px!important;height:254px!important}
  .heroEcoOrbit.orbit2{width:200px!important;height:200px!important}
  .heroEcoCentre{width:114px!important;height:114px!important}
  .heroEcoNode,.heroEcoNode:hover,.heroEcoNode:focus,.heroEcoNode.selected-calm,.heroEcoNode.selected-calm:hover,.heroEcoNode.selected-calm:focus{width:96px!important;height:44px!important;min-height:44px!important;padding:5px 6px!important;grid-template-columns:20px minmax(0,1fr)!important}
  .heroEcoNode b{font-size:8px!important}
  .heroEcoNode .nodeIcon{width:20px!important;height:20px!important}
  .heroEcoNode.he2,.heroEcoNode.he9{top:47px!important}
  .heroEcoNode.he3,.heroEcoNode.he8{top:132px!important}
  .heroEcoNode.he4,.heroEcoNode.he7{bottom:90px!important}
  .heroEcoNode.he5{right:35px!important;bottom:16px!important}
  .heroEcoNode.he6{left:35px!important;bottom:16px!important}
}


/* V36.21 — mobile ecosystem interaction parity with desktop.
   Keep the compact radial mobile composition, but restore the live SVG
   connections/signal dots and keep taps from shifting the page viewport. */
@media(max-width:640px){
  .heroEcoLines{
    display:block!important;
    position:absolute!important;
    inset:0!important;
    width:100%!important;
    height:100%!important;
    overflow:visible!important;
    opacity:.92!important;
    z-index:4!important;
    pointer-events:none!important;
  }
  .heroEcoLines .baseLinks line{
    stroke:rgba(83,214,207,.30)!important;
    stroke-width:1!important;
  }
  .heroEcoLines .crossLinks line.relationship-link{
    stroke:rgba(86,178,255,.78)!important;
    stroke-width:1.25!important;
    opacity:1!important;
  }
  .heroEcoLines .signalDots .signal{
    display:block!important;
    fill:#7ff1e8!important;
    filter:drop-shadow(0 0 4px rgba(83,214,207,.9))!important;
  }
  .heroEcoOrbit{z-index:2!important}
  .heroEcoCentre{z-index:6!important}
  .heroEcoNode,.heroEcoNode:hover,.heroEcoNode:focus,.heroEcoNode.selected-calm,.heroEcoNode.selected-calm:hover,.heroEcoNode.selected-calm:focus{z-index:7!important}
}
@media(prefers-reduced-motion:reduce){
  .heroEcoLines .signalDots{display:none!important}
}


/* V36.24 — mobile ecosystem fixed-position contract.
   Every satellite gets one immutable x/y coordinate. Selected/focus state
   changes appearance only; it can never change geometry or reorder a node. */
@media(max-width:640px){
  .heroEcoMap .heroEcoNode{
    position:absolute!important;
    left:var(--eco-x)!important;
    top:var(--eco-y)!important;
    right:auto!important;
    bottom:auto!important;
    transform:translate(-50%,-50%)!important;
    margin:0!important;
    translate:none!important;
  }
  .heroEcoMap .heroEcoNode:hover,
  .heroEcoMap .heroEcoNode:focus,
  .heroEcoMap .heroEcoNode:focus-visible,
  .heroEcoMap .heroEcoNode.selected-calm,
  .heroEcoMap .heroEcoNode.selected-calm:hover,
  .heroEcoMap .heroEcoNode.selected-calm:focus,
  .heroEcoMap .heroEcoNode.selected-calm:focus-visible{
    left:var(--eco-x)!important;
    top:var(--eco-y)!important;
    right:auto!important;
    bottom:auto!important;
    transform:translate(-50%,-50%)!important;
    margin:0!important;
    translate:none!important;
  }
  .heroEcoMap .heroEcoNode.he1{--eco-x:50%;--eco-y:6%}
  .heroEcoMap .heroEcoNode.he2{--eco-x:84%;--eco-y:20%}
  .heroEcoMap .heroEcoNode.he3{--eco-x:86%;--eco-y:43%}
  .heroEcoMap .heroEcoNode.he4{--eco-x:83%;--eco-y:69%}
  .heroEcoMap .heroEcoNode.he5{--eco-x:67%;--eco-y:90%}
  .heroEcoMap .heroEcoNode.he6{--eco-x:33%;--eco-y:90%}
  .heroEcoMap .heroEcoNode.he7{--eco-x:17%;--eco-y:69%}
  .heroEcoMap .heroEcoNode.he8{--eco-x:14%;--eco-y:43%}
  .heroEcoMap .heroEcoNode.he9{--eco-x:16%;--eco-y:20%}
  .heroEcoMap .heroEcoNode.selected-calm{
    outline:1px solid rgba(120,255,176,.55)!important;
    outline-offset:-2px!important;
  }
}
@media(max-width:390px){
  .heroEcoMap .heroEcoNode.he1{--eco-y:6%}
  .heroEcoMap .heroEcoNode.he2{--eco-x:83%;--eco-y:20%}
  .heroEcoMap .heroEcoNode.he3{--eco-x:85%;--eco-y:43%}
  .heroEcoMap .heroEcoNode.he4{--eco-x:82%;--eco-y:68%}
  .heroEcoMap .heroEcoNode.he5{--eco-x:66%;--eco-y:90%}
  .heroEcoMap .heroEcoNode.he6{--eco-x:34%;--eco-y:90%}
  .heroEcoMap .heroEcoNode.he7{--eco-x:18%;--eco-y:68%}
  .heroEcoMap .heroEcoNode.he8{--eco-x:15%;--eco-y:43%}
  .heroEcoMap .heroEcoNode.he9{--eco-x:17%;--eco-y:20%}
}
