@font-face{font-family:Inter;src:url("6ffedb48f2-inter.woff2?v=1.3.1") format('woff2');font-weight:100 900;font-display:swap}
@font-face{font-family:'Noto Sans SC';src:url("83ac19c0b4-noto-sans-sc.woff2?v=1.3.1") format('woff2');font-weight:100 900;font-display:swap}
:root{--ink:#101214;--paper:#faf9f2;--accent:#087565;--mint:#81cbb6;--white:#f7f8f2;--muted:#636b68;--line:#dddfd7;--dark-line:#ffffff26;--header:68px;--sans:Inter,'Noto Sans SC','Microsoft YaHei',sans-serif}
*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:90px}
body{margin:0;background:var(--paper);font-family:var(--sans);color:var(--ink);-webkit-font-smoothing:antialiased}
body.menu-open{overflow:hidden}
h1,h2,h3,p,figure,ul,ol,dl,dd{margin:0}
ul,ol{list-style:none;padding:0}
a{color:inherit;text-decoration:none}
button{font:inherit;color:inherit;cursor:pointer}
img{max-width:100%;display:block;object-fit:cover}
a,button,summary{touch-action:manipulation;-webkit-tap-highlight-color:transparent}
a:focus-visible,button:focus-visible,summary:focus-visible,[tabindex]:focus-visible{outline:3px solid var(--accent);outline-offset:5px}
.dark :focus-visible,.hero :focus-visible,.header :focus-visible,.contact :focus-visible{outline-color:var(--mint)}
[hidden]{display:none!important}
p{line-height:1.7}
h1,h2,h3{text-wrap:balance;font-weight:600}
h2{font-size:clamp(36px,4.1vw,60px);line-height:1.25;letter-spacing:-.035em}
h3{line-height:1.35;letter-spacing:-.02em}
html[lang=en] h2{font-size:clamp(38px,4.4vw,64px);line-height:1.08;letter-spacing:-.045em}
::selection{background:#b4dfcf;color:var(--ink)}
.container{width:min(1400px,calc(100% - 48px));margin-inline:auto}
.section{padding:112px 0}
.dark{background:var(--ink);color:var(--white)}
.light{background:var(--paper)}
.eyebrow{display:flex;align-items:center;gap:10px;font-size:12px;font-weight:600;line-height:1.5;letter-spacing:.09em;text-transform:uppercase;margin-bottom:24px}
.eyebrow:before,.scene-dot{content:'';display:inline-block;flex-shrink:0;width:6px;height:6px;border-radius:50%;background:var(--accent)}
.dark .eyebrow:before,.hero .eyebrow:before,.contact .eyebrow:before,.scene-dot{background:var(--mint)}
.section-heading{max-width:1000px;margin-bottom:48px}
.section-heading .intro{max-width:930px;margin-top:26px;color:var(--muted);font-size:22px;line-height:1.6}
.dark .intro{color:#b5bcba}
.center{text-align:center;margin-inline:auto;max-width:960px}
.center .eyebrow{justify-content:center}
.center .intro{max-width:800px;margin-inline:auto}
.button{display:inline-flex;align-items:center;justify-content:center;gap:24px;min-height:54px;padding:16px 26px;background:var(--accent);color:white;border:1px solid var(--accent);border-radius:4px;font-size:16px;font-weight:500;line-height:1.3;transition:background .2s,transform .2s}
.button:hover{background:#065f52;border-color:#065f52;transform:translateY(-2px)}
.button span,.text-link span{font-size:20px;line-height:1}
.button-small{font-size:14px;min-height:42px;padding:11px 18px;gap:16px}
.actions{display:flex;align-items:center;flex-wrap:wrap;gap:28px}
.text-link{display:inline-flex;align-items:center;gap:16px;font-size:15px;font-weight:500;color:var(--accent);padding:10px 0}
.text-link:hover{text-decoration:underline;text-underline-offset:5px}
.dark .text-link{color:var(--mint)}
.skip{position:fixed;left:20px;top:-120px;z-index:200;padding:16px;background:white;color:#111}
.skip:focus{top:12px}
.header{height:var(--header);position:sticky;top:0;z-index:50;background:var(--ink);color:var(--white);border-bottom:1px solid #ffffff1c}
.header-inner{height:100%;display:flex;align-items:center;gap:30px}
.brand{display:inline-flex;align-items:center;gap:12px;white-space:nowrap;flex-shrink:0}
.brand img{width:76px;height:auto}
.brand>span{font-size:21px;font-weight:600;letter-spacing:-.06em;border-left:1px solid #ffffff30;padding-left:12px}
.desktop-nav{display:flex;align-items:center;gap:26px;margin-left:auto}
.nav-link{font-size:13px;line-height:1.5;padding-block:12px;white-space:nowrap}
.nav-link>span{display:none}
.nav-link:hover{color:var(--mint)}
.header-actions{display:flex;align-items:center;gap:20px}
.language{font-size:12px;padding:12px 0}
.menu-toggle{display:none;background:transparent;border:0;width:36px;height:42px;padding:8px}
.menu-toggle span{display:block;width:20px;height:1px;background:currentColor;margin:6px 0;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-menu{position:absolute;top:var(--header);left:0;width:100%;height:calc(100dvh - var(--header));background:var(--ink);padding:25px 24px;overflow:auto}
.mobile-link{display:flex;justify-content:space-between;border-bottom:1px solid var(--dark-line);font-size:24px;padding:18px 0}
.mobile-menu .button{margin-top:28px}

/* Full-frame film. The media is never restricted to a right column. */
.hero{position:relative;isolation:isolate;background:var(--ink);color:var(--white);min-height:760px;display:flex;flex-direction:column;justify-content:center}
.hero-photo,.hero-shade{position:absolute;inset:0;z-index:-2}
.hero-photo video{width:100%;height:100%;display:block;object-fit:cover;object-position:50% 48%;filter:saturate(.65)}
.hero-shade{z-index:-1;background:linear-gradient(90deg,#080e12db 0%,#080e12ad 32%,#080e124d 68%,#080e1220),linear-gradient(0deg,#10121488,transparent 40%)}
.hero-inner{padding-top:110px;padding-bottom:116px;flex:1;display:flex;flex-direction:column;justify-content:center;align-items:flex-start}
.hero h1{font-size:64px;line-height:1.22;letter-spacing:-.04em;max-width:940px}
.hero h1 span{display:block}
html[lang=en] .hero h1{font-size:76px;line-height:.99;letter-spacing:-.05em;max-width:960px}
.hero-description{font-size:22px;line-height:1.65;max-width:620px;margin-top:28px;color:#e4e7e4}
.hero .actions{margin-top:34px}
.hero-secondary{display:inline-flex;align-items:center;gap:18px;font-size:15px;padding:14px 0;color:#e7eae6}
.hero-secondary:hover{text-decoration:underline;text-underline-offset:6px}
.video-toggle{position:absolute;right:24px;bottom:98px;z-index:2;padding:8px 12px;border:1px solid #ffffff70;border-radius:4px;background:#10121480;color:#fff;font-size:11px;line-height:1.5}
.video-toggle:hover{background:#101214df}
.trust{background:#ffffff13;backdrop-filter:blur(16px);border-top:1px solid #ffffff50}
.trust-inner{min-height:76px;display:flex;align-items:center;gap:42px}
.trust p{font-size:11px;letter-spacing:.06em;flex-shrink:0;color:#c6d0cc}
.trust ul{display:flex;align-items:center;justify-content:space-between;gap:24px;flex:1}
.trust li{font-size:14px;line-height:1.4;white-space:nowrap;color:#e3e8e4}

/* Alternating narrative, joined by a single reading path. */
.problem{padding-bottom:0}
.problem-scene{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center}
.problem-scene figure{height:380px;border-radius:16px;overflow:hidden;position:relative}
.problem-scene img{width:100%;height:100%;filter:saturate(.6)}
.problem-scene figcaption{position:absolute;bottom:0;left:0;right:0;display:flex;align-items:center;gap:10px;padding:34px 24px 22px;background:linear-gradient(transparent,#0b1217d9);font-size:12px;color:#fff}
.problem-copy{padding-block:10px}
.problem-copy h2,html[lang=en] .problem-copy h2{font-size:clamp(36px,3.6vw,52px);line-height:1.15;letter-spacing:-.035em}
.accent-text{display:block;color:var(--mint);margin-top:3px}
.problem-copy>p:not(.eyebrow){font-size:22px;line-height:1.65;color:#b5bcba;margin-top:26px;max-width:660px}
.problem-scene.reverse figure{order:2}
.story-connector{height:88px;position:relative;margin-inline:24%}
.story-connector:before{content:'';position:absolute;left:0;right:0;top:0;height:44px;border-left:1px solid #72cbb290;border-bottom:1px solid #72cbb290;border-bottom-left-radius:16px}
.story-connector:after{content:'';position:absolute;left:0;right:0;top:44px;height:44px;border-right:1px solid #72cbb290;border-top:1px solid #72cbb290;border-top-right-radius:16px}
.story-end{height:68px;width:24%;margin-left:50%;border-right:1px solid #72cbb290;border-bottom:1px solid #72cbb290;border-bottom-right-radius:16px}

/* Process scene: image + task + output, with four manual selectors. */
.process{padding-top:52px}
.process-stage{border-radius:18px;overflow:hidden;border:1px solid #ffffff23}
.process-panel{min-height:590px;position:relative;isolation:isolate;display:grid;grid-template-columns:1.35fr 1fr;gap:64px;align-items:end;padding:110px 46px 44px}
.stage-photo,.stage-shade{position:absolute;inset:0;width:100%;height:100%;z-index:-2}
.stage-photo{object-position:50% 43%;filter:saturate(.5)}
.stage-shade{z-index:-1;background:linear-gradient(0deg,#070f15ed,#070f151a 100%),linear-gradient(90deg,#070f1566,transparent)}
.stage-top{position:absolute;top:26px;left:30px;right:30px;display:flex;justify-content:space-between;align-items:center;font-size:12px;color:#e7eeea}
.stage-top p{display:flex;align-items:center;gap:10px;background:#0c1719a6;border:1px solid #ffffff26;border-radius:30px;padding:8px 14px;font-size:11px;letter-spacing:.05em}
.stage-copy h3{font-size:38px;line-height:1.2;max-width:650px}
.stage-copy>p:not(.eyebrow){font-size:18px;line-height:1.7;max-width:620px;margin-top:24px;color:#d3ddd8}
.stage-artifact{background:#101b20d9;backdrop-filter:blur(20px);border:1px solid #ffffff3b;border-radius:12px;padding:28px;align-self:center;max-width:420px;justify-self:end;width:100%;box-shadow:0 20px 50px #0003}
.artifact-label{font-size:11px;letter-spacing:.06em;text-transform:uppercase;color:var(--mint);margin-bottom:14px}
.stage-artifact li{font-size:15px;padding:14px 0;border-bottom:1px solid #ffffff22;display:flex;gap:16px}
.stage-artifact li span{font-size:11px;color:#93a7a0;padding-top:3px}
.artifact-output{padding-top:22px;position:relative;padding-right:22px}
.artifact-output small{display:block;font-size:11px;color:#99ada5;margin-bottom:8px}
.artifact-output strong{font-size:16px;line-height:1.6;font-weight:500;display:block}
.artifact-output>span{position:absolute;right:0;bottom:3px;color:var(--mint)}
.process-tabs{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px;margin-top:28px}
.process-tabs button{background:none;text-align:left;border:0;border-top:2px solid #ffffff2b;padding:20px 0 6px;display:grid;grid-template-columns:auto 1fr;column-gap:14px;row-gap:12px;color:#9ea9a4;transition:border-color .2s,color .2s}
.process-tabs button[aria-selected=true],.process-tabs button:hover{border-color:var(--mint);color:var(--white)}
.step-number{font-size:14px;color:var(--mint);padding-top:4px}
.process-tabs strong{font-size:21px;font-weight:500}
.step-description{grid-column:2;font-size:14px;line-height:1.55;max-width:250px;color:#a7b1ac}

/* Three services stay visible simultaneously. */
.service-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}
.service-card{background:#fff;border:1px solid #dcded5;border-radius:16px;overflow:hidden;display:flex;flex-direction:column;transition:border-color .2s,box-shadow .2s,transform .2s;scroll-margin-top:95px}
.service-card:hover{border-color:var(--accent);box-shadow:0 12px 30px #08756512;transform:translateY(-4px)}
.service-card figure{height:252px;position:relative;overflow:hidden}
.service-card img{width:100%;height:100%;filter:saturate(.7);transition:transform .6s}
.service-card:hover img{transform:scale(1.03)}
.service-card:first-child img{object-position:center 30%}
.image-index{position:absolute;top:18px;left:18px;color:#fff;border:1px solid #ffffff55;border-radius:25px;padding:6px 10px;background:#10121455;font-size:11px}
.service-copy{padding:26px;display:flex;flex-direction:column;align-items:flex-start;flex:1}
.service-copy h3{font-size:25px}
.service-copy>p{font-size:16px;line-height:1.65;color:var(--muted);margin:16px 0 22px}
.tags{display:flex;flex-wrap:wrap;gap:8px}
.tags li{border:1px solid #dce0d9;background:#f4f5f1;border-radius:30px;padding:7px 12px;font-size:12px;line-height:1.4;color:#49534f}
.service-copy .text-link{margin-top:auto;padding-top:30px}
.rpo-strip{border-top:1px solid #d3d8ce;margin-top:54px;padding-top:34px;display:grid;grid-template-columns:1fr 1fr auto;gap:50px;align-items:center}
.rpo-strip .eyebrow{margin-bottom:12px}
.rpo-strip h3{font-size:23px;max-width:440px}
.rpo-strip>p{font-size:16px;line-height:1.7;color:var(--muted)}
.rpo-strip .text-link{white-space:nowrap}

.industry-layout{display:grid;grid-template-columns:320px minmax(0,1fr);gap:64px}
.industry-tabs{display:flex;flex-direction:column}
.industry-tabs button{border:0;border-bottom:1px solid #ffffff23;background:none;padding:23px 0;display:flex;align-items:center;text-align:left;gap:18px;color:#aeb9b3}
.industry-tabs button small{font-size:11px;color:#788982}
.industry-tabs button span:nth-child(2){flex:1;font-size:21px}
.industry-tabs button span:last-child{color:var(--mint);opacity:0;transition:opacity .2s}
.industry-tabs button[aria-selected=true]{color:#fff;border-bottom-color:var(--mint)}
.industry-tabs button[aria-selected=true] span:last-child,.industry-tabs button:hover span:last-child{opacity:1}
.industry-panel figure{height:410px;position:relative;border-radius:16px;overflow:hidden}
.industry-panel img{width:100%;height:100%;filter:saturate(.72)}
.industry-panel figcaption{position:absolute;bottom:0;left:0;right:0;display:flex;justify-content:space-between;align-items:center;padding:55px 28px 24px;background:linear-gradient(transparent,#081313cd);font-size:26px;font-weight:500}
.industry-panel figcaption span{font-size:11px;font-weight:400;color:#d1ded7}
.industry-copy{padding:28px 0 0}
.industry-copy h3{font-size:28px}
.industry-copy p{color:#aeb9b3;font-size:17px;line-height:1.65;margin-top:14px;max-width:820px}
.industry-copy .tags{margin-top:22px}
.dark .tags li{border-color:#ffffff23;background:#ffffff09;color:#c5d4cc}

.global{padding-top:28px}
.global-stage{display:grid;grid-template-columns:1.2fr 1fr;border:1px solid #ffffff20;border-radius:18px;overflow:hidden;min-height:450px;background:#152222}
.region-graphic{position:relative;overflow:hidden;isolation:isolate;display:flex;align-items:center;justify-content:center;min-height:460px}
.region-graphic>img{position:absolute;inset:0;width:100%;height:100%;filter:saturate(.4);z-index:-3}
.region-graphic:after{content:'';position:absolute;inset:0;background:#081c22c7;z-index:-2}
.region-orbits{position:absolute;inset:0;z-index:-1;display:flex;align-items:center;justify-content:center}
.region-orbits i{position:absolute;border:1px solid #95d8c22e;border-radius:50%;width:360px;height:360px}
.region-orbits i:nth-child(2){width:520px;height:520px}
.region-orbits i:nth-child(3){width:680px;height:680px}
.region-codes{display:flex;align-items:center;gap:34px;padding:25px}
.region-codes>div{display:flex;flex-direction:column;align-items:center;gap:12px}
.region-codes>div:nth-child(2){margin-top:100px}
.region-codes span{font-size:48px;font-weight:500;letter-spacing:-.04em}
.region-codes small{font-size:13px;color:#b6d3c8}
.region-diagram-label{position:absolute;left:26px;bottom:24px;font-size:11px;letter-spacing:.05em;color:#b2c6bf}
.region-detail{padding:36px}
.region-tabs{display:flex;border-bottom:1px solid #ffffff25;gap:24px}
.region-tabs button{padding:0 0 16px;background:none;border:0;border-bottom:2px solid transparent;color:#adbbb5;font-size:15px}
.region-tabs button[aria-selected=true]{color:white;border-bottom-color:var(--mint)}
.region-panel{padding-top:32px;min-height:310px}
.region-panel .eyebrow{font-size:11px;margin-bottom:18px}
.region-panel h3{font-size:42px;letter-spacing:-.035em}
.region-panel>p:not(.eyebrow){color:#c1cdc7;font-size:17px;line-height:1.7;margin-top:20px}
.region-panel p.places{font-size:13px;color:#8eb6a7}
.region-panel .text-link{margin-top:20px}
.global-note{font-size:12px;color:#96a69e;line-height:1.75;margin-top:20px;max-width:1000px}

.cases{background:#e3eee3}
.cases .section-heading{max-width:930px}
.case-layout{display:grid;grid-template-columns:1fr 1fr;gap:100px;align-items:center}
.case-copy h3{font-size:32px;max-width:500px}
.case-copy>p:not(.eyebrow){font-size:18px;color:#53665b;margin-top:24px;max-width:560px}
.case-copy .text-link{margin-top:24px}
.case-proof dl{display:grid;grid-template-columns:1fr 1fr;gap:26px}
.case-proof dl>div{border-bottom:1px solid #afc9b8;padding-bottom:22px;display:flex;flex-direction:column-reverse;align-items:flex-start}
.case-proof dl>.metric-major{grid-column:1/-1;flex-direction:row-reverse;justify-content:flex-end;align-items:baseline;gap:24px}
.case-proof dt{font-size:14px;color:#4c6858}
.case-proof dd{font-size:76px;line-height:1.1;letter-spacing:-.07em;color:#126650;font-weight:500}
.case-proof .metric-major dd{font-size:160px}
.case-proof>p{font-size:12px;line-height:1.7;color:#526f5f;margin-top:22px;max-width:620px}

.resource-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}
.resource-card{min-height:510px;position:relative;border-radius:16px;overflow:hidden;isolation:isolate;display:flex;align-items:flex-end;color:white;background:var(--ink)}
.resource-card>img{position:absolute;inset:0;width:100%;height:100%;z-index:-2;filter:saturate(.7);transition:transform .6s}
.resource-card:after{content:'';position:absolute;inset:0;background:linear-gradient(0deg,#051117f5 5%,#051117c4 42%,#0511171a 100%);z-index:-1}
.resource-card:hover>img{transform:scale(1.04)}
.resource-copy{padding:30px;width:100%}
.resource-category{font-size:11px;letter-spacing:.06em;color:#a7d7c8;margin-bottom:20px}
.resource-copy h3{font-size:26px;line-height:1.35;letter-spacing:-.025em}
.resource-copy h3 a:after{content:'';position:absolute;inset:0}
.resource-copy>p:not(.resource-category){font-size:14px;line-height:1.65;color:#c4d0ca;margin-top:18px}
.resource-copy .text-link{color:#a2e0c9;font-size:13px;margin-top:18px;position:relative;z-index:1}

.contact{background:#102723;position:relative;isolation:isolate;color:white;padding:120px 0}
.contact-photo,.contact-shade{position:absolute;inset:0;width:100%;height:100%;z-index:-2}
.contact-photo{object-position:50% 40%;filter:saturate(.4)}
.contact-shade{z-index:-1;background:linear-gradient(90deg,#062d28f2,#062d28cc 54%,#062d285a)}
.contact-grid{display:grid;grid-template-columns:1.5fr 1fr;gap:100px;align-items:end}
.contact h2{max-width:800px}
.contact-grid>div>p:not(.eyebrow){font-size:20px;color:#c5ddd3;margin-top:26px;max-width:680px}
.contact .button{margin-top:34px;background:#f0f5eb;border-color:#f0f5eb;color:#144c3d}
.contact .button:hover{background:#d2e8db}
.contact-details{padding-bottom:4px;display:flex;flex-direction:column}
.contact-details a{padding:22px 0;border-bottom:1px solid #ffffff40;font-size:23px;display:flex;align-items:center;justify-content:space-between;gap:20px;overflow-wrap:anywhere}
.contact-details a:last-child{font-size:14px;color:#c1d7cd}
.footer{padding:76px 0 25px}
.footer-top{display:grid;grid-template-columns:1.7fr 1fr 1fr .9fr;gap:45px}
.footer-brand>p{font-size:14px;line-height:1.75;color:#a4b0a9;max-width:310px;margin-top:24px}
.footer-brand>p.company-name{font-size:12px;color:#6f867a}
.footer-top nav{display:flex;flex-direction:column;align-items:flex-start}
.footer-top nav h3{font-size:14px;letter-spacing:0;margin-bottom:22px;color:#f0f4ee}
.footer-link{font-size:13px;padding:7px 0;color:#a4b0a9;line-height:1.5}
.footer-link span{display:none}
.footer-link:hover{color:var(--mint)}
.footer-bottom{display:flex;align-items:flex-start;justify-content:space-between;gap:32px;border-top:1px solid #ffffff1f;padding-top:26px;margin-top:64px;font-size:11px;color:#8b9c91}
.source-details{max-width:480px}
.source-details summary{cursor:pointer}
.source-details p{margin:18px 0 10px}
.back-top{white-space:nowrap}
.noscript-note{padding:20px;text-align:center;font-size:14px}
html:not(.enhanced) [role=tabpanel][hidden]{display:block!important;margin-top:28px}
html:not(.enhanced) [role=tablist]{display:none}

@media(min-width:1650px){.hero{min-height:800px}.hero-inner{padding-top:120px;padding-bottom:140px}}
@media(max-width:1200px){
 .header-inner{gap:20px}.desktop-nav{gap:18px}.header-actions{gap:16px}.brand img{width:68px}.brand>span{font-size:19px}.nav-link{font-size:12px}
 .process-panel{gap:36px;padding:100px 32px 36px}.stage-copy h3{font-size:34px}.stage-artifact{padding:22px}
 .industry-layout{grid-template-columns:260px minmax(0,1fr);gap:40px}.industry-tabs button span:nth-child(2){font-size:18px}
 .trust-inner{gap:25px}.trust ul{gap:16px}.trust li{font-size:12px}
 .service-copy{padding:22px}.service-copy h3{font-size:22px}.rpo-strip{gap:30px}
 .case-layout,.contact-grid{gap:60px}.resource-copy{padding:24px}.resource-copy h3{font-size:23px}
}
@media(max-width:1100px){.desktop-nav{display:none}.header-actions{margin-left:auto}.menu-toggle{display:block}}
@media(max-width:1000px){
 .section{padding:88px 0}.section-heading .intro{font-size:20px}.hero{min-height:710px}.hero h1{font-size:58px}html[lang=en] .hero h1{font-size:66px}.hero-description{max-width:590px;font-size:20px}
 .trust-inner{align-items:flex-start;padding-block:20px;gap:24px}.trust ul{justify-content:flex-start;flex-wrap:wrap;gap:14px 25px}
 .problem{padding-bottom:0}.problem-scene{gap:35px}.problem-scene figure{height:360px}.problem-copy>p:not(.eyebrow){font-size:19px}.problem-copy h2,html[lang=en] .problem-copy h2{font-size:38px}
 .process{padding-top:48px}.process-panel{min-height:560px;grid-template-columns:1fr 1fr;gap:30px}.stage-copy h3{font-size:30px}.stage-copy>p:not(.eyebrow){font-size:16px}.stage-artifact li{font-size:13px}.process-tabs{gap:18px}.process-tabs strong{font-size:18px}.step-description{font-size:12px}
 .service-grid{gap:16px}.service-card figure{height:200px}.service-copy{padding:20px}.service-copy h3{font-size:20px}.service-copy>p{font-size:14px}.tags li{font-size:11px;padding:6px 10px}.rpo-strip{grid-template-columns:1fr 1fr}.rpo-strip .text-link{grid-column:2}
 .industry-layout{grid-template-columns:230px minmax(0,1fr);gap:30px}.industry-panel figure{height:360px}.industry-panel figcaption{font-size:23px}.industry-copy h3{font-size:26px}
 .global{padding-top:0}.global-stage{grid-template-columns:1fr 1fr}.region-codes{gap:25px;padding:15px}.region-codes span{font-size:34px}.region-detail{padding:28px}.region-tabs{gap:20px}.region-tabs button{font-size:13px}.region-panel h3{font-size:36px}
 .resource-grid{gap:16px}.resource-card{min-height:500px}.resource-copy{padding:22px}.resource-copy h3{font-size:21px}
 .footer-top{grid-template-columns:1.3fr 1fr 1fr;gap:40px}.footer-brand{grid-column:1/-1;display:flex;align-items:flex-start;gap:40px}.footer-brand>p{margin-top:0}
}
@media(max-width:760px){
 :root{--header:66px}.container{width:calc(100% - 36px)}.section{padding:72px 0}
 h2,html[lang=en] h2{font-size:36px;line-height:1.18;letter-spacing:-.04em}.section-heading{margin-bottom:32px}.section-heading .intro{font-size:17px;line-height:1.7;margin-top:20px}.eyebrow{font-size:10px;letter-spacing:.065em;margin-bottom:20px}
 .header-inner{gap:12px}.brand{gap:10px}.brand img{width:65px}.brand>span{font-size:18px;padding-left:10px}.header-actions{gap:17px}.header-cta{display:none}.language{font-size:11px}
 .button{font-size:14px;min-height:50px;padding:14px 22px;gap:20px}
 .hero{min-height:760px}.hero-inner{padding-top:100px;padding-bottom:116px}.hero h1{font-size:44px;line-height:1.2;letter-spacing:-.045em}html[lang=en] .hero h1{font-size:48px;line-height:1.04;max-width:550px}
 .hero-photo video{object-position:58% 50%}.hero-shade{background:linear-gradient(90deg,#080e12bb,#080e123b),linear-gradient(0deg,#080e1299,transparent 30%,#080e1244)}
 .hero-description{font-size:18px;line-height:1.7;max-width:560px;margin-top:24px}.hero .actions{margin-top:28px;gap:24px}.hero-secondary{font-size:13px;gap:12px}.video-toggle{right:18px;bottom:142px;font-size:10px;padding:7px 10px}
 .trust-inner{display:block;padding:18px 0 20px}.trust p{font-size:10px;margin-bottom:15px}.trust ul{gap:14px 24px}.trust li{font-size:12px}
 .problem{padding-bottom:0}.problem-scene{display:flex;flex-direction:column;gap:28px;align-items:stretch}.problem-scene figure,.problem-scene.reverse figure{order:2;height:auto;aspect-ratio:1.5;border-radius:12px}.problem-copy{order:1;padding:0}.problem-copy h2,html[lang=en] .problem-copy h2{font-size:36px;line-height:1.2}.problem-copy>p:not(.eyebrow){font-size:18px;line-height:1.7;margin-top:20px}.problem-scene figcaption{font-size:10px;padding:30px 18px 18px}.story-connector{height:64px}.story-connector:before{height:32px}.story-connector:after{height:32px;top:32px}.story-end{height:48px}
 .process{padding-top:42px}.process .center{text-align:left}.process .center .eyebrow{justify-content:flex-start}.process-panel{padding:110px 24px 28px;min-height:680px;display:flex;flex-direction:column;gap:28px;justify-content:flex-end;align-items:stretch}.stage-photo{object-position:50% 35%}.stage-shade{background:linear-gradient(0deg,#07121cf5 10%,#07121c73 80%,#07121c33)}.stage-top{top:18px;left:18px;right:18px;font-size:11px}.stage-top p{font-size:9px;padding:7px 10px}.stage-copy h3{font-size:29px;line-height:1.25}.stage-copy .eyebrow{margin-bottom:14px}.stage-copy>p:not(.eyebrow){font-size:16px;line-height:1.65;margin-top:18px}.stage-artifact{max-width:none;padding:18px;align-self:stretch}.stage-artifact li{padding:10px 0;font-size:13px}.artifact-label{font-size:10px;margin-bottom:6px}.artifact-output{padding-top:16px}.artifact-output strong{font-size:14px}
 .process-tabs{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px 24px;margin-top:22px}.process-tabs button{padding-top:14px;column-gap:10px;row-gap:8px}.process-tabs strong{font-size:16px}.step-number{font-size:11px}.step-description{font-size:11px}
 .service-grid{grid-template-columns:1fr;gap:24px}.service-card figure{height:auto;aspect-ratio:1.7}.service-copy{padding:26px}.service-copy h3{font-size:25px}.service-copy>p{font-size:16px}.tags li{font-size:12px}.service-copy .text-link{padding-top:24px}.rpo-strip{display:block;margin-top:38px;padding-top:28px}.rpo-strip h3{font-size:24px}.rpo-strip>p{font-size:16px;margin-top:20px}.rpo-strip .text-link{margin-top:16px}
 .industry-layout{display:flex;flex-direction:column;gap:24px}.industry-tabs{display:grid;grid-template-columns:1fr 1fr;gap:0 24px}.industry-tabs button{padding:16px 0;gap:12px}.industry-tabs button small{font-size:10px}.industry-tabs button span:nth-child(2){font-size:15px}.industry-tabs button span:last-child{font-size:16px}.industry-panel figure{height:auto;aspect-ratio:1.25;border-radius:12px}.industry-panel figcaption{padding:48px 20px 20px;font-size:24px}.industry-panel figcaption span{font-size:9px}.industry-copy{padding-top:24px}.industry-copy h3{font-size:26px}.industry-copy p{font-size:16px}.industry-copy .tags{margin-top:18px}
 .global{padding-top:0}.global-stage{display:block}.region-graphic{min-height:300px}.region-codes{gap:48px}.region-codes span{font-size:42px}.region-codes small{font-size:12px}.region-codes>div:nth-child(2){margin-top:60px}.region-diagram-label{font-size:10px;left:20px;bottom:20px}.region-detail{padding:28px 24px}.region-tabs{gap:24px}.region-tabs button{font-size:14px;padding-bottom:14px}.region-panel{min-height:300px;padding-top:28px}.region-panel h3{font-size:36px}.region-panel>p:not(.eyebrow){font-size:16px}.region-panel p.places{font-size:12px}.global-note{font-size:11px;line-height:1.7}
 .case-layout{display:flex;flex-direction:column;align-items:stretch;gap:44px}.case-copy h3{font-size:28px}.case-copy>p:not(.eyebrow){font-size:17px;margin-top:20px}.case-copy .text-link{margin-top:16px}.case-proof .metric-major dd{font-size:140px}.case-proof dd{font-size:66px}.case-proof dt{font-size:13px}.case-proof>p{font-size:11px}
 .resource-grid{grid-template-columns:1fr;gap:22px}.resource-card{min-height:450px}.resource-copy{padding:28px}.resource-copy h3{font-size:27px}.resource-copy>p:not(.resource-category){font-size:15px}
 .contact{padding:86px 0}.contact-grid{display:block}.contact-shade{background:linear-gradient(90deg,#062d28ef,#062d28b3)}.contact-photo{object-position:40% 50%}.contact h2{font-size:40px}.contact-grid>div>p:not(.eyebrow){font-size:18px}.contact-details{margin-top:48px}.contact-details a{font-size:22px;padding:18px 0}.contact-details a:last-child{font-size:13px}
 .footer{padding-top:54px}.footer-top{grid-template-columns:1fr 1fr;gap:36px 26px}.footer-brand{display:block}.footer-brand>p{margin-top:22px}.footer-brand>p.company-name{margin-top:18px}.footer-top nav h3{font-size:13px;margin-bottom:16px}.footer-link{font-size:12px;padding:7px 0}.footer-bottom{display:grid;grid-template-columns:1fr auto;gap:24px;margin-top:40px;font-size:10px}.source-details{grid-row:2;grid-column:1/-1}.back-top{grid-row:1;grid-column:2}
}
@media(max-width:370px){
 .container{width:calc(100% - 32px)}.brand img{width:58px}.brand>span{font-size:17px}.brand{gap:8px}.brand>span{padding-left:8px}.header-actions{gap:12px}
 .hero h1{font-size:34px}html[lang=en] .hero h1{font-size:40px}.hero-description{font-size:17px}.hero-inner{padding-top:84px;padding-bottom:104px}.hero .actions{gap:18px}.button{padding:13px 18px;font-size:13px}.hero-secondary{font-size:12px}.hero{min-height:760px}.trust ul{gap:12px 20px}.trust li{font-size:11px}.video-toggle{bottom:135px}
 h2,html[lang=en] h2,.problem-copy h2,html[lang=en] .problem-copy h2{font-size:32px}.section-heading .intro,.problem-copy>p:not(.eyebrow){font-size:16px}
 .process-panel{padding:90px 18px 22px;min-height:690px}.stage-copy h3{font-size:26px}.stage-artifact{padding:16px}.stage-copy>p:not(.eyebrow){font-size:15px}.stage-top p{font-size:8px}.process-tabs{gap:18px}.process-tabs strong{font-size:14px}
 .service-copy{padding:22px}.industry-tabs{gap:0 16px}.industry-tabs button{gap:8px}.industry-tabs button span:nth-child(2){font-size:13px}.industry-copy h3{font-size:24px}.industry-panel figcaption span{display:none}
 .region-codes{gap:30px}.region-codes span{font-size:38px}.region-detail{padding:24px 20px}.region-tabs{gap:18px}.region-tabs button{font-size:12px}.resource-copy{padding:24px}.resource-copy h3{font-size:24px}.contact h2{font-size:36px}.contact-details a{font-size:20px}
}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition:none!important;animation:none!important}}

.keep-phrase{white-space:nowrap}
.region-codes>div{opacity:.45;transition:opacity .25s}
.region-codes>div.active{opacity:1}
.process-panel:not([hidden]),.industry-panel:not([hidden]),.region-panel:not([hidden]){animation:panel-in .25s ease-out}
@keyframes panel-in{from{opacity:.65}to{opacity:1}}
