
/* TECONCE homepage V8 — 2026-09-17.
   Main grid and media proportions retained from V4. No font binaries included.
   Local Source Han / Noto CJK is used first; a web-font CSS fallback is configurable. */
@font-face{font-family:"TECONCE Source SC";src:local("SourceHanSansSC-Regular"),local("Source Han Sans SC Regular"),local("NotoSansCJKsc-Regular"),local("Noto Sans CJK SC");font-style:normal;font-weight:400;font-display:swap}
@font-face{font-family:"TECONCE Source SC";src:local("SourceHanSansSC-Bold"),local("Source Han Sans SC Bold"),local("NotoSansCJKsc-Bold"),local("Noto Sans CJK SC Bold");font-style:normal;font-weight:700;font-display:swap}
:root{
 --blue:#005BAC;--blue-dark:#004C90;--navy:#003965;--link:#337BAF;
 --ink:#171A1D;--muted:#171A1D;--pale:#F2F5F8;--line:#DEE4EB;--white:#fff;
 --wrap:1280px;--gutter:clamp(24px,5.56vw,88px);--header-space:46px;
 --font:"TECONCE Source SC","Noto Sans SC","Source Han Sans SC","Noto Sans CJK SC","PingFang SC","Microsoft YaHei",Arial,sans-serif;
 --heading:var(--font);--font-en:Arial,"Helvetica Neue","Liberation Sans",sans-serif;
 --title-weight:700;--copy-leading:1.65;--title-size:34px;
}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:28px}body{margin:0;background:#fff;color:var(--ink);font:17px/1.65 var(--font);-webkit-font-smoothing:antialiased;font-synthesis:none}body.dialog-open{overflow:hidden}
button,input,select,textarea{font:inherit;color:inherit}button,a{-webkit-tap-highlight-color:transparent}a{color:inherit;text-decoration:none}button{cursor:pointer;border:0;background:none;padding:0;border-radius:0;text-align:inherit}button:disabled{cursor:default}h1,h2,h3,p{margin:0}h1,h2,h3{line-height:1.35;letter-spacing:0}p{color:var(--ink)}img,video{display:block;max-width:100%}svg{flex-shrink:0}::selection{background:#dbeafa;color:var(--navy)}[hidden]{display:none!important}:focus-visible{outline:3px solid #85BCED;outline-offset:5px}.wrap{width:calc(100% - var(--gutter)*2);max-width:var(--wrap);margin-inline:auto}
main h1,main h2,main h3{font-family:var(--heading);font-weight:var(--title-weight);color:var(--ink);-webkit-text-stroke:0;font-synthesis:none}
.icon{width:32px;height:32px}.arrow{width:16px;height:16px;flex:0 0 16px;transition:transform .22s ease}.text-link{display:inline-flex;align-items:center;gap:11px;color:var(--link);font-size:16px;font-weight:400;line-height:1.6;min-height:32px;width:fit-content}.text-link:hover{color:var(--blue)}.text-link:hover .arrow{transform:translateX(3px)}.text-link span{border-bottom:1px solid transparent}.text-link:hover span{border-color:currentColor}
.skip-link{position:fixed;left:16px;top:-80px;background:#fff;color:var(--blue);padding:12px 20px;z-index:100}.skip-link:focus{top:12px}
/* 46px above AND below the nav row preserves the V4 header height. */
.site-header{background:var(--blue);color:#fff;position:relative;z-index:30}.header-inner{position:relative;display:flex;flex-direction:column;align-items:flex-start;padding-top:43px;padding-bottom:var(--header-space)}.brand{display:block;flex:0 0 auto}.brand img{width:256.5px;height:auto}.header-actions{display:flex;align-items:center;justify-content:space-between;width:100%;gap:24px;margin-top:var(--header-space)}.desktop-nav{display:flex;align-items:center;gap:28px;margin:0}.nav-item{position:relative}.nav-link{position:relative;display:flex;align-items:center;gap:7px;font-size:17px;font-weight:400;white-space:nowrap;min-height:42px;color:#fff}.chevron{width:14px;height:14px;opacity:.8}.nav-link:after{content:"";position:absolute;bottom:0;left:0;right:18px;height:1px;background:currentColor;transform:scaleX(0);transform-origin:left;transition:transform .2s}.nav-link:hover:after,.nav-link[aria-expanded=true]:after{transform:scaleX(1)}.contact-nav:after{right:0}.nav-dropdown{position:absolute;top:100%;left:0;background:#fff;color:var(--ink);width:318px;padding:12px 0;box-shadow:0 12px 28px #00365b24;border-top:3px solid #95c1e6;z-index:31}.nav-dropdown a{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:11px 21px;font-size:15px;line-height:1.6}.nav-dropdown a:hover{background:var(--pale);color:var(--blue)}.nav-dropdown .nav-overview{font-weight:700;color:var(--blue);padding-bottom:15px;margin-bottom:8px;border-bottom:1px solid var(--line)}
/* Segmented language control: active white, inactive brand blue; flush right. */
.language-switch{display:inline-flex;align-items:stretch;flex-shrink:0;gap:0;border:1px solid #ffffffbd;margin-left:auto;isolation:isolate;overflow:visible}.language-switch [data-lang]{font-family:var(--font-en);display:grid;place-items:center;min-width:47px;height:34px;padding:0 12px;font-size:13px;font-weight:400;color:#fff;background:transparent;opacity:1;line-height:1;transition:color .18s,background .18s;position:relative}.language-switch [data-lang][data-lang=zh]{font-family:var(--font)}.language-switch [data-lang]+[data-lang]{border-left:1px solid #ffffffbd}.language-switch [data-lang].active{background:#fff;color:var(--blue);z-index:1;box-shadow:0 1px 0 #fff,0 -1px 0 #fff}.language-switch [data-lang]:not(.active):hover{background:#ffffff18}.language-switch [data-lang]:focus-visible{outline-offset:4px;position:relative;z-index:2}.mobile-toggle,.mobile-nav{display:none}
/* The blue field overlaps exactly 1/3 of the media height, not a fixed pixel guess. */
.hero{position:relative;isolation:isolate}.hero:before{content:"";position:absolute;top:0;left:0;right:0;height:33.333333%;background:var(--blue);z-index:-1}.media-slot{position:relative;background:#EAF0F5;aspect-ratio:1.6;isolation:isolate;overflow:hidden}.hero-media{height:auto;aspect-ratio:21/9}.media-placeholder{position:absolute;inset:0;width:100%;height:100%;background:#EAF0F5;display:flex;align-items:center;justify-content:center;color:#7D91A6;transition:background .25s}.media-placeholder:hover{background:#E2EBF3}.media-center{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;padding:32px;text-align:center}.media-center>.icon{width:40px;height:40px;color:#8BA2B8;stroke-width:1}.media-label{font-size:16px;font-weight:400;letter-spacing:.04em;line-height:1.6}.media-sub{font-size:12px;opacity:.75;letter-spacing:.02em}.asset-id,.asset-ratio{position:absolute;font-size:10px;letter-spacing:.14em;opacity:.6}.asset-id{top:17px;left:19px}.asset-ratio{right:19px;bottom:15px}.hero-media .media-placeholder{background:#E9EFF5;color:#718AA1}.hero-media .media-center{gap:15px}.hero-media .media-center>.icon{width:58px;height:58px}.hero-media .media-label{font-size:21px;letter-spacing:.1em}.hero-media .media-sub{font-size:13px}.hero-media .asset-id{left:25px;top:23px}.hero-media .asset-ratio{right:25px;bottom:23px}.real-image,.real-video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.real-image{z-index:1}.real-video{z-index:2}.hero-playback{position:absolute;z-index:4;bottom:22px;right:24px;width:42px;height:42px;display:grid;place-items:center;background:#003965AA;color:white;font-size:19px;border:1px solid #ffffff66}

/* Typographic rhythm: compact inside a block, space between the large sections. */
.intro{text-align:left;padding-top:82px;padding-bottom:78px}.intro h1{font-size:48px;line-height:1.32;letter-spacing:0}.intro p{max-width:1040px;margin:22px 0 0;font-size:18px;line-height:1.7;text-wrap:pretty}
.business{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:54px;padding-bottom:6px}.business-item{display:flex;flex-direction:column;align-items:flex-start;scroll-margin-top:24px}.business-item:nth-child(2) .media-placeholder{background:#E9EDEF;color:#7C909E}.business-item .media-slot{width:100%;margin-bottom:22px}.business-item h2{font-size:30px;margin-bottom:16px;line-height:1.35}.business-item p{font-size:17px;line-height:var(--copy-leading);margin:0;max-width:99%}.business-item .text-link{margin-top:11px}
.section{padding-top:96px;padding-bottom:96px}.section-heading{display:flex;align-items:center;justify-content:space-between;gap:26px;margin-bottom:34px}.section-heading h2{font-size:var(--title-size);line-height:1.35}.section-heading .text-link{font-size:15px}.cases{padding-bottom:52px}.case-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:36px}.case-item{display:flex;flex-direction:column;align-items:flex-start}.case-item .media-slot{width:100%;aspect-ratio:3/2;margin-bottom:21px}.case-item:nth-child(2) .media-placeholder{background:#ECF0F3}.case-item:nth-child(3) .media-placeholder{background:#E7EDF2}.case-item h3{font-size:23px;line-height:1.4;margin-bottom:15px}.case-description{font-size:16px;line-height:var(--copy-leading);margin:0}.case-item .text-link{margin-top:10px;font-size:15px}
.industries{padding-top:48px;padding-bottom:100px}.industry-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:46px 36px}.industry-item .media-slot{aspect-ratio:16/9;margin-bottom:20px}.industry-item .media-center{padding:24px;gap:8px}.industry-item .media-label{font-size:14px}.industry-item .media-sub{display:none}.industry-item .media-center>.icon{width:36px;height:36px}.industry-item h3{font-size:23px;margin-bottom:13px;line-height:1.35}.industry-description{font-size:16px;line-height:var(--copy-leading);max-width:99%}.industry-item:nth-child(even) .media-placeholder{background:#EDF0F2}
/* Centered, monochrome facts; no illustrative headcount or product count. */
.glance{background:var(--pale);padding-top:72px;padding-bottom:70px}.glance .section-heading{margin-bottom:45px}.stat-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:28px}.stat{display:flex;flex-direction:column;align-items:center;text-align:center;min-width:0;color:var(--ink)}.stat-icon{color:var(--ink);width:64px;height:64px;stroke-width:1.25;margin-bottom:20px}.stat-value{font-family:var(--font-en);color:var(--ink);font-size:54px;font-weight:500;line-height:1.08;letter-spacing:-.025em;margin-bottom:14px}.stat h3{font-family:var(--font);font-size:15px;font-weight:400;color:var(--ink);letter-spacing:.02em;line-height:1.6}.stat-note{font-size:12px;color:var(--ink);white-space:pre-line;margin-top:10px;line-height:1.65;text-align:center}.stat-note:empty{display:none}
.mission{display:grid;grid-template-columns:1fr 1.9fr;align-items:center;gap:66px;padding-block:104px}.mission h2{font-size:var(--title-size);margin-bottom:20px}.mission-copy p{font-size:22px;line-height:1.6;color:var(--ink);font-weight:400;white-space:pre-line;margin-bottom:26px}.mission-media{aspect-ratio:16/9}.mission-media .media-placeholder{background:#E7EDF4}.mission-media .media-center>.icon{width:44px;height:44px;color:#91A7BD;stroke-width:1.2}.mission-media .media-label{font-size:15px}.mission-media .real-image{transition:transform .55s ease}.mission-media:hover .real-image{transform:scale(1.025)}.mission-launch{position:absolute;z-index:4;left:26px;bottom:26px;display:flex;align-items:center;gap:13px;background:#fff;color:var(--blue);padding:10px 18px 10px 10px;min-height:56px;transition:background .25s,color .25s,transform .3s;box-shadow:0 2px 12px #00396508}.play-disc{display:grid;place-items:center;width:36px;height:36px;transition:transform .3s}.play-disc svg{width:23px;height:23px}.play-copy{font-size:15px;font-weight:400;white-space:nowrap;transition:transform .3s}.mission-media:hover .mission-launch,.mission-launch:focus-visible{background:var(--blue);color:#fff;transform:translateX(7px)}.mission-media:hover .play-disc{transform:translateX(2px)}.mission-media:hover .play-copy{transform:translateX(1px)}
.watch-button{display:inline-flex;align-items:center;justify-content:space-between;gap:27px;border:1.5px solid var(--blue);background:#fff;color:var(--blue);min-height:51px;padding:12px 22px;min-width:160px;font-size:16px;font-weight:400;line-height:1.5;transition:color .22s,background .22s}.watch-button .watch-icon{width:17px;height:17px;transition:transform .22s}.watch-button:hover,.watch-button:focus-visible{color:#fff;background:var(--blue)}.watch-button:hover .watch-icon{transform:translateX(3px)}
/* Two narrower entry buttons, vertically stacked; top aligned with the copy. */
.contact-band{background:#fff;padding-top:10px;padding-bottom:98px}.contact-inner{display:grid;grid-template-columns:minmax(0,1fr) 224px;align-items:start;gap:96px}.contact-inner h2{font-size:var(--title-size);line-height:1.35;margin-bottom:20px}.contact-inner p{font-size:16px;line-height:1.65;max-width:590px}.contact-paths{display:grid;grid-template-columns:1fr;gap:12px;align-self:start;width:100%}.contact-paths :is(button,a){display:flex;justify-content:space-between;align-items:center;gap:18px;min-height:56px;padding:14px 21px;background:var(--blue);color:#fff;font-size:17px;font-weight:400;line-height:1.5;transition:background .2s,transform .2s}.contact-paths :is(button,a):nth-child(2){background:var(--ink)}.contact-paths :is(button,a):hover{background:var(--blue-dark)}.contact-paths :is(button,a):nth-child(2):hover{background:#30383f}.contact-paths :is(button,a):hover .arrow{transform:translateX(4px)}
.site-footer{background:var(--blue);color:#fff;padding-top:65px}.footer-main{display:grid;grid-template-columns:minmax(290px,1fr) auto;gap:75px;padding-bottom:58px}.footer-brand img{width:256.5px;height:auto}.company-name{font-size:14px;color:#fff;margin-top:28px}.contact-details{margin-top:14px}.contact-details p{font-size:13px;line-height:1.9;color:#DDEAF5;margin-top:3px}.footer-links{display:flex;gap:48px;align-items:flex-start;justify-content:flex-end}.footer-col h3{font-size:16px;font-weight:600;color:#fff;margin-bottom:21px;line-height:1.6}.footer-col a{display:block;font-size:14px;line-height:1.8;color:#DDEAF5;margin-bottom:12px;white-space:nowrap}.footer-col a:hover{color:#fff;text-decoration:underline;text-underline-offset:4px}.footer-col:last-child{text-align:right}.footer-bottom{border-top:1px solid #ffffff2b;display:flex;align-items:center;justify-content:space-between;gap:26px;min-height:88px;padding-block:20px}.footer-fine{display:flex;align-items:center;gap:24px;font-size:11px;color:#CCDEED;line-height:1.8}.review-stamp{opacity:.85}.footer-tools{display:flex;align-items:center;gap:26px}.footer-tools button{font-size:11px;color:#DDEAF5;line-height:1.8}.footer-tools button:hover{color:white}.linkedin{display:grid;place-items:center;width:32px;height:32px;background:#fff;border-radius:2px;color:var(--blue);transition:transform .2s}.linkedin svg{width:24px;height:24px;transform:translateX(1px)}.linkedin:hover{transform:translateY(-2px)}

html[lang=en] body{font-family:var(--font-en)}html[lang=en] main h1,html[lang=en] main h2,html[lang=en] main h3{font-family:var(--font-en);font-weight:700;letter-spacing:-.025em}html[lang=en] .nav-link{font-size:16px}html[lang=en] .intro h1{font-size:46px;max-width:1100px;line-height:1.18}html[lang=en] .intro p{max-width:1080px;line-height:1.6}html[lang=en] .business-item h2{font-size:30px}html[lang=en] .business-item p,html[lang=en] .case-description,html[lang=en] .industry-description{line-height:1.55}html[lang=en] .case-item h3{font-size:24px;line-height:1.3}html[lang=en] .stat h3{font-size:15px;font-weight:400;letter-spacing:0}html[lang=en] .stat-note{font-size:12px;line-height:1.6}html[lang=en] .mission-copy p{font-size:22px}html[lang=en] .contact-inner{grid-template-columns:minmax(0,1fr) 272px}html[lang=en] .contact-paths :is(button,a){font-size:16px}html[lang=en] .footer-links{gap:35px}html[lang=en] .footer-col a{font-size:13px}html[lang=en] .footer-col h3{font-size:15px}
.dialog{border:none;padding:0;width:min(720px,calc(100vw - 48px));max-height:calc(100dvh - 56px);color:var(--ink);background:white;overflow:auto;box-shadow:0 24px 100px #001c4138}.dialog::backdrop{background:#001b3e80;backdrop-filter:blur(3px)}.dialog-head{display:flex;align-items:center;justify-content:space-between;gap:25px;padding:27px 32px 21px;border-bottom:1px solid var(--line)}.dialog-head h2{font-size:23px;color:var(--blue)}.icon-button{width:36px;height:36px;display:grid;place-items:center;color:var(--blue);flex-shrink:0}.icon-button:hover{background:var(--pale)}.dialog-body{padding:28px 32px 34px}.dialog-body p{font-size:15px;line-height:1.9}.dialog-body h3{color:var(--blue);font-size:18px;margin:19px 0 10px}.dialog-body .text-link{margin-top:14px}.dialog-body .button-primary,.dialog-body .button-secondary{margin-top:15px}.dialog-body ul{font-size:14px;line-height:1.9;color:var(--muted);padding-left:19px}.dialog-body li+li{margin-top:5px}.prototype-notice{padding:10px 14px;background:var(--pale);font-size:13px!important;margin-bottom:20px}.button-primary,.button-secondary{display:inline-flex;justify-content:center;align-items:center;gap:20px;min-height:44px;padding:10px 21px;font-size:14px;line-height:1.6}.button-primary{background:var(--blue);color:white}.button-primary:hover{background:var(--blue-dark)}.button-secondary{border:1px solid #b8c7d8;color:var(--blue);background:white}.button-secondary:hover{background:var(--pale)}.button-primary .icon{width:21px;height:21px}.media-guide-id{color:#8292a7;font-size:12px;margin-bottom:16px;letter-spacing:.08em}.media-hint{background:var(--pale);padding:12px 17px;margin-top:18px}.media-actions{display:flex;gap:12px;flex-wrap:wrap}.media-actions label{cursor:pointer}.guide-list{display:grid;gap:9px;margin-top:15px}.guide-list a,.guide-list button{display:flex;justify-content:space-between;align-items:center;background:var(--pale);padding:10px 15px;font-size:14px;color:var(--blue)}.guide-list a span:first-child{min-width:25px;font-size:11px;color:#8292a7}.guide-sub{font-size:12px!important;color:#8492a4!important;margin-top:8px}.guide-token{display:inline-block;background:var(--blue);width:15px;height:15px;vertical-align:middle;margin-right:8px}.form-types{display:flex;gap:26px;margin-bottom:23px}.form-types label{display:flex;gap:8px;align-items:center;font-size:15px;margin:0;cursor:pointer}.form-types input{accent-color:var(--blue);width:17px;height:17px;margin:0}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:19px}form label{display:block;font-size:14px;color:#35475c;margin-bottom:18px}input:not([type=radio]):not([type=checkbox]),textarea,select{width:100%;border:1px solid #c8d2df;border-radius:0;padding:10px 12px;background:#fff;font-size:15px;line-height:1.6;display:block;margin-top:8px;min-height:44px}textarea{resize:vertical}input[type=file]{font-size:12px!important;padding:9px!important;min-height:43px}input::placeholder,textarea::placeholder{color:#8995a4;font-size:13px}.optional-link{font-size:14px}.form-guidance{font-size:14px!important;margin-bottom:23px;padding:12px 15px;background:var(--pale)}.field-note{font-size:12px!important;margin-top:-10px;color:#8291a2}.form-error{font-size:13px!important;color:#a73737;min-height:24px;margin-top:12px}.form-actions{display:flex;justify-content:flex-end;border-top:1px solid var(--line);padding-top:5px}.draft-actions{display:flex;gap:14px}.inquiry-dialog{width:min(720px,calc(100vw - 48px))}#draft-result h3{margin-top:0}#draft-text{margin-top:18px;font-size:13px}.video-dialog{width:min(1120px,calc(100vw - 32px));background:#000;overflow:hidden;max-height:90dvh}.video-dialog video{width:100%;max-height:85dvh}.video-close{position:absolute;right:12px;top:12px;color:#fff;background:#0008;z-index:2}.video-close:hover{background:#000b}.consent-option{display:flex;align-items:center;justify-content:space-between;padding:14px 0;border-bottom:1px solid var(--line);font-size:15px}.consent-option input{accent-color:var(--blue);width:18px;height:18px}.consent-actions{display:flex;gap:14px;flex-wrap:wrap;align-items:center;margin-top:15px}.consent-actions .text-link{font-size:13px}.toast{position:fixed;bottom:24px;left:50%;transform:translateX(-50%);z-index:100;background:var(--navy);color:#fff;padding:11px 21px;font-size:14px;max-width:calc(100vw - 40px);text-align:center;box-shadow:0 5px 20px #00295c22}


.dialog-head h2{font-family:var(--heading);font-weight:700;color:var(--ink)}.dialog-body h3{font-family:var(--heading);font-weight:700;color:var(--ink)}html[lang=en] .dialog-head h2,html[lang=en] .dialog-body h3{font-family:var(--font-en);font-weight:700}.button-primary .arrow{width:15px;height:15px}.form-grid label{margin-bottom:9px}
@media(min-width:1700px){.intro{padding-block:88px 80px}}
@media(max-width:1150px){:root{--header-space:41px;--title-size:31px}.header-inner{padding-top:35px}.intro h1{font-size:44px}.business{gap:38px}.business-item h2{font-size:29px}.case-grid,.industry-grid{column-gap:28px}.case-item h3{font-size:22px}.industry-item h3{font-size:22px}.section{padding-block:80px}.cases{padding-bottom:40px}.industries{padding-top:40px}.stat-grid{gap:19px}.stat-icon{width:60px;height:60px}.stat-value{font-size:49px}.stat-note{font-size:11px}.mission{gap:42px;grid-template-columns:1fr 1.65fr}.mission-copy p{font-size:21px}.contact-band{padding-top:10px;padding-bottom:82px}.contact-inner{gap:50px;grid-template-columns:minmax(0,1fr) 214px}.contact-paths :is(button,a){font-size:17px}.footer-main{gap:40px}.footer-links{gap:31px}.footer-brand img{width:230px}.footer-col h3{font-size:15px}.footer-col a{font-size:13px}html[lang=en] .intro h1{font-size:41px}html[lang=en] .footer-links{gap:22px}html[lang=en] .footer-main{grid-template-columns:minmax(210px,1fr) auto;gap:30px}html[lang=en] .footer-col h3{font-size:13px}html[lang=en] .footer-col a{font-size:12px}html[lang=en] .contact-inner{grid-template-columns:minmax(0,1fr) 250px}}
@media(max-width:900px){:root{--header-space:37px;--title-size:30px}.desktop-nav{gap:25px}.intro{padding-block:66px 62px}.intro h1{font-size:40px}.intro p{font-size:17px}.business-item h2{font-size:27px}.business-item p{font-size:16px}.case-grid{gap:25px}.case-item h3,html[lang=en] .case-item h3{font-size:21px}.case-description,.industry-description{font-size:15px}.industry-grid{gap:39px 25px}.industry-item h3{font-size:22px}.stat-grid{gap:15px}.stat-value{font-size:44px}.stat-icon{width:56px;height:56px}.stat-note{font-size:11px;line-height:1.6}.stat h3{font-size:14px}.mission{gap:35px;padding-block:82px}.mission-copy p,html[lang=en] .mission-copy p{font-size:20px}.contact-inner{gap:35px;grid-template-columns:minmax(0,1fr) 190px}.contact-paths :is(button,a){font-size:16px;padding:14px 17px}.contact-inner h2{font-size:30px}.footer-main{grid-template-columns:1fr;gap:38px}.footer-links{justify-content:space-between;gap:40px}.footer-brand{max-width:400px}html[lang=en] .contact-inner{grid-template-columns:minmax(0,1fr) 245px}html[lang=en] .footer-main{grid-template-columns:1fr;gap:38px}html[lang=en] .footer-links{gap:35px}html[lang=en] .footer-col h3{font-size:15px}html[lang=en] .footer-col a{font-size:14px}}
@media(max-width:720px){.case-grid{gap:22px}.case-item h3,html[lang=en] .case-item h3{font-size:20px}.stat-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:34px 20px}.stat-icon{width:58px;height:58px}.stat-value{font-size:47px}.stat-note{font-size:12px}.mission{gap:30px;grid-template-columns:1fr 1.5fr}.contact-inner,html[lang=en] .contact-inner{grid-template-columns:1fr;gap:26px}.contact-paths{width:224px;max-width:100%}html[lang=en] .contact-paths{width:272px}.industry-description{font-size:14px}html[lang=en] .desktop-nav{gap:20px}html[lang=en] .nav-link{font-size:14px}}
@media(max-width:620px){
 :root{--gutter:24px;--header-space:32px;--title-size:28px}.header-inner{padding-top:30px}.brand img{width:209px}.header-actions{gap:0;display:block}.desktop-nav{width:100%;gap:24px}.nav-link{font-size:15px;min-height:40px;gap:4px}.chevron{width:12px;height:12px}.language-switch{position:absolute;top:25px;right:0}.language-switch [data-lang]{font-size:11px;min-width:35px;height:30px;padding:0 8px}.nav-dropdown{width:min(310px,calc(100vw - 48px))}.nav-item:nth-child(2) .nav-dropdown{left:-100px}.nav-dropdown a{font-size:14px}.hero-media{aspect-ratio:16/10}.hero-media .media-label{font-size:17px}.hero-media .media-sub{font-size:11px}.hero-media .media-center>.icon{width:43px;height:43px}.hero-media .asset-id{top:15px;left:16px}.hero-media .asset-ratio{right:16px;bottom:13px}.media-center{padding:23px}.media-label{font-size:14px}.media-sub{font-size:11px}.media-center>.icon{width:36px;height:36px}
 .intro{padding-block:48px 48px}.intro h1{font-size:clamp(27px,7.2vw,34px);line-height:1.45;max-width:100%;letter-spacing:0;text-wrap:balance}.intro p{font-size:16px;line-height:1.7;margin-top:19px}.business{grid-template-columns:1fr;gap:46px;padding-bottom:0}.business-item .media-slot{margin-bottom:19px;aspect-ratio:16/10}.business-item h2{font-size:27px;margin-bottom:14px}.business-item p{font-size:16px;line-height:1.65;max-width:none}.business-item .text-link{margin-top:10px}.text-link{font-size:15px;gap:10px;min-height:32px}.section{padding-block:61px}.section-heading{margin-bottom:27px;gap:15px;align-items:center}.section-heading h2{font-size:28px}.section-heading .text-link{font-size:13px;gap:7px;flex-shrink:0}.case-grid{grid-template-columns:1fr;gap:42px}.case-item .media-slot{margin-bottom:18px}.case-item h3,html[lang=en] .case-item h3{font-size:22px;margin-bottom:13px;line-height:1.4}.case-description{font-size:15px;line-height:1.65}.case-item .text-link{margin-top:9px}.cases{padding-bottom:30px}.industries{padding-top:28px;padding-bottom:62px}.industry-grid{grid-template-columns:1fr;gap:31px}.industry-item{display:grid;grid-template-columns:112px minmax(0,1fr);column-gap:18px;align-items:start}.industry-item .media-slot{grid-column:1;grid-row:1/3;aspect-ratio:1/1;margin:0}.industry-item h3{grid-column:2;font-size:21px;margin-bottom:9px;line-height:1.35}.industry-description{grid-column:2;font-size:14px;line-height:1.6;max-width:none}.industry-item .media-center{padding:10px;gap:6px}.industry-item .media-label,.industry-item .asset-ratio{display:none}.industry-item .asset-id{top:9px;left:10px;font-size:9px}.industry-item .media-center>.icon{width:31px;height:31px}
 .glance{padding-block:54px}.glance .section-heading{margin-bottom:34px}.stat-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:37px 21px}.stat:last-child{grid-column:1/-1;max-width:220px;justify-self:center;width:100%}.stat-value{font-size:47px;margin-bottom:12px}.stat-icon{width:58px;height:58px;margin-bottom:17px}.stat h3{font-size:14px}.stat-note{font-size:11px;margin-top:9px;line-height:1.65}.mission{display:flex;flex-direction:column;align-items:stretch;gap:29px;padding-block:63px}.mission h2{font-size:28px;margin-bottom:18px}.mission-copy p,html[lang=en] .mission-copy p{font-size:20px;line-height:1.6;margin-bottom:22px}.watch-button{min-height:47px;min-width:151px;padding:10px 18px;font-size:15px}.mission-media .media-label{font-size:14px}.mission-media .media-sub{display:none}.mission-media .media-center{padding-bottom:50px;gap:7px}.mission-launch{left:15px;bottom:15px;min-height:44px;padding:6px 13px 6px 7px;gap:7px}.play-disc{width:31px;height:31px}.play-disc svg{width:20px;height:20px}.play-copy{font-size:13px}
 .contact-band{padding-top:0;padding-bottom:64px}.contact-inner{gap:25px}.contact-inner h2{font-size:28px;line-height:1.45;margin-bottom:17px}.contact-inner p{font-size:15px;line-height:1.65}.contact-paths{width:220px;gap:12px}.contact-paths :is(button,a){font-size:16px;padding:13px 18px;min-height:54px;gap:16px}.contact-paths .arrow{width:15px;height:15px;flex-basis:15px}.site-footer{padding-top:47px}.footer-main{gap:33px;padding-bottom:33px}.footer-brand img{width:225px}.company-name{font-size:13px;margin-top:25px}.contact-details{margin-top:13px}.contact-details p{font-size:12px}.footer-links{display:grid;grid-template-columns:1fr 1fr 1fr;gap:15px;align-items:start}.footer-col h3{font-size:13px;line-height:1.65;margin-bottom:18px}.footer-col a{font-size:12px;margin-bottom:12px;line-height:1.8;white-space:normal}.footer-col:last-child{text-align:right}.footer-bottom{align-items:center;gap:16px;min-height:100px;padding-block:20px}.footer-fine{display:flex;flex-direction:column;align-items:flex-start;gap:5px;font-size:10px}.footer-tools{gap:15px}.footer-tools button{font-size:10px;max-width:76px;line-height:1.8}.linkedin{width:29px;height:29px}.linkedin svg{width:22px;height:22px}
 html[lang=en] .desktop-nav{gap:20px;align-items:flex-start}html[lang=en] .nav-link{font-size:13px;white-space:normal;line-height:1.4;gap:4px;min-height:39px;max-width:116px}html[lang=en] .intro h1{font-size:33px;line-height:1.18;max-width:100%}html[lang=en] .intro p{font-size:16px}html[lang=en] .business-item h2{font-size:27px}html[lang=en] .section-heading h2{font-size:27px}html[lang=en] .industry-item h3{font-size:20px}html[lang=en] .industry-description{font-size:14px;line-height:1.5}html[lang=en] .contact-paths :is(button,a){font-size:16px}html[lang=en] .footer-links{gap:17px}html[lang=en] .footer-col h3{font-size:13px}html[lang=en] .footer-col a{font-size:12px}html[lang=en] .footer-col:last-child{text-align:right}
 .dialog,.inquiry-dialog{width:calc(100vw - 28px);max-height:calc(100dvh - 28px)}.dialog-head{padding:20px 22px 17px;gap:14px}.dialog-head h2{font-size:20px}.dialog-body{padding:23px 22px 27px}.form-grid{grid-template-columns:1fr;gap:0}.form-types{gap:20px;flex-wrap:wrap}.form-types label{font-size:14px}.dialog-body p{font-size:14px}.form-guidance{font-size:13px!important}.button-primary,.button-secondary{padding:10px 17px;font-size:13px}.consent-actions{gap:10px}.consent-actions .text-link{margin-top:5px}.media-actions{gap:9px}.form-actions{justify-content:stretch}.form-actions .button-primary{width:100%}
}
@media(max-width:365px){:root{--gutter:20px}.brand img{width:184px}.header-inner{padding-top:29px}.desktop-nav{gap:23px}.nav-link{font-size:14px}.language-switch{top:23px}.language-switch [data-lang]{font-size:10px;min-width:33px;height:29px}.intro h1{font-size:27px}.section-heading h2{font-size:26px}.industry-item{grid-template-columns:92px minmax(0,1fr);column-gap:15px}.industry-description{font-size:13px}.industry-item h3{font-size:20px}.contact-inner h2{font-size:26px}html[lang=en] .desktop-nav{gap:15px}html[lang=en] .nav-link{font-size:12px;max-width:101px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition:none!important;animation:none!important}.mission-media:hover .mission-launch,.mission-media:hover .real-image,.contact-paths :is(button,a):hover,.watch-button:hover .watch-icon{transform:none}}
@media print{.site-header,.site-footer,.contact-band,.text-link,.hero,.dialog{display:none!important}.wrap{width:100%}.section{padding-block:30px}.intro{padding:20px 0}.glance{print-color-adjust:exact}.business,.case-grid{break-inside:avoid}}

/* V8: retain the approved spacing system; revise only agreed elements. */
:root{--brand-width:256.5px;--brand-top:43px;--brand-height:calc(var(--brand-width)*.1078125);--ribbon-height:calc(var(--brand-top) + var(--brand-height) + 18px);--feature-gap:66px;--font-en:"Lato","Nunito Sans",Arial,sans-serif;--heading-en:"Inter","InterVariable","Lato",Arial,sans-serif;--feature-cols:minmax(0,1fr) minmax(0,1.9fr)}
html{scroll-padding-top:calc(var(--ribbon-height) + 24px)}
.site-header{position:relative;padding-top:var(--ribbon-height);z-index:40}
.brand-ribbon{position:fixed;inset:0 0 auto;height:var(--ribbon-height);background:var(--blue);z-index:80}
.brand-ribbon-inner{padding-top:var(--brand-top)}
.brand img{width:var(--brand-width);height:var(--brand-height);max-width:none}
.header-inner{padding-top:calc(var(--header-space) - 18px);padding-bottom:var(--header-space)}
.header-actions{margin-top:0;position:relative;display:flex;align-items:center;gap:22px}
.desktop-nav{gap:28px;align-items:center}
.nav-link{font-size:16px;min-height:42px;isolation:isolate}
.nav-link:after{bottom:1px}.nav-dropdown{display:block;max-height:0;padding:0;border:0;opacity:0;visibility:hidden;overflow:hidden;transform:translateY(-7px);transition:max-height .30s ease,opacity .22s ease,transform .30s ease,visibility .30s;box-shadow:0 14px 35px #1834491b;width:318px}
.nav-dropdown.is-open{max-height:520px;opacity:1;visibility:visible;transform:translateY(0)}
.dropdown-inner{padding:13px 0 15px;border-top:3px solid #8CBADB}
.nav-link .chevron{transition:transform .24s ease}.nav-link[aria-expanded=true] .chevron{transform:rotate(180deg)}
.nav-label{display:block;transition:opacity .22s ease,transform .26s ease}
.nav-symbol{position:absolute;left:calc(50% - 14px);top:50%;height:.88em;width:.88em;object-fit:contain;opacity:0;transform:translate(-50%,-35%) rotate(-65deg) scale(.8);transition:opacity .24s ease,transform .32s ease;pointer-events:none}
@media(hover:hover) and (pointer:fine){.nav-item.has-brand-mark:hover .nav-label{opacity:0;transform:translateY(5px)}.nav-item.has-brand-mark:hover .nav-symbol{opacity:1;transform:translate(-50%,-50%) rotate(0) scale(1)}}
.language-switch{border-radius:5px;overflow:hidden;position:static;margin-left:auto;border-color:#ffffffb8}
.language-switch [data-lang]{height:34px;min-width:45px;transition:background-color .3s ease,color .3s ease,box-shadow .25s ease}
.language-switch [data-lang]:active{box-shadow:inset 0 0 0 2px #78aad650}.language-switch [data-lang].active{color:var(--blue);background:#fff}
.intro p{max-width:980px;line-height:1.7}.intro .desktop-break{display:block}
.business-item p,.case-description{font-family:var(--font);font-size:16px;font-weight:400;line-height:1.65;color:var(--ink)}
.industry-link{display:inline-block;transition:color .2s}.industry-link:hover{color:var(--link)}.industry-link:focus-visible{outline-offset:4px}
.glance{padding-block:74px 68px}.glance-layout{display:grid;grid-template-columns:minmax(310px,.95fr) minmax(0,1.95fr);gap:52px;align-items:center}
.glance .section-heading{margin-bottom:35px}.glance-data .stat-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:30px 19px}
.glance-data .stat:last-child{grid-column:auto;max-width:none;justify-self:stretch}
.glance-data .stat-icon{width:49px;height:49px;margin-bottom:15px}.glance-data .stat-value{font-size:42px;margin-bottom:10px;font-weight:500}.glance-data .stat h3{font-size:13px}
.glance-visual{min-width:0;display:flex;flex-direction:column;align-items:center}.presence-map{display:block;width:100%;height:auto;overflow:visible}.map-land{fill:#D6DDE3}.map-highlight{fill:var(--blue)}
.presence-link{margin-top:23px;align-self:center}.map-caption{font-size:11px;color:#727D88;margin-top:7px;text-align:center;line-height:1.5}
.mission,.contact-inner,html[lang=en] .contact-inner{display:grid;grid-template-columns:var(--feature-cols);gap:var(--feature-gap)}
.mission{align-items:center}.mission-copy p{font-size:22px;line-height:1.55;white-space:normal;margin-bottom:25px}
.mission-media .media-center{padding-bottom:32px}.mission-media .media-sub{display:none}
.contact-band{background:#fff;padding-top:0;padding-bottom:96px}.contact-inner{align-items:start}.contact-inner h2{font-size:32px;line-height:1.42;white-space:nowrap}.contact-inner p{font-size:16px;line-height:1.65;white-space:pre-line;max-width:100%}
.contact-paths,html[lang=en] .contact-paths{width:260px;max-width:100%;gap:14px;justify-self:start;align-self:start}
.contact-paths :is(button,a){display:flex;align-items:center;justify-content:space-between;gap:24px;min-height:58px;padding:15px 21px;text-align:right;transform:none!important}
.contact-paths :is(button,a) span{margin-left:auto}.contact-paths :is(button,a):first-child{background:var(--blue)}.contact-paths :is(button,a):last-child{background:#171A1D}
.contact-paths .arrow-left{transform:rotate(180deg);width:16px;height:16px;transition:transform .24s ease}
.contact-paths :is(button,a):hover .arrow-left{transform:translateX(-4px) rotate(180deg)}
.contact-paths :is(button,a):hover{filter:brightness(1.08)}
.industry-routes{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-top:25px}.route-tile{padding:20px;background:#F2F5F8;display:block}.route-tile h3{font-size:19px;margin-bottom:12px}.route-tile p{font-size:14px;margin-bottom:17px}.route-tile .arrow{color:var(--link)}
html[lang=en] body{font-family:var(--font-en)}html[lang=en] main h1,html[lang=en] main h2,html[lang=en] main h3{font-family:var(--heading-en);font-weight:700;letter-spacing:-.045em}
html[lang=en] .nav-link{font-family:var(--heading-en);font-size:14px;font-weight:700;letter-spacing:-.03em}
html[lang=en] .desktop-nav{gap:26px}html[lang=en] .business-item p,html[lang=en] .case-description{font-family:var(--font-en);font-size:16px}
html[lang=en] .intro h1{font-size:43px;line-height:1.3}html[lang=en] .intro p{font-size:17px;max-width:980px}
html[lang=en] .business-item h2{font-size:28px}html[lang=en] .section-heading h2,html[lang=en] .mission h2{font-size:32px}
html[lang=en] .case-item h3{font-size:22px;line-height:1.45}html[lang=en] .industry-item h3{font-size:23px}
html[lang=en] .mission-copy p{font-family:var(--heading-en);font-size:23px;font-weight:400;line-height:1.6;letter-spacing:-.04em;max-width:340px}
html[lang=en] .contact-inner h2{font-size:29px;letter-spacing:-.045em;white-space:normal}
html[lang=en] .contact-paths{width:305px}html[lang=en] .contact-paths :is(button,a){font-family:var(--font-en);font-size:17px}
html[lang=en] .glance-data .stat-value{font-family:var(--heading-en);font-size:39px;font-weight:400}html[lang=en] .glance-data .stat h3{font-family:var(--font-en);font-size:13px;font-weight:400;letter-spacing:0}
html[lang=en] .footer-col h3{font-family:var(--heading-en);font-size:14px;letter-spacing:-.035em}
@media(min-width:1441px){.glance-layout{gap:60px;grid-template-columns:minmax(360px,.9fr) minmax(0,2fr)}}
@media(max-width:1100px){:root{--feature-gap:42px;--feature-cols:minmax(0,1fr) minmax(0,1.65fr)}.glance-layout{gap:30px;grid-template-columns:minmax(270px,.95fr) minmax(0,1.55fr)}.glance-data .stat-grid{gap:26px 12px}.glance-data .stat-icon{width:43px;height:43px}.glance-data .stat-value{font-size:37px}.contact-inner h2{font-size:28px}.contact-paths{width:236px}html[lang=en] .contact-paths{width:285px}html[lang=en] .desktop-nav{gap:20px}html[lang=en] .nav-link{font-size:12px}.mission-copy p{font-size:21px}html[lang=en] .contact-inner h2{font-size:27px}html[lang=en] .mission-copy p{font-size:21px}}
@media(max-width:900px){:root{--feature-gap:35px;--feature-cols:minmax(0,1fr) minmax(0,1.6fr)}.desktop-nav{gap:24px}.nav-link{font-size:15px}.glance-layout{grid-template-columns:minmax(240px,.95fr) minmax(0,1.4fr);gap:23px}.glance-data .stat-icon{width:39px;height:39px}.glance-data .stat-value{font-size:34px}.glance-data .stat h3{font-size:12px}.presence-link{margin-top:15px}.contact-inner h2{font-size:26px;white-space:normal}.contact-paths{width:220px}html[lang=en] .contact-paths{width:270px}html[lang=en] .intro h1{font-size:37px}html[lang=en] .desktop-nav{gap:16px}html[lang=en] .nav-link{font-size:11px}.language-switch [data-lang]{min-width:40px;padding-inline:9px}.header-actions{gap:14px}}
@media(max-width:740px){.glance-layout{grid-template-columns:1fr;gap:37px}.glance-data .stat-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:13px}.glance-data .stat-icon{width:42px;height:42px}.glance-data .stat-value{font-size:35px}.glance-visual{max-width:670px;margin-inline:auto;width:100%}.mission,.contact-inner,html[lang=en] .contact-inner{grid-template-columns:1fr 1.4fr;gap:28px}.contact-paths{width:225px}.contact-inner p{white-space:normal;font-size:15px}html[lang=en] .contact-paths{width:255px}.desktop-break{display:none!important}html[lang=en] .desktop-nav{gap:14px}html[lang=en] .nav-link{font-size:11px;max-width:122px;white-space:normal;line-height:1.5}.nav-dropdown{max-width:calc(100vw - 48px)}}
@media(max-width:620px){
 :root{--brand-width:209px;--brand-top:29px;--header-space:32px;--feature-gap:28px}
 .brand-ribbon-inner{padding-top:var(--brand-top)}.header-inner{padding-top:calc(var(--header-space) - 18px);padding-bottom:var(--header-space)}
 .header-actions{display:block;position:static}.desktop-nav{gap:clamp(13px,4.2vw,24px);width:100%;align-items:center;justify-content:flex-start}.nav-link{font-size:14px;gap:3px;min-height:40px;white-space:nowrap}.chevron{width:11px;height:11px}
 .language-switch{position:absolute;top:calc(0px - var(--ribbon-height) + 24px);right:0;z-index:85;border-radius:4px}
 .language-switch [data-lang]{font-size:11px;min-width:34px;height:29px;padding-inline:7px}
 .nav-item:nth-child(2) .nav-dropdown{left:-89px}.nav-item:nth-child(3) .nav-dropdown{left:auto;right:-73px;width:228px}
 .intro h1{font-size:clamp(27px,7.2vw,34px)}.intro p{font-size:16px;line-height:1.7}
 .business-item p,.case-description{font-size:16px;line-height:1.65}
 .glance{padding-block:54px}.glance .section-heading{margin-bottom:32px}.glance-data .stat-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:28px 16px}.glance-data .stat-icon{width:45px;height:45px}.glance-data .stat-value{font-size:36px}.glance-data .stat h3{font-size:12px}.glance-layout{gap:29px}.glance-visual{width:calc(100% + 12px);margin-left:-6px;max-width:none}.presence-link{font-size:14px;margin-top:14px}.map-caption{font-size:10px;margin-top:5px}
 .mission{display:flex;flex-direction:column;align-items:stretch;gap:29px}.mission-copy p{font-size:20px;line-height:1.55}.mission-media .media-center{padding-bottom:23px}
 .contact-inner,html[lang=en] .contact-inner{display:grid;grid-template-columns:1fr;gap:26px}.contact-inner h2{font-size:28px;white-space:normal}.contact-inner p{font-size:15px;line-height:1.65;white-space:pre-line}.contact-paths,html[lang=en] .contact-paths{width:255px;gap:12px}.contact-paths :is(button,a){min-height:54px;font-size:16px;padding:13px 19px}.contact-band{padding-bottom:64px}
 html[lang=en] .desktop-nav{gap:14px;display:grid;grid-template-columns:1.24fr 1.2fr .86fr 1fr;align-items:center}
 html[lang=en] .nav-link{font-family:var(--font-en);font-size:12px;letter-spacing:0;line-height:1.45;max-width:none;white-space:normal;min-height:40px;font-weight:600}
 html[lang=en] .intro h1{font-size:32px;line-height:1.35}html[lang=en] .intro p{font-size:16px;line-height:1.65}
 html[lang=en] .business-item h2{font-size:26px}html[lang=en] .section-heading h2,html[lang=en] .mission h2{font-size:27px}
 html[lang=en] .case-item h3{font-size:22px}html[lang=en] .industry-item h3{font-size:19px;line-height:1.5}
 html[lang=en] .mission-copy p{font-size:21px;max-width:340px}html[lang=en] .contact-inner h2{font-size:27px}html[lang=en] .contact-paths :is(button,a){font-size:16px}
 html[lang=en] .glance-data .stat-value{font-size:33px}html[lang=en] .glance-data .stat h3{font-size:12px}.industry-routes{grid-template-columns:1fr}
}
@media(max-width:365px){:root{--gutter:20px;--brand-width:185px}.desktop-nav{gap:13px}.nav-link{font-size:13px}.language-switch{top:calc(0px - var(--ribbon-height) + 23px)}html[lang=en] .desktop-nav{gap:10px}html[lang=en] .nav-link{font-size:11px}.contact-inner h2{font-size:26px}}
@media(prefers-reduced-motion:reduce){.nav-symbol{display:none!important}.nav-label{opacity:1!important;transform:none!important}.nav-dropdown{transition:none!important}.contact-paths :is(button,a):hover .arrow-left{transform:rotate(180deg)!important}}
@media print{.brand-ribbon{display:none!important}.glance-layout{grid-template-columns:1fr 1.5fr}}
.brand{width:fit-content}

/* V8 — agreed refinements; base grid and brand ribbon unchanged. */
:root{--heading-en:"Inter","InterVariable","Lato",Arial,sans-serif}
.language-switch{height:26px;border-radius:0;overflow:visible;align-items:stretch;box-shadow:none}
.language-switch [data-lang]{height:24px;min-width:41px;border-radius:0;padding:0 10px;font-size:12px;line-height:1;position:relative;transition:background-color .22s ease,color .22s ease}
.language-switch [data-lang]:before{content:"";position:absolute;inset:-8px 0;z-index:-1}
.language-switch [data-lang]:active{box-shadow:none}
.language-switch:has(button:focus-visible){outline:2px solid #b4d9f3;outline-offset:4px}
.language-switch [data-lang]:focus-visible{outline:0}
.arrow{width:15px;height:15px;flex-basis:15px}
.contact-paths .arrow-left{width:15px;height:15px;flex-basis:15px}
.watch-icon{width:16px;height:16px}
html[lang=en] main h1,html[lang=en] main h2,html[lang=en] main h3{font-family:var(--heading-en);font-weight:600;letter-spacing:-.025em}
html[lang=en] .intro h1{font-weight:700;letter-spacing:-.035em}
html[lang=en] .nav-link{font-family:var(--heading-en);font-weight:600;letter-spacing:-.015em}
html[lang=en] .mission-copy p{font-family:var(--heading-en);font-weight:600;letter-spacing:-.018em;line-height:1.48}
html[lang=en] .contact-inner h2{letter-spacing:-.025em;font-weight:600}
html[lang=en] .glance-data .stat-value{font-family:var(--heading-en);font-weight:600;letter-spacing:-.025em}
html[lang=en] .footer-col h3,html[lang=en] .dialog-head h2,html[lang=en] .dialog-body h3{font-family:var(--heading-en);font-weight:600;letter-spacing:-.012em}
.dialog-head h2{line-height:1.4}
.icon-button{width:40px;height:40px;transition:color .18s ease,background-color .18s ease,transform .15s ease}
.icon-button .icon{width:27px;height:27px;transition:transform .23s cubic-bezier(.2,.7,.3,1)}
.icon-button:hover,.icon-button:focus-visible{background:#E8F0F7;color:var(--blue)}
.icon-button:hover .icon,.icon-button:focus-visible .icon{transform:rotate(90deg) scale(.9)}
.icon-button:active{transform:scale(.94)}
.video-close:hover,.video-close:focus-visible{background:#fff}
@keyframes v8DialogIn{from{opacity:0;transform:translateY(11px)}to{opacity:1;transform:translateY(0)}}
@keyframes v8DialogOut{from{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(7px)}}
.dialog[open],.video-dialog[open]{animation:v8DialogIn .2s ease both}
.dialog[open].is-closing,.video-dialog[open].is-closing{animation:v8DialogOut .16s ease both;pointer-events:none}
.form-grid.contact-fields{gap:19px;margin-bottom:0}
.contact-fields label{margin-bottom:0}
.dialog-body .contact-note{font-size:12px;color:#66727C;line-height:1.55;margin:5px 0 19px}
#inquiry-form input,#inquiry-form textarea,#inquiry-form select{transition:border-color .18s,box-shadow .18s;min-width:0}
#inquiry-form input:focus,#inquiry-form textarea:focus,#inquiry-form select:focus{outline:none;border-color:var(--blue);box-shadow:0 0 0 2px #005BAC12}
#inquiry-form [aria-invalid=true]{border-color:#a73737;box-shadow:0 0 0 2px #a7373710}
.copyright{font-family:var(--font-en);letter-spacing:0}
.footer-fine{flex-wrap:wrap;gap:8px 24px}
.linkedin{width:32px;height:32px;background:#fff;color:#0A66C2;border-radius:0;overflow:visible;flex:0 0 32px;transition:opacity .18s ease}
.linkedin .linkedin-stock-mark{width:22px;height:25px;display:block;fill:currentColor;transform:none}
.linkedin-official-mark{width:32px;height:32px;object-fit:contain;display:block}
@media(max-width:1100px){.footer-fine{max-width:74%}}
@media(max-width:900px){.language-switch{height:25px}.language-switch [data-lang]{height:23px;min-width:39px;padding-inline:9px}.copyright{font-size:10px}}
@media(max-width:620px){
 .language-switch{border-radius:0;top:calc(0px - var(--ribbon-height) + 26px);height:24px}
 .language-switch [data-lang]{height:22px;min-width:34px;padding:0 7px;font-size:11px}
 .language-switch [data-lang]:before{inset:-10px 0}
 .form-grid.contact-fields{grid-template-columns:1fr;gap:0}
 .contact-fields label{margin-bottom:9px}
 .dialog-body .contact-note{font-size:12px;margin-top:0;margin-bottom:18px}
 .icon-button{width:38px;height:38px}
 .footer-bottom{flex-wrap:wrap;align-items:flex-start;gap:16px 20px}
 .footer-fine{max-width:100%;width:100%;gap:5px}
 .copyright{font-size:10px;line-height:1.75}
 .footer-tools{width:100%;justify-content:space-between}
 .linkedin{width:30px;height:30px;flex-basis:30px}
 .linkedin .linkedin-stock-mark{width:21px;height:24px}
}
@media(prefers-reduced-motion:reduce){
 .dialog[open],.video-dialog[open]{animation:none!important}
 .icon-button:hover .icon,.icon-button:focus-visible .icon,.icon-button:active{transform:none!important}
 .text-link:hover .arrow{transform:none!important}
 .contact-paths :is(button,a):hover .arrow-left{transform:rotate(180deg)!important}
}



/* V11 home-page refinements — approved V9 grid, type, colour and copy preserved. */
:root{--video-control-size:44px}
.nav-link .chevron{display:block;width:15px;height:15px;flex:0 0 15px;opacity:1;transform-origin:center}
.media-slot>.media-playback{position:absolute;inset:auto auto 0 0;z-index:6;display:grid;place-items:center;width:var(--video-control-size);height:var(--video-control-size);min-width:var(--video-control-size);min-height:var(--video-control-size);padding:0;margin:0;gap:0;border:0;border-radius:0;background:#fff;color:var(--blue);box-shadow:none;backdrop-filter:none;transform:none;font-size:0;line-height:1;isolation:isolate;cursor:pointer;transition:background-color .18s ease,color .18s ease}
.media-slot>.media-playback[data-state=playing]{background:var(--blue);color:#fff}
.media-slot>.media-playback .control-icon{width:var(--video-control-size);height:var(--video-control-size);display:block;flex:none;transform:none;pointer-events:none}
.media-slot>.media-playback:hover{transform:none;filter:none;box-shadow:inset 0 0 0 1px #ffffff55}
.media-slot>.media-playback:focus-visible{outline:2px solid currentColor;outline-offset:-4px}
.footer-tools{display:flex;align-items:center;justify-content:flex-end;gap:16px;flex-wrap:wrap}
.social-icons{display:flex;align-items:center;justify-content:flex-end;gap:10px;margin-left:auto;flex:0 0 auto}
.social-link{display:grid;place-items:center;width:25.6px;height:25.6px;flex:0 0 25.6px;background:transparent;border:0;opacity:1;position:relative;transition:transform .18s ease}
.social-link img{display:block;width:100%;height:100%;max-width:none;object-fit:contain}
.social-link:before{content:"";position:absolute;inset:-8px -4px}
.social-link:hover{transform:translateY(-1px)}
.footer-tools button{white-space:nowrap}
@media(max-width:900px){.social-icons{gap:8px}.social-link{width:24px;height:24px;flex-basis:24px}}
@media(max-width:620px){.footer-tools{width:100%;justify-content:space-between;gap:12px}.social-icons{margin-left:auto}.social-link{width:22px;height:22px;flex-basis:22px}}
@media(max-width:390px){html:not([lang=en]) .desktop-nav{gap:clamp(7px,2.1vw,10px)}html:not([lang=en]) .nav-link{gap:2px}}
@media(prefers-reduced-motion:reduce){.media-slot>.media-playback,.social-link{transition:none}.social-link:hover{transform:none}}

/* V11: strengthen facts, simplify map, refine required fields and small-screen rhythm. */
.glance-layout{grid-template-columns:minmax(310px,.90fr) minmax(0,2.10fr);gap:36px}
.glance-data .stat-icon{width:56px;height:56px;stroke-width:1.75;margin-bottom:15px}
.glance-data .stat-value,html[lang=en] .glance-data .stat-value{font-weight:700;letter-spacing:-.02em;font-variant-numeric:lining-nums tabular-nums}
.glance-visual{width:100%;max-width:none;align-items:center}
.presence-map{width:100%;height:auto}
.social-link img{image-rendering:auto;transform:none;filter:none;backface-visibility:visible}
.social-zhihu,.social-linkedin{border-radius:50%}
@keyframes v11LetterIn{
 from{opacity:0;transform:translateY(13px) scale(.995);clip-path:inset(0 0 2% 0)}
 to{opacity:1;transform:translateY(0) scale(1);clip-path:inset(0)}
}
@keyframes v11LetterOut{
 from{opacity:1;transform:translateY(0)}
 to{opacity:0;transform:translateY(7px)}
}
#inquiry-dialog[open]{animation:v11LetterIn .28s cubic-bezier(.2,.72,.24,1) both;transform-origin:center bottom}
#inquiry-dialog[open].is-closing{animation:v11LetterOut .16s ease both}
#inquiry-dialog::backdrop{transition:background-color .22s ease}
@media(min-width:1441px){.glance-layout{grid-template-columns:minmax(360px,.86fr) minmax(0,2.14fr);gap:38px}}
@media(max-width:1100px){.glance-layout{grid-template-columns:minmax(266px,.88fr) minmax(0,1.72fr);gap:25px}.glance-data .stat-icon{width:50px;height:50px}}
@media(max-width:900px){.glance-layout{grid-template-columns:minmax(230px,.86fr) minmax(0,1.64fr);gap:20px}.glance-data .stat-icon{width:45px;height:45px}}
@media(max-width:740px){.glance-layout{grid-template-columns:1fr;gap:34px}.glance-visual{width:calc(100% + 16px);margin-inline:-8px}.glance-data .stat-icon{width:48px;height:48px}}
@media(max-width:620px){
 :root{--title-size:26px;--copy-leading:1.6}
 body{font-size:16px}
 /* Unchanged 70x24px visual; each real hit area expands to 44x44px. */
 .language-switch{top:calc(0px - var(--ribbon-height) + var(--brand-top));height:24px;z-index:85;overflow:visible;pointer-events:auto;touch-action:manipulation}
 .language-switch [data-lang]{height:22px;min-width:34px;padding:0 7px;font-size:11px;position:relative;z-index:1;overflow:visible;touch-action:manipulation}
 .language-switch [data-lang]::before{content:"";position:absolute;top:-11px;bottom:-11px;left:0;right:0;z-index:1;pointer-events:auto;background:transparent}
 .language-switch [data-lang]:first-child::before{left:-10px}
 .language-switch [data-lang]:last-child::before{right:-10px}
 .intro h1{font-size:clamp(25px,6.8vw,32px);line-height:1.38;letter-spacing:0}
 .intro p{font-size:15px;line-height:1.63;margin-top:18px}
 .business-item h2{font-size:25px;line-height:1.32;margin-bottom:13px}
 .business-item p,.case-description{font-size:15px;line-height:1.6}
 .section-heading h2,.mission h2{font-size:26px;line-height:1.32}
 .case-item h3{font-size:20px;line-height:1.35;margin-bottom:12px}
 .industry-item h3{font-size:19px;line-height:1.32;margin-bottom:8px}
 .industry-description{font-size:13px;line-height:1.56}
 .text-link{font-size:14px}.case-item .text-link{font-size:14px}
 .glance-data .stat-icon{width:50px;height:50px;stroke-width:1.75;margin-bottom:14px}
 .glance-data .stat-value{font-size:34px;line-height:1.08;font-weight:700}
 .glance-data .stat h3{font-size:12px;line-height:1.5}
 .glance-layout{gap:28px}.glance-visual{width:calc(100% + 24px);margin-inline:-12px}
 .mission-copy p{font-size:19px;line-height:1.5}
 .watch-button{font-size:14px;min-height:47px}
 .contact-inner h2{font-size:26px;line-height:1.35}
 .contact-inner p{font-size:14px;line-height:1.6;white-space:normal}
 .contact-paths :is(button,a){font-size:15px;min-height:54px;flex-direction:row-reverse;text-align:left}
 .contact-paths :is(button,a) span{margin-left:0;margin-right:auto}
 .contact-paths .arrow-left{transform:none}
 .contact-paths :is(button,a):hover .arrow-left{transform:translateX(3px)}
 html[lang=en] .intro h1{font-size:30px;line-height:1.3}
 html[lang=en] .intro p{font-size:15px;line-height:1.6}
 html[lang=en] .business-item h2{font-size:24px}
 html[lang=en] .business-item p,html[lang=en] .case-description{font-size:15px;line-height:1.52}
 html[lang=en] .section-heading h2,html[lang=en] .mission h2{font-size:25px}
 html[lang=en] .case-item h3{font-size:20px;line-height:1.35}
 html[lang=en] .industry-item h3{font-size:18px;line-height:1.4}
 html[lang=en] .industry-description{font-size:13px;line-height:1.5}
 html[lang=en] .glance-data .stat-value{font-size:32px;font-weight:700}
 html[lang=en] .mission-copy p{font-size:20px;line-height:1.45}
 html[lang=en] .contact-inner h2{font-size:25px}
 html[lang=en] .contact-paths :is(button,a){font-size:15px}
 /* Keep input text readable and avoid a forced zoom when editing. */
 #inquiry-form input,#inquiry-form textarea,#inquiry-form select{font-size:16px}
 .dialog-head h2{font-size:19px}.dialog-body p{line-height:1.7}
}
@media(max-width:365px){.intro h1{font-size:25px}.contact-inner h2{font-size:24px}.section-heading h2{font-size:24px}}
@media(prefers-reduced-motion:reduce){#inquiry-dialog[open],#inquiry-dialog[open].is-closing{animation:none!important}}
@media(max-width:620px) and (prefers-reduced-motion:reduce){.contact-paths .arrow-left,.contact-paths :is(button,a):hover .arrow-left{transform:none!important}}

/* V11.4 — two second-level pages; every rule is scoped to the added views. */
html[data-page=technical] .nav-item[data-section=technical]>.nav-link:after,
html[data-page=engineering] .nav-item[data-section=engineering]>.nav-link:after{transform:scaleX(1)}
.subpage{--sub-space:82px}
.subpage p{color:var(--ink);font-size:16px;line-height:1.65}
.subpage h4{font:700 17px/1.45 var(--heading);margin:0}
.subpage h1:focus{outline:none}
.sub-hero{padding-top:28px;padding-bottom:50px}
.sub-breadcrumb{display:flex;align-items:center;gap:12px;font-size:13px;line-height:1.6;margin-bottom:31px;color:#697580}
.sub-breadcrumb a{color:var(--link)}.sub-breadcrumb a:hover{text-decoration:underline;text-underline-offset:4px}
.sub-breadcrumb [aria-current=page]{color:var(--ink)}
.sub-hero-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.15fr);align-items:center;gap:64px}
.sub-hero-copy h1{font-size:46px;line-height:1.25;margin:0 0 24px}
.subpage .sub-lead{font-size:23px;line-height:1.5;font-weight:700;margin-bottom:19px;max-width:24em}
.sub-intro-copy{max-width:32em}
.sub-hero-link{margin-top:20px}
.sub-hero-grid>.media-slot{width:100%}
.sub-media .media-center{gap:10px}
.sub-media .asset-id{letter-spacing:.12em}
.sub-media .media-label{font-size:15px;letter-spacing:.02em}
.sub-media .media-sub{font-size:11px;letter-spacing:0}
.sub-toc{display:flex;align-items:center;flex-wrap:wrap;gap:0 36px;min-height:65px;border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding-block:10px}
.sub-toc a{display:block;font-size:15px;line-height:1.6;padding-block:8px;color:var(--ink);border-bottom:1px solid transparent}
.sub-toc a:hover,.sub-toc a.is-active{color:var(--blue);border-bottom-color:var(--blue)}
.sub-section{padding-block:var(--sub-space)}
.sub-section+.sub-section{padding-top:8px}
.sub-section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:32px}
.sub-section-head>div{min-width:0}
.sub-section-head h2{font-size:34px;line-height:1.3}
.sub-section-head .text-link{font-size:15px;white-space:nowrap;flex-shrink:0}
.subpage .sub-section-intro{font-size:16px;line-height:1.65;margin-top:17px;max-width:56em}
.sub-feature{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,1fr);gap:66px;align-items:center}
.sub-feature-copy h3{font-size:26px;line-height:1.35;margin-bottom:17px}
.sub-feature-copy>.text-link{margin-top:16px}
.sub-compact-list{margin-top:23px;display:grid;gap:15px}
.sub-compact-list>div{display:grid;grid-template-columns:108px minmax(0,1fr);gap:18px;align-items:start}
.sub-compact-list h4{font-size:16px;font-weight:700;line-height:1.6}
.sub-compact-list p{font-size:15px;line-height:1.6}
.sub-grid{display:grid;gap:36px}
.sub-grid-three{grid-template-columns:repeat(3,minmax(0,1fr))}
.sub-grid-two{grid-template-columns:repeat(2,minmax(0,1fr));gap:52px}
.sub-tile{min-width:0;display:flex;flex-direction:column;align-items:flex-start}
.sub-tile>.media-slot{width:100%;margin-bottom:22px}
.sub-tile h3{font-size:24px;line-height:1.35;margin-bottom:16px}
.sub-tile h3 a:hover{color:var(--blue)}
.sub-tile>.text-link{margin-top:12px;font-size:15px}
.sub-tile>p{font-size:16px;line-height:1.65}
.sub-resource-band{padding-block:57px;background:var(--pale)}
.sub-resource-row{display:grid;grid-template-columns:42px minmax(0,1fr) auto;align-items:center;gap:25px;padding-block:22px;border-top:1px solid #d8e0e7}
.sub-doc-icon{width:36px;height:36px;color:var(--blue)}
.sub-resource-row h3{font-size:20px;line-height:1.4;margin-bottom:7px}
.sub-resource-row p{font-size:15px;line-height:1.6}
.sub-download{display:inline-flex;align-items:center;justify-content:flex-end;gap:12px;font-size:14px;white-space:nowrap;color:var(--link);padding-block:12px;cursor:pointer}
.sub-download[aria-disabled=true]{color:#75818b;cursor:default}
.subpage .sub-resource-note{font-size:12px;color:#697680;margin-top:11px;line-height:1.6}
.sub-cta{display:grid;grid-template-columns:minmax(0,1fr) 285px;gap:64px;align-items:start;padding-block:82px 88px}
.sub-cta h2{font-size:32px;line-height:1.4;margin-bottom:20px}
.sub-cta p{max-width:42em}
.sub-cta-buttons{display:grid;gap:14px}
.sub-button{display:flex;align-items:center;justify-content:space-between;gap:20px;min-height:56px;padding:15px 20px;background:var(--blue);color:#fff;font-size:16px;line-height:1.5;transition:background-color .2s ease}
.sub-button-dark{background:var(--ink)}
.sub-button:hover{background:var(--blue-dark)}.sub-button-dark:hover{background:#31373c}
.sub-button:hover .arrow{transform:translateX(3px)}
.sub-coordination-band{padding-block:65px;background:var(--pale)}
.sub-scope-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:44px}
.sub-scope-grid h3{font-size:23px;line-height:1.35;margin-bottom:16px}
.subpage .sub-scope-note{font-size:13px;margin-top:16px;color:#607181}
.sub-questions{margin-top:39px;border-top:1px solid #d8e0e7}
.sub-questions details{border-bottom:1px solid #d8e0e7;padding-block:0}
.sub-questions summary{cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:25px;padding-block:19px;list-style:none;font-size:17px}
.sub-questions summary::-webkit-details-marker{display:none}
.sub-questions details>p{padding:0 46px 23px 0;max-width:70em;font-size:15px}
.sub-plus{width:16px;height:16px;position:relative;color:var(--blue);flex-shrink:0}
.sub-plus:before,.sub-plus:after{content:"";position:absolute;left:0;right:0;top:7px;height:1.5px;background:currentColor}
.sub-plus:after{transform:rotate(90deg);transition:transform .2s}
.sub-questions details[open] .sub-plus:after{transform:rotate(0)}
.sub-local-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:80px}
.sub-local-grid article{padding-left:24px;border-left:3px solid var(--blue)}
.sub-local-grid h3{font-size:27px;line-height:1.3;margin-bottom:17px}
.sub-service-case .sub-feature-copy p+p{margin-top:16px}
.sub-service-case .sub-feature-copy .sub-feature-note{font-size:14px;color:#647380}
/* Existing dialogs are shared. Only the reserved third-level content receives new rules. */
.sub-plan-status{font-size:12px!important;letter-spacing:.01em;color:#657785!important;margin-bottom:16px}
.sub-plan-list{display:grid;gap:0;margin-top:20px}
.sub-plan-list>div{display:grid;grid-template-columns:26px minmax(0,1fr);gap:17px;padding-block:14px;border-top:1px solid var(--line)}
.sub-plan-number{font:400 13px/1.6 var(--font-en);color:#7d8b99;padding-top:2px}
.sub-plan-list h3{font-size:17px;margin:0 0 5px!important;color:var(--ink)!important}
.sub-plan-list p{font-size:14px!important;line-height:1.65!important}
.sub-plan-actions{display:flex;flex-wrap:wrap;align-items:center;gap:15px 25px;margin-top:19px}
.sub-plan-actions .text-link{margin-top:0}
html[lang=en] .subpage p{font-family:var(--font-en);line-height:1.6}
html[lang=en] .subpage h4{font-family:var(--heading-en);font-weight:600}
html[lang=en] .sub-hero-copy h1{font-size:43px;line-height:1.2}
html[lang=en] .subpage .sub-lead{font-family:var(--heading-en);font-size:22px;font-weight:500;line-height:1.4;letter-spacing:-.015em}
html[lang=en] .sub-hero-grid{gap:54px}
html[lang=en] .sub-section-head h2{font-size:32px}
html[lang=en] .sub-feature-copy h3{font-size:25px;line-height:1.35}
html[lang=en] .sub-compact-list>div{grid-template-columns:140px minmax(0,1fr);gap:16px}
html[lang=en] .sub-compact-list h4{font-size:14px}
html[lang=en] .sub-tile h3{font-size:23px;line-height:1.35}
html[lang=en] .sub-cta h2{font-size:31px}
html[lang=en] .sub-button{font-size:15px}
html[lang=en] .sub-scope-grid h3{font-size:22px}
@media(max-width:1100px){
 .subpage{--sub-space:66px}.sub-hero-grid,html[lang=en] .sub-hero-grid{gap:35px}.sub-hero-copy h1{font-size:41px}
 .subpage .sub-lead{font-size:21px}.sub-feature{gap:37px}.sub-grid{gap:27px}.sub-compact-list>div{grid-template-columns:90px 1fr;gap:12px}
 .sub-tile h3{font-size:22px}.sub-scope-grid{gap:29px}.sub-local-grid{gap:45px}.sub-cta{gap:36px;grid-template-columns:minmax(0,1fr) 265px}
 html[lang=en] .sub-hero-copy h1{font-size:36px}html[lang=en] .subpage .sub-lead{font-size:20px}html[lang=en] .sub-compact-list>div{grid-template-columns:1fr;gap:5px}
}
@media(max-width:800px){
 .subpage{--sub-space:60px}.sub-hero-copy h1{font-size:37px}.sub-hero{padding-top:25px;padding-bottom:36px}
 .sub-hero-grid,html[lang=en] .sub-hero-grid{grid-template-columns:1fr 1fr;gap:26px;align-items:start}
 .sub-hero-grid>.sub-media{margin-top:7px}.subpage .sub-lead{font-size:19px}.sub-hero-copy>p{font-size:15px}
 .sub-toc{gap:0 24px}.sub-toc a{font-size:14px}.sub-feature{grid-template-columns:1fr;gap:29px}.sub-feature>.sub-media{max-height:360px;aspect-ratio:16/9!important}
 .sub-feature-copy h3{font-size:25px}.sub-compact-list>div,html[lang=en] .sub-compact-list>div{grid-template-columns:150px 1fr;gap:20px}
 .sub-grid-three{gap:24px}.sub-tile h3{font-size:21px}.sub-tile p{font-size:15px}.sub-tile .media-center{padding:17px;gap:7px}
 .sub-tile .media-label{font-size:13px}.sub-tile .media-sub{display:none}.sub-section-head h2{font-size:30px}
 .sub-scope-grid{grid-template-columns:1fr;gap:28px}.sub-scope-grid article{display:grid;grid-template-columns:125px 1fr;gap:0 20px}
 .sub-scope-grid h3{font-size:22px}.sub-scope-grid .sub-scope-note{grid-column:2;margin-top:10px}
 .sub-cta{grid-template-columns:minmax(0,1fr) 255px;gap:32px;padding-block:60px}.sub-cta h2{font-size:28px}
 html[lang=en] .sub-hero-copy h1{font-size:33px}html[lang=en] .subpage .sub-lead{font-size:19px}html[lang=en] .sub-tile h3{font-size:20px}html[lang=en] .sub-scope-grid article{grid-template-columns:165px 1fr}
}
@media(max-width:620px){
 .subpage{--sub-space:52px}.sub-hero{padding-top:19px;padding-bottom:31px}.sub-breadcrumb{font-size:12px;gap:10px;margin-bottom:27px}
 .sub-hero-grid,html[lang=en] .sub-hero-grid{grid-template-columns:1fr;gap:28px}.sub-hero-grid>.sub-media{margin-top:0;aspect-ratio:16/10!important}
 .sub-hero-copy h1{font-size:32px;margin-bottom:17px;line-height:1.28}.subpage .sub-lead{font-size:20px;line-height:1.5;max-width:100%;margin-bottom:15px}
 .subpage p,.sub-hero-copy>p{font-size:15px;line-height:1.6}.sub-hero-link{font-size:14px;margin-top:15px}
 .sub-toc{gap:0 22px;padding-block:8px;min-height:0}.sub-toc a{font-size:13px;padding-block:7px}
 .sub-section-head{align-items:flex-start;flex-direction:column;gap:12px;margin-bottom:25px}.sub-section-head h2{font-size:26px;line-height:1.35}
 .subpage .sub-section-intro{font-size:15px;line-height:1.6;margin-top:13px}
 .sub-section-head .text-link{font-size:14px;white-space:normal}
 .sub-feature{gap:25px}.sub-feature>.sub-media{max-height:none;aspect-ratio:16/10!important}
 .sub-feature-copy h3{font-size:23px;margin-bottom:14px}.sub-compact-list{gap:14px;margin-top:19px}
 .sub-compact-list>div,html[lang=en] .sub-compact-list>div{grid-template-columns:1fr;gap:5px}.sub-compact-list h4{font-size:15px}.sub-compact-list p{font-size:14px}
 .sub-grid-three,.sub-grid-two{grid-template-columns:1fr;gap:37px}.sub-tile>.media-slot{margin-bottom:18px}
 .sub-tile h3{font-size:23px;margin-bottom:13px}.sub-tile>p{font-size:15px;line-height:1.6}.sub-tile>.text-link{font-size:14px;margin-top:10px}
 .sub-tile .media-label{font-size:14px}.sub-tile .media-sub{display:block}.sub-tile .media-center{padding:24px;gap:8px}
 .sub-resource-band{padding-block:43px}.sub-resource-row{grid-template-columns:28px minmax(0,1fr);column-gap:16px;row-gap:4px;padding-block:18px}
 .sub-doc-icon{width:27px;height:30px;align-self:start;margin-top:1px}.sub-resource-row h3{font-size:18px;margin-bottom:6px}
 .sub-resource-row p{font-size:14px;line-height:1.58}.sub-download{grid-column:2;justify-self:start;justify-content:flex-start;font-size:13px;padding:7px 0 0;min-height:34px}
 .subpage .sub-resource-note{font-size:12px;line-height:1.6;margin-top:10px}
 .sub-coordination-band{padding-block:45px}.sub-scope-grid{gap:26px}.sub-scope-grid article,html[lang=en] .sub-scope-grid article{display:block}
 .sub-scope-grid h3{font-size:22px;margin-bottom:12px}.sub-scope-grid .sub-scope-note{font-size:12px;line-height:1.5;margin-top:12px}
 .sub-questions{margin-top:30px}.sub-questions summary{font-size:15px;padding-block:17px;gap:16px}.sub-questions details>p{padding-right:0;font-size:14px;line-height:1.6;padding-bottom:20px}
 .sub-local-grid{grid-template-columns:1fr;gap:30px}.sub-local-grid article{padding-left:19px;border-left-width:2px}.sub-local-grid h3{font-size:24px;margin-bottom:12px}
 .sub-service-case .sub-feature-copy .sub-feature-note{font-size:13px;line-height:1.6}
 .sub-cta{grid-template-columns:1fr;gap:25px;padding-block:52px 62px}.sub-cta h2{font-size:26px;margin-bottom:17px}.sub-cta-buttons{width:100%;max-width:300px;gap:12px}
 .sub-button{font-size:15px;min-height:54px;padding:13px 18px}.subpage .text-link{font-size:14px}
 html[lang=en] .sub-hero-copy h1{font-size:30px;line-height:1.28}html[lang=en] .subpage .sub-lead{font-size:19px;line-height:1.45}
 html[lang=en] .subpage p{font-size:15px;line-height:1.55}html[lang=en] .sub-section-head h2{font-size:25px}
 html[lang=en] .sub-feature-copy h3{font-size:22px}html[lang=en] .sub-compact-list p{font-size:14px}
 html[lang=en] .sub-tile h3{font-size:22px}html[lang=en] .sub-resource-row p{font-size:14px}
 html[lang=en] .subpage .sub-resource-note{font-size:12px}html[lang=en] .subpage .sub-scope-note{font-size:12px}html[lang=en] .sub-service-case .sub-feature-copy .sub-feature-note{font-size:13px}
 html[lang=en] .sub-cta h2{font-size:25px}html[lang=en] .sub-questions details>p{font-size:14px}html[lang=en] .sub-local-grid h3{font-size:24px}
}
@media(prefers-reduced-motion:reduce){.sub-plus:after,.sub-button{transition:none}.sub-button:hover .arrow{transform:none}}
/* Keep short Chinese and English headings from leaving a single-word orphan. */
.subpage h1,.subpage h2,.subpage h3,.subpage .sub-lead{text-wrap:balance}
.subpage p{text-wrap:pretty}


/* V11.4 — changes scoped to the two inner views and their new dialogs. */
.subpage .sub-hero-v112{width:100%;max-width:none;margin:0;background:#F3F5F7;padding:46px 0 52px}
.subpage .sub-hero-grid,html[lang=en] .subpage .sub-hero-grid{grid-template-columns:minmax(0,1.35fr) minmax(0,.8fr);gap:84px}
.subpage .sub-hero-grid>.sub-media{width:100%;max-width:420px;justify-self:end;margin:0}
.subpage .sub-hero-copy h1{margin-bottom:19px}
.subpage .sub-lead{max-width:27em;margin:0}
.subpage .sub-hero-link{display:inline-flex;width:auto;min-width:190px;margin-top:26px}
.subpage .sub-hero-link .arrow{flex-shrink:0}
.subpage .sub-feature{grid-template-columns:minmax(0,1.25fr) minmax(0,1fr);gap:60px}
.subpage .sub-feature-copy h2{font-size:30px;line-height:1.4;margin-bottom:18px}
.subpage .sub-feature-copy>p{line-height:1.65;max-width:29em}
.subpage .method-line{display:flex;align-items:flex-start;gap:0;list-style:none;padding:0;margin:25px 0 10px;flex-wrap:wrap}
.subpage .method-line li{font-size:15px;line-height:1.6;white-space:nowrap;color:var(--ink)}
.subpage .method-line li+li:before{content:'›';color:var(--link);display:inline-block;margin-inline:12px}
.subpage .portrait-grid .media-slot{aspect-ratio:4/5!important}
.subpage .sub-section+.sub-section{padding-top:18px}
.subpage .portrait-grid .sub-tile>p{line-height:1.65}
.subpage .sub-scope-grid article{display:block}
.subpage .scope-icon{display:block;width:64px;height:64px;color:var(--ink);margin-bottom:21px}
.subpage .sub-scope-grid p{max-width:25em;line-height:1.65}
.subpage .service-sheet-links{display:grid;grid-template-columns:1fr 1fr;gap:42px;margin-top:37px}
.subpage .service-sheet-links button{display:flex;justify-content:space-between;align-items:center;gap:20px;min-height:65px;padding-block:15px;border-top:1px solid #CBD6DF;border-bottom:1px solid #CBD6DF;font-size:16px;transition:color .2s}
.subpage .service-sheet-links button:hover{color:var(--blue)}
.subpage .service-sheet-links button:hover .arrow{transform:translateX(3px)}
.subpage .sub-local-grid{gap:32px}
.subpage .local-support-card{display:block;position:relative;padding:30px 38px 31px;border-left:3px solid var(--blue);background:var(--pale);color:var(--ink);transition:background-color .24s,color .24s,border-color .24s}
.subpage .local-support-card h3{font-size:28px;margin-bottom:16px;transition:color .24s}
.subpage .local-support-card p{line-height:1.65;max-width:28em;color:inherit;transition:color .24s}
.subpage .local-sign{display:flex;justify-content:flex-end;margin-top:19px;color:var(--blue);transition:color .24s}
.subpage .local-support-card:is(:hover,:focus-visible,:active){background:var(--blue);color:#fff;border-left-color:var(--blue)}
.subpage .local-support-card:is(:hover,:focus-visible,:active) h3,.subpage .local-support-card:is(:hover,:focus-visible,:active) p,.subpage .local-support-card:is(:hover,:focus-visible,:active) .local-sign{color:#fff}
.subpage .local-support-card:hover .arrow{transform:translateX(3px)}
.subpage .collection-card h3{font-size:26px;line-height:1.4;margin-top:20px}
.subpage .collection-hover{position:absolute;inset:0;background:var(--blue);z-index:3;pointer-events:none;opacity:0;transition:opacity .26s ease}
.subpage .collection-image:is(:hover,:focus-within) .collection-hover{opacity:.85}
.subpage .collection-download{position:absolute;left:0;bottom:0;z-index:4;width:44px;height:44px;display:grid;place-items:center;cursor:pointer;background:#fff;color:var(--blue);transition:background-color .22s ease,color .22s ease}
.subpage .collection-download svg{width:24px;height:24px}
.subpage .collection-image:is(:hover,:focus-within) .collection-download{background:var(--blue);color:#fff}
.subpage .collection-image .asset-ratio{bottom:17px}
.subpage .sub-cta{padding-top:28px}
.subpage .sub-cta p{white-space:pre-line}
html[lang=en] .subpage .sub-feature-copy h2{font-family:var(--heading-en);font-size:28px;line-height:1.35;letter-spacing:-.015em}
html[lang=en] .subpage .method-line li{font-size:13px}
html[lang=en] .subpage .method-line li+li:before{margin-inline:9px}
html[lang=en] .subpage .collection-card h3{font-size:24px}
#info-dialog.sheet-review,#info-dialog.presence-review{width:min(1040px,calc(100vw - 48px))}
.review-table-scroll{overflow-x:auto;margin-top:16px;overscroll-behavior-x:contain}
.review-table{width:100%;border-collapse:collapse;min-width:580px;font-size:14px;text-align:left;line-height:1.6}
.review-table caption{text-align:left;margin:0 0 11px;font-weight:700;font-size:17px;color:var(--ink)}
.review-table th{padding:12px 15px;background:#EEF3F7;color:var(--ink);font-weight:700}
.review-table td{padding:12px 15px;border-bottom:1px solid #DBE3E9;vertical-align:top}
.review-table td:first-child{white-space:nowrap}
.review-table-controls{display:flex;flex-wrap:wrap;align-items:center;gap:12px;margin:18px 0 0}
.review-table-controls .button-secondary,.review-table-controls .button-primary{margin:0!important;font-size:14px}
.review-notice{font-size:13px!important;line-height:1.65!important;color:#5c6d7b!important;margin-top:18px}
.document-actions{display:flex;align-items:center;flex-wrap:wrap;gap:12px;margin-top:18px}
.document-actions .button-secondary,.document-actions .button-primary{margin:0!important}
.doc-load-status{margin-top:12px;font-size:13px!important}
.sheet-tabs,.presence-tabs{display:flex;gap:8px;flex-wrap:wrap;margin-top:16px}
.sheet-tabs button,.presence-tabs button{padding:9px 16px;border:1px solid #D1DDE7;color:var(--blue);font-size:14px;line-height:1.6}
.sheet-tabs button[aria-pressed=true],.presence-tabs button[aria-pressed=true]{background:var(--blue);color:white;border-color:var(--blue)}
.presence-panel .presence-map{width:100%;height:auto;max-height:340px;display:block;transform:none;margin:0}
.presence-panel .map-highlight{fill:var(--blue)}
.presence-panel .map-land{fill:#DAE2E9}
.presence-panel .presence-pin{cursor:pointer;outline:none}
.presence-panel .presence-pin .pin-halo{fill:var(--blue);opacity:.13;transition:opacity .2s}
.presence-panel .presence-pin .pin-dot{fill:var(--blue);stroke:#fff;stroke-width:2.5}
.presence-panel .presence-pin:is(:hover,:focus-visible,[data-active=true]) .pin-halo{opacity:.38}
.presence-address{margin-top:18px;padding:20px 22px;background:var(--pale);display:grid;grid-template-columns:160px 1fr;gap:20px}
.presence-address h3{color:var(--ink)!important;margin:0!important;font-size:22px!important}
.presence-address p{font-size:14px!important;line-height:1.65!important}
.presence-address .address-pending{margin-top:7px;color:#627685}
@media(max-width:1100px){
 .subpage .sub-hero-grid,html[lang=en] .subpage .sub-hero-grid{gap:45px;grid-template-columns:1.2fr 1fr}
 .subpage .sub-feature{gap:36px}.subpage .sub-feature-copy h2{font-size:28px}.subpage .method-line li{font-size:14px}
 .subpage .method-line li+li:before{margin-inline:8px}.subpage .local-support-card{padding:28px}
}
@media(max-width:800px){
 .subpage .sub-feature{grid-template-columns:1fr 1fr;gap:26px}.subpage .sub-feature>.sub-media{max-height:none;aspect-ratio:4/5!important}
 .subpage .sub-feature-copy h2,html[lang=en] .subpage .sub-feature-copy h2{font-size:25px}
 .subpage .sub-scope-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:25px}.subpage .sub-scope-grid h3{font-size:21px}
 .subpage .local-support-card{padding:25px}.subpage .local-support-card h3{font-size:26px}
 .subpage .service-sheet-links{gap:22px}.subpage .service-sheet-links button{font-size:15px}
}
@media(max-width:620px){
 .subpage .sub-hero-v112{padding:30px 0 35px}
 .subpage .sub-hero-grid,html[lang=en] .subpage .sub-hero-grid{grid-template-columns:1fr;gap:28px}
 .subpage .sub-hero-grid>.sub-media{width:100%;max-width:none}
 .subpage .sub-hero-copy h1{margin-bottom:16px}.subpage .sub-hero-link{margin-top:22px;min-width:176px;min-height:50px}
 .subpage .sub-feature{grid-template-columns:1fr;gap:26px}.subpage .sub-feature>.sub-media{aspect-ratio:16/10!important}
 .subpage .sub-feature-copy h2,html[lang=en] .subpage .sub-feature-copy h2{font-size:24px;margin-bottom:14px}
 .subpage .method-line{margin-top:19px}.subpage .method-line li{font-size:13px}.subpage .method-line li+li:before{margin-inline:8px}
 html[lang=en] .subpage .method-line li{font-size:12px}html[lang=en] .subpage .method-line li+li:before{margin-inline:6px}
 .subpage .sub-section-head{flex-direction:row;align-items:baseline;gap:15px}.subpage .sub-section-head h2{font-size:26px}
 .subpage .sub-section-head .text-link{font-size:13px;white-space:nowrap}
 .subpage .sub-scope-grid{grid-template-columns:1fr;gap:30px}.subpage .scope-icon{width:56px;height:56px;margin-bottom:15px}
 .subpage .sub-scope-grid h3{font-size:22px}.subpage .sub-scope-grid p{max-width:none}
 .subpage .service-sheet-links{grid-template-columns:1fr;gap:0;margin-top:30px}.subpage .service-sheet-links button+button{border-top:0}
 .subpage .sub-local-grid{gap:22px}.subpage .local-support-card{padding:25px 25px 22px}
 .subpage .local-support-card h3{font-size:24px;margin-bottom:13px}.subpage .local-sign{margin-top:12px}
 .subpage .collection-card h3{font-size:22px;margin-top:16px}html[lang=en] .subpage .collection-card h3{font-size:21px}
 .subpage .sub-cta{padding-top:16px}
 #info-dialog.sheet-review,#info-dialog.presence-review{width:calc(100vw - 28px)}
 .review-table{font-size:13px}.review-table th,.review-table td{padding:11px 12px}.presence-address{grid-template-columns:1fr;gap:10px;padding:18px}
 .presence-tabs{gap:6px}.presence-tabs button{font-size:13px;padding:8px 11px}
}
@media(prefers-reduced-motion:reduce){.subpage .local-support-card,.subpage .collection-hover,.subpage .collection-download{transition:none}.subpage .local-support-card:hover .arrow{transform:none}}

/* Keep the inner-page closing invitation on the approved homepage grid. */
.subpage .sub-cta{grid-template-columns:var(--feature-cols);gap:var(--feature-gap)}
.subpage .sub-cta-buttons{width:260px;max-width:100%;justify-self:start}
.subpage .sub-cta .sub-button{flex-direction:row-reverse;text-align:right}
.subpage .sub-cta .arrow{transform:rotate(180deg)}
.subpage .sub-cta .sub-button:hover .arrow{transform:translateX(-3px) rotate(180deg)}
html[lang=en] .subpage .sub-cta-buttons{width:305px}
@media(max-width:1100px){.subpage .sub-cta-buttons{width:236px}html[lang=en] .subpage .sub-cta-buttons{width:285px}}
@media(max-width:900px){.subpage .sub-cta-buttons{width:220px}html[lang=en] .subpage .sub-cta-buttons{width:270px}}
@media(max-width:740px){.subpage .sub-cta{grid-template-columns:1fr 1.4fr;gap:28px}.subpage .sub-cta-buttons{width:225px}html[lang=en] .subpage .sub-cta-buttons{width:255px}}
@media(max-width:620px){.subpage .sub-cta{grid-template-columns:1fr;gap:26px}.subpage .sub-cta-buttons,html[lang=en] .subpage .sub-cta-buttons{width:255px}.subpage .sub-cta .sub-button{flex-direction:row;text-align:left}.subpage .sub-cta .arrow{transform:none}.subpage .sub-cta .sub-button:hover .arrow{transform:translateX(3px)}}
@media(prefers-reduced-motion:reduce){.subpage .sub-cta .sub-button:hover .arrow{transform:rotate(180deg)}}
@media(max-width:620px) and (prefers-reduced-motion:reduce){.subpage .sub-cta .sub-button:hover .arrow{transform:none}}


/* V11.4 — customer-facing capability statements, a shared case library, and scoped interaction refinements. */
#engineering-page #engineering-coordination .sub-section-head h2{max-width:100%;text-wrap:balance}
#engineering-page .delivery-four{grid-template-columns:repeat(4,minmax(0,1fr));gap:32px}
#engineering-page .delivery-four h3{font-size:24px}
#engineering-page .delivery-four p{font-size:15px;line-height:1.65;max-width:25em}
#engineering-page .local-support-card{padding-right:74px;transition:background-color .38s ease,color .32s ease,border-color .32s ease}
#engineering-page .local-support-card h3,#engineering-page .local-support-card p{transition:color .32s ease}
#engineering-page .local-sign{position:absolute;right:30px;top:50%;margin:0;transform:translateY(-50%);transition:color .32s ease}
#engineering-page .collection-hover{transition:opacity .34s ease}
#engineering-page .collection-image:is(:hover,:focus-within) .collection-hover{opacity:.29}
#engineering-page .collection-download{transition:color .28s ease,background-color .28s ease}
#info-dialog.presence-review[open]{animation:presenceLetterIn .32s cubic-bezier(.22,.61,.36,1) both;transform-origin:50% 42%}
#info-dialog.presence-review[open].is-closing{animation:presenceLetterOut .24s ease both;pointer-events:none}
#info-dialog.presence-review[open]::backdrop{animation:presenceBackdropIn .26s ease both}
#info-dialog.presence-review[open].is-closing::backdrop{animation:presenceBackdropOut .24s ease both}
@keyframes presenceLetterIn{from{opacity:0;transform:perspective(1100px) translateY(12px) rotateX(2deg) scale(.992)}to{opacity:1;transform:none}}
@keyframes presenceLetterOut{from{opacity:1;transform:none}to{opacity:0;transform:perspective(1100px) translateY(9px) rotateX(1deg) scale(.994)}}
@keyframes presenceBackdropIn{from{opacity:0}to{opacity:1}}
@keyframes presenceBackdropOut{from{opacity:1}to{opacity:0}}
.presence-tabs button,.sheet-tabs button{transition:background-color .32s ease,color .32s ease,border-color .32s ease}
.presence-panel .presence-pin .pin-halo{fill:#D55159;opacity:0;transition:opacity .36s ease,r .36s ease;r:17px}
.presence-panel .presence-pin:is(:hover,:focus-visible) .pin-halo{opacity:.22;r:21px}
.presence-panel .presence-pin[data-active=true] .pin-halo{opacity:.30;r:24px}
.presence-panel .presence-pin .pin-dot{transition:stroke-width .3s,fill .3s}
.presence-panel .presence-pin[data-active=true] .pin-dot{stroke-width:3.2}
.presence-panel .presence-address{min-height:105px;will-change:opacity}
.case-library{padding-bottom:88px}
.case-library .sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.case-library-hero{background:#F3F5F7;padding:46px 0 42px}
.case-library-hero h1{font-size:44px;line-height:1.28;margin:0 0 16px}
.case-library-hero p{font-size:17px!important;line-height:1.65!important}
.case-library-layout{display:grid;grid-template-columns:226px minmax(0,1fr);gap:56px;padding-top:47px;align-items:start}
.case-sidebar{min-width:0;position:relative;top:auto;max-height:none;overflow:visible;padding-right:10px}
.case-filter-head{display:flex;align-items:center;justify-content:space-between;gap:10px;padding-bottom:19px;border-bottom:1px solid #D8E0E7;font-weight:700;font-size:16px}
.case-filter-head button{font-size:12px;color:var(--link);font-weight:400;min-height:32px}
.case-filter-group{border:0;padding:0;margin:23px 0 0;min-width:0}
.case-filter-group legend{font-size:14px;font-weight:700;margin-bottom:10px;padding:0;color:var(--ink)}
.case-filter-option{width:100%;display:flex;align-items:center;justify-content:space-between;gap:10px;min-height:37px;padding:7px 10px;text-align:left;border-left:2px solid transparent;font-size:13px;line-height:1.45;color:#51606B;transition:background .2s,color .2s,border-color .2s}
.case-filter-option:hover{background:#F2F6F9;color:var(--blue)}
.case-filter-option[aria-pressed=true]{color:var(--blue);background:#EBF2F8;border-left-color:var(--blue);font-weight:600}
.case-filter-count{color:#718291;font-size:11px;font-weight:400;min-width:14px;text-align:right}
.case-mobile-toggle{display:none}
.case-library-main{min-width:0}
.case-toolbar{display:flex;align-items:center;justify-content:space-between;gap:24px;min-height:42px;margin-bottom:15px}
#case-result-count{font-size:14px;color:#596A78;white-space:nowrap}
#case-result-count strong{font-size:22px;color:var(--ink);font-weight:600;margin-right:5px}
.case-search{display:flex;position:relative;align-items:center;width:340px;max-width:65%}
.case-search input{display:block;width:100%;border:1px solid #CFD9E3;background:#fff;padding:11px 43px 11px 13px;min-height:43px;border-radius:0;font-size:13px;outline-offset:2px}
.case-search>svg{position:absolute;right:13px;pointer-events:none;color:#6F8495}
.case-active-filters{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-bottom:14px}
.case-active-filters:empty{display:none}
.case-filter-chip{display:flex;align-items:center;gap:11px;background:#EEF3F7;color:#235478;padding:6px 10px;font-size:12px;line-height:1.5;border:1px solid #DCE6EE;transition:background .2s}
.case-filter-chip:hover{background:#DCEAF5}
.case-filter-chip>span:last-child{font-size:16px;line-height:1}
.subpage .case-library-note{font-size:12px!important;line-height:1.65!important;color:#697D8C!important;padding:0;margin:0 0 27px;max-width:none}
.case-library-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:43px 34px}
.library-case-card{min-width:0;display:flex;align-items:flex-start;flex-direction:column}
.case-photo{display:block;position:relative;width:100%;aspect-ratio:16/10;isolation:isolate;background:#EAF0F5;overflow:hidden;margin-bottom:17px}
.case-photo-placeholder{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:10px;color:#839BAF;font-size:12px}
.case-photo-live{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .4s}
.case-photo:hover .case-photo-live{transform:scale(1.025)}
.case-photo:hover{background:#E3ECF3}
.case-diagram-stamp{position:absolute;right:12px;bottom:12px;display:flex;align-items:center;gap:7px;padding:7px 9px;color:#587992;background:#FFFFFFDB;z-index:2;font-size:10px;line-height:1.3}
.case-diagram-stamp svg{width:21px;height:21px}
.case-card-meta{display:flex;flex-wrap:wrap;align-items:center;gap:6px 10px;color:#61798C;font-size:11px;line-height:1.45;margin-bottom:11px}
.case-card-meta span+span{border-left:1px solid #CAD5DE;padding-left:10px}
.library-case-card h2{font-size:22px;line-height:1.42;margin:0 0 12px}
.library-case-card h2 a:hover{color:var(--blue)}
.case-library .library-case-card p{font-size:15px;line-height:1.65;margin:0}
.library-case-card .text-link{margin-top:10px;font-size:14px}
.case-empty{padding:58px 35px;background:#F5F7F9}
.case-empty h2{font-size:26px;margin:0 0 14px}
.case-empty p{font-size:15px!important;line-height:1.7!important;max-width:38em;margin:0}
.case-empty>div{display:flex;align-items:center;gap:25px;flex-wrap:wrap;margin-top:26px}
.case-empty .sub-button{min-height:46px;font-size:14px;padding:11px 19px}
.case-empty .text-link{font-size:14px}
.case-detail-header{padding:31px 0 39px;background:#F3F5F7}
.case-detail-header h1{font-size:40px;line-height:1.35;margin:23px 0 17px;max-width:28em}
.case-detail-header .text-link{font-size:13px}
.case-detail-header p{font-size:17px;max-width:52em;line-height:1.65}
.case-detail-header .case-library-note{margin:17px 0 0}
.case-detail-tags{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:21px}
.case-detail-tags span{font-size:12px;line-height:1.45;border:1px solid #D3DFE8;background:white;color:#496D89;padding:6px 10px}
.case-detail-body{padding-top:43px}
.case-evidence-grid{display:grid;grid-template-columns:1fr 1.1fr;gap:38px;align-items:start}
.case-evidence-grid h2{font-size:23px;line-height:1.35;margin:0 0 20px}
.case-evidence-grid .media-slot{width:100%}
.case-evidence-grid .media-center svg{width:44px;height:44px}
.case-detail .case-evidence-note{font-size:13px;line-height:1.6;color:#687E8F;margin:13px 0 0}
.case-detail-facts{padding:52px 0 36px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:38px}
.case-detail-facts>section{border-top:1px solid #CED9E3;padding-top:24px}
.case-detail-facts h2{font-size:23px;line-height:1.4;margin:0 0 14px}
.case-detail-facts p{font-size:15px;line-height:1.7}
.case-detail-cta{padding-bottom:84px}
html[lang=en] .case-library-hero h1{font-size:41px}
html[lang=en] .case-filter-option{font-size:12px}
html[lang=en] .library-case-card h2{font-size:22px;letter-spacing:-.015em}
html[lang=en] .case-detail-header h1{font-size:38px;line-height:1.28}
html[lang=en] #engineering-page .delivery-four h3{font-size:23px}
@media(max-width:1100px){
 .case-library-layout{grid-template-columns:205px minmax(0,1fr);gap:32px}
 .case-library-grid{gap:35px 25px}.library-case-card h2{font-size:21px}
 #engineering-page .delivery-four{gap:26px}#engineering-page .delivery-four h3{font-size:22px}
 #engineering-page .delivery-four p{font-size:14px}
}
@media(max-width:850px){
 #engineering-page .delivery-four{grid-template-columns:repeat(2,minmax(0,1fr));gap:32px}
 .case-library-layout{grid-template-columns:185px minmax(0,1fr);gap:25px}
 .case-library-grid{grid-template-columns:1fr;gap:34px}.case-photo{aspect-ratio:16/9}
 .case-toolbar{gap:13px}.case-search{max-width:70%;width:280px}
 .case-detail-facts{gap:25px}.case-detail-facts h2{font-size:21px}
 .case-evidence-grid{gap:26px}
}
@media(max-width:620px){
 #engineering-page .delivery-four{grid-template-columns:repeat(2,minmax(0,1fr));gap:28px 24px}
 #engineering-page .delivery-four h3{font-size:20px}
 #engineering-page .delivery-four p{font-size:13px;line-height:1.65}
 html[lang=en] #engineering-page .delivery-four h3{font-size:19px}
 #engineering-page .local-support-card{padding-right:57px}
 #engineering-page .local-sign{right:24px}
 #engineering-page #engineering-coordination .sub-section-head h2{font-size:25px}
 .case-library{padding-bottom:56px}
 .case-library-hero{padding:30px 0 29px}
 .case-library-hero h1,html[lang=en] .case-library-hero h1{font-size:30px;line-height:1.3;margin-bottom:14px}
 .case-library-hero p{font-size:15px!important;line-height:1.6!important;max-width:28em}
 .case-library-layout{grid-template-columns:1fr;gap:22px;padding-top:25px}
 .case-sidebar{position:static;max-height:none;overflow:visible;padding-right:0}
 .case-mobile-toggle{display:flex;width:100%;align-items:center;justify-content:space-between;padding:12px 15px;background:#EDF3F8;color:var(--blue);border:1px solid #D8E4ED;font-size:14px;min-height:45px}
 #case-filter-panel{display:none;padding:17px 0 15px;border-bottom:1px solid #D8E0E7}
 .case-sidebar.filters-open #case-filter-panel{display:grid;grid-template-columns:1fr 1fr;gap:14px 20px}
 .case-filter-head{grid-column:1/-1;font-size:14px;padding-bottom:10px}
 .case-filter-group{margin-top:0}.case-filter-group legend{font-size:13px}
 .case-filter-option{font-size:12px;min-height:38px;padding:7px 8px}
 .case-toolbar{gap:16px;margin-bottom:14px}#case-result-count{font-size:12px}#case-result-count strong{font-size:20px}
 .case-search{max-width:74%;width:280px}.case-search input{font-size:12px;min-height:42px;padding-left:10px;padding-right:34px}
 .case-search>svg{right:10px;width:16px;height:16px}
 .subpage .case-library-note{font-size:11px!important;line-height:1.65!important;margin-bottom:22px}
 .case-library-grid{grid-template-columns:1fr;gap:35px}.case-photo{margin-bottom:15px;aspect-ratio:16/10}
 .case-diagram-stamp{right:10px;bottom:10px}.library-case-card h2,html[lang=en] .library-case-card h2{font-size:21px;line-height:1.4;margin-bottom:11px}
 .case-library .library-case-card p{font-size:14px;line-height:1.65}.case-card-meta{font-size:10px;margin-bottom:10px}
 .library-case-card .text-link{font-size:13px}.case-filter-chip{font-size:11px}
 .case-empty{padding:32px 23px}.case-empty h2{font-size:23px}.case-empty p{font-size:14px!important}
 .case-empty>div{gap:18px;align-items:flex-start;flex-direction:column}
 .case-detail-header{padding:23px 0 29px}.case-detail-header h1,html[lang=en] .case-detail-header h1{font-size:29px;line-height:1.36;margin-top:18px}
 .case-detail-header p{font-size:15px;line-height:1.6}.case-detail-header .case-library-note{margin-top:15px;margin-bottom:0}
 .case-detail-tags{gap:6px}.case-detail-tags span{font-size:11px;padding:5px 8px}
 .case-detail-body{padding-top:29px}.case-evidence-grid{grid-template-columns:1fr;gap:30px}
 .case-evidence-grid h2{font-size:22px;margin-bottom:15px}.case-detail .case-evidence-note{font-size:12px}
 .case-detail-facts{grid-template-columns:1fr;gap:23px;padding-top:36px;padding-bottom:18px}.case-detail-facts>section{padding-top:19px}
 .case-detail-facts h2{font-size:22px;margin-bottom:12px}.case-detail-facts p{font-size:14px;line-height:1.65}
 .case-detail-cta{padding-bottom:55px}
}
@media(prefers-reduced-motion:reduce){
 #info-dialog.presence-review[open],#info-dialog.presence-review[open].is-closing,#info-dialog.presence-review::backdrop{animation:none!important}
 .presence-panel .presence-pin .pin-halo,.presence-tabs button,.sheet-tabs button,#engineering-page .local-support-card,#engineering-page .local-support-card h3,#engineering-page .local-support-card p,#engineering-page .collection-hover,#engineering-page .collection-download{transition:none!important}
 .case-photo:hover .case-photo-live{transform:none}
}


/* V11.4 — discreet motion, clearer choices; approved homepage grid retained. */
:root{--motion-ease:cubic-bezier(.22,.61,.36,1)}
.nav-top{display:flex;align-items:center;gap:7px;position:relative}
.nav-top>.nav-link{gap:0}
.nav-top>.nav-link:after{right:0}
.nav-toggle{position:relative;flex:0 0 15px;width:15px;height:42px;display:grid;place-items:center;color:inherit;background:none;border:none;padding:0}
.nav-toggle::before{content:"";position:absolute;inset:0 -6px}
.nav-toggle .chevron{width:15px;height:15px;opacity:.9;transition:transform .26s var(--motion-ease)}
.nav-toggle[aria-expanded=true] .chevron{transform:rotate(180deg)}
.nav-dropdown{max-height:0;opacity:0;visibility:hidden;transform:translateY(-5px);transform-origin:top center;transition:max-height .27s var(--motion-ease),opacity .22s ease,transform .27s var(--motion-ease),visibility 0s .27s;will-change:max-height,opacity}
.nav-dropdown.is-open{max-height:var(--dropdown-height,430px);opacity:1;visibility:visible;transform:translateY(0);transition:max-height .27s var(--motion-ease),opacity .22s ease,transform .27s var(--motion-ease),visibility 0s}
.nav-dropdown a,.nav-dropdown .nav-overview{transition:background-color .2s ease,color .2s ease}
.nav-dropdown a:hover,.nav-dropdown a:focus-visible{background:var(--blue);color:#fff;text-decoration:none}
.nav-dropdown a:hover .arrow,.nav-dropdown a:focus-visible .arrow{color:#fff}
.case-filter-head{padding:13px 14px;background:var(--blue);color:#fff;border:0;margin-bottom:20px}
.case-filter-head button{color:#fff;opacity:.88}
.case-filter-head button:hover{opacity:1;text-decoration:underline;text-underline-offset:3px}
.case-filter-option{background:#F2F4F6;color:var(--ink);transition:background-color .2s ease,color .2s ease,border-color .2s ease}
.case-filter-option:hover,.case-filter-option:focus-visible,.case-filter-option[aria-pressed=true]{background:var(--blue);color:#fff;border-color:var(--blue)}
.case-filter-option:hover span,.case-filter-option[aria-pressed=true] span,.case-filter-option:focus-visible span{color:inherit}
.case-filter-option:hover .case-filter-count,.case-filter-option[aria-pressed=true] .case-filter-count{color:#fff;opacity:.85}
.case-mobile-toggle{background:var(--blue);color:#fff;border-color:var(--blue)}
.case-evidence-grid{grid-template-columns:1fr 1.12fr;align-items:start}
.case-evidence-grid>section{min-width:0}
.case-evidence-grid .case-detail-media{aspect-ratio:auto!important;height:clamp(260px,25vw,350px);width:100%}
.case-evidence-grid .case-detail-media[data-visual=diagram] .real-image{object-fit:contain;background:#F2F5F8}
.case-evidence-grid .case-evidence-note{font-size:12px;line-height:1.55;color:#687785;margin-top:12px;max-width:100%}
.case-detail-facts .text-link{margin-top:13px;font-size:14px}
.case-detail .case-detail-cta{grid-template-columns:repeat(3,minmax(0,1fr));gap:38px;align-items:start}
.case-detail-cta>div:first-child{grid-column:1;min-width:0}
.case-detail .case-detail-cta .sub-cta-buttons{grid-column:2;min-width:0;align-items:flex-start;justify-items:start}
.case-detail-cta h2{font-size:25px;line-height:1.45;max-width:100%;text-wrap:balance}
.case-detail-cta p{max-width:100%;font-size:15px;line-height:1.65}
.case-detail-cta .sub-button{min-width:0;max-width:100%}
#presence-review-map .pin-dot{fill:#EF2929;stroke:#fff;stroke-width:2.5}
#presence-review-map .pin-halo{fill:#EE3535;stroke:none;opacity:0;transform-box:fill-box;transform-origin:center}
#presence-review-map .presence-pin[data-active=true] .pin-halo{opacity:.24;animation:presenceSignal 1.75s ease-in-out infinite}
#presence-review-map .presence-pin:hover .pin-dot{fill:#FF2020}
@keyframes presenceSignal{0%,100%{transform:scale(.82);opacity:.19}50%{transform:scale(1.34);opacity:.38}}
.presence-address .entity-name{font-size:11px!important;letter-spacing:.02em;color:#657888!important;line-height:1.7!important}
#info-dialog[open],#inquiry-dialog[open],#consent-dialog[open]{animation:letterOpenV114 .28s var(--motion-ease) both;transform-origin:50% 35%}
#info-dialog[open].is-closing,#inquiry-dialog[open].is-closing,#consent-dialog[open].is-closing{animation:letterCloseV114 .22s ease both;pointer-events:none}
#info-dialog[open]::backdrop,#inquiry-dialog[open]::backdrop,#consent-dialog[open]::backdrop{animation:veilOpenV114 .22s ease both}
#info-dialog[open].is-closing::backdrop,#inquiry-dialog[open].is-closing::backdrop,#consent-dialog[open].is-closing::backdrop{animation:veilCloseV114 .22s ease both}
@keyframes letterOpenV114{from{opacity:0;transform:translateY(12px) scale(.987)}to{opacity:1;transform:translateY(0) scale(1)}}
@keyframes letterCloseV114{from{opacity:1;transform:translateY(0) scale(1)}to{opacity:0;transform:translateY(8px) scale(.99)}}
@keyframes veilOpenV114{from{background-color:#001B3E00;backdrop-filter:blur(0)}to{background-color:#001B3E80;backdrop-filter:blur(3px)}}
@keyframes veilCloseV114{from{background-color:#001B3E80;backdrop-filter:blur(3px)}to{background-color:#001B3E00;backdrop-filter:blur(0)}}
#inquiry-step-stack{min-width:0;position:relative}
.form-privacy{font-size:12px!important;line-height:1.6!important;color:#637588!important;margin:0 0 18px}
.form-privacy a,.career-privacy a{color:var(--link);text-decoration:underline;text-underline-offset:3px}
.sheet-tabs button{transition:background-color .2s ease,color .2s ease,border-color .2s ease}
.sheet-tabs button:hover,.sheet-tabs button:focus-visible{background:var(--blue);color:#fff;border-color:var(--blue)}
/* Editorial pages use the same blue, typography and open, unboxed rhythm. */
.editorial-page{padding-bottom:96px}
.editorial-hero{padding:58px 0 52px;background:#F3F6F9}
.editorial-hero h1{font-size:42px;line-height:1.32;letter-spacing:0;margin:0 0 20px;font-weight:700}
.editorial-lead{font-size:24px;line-height:1.5;font-weight:700;max-width:880px;margin-bottom:18px;color:var(--ink)}
.editorial-intro{font-size:17px;line-height:1.75;max-width:860px;color:#3F4B55}
.editorial-hero .text-link{margin-bottom:22px}
.story-timeline{list-style:none;padding:66px 0 0;margin:0}
.story-timeline>li{display:grid;grid-template-columns:180px minmax(0,1fr);column-gap:70px;position:relative;padding:0 0 57px}
.story-year{font-family:var(--font-en);font-size:34px;line-height:1.35;font-weight:700;color:var(--blue);position:relative;letter-spacing:-.02em}
.story-dot{position:absolute;right:-36px;top:16px;width:9px;height:9px;background:var(--blue);border-radius:50%;box-shadow:0 0 0 6px #E8F0F8}
.story-timeline>li:not(:last-child)::after{content:"";position:absolute;top:28px;bottom:0;left:211px;width:1px;background:#D4E2EE}
.story-milestone{padding-bottom:8px;border-bottom:1px solid #DDE5EB;min-width:0;max-width:860px}
.story-milestone h2{font-size:26px;line-height:1.4;margin-bottom:16px}
.story-milestone p{font-size:16px;line-height:1.75;color:#3F4B55;max-width:830px}
.story-milestone .story-tags{font-size:13px;color:var(--link);margin:19px 0 18px}
.story-today{padding-top:15px}
.story-today>h2{font-size:30px;line-height:1.4;margin-bottom:30px}
.story-today-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:36px}
.story-today-grid>div{padding-top:22px;border-top:2px solid var(--blue)}
.story-today-grid h3{font-size:21px;margin-bottom:13px;line-height:1.4}
.story-today-grid p{font-size:15px;line-height:1.7;color:#42515D}
.story-end{margin-top:66px;padding-top:44px;border-top:1px solid #D7E3EC;display:flex;align-items:center;justify-content:space-between;gap:35px}
.story-end h2{font-size:32px;line-height:1.4}
.story-end-links{display:flex;gap:30px;flex-wrap:wrap}
.careers-body{padding-top:52px}
.careers-body>h2{font-size:30px;margin-bottom:16px}
.careers-note{color:#677988;font-size:14px;line-height:1.7;max-width:850px}
.job-list{margin-top:28px;display:grid;gap:0}
.job-row{display:flex;align-items:center;justify-content:space-between;gap:30px;width:100%;padding:29px 0;border-top:1px solid #D5E0E9;color:var(--ink);transition:color .2s ease}
.job-row:last-child{border-bottom:1px solid #D5E0E9}
.job-row>div{max-width:900px}
.job-row h3{font-size:24px;line-height:1.4;margin-bottom:9px}
.job-row p{font-size:16px;line-height:1.7;color:#455662;max-width:820px}
.job-row>svg{color:var(--link);width:17px;height:17px;transition:transform .2s ease}
.job-row:hover h3{color:var(--blue)}
.job-row:hover>svg{transform:translateX(4px)}
.job-row .role-status{font-size:12px;color:#6B7C8A;margin-top:10px}
.careers-values{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:35px;margin:58px 0}
.careers-values h3{font-size:21px;margin-bottom:12px}
.careers-values p{font-size:15px;line-height:1.7;color:#455662}
.careers-end{display:flex;align-items:center;justify-content:space-between;gap:30px;padding:36px 0;border-top:1px solid #D5E0E9}
.careers-end h2{font-size:26px;margin-bottom:13px}
.careers-end p{font-size:15px;line-height:1.7;color:#455662}
.job-review .role-status{font-size:12px;color:var(--link);margin-bottom:18px}
.job-review ul{color:#3E4A53}
#career-form-slot{margin-top:26px}
#career-interest-form>label{display:flex;flex-direction:column;gap:7px;margin-bottom:18px;font-size:14px}
#career-interest-form input,#career-interest-form textarea,#career-draft{border:1px solid #CEDAE4;padding:10px 12px;width:100%;font-size:15px;line-height:1.6;background:#fff;border-radius:0}
#career-interest-form input:focus,#career-interest-form textarea:focus{outline:2px solid #AAC6E0;outline-offset:1px}
.career-privacy{font-size:12px!important;line-height:1.6!important;margin-bottom:20px;color:#647585}
#career-error{color:#AA3333;font-size:13px}
.policy-layout{display:grid;grid-template-columns:218px minmax(0,1fr);gap:62px;padding-top:50px;align-items:start}
.policy-nav{display:grid;gap:8px;position:sticky;top:124px}
.policy-nav a{padding:11px 15px;font-size:14px;color:#475966;background:#F3F5F7;transition:background-color .2s,color .2s}
.policy-nav a:hover,.policy-nav a[aria-current=page]{background:var(--blue);color:#fff}
.policy-copy{max-width:900px;min-width:0}
.policy-copy>section{margin-bottom:33px;scroll-margin-top:130px}
.policy-copy h2{font-size:22px;line-height:1.45;margin-bottom:14px}
.policy-copy p{font-size:15px;line-height:1.9;color:#3E4C57;margin-bottom:12px;overflow-wrap:anywhere}
.policy-review{font-size:12px!important;color:#657D90!important;line-height:1.7!important;margin-top:20px;max-width:900px}
.policy-review a{color:var(--link)}
.policy-sources{margin-top:26px;padding-top:22px;border-top:1px solid #D9E4ED;font-size:12px;color:#647888}
.policy-sources summary{cursor:pointer;font-size:13px}
.policy-sources a{display:block;color:var(--link);font-size:12px;margin-top:10px;line-height:1.55;overflow-wrap:anywhere}
.article-layout{display:grid;grid-template-columns:205px minmax(0,1fr);gap:62px;padding-top:50px;align-items:start}
.article-toc{display:grid;gap:4px;position:sticky;top:125px}
.article-toc a{font-size:14px;padding:11px 12px;color:#526676;border-left:2px solid #D9E6F1;transition:background-color .18s,color .18s}
.article-toc a:hover{color:var(--blue);background:#F1F5F8;border-color:var(--blue)}
.article-copy{max-width:870px;min-width:0}
.article-copy>section{margin-bottom:38px;scroll-margin-top:125px}
.article-copy h2{font-size:26px;margin-bottom:18px;line-height:1.4}
.article-copy p{font-size:16px;line-height:1.85;color:#3D4D5A;margin-bottom:17px}
.article-enquiry{margin-top:42px;padding-top:32px;border-top:1px solid #D5E3EF}
.article-enquiry .sub-button{margin-top:8px}
html[lang=en] .editorial-hero h1,html[lang=en] .editorial-page h2,html[lang=en] .editorial-page h3{font-family:var(--heading-en);letter-spacing:-.02em}
html[lang=en] .editorial-intro{line-height:1.65}
html[lang=en] .story-year{font-family:var(--heading-en)}
@media(max-width:1100px){
 .case-detail .case-detail-cta{gap:25px}
 .story-timeline>li{grid-template-columns:150px minmax(0,1fr);gap:52px}
 .story-dot{right:-27px}.story-timeline>li:not(:last-child)::after{left:172px}
 .policy-layout,.article-layout{grid-template-columns:185px minmax(0,1fr);gap:34px}
 .story-today-grid,.careers-values{gap:25px}
}
@media(max-width:760px){
 .editorial-hero{padding:37px 0 35px}
 .editorial-hero h1{font-size:33px}.editorial-lead{font-size:21px}.editorial-intro{font-size:16px;line-height:1.68}
 .story-year{font-size:27px}
 .story-timeline>li{grid-template-columns:114px minmax(0,1fr);gap:34px;padding-bottom:38px}
 .story-dot{right:-19px;top:12px;width:7px;height:7px}.story-timeline>li:not(:last-child)::after{left:129.5px;top:23px}
 .story-milestone h2{font-size:23px}.story-milestone p{font-size:15px;line-height:1.7}
 .story-today-grid,.careers-values{grid-template-columns:1fr;gap:27px}
 .story-end,.careers-end{align-items:flex-start;flex-direction:column;gap:23px}
 .story-end h2{font-size:29px}
 .case-detail .case-detail-cta{grid-template-columns:1fr;gap:24px}
 .case-detail .case-detail-cta .sub-cta-buttons{grid-column:1}
 .case-detail-cta>div:first-child{max-width:520px}
 .policy-layout,.article-layout{grid-template-columns:1fr;gap:27px;padding-top:30px}
 .policy-nav,.article-toc{position:static;display:flex;flex-wrap:wrap;gap:8px}
 .policy-nav a,.article-toc a{font-size:12px;padding:8px 10px}
 .case-evidence-grid{gap:22px}
 .case-evidence-grid .case-detail-media{height:240px}
}
@media(max-width:620px){
 .nav-toggle{height:38px}
 .editorial-page{padding-bottom:58px}
 .editorial-hero h1{font-size:28px;line-height:1.4;margin-bottom:15px}
 .editorial-lead{font-size:19px;line-height:1.55}.editorial-intro{font-size:15px;line-height:1.65}
 .story-timeline{padding-top:37px}
 .story-timeline>li{grid-template-columns:1fr;gap:12px;padding-left:21px;padding-bottom:30px}
 .story-year{font-size:25px;padding-left:0}
 .story-dot{left:-24px;right:auto;top:10px}
 .story-timeline>li:not(:last-child)::after{left:0;top:19px;bottom:-10px}
 .story-milestone{padding-bottom:16px}
 .story-milestone h2{font-size:21px;line-height:1.5;margin-bottom:12px}
 .story-milestone p{font-size:14px;line-height:1.75}.story-milestone .story-tags{font-size:12px;line-height:1.6;margin-bottom:5px}
 .story-today>h2{font-size:25px}.story-today-grid h3{font-size:20px}.story-today-grid p{font-size:14px}
 .story-end{margin-top:37px;padding-top:29px}.story-end h2{font-size:25px}
 .story-end-links{gap:19px}.story-end-links .text-link{font-size:14px}
 .careers-body{padding-top:32px}.careers-body>h2{font-size:25px}.careers-note{font-size:13px}
 .job-row{padding:22px 0;gap:16px}.job-row h3{font-size:21px}.job-row p{font-size:14px;line-height:1.7}
 .job-row>div{min-width:0}.job-row>svg{flex:0 0 15px}.job-row .role-status{font-size:11px}
 .careers-values{margin-block:36px}.careers-values h3{font-size:20px}.careers-values p{font-size:14px}
 .careers-end h2{font-size:23px}.careers-end p{font-size:14px}
 .policy-copy h2{font-size:20px}.policy-copy p{font-size:14px;line-height:1.8}
 .article-copy h2{font-size:22px}.article-copy p{font-size:15px;line-height:1.8}
 .case-evidence-grid{grid-template-columns:1fr}.case-evidence-grid .case-detail-media{height:230px}
 .case-detail-cta h2{font-size:24px}
}
@media(prefers-reduced-motion:reduce){
 .nav-dropdown,.nav-dropdown.is-open,.nav-toggle .chevron{transition:none!important}
 #info-dialog[open],#inquiry-dialog[open],#consent-dialog[open],#info-dialog[open].is-closing,#inquiry-dialog[open].is-closing,#consent-dialog[open].is-closing{animation:none!important}
 #info-dialog::backdrop,#inquiry-dialog::backdrop,#consent-dialog::backdrop{animation:none!important}
 #presence-review-map .presence-pin[data-active=true] .pin-halo{animation:none!important;opacity:.25;transform:none}
}


.story-offerings{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:36px}
.story-offerings article{padding-top:22px;border-top:2px solid var(--blue);min-width:0}
.story-offerings h3{font-size:21px;line-height:1.4;margin-bottom:13px}
.story-offerings p{font-size:15px;line-height:1.7;color:#42515D}
.editorial-actions{display:flex;gap:18px;flex-wrap:wrap}
.careers-notice{font-size:14px;line-height:1.7;color:#617587;max-width:860px}
.role-list{margin-top:30px}
.role-row{display:flex;align-items:center;justify-content:space-between;gap:28px;border-top:1px solid #D7E3EC;padding:28px 0}
.role-row:last-child{border-bottom:1px solid #D7E3EC}
.role-row>div{min-width:0;max-width:820px}
.role-row h3{font-size:24px;line-height:1.4;margin-bottom:10px}
.role-row p{font-size:16px;line-height:1.7;color:#445561}
.role-row .role-field{font-size:12px;color:var(--link);margin-bottom:9px}
.role-row .text-link{flex-shrink:0;font-size:14px}
.careers-page .story-end{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:15px 36px}
.careers-page .story-end h2{font-size:28px}
.careers-page .story-end p{grid-column:1;font-size:15px;line-height:1.7}
.careers-page .story-end>.sub-button{grid-column:2;grid-row:1 / 3;align-self:center}
.policy-nav .is-active{background:var(--blue);color:#fff}
@media(max-width:760px){.story-offerings{grid-template-columns:1fr;gap:25px}.careers-page .story-end{grid-template-columns:1fr}.careers-page .story-end>.sub-button{grid-column:1;grid-row:auto;justify-self:start}.role-row{gap:20px}.role-row h3{font-size:22px}}
@media(max-width:620px){.story-offerings h3{font-size:20px}.story-offerings p{font-size:14px}.role-row{flex-direction:column;align-items:flex-start;gap:11px;padding-block:23px}.role-row h3{font-size:21px}.role-row p{font-size:14px}.role-row .text-link{font-size:13px}.careers-page .story-end h2{font-size:25px}.careers-notice{font-size:13px}}


/* V12 · integrated application case library */
.v12-direction-visual{aspect-ratio:4/3;background:#fff;border:1px solid var(--line);overflow:hidden;margin-bottom:18px;display:grid;place-items:center}
.v12-direction-visual img{width:100%;height:100%;object-fit:contain;display:block}
.v12-direction-card h3{margin-top:0}
.v12-case-diagram{background:#fff!important;display:block;overflow:hidden}
.v12-case-diagram .case-photo-live{width:100%;height:100%;object-fit:contain;background:#fff}
.v12-detail-diagram{width:100%;background:#fff;border:1px solid var(--line);display:grid;place-items:center;min-height:320px}
.v12-detail-diagram img{width:100%;height:auto;display:block}
.v12-site-photo-placeholder{min-height:320px;border:1px solid var(--line);background:#f5f7f9;display:flex;flex-direction:column;gap:12px;align-items:center;justify-content:center;color:#6d7780}
.v12-site-photo-placeholder svg{width:42px;height:42px}
.v12-three-facts section{min-width:0}
@media(max-width:620px){
 .v12-direction-grid{grid-template-columns:1fr}
 .v12-direction-visual{aspect-ratio:16/10}
 .v12-detail-diagram,.v12-site-photo-placeholder{min-height:190px}
}

/* V12.1 — actual technical cases visible on desktop/mobile and in restricted previews */
.v121-direction-empty{background:#eef2f5!important;border:1px solid var(--line);min-height:220px}
.v121-featured-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
.v121-featured-visual{display:block;aspect-ratio:16/10;border:1px solid var(--line);background:#fff;overflow:hidden;margin-bottom:16px}
.v121-case-img{width:100%;height:100%;object-fit:contain;display:block}
.v121-case-img-en{display:none}
html[lang=en] .v121-case-img-zh{display:none}
html[lang=en] .v121-case-img-en{display:block}
html:not([data-app-ready]) #compat-zh-case-results > .case-library-grid:not(.v121-static-grid),
html:not([data-app-ready]) #compat-en-case-results > .case-library-grid:not(.v121-static-grid){display:none!important}
@media(max-width:760px){
  .v121-direction-empty{min-height:180px}
  .v121-featured-grid{grid-template-columns:1fr!important;gap:30px!important}
  .v121-static-grid{grid-template-columns:1fr!important}
}


/* V12.3: case covers reserve scene imagery; diagrams live inside detail pages. */
.v122-cover .case-photo-placeholder{background:#f1f4f6;color:#7d8790}
.v122-cover .case-photo-placeholder svg{opacity:.55}


/* V12.3 */
.v123-direction-placeholder{aspect-ratio:4/5!important;min-height:0!important;background:#eef2f5!important;border:1px solid var(--line)!important;overflow:hidden}
.v123-direction-placeholder img{width:100%;height:100%;object-fit:cover;display:block}
.case-pagination{display:flex;justify-content:center;align-items:center;gap:7px;margin:28px 0 0;flex-wrap:wrap}
.case-pagination button{width:36px;height:36px;border:1px solid var(--line);background:#fff;color:#222;cursor:pointer}
.case-pagination button[aria-current="page"]{background:var(--blue);color:#fff;border-color:var(--blue)}
.case-pagination button:disabled{opacity:.35;cursor:default}
.v123-detail-photo,.v12-detail-diagram{aspect-ratio:16/10!important;min-height:0!important;border:1px solid var(--line);background:#fff;position:relative;overflow:hidden;display:grid;place-items:center}
.v123-detail-photo>span{display:flex;flex-direction:column;align-items:center;gap:8px;color:#7a8790;font-size:13px}
.v123-detail-photo img,.v12-detail-diagram img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;background:#fff}
.v12-detail-diagram img{object-fit:contain}
@media(max-width:760px){.v123-direction-placeholder{aspect-ratio:4/5!important}.case-pagination{margin-top:22px}}

