@font-face{font-family:Manrope;src:url('/assets/manrope.ttf') format('truetype');font-weight:200 800;font-display:swap}
@font-face{font-family:'Noto Sans SC';src:url('/assets/noto-sans-sc.ttf') format('truetype');font-weight:100 900;font-display:swap}
:root{--navy:#071b38;--ink:#102b50;--blue:#1261db;--blue-deep:#094cab;--sky:#eaf3ff;--ice:#f4f8fd;--muted:#52667f;--line:#d4e1f0;--white:#fff;--radius:14px;--shadow:0 16px 40px #112e5010;--ease:cubic-bezier(.16,1,.3,1)}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:110px;scrollbar-color:#a6bddb #f4f8fd}body{margin:0;background:#fff;color:var(--ink);font:400 16px/1.8 Manrope,'Noto Sans SC','PingFang SC','Microsoft YaHei',sans-serif;-webkit-font-smoothing:antialiased}::selection{background:#b8d7ff;color:#071b38}a{color:inherit;text-decoration:none;text-underline-offset:5px}button,input,select,textarea{font:inherit}button,a{touch-action:manipulation}button{cursor:pointer}a,button,summary{ -webkit-tap-highlight-color:transparent}a:focus-visible,button:focus-visible,summary:focus-visible,[tabindex]:focus-visible{outline:3px solid #3688f9;outline-offset:6px;border-radius:3px}h1,h2,h3,h4,p{margin:0}h1,h2,h3,h4{text-wrap:balance}h1,h2{font-weight:650;line-height:1.3;letter-spacing:-.03em}h2{font-size:clamp(32px,3.4vw,45px)}h3{font-size:23px;line-height:1.5;font-weight:600;letter-spacing:-.02em}p{color:var(--muted)}img{display:block;max-width:100%;height:auto}svg{flex:none}.icon{width:24px;height:24px;vertical-align:middle}[hidden]{display:none!important}.container{width:min(1248px,calc(100% - 96px));margin-inline:auto}.narrow{max-width:780px}.section{padding:104px 0}.section-heading{display:grid;grid-template-columns:1.2fr 1fr;gap:100px;align-items:end;margin-bottom:52px}.section-heading>p{max-width:480px;font-size:16px;line-height:1.95;padding-bottom:4px}.button{display:inline-flex;align-items:center;justify-content:center;gap:30px;min-height:54px;padding:13px 23px;border:1px solid transparent;border-radius:7px;background:var(--blue);color:#fff;font-size:15px;font-weight:650;line-height:1.5;transition:background .18s,box-shadow .18s}.button .icon{width:19px;height:19px;transition:transform .25s var(--ease)}.button:hover{background:var(--blue-deep);box-shadow:0 5px 15px #0c43a22b}.button:hover .icon{transform:translateX(3px)}.button.secondary{background:#ffffff08;border-color:#8398b1;color:#fff}.button.secondary:hover{background:#ffffff1c;border-color:#fff}.text-link{display:inline-flex;align-items:center;gap:15px;color:var(--blue-deep);font-size:14px;font-weight:600;line-height:1.8;padding:5px 0}.text-link .icon{width:18px;height:18px;transition:transform .2s var(--ease)}.text-link:hover{text-decoration:underline}.text-link:hover .icon{transform:translateX(3px)}.small-note{font-size:13px;line-height:1.85}.skip{position:fixed;z-index:100;left:20px;top:-100px;background:#fff;color:var(--navy);padding:12px 20px}.skip:focus{top:12px}
.site-header{position:sticky;top:0;z-index:30;background:var(--navy);color:#fff;border-bottom:1px solid #ffffff15}.nav-shell{height:84px;display:flex;align-items:center;justify-content:space-between;gap:30px}.brand{display:flex;align-items:center;gap:12px;flex:none}.brand>img{width:49px;height:44px;object-fit:contain}.brand>span{display:flex;flex-direction:column;gap:1px}.brand b{font-size:24px;letter-spacing:.08em;line-height:1.15;font-weight:750}.brand small{font-size:11px;letter-spacing:.12em;color:#cbdbef;line-height:1.6}.desktop-nav{display:flex;gap:28px;margin-left:auto;font-size:13px;align-items:center}.desktop-nav a{padding:14px 0;white-space:nowrap;color:#e0e9f6}.desktop-nav a:hover{color:#fff;text-decoration:underline}.nav-actions{display:flex;gap:24px;align-items:center}.language{display:flex;gap:7px;align-items:center;font-size:12px;min-height:44px}.language .icon{width:17px;height:17px;color:#b8cce5}.nav-contact{border:1px solid #7590b1;padding:8px 16px;border-radius:5px;font-size:13px;display:flex;align-items:center;gap:18px;white-space:nowrap}.nav-contact:hover{background:#ffffff12}.nav-contact .icon{width:16px;height:16px}.menu-toggle{display:none;background:none;border:0;padding:10px;color:#fff;width:44px;height:44px}.menu-toggle span{display:block;height:1px;background:currentColor;margin:6px 0;width:22px;transition:transform .2s}.menu-toggle[aria-expanded=true] span:first-child{transform:translateY(3.5px) rotate(45deg)}.menu-toggle[aria-expanded=true] span:last-child{transform:translateY(-3.5px) rotate(-45deg)}.mobile-nav{background:var(--navy);padding:12px 24px 24px;border-top:1px solid #ffffff1a}.mobile-nav a{display:block;padding:10px 4px;font-size:15px}
.hero{position:relative;min-height:650px;background:#061933;color:#fff;isolation:isolate;overflow:hidden}.hero-image,.hero-shade{position:absolute;inset:0;z-index:-1}.hero-image img{width:100%;height:100%;object-fit:cover;object-position:50% 52%}.hero-shade{background:linear-gradient(90deg,#04142de0 0%,#04142d9c 31%,#04142d26 57%,transparent 78%)}.hero-content{padding-top:92px;padding-bottom:108px;position:relative}.hero h1{font-size:clamp(48px,4.75vw,70px);max-width:730px;line-height:1.25;letter-spacing:-.035em}.hero-content>p{color:#d2deef;font-size:18px;line-height:1.85;margin-top:27px;max-width:610px}.hero-actions{display:flex;gap:16px;flex-wrap:wrap;margin-top:36px}.hero-location{display:flex;align-items:center;gap:9px;font-size:12px;color:#c0d3eb;margin-top:35px}.hero-location .icon{width:16px;height:16px}.hero-edge{position:absolute;right:max(48px,calc((100% - 1248px)/2));bottom:27px;color:#e1ecf9;font-size:11px;letter-spacing:.07em}.discipline-strip{background:#f0f6fe;border-bottom:1px solid #dbe7f5}.discipline-strip>.container{display:grid;grid-template-columns:repeat(4,1fr)}.discipline-strip a{display:flex;align-items:center;gap:16px;min-height:126px;padding:22px 20px;position:relative}.discipline-strip a:first-child{padding-left:0}.discipline-strip a:not(:last-child):after{content:'';position:absolute;right:16px;top:32px;bottom:32px;width:1px;background:#cfdded}.strip-icon{color:var(--blue);background:#deecff;display:grid;place-items:center;min-width:48px;height:48px;border-radius:50%}.strip-icon .icon{width:25px;height:25px}.discipline-strip strong{display:block;font-size:17px;font-weight:600}.discipline-strip small{display:block;font-size:11px;color:var(--muted);margin-top:4px}.strip-arrow{width:17px;height:17px;color:#396ea8;margin-left:auto;margin-right:20px;opacity:0;transition:opacity .2s}.discipline-strip a:hover .strip-arrow{opacity:1}
.introduction{background:linear-gradient(180deg,#fff,#fbfdff)}.levels{display:grid;grid-template-columns:repeat(3,1fr);gap:26px}.level{padding:28px 30px 31px;background:#edf5ff;border-radius:var(--radius);position:relative}.level:nth-child(2){background:#e8f1ff}.level:nth-child(3){background:#e0edff}.level-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px}.level-top>span{color:#155fc5;font-size:24px;font-weight:650;line-height:1;font-variant-numeric:tabular-nums}.level-top .icon{width:32px;height:32px;color:#2569c6}.level h3{font-size:21px;margin-bottom:13px}.level p{font-size:14px;line-height:1.9;max-width:33ch}.section-link{margin-top:24px}.services-section{background:var(--ice);border-top:1px solid #e2edf9}.services-layout{display:grid;grid-template-columns:.95fr 1.25fr;gap:104px;align-items:start}.services-intro>p{margin-top:24px;max-width:39ch}.service-emblem{margin:26px 0 30px;min-height:220px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:9px;background:transparent}.service-emblem img{width:180px;height:157px;object-fit:contain;filter:drop-shadow(0 14px 20px #2d61b11c)}.service-emblem span{font-size:13px;color:#456b9c;letter-spacing:.09em}.services-intro .small-note{margin-top:12px}.service-list{border-top:1px solid #becee2}.service-detail{border-bottom:1px solid #becee2}.service-detail summary{display:flex;align-items:center;gap:17px;list-style:none;cursor:pointer;padding:22px 0;min-height:78px}.service-detail summary::-webkit-details-marker{display:none}.service-detail summary h3{font-size:20px;flex:1}.service-icon{color:var(--blue);display:grid;place-items:center;min-width:29px}.detail-plus{display:grid;place-items:center;width:28px;height:28px;color:#426284}.detail-plus svg{width:19px;height:19px;transition:transform .25s var(--ease)}.service-detail[open] .detail-plus svg{transform:rotate(45deg)}.service-detail[open] summary{color:var(--blue-deep)}.service-body{padding:0 6px 27px 46px}.service-body>p{font-size:14px;line-height:1.95}.deliverable{display:flex;flex-direction:column;gap:5px;margin:18px 0 14px;font-size:12px;background:#e8f0fb;padding:13px 17px;border-radius:7px;color:#37577b}.deliverable strong{font-weight:650;color:var(--ink)}
.scenario-section{background:var(--navy);color:#fff}.scenario-section .section-heading>p{color:#b8cae0}.scenario-tabs{display:flex;gap:40px;border-bottom:1px solid #3a4d67;margin-top:12px;margin-bottom:40px}.scenario-tabs button{color:#acbfd8;background:none;border:0;border-bottom:3px solid transparent;padding:12px 0 18px;font-size:16px;white-space:nowrap;min-height:52px}.scenario-tabs button[aria-selected=true]{border-color:#72b4ff;color:#fff}.scenario-tabs button:hover{color:#fff}.scenario-layout{display:grid;grid-template-columns:.9fr 1.35fr;gap:80px;align-items:center}.scenario-copy h3{font-size:29px;line-height:1.6;max-width:440px;white-space:pre-line}.scenario-copy>p{margin-top:22px;color:#bfcee1;font-size:15px;max-width:39ch;line-height:1.95}.scenario-copy .text-link{color:#a3ceff;margin-top:24px}.example-label{display:block;font-size:11px;color:#98b1ce;margin-top:31px}.workflow{background:#fff;color:var(--ink);border-radius:var(--radius);overflow:hidden;min-height:386px;box-shadow:0 22px 44px #00000018}.workflow-toolbar{display:flex;align-items:center;justify-content:space-between;gap:15px;background:#edf3fb;padding:15px 22px}.workflow-toolbar>span{font-size:12px;font-weight:600}.view-switch{display:flex;background:#dce7f5;padding:3px;border-radius:6px;gap:3px}.view-switch button{border:0;background:transparent;padding:6px 13px;color:#355578;border-radius:4px;font-size:12px;min-height:32px}.view-switch button[aria-pressed=true]{background:#fff;color:#064cb0;box-shadow:0 2px 7px #193c6812}.workflow-row{display:flex;gap:18px;align-items:center;padding:23px 24px;border-bottom:1px solid #e3ebf5}.workflow-row>div{flex:1}.workflow-row h4{font-size:15px;line-height:1.6;font-weight:650}.workflow-row p{font-size:11px;line-height:1.8;margin-top:4px}.workflow-row>.icon{width:17px;height:17px;color:#3875ba}.role{flex:none;width:68px;text-align:center;padding:5px 3px;border-radius:5px;font-size:11px;line-height:1.5;color:#155ec7;background:#e7f0ff}.role-1{background:#edf0f8;color:#3f5685}.role-2{background:#e4f2f3;color:#1b6670}.workflow-output{display:flex;flex-direction:column;gap:7px;padding:18px 24px;background:#f7faff}.workflow-output span{font-size:11px;color:#52667f}.workflow-output strong{font-size:12px;font-weight:550}.workflow.is-changing{animation:workflow-change .32s var(--ease)}@keyframes workflow-change{from{filter:blur(1.7px)}to{filter:blur(0)}}#workflow-before{padding:24px;min-height:325px}#workflow-before ul{margin:0;padding:0;list-style:none}#workflow-before li{display:flex;gap:15px;padding:14px 0;color:#455d78;font-size:14px;border-bottom:1px solid #e3ebf5}#workflow-before li .icon{width:18px;height:18px;color:#8397af;margin-top:3px}#workflow-before>p{font-size:12px;margin-top:21px;color:#64768d}
.delivery-section{padding-bottom:0}.delivery-steps{display:grid;grid-template-columns:repeat(6,1fr);list-style:none;margin:0;padding:0;gap:25px}.delivery-steps li{position:relative;padding-top:13px}.delivery-steps li:before{content:'';height:1px;background:#b7d0ef;position:absolute;top:32px;left:35px;right:-25px}.delivery-steps li:last-child:before{display:none}.step-number{font-size:13px;line-height:36px;display:block;background:#e6f1ff;color:#175fc0;border-radius:50%;width:36px;height:36px;text-align:center;font-weight:650;font-variant-numeric:tabular-nums;position:relative}.delivery-steps h3{font-size:18px;margin:22px 0 10px}.delivery-steps p{font-size:12px;min-height:42px}.delivery-steps li>div{border-top:1px solid var(--line);padding-top:14px;margin-top:15px;font-size:11px;color:#41678f;line-height:1.8}.journey-banner{margin-top:71px;position:relative;min-height:322px;color:#fff;isolation:isolate;background:#1d395c;overflow:hidden}.journey-banner>img{position:absolute;inset:0;z-index:-2;height:100%;width:100%;object-fit:cover;object-position:center 52%}.journey-banner:after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,#06172fe6,#10254382 55%,#11244020);z-index:-1}.journey-banner>.container{min-height:322px;display:flex;align-items:center;justify-content:space-between;gap:50px}.journey-banner h3{font-size:33px;line-height:1.6;font-weight:550}.journey-banner .button{flex:none}.engagements{display:grid;grid-template-columns:repeat(3,1fr);gap:36px}.engagements article{border-top:2px solid #93b9e8;padding-top:28px}.engagements h3{font-size:23px;min-height:35px}.engagements p{font-size:14px;line-height:1.95;margin-top:19px;max-width:35ch;min-height:58px}.engagements article>div{font-size:12px;color:#3e638c;line-height:1.9;margin:25px 0 23px;max-width:40ch}.engagements .text-link{font-size:13px}
.about-section{background:linear-gradient(120deg,#e5efff,#f0f7ff 66%,#e3eeff);padding:78px 0}.about-layout{display:grid;grid-template-columns:1fr 1.05fr;gap:95px}.about-copy h3{font-size:22px;margin-bottom:21px}.about-copy p{font-size:14px;line-height:2;margin-top:17px}.location-mark{display:flex;align-items:center;gap:12px;margin-top:35px;color:#1c5eae}.location-mark .icon{width:25px;height:25px}.location-mark>span{font-size:14px;line-height:1.6}.location-mark small{display:block;font-size:11px;font-variant-numeric:tabular-nums;letter-spacing:.08em;color:#3e5d81;margin-top:3px}.collaboration-points{display:flex;flex-direction:column;gap:10px;margin-top:26px;color:#234d7e;font-size:13px}.collaboration-points span{display:flex;gap:11px;align-items:center}.collaboration-points .icon{width:17px;height:17px;color:#1466cf}.insight-list{display:grid;grid-template-columns:1fr 1fr;column-gap:56px}.insight-link{padding:30px 0;display:flex;justify-content:space-between;gap:30px;border-top:1px solid var(--line)}.insight-link>div{flex:1}.insight-link span{display:block;margin-top:15px;font-size:11px;color:#35649a}.insight-link h3{font-size:21px;margin-top:0;transition:color .2s}.insight-link p{font-size:13px;margin-top:12px;max-width:43ch;line-height:1.9}.insight-link>.icon{width:24px;height:24px;color:var(--blue);margin-top:27px}.insight-link:hover h3{color:var(--blue)}.insight-link:hover>.icon{transform:translate(2px,-2px)}
.contact{background:linear-gradient(110deg,#e1edff 0%,#f2f7ff 70%);border-top:1px solid #d6e5f8}.contact-layout{display:grid;grid-template-columns:1.4fr 1fr;gap:80px;align-items:center}.contact-copy>p{max-width:530px;font-size:15px;line-height:1.95;margin-top:26px}.contact-copy>.button{margin-top:29px}.email-address{display:flex;align-items:center;gap:14px;width:fit-content;font-size:21px;font-weight:550;margin-top:28px;line-height:1.8;overflow-wrap:anywhere}.email-address:hover{text-decoration:underline}.email-address .icon{width:19px;height:19px;color:#31649f}.contact-copy>.contact-note{font-size:11px;margin-top:13px;max-width:520px}.qr-contact{text-align:center;justify-self:center}.qr-frame{width:216px;height:216px;padding:7px;background:#fff;border-radius:var(--radius);box-shadow:0 12px 28px #0e367414;margin:0 auto 21px}.qr-frame img{width:202px;height:202px;object-fit:contain}.qr-contact h3{font-size:17px}.qr-contact p{font-size:12px;margin-top:7px}.qr-contact .text-link{font-size:11px;margin-top:9px}.site-footer{background:var(--navy);color:#a9bdd6;padding:43px 0 21px}.footer-top{display:flex;align-items:center;justify-content:space-between;gap:32px;padding-bottom:35px}.site-footer .brand{color:#fff}.footer-top>p{font-size:12px;color:#bdcee3;margin-left:auto}.back-top{font-size:11px;display:flex;align-items:center;gap:12px;padding:10px 0;color:#dbe7f6}.back-top .icon{width:17px;height:17px;transform:rotate(-90deg)}.footer-bottom{display:flex;align-items:center;gap:25px;justify-content:space-between;font-size:11px;padding-top:20px;border-top:1px solid #ffffff21}.footer-bottom a:hover{text-decoration:underline}
.article-main{padding:55px 0 100px;background:linear-gradient(#f1f6fe 0,#fff 480px)}.article-back{font-size:12px;margin-bottom:37px}.article-back .icon{transform:rotate(180deg)}.article-heading{max-width:920px;padding:8px 0 53px}.article-heading>span{display:block;margin-top:20px;font-size:12px;color:#39669a}.article-heading h1{font-size:clamp(35px,4vw,56px);line-height:1.45;margin:19px 0 23px}.article-heading>p{font-size:18px;max-width:760px;line-height:1.9}.article-layout{display:grid;grid-template-columns:260px 1fr;gap:85px;border-top:1px solid var(--line);padding-top:49px}.article-layout aside nav{position:sticky;top:130px;display:flex;flex-direction:column;gap:15px;font-size:12px;color:#416183;max-width:240px}.article-layout aside a:hover{color:var(--blue);text-decoration:underline}.article-body{max-width:750px}.article-body section{margin-bottom:40px;scroll-margin-top:120px}.article-body h2{font-size:25px;line-height:1.5;margin-bottom:18px}.article-body p{font-size:16px;line-height:2.05}.article-note{border-top:1px solid var(--line);padding-top:23px;font-size:12px;color:#647791;margin:48px 0 28px}.legal-main{padding:90px 0 110px;min-height:65vh;background:var(--ice)}.legal-main h1{font-size:45px;margin-bottom:28px}.legal-main h2{font-size:25px;margin:38px 0 15px}.legal-main p{font-size:15px;line-height:2;margin:18px 0}.legal-main .button{margin-top:22px}
html[lang=en] .brand small{font-size:11px;letter-spacing:0}html[lang=en] .desktop-nav{gap:21px}html[lang=en] .hero h1{font-size:clamp(48px,4.7vw,70px)}html[lang=en] .hero-content>p{max-width:570px;font-size:16px}html[lang=en] .hero-actions .button{font-size:13px;gap:22px}html[lang=en] .discipline-strip strong{font-size:15px}html[lang=en] .discipline-strip small{font-size:11px}html[lang=en] .level h3{font-size:20px}html[lang=en] .level p{max-width:none}html[lang=en] .service-detail summary h3{font-size:18px}html[lang=en] .role{font-size:11px}html[lang=en] .workflow-row h4{font-size:13px}html[lang=en] .workflow-row p{font-size:11px}html[lang=en] .delivery-steps h3{font-size:15px;min-height:45px}html[lang=en] .engagements h3{font-size:21px;min-height:64px}html[lang=en] .about-copy h3{font-size:20px}html[lang=en] .engagements p{min-height:78px}html[lang=en] .insight-link h3{font-size:21px}
@media(min-width:1600px){.hero{min-height:715px}.hero-content{padding-top:116px}.hero-image img{object-position:50% 53%}}
@media(max-width:1150px){.container{width:calc(100% - 64px)}.desktop-nav{gap:16px}.nav-actions{gap:18px}.nav-shell{gap:25px}.nav-contact{padding:8px 12px;gap:9px}.brand b{font-size:22px}.brand>img{width:43px;height:39px}.nav-shell{height:78px}.desktop-nav{font-size:12px}.services-layout{gap:58px}.scenario-layout{gap:50px}.section-heading{gap:60px}.about-layout{gap:60px}.discipline-strip a{gap:11px;padding:19px 11px}.strip-icon{min-width:40px;height:40px}.strip-arrow{display:none}.discipline-strip a:not(:last-child):after{right:5px}.delivery-steps{gap:18px}.delivery-steps li:before{right:-18px}.contact-layout{gap:60px}html[lang=en] .desktop-nav{gap:15px}html[lang=en] .brand small{max-width:108px;line-height:1.4}}
@media(max-width:960px){.desktop-nav{display:none}.menu-toggle{display:block}.nav-actions{margin-left:auto}.hero{min-height:635px}.hero h1{font-size:55px}.hero-content>p{max-width:480px;font-size:16px}.hero-content{padding-top:95px}.hero-image img{object-position:62% 50%}.hero-shade{background:linear-gradient(90deg,#04142deb,#04142d9c 50%,#04142d10)}.discipline-strip strong{font-size:15px}.discipline-strip small{font-size:11px}.strip-icon{min-width:34px;height:34px}.strip-icon .icon{width:21px;height:21px}.section{padding:76px 0}.section-heading{gap:35px;margin-bottom:40px}.section-heading>p{font-size:14px}.levels{gap:18px}.level{padding:23px 21px}.level h3{font-size:19px}.level p{font-size:13px}.services-layout{gap:35px;grid-template-columns:.85fr 1.15fr}.services-intro>p{font-size:14px}.service-detail summary{gap:12px}.service-detail summary h3{font-size:17px}.service-body{padding-left:0}.scenario-layout{gap:30px;grid-template-columns:.8fr 1.2fr}.scenario-copy h3{font-size:24px}.scenario-copy>p{font-size:13px}.workflow-row{padding:21px 17px;gap:12px}.workflow-toolbar{padding:14px 16px}.workflow-row h4{font-size:13px}.workflow-row p{font-size:11px}.role{width:58px}.delivery-section{padding-bottom:0}.delivery-steps{grid-template-columns:repeat(3,1fr);gap:34px}.delivery-steps li:nth-child(3):before{display:none}.delivery-steps p{min-height:0}.delivery-steps h3{margin-top:15px}.journey-banner h3{font-size:28px}.journey-banner>.container{gap:35px}.engagements{gap:25px}.engagements h3{font-size:20px}.engagements p{font-size:13px}.about-layout{gap:40px}.about-copy h3{font-size:19px}.about-copy p{font-size:13px}.insight-list{column-gap:30px}.insight-link h3{font-size:19px}.contact-layout{gap:30px}.footer-top{flex-wrap:wrap}.footer-top>p{margin-left:0}.article-layout{gap:45px;grid-template-columns:210px 1fr}html[lang=en] .delivery-steps h3{min-height:0}html[lang=en] .discipline-strip small{max-width:125px;line-height:1.5}html[lang=en] .hero-content>p{max-width:500px}html[lang=en] .role{width:59px}}
@media(max-width:680px){html{scroll-padding-top:93px}.container{width:calc(100% - 40px)}.nav-shell{height:72px;gap:15px}.brand>img{width:39px;height:35px}.brand{gap:8px}.brand b{font-size:21px}.brand small{font-size:11px}.nav-actions{gap:13px}.nav-contact{display:none}.language{font-size:11px}.language .icon{width:15px;height:15px}.menu-toggle{padding-right:0;width:33px}.hero{min-height:740px}.hero-content{padding-top:45px;padding-bottom:295px}.hero h1{font-size:clamp(37px,8.8vw,56px);line-height:1.3;letter-spacing:-.035em}.hero-content>p{font-size:14px;line-height:1.95;margin-top:22px;max-width:350px}.hero-actions{gap:12px;margin-top:26px}.hero-actions .button{font-size:12px;gap:17px;min-height:47px;padding:12px 16px}.hero-location{font-size:11px;margin-top:24px}.hero-image{top:230px}.hero-image img{object-fit:cover;object-position:75% 50%}.hero-shade{background:linear-gradient(180deg,#061933 0%,#061933 29%,#061933b8 49%,#06193300 70%,#06193345)}.hero-edge{right:20px;left:20px;bottom:22px;font-size:11px;text-align:right}.discipline-strip>.container{grid-template-columns:repeat(2,1fr)}.discipline-strip a,.discipline-strip a:first-child{padding:19px 10px;gap:12px;min-height:100px}.discipline-strip a:nth-child(2n+1){padding-left:0}.discipline-strip a:nth-child(-n+2){border-bottom:1px solid #d7e3f3}.discipline-strip a:not(:last-child):after{display:none}.strip-icon{width:38px;min-width:38px;height:38px}.discipline-strip strong{font-size:14px}.discipline-strip small{font-size:11px;letter-spacing:-.02em}.section{padding:64px 0}.section-heading{grid-template-columns:1fr;gap:21px;margin-bottom:32px}.section-heading>p{max-width:42ch;font-size:14px;line-height:1.9}h2{font-size:31px;line-height:1.45;letter-spacing:-.025em}.levels{grid-template-columns:1fr;gap:13px}.level{padding:23px 24px;display:grid;grid-template-columns:1fr auto;column-gap:22px}.level-top{grid-column:2;grid-row:1/3;margin:3px 0 0;flex-direction:column;gap:18px;align-self:center}.level-top>span{font-size:21px}.level-top .icon{width:28px;height:28px}.level h3{grid-column:1;font-size:18px;margin-bottom:10px}.level p{grid-column:1;max-width:35ch;font-size:13px}.section-link{font-size:12px;margin-top:18px}.services-layout{grid-template-columns:1fr;gap:28px}.services-intro>p{max-width:none;font-size:14px;margin-top:20px}.service-emblem{display:none}.services-intro .small-note{margin-top:18px;font-size:11px;max-width:40ch}.service-detail summary{min-height:77px;padding:19px 0;gap:15px}.service-detail summary h3{font-size:18px}.service-body{padding:0 0 25px 43px}.service-body>p{font-size:13px}.deliverable{font-size:11px;padding:12px 15px}.service-body .text-link{font-size:12px}.scenario-tabs{gap:0;justify-content:space-between;overflow-x:auto;margin:0 0 32px;scrollbar-width:thin}.scenario-tabs button{font-size:13px;padding:12px 6px 16px}.scenario-tabs button:first-child{padding-left:0}.scenario-layout{grid-template-columns:1fr;gap:25px}.scenario-copy h3{font-size:25px;line-height:1.55}.scenario-copy>p{font-size:14px;max-width:42ch;margin-top:16px}.scenario-copy .text-link{margin-top:17px;font-size:12px}.example-label{margin-top:12px;font-size:11px}.workflow{min-height:378px}.workflow-toolbar{padding:14px 15px}.workflow-toolbar>span{font-size:11px}.view-switch button{font-size:11px;padding:6px 12px;min-height:32px}.workflow-row{padding:22px 16px;gap:12px}.workflow-row h4{font-size:12px;line-height:1.7}.workflow-row p{font-size:11px}.workflow-row>.icon{display:none}.role{width:58px;font-size:11px}.workflow-output{padding:17px}.workflow-output strong{font-size:11px}.workflow-output span{font-size:11px}.delivery-section{padding-bottom:0}.delivery-steps{grid-template-columns:repeat(2,1fr);gap:28px 24px}.delivery-steps li:nth-child(3):before{display:block}.delivery-steps li:nth-child(even):before{display:none}.delivery-steps h3{font-size:17px;margin:16px 0 9px}.delivery-steps p{font-size:11px}.delivery-steps li>div{font-size:11px;margin-top:13px;padding-top:12px}.journey-banner{margin-top:45px;min-height:340px}.journey-banner>.container{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:28px;min-height:340px}.journey-banner h3{font-size:25px;line-height:1.65}.journey-banner>img{object-position:66% 50%}.journey-banner:after{background:#071d3977}.journey-banner .button{font-size:12px;min-height:48px}.engagements{grid-template-columns:1fr;gap:31px}.engagements article{padding-top:23px}.engagements h3{font-size:21px;min-height:0}.engagements p{font-size:14px;max-width:none;min-height:0;margin-top:13px}.engagements article>div{margin:17px 0 13px;font-size:12px}.engagements .text-link{font-size:12px}.about-section{padding:56px 0}.about-layout{grid-template-columns:1fr;gap:32px}.location-mark{margin-top:22px}.about-copy h3{font-size:20px;line-height:1.7;margin-bottom:17px}.about-copy p{font-size:14px;line-height:1.95}.collaboration-points{font-size:12px;gap:12px}.insight-list{grid-template-columns:1fr;gap:0}.insight-link{padding:25px 0;gap:23px}.insight-link h3{font-size:19px}.insight-link p{font-size:13px}.insight-link span{font-size:11px}.insight-link>.icon{width:20px;height:20px}.contact-layout{grid-template-columns:1fr;gap:40px}.contact-copy>p{font-size:14px;margin-top:20px}.contact-copy>.button{font-size:13px;margin-top:25px}.email-address{font-size:20px;margin-top:23px}.contact-copy>.contact-note{font-size:11px;max-width:38ch}.qr-contact{width:100%;padding-top:33px;border-top:1px solid #c2d7f2}.qr-frame{width:228px;height:228px;padding:8px}.qr-frame img{width:212px;height:212px}.qr-contact .text-link{min-height:44px;font-size:12px}.site-footer{padding:34px 0 25px}.footer-top{gap:22px;padding-bottom:25px}.footer-top>p{order:3;width:100%;font-size:11px}.back-top{margin-left:auto;font-size:11px}.footer-bottom{display:flex;flex-direction:column;align-items:flex-start;gap:10px;padding-top:23px;font-size:11px}.footer-bottom>a{padding:4px 0}.article-main{padding:32px 0 65px}.article-back{margin-bottom:24px;font-size:11px}.article-heading{padding-bottom:29px}.article-heading>span{font-size:11px}.article-heading h1{font-size:33px;line-height:1.5;margin:18px 0}.article-heading>p{font-size:15px}.article-layout{grid-template-columns:1fr;gap:32px;padding-top:25px}.article-layout aside nav{position:static;max-width:none;font-size:11px;gap:12px}.article-layout aside{border-bottom:1px solid var(--line);padding-bottom:25px}.article-body h2{font-size:23px;margin-bottom:14px}.article-body p{font-size:15px;line-height:2}.article-note{font-size:11px}.legal-main{padding:55px 0 70px}.legal-main h1{font-size:36px}.legal-main h2{font-size:23px}.legal-main p{font-size:14px}html[lang=en] .hero{min-height:790px}html[lang=en] .hero h1{font-size:clamp(36px,10.3vw,58px);line-height:1.25}html[lang=en] .hero-content>p{font-size:13px;max-width:340px}html[lang=en] .hero-actions .button{font-size:11px;gap:10px;padding:11px 13px}html[lang=en] .hero-location{font-size:11px}html[lang=en] .hero-image{top:265px}html[lang=en] .discipline-strip strong{font-size:13px}html[lang=en] .discipline-strip small{font-size:11px;max-width:120px}html[lang=en] .service-detail summary h3{font-size:16px}html[lang=en] .scenario-tabs button{font-size:11px;padding-inline:4px}html[lang=en] .scenario-copy h3{font-size:25px}html[lang=en] .workflow-row h4{font-size:12px}html[lang=en] .workflow-row p{font-size:11px}html[lang=en] .workflow-row{padding:20px 14px}html[lang=en] .role{width:53px;font-size:11px}html[lang=en] .delivery-steps h3{min-height:0;font-size:15px}html[lang=en] .engagements h3,html[lang=en] .engagements p{min-height:0}html[lang=en] .engagements h3{font-size:20px}html[lang=en] .insight-link h3{font-size:20px}html[lang=en] .about-copy h3{font-size:20px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}}
@media print{.site-header,.discipline-strip,.site-footer,.hero-actions,.menu-toggle,.view-switch{display:none}.section{padding:30px 0}.hero{min-height:0;background:#fff;color:#102b50}.hero-content{padding:30px 0}.hero-image,.hero-shade,.hero-edge,.hero-location{display:none}.hero-content>p{color:#52667f}.services-layout,.scenario-layout,.section-heading{display:block}.scenario-section{background:#fff;color:#102b50}.scenario-copy>p{color:#52667f}.qr-frame{box-shadow:none}.container{width:100%}a[href^=mailto]:after{content:' (' attr(href) ')';font-size:11px}.article-layout{display:block}.article-layout aside{display:none}}
