/* Blazecorp — SpaceX-inspired cinematic redesign. Original, not a clone: black canvas, full-scene visuals, uppercase industrial typography. */
:root{--black:#000;--white:#f0f0fa;--dim:rgba(240,240,250,.72);--muted:rgba(240,240,250,.58);--ghost:rgba(240,240,250,.10);--ghost-border:rgba(240,240,250,.35);--blue:#0b63ce;--teal:#18b7b8;--nav-h:84px}*{box-sizing:border-box}html{scroll-behavior:smooth;background:#000}body{margin:0;background:#000;color:var(--white);font-family:'Inter',Arial,Verdana,sans-serif;font-weight:400;text-transform:uppercase;letter-spacing:.055em;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}.container{width:min(1200px,calc(100% - 70px));margin-inline:auto}.site-header{position:fixed;top:0;left:0;right:0;z-index:50;background:linear-gradient(180deg,rgba(0,0,0,.72),rgba(0,0,0,0));border:0;backdrop-filter:none}.nav-wrap{height:var(--nav-h);display:flex;align-items:center;justify-content:space-between;gap:28px}.brand{position:relative;display:flex;align-items:center;gap:12px;width:220px;height:34px}.brand img{display:none}.brand:before{content:"";width:34px;height:22px;border:2px solid var(--white);border-radius:50%;transform:rotate(-24deg);box-shadow:0 0 0 1px rgba(240,240,250,.18)}.brand:after{content:"BLAZECORP";font-weight:800;font-size:19px;letter-spacing:.13em;color:var(--white);line-height:1}.site-nav{display:flex;align-items:center;gap:22px}.site-nav a{font-size:12px;font-weight:800;line-height:1;letter-spacing:.12em;color:var(--white);padding:0;border-radius:0;background:none;position:relative}.site-nav a:after{content:"";position:absolute;left:0;right:100%;bottom:-7px;height:1px;background:var(--white);transition:right .22s}.site-nav a:hover:after,.site-nav a.active:after{right:0}.site-nav .nav-cta{margin-left:8px;padding:13px 18px;border:1px solid var(--ghost-border);border-radius:32px;background:var(--ghost);box-shadow:none;color:var(--white)!important}.menu-toggle{display:none;background:transparent;color:var(--white);border:1px solid var(--ghost-border);border-radius:32px;padding:12px 16px;font-size:11px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;position:relative;z-index:60;pointer-events:auto}.hero,.page-hero,.section,.dark-proof,.insight-band{position:relative;min-height:100vh;display:flex;align-items:flex-end;overflow:hidden;background:#000;padding:calc(var(--nav-h) + 60px) 0 90px}.hero:before,.page-hero:before,.section:before,.dark-proof:before,.insight-band:before{content:"";position:absolute;inset:0;background-image:var(--scene,linear-gradient(135deg,#02070d,#0d1b28 55%,#000));background-size:cover;background-position:center;opacity:.82;transform:scale(1.02)}.hero:after,.page-hero:after,.section:after,.dark-proof:after,.insight-band:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.78) 0%,rgba(0,0,0,.48) 38%,rgba(0,0,0,.12) 76%),linear-gradient(180deg,rgba(0,0,0,.15),rgba(0,0,0,.78));pointer-events:none}.hero{--scene:url('assets/visual-strategy.svg')}.page-hero{--scene:url('assets/visual-engineering.svg')}.section:nth-of-type(2){--scene:url('assets/visual-advisory.svg')}.section:nth-of-type(3){--scene:url('assets/visual-engineering.svg')}.section:nth-of-type(5){--scene:url('assets/visual-strategy.svg')}.dark-proof{--scene:url('assets/visual-cloud.svg')}.insight-band{--scene:url('assets/visual-workforce.svg');min-height:70vh;border-radius:0;margin:0;width:100%;display:flex}.hero .container,.page-hero.container,.section.container,.dark-proof .container,.insight-band.container{position:relative;z-index:2}.hero-grid,.intro-split,.proof-grid{display:block;max-width:720px}.hero-copy,.section-heading,.page-hero>*,.intro-split>*,.proof-grid>*,.insight-band>*{position:relative;z-index:2}.eyebrow,.mono{display:block;margin:0 0 16px;padding:0;background:none;border:0;border-radius:0;color:var(--white);font-family:'Inter',Arial,Verdana,sans-serif;font-size:13px;font-weight:800;line-height:1;letter-spacing:.15em;text-transform:uppercase}.eyebrow.light{color:var(--white);background:none;border:0}.eyebrow:before{content:"";display:inline-block;width:34px;height:2px;background:var(--white);vertical-align:middle;margin-right:12px}h1,h2,h3,p{margin-top:0}h1,h2{font-weight:800;text-transform:uppercase;color:var(--white);letter-spacing:.02em;line-height:.94;text-wrap:balance}h1{font-size:clamp(42px,6vw,72px);max-width:880px;margin-bottom:24px}h2{font-size:clamp(34px,5vw,58px);max-width:820px;margin-bottom:22px}h3{font-size:clamp(22px,2.2vw,32px);line-height:1;letter-spacing:.08em;font-weight:800;color:var(--white);text-transform:uppercase}.lead,p{max-width:720px;color:var(--dim);font-size:16px;line-height:1.65;letter-spacing:.035em;text-transform:none}.lead{font-size:18px;color:var(--white);text-transform:none}.actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:34px}.btn,.text-link,.practice-card a{display:inline-flex;align-items:center;justify-content:center;min-height:54px;padding:17px 22px;border:1px solid var(--ghost-border);border-radius:32px;background:var(--ghost);color:var(--white)!important;font-size:12px;font-weight:800;letter-spacing:.13em;text-transform:uppercase;transition:background .22s,border-color .22s}.btn:hover,.text-link:hover,.practice-card a:hover{background:rgba(240,240,250,.22);border-color:rgba(240,240,250,.7);transform:none}.btn.primary{background:var(--ghost);box-shadow:none}.btn.secondary{background:transparent;color:var(--white);box-shadow:none}.strategy-card,.practice-card,.industry-grid article,.career-card,.contact-card,.timeline article{background:transparent;border:0;border-radius:0;box-shadow:none;padding:0;color:var(--white)}.strategy-card{margin-top:54px;max-width:720px}.strategy-card:before,.orbit-system,.mini-map,.page-hero-graphic{display:none}.signal-list{display:grid;grid-template-columns:repeat(4,1fr);gap:0;margin-top:34px;border-top:1px solid var(--ghost-border);border-bottom:1px solid var(--ghost-border)}.signal-list span{border:0;border-right:1px solid var(--ghost-border);border-radius:0;background:transparent;padding:18px 14px;color:var(--white);font-size:12px;font-weight:800;letter-spacing:.13em}.signal-list span:last-child{border-right:0}.with-graphic{display:block}.practice-grid,.practice-grid.two,.industry-grid,.capability-list,.matrix-grid,.timeline{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;position:relative;z-index:2;width:100%;margin-top:36px}.practice-card,.industry-grid article,.capability-list article,.timeline article{min-height:320px;border:1px solid var(--ghost-border);padding:30px;background:rgba(0,0,0,.22);backdrop-filter:blur(2px);display:flex;flex-direction:column;justify-content:flex-end}.practice-card p,.industry-grid p,.career-card li,.contact-card p,.capability-list p,.timeline p{color:var(--dim);font-size:14px;line-height:1.55;text-transform:none;letter-spacing:.02em}.practice-card ul{padding-left:18px;margin:10px 0 24px;color:var(--dim);font-size:12px;line-height:1.8;letter-spacing:.08em}.card-index,.timeline span{display:block;margin-bottom:auto;color:var(--white);font-size:13px;font-weight:800;letter-spacing:.15em;background:none;width:auto;height:auto}.service-narrative{display:block;position:relative;z-index:2;width:100%;padding:0}.service-narrative article{position:relative;min-height:100vh;display:flex;align-items:flex-end;padding:calc(var(--nav-h) + 60px) max(35px,calc((100vw - 1200px)/2)) 90px;border:0;border-radius:0;background:#000;box-shadow:none;overflow:hidden}.service-narrative article:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.78),rgba(0,0,0,.34),rgba(0,0,0,.05));z-index:1}.service-narrative article img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;border-radius:0;opacity:.78;filter:saturate(.82) contrast(1.08);z-index:0}.service-narrative article>div{position:relative;z-index:2;max-width:720px;padding:0;display:block}.service-narrative article:nth-child(even){justify-content:flex-end}.service-narrative article:nth-child(even):before{background:linear-gradient(270deg,rgba(0,0,0,.78),rgba(0,0,0,.34),rgba(0,0,0,.05))}.capability-list article{padding:0;overflow:hidden}.capability-list img{height:220px;width:100%;object-fit:cover;opacity:.75;filter:saturate(.8) contrast(1.08)}.capability-list h3,.capability-list p{margin-left:24px;margin-right:24px}.capability-list h3{margin-top:auto}.capability-list p{margin-bottom:26px}.matrix-grid{grid-template-columns:repeat(4,1fr)}.matrix-grid span{border:1px solid var(--ghost-border);background:rgba(0,0,0,.24);padding:18px;color:var(--white);font-size:12px;font-weight:800;text-align:center}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:1px;position:relative;z-index:2}.footer{background:#000;color:var(--muted);padding:48px 0 26px;border-top:1px solid rgba(240,240,250,.18);text-transform:uppercase}.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:42px}.footer h3{color:var(--white);font-size:13px;letter-spacing:.13em}.footer p,.footer a{color:var(--muted);font-size:12px;line-height:1.7;text-transform:none;letter-spacing:.03em}.footer-logo{display:none}.copyright{border-top:1px solid rgba(240,240,250,.12);margin-top:34px;padding-top:18px;color:var(--muted);font-size:10px}.site-nav.open{display:flex}@media(max-width:980px){:root{--nav-h:74px}.container{width:min(100% - 36px,1200px)}.menu-toggle{display:block}.site-nav{display:none;position:absolute;left:18px;right:18px;top:74px;flex-direction:column;align-items:flex-start;gap:18px;background:rgba(0,0,0,.92);border:1px solid var(--ghost-border);padding:20px}.site-nav .nav-cta{margin-left:0}.brand{width:190px}.brand:after{font-size:16px}.hero,.page-hero,.section,.dark-proof,.insight-band,.service-narrative article{min-height:92vh;padding:calc(var(--nav-h) + 42px) 0 58px}.service-narrative article{padding-left:18px;padding-right:18px}.practice-grid,.practice-grid.two,.industry-grid,.capability-list,.matrix-grid,.timeline,.contact-grid{grid-template-columns:1fr}.practice-card,.industry-grid article,.capability-list article,.timeline article{min-height:250px}.signal-list{grid-template-columns:1fr 1fr}.signal-list span:nth-child(2){border-right:0}.signal-list span:nth-child(1),.signal-list span:nth-child(2){border-bottom:1px solid var(--ghost-border)}h1{font-size:clamp(38px,12vw,56px)}h2{font-size:clamp(32px,10vw,48px)}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;transition:none!important;animation:none!important}}

/* Motion/polish pass: replace weak background images with procedural brand scenes and add scroll-driven depth. */
.site-header.scrolled{background:rgba(0,0,0,.72);backdrop-filter:blur(16px);border-bottom:1px solid rgba(240,240,250,.12)}
.hero:before,.page-hero:before,.section:before,.dark-proof:before,.insight-band:before{background-image:radial-gradient(circle at 72% 24%,rgba(24,183,184,.34),transparent 0 8%,transparent 22%),radial-gradient(circle at 18% 82%,rgba(11,99,206,.26),transparent 0 12%,transparent 30%),linear-gradient(115deg,rgba(255,255,255,.12) 0 1px,transparent 1px 18px),linear-gradient(135deg,#02040a 0%,#07111f 45%,#000 100%);background-size:100% 100%,100% 100%,34px 34px,cover;opacity:.92;animation:sceneDrift 18s ease-in-out infinite alternate}.hero:before{background-image:radial-gradient(ellipse at 78% 28%,rgba(24,183,184,.34),transparent 0 18%,transparent 40%),linear-gradient(130deg,rgba(255,255,255,.16) 0 1px,transparent 1px 26px),linear-gradient(155deg,#000 0%,#07111f 52%,#031e32 100%)}.page-hero:before{background-image:radial-gradient(ellipse at 70% 30%,rgba(11,99,206,.32),transparent 0 24%,transparent 48%),repeating-linear-gradient(90deg,rgba(240,240,250,.08) 0 1px,transparent 1px 72px),linear-gradient(150deg,#000,#07111f 58%,#020a11)}.dark-proof:before{background-image:radial-gradient(circle at 24% 32%,rgba(24,183,184,.28),transparent 0 18%,transparent 46%),radial-gradient(circle at 82% 72%,rgba(11,99,206,.24),transparent 0 20%,transparent 44%),linear-gradient(120deg,#000,#06101d 55%,#000)}
.hero:after,.page-hero:after,.section:after,.dark-proof:after,.insight-band:after{background:linear-gradient(90deg,rgba(0,0,0,.86) 0%,rgba(0,0,0,.60) 42%,rgba(0,0,0,.20) 100%),linear-gradient(180deg,rgba(0,0,0,.10),rgba(0,0,0,.86)),radial-gradient(circle at 70% 22%,rgba(240,240,250,.10),transparent 32%)}
.hero-grid:after,.page-hero:after{content:"";position:absolute;right:max(35px,calc((100vw - 1200px)/2));top:18%;width:min(46vw,560px);height:min(46vw,560px);border:1px solid rgba(240,240,250,.20);border-radius:50%;background:conic-gradient(from 210deg,transparent,rgba(24,183,184,.42),transparent 34%,rgba(11,99,206,.36),transparent 68%);filter:blur(.1px);opacity:.42;pointer-events:none;animation:slowRotate 36s linear infinite}.hero-grid:before{content:"";position:absolute;right:10%;bottom:14%;width:32vw;max-width:440px;height:1px;background:linear-gradient(90deg,transparent,rgba(240,240,250,.64),transparent);transform:rotate(-18deg);opacity:.48}.hero-grid{position:relative}.motion-strip{position:relative;overflow:hidden;background:#03070d;border-block:1px solid rgba(240,240,250,.14);padding:18px 0}.motion-strip:before,.motion-strip:after{content:"";position:absolute;top:0;bottom:0;width:140px;z-index:2;pointer-events:none}.motion-strip:before{left:0;background:linear-gradient(90deg,#03070d,transparent)}.motion-strip:after{right:0;background:linear-gradient(270deg,#03070d,transparent)}.marquee-track{display:flex;width:max-content;gap:42px;animation:marqueeMove 28s linear infinite}.marquee-track span{font-size:12px;font-weight:800;letter-spacing:.18em;color:rgba(240,240,250,.72);white-space:nowrap}.scroll-story{position:relative;display:grid;grid-template-columns:minmax(280px,420px) 1fr;gap:70px;align-items:start;background:#000;padding:120px 0}.scroll-story:before{content:"";position:absolute;inset:0 50% 0 auto;width:50vw;background:radial-gradient(circle at 40% 25%,rgba(24,183,184,.14),transparent 32%),linear-gradient(180deg,transparent,rgba(11,99,206,.10),transparent);pointer-events:none}.scroll-copy{position:sticky;top:120px;z-index:2}.scroll-copy h2{font-size:clamp(36px,4.8vw,68px);line-height:.94}.scroll-panels{display:grid;gap:34vh;position:relative;z-index:2}.scroll-panels article{min-height:58vh;display:flex;flex-direction:column;justify-content:flex-end;padding:34px;border:1px solid rgba(240,240,250,.22);background:linear-gradient(150deg,rgba(240,240,250,.12),rgba(240,240,250,.03));box-shadow:0 30px 90px rgba(0,0,0,.45);opacity:.28;transform:translateY(34px);transition:opacity .7s ease,transform .7s ease,border-color .7s ease}.scroll-panels article.is-visible{opacity:1;transform:translateY(0);border-color:rgba(24,183,184,.55)}.scroll-panels span{font-size:13px;font-weight:900;letter-spacing:.22em;color:var(--teal);margin-bottom:auto}.scroll-panels h3{max-width:600px}.scroll-panels p{max-width:620px}.service-scroll-intro{position:relative;z-index:2;padding:80px 0 30px;background:#000}.service-scroll-intro h2{font-size:clamp(34px,5vw,62px);line-height:.96}.service-narrative article{position:sticky;top:0;isolation:isolate}.service-narrative article img{display:none}.service-narrative article:after{content:"";position:absolute;inset:0;z-index:0;background:var(--service-scene);opacity:.92;animation:sceneDrift 16s ease-in-out infinite alternate}.service-scene.engineering{--service-scene:radial-gradient(ellipse at 72% 24%,rgba(11,99,206,.42),transparent 0 26%,transparent 55%),repeating-linear-gradient(90deg,rgba(240,240,250,.10) 0 1px,transparent 1px 90px),repeating-linear-gradient(0deg,rgba(240,240,250,.07) 0 1px,transparent 1px 90px),linear-gradient(135deg,#000,#07111f 58%,#00121d)}.service-scene.advisory{--service-scene:radial-gradient(circle at 74% 30%,rgba(24,183,184,.34),transparent 0 18%,transparent 44%),linear-gradient(118deg,transparent 0 42%,rgba(240,240,250,.12) 42% 43%,transparent 43% 100%),linear-gradient(150deg,#000,#08111d 55%,#03070d)}.service-scene.workforce{--service-scene:radial-gradient(circle at 68% 42%,rgba(240,240,250,.14),transparent 0 12%,transparent 36%),radial-gradient(circle at 80% 62%,rgba(24,183,184,.30),transparent 0 10%,transparent 32%),radial-gradient(circle at 58% 70%,rgba(11,99,206,.28),transparent 0 14%,transparent 38%),linear-gradient(145deg,#000,#07111f 54%,#02070d)}.service-scene>div{opacity:.35;transform:translateY(34px);transition:opacity .7s ease,transform .7s ease}.service-scene>div.is-visible{opacity:1;transform:translateY(0)}.practice-card,.timeline article,.matrix-grid span{opacity:.2;transform:translateY(22px);transition:opacity .55s ease,transform .55s ease,border-color .55s ease}.practice-card.is-visible,.timeline article.is-visible,.matrix-grid span.is-visible{opacity:1;transform:translateY(0);border-color:rgba(240,240,250,.34)}
@keyframes marqueeMove{from{transform:translateX(0)}to{transform:translateX(-50%)}}@keyframes slowRotate{to{transform:rotate(360deg)}}@keyframes sceneDrift{from{background-position:0 0,0 0,0 0,center}to{background-position:2% 4%,4% 0,34px 18px,center}}
@media (prefers-reduced-motion:reduce){.marquee-track,.hero-grid:after,.hero:before,.page-hero:before,.section:before,.dark-proof:before,.insight-band:before,.service-narrative article:after{animation:none}.scroll-panels article,.service-scene>div,.practice-card,.timeline article,.matrix-grid span{transition:none;opacity:1;transform:none}}
@media (max-width:900px){.scroll-story{display:block;padding:80px 0}.scroll-copy{position:relative;top:auto;margin-bottom:48px}.scroll-panels{gap:28px}.scroll-panels article{min-height:auto}.service-narrative article{position:relative}.hero-grid:after{width:70vw;height:70vw;right:-20vw;top:12%;opacity:.22}}


/* Readability tuning after visual smoke test. */
.service-narrative article:before{background:linear-gradient(90deg,rgba(0,0,0,.68),rgba(0,0,0,.36),rgba(0,0,0,.10));z-index:1}.service-narrative article:nth-child(even):before{background:linear-gradient(270deg,rgba(0,0,0,.68),rgba(0,0,0,.36),rgba(0,0,0,.10))}.service-scene>div{opacity:.92;transform:translateY(18px)}.service-scene>div.is-visible{opacity:1}.service-narrative article p,.service-narrative article .lead{color:rgba(240,240,250,.86)}.service-narrative article .text-link{background:rgba(240,240,250,.14);border-color:rgba(240,240,250,.46)}.scroll-panels article{opacity:.58}.scroll-panels article.is-visible{opacity:1}


/* Service narrative has its own per-panel scene; remove the inherited section overlay that was dimming content. */
.service-narrative.section:before,.service-narrative.section:after{display:none}.service-narrative article>div{color:#f8fbff;text-shadow:0 1px 24px rgba(0,0,0,.68)}.service-narrative article h2,.service-narrative article h3{color:#fff}.service-narrative article p{color:rgba(248,251,255,.92)}.service-narrative article .text-link{color:#fff!important;background:rgba(240,240,250,.18);border-color:rgba(240,240,250,.62)}

.service-narrative article{padding-bottom:150px}
@media (max-width:900px){.service-narrative article{padding-bottom:90px}}


/* User requested original logo + readability pass for darker secondary pages. */
.brand{width:216px;height:48px;padding:7px 11px;border-radius:999px;background:rgba(255,255,255,.96);box-shadow:0 12px 34px rgba(0,0,0,.24);border:1px solid rgba(255,255,255,.55)}
.brand:before,.brand:after{display:none!important;content:none!important}.brand img{display:block!important;width:188px;height:auto;max-height:34px;object-fit:contain}.site-header.scrolled .brand{background:#fff}.footer-logo{filter:none!important;background:#fff;border-radius:12px;padding:8px}
.site-nav .nav-cta{border-color:rgba(240,240,250,.58);background:rgba(240,240,250,.16)}.site-nav .nav-cta:hover{background:rgba(240,240,250,.26);border-color:rgba(255,255,255,.86)}
.page-hero .lead{color:rgba(255,255,255,.96);font-size:clamp(18px,1.55vw,22px);line-height:1.5;text-shadow:0 2px 22px rgba(0,0,0,.55)}.page-hero h1{line-height:1.02}.page-hero:before{opacity:1}.page-hero:after{background:linear-gradient(90deg,rgba(0,0,0,.74) 0%,rgba(0,0,0,.44) 48%,rgba(0,0,0,.12) 100%),linear-gradient(180deg,rgba(0,0,0,.02),rgba(0,0,0,.62)),radial-gradient(circle at 72% 26%,rgba(24,183,184,.16),transparent 34%)}
.section.practice-grid,.section.capability-list,.section.process-section,.section.capability-matrix{min-height:auto;align-items:stretch;padding:110px 0 125px;background:linear-gradient(180deg,#03070d 0%,#08111d 48%,#03070d 100%);overflow:visible}.section.practice-grid:before,.section.practice-grid:after,.section.capability-list:before,.section.capability-list:after,.section.process-section:before,.section.process-section:after,.section.capability-matrix:before,.section.capability-matrix:after{display:none!important}.section.practice-grid.two{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.practice-card,.capability-list article,.timeline article{opacity:1!important;transform:none!important;background:linear-gradient(150deg,rgba(255,255,255,.14),rgba(255,255,255,.055))!important;border:1px solid rgba(240,240,250,.34)!important;box-shadow:0 24px 80px rgba(0,0,0,.38);backdrop-filter:blur(8px)}.practice-card:hover,.capability-list article:hover,.timeline article:hover{border-color:rgba(24,183,184,.62)!important;background:linear-gradient(150deg,rgba(255,255,255,.18),rgba(24,183,184,.075))!important}.practice-card h3,.capability-list h3,.timeline h3{color:#fff;text-shadow:0 1px 18px rgba(0,0,0,.5)}.practice-card p,.capability-list p,.timeline p,.career-card li,.contact-card p{color:rgba(248,251,255,.88)!important;font-size:15px;line-height:1.65}.capability-list img{opacity:.92;filter:saturate(1.08) contrast(1.05) brightness(1.08)}.matrix-grid span{opacity:1!important;transform:none!important;background:rgba(255,255,255,.10);border-color:rgba(240,240,250,.30);color:#fff}.insight-band{background:#07111f}.insight-band:after{background:linear-gradient(90deg,rgba(0,0,0,.66),rgba(0,0,0,.28)),radial-gradient(circle at 80% 30%,rgba(24,183,184,.18),transparent 36%)}
@media (max-width:900px){.brand{width:178px;height:44px}.brand img{width:152px}.section.practice-grid.two{grid-template-columns:1fr}.section.practice-grid,.section.capability-list,.section.process-section,.section.capability-matrix{padding:78px 0 90px}}

.section.process-section,.section.capability-matrix{display:block}.section.process-section .timeline,.section.capability-matrix .matrix-grid{width:100%}


/* Landing QA fixes: mobile overflow, menu contrast, smoother mobile hero wrapping. */
html,body{max-width:100%;overflow-x:hidden}.motion-strip{max-width:100vw;overflow:hidden;overflow:clip;contain:paint}.marquee-track{max-width:none;will-change:transform}.btn.primary{border-color:rgba(255,255,255,.74);background:rgba(255,255,255,.18)}.hero .btn.primary{background:rgba(24,183,184,.22);border-color:rgba(24,183,184,.72)}.hero .btn.secondary{background:rgba(255,255,255,.10);border-color:rgba(255,255,255,.48)}
.site-nav.open{background:rgba(2,7,13,.98)!important;backdrop-filter:blur(18px);box-shadow:0 24px 70px rgba(0,0,0,.64);border-color:rgba(255,255,255,.24)!important}.site-nav.open a{min-height:44px;display:flex;align-items:center}.site-nav.open .nav-cta{justify-content:center;background:rgba(24,183,184,.20);border-color:rgba(24,183,184,.62)}
@media (max-width:900px){.container{width:min(100% - 36px,720px)}.hero,.page-hero{min-height:100svh;padding-top:calc(var(--nav-h) + 46px);padding-bottom:70px}.hero h1,.page-hero h1{font-size:clamp(40px,12.5vw,60px);line-height:1.02;letter-spacing:.045em;max-width:100%;overflow-wrap:normal}.hero .eyebrow,.page-hero .eyebrow{font-size:11px;line-height:1.45;letter-spacing:.105em;max-width:260px}.lead{font-size:16px;line-height:1.55}.actions{gap:10px;margin-top:24px}.btn,.text-link,.practice-card a{min-height:48px;padding:14px 17px;font-size:11px}.section-heading,.with-graphic{width:100%;max-width:100%;overflow-wrap:break-word}.section-heading h2,.with-graphic h2{max-width:100%;overflow-wrap:break-word}.practice-grid,.practice-grid.two,.industry-grid,.capability-list,.matrix-grid,.timeline{grid-template-columns:1fr!important;width:100%!important;gap:14px!important}.practice-card,.industry-grid article,.capability-list article,.timeline article{min-height:auto}.footer-grid{grid-template-columns:1fr!important}.footer-grid>*{min-width:0}.site-nav.open{left:18px!important;right:18px!important;width:auto!important}.hero-grid:after,.page-hero:after{right:-26vw}}
@media (max-width:430px){.brand{width:170px;height:42px;padding-inline:10px}.brand img{width:146px}.nav-wrap{gap:10px}.menu-toggle{padding:11px 13px}.hero h1{font-size:clamp(38px,11.2vw,48px);letter-spacing:.025em;line-height:1.05}.page-hero h1{font-size:clamp(38px,11vw,50px);letter-spacing:.03em}.hero .eyebrow{max-width:230px}.actions{display:grid;grid-template-columns:1fr}.actions .btn{width:100%}}


/* Final landing QA polish: reduce awkward mobile headline wrapping and lock page behind open menu. */
body.menu-open{overflow:hidden}.menu-open .site-header{background:rgba(0,0,0,.92);backdrop-filter:blur(18px)}
@media (max-width:430px){.hero h1{font-size:clamp(36px,10.2vw,44px);letter-spacing:.012em;line-height:1.06}.hero .lead{font-size:15.5px}.hero{padding-bottom:56px}}


/* Fix landing Core Practices: the section wrapper was still flex, pushing the 3-card grid offscreen. */
.section.container:has(> .section-heading + .practice-grid){display:block;min-height:auto;padding:110px 0 125px;background:linear-gradient(180deg,#03070d 0%,#08111d 48%,#03070d 100%);overflow:visible}.section.container:has(> .section-heading + .practice-grid):before,.section.container:has(> .section-heading + .practice-grid):after{display:none!important}.section.container:has(> .section-heading + .practice-grid) .section-heading{width:100%;max-width:920px}.section.container:has(> .section-heading + .practice-grid) .practice-grid{width:100%;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-top:42px}.section.container:has(> .section-heading + .practice-grid) .practice-card{min-width:0;min-height:420px}
@media (max-width:900px){.section.container:has(> .section-heading + .practice-grid){padding:78px 0 90px}.section.container:has(> .section-heading + .practice-grid) .practice-grid{grid-template-columns:1fr!important}.section.container:has(> .section-heading + .practice-grid) .practice-card{min-height:auto}}

/* Industries page: switch from cinematic dark to a bright editorial interior layout. */
body.light-page{background:#f7f9fc;color:#0d1726}
body.light-page .site-header{background:rgba(255,255,255,.86);backdrop-filter:blur(18px);border-bottom:1px solid rgba(13,23,38,.10);box-shadow:0 10px 34px rgba(13,23,38,.08)}
body.light-page .site-nav a{color:#142033}
body.light-page .site-nav a:after{background:#0b63ce}
body.light-page .site-nav .nav-cta{color:#0d1726!important;background:#eef5ff;border-color:rgba(11,99,206,.24)}
body.light-page .site-nav .nav-cta:hover{background:#ddeeff;border-color:rgba(11,99,206,.42)}
body.light-page .menu-toggle{color:#142033;border-color:rgba(13,23,38,.22)}
body.light-page .site-nav.open{background:rgba(255,255,255,.98)!important;border-color:rgba(13,23,38,.14)!important;box-shadow:0 24px 70px rgba(13,23,38,.20)}
body.light-page .site-nav.open .nav-cta{background:#eaf3ff;border-color:rgba(11,99,206,.34)}
body.industries-page .page-hero{min-height:74vh;background:radial-gradient(circle at 82% 18%,rgba(24,183,184,.18),transparent 30%),radial-gradient(circle at 18% 84%,rgba(11,99,206,.14),transparent 34%),linear-gradient(180deg,#ffffff 0%,#f4f8fd 100%);padding-bottom:76px;color:#0d1726;border-bottom:1px solid rgba(13,23,38,.08)}
body.industries-page .page-hero:before{opacity:.44;background-image:linear-gradient(115deg,rgba(11,99,206,.09) 0 1px,transparent 1px 28px),linear-gradient(180deg,rgba(255,255,255,.7),rgba(238,245,252,.85));animation:none}
body.industries-page .page-hero:after{background:radial-gradient(circle at 78% 30%,rgba(11,99,206,.10),transparent 32%)}
body.industries-page .page-hero .eyebrow{color:#0b63ce;text-shadow:none}
body.industries-page .page-hero h1{color:#0d1726;text-shadow:none;max-width:950px}
body.industries-page .page-hero .lead{color:#3f4d61;text-shadow:none;max-width:780px}
body.industries-page .industry-grid.rich{min-height:auto;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;padding:92px 0 104px;background:#f7f9fc;color:#0d1726;overflow:visible}
body.industries-page .industry-grid.rich:before,body.industries-page .industry-grid.rich:after{display:none!important}
body.industries-page .industry-grid article{min-height:280px;background:#fff!important;border:1px solid rgba(13,23,38,.10)!important;border-radius:26px;box-shadow:0 24px 70px rgba(13,23,38,.08);padding:30px;color:#0d1726;backdrop-filter:none;transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease}
body.industries-page .industry-grid article:hover{transform:translateY(-4px);border-color:rgba(11,99,206,.30)!important;box-shadow:0 30px 86px rgba(13,23,38,.12)}
body.industries-page .industry-grid h3{color:#0d1726;text-shadow:none}
body.industries-page .industry-grid p{color:#4a586b!important;font-size:15px;line-height:1.65;text-transform:none;letter-spacing:.01em}
body.industries-page .dark-proof{min-height:auto;background:linear-gradient(135deg,#0d2a4d,#0b63ce 58%,#18b7b8);padding:96px 0;color:#fff;overflow:hidden}
body.industries-page .dark-proof:before{opacity:.22;background-image:linear-gradient(115deg,rgba(255,255,255,.18) 0 1px,transparent 1px 30px);animation:none}
body.industries-page .dark-proof:after{background:linear-gradient(90deg,rgba(7,17,31,.58),rgba(7,17,31,.12))}
body.industries-page .dark-proof .eyebrow.light{color:rgba(255,255,255,.78)}
body.industries-page .dark-proof p{color:rgba(255,255,255,.88)}
@media (max-width:900px){body.industries-page .industry-grid.rich{grid-template-columns:1fr!important;padding:72px 0 82px}body.industries-page .industry-grid article{min-height:auto}body.industries-page .page-hero{min-height:82svh}}

body.industries-page .page-hero{display:grid;align-content:end;justify-items:start;gap:22px}
body.industries-page .page-hero .eyebrow{margin:0}
body.industries-page .page-hero h1{margin:0}
body.industries-page .page-hero .lead{margin:0}

/* Global light editorial system: reuse Industries page design across the website. */
body.light-page{background:#f7f9fc!important;color:#0d1726!important}
body.light-page .site-header{background:rgba(255,255,255,.88)!important;backdrop-filter:blur(18px);border-bottom:1px solid rgba(13,23,38,.10)!important;box-shadow:0 10px 34px rgba(13,23,38,.08)}
body.light-page .site-nav a{color:#142033!important;text-shadow:none}
body.light-page .site-nav a:after{background:#0b63ce!important}
body.light-page .site-nav .nav-cta{color:#0d1726!important;background:#eef5ff!important;border-color:rgba(11,99,206,.24)!important}
body.light-page .site-nav .nav-cta:hover{background:#ddeeff!important;border-color:rgba(11,99,206,.42)!important}
body.light-page .menu-toggle{color:#142033!important;border-color:rgba(13,23,38,.22)!important;background:rgba(255,255,255,.72)}
body.light-page .site-nav.open{background:rgba(255,255,255,.98)!important;border-color:rgba(13,23,38,.14)!important;box-shadow:0 24px 70px rgba(13,23,38,.20)}
body.light-page .site-nav.open .nav-cta{background:#eaf3ff!important;border-color:rgba(11,99,206,.34)!important}
body.light-page .hero,body.light-page .page-hero{min-height:74vh!important;background:radial-gradient(circle at 82% 18%,rgba(24,183,184,.18),transparent 30%),radial-gradient(circle at 18% 84%,rgba(11,99,206,.14),transparent 34%),linear-gradient(180deg,#ffffff 0%,#f4f8fd 100%)!important;padding-bottom:76px!important;color:#0d1726!important;border-bottom:1px solid rgba(13,23,38,.08);display:grid!important;align-content:end!important;justify-items:start!important;gap:22px!important;overflow:hidden!important}
body.light-page .hero:before,body.light-page .page-hero:before{opacity:.44!important;background-image:linear-gradient(115deg,rgba(11,99,206,.09) 0 1px,transparent 1px 28px),linear-gradient(180deg,rgba(255,255,255,.7),rgba(238,245,252,.85))!important;animation:none!important;transform:none!important}
body.light-page .hero:after,body.light-page .page-hero:after{background:radial-gradient(circle at 78% 30%,rgba(11,99,206,.10),transparent 32%)!important;animation:none!important;border:0!important;border-radius:0!important;width:auto!important;height:auto!important;right:0!important;top:0!important;opacity:1!important;filter:none!important}
body.light-page .hero-grid{display:grid;align-content:end;gap:22px;width:min(1200px,calc(100% - 70px));grid-template-columns:minmax(0,940px)!important}
body.light-page .hero-grid:before,body.light-page .hero-grid:after,body.light-page .page-hero-graphic,body.light-page .orbit-system,body.light-page .mini-map{display:none!important}
body.light-page .hero-copy,body.light-page .page-hero>*{width:100%;max-width:960px;margin:0!important;color:#0d1726!important;text-shadow:none!important}
body.light-page .eyebrow{color:#0b63ce!important;text-shadow:none!important;margin:0!important}
body.light-page .eyebrow.light{color:#0b63ce!important}
body.light-page h1,body.light-page h2,body.light-page h3{color:#0d1726!important;text-shadow:none!important}
body.light-page .hero h1,body.light-page .page-hero h1{max-width:980px;margin:0!important;line-height:1.02;color:#0d1726!important}
body.light-page .lead,body.light-page .hero .lead,body.light-page .page-hero .lead{color:#3f4d61!important;text-shadow:none!important;max-width:780px;margin:0!important}
body.light-page .btn.primary,body.light-page .btn.secondary,body.light-page .text-link,body.light-page .practice-card a{color:#0d1726!important;background:#eef5ff!important;border:1px solid rgba(11,99,206,.28)!important;box-shadow:none!important}
body.light-page .btn.primary:hover,body.light-page .btn.secondary:hover,body.light-page .text-link:hover{background:#ddeeff!important;border-color:rgba(11,99,206,.44)!important}
body.light-page .motion-strip{background:#fff!important;border-block:1px solid rgba(13,23,38,.08)!important}
body.light-page .motion-strip:before{background:linear-gradient(90deg,#fff,transparent)!important}
body.light-page .motion-strip:after{background:linear-gradient(270deg,#fff,transparent)!important}
body.light-page .marquee-track span{color:#506176!important}
body.light-page .section,body.light-page .scroll-story,body.light-page .service-scroll-intro{min-height:auto!important;background:#f7f9fc!important;color:#0d1726!important;padding:92px 0 104px!important;overflow:visible!important;display:block!important}
body.light-page .section:before,body.light-page .section:after,body.light-page .scroll-story:before,body.light-page .service-scroll-intro:before{display:none!important}
body.light-page .section-heading,body.light-page .scroll-copy,body.light-page .with-graphic{width:100%;max-width:920px;color:#0d1726!important}
body.light-page .section-heading p,body.light-page .scroll-copy p,body.light-page .with-graphic p,body.light-page .intro-split p{color:#4a586b!important;text-transform:none;letter-spacing:.01em}
body.light-page .strategy-grid,body.light-page .practice-grid,body.light-page .practice-grid.two,body.light-page .industry-grid,body.light-page .capability-list,body.light-page .matrix-grid,body.light-page .timeline,body.light-page .contact-grid,body.light-page .scroll-panels{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:18px!important;width:100%!important;margin-top:42px!important}
body.light-page .practice-grid.two,body.light-page .contact-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
body.light-page .strategy-card,body.light-page .practice-card,body.light-page .industry-grid article,body.light-page .career-card,body.light-page .contact-card,body.light-page .timeline article,body.light-page .capability-list article,body.light-page .scroll-panels article{min-height:280px!important;background:#fff!important;border:1px solid rgba(13,23,38,.10)!important;border-radius:26px!important;box-shadow:0 24px 70px rgba(13,23,38,.08)!important;padding:30px!important;color:#0d1726!important;backdrop-filter:none!important;display:flex!important;flex-direction:column!important;justify-content:flex-end!important;opacity:1!important;transform:none!important;text-shadow:none!important;transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease!important;position:relative!important;top:auto!important}
body.light-page .strategy-card:hover,body.light-page .practice-card:hover,body.light-page .industry-grid article:hover,body.light-page .career-card:hover,body.light-page .contact-card:hover,body.light-page .timeline article:hover,body.light-page .capability-list article:hover{transform:translateY(-4px)!important;border-color:rgba(11,99,206,.30)!important;box-shadow:0 30px 86px rgba(13,23,38,.12)!important}
body.light-page .strategy-card p,body.light-page .practice-card p,body.light-page .industry-grid p,body.light-page .career-card li,body.light-page .contact-card p,body.light-page .capability-list p,body.light-page .timeline p,body.light-page .scroll-panels p{color:#4a586b!important;font-size:15px;line-height:1.65;text-transform:none;letter-spacing:.01em}
body.light-page .matrix-grid span{background:#fff!important;border:1px solid rgba(13,23,38,.10)!important;color:#0d1726!important;border-radius:999px!important;box-shadow:0 14px 40px rgba(13,23,38,.06)!important;opacity:1!important;transform:none!important}
body.light-page .service-narrative{background:#f7f9fc!important;padding:92px 0 104px!important;display:grid!important;gap:18px!important}
body.light-page .service-narrative article{min-height:auto!important;padding:34px!important;background:#fff!important;border:1px solid rgba(13,23,38,.10)!important;border-radius:26px!important;box-shadow:0 24px 70px rgba(13,23,38,.08)!important;display:block!important;color:#0d1726!important;overflow:hidden!important}
body.light-page .service-narrative article:before,body.light-page .service-narrative article:after,body.light-page .service-scene{display:none!important}
body.light-page .service-narrative article>div{max-width:820px!important;color:#0d1726!important;text-shadow:none!important}
body.light-page .service-narrative article p{color:#4a586b!important;text-shadow:none!important;text-transform:none!important;letter-spacing:.01em!important}
body.light-page .dark-proof,body.light-page .insight-band{min-height:auto!important;background:linear-gradient(135deg,#0d2a4d,#0b63ce 58%,#18b7b8)!important;padding:96px 0!important;color:#fff!important;overflow:hidden!important;display:block!important}
body.light-page .dark-proof:before,body.light-page .insight-band:before{opacity:.22!important;background-image:linear-gradient(115deg,rgba(255,255,255,.18) 0 1px,transparent 1px 30px)!important;animation:none!important}
body.light-page .dark-proof:after,body.light-page .insight-band:after{background:linear-gradient(90deg,rgba(7,17,31,.58),rgba(7,17,31,.12))!important}
body.light-page .dark-proof h2,body.light-page .insight-band h2,body.light-page .dark-proof h3,body.light-page .insight-band h3{color:#fff!important}
body.light-page .dark-proof .eyebrow,body.light-page .insight-band .eyebrow{color:rgba(255,255,255,.78)!important}
body.light-page .dark-proof p,body.light-page .insight-band p{color:rgba(255,255,255,.88)!important}
body.light-page .footer{background:#fff!important;color:#0d1726!important;border-top:1px solid rgba(13,23,38,.10)!important}
body.light-page .footer h3,body.light-page .footer p,body.light-page .footer a,body.light-page .copyright{color:#3f4d61!important}
body.light-page .footer-logo{background:#fff!important;border:1px solid rgba(13,23,38,.08);box-shadow:0 12px 34px rgba(13,23,38,.08)}
@media (max-width:900px){body.light-page .container,body.light-page .hero-grid{width:min(100% - 36px,720px)!important}body.light-page .hero,body.light-page .page-hero{min-height:82svh!important;padding-top:calc(var(--nav-h) + 46px)!important;padding-bottom:70px!important}body.light-page .strategy-grid,body.light-page .practice-grid,body.light-page .practice-grid.two,body.light-page .industry-grid,body.light-page .capability-list,body.light-page .matrix-grid,body.light-page .timeline,body.light-page .contact-grid,body.light-page .scroll-panels{grid-template-columns:1fr!important}body.light-page .section,body.light-page .scroll-story,body.light-page .service-scroll-intro,body.light-page .service-narrative{padding:72px 0 82px!important}body.light-page .strategy-card,body.light-page .practice-card,body.light-page .industry-grid article,body.light-page .career-card,body.light-page .contact-card,body.light-page .timeline article,body.light-page .capability-list article,body.light-page .scroll-panels article{min-height:auto!important}}

/* Light-site typography refinement after visual QA. */
body.light-page .hero h1,body.light-page .page-hero h1{font-size:clamp(48px,6.2vw,86px)!important;letter-spacing:.035em!important;line-height:1.04!important}
body.light-page .section-heading h2,body.light-page .scroll-copy h2,body.light-page .with-graphic h2,body.light-page .dark-proof h2,body.light-page .insight-band h2{font-size:clamp(34px,4.2vw,62px)!important;letter-spacing:.035em!important;line-height:1.05!important}
body.light-page .strategy-card h3,body.light-page .practice-card h3,body.light-page .industry-grid h3,body.light-page .career-card h3,body.light-page .contact-card h3,body.light-page .timeline h3,body.light-page .capability-list h3{font-size:clamp(19px,1.8vw,25px)!important;line-height:1.15!important}
body.light-page .eyebrow{color:#0b63ce!important;opacity:1!important;font-weight:800!important}
body.light-page .hero .lead,body.light-page .page-hero .lead,body.light-page .lead{font-size:clamp(17px,1.35vw,20px)!important;line-height:1.55!important}
body.light-page .hero,body.light-page .page-hero{padding-top:calc(var(--nav-h) + 70px)!important}
body.light-page .section,body.light-page .scroll-story,body.light-page .service-scroll-intro{padding-top:84px!important}
@media (max-width:900px){body.light-page .hero h1,body.light-page .page-hero h1{font-size:clamp(36px,10.2vw,54px)!important;letter-spacing:.018em!important}body.light-page .section-heading h2,body.light-page .scroll-copy h2,body.light-page .with-graphic h2,body.light-page .dark-proof h2,body.light-page .insight-band h2{font-size:clamp(30px,8.5vw,44px)!important;letter-spacing:.018em!important}body.light-page .hero .lead,body.light-page .page-hero .lead,body.light-page .lead{font-size:16px!important}}


/* E2E QA fixes: mobile/tablet nav contrast and footer body size. */
body.light-page .footer p,body.light-page .footer a,body.light-page .copyright{font-size:14px!important;line-height:1.65!important}
@media (max-width:900px){
  body.light-page .site-nav{background:rgba(255,255,255,.98)!important;border:1px solid rgba(13,23,38,.14)!important;box-shadow:0 24px 70px rgba(13,23,38,.20)!important;backdrop-filter:blur(18px)!important}
  body.light-page .site-nav a{color:#142033!important}
  body.light-page .site-nav .nav-cta{background:#eaf3ff!important;border-color:rgba(11,99,206,.34)!important;color:#0d1726!important}
  body.light-page.menu-open .site-header{background:rgba(255,255,255,.96)!important;backdrop-filter:blur(18px)!important}
}


/* Final visual QA refinements: headline scale, width, and faint labels. */
body.light-page .hero-grid{max-width:none!important;width:min(1200px,calc(100% - 70px))!important;margin-inline:auto!important;grid-template-columns:minmax(0,1040px)!important;justify-content:start!important}
body.light-page .hero-copy{max-width:1040px!important}
body.light-page .hero h1,body.light-page .page-hero h1{font-size:clamp(46px,5.2vw,74px)!important;max-width:1040px!important;line-height:1.04!important}
body.light-page .hero,body.light-page .page-hero{min-height:68vh!important;padding-top:calc(var(--nav-h) + 58px)!important;padding-bottom:64px!important}
body.light-page .card-index,body.light-page .mono{color:#0b63ce!important;opacity:1!important;font-weight:800!important}
body.light-page .site-nav a{font-size:13px!important}
body.light-page .site-nav .nav-cta{font-size:12px!important}
body.light-page .brand{box-shadow:0 8px 22px rgba(13,23,38,.10)!important}
@media (max-width:900px){body.light-page .hero-grid{width:min(100% - 36px,720px)!important;max-width:none!important;grid-template-columns:1fr!important}body.light-page .hero h1,body.light-page .page-hero h1{font-size:clamp(34px,9vw,46px)!important;line-height:1.06!important}body.light-page .hero,body.light-page .page-hero{min-height:72svh!important;padding-top:calc(var(--nav-h) + 40px)!important;padding-bottom:56px!important}}


/* Landing hero T-system animation and service order polish. */
body.light-page.home-page .hero-grid{display:grid!important;grid-template-columns:minmax(0,1.02fr) minmax(320px,.78fr)!important;align-items:center!important;gap:64px!important}
body.light-page.home-page .hero-copy{animation:heroCopyRise .75s cubic-bezier(.2,.8,.2,1) both}
body.light-page.home-page .hero-t-system{position:relative;min-height:470px;width:100%;display:grid;place-items:center;isolation:isolate;animation:heroVisualRise .9s cubic-bezier(.2,.8,.2,1) .12s both}
body.light-page.home-page .hero-t-system:before{content:"";position:absolute;inset:6%;border-radius:42px;background:radial-gradient(circle at 70% 24%,rgba(24,183,184,.20),transparent 32%),radial-gradient(circle at 22% 78%,rgba(11,99,206,.18),transparent 34%),linear-gradient(145deg,rgba(255,255,255,.92),rgba(239,246,255,.70));border:1px solid rgba(11,99,206,.12);box-shadow:0 34px 110px rgba(13,23,38,.12);z-index:-2}
body.light-page.home-page .hero-t-system:after{content:"";position:absolute;inset:18% 16%;border-radius:50%;background:conic-gradient(from 90deg,rgba(11,99,206,.05),rgba(24,183,184,.30),rgba(11,99,206,.18),rgba(24,183,184,.05));filter:blur(.2px);animation:heroSpin 18s linear infinite;z-index:-1}
body.light-page.home-page .t-orbit{position:absolute;inset:12%;border-radius:38px;overflow:hidden;pointer-events:none}
body.light-page.home-page .t-orbit span{position:absolute;display:block;background:linear-gradient(90deg,transparent,rgba(11,99,206,.34),transparent);height:1px;width:72%;left:14%;animation:tLine 4.8s ease-in-out infinite}
body.light-page.home-page .t-orbit span:nth-child(1){top:25%;animation-delay:0s}.t-orbit span:nth-child(2){top:50%;animation-delay:.9s}.t-orbit span:nth-child(3){top:75%;animation-delay:1.8s}
body.light-page.home-page .t-stack{width:min(100%,430px);display:grid;gap:16px;position:relative;z-index:2}
body.light-page.home-page .t-stack:before{content:"";position:absolute;left:44px;top:28px;bottom:28px;width:2px;background:linear-gradient(#0b63ce,#18b7b8);opacity:.26}
body.light-page.home-page .t-card{position:relative;display:grid;grid-template-columns:54px 1fr;gap:14px;align-items:center;padding:22px 24px;border-radius:28px;background:rgba(255,255,255,.88);border:1px solid rgba(13,23,38,.10);box-shadow:0 18px 54px rgba(13,23,38,.10);color:#0d1726!important;transform:translateX(0);animation:tCardFloat 5.8s ease-in-out infinite}
body.light-page.home-page .t-card:nth-child(2){animation-delay:.45s}.t-card:nth-child(3){animation-delay:.9s}
body.light-page.home-page .t-card.active{background:linear-gradient(135deg,#fff,#edf7ff);border-color:rgba(11,99,206,.28);box-shadow:0 24px 70px rgba(11,99,206,.16)}
body.light-page.home-page .t-card span{grid-row:1/3;width:40px;height:40px;border-radius:50%;display:grid;place-items:center;background:#0b63ce;color:#fff;font-size:12px;font-weight:800;letter-spacing:.08em}
body.light-page.home-page .t-card strong{font-size:20px;letter-spacing:.08em;text-transform:uppercase;line-height:1;color:#0d1726}
body.light-page.home-page .t-card small{font-size:13px;color:#4a586b;text-transform:none;letter-spacing:.02em;margin-top:4px}
body.light-page.home-page .hero .actions{animation:heroCopyRise .75s cubic-bezier(.2,.8,.2,1) .18s both}
body.light-page.home-page .hero .btn.primary{background:#0b63ce!important;color:#fff!important;border-color:#0b63ce!important;box-shadow:0 18px 48px rgba(11,99,206,.18)!important}
body.light-page.home-page .hero .btn.secondary{background:#fff!important;border-color:rgba(13,23,38,.14)!important}
body.light-page .practice-card.highlight{border-color:rgba(11,99,206,.32)!important;background:linear-gradient(150deg,#fff,#eef7ff)!important}
@keyframes heroCopyRise{from{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}
@keyframes heroVisualRise{from{opacity:0;transform:translateY(24px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}
@keyframes heroSpin{to{transform:rotate(360deg)}}
@keyframes tLine{0%,100%{transform:translateX(-24%);opacity:.12}50%{transform:translateX(24%);opacity:.6}}
@keyframes tCardFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(-7px)}}
@media (prefers-reduced-motion:reduce){body.light-page.home-page .hero-copy,body.light-page.home-page .hero-t-system,body.light-page.home-page .hero-t-system:after,body.light-page.home-page .t-orbit span,body.light-page.home-page .t-card,body.light-page.home-page .hero .actions{animation:none!important}}
@media (max-width:900px){body.light-page.home-page .hero-grid{grid-template-columns:1fr!important;gap:34px!important}body.light-page.home-page .hero-t-system{min-height:auto}body.light-page.home-page .hero-t-system:before,body.light-page.home-page .hero-t-system:after{display:none}body.light-page.home-page .t-stack{width:100%;gap:12px}body.light-page.home-page .t-card{padding:16px 18px;border-radius:22px;grid-template-columns:46px 1fr}body.light-page.home-page .t-card strong{font-size:16px}body.light-page.home-page .t-card small{font-size:12px}body.light-page.home-page .t-card span{width:34px;height:34px}}


/* Hero collision and mobile overflow fix after visual QA. */
body.light-page.home-page .hero-grid{grid-template-columns:minmax(0,.92fr) minmax(300px,.58fr)!important;gap:52px!important}
body.light-page.home-page .hero-copy{min-width:0!important;max-width:760px!important}
body.light-page.home-page .hero h1{font-size:clamp(44px,4.55vw,66px)!important;max-width:760px!important;overflow-wrap:break-word!important;word-break:normal!important;text-wrap:balance!important}
body.light-page.home-page .hero .lead{max-width:640px!important}
body.light-page.home-page .hero-t-system{min-width:0!important;max-width:470px!important;justify-self:end!important}
@media (max-width:900px){body.light-page.home-page .hero-grid{grid-template-columns:1fr!important;gap:28px!important}body.light-page.home-page .hero-copy{max-width:100%!important}body.light-page.home-page .hero h1{font-size:clamp(34px,8.8vw,44px)!important;max-width:100%!important;overflow-wrap:break-word!important;word-break:normal!important;text-wrap:balance!important}body.light-page.home-page .hero .lead{max-width:100%!important}body.light-page.home-page .hero-t-system{max-width:100%!important;justify-self:stretch!important}.motion-strip{display:none!important}}


/* Services page redesign: premium light service system. */
body.services-redesign .services-hero{position:relative;overflow:hidden;background:radial-gradient(circle at 78% 22%,rgba(24,183,184,.18),transparent 32%),radial-gradient(circle at 14% 92%,rgba(11,99,206,.12),transparent 30%),linear-gradient(180deg,#fff 0%,#f4f8fd 100%);border-bottom:1px solid rgba(13,23,38,.08);padding:calc(var(--nav-h) + 72px) 0 86px;color:#0d1726}
body.services-redesign .services-hero:before{content:"";position:absolute;inset:0;background-image:linear-gradient(115deg,rgba(11,99,206,.08) 0 1px,transparent 1px 30px);opacity:.52;pointer-events:none}
body.services-redesign .services-hero-grid{position:relative;z-index:2;display:grid;grid-template-columns:minmax(0,.94fr) minmax(360px,.64fr);gap:70px;align-items:center}
body.services-redesign .services-hero-copy{min-width:0;max-width:820px;animation:heroCopyRise .75s cubic-bezier(.2,.8,.2,1) both}
body.services-redesign .services-hero h1{font-size:clamp(48px,5.2vw,76px);line-height:1.03;letter-spacing:.035em;color:#0d1726;margin:0;max-width:820px;text-wrap:balance;text-transform:uppercase}
body.services-redesign .services-hero .lead{color:#3f4d61!important;font-size:clamp(17px,1.35vw,20px)!important;line-height:1.55;max-width:720px;margin:22px 0 0!important;text-transform:none;letter-spacing:.01em}
body.services-redesign .services-hero .actions{margin-top:30px}
body.services-redesign .services-hero .btn.primary{background:#0b63ce!important;color:#fff!important;border-color:#0b63ce!important;box-shadow:0 18px 48px rgba(11,99,206,.18)!important}
body.services-redesign .services-hero .btn.secondary{background:#fff!important;border-color:rgba(13,23,38,.14)!important}
body.services-redesign .services-hero-panel{position:relative;display:grid;gap:15px;padding:26px;border-radius:38px;background:linear-gradient(145deg,rgba(255,255,255,.94),rgba(239,246,255,.78));border:1px solid rgba(11,99,206,.14);box-shadow:0 34px 110px rgba(13,23,38,.13);animation:heroVisualRise .85s cubic-bezier(.2,.8,.2,1) .1s both;overflow:hidden}
body.services-redesign .services-hero-panel:before{content:"";position:absolute;inset:20px;border-radius:30px;background:conic-gradient(from 130deg,rgba(11,99,206,.04),rgba(24,183,184,.18),rgba(11,99,206,.12),rgba(24,183,184,.04));animation:heroSpin 20s linear infinite;z-index:0}
body.services-redesign .service-pulse{position:absolute;right:22px;top:22px;width:80px;height:80px;border-radius:50%;border:1px solid rgba(11,99,206,.18);background:radial-gradient(circle,rgba(24,183,184,.18),transparent 62%);animation:servicePulse 3.8s ease-in-out infinite;z-index:1}
body.services-redesign .services-hero-panel a{position:relative;z-index:2;display:grid;grid-template-columns:54px 1fr;gap:15px;align-items:center;padding:22px;border-radius:26px;background:rgba(255,255,255,.90);border:1px solid rgba(13,23,38,.10);box-shadow:0 18px 54px rgba(13,23,38,.08);color:#0d1726!important;transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease}
body.services-redesign .services-hero-panel a:hover{transform:translateY(-3px);border-color:rgba(11,99,206,.32);box-shadow:0 24px 70px rgba(11,99,206,.14)}
body.services-redesign .services-hero-panel a:first-of-type{background:linear-gradient(135deg,#fff,#eef8ff);border-color:rgba(11,99,206,.26)}
body.services-redesign .services-hero-panel span{grid-row:1/3;width:40px;height:40px;border-radius:50%;display:grid;place-items:center;background:#0b63ce;color:#fff;font-size:12px;font-weight:800;letter-spacing:.08em}
body.services-redesign .services-hero-panel strong{font-size:19px;letter-spacing:.08em;text-transform:uppercase;line-height:1;color:#0d1726}
body.services-redesign .services-hero-panel small{font-size:13px;color:#4a586b;text-transform:none;letter-spacing:.01em;line-height:1.45}
body.services-redesign .services-outcome-strip{background:#fff;border-block:1px solid rgba(13,23,38,.08);padding:20px 0}
body.services-redesign .outcome-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:rgba(13,23,38,.08);border-radius:24px;overflow:hidden;border:1px solid rgba(13,23,38,.08)}
body.services-redesign .outcome-grid div{background:#fff;padding:24px 26px;display:grid;gap:8px}
body.services-redesign .outcome-grid span{color:#0b63ce;font-size:12px;font-weight:800;letter-spacing:.14em;text-transform:uppercase}
body.services-redesign .outcome-grid strong{color:#0d1726;font-size:18px;letter-spacing:.03em;text-transform:uppercase;line-height:1.2}
body.services-redesign .service-lines-redesign{padding:96px 0 108px;color:#0d1726}
body.services-redesign .services-heading{max-width:950px;margin-bottom:42px}
body.services-redesign .services-heading p:not(.eyebrow){color:#4a586b;text-transform:none;letter-spacing:.01em;font-size:17px;line-height:1.65;max-width:760px}
body.services-redesign .service-line-stack{display:grid;gap:20px}
body.services-redesign .service-line-card{display:grid;grid-template-columns:96px 1fr;gap:26px;padding:34px;border-radius:32px;background:#fff;border:1px solid rgba(13,23,38,.10);box-shadow:0 24px 74px rgba(13,23,38,.08);transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease}
body.services-redesign .service-line-card:hover{transform:translateY(-4px);border-color:rgba(11,99,206,.28);box-shadow:0 30px 92px rgba(13,23,38,.12)}
body.services-redesign .service-line-card.primary-line{background:linear-gradient(135deg,#fff,#eef8ff);border-color:rgba(11,99,206,.24)}
body.services-redesign .service-line-index{width:66px;height:66px;border-radius:22px;background:#0b63ce;color:#fff;display:grid;place-items:center;font-weight:800;letter-spacing:.1em;font-size:16px;box-shadow:0 18px 42px rgba(11,99,206,.18)}
body.services-redesign .service-line-body h3{font-size:clamp(28px,3.2vw,46px);line-height:1.05;letter-spacing:.035em;margin:0;color:#0d1726;text-transform:uppercase;max-width:920px;text-wrap:balance}
body.services-redesign .service-line-body p:not(.eyebrow){color:#4a586b!important;font-size:16px;line-height:1.7;text-transform:none;letter-spacing:.01em;max-width:840px}
body.services-redesign .service-line-body ul{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin:22px 0 28px;padding:0;list-style:none}
body.services-redesign .service-line-body li{padding:13px 14px;border-radius:999px;background:#f4f8fd;border:1px solid rgba(13,23,38,.08);color:#334155;font-size:13px;line-height:1.25;text-transform:none;letter-spacing:.01em}
body.services-redesign .services-blueprint{position:relative;background:linear-gradient(135deg,#0d2a4d,#0b63ce 58%,#18b7b8);color:#fff;padding:96px 0;overflow:hidden}
body.services-redesign .services-blueprint:before{content:"";position:absolute;inset:0;background-image:linear-gradient(115deg,rgba(255,255,255,.18) 0 1px,transparent 1px 30px);opacity:.22}
body.services-redesign .blueprint-grid{position:relative;z-index:2;display:grid;grid-template-columns:minmax(0,.88fr) minmax(360px,.72fr);gap:64px;align-items:start}
body.services-redesign .blueprint-grid h2{color:#fff!important;font-size:clamp(36px,4.3vw,64px);line-height:1.04;letter-spacing:.035em;text-transform:uppercase;margin:0}
body.services-redesign .blueprint-grid p{color:rgba(255,255,255,.86)!important;text-transform:none;letter-spacing:.01em;font-size:16px;line-height:1.7}
body.services-redesign .blueprint-steps{display:grid;gap:14px}
body.services-redesign .blueprint-steps article{padding:24px;border-radius:24px;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.22);backdrop-filter:blur(8px)}
body.services-redesign .blueprint-steps span{color:rgba(255,255,255,.70);font-weight:800;letter-spacing:.12em}.blueprint-steps strong{display:block;color:#fff;font-size:18px;letter-spacing:.04em;text-transform:uppercase;margin-top:10px}
body.services-redesign .services-capability-board{padding:92px 0 108px}
body.services-redesign .capability-columns{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:38px}
body.services-redesign .capability-columns>div{background:#fff;border:1px solid rgba(13,23,38,.10);border-radius:28px;box-shadow:0 24px 70px rgba(13,23,38,.08);padding:28px;display:grid;gap:12px}
body.services-redesign .capability-columns h3{margin:0 0 8px;color:#0d1726;font-size:24px;text-transform:uppercase;letter-spacing:.06em}.capability-columns span{display:block;padding:13px 14px;border-radius:16px;background:#f4f8fd;border:1px solid rgba(13,23,38,.08);color:#334155;font-size:14px;text-transform:none;letter-spacing:.01em}
@keyframes servicePulse{0%,100%{transform:scale(.9);opacity:.45}50%{transform:scale(1.1);opacity:.85}}
@media (prefers-reduced-motion:reduce){body.services-redesign .services-hero-copy,body.services-redesign .services-hero-panel,body.services-redesign .services-hero-panel:before,body.services-redesign .service-pulse{animation:none!important}}
@media (max-width:900px){body.services-redesign .services-hero{padding:calc(var(--nav-h) + 44px) 0 58px}body.services-redesign .services-hero-grid,body.services-redesign .blueprint-grid{grid-template-columns:1fr;gap:34px}body.services-redesign .services-hero h1{font-size:clamp(34px,9vw,46px);line-height:1.06}body.services-redesign .services-hero-panel{padding:16px;border-radius:28px}body.services-redesign .services-hero-panel a{padding:16px;border-radius:22px;grid-template-columns:46px 1fr}body.services-redesign .services-hero-panel span{width:34px;height:34px}.outcome-grid,body.services-redesign .outcome-grid,body.services-redesign .capability-columns{grid-template-columns:1fr}.service-lines-redesign,body.services-redesign .service-lines-redesign,body.services-redesign .services-capability-board{padding:72px 0 82px}body.services-redesign .service-line-card{grid-template-columns:1fr;padding:24px;border-radius:26px}body.services-redesign .service-line-index{width:54px;height:54px;border-radius:18px}body.services-redesign .service-line-body h3{font-size:clamp(26px,7vw,36px)}body.services-redesign .service-line-body ul{grid-template-columns:1fr}body.services-redesign .services-blueprint{padding:74px 0}body.services-redesign .blueprint-grid h2{font-size:clamp(30px,8vw,44px)}}


/* Services redesign QA refinements. */
body.services-redesign .services-hero h1{font-size:clamp(44px,4.75vw,68px)!important;max-width:760px!important}
body.services-redesign .services-hero-copy{max-width:780px!important}
body.services-redesign .services-hero .eyebrow{letter-spacing:.095em!important}
body.services-redesign .services-hero-panel small{color:#35465a!important}
body.services-redesign .services-hero-panel{max-width:510px;justify-self:end}
@media (max-width:900px){body.services-redesign .services-hero h1{font-size:clamp(32px,8.35vw,42px)!important}body.services-redesign .services-hero .eyebrow{font-size:11px!important;letter-spacing:.04em!important;line-height:1.5!important;max-width:100%!important}body.services-redesign .services-hero .actions{margin-bottom:10px!important}.services-outcome-strip{display:block!important}}


/* Industries page redesign: sector map system. */
body.industries-redesign .industries-hero{position:relative;overflow:hidden;background:radial-gradient(circle at 80% 20%,rgba(24,183,184,.18),transparent 32%),radial-gradient(circle at 15% 88%,rgba(11,99,206,.12),transparent 30%),linear-gradient(180deg,#fff 0%,#f4f8fd 100%);border-bottom:1px solid rgba(13,23,38,.08);padding:calc(var(--nav-h) + 72px) 0 86px;color:#0d1726}
body.industries-redesign .industries-hero:before{content:"";position:absolute;inset:0;background-image:linear-gradient(115deg,rgba(11,99,206,.08) 0 1px,transparent 1px 30px);opacity:.52;pointer-events:none}
body.industries-redesign .industries-hero-grid{position:relative;z-index:2;display:grid;grid-template-columns:minmax(0,.92fr) minmax(360px,.66fr);gap:70px;align-items:center}
body.industries-redesign .industries-hero-copy{min-width:0;max-width:790px;animation:heroCopyRise .75s cubic-bezier(.2,.8,.2,1) both}
body.industries-redesign .industries-hero h1{font-size:clamp(44px,4.75vw,68px);line-height:1.03;letter-spacing:.035em;color:#0d1726;margin:0;max-width:780px;text-wrap:balance;text-transform:uppercase}
body.industries-redesign .industries-hero .lead{color:#3f4d61!important;font-size:clamp(17px,1.35vw,20px)!important;line-height:1.55;max-width:720px;margin:22px 0 0!important;text-transform:none;letter-spacing:.01em}
body.industries-redesign .industries-hero .actions{margin-top:30px}
body.industries-redesign .industries-hero .btn.primary{background:#0b63ce!important;color:#fff!important;border-color:#0b63ce!important;box-shadow:0 18px 48px rgba(11,99,206,.18)!important}
body.industries-redesign .industries-hero .btn.secondary{background:#fff!important;border-color:rgba(13,23,38,.14)!important}
body.industries-redesign .industries-hero-panel{position:relative;display:grid;gap:15px;padding:26px;border-radius:38px;background:linear-gradient(145deg,rgba(255,255,255,.94),rgba(239,246,255,.78));border:1px solid rgba(11,99,206,.14);box-shadow:0 34px 110px rgba(13,23,38,.13);animation:heroVisualRise .85s cubic-bezier(.2,.8,.2,1) .1s both;overflow:hidden;max-width:520px;justify-self:end}
body.industries-redesign .industries-hero-panel:before{content:"";position:absolute;inset:20px;border-radius:30px;background:conic-gradient(from 130deg,rgba(11,99,206,.04),rgba(24,183,184,.18),rgba(11,99,206,.12),rgba(24,183,184,.04));animation:heroSpin 20s linear infinite;z-index:0}
body.industries-redesign .industry-radar{position:absolute;inset:0;pointer-events:none;z-index:1}.industry-radar span{position:absolute;border:1px solid rgba(11,99,206,.12);border-radius:50%;inset:14%;animation:servicePulse 4.2s ease-in-out infinite}.industry-radar span:nth-child(2){inset:24%;animation-delay:.6s}.industry-radar span:nth-child(3){inset:34%;animation-delay:1.2s}
body.industries-redesign .radar-card{position:relative;z-index:2;display:grid;grid-template-columns:54px 1fr;gap:15px;align-items:center;padding:22px;border-radius:26px;background:rgba(255,255,255,.90);border:1px solid rgba(13,23,38,.10);box-shadow:0 18px 54px rgba(13,23,38,.08);color:#0d1726!important;transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease}
body.industries-redesign .radar-card:hover{transform:translateY(-3px);border-color:rgba(11,99,206,.32);box-shadow:0 24px 70px rgba(11,99,206,.14)}
body.industries-redesign .radar-card.focus{background:linear-gradient(135deg,#fff,#eef8ff);border-color:rgba(11,99,206,.26)}
body.industries-redesign .radar-card span{grid-row:1/3;width:40px;height:40px;border-radius:50%;display:grid;place-items:center;background:#0b63ce;color:#fff;font-size:12px;font-weight:800;letter-spacing:.08em}
body.industries-redesign .radar-card strong{font-size:19px;letter-spacing:.08em;text-transform:uppercase;line-height:1;color:#0d1726}.radar-card small{font-size:13px;color:#35465a;text-transform:none;letter-spacing:.01em;line-height:1.45}
body.industries-redesign .industries-focus-strip{background:#fff;border-block:1px solid rgba(13,23,38,.08);padding:20px 0}
body.industries-redesign .focus-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:rgba(13,23,38,.08);border-radius:24px;overflow:hidden;border:1px solid rgba(13,23,38,.08)}
body.industries-redesign .focus-grid div{background:#fff;padding:24px 26px;display:grid;gap:8px}.focus-grid span{color:#0b63ce;font-size:12px;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.focus-grid strong{color:#0d1726;font-size:18px;letter-spacing:.03em;text-transform:uppercase;line-height:1.2}
body.industries-redesign .industries-board{padding:96px 0 108px;color:#0d1726}.industries-heading{max-width:980px;margin-bottom:42px}.industries-heading p:not(.eyebrow){color:#4a586b;text-transform:none;letter-spacing:.01em;font-size:17px;line-height:1.65;max-width:800px}
body.industries-redesign .industry-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
body.industries-redesign .industry-card{min-height:280px;background:#fff;border:1px solid rgba(13,23,38,.10);border-radius:28px;box-shadow:0 24px 70px rgba(13,23,38,.08);padding:28px;display:flex;flex-direction:column;justify-content:flex-end;color:#0d1726;transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease}
body.industries-redesign .industry-card:hover{transform:translateY(-4px);border-color:rgba(11,99,206,.30);box-shadow:0 30px 86px rgba(13,23,38,.12)}
body.industries-redesign .industry-card.featured{background:linear-gradient(135deg,#fff,#eef8ff);border-color:rgba(11,99,206,.24)}
body.industries-redesign .industry-card span{color:#0b63ce;font-size:13px;font-weight:800;letter-spacing:.14em;margin-bottom:auto}.industry-card h3{color:#0d1726;font-size:clamp(21px,2vw,28px);letter-spacing:.055em;line-height:1.12;text-transform:uppercase;margin:34px 0 12px}.industry-card p{color:#4a586b!important;font-size:15px;line-height:1.65;text-transform:none;letter-spacing:.01em;margin:0}
body.industries-redesign .industries-pattern-section{position:relative;background:linear-gradient(135deg,#0d2a4d,#0b63ce 58%,#18b7b8);color:#fff;padding:96px 0;overflow:hidden}.industries-pattern-section:before{content:"";position:absolute;inset:0;background-image:linear-gradient(115deg,rgba(255,255,255,.18) 0 1px,transparent 1px 30px);opacity:.22}.pattern-grid{position:relative;z-index:2;display:grid;grid-template-columns:minmax(0,.88fr) minmax(360px,.72fr);gap:64px;align-items:start}.pattern-grid h2{color:#fff!important;font-size:clamp(36px,4.3vw,64px);line-height:1.04;letter-spacing:.035em;text-transform:uppercase;margin:0}.pattern-grid p{color:rgba(255,255,255,.86)!important;text-transform:none;letter-spacing:.01em;font-size:16px;line-height:1.7}.pattern-list{display:grid;gap:14px}.pattern-list article{padding:24px;border-radius:24px;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.22);backdrop-filter:blur(8px)}.pattern-list span{color:rgba(255,255,255,.70);font-weight:800;letter-spacing:.12em}.pattern-list strong{display:block;color:#fff;font-size:18px;letter-spacing:.04em;text-transform:uppercase;margin-top:10px}
body.industries-redesign .industries-capability-board{padding:92px 0 108px}.industry-capability-columns{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:38px}.industry-capability-columns>div{background:#fff;border:1px solid rgba(13,23,38,.10);border-radius:28px;box-shadow:0 24px 70px rgba(13,23,38,.08);padding:28px;display:grid;gap:12px}.industry-capability-columns h3{margin:0 0 8px;color:#0d1726;font-size:24px;text-transform:uppercase;letter-spacing:.06em}.industry-capability-columns span{display:block;padding:13px 14px;border-radius:16px;background:#f4f8fd;border:1px solid rgba(13,23,38,.08);color:#334155;font-size:14px;text-transform:none;letter-spacing:.01em}
@media (prefers-reduced-motion:reduce){body.industries-redesign .industries-hero-copy,body.industries-redesign .industries-hero-panel,body.industries-redesign .industries-hero-panel:before,body.industries-redesign .industry-radar span{animation:none!important}}
@media (max-width:900px){body.industries-redesign .industries-hero{padding:calc(var(--nav-h) + 44px) 0 58px}.industries-hero-grid,body.industries-redesign .industries-hero-grid,.pattern-grid{grid-template-columns:1fr;gap:34px}body.industries-redesign .industries-hero h1{font-size:clamp(34px,8.8vw,44px);line-height:1.06}.industries-hero-panel,body.industries-redesign .industries-hero-panel{padding:16px;border-radius:28px;justify-self:stretch;max-width:100%}.radar-card,body.industries-redesign .radar-card{padding:16px;border-radius:22px;grid-template-columns:46px 1fr}.radar-card span,body.industries-redesign .radar-card span{width:34px;height:34px}.focus-grid,body.industries-redesign .focus-grid,.industry-card-grid,body.industries-redesign .industry-card-grid,.industry-capability-columns{grid-template-columns:1fr}.industries-board,body.industries-redesign .industries-board,body.industries-redesign .industries-capability-board{padding:72px 0 82px}.industry-card,body.industries-redesign .industry-card{min-height:auto;padding:24px;border-radius:24px}.industries-pattern-section,body.industries-redesign .industries-pattern-section{padding:74px 0}.pattern-grid h2{font-size:clamp(30px,8vw,44px)}}


/* Industries redesign QA refinements. */
body.industries-redesign .industries-hero h1{font-size:clamp(42px,4.45vw,64px)!important;max-width:760px!important}
body.industries-redesign .industries-hero-copy{max-width:780px!important}
body.industries-redesign .radar-card strong{font-size:17px!important;line-height:1.08!important}
@media (max-width:900px){body.industries-redesign .industries-hero h1{font-size:clamp(32px,8.2vw,42px)!important}.industries-focus-strip{display:block!important}}

/* Full-site QA refinement: keep final CTA content aligned to the editorial grid. */
body.light-page .insight-band.container{
  width:100%!important;
  max-width:none!important;
  margin:0!important;
  padding:96px max(35px,calc((100vw - 1200px)/2))!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:32px!important;
}
body.light-page .insight-band.container>div{max-width:860px!important;min-width:0!important}
body.light-page .insight-band.container .btn{flex-shrink:0!important}
@media (max-width:900px){body.light-page .insight-band.container{padding:74px 18px!important;display:grid!important;justify-items:start!important}}

/* Careers and contact editorial consistency pass. */
body.careers-redesign .careers-hero,
body.contact-redesign .contact-hero{
  position:relative;
  overflow:hidden;
  background:radial-gradient(circle at 78% 20%,rgba(24,183,184,.18),transparent 32%),radial-gradient(circle at 14% 88%,rgba(11,99,206,.12),transparent 30%),linear-gradient(180deg,#fff 0%,#f4f8fd 100%);
  border-bottom:1px solid rgba(13,23,38,.08);
  padding:calc(var(--nav-h) + 72px) 0 86px;
  color:#0d1726;
}
body.careers-redesign .careers-hero:before,
body.contact-redesign .contact-hero:before{content:"";position:absolute;inset:0;background-image:linear-gradient(115deg,rgba(11,99,206,.08) 0 1px,transparent 1px 30px);opacity:.52;pointer-events:none}
body.careers-redesign .careers-hero-grid,
body.contact-redesign .contact-hero-grid{position:relative;z-index:2;display:grid;grid-template-columns:minmax(0,.92fr) minmax(340px,.62fr);gap:70px;align-items:center}
body.careers-redesign .careers-hero h1,
body.contact-redesign .contact-hero h1{font-size:clamp(42px,4.45vw,64px);line-height:1.03;letter-spacing:.035em;color:#0d1726;margin:0;max-width:780px;text-wrap:balance;text-transform:uppercase}
body.careers-redesign .careers-hero .lead,
body.contact-redesign .contact-hero .lead{color:#3f4d61!important;font-size:clamp(17px,1.35vw,20px)!important;line-height:1.55;max-width:720px;margin:22px 0 0!important;text-transform:none;letter-spacing:.01em}
body.careers-redesign .careers-hero .actions,
body.contact-redesign .contact-hero .actions{margin-top:30px}
body.careers-redesign .careers-hero .btn.primary,
body.contact-redesign .contact-hero .btn.primary,
body.careers-redesign .job-card .btn.primary{background:#0b63ce!important;color:#fff!important;border-color:#0b63ce!important;box-shadow:0 18px 48px rgba(11,99,206,.18)!important}
body.careers-redesign .careers-hero .btn.secondary,
body.contact-redesign .contact-hero .btn.secondary{background:#fff!important;border-color:rgba(13,23,38,.14)!important}
body.careers-redesign .careers-hero-panel,
body.contact-redesign .contact-hero-panel{position:relative;display:grid;gap:15px;padding:26px;border-radius:38px;background:linear-gradient(145deg,rgba(255,255,255,.94),rgba(239,246,255,.78));border:1px solid rgba(11,99,206,.14);box-shadow:0 34px 110px rgba(13,23,38,.13);overflow:hidden;max-width:520px;justify-self:end;color:#0d1726!important}
body.careers-redesign .job-signal{display:grid;grid-template-columns:54px 1fr;gap:15px;align-items:center;padding:22px;border-radius:26px;background:rgba(255,255,255,.90);border:1px solid rgba(13,23,38,.10);box-shadow:0 18px 54px rgba(13,23,38,.08)}
body.careers-redesign .job-signal span{grid-row:1/3;width:40px;height:40px;border-radius:50%;display:grid;place-items:center;background:#0b63ce;color:#fff;font-size:12px;font-weight:800;letter-spacing:.08em}
body.careers-redesign .job-signal strong{font-size:17px;letter-spacing:.08em;text-transform:uppercase;line-height:1.08;color:#0d1726}.job-signal small{font-size:13px;color:#35465a;text-transform:none;letter-spacing:.01em;line-height:1.45}
body.contact-redesign .contact-hero-panel span{color:#0b63ce;font-size:12px;font-weight:800;letter-spacing:.14em;text-transform:uppercase}
body.contact-redesign .contact-hero-panel strong{font-size:clamp(24px,2.2vw,34px);letter-spacing:.02em;color:#0d1726;text-transform:none;word-break:break-word}
body.contact-redesign .contact-hero-panel small{font-size:15px;color:#4a586b;text-transform:none;letter-spacing:.01em;line-height:1.55}
body.careers-redesign .jobs-board,
body.contact-redesign .contact-board,
body.careers-redesign .careers-principles{padding:96px 0 108px;color:#0d1726}
body.careers-redesign .jobs-heading{max-width:980px;margin-bottom:42px}.jobs-heading p:not(.eyebrow){color:#4a586b;text-transform:none;letter-spacing:.01em;font-size:17px;line-height:1.65;max-width:800px}
body.careers-redesign .job-card-grid,
body.contact-redesign .contact-office-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
body.contact-redesign .contact-office-grid{grid-template-columns:repeat(3,minmax(0,1fr));margin-top:42px}
body.careers-redesign .job-card,
body.contact-redesign .contact-card{background:#fff!important;border:1px solid rgba(13,23,38,.10)!important;border-radius:28px!important;box-shadow:0 24px 70px rgba(13,23,38,.08)!important;padding:28px!important;color:#0d1726!important;display:flex;flex-direction:column;gap:16px;min-height:100%!important}
body.careers-redesign .job-card:hover,
body.contact-redesign .contact-card:hover{border-color:rgba(11,99,206,.30)!important;box-shadow:0 30px 86px rgba(13,23,38,.12)!important;transform:translateY(-3px)!important}
body.careers-redesign .job-card-top{display:flex;justify-content:space-between;gap:14px;align-items:center;color:#0b63ce;font-size:12px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}
body.careers-redesign .job-card-top span,
body.contact-redesign .contact-card>span{width:40px;height:40px;border-radius:50%;display:grid;place-items:center;background:#0b63ce;color:#fff;font-size:12px;font-weight:800;letter-spacing:.08em;flex-shrink:0}
body.careers-redesign .job-card h3{font-size:clamp(24px,2.4vw,34px);line-height:1.08;letter-spacing:.035em;text-transform:uppercase;margin:6px 0 0;color:#0d1726}
body.careers-redesign .job-card p,
body.contact-redesign .contact-card p{color:#4a586b!important;font-size:15px;line-height:1.65;text-transform:none;letter-spacing:.01em;margin:0}
body.careers-redesign .job-card ul{display:grid;gap:9px;margin:0 0 8px;padding:0;list-style:none}
body.careers-redesign .job-card li{padding:11px 13px;border-radius:16px;background:#f4f8fd;border:1px solid rgba(13,23,38,.08);color:#334155;font-size:14px;line-height:1.35;text-transform:none;letter-spacing:.01em}
body.careers-redesign .job-card .btn{margin-top:auto;align-self:flex-start}
body.contact-redesign .contact-card h2{margin:4px 0 0;color:#0d1726;font-size:clamp(24px,2.4vw,34px);letter-spacing:.035em;text-transform:uppercase}
body.contact-redesign .contact-card a{color:#0b63ce;font-weight:800;text-transform:none;letter-spacing:.01em}
body.light-page .footer-grid{grid-template-columns:minmax(0,1.2fr) minmax(0,1.1fr) minmax(0,.72fr)!important;gap:34px!important}
body.light-page .footer p strong{color:#0d1726;font-weight:800}
@media (max-width:900px){
  body.careers-redesign .careers-hero,
  body.contact-redesign .contact-hero{padding:calc(var(--nav-h) + 44px) 0 58px}
  body.careers-redesign .careers-hero-grid,
  body.contact-redesign .contact-hero-grid,
  body.careers-redesign .job-card-grid,
  body.contact-redesign .contact-office-grid{grid-template-columns:1fr!important;gap:24px}
  body.careers-redesign .careers-hero h1,
  body.contact-redesign .contact-hero h1{font-size:clamp(32px,8.2vw,42px);line-height:1.06}
  body.careers-redesign .careers-hero-panel,
  body.contact-redesign .contact-hero-panel{padding:16px;border-radius:28px;justify-self:stretch;max-width:100%}
  body.careers-redesign .job-card .btn{width:100%;justify-content:center}
  body.careers-redesign .jobs-board,
  body.contact-redesign .contact-board,
  body.careers-redesign .careers-principles{padding:72px 0 82px}
  body.careers-redesign .job-card,
  body.contact-redesign .contact-card{padding:24px!important;border-radius:24px!important}
  body.light-page .footer-grid{grid-template-columns:1fr!important}
}

/* Service detail hero consistency: reuse the landing page connected-capability graphic. */
body.light-page.service-detail-page .service-detail-hero{
  position:relative;
  overflow:hidden;
  background:radial-gradient(circle at 78% 20%,rgba(24,183,184,.18),transparent 32%),radial-gradient(circle at 14% 88%,rgba(11,99,206,.12),transparent 30%),linear-gradient(180deg,#fff 0%,#f4f8fd 100%)!important;
  border-bottom:1px solid rgba(13,23,38,.08);
  padding:calc(var(--nav-h) + 72px) 0 86px!important;
  color:#0d1726!important;
  min-height:auto!important;
}
body.light-page.service-detail-page .service-detail-hero:before{content:"";position:absolute;inset:0;background-image:linear-gradient(115deg,rgba(11,99,206,.08) 0 1px,transparent 1px 30px);opacity:.52;pointer-events:none;animation:none!important;transform:none!important}
body.light-page.service-detail-page .service-detail-hero:after{display:none!important}
body.light-page.service-detail-page .service-detail-hero-grid{position:relative;z-index:2;display:grid!important;grid-template-columns:minmax(0,.92fr) minmax(300px,.58fr)!important;align-items:center!important;gap:52px!important;width:min(1200px,calc(100% - 70px))!important;margin-inline:auto!important}
body.light-page.service-detail-page .service-detail-copy{min-width:0!important;max-width:760px!important;animation:heroCopyRise .75s cubic-bezier(.2,.8,.2,1) both;color:#0d1726!important;text-shadow:none!important}
body.light-page.service-detail-page .service-detail-hero h1{font-size:clamp(42px,4.45vw,64px)!important;line-height:1.04!important;letter-spacing:.035em!important;color:#0d1726!important;margin:0!important;max-width:760px!important;text-wrap:balance;text-transform:uppercase;text-shadow:none!important}
body.light-page.service-detail-page .service-detail-hero .lead{color:#3f4d61!important;font-size:clamp(17px,1.35vw,20px)!important;line-height:1.55!important;max-width:680px!important;margin:22px 0 0!important;text-transform:none;letter-spacing:.01em;text-shadow:none!important}
body.light-page.service-detail-page .service-detail-hero .actions{margin-top:30px!important}
body.light-page.service-detail-page .service-detail-hero .btn.primary{background:#0b63ce!important;color:#fff!important;border-color:#0b63ce!important;box-shadow:0 18px 48px rgba(11,99,206,.18)!important}
body.light-page.service-detail-page .service-detail-hero .btn.secondary{background:#fff!important;border-color:rgba(13,23,38,.14)!important;color:#0d1726!important}
body.light-page.service-detail-page .service-hero-system{position:relative;min-height:470px;width:100%;display:grid;place-items:center;isolation:isolate;animation:heroVisualRise .9s cubic-bezier(.2,.8,.2,1) .12s both;min-width:0!important;max-width:470px!important;justify-self:end!important}
body.light-page.service-detail-page .service-hero-system:before{content:"";position:absolute;inset:6%;border-radius:42px;background:radial-gradient(circle at 70% 24%,rgba(24,183,184,.20),transparent 32%),radial-gradient(circle at 22% 78%,rgba(11,99,206,.18),transparent 34%),linear-gradient(145deg,rgba(255,255,255,.92),rgba(239,246,255,.70));border:1px solid rgba(11,99,206,.12);box-shadow:0 34px 110px rgba(13,23,38,.12);z-index:-2}
body.light-page.service-detail-page .service-hero-system:after{content:"";position:absolute;inset:18% 16%;border-radius:50%;background:conic-gradient(from 90deg,rgba(11,99,206,.05),rgba(24,183,184,.30),rgba(11,99,206,.18),rgba(24,183,184,.05));filter:blur(.2px);animation:heroSpin 18s linear infinite;z-index:-1}
body.light-page.service-detail-page .service-hero-system .t-orbit{position:absolute;inset:8%;border-radius:42px;pointer-events:none}
body.light-page.service-detail-page .service-hero-system .t-orbit span{position:absolute;border:1px solid rgba(11,99,206,.12);border-radius:50%;inset:8%;animation:servicePulse 4.8s ease-in-out infinite}
body.light-page.service-detail-page .service-hero-system .t-orbit span:nth-child(2){inset:22%;animation-delay:.65s}body.light-page.service-detail-page .service-hero-system .t-orbit span:nth-child(3){inset:36%;animation-delay:1.3s}
body.light-page.service-detail-page .service-hero-system .t-stack{position:relative;z-index:2;display:grid;gap:14px;width:min(100%,400px)}
body.light-page.service-detail-page .service-hero-system .t-card{display:grid;grid-template-columns:54px 1fr;gap:15px;align-items:center;padding:20px 22px;border-radius:26px;background:rgba(255,255,255,.90);border:1px solid rgba(13,23,38,.10);box-shadow:0 18px 54px rgba(13,23,38,.08);color:#0d1726!important;transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease}
body.light-page.service-detail-page .service-hero-system .t-card.active{background:linear-gradient(135deg,#fff,#eef8ff);border-color:rgba(11,99,206,.26)}
body.light-page.service-detail-page .service-hero-system .t-card:hover{transform:translateY(-3px);border-color:rgba(11,99,206,.32);box-shadow:0 24px 70px rgba(11,99,206,.14)}
body.light-page.service-detail-page .service-hero-system .t-card span{grid-row:1/3;width:40px;height:40px;border-radius:50%;display:grid;place-items:center;background:#0b63ce;color:#fff;font-size:12px;font-weight:800;letter-spacing:.08em}
body.light-page.service-detail-page .service-hero-system .t-card strong{font-size:17px;letter-spacing:.08em;text-transform:uppercase;line-height:1.08;color:#0d1726}
body.light-page.service-detail-page .service-hero-system .t-card small{font-size:13px;color:#35465a;text-transform:none;letter-spacing:.01em;line-height:1.45}
body.industries-redesign .industries-hero-grid{grid-template-columns:minmax(0,790px)!important;gap:0!important}
body.industries-redesign .industries-hero-copy{max-width:790px!important}
body.industries-redesign .industries-pattern-section .eyebrow,
body.industries-redesign .industries-pattern-section h2,
body.industries-redesign .industries-pattern-section p,
body.industries-redesign .industries-pattern-section span,
body.industries-redesign .industries-pattern-section strong{color:#fff!important;text-shadow:none!important}
body.industries-redesign .industries-pattern-section .pattern-list p{color:rgba(255,255,255,.86)!important}
@media (prefers-reduced-motion:reduce){body.light-page.service-detail-page .service-detail-copy,body.light-page.service-detail-page .service-hero-system,body.light-page.service-detail-page .service-hero-system:after,body.light-page.service-detail-page .service-hero-system .t-orbit span{animation:none!important}}
@media (max-width:900px){body.light-page.service-detail-page .service-detail-hero{padding:calc(var(--nav-h) + 44px) 0 58px!important}body.light-page.service-detail-page .service-detail-hero-grid{grid-template-columns:1fr!important;gap:28px!important;width:min(100% - 36px,720px)!important}body.light-page.service-detail-page .service-detail-copy{max-width:100%!important}body.light-page.service-detail-page .service-detail-hero h1{font-size:clamp(32px,8.2vw,42px)!important;line-height:1.06!important;max-width:100%!important}body.light-page.service-detail-page .service-hero-system{min-height:auto;max-width:100%!important;justify-self:stretch!important}body.light-page.service-detail-page .service-hero-system:before,body.light-page.service-detail-page .service-hero-system:after{display:none!important}body.light-page.service-detail-page .service-hero-system .t-stack{width:100%;gap:12px}body.light-page.service-detail-page .service-hero-system .t-card{padding:16px 18px;border-radius:22px;grid-template-columns:46px 1fr}body.light-page.service-detail-page .service-hero-system .t-card span{width:34px;height:34px}body.light-page.service-detail-page .service-detail-hero .actions{display:grid;grid-template-columns:1fr}body.light-page.service-detail-page .service-detail-hero .btn{width:100%;justify-content:center}body.industries-redesign .industries-hero-grid{grid-template-columns:1fr!important}}

/* Shared services.html hero graphic system across every page hero. */
body.light-page .shared-hero.services-hero{
  position:relative;
  overflow:hidden;
  background:radial-gradient(circle at 78% 22%,rgba(24,183,184,.18),transparent 32%),radial-gradient(circle at 14% 92%,rgba(11,99,206,.12),transparent 30%),linear-gradient(180deg,#fff 0%,#f4f8fd 100%);
  border-bottom:1px solid rgba(13,23,38,.08);
  padding:calc(var(--nav-h) + 72px) 0 86px;
  color:#0d1726;
}
body.light-page .shared-hero.services-hero:before{content:"";position:absolute;inset:0;background-image:linear-gradient(115deg,rgba(11,99,206,.08) 0 1px,transparent 1px 30px);opacity:.52;pointer-events:none;animation:none!important;transform:none!important}
body.light-page .shared-hero.services-hero:after{display:none!important}
body.light-page .shared-hero .services-hero-grid{position:relative;z-index:2;display:grid;grid-template-columns:minmax(0,.94fr) minmax(360px,.64fr);gap:70px;align-items:center;width:min(1200px,calc(100% - 70px));margin-inline:auto}
body.light-page .shared-hero .services-hero-copy{min-width:0;max-width:780px;animation:heroCopyRise .75s cubic-bezier(.2,.8,.2,1) both;color:#0d1726!important;text-shadow:none!important}
body.light-page .shared-hero h1{font-size:clamp(42px,4.45vw,64px)!important;line-height:1.03!important;letter-spacing:.035em!important;color:#0d1726!important;margin:0!important;max-width:760px!important;text-wrap:balance;text-transform:uppercase;text-shadow:none!important}
body.light-page .shared-hero .lead{color:#3f4d61!important;font-size:clamp(17px,1.35vw,20px)!important;line-height:1.55;max-width:720px;margin:22px 0 0!important;text-transform:none;letter-spacing:.01em;text-shadow:none!important}
body.light-page .shared-hero .actions{margin-top:30px}
body.light-page .shared-hero .btn.primary{background:#0b63ce!important;color:#fff!important;border-color:#0b63ce!important;box-shadow:0 18px 48px rgba(11,99,206,.18)!important}
body.light-page .shared-hero .btn.secondary{background:#fff!important;color:#0d1726!important;border-color:rgba(13,23,38,.14)!important}
body.light-page .shared-hero .services-hero-panel{position:relative;display:grid;gap:15px;padding:26px;border-radius:38px;background:linear-gradient(145deg,rgba(255,255,255,.94),rgba(239,246,255,.78));border:1px solid rgba(11,99,206,.14);box-shadow:0 34px 110px rgba(13,23,38,.13);animation:heroVisualRise .85s cubic-bezier(.2,.8,.2,1) .1s both;overflow:hidden;max-width:510px;justify-self:end;color:#0d1726!important}
body.light-page .shared-hero .services-hero-panel:before{content:"";position:absolute;inset:20px;border-radius:30px;background:conic-gradient(from 130deg,rgba(11,99,206,.04),rgba(24,183,184,.18),rgba(11,99,206,.12),rgba(24,183,184,.04));animation:heroSpin 20s linear infinite;z-index:0}
body.light-page .shared-hero .service-pulse{position:absolute;right:22px;top:22px;width:80px;height:80px;border-radius:50%;border:1px solid rgba(11,99,206,.18);background:radial-gradient(circle,rgba(24,183,184,.18),transparent 62%);animation:servicePulse 3.8s ease-in-out infinite;z-index:1}
body.light-page .shared-hero .services-hero-panel a{position:relative;z-index:2;display:grid;grid-template-columns:54px 1fr;gap:15px;align-items:center;padding:22px;border-radius:26px;background:rgba(255,255,255,.90);border:1px solid rgba(13,23,38,.10);box-shadow:0 18px 54px rgba(13,23,38,.08);color:#0d1726!important;transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease}
body.light-page .shared-hero .services-hero-panel a:hover{transform:translateY(-3px);border-color:rgba(11,99,206,.32);box-shadow:0 24px 70px rgba(11,99,206,.14)}
body.light-page .shared-hero .services-hero-panel a:first-of-type{background:linear-gradient(135deg,#fff,#eef8ff);border-color:rgba(11,99,206,.26)}
body.light-page .shared-hero .services-hero-panel span{grid-row:1/3;width:40px;height:40px;border-radius:50%;display:grid;place-items:center;background:#0b63ce;color:#fff;font-size:12px;font-weight:800;letter-spacing:.08em}
body.light-page .shared-hero .services-hero-panel strong{font-size:17px!important;letter-spacing:.08em;text-transform:uppercase;line-height:1.08;color:#0d1726!important}
body.light-page .shared-hero .services-hero-panel small{font-size:13px;color:#35465a!important;text-transform:none;letter-spacing:.01em;line-height:1.45}
@media (prefers-reduced-motion:reduce){body.light-page .shared-hero .services-hero-copy,body.light-page .shared-hero .services-hero-panel,body.light-page .shared-hero .services-hero-panel:before,body.light-page .shared-hero .service-pulse{animation:none!important}}
@media (max-width:900px){body.light-page .shared-hero.services-hero{padding:calc(var(--nav-h) + 44px) 0 58px}body.light-page .shared-hero .services-hero-grid{grid-template-columns:1fr;gap:34px;width:min(100% - 36px,720px)}body.light-page .shared-hero h1{font-size:clamp(32px,8.35vw,42px)!important;line-height:1.06!important;max-width:100%!important}body.light-page .shared-hero .eyebrow{font-size:11px!important;letter-spacing:.04em!important;line-height:1.5!important;max-width:100%!important}body.light-page .shared-hero .services-hero-panel{padding:16px;border-radius:28px;justify-self:stretch;max-width:100%}body.light-page .shared-hero .services-hero-panel a{padding:16px;border-radius:22px;grid-template-columns:46px 1fr}body.light-page .shared-hero .services-hero-panel span{width:34px;height:34px}body.light-page .shared-hero .actions{display:grid;grid-template-columns:1fr}body.light-page .shared-hero .btn{width:100%;justify-content:center}}

/* User feedback pass: warmer hero colour, tighter mobile hero, and reduced vertical whitespace. */
body.light-page .shared-hero.services-hero,
body.services-redesign .services-hero,
body.industries-redesign .industries-hero,
body.careers-redesign .careers-hero,
body.contact-redesign .contact-hero,
body.light-page.service-detail-page .service-detail-hero{
  background:
    radial-gradient(circle at 76% 20%,rgba(24,183,184,.30),transparent 30%),
    radial-gradient(circle at 18% 84%,rgba(11,99,206,.24),transparent 32%),
    linear-gradient(135deg,#eef8ff 0%,#dbefff 46%,#f7fbff 100%)!important;
  padding-top:calc(var(--nav-h) + 56px)!important;
  padding-bottom:68px!important;
}
body.light-page .shared-hero.services-hero:before,
body.services-redesign .services-hero:before,
body.industries-redesign .industries-hero:before,
body.careers-redesign .careers-hero:before,
body.contact-redesign .contact-hero:before,
body.light-page.service-detail-page .service-detail-hero:before{
  background-image:
    linear-gradient(115deg,rgba(11,99,206,.10) 0 1px,transparent 1px 28px),
    linear-gradient(180deg,rgba(255,255,255,.34),rgba(221,239,255,.42))!important;
  opacity:.68!important;
}
body.light-page .shared-hero .services-hero-grid,
body.services-redesign .services-hero-grid,
body.industries-redesign .industries-hero-grid,
body.careers-redesign .careers-hero-grid,
body.contact-redesign .contact-hero-grid,
body.light-page.service-detail-page .service-detail-hero-grid{gap:46px!important}
body.light-page .shared-hero .services-hero-panel,
body.services-redesign .services-hero-panel,
body.industries-redesign .industries-hero-panel,
body.careers-redesign .careers-hero-panel,
body.contact-redesign .contact-hero-panel,
body.light-page.service-detail-page .service-hero-system:before{box-shadow:0 22px 64px rgba(13,23,38,.11)!important}
body.light-page .section,
body.light-page .scroll-story,
body.light-page .service-scroll-intro,
body.light-page .service-narrative,
body.services-redesign .service-lines-redesign,
body.services-redesign .services-capability-board,
body.industries-redesign .industries-board,
body.industries-redesign .industries-capability-board,
body.careers-redesign .jobs-board,
body.contact-redesign .contact-board,
body.careers-redesign .careers-principles{padding-top:68px!important;padding-bottom:76px!important}
body.light-page .strategy-grid,
body.light-page .practice-grid,
body.light-page .practice-grid.two,
body.light-page .industry-grid,
body.light-page .capability-list,
body.light-page .matrix-grid,
body.light-page .timeline,
body.light-page .contact-grid,
body.light-page .scroll-panels{margin-top:30px!important;gap:16px!important}
body.light-page .dark-proof,
body.light-page .insight-band,
body.services-redesign .services-blueprint,
body.industries-redesign .industries-pattern-section{padding-top:76px!important;padding-bottom:76px!important}
@media (max-width:900px){
  body.light-page .shared-hero.services-hero,
  body.services-redesign .services-hero,
  body.industries-redesign .industries-hero,
  body.careers-redesign .careers-hero,
  body.contact-redesign .contact-hero,
  body.light-page.service-detail-page .service-detail-hero{padding-top:calc(var(--nav-h) + 28px)!important;padding-bottom:38px!important}
  body.light-page .shared-hero .services-hero-grid,
  body.services-redesign .services-hero-grid,
  body.industries-redesign .industries-hero-grid,
  body.careers-redesign .careers-hero-grid,
  body.contact-redesign .contact-hero-grid,
  body.light-page.service-detail-page .service-detail-hero-grid{gap:20px!important}
  body.light-page .shared-hero h1,
  body.services-redesign .services-hero h1,
  body.industries-redesign .industries-hero h1,
  body.careers-redesign .careers-hero h1,
  body.contact-redesign .contact-hero h1,
  body.light-page.service-detail-page .service-detail-hero h1{font-size:clamp(28px,7.15vw,37px)!important;line-height:1.08!important;letter-spacing:.006em!important;text-wrap:balance!important}
  body.light-page .shared-hero .lead,
  body.services-redesign .services-hero .lead,
  body.industries-redesign .industries-hero .lead,
  body.careers-redesign .careers-hero .lead,
  body.contact-redesign .contact-hero .lead,
  body.light-page.service-detail-page .service-detail-hero .lead{font-size:15.5px!important;line-height:1.48!important;margin-top:14px!important}
  body.light-page .shared-hero .actions,
  body.services-redesign .services-hero .actions,
  body.industries-redesign .industries-hero .actions,
  body.careers-redesign .careers-hero .actions,
  body.contact-redesign .contact-hero .actions,
  body.light-page.service-detail-page .service-detail-hero .actions{margin-top:18px!important}
  body.light-page .shared-hero .services-hero-panel,
  body.services-redesign .services-hero-panel,
  body.industries-redesign .industries-hero-panel,
  body.careers-redesign .careers-hero-panel,
  body.contact-redesign .contact-hero-panel{padding:12px!important;border-radius:22px!important}
  body.light-page .shared-hero .services-hero-panel a,
  body.services-redesign .services-hero-panel a,
  body.industries-redesign .radar-card,
  body.careers-redesign .job-signal{padding:13px!important;border-radius:18px!important;gap:11px!important}
  body.light-page .section,
  body.light-page .scroll-story,
  body.light-page .service-scroll-intro,
  body.light-page .service-narrative,
  body.services-redesign .service-lines-redesign,
  body.services-redesign .services-capability-board,
  body.industries-redesign .industries-board,
  body.industries-redesign .industries-capability-board,
  body.careers-redesign .jobs-board,
  body.contact-redesign .contact-board,
  body.careers-redesign .careers-principles{padding-top:50px!important;padding-bottom:58px!important}
  body.light-page .dark-proof,
  body.light-page .insight-band,
  body.services-redesign .services-blueprint,
  body.industries-redesign .industries-pattern-section{padding-top:58px!important;padding-bottom:58px!important}
  body.light-page .shared-hero.services-hero,
  body.services-redesign .services-hero,
  body.industries-redesign .industries-hero,
  body.careers-redesign .careers-hero,
  body.contact-redesign .contact-hero,
  body.light-page.service-detail-page .service-detail-hero{overflow:hidden!important;min-height:auto!important}
  body.light-page .shared-hero .services-hero-panel,
  body.services-redesign .services-hero-panel,
  body.industries-redesign .industries-hero-panel,
  body.careers-redesign .careers-hero-panel,
  body.contact-redesign .contact-hero-panel{width:100%!important;max-width:100%!important;gap:8px!important;box-shadow:0 14px 36px rgba(13,23,38,.09)!important}
  body.light-page .shared-hero .services-hero-panel a,
  body.services-redesign .services-hero-panel a{grid-template-columns:36px 1fr!important;min-width:0!important;box-shadow:0 10px 26px rgba(13,23,38,.07)!important}
  body.light-page .shared-hero .services-hero-panel span,
  body.services-redesign .services-hero-panel span,
  body.industries-redesign .radar-card span,
  body.careers-redesign .job-signal span{width:30px!important;height:30px!important;font-size:10px!important}
  body.light-page .shared-hero .services-hero-panel small,
  body.services-redesign .services-hero-panel small,
  body.industries-redesign .radar-card small,
  body.careers-redesign .job-signal small{display:none!important}
  body.light-page .shared-hero .services-hero-panel strong,
  body.services-redesign .services-hero-panel strong,
  body.industries-redesign .radar-card strong,
  body.careers-redesign .job-signal strong{font-size:14px!important;line-height:1.05!important}
}
