/* SINOBTD replica R1. Shared shapes, locally hosted OFL fonts and original brand assets. */
@font-face { font-family:"Roboto";src:url("../fonts/replica/Roboto.ttf") format("truetype");font-style:normal;font-weight:100 900;font-display:swap; }
@font-face { font-family:"Roboto Condensed";src:url("../fonts/replica/RobotoCondensed.ttf") format("truetype");font-style:normal;font-weight:100 900;font-display:swap; }
:root { --aw-red:#c9202d;--aw-black:#171717;--aw-cream:#f5f5f5;--aw-gray:#ddd;--aw-white:#fff;--aw-copy:#555;--aw-line:rgba(17,17,17,.16);--aw-radius:30px;--aw-width:1280px;--aw-header-height:104px; }
body.atlasHome,body.siteAtlas { margin:0;padding:0;height:auto;min-height:100vh;opacity:1!important;color:var(--aw-black);background:var(--aw-cream);font-family:"Roboto",Arial,sans-serif;-webkit-font-smoothing:antialiased; }
body.atlasHome *,body.siteAtlas * { box-sizing:border-box; }
body.atlasHome .container,body.siteAtlas .container { width:min(var(--aw-width),calc(100% - 96px));margin:0 auto;padding-left:0;padding-right:0; }
body.atlasHome .container::before,body.atlasHome .container::after { content:none; }
body.atlasHome a,body.siteAtlas a { text-decoration:none; }
body.atlasHome :is(a,button):focus-visible,body.siteAtlas :is(a,button):focus-visible { outline:3px solid var(--aw-red);outline-offset:5px; }
.atlasShapeDefs { position:absolute;pointer-events:none; }
.awCondensed { font-family:"Roboto Condensed",Arial,sans-serif;text-transform:uppercase; }

/* Transparent navigation sits over the SAME clipped image as the headline. */
.atlasUtility { height:37.4px;padding:0 max(32px,calc((100% - 1280px)/2));display:flex;align-items:center;justify-content:space-between;background:#ddd; }
.atlasUtility__links,.atlasUtility__right { display:flex;align-items:center;gap:28px; }
.atlasUtility a,.atlasUtility span { font-size:11px;font-weight:400;color:#666; }
.atlasUtility a:hover { color:var(--aw-red); }
.atlasHeaderWpr { height:104px;position:relative;z-index:1000;background:transparent; }
.atlasHeader { width:min(1280px,calc(100% - 96px));height:104px;margin:auto;display:flex;align-items:center; }
.atlasBrand { width:30%;flex-shrink:0;align-self:flex-start;height:104px;display:flex;align-items:center;background:transparent; }
.atlasBrand img { display:block;width:232px;max-width:80%;height:auto;max-height:79px;object-fit:contain;object-position:left center;filter:brightness(.961); }
.atlasHeaderPanel { flex:1;min-width:0;height:100%;padding-top:26px;display:flex;align-items:center;justify-content:flex-end;gap:32px;background:transparent; }
.atlasNav { display:flex;align-items:center;gap:32px;margin:0;padding:0;list-style:none; }
.atlasNav>li { position:relative;min-width:0; }
.atlasNav>li:has(>.atlasNavLink[href$="contact.html"]) { display:none; }
.atlasNav>li>.atlasNavLink { display:flex;align-items:center;min-height:42px;padding:0;color:#fff;font-size:19px;font-weight:300;line-height:1.1;white-space:nowrap;text-decoration:underline;text-decoration-color:transparent;text-decoration-thickness:1px;text-underline-offset:7px; }
.atlasNav>li:hover>.atlasNavLink,.atlasNav>li:focus-within>.atlasNavLink,.atlasNav>li>.atlasNavLink.on { text-decoration-color:#fff; }
.atlasDropdown { width:460px;position:absolute;top:100%;left:0;padding:0;visibility:hidden;opacity:0;transform:translateY(8px);transition:opacity .2s,transform .2s;color:#171717;background:#fff;border-radius:16px;box-shadow:0 20px 50px #0003;overflow:hidden; }
.atlasNav>li:nth-last-child(-n+4) .atlasDropdown { left:auto;right:0; }
.atlasNav>li:hover .atlasDropdown,.atlasNav>li:focus-within .atlasDropdown { visibility:visible;opacity:1;transform:translateY(0); }
.atlasDropdown:not(:has(.atlasDropdown__links a)) { display:none; }
.atlasDropdown__inner { display:grid;grid-template-columns:minmax(0,1fr) 156px;gap:24px;padding:24px; }
.atlasDropdown__links { margin:0; }
.atlasDropdown__links dd { margin:0;border-bottom:1px solid #eee; }
.atlasDropdown__link { min-height:44px;padding:12px 0;display:flex;justify-content:space-between;gap:10px;font-size:14px;line-height:1.45;color:#333; }
.atlasDropdown__link::after { content:"↗";color:var(--aw-red); }
.atlasDropdown__link:hover { color:var(--aw-red); }
.atlasDropdown__media { min-width:0; }
.atlasDropdown__media img { display:block;width:100%;height:108px;object-fit:cover;border-radius:10px; }
.atlasDropdown__media p { margin:14px 0 0;color:#666;font-size:10px;line-height:1.5;letter-spacing:1px; }
.atlasHeaderActions { flex-shrink:0;display:flex; }
.atlasHeaderActions .atlasEnquire { width:118px;height:36px;display:flex;align-items:center;justify-content:center;color:#fff;background:var(--aw-red);font-family:"Roboto Condensed",Arial,sans-serif;font-size:22px;font-weight:600;text-transform:uppercase; }
.atlasHeaderActions .atlasEnquire:hover { background:#fff;color:var(--aw-red); }

/* Homepage */
.atlasMain { overflow:clip; }
.atlasHero { position:relative;width:min(1328px,calc(100% - 48px));height:870px;margin:-78px auto 0;clip-path:url(#sinoHeroShape);color:#fff;background:#191919; }
.atlasHero::before { content:"";position:absolute;inset:0;background:url("../images/redesign/hero-corporate-global-v2.jpg") center/cover no-repeat;filter:grayscale(1); }
.atlasHero::after { content:"";position:absolute;inset:0;background:linear-gradient(90deg,#000b,#0006),linear-gradient(180deg,#0008,transparent 65%); }
.atlasHero__inner { position:relative;z-index:1;padding:214px 64px 110px; }
.atlasHero h1 { max-width:984px;margin:0;color:#fff;font-size:66px;font-weight:300;line-height:67px;letter-spacing:-.025em; }
.atlasHeroCards { display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;width:min(822px,100%);margin-top:49px; }
.atlasHeroCard { position:relative;display:block;min-width:0;height:192px;padding:26px 28px 64px;color:#fff;border:1px solid #ffffff24;border-radius:30px;background:linear-gradient(130deg,#ffffff29,#ffffff0f);backdrop-filter:blur(12px);transition:background .2s; }
.atlasHeroCard h2 { margin:0;color:#fff;font-family:"Roboto Condensed",Arial,sans-serif;font-size:24px;font-weight:500;line-height:1.05;text-transform:uppercase; }
.atlasHeroCard p { position:absolute;left:28px;right:48px;bottom:25px;margin:0;opacity:0;font-size:14px;line-height:1.45;color:#fff;transition:opacity .2s; }
.atlasHeroCard>span { position:absolute;left:28px;bottom:29px;color:#fff;font-size:13px;font-weight:600;letter-spacing:.02em; }
.atlasArrow { position:absolute;right:24px;bottom:24px;width:26px;height:26px;font-family:Arial,sans-serif;font-size:29px;font-weight:400;line-height:23px;color:#fff;-webkit-text-stroke:.5px currentColor; }
.atlasHeroCard:hover,.atlasHeroCard:focus-visible { background:#ffffff36; }
.atlasHeroCard:hover p,.atlasHeroCard:focus-visible p { opacity:1; }
.atlasHeroCard:hover>span,.atlasHeroCard:focus-visible>span { opacity:0; }
.atlasSection { padding:80px 0; }
.atlasApplications h2 { max-width:576px;margin:0 0 48px;font-size:34px;font-weight:300;line-height:40px;letter-spacing:-.02em; }
.atlasUseGrid { display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px; }
.atlasUse { position:relative;min-width:0;min-height:174px;padding:28px;overflow:hidden;border-radius:30px;background:#333; }
.atlasUse img { position:absolute;inset:0;width:100%;height:100%;object-fit:cover;filter:grayscale(1);transition:transform .3s,filter .3s; }
.atlasUse::after { content:"";position:absolute;inset:0;background:linear-gradient(150deg,#000a,#0004); }
.atlasUse:nth-child(3n+1) img { object-position:15% center; }
.atlasUse:nth-child(3n+2) img { object-position:85% center; }
.atlasUse h3 { position:relative;z-index:1;max-width:190px;margin:0;color:#fff;font-size:20px;font-weight:400;line-height:1.2; }
.atlasUse .atlasArrow { z-index:1; }
.atlasUse:hover img { transform:scale(1.04);filter:grayscale(.3); }
.atlasButton { display:inline-flex;align-items:center;justify-content:center;gap:20px;min-height:44px;padding:10px 22px;background:var(--aw-red);color:#fff!important;font-family:"Roboto Condensed",Arial,sans-serif;font-size:20px;font-weight:500;line-height:1.15;text-transform:uppercase; }
.atlasButton--light { background:#fff;color:var(--aw-red)!important; }
.atlasButton:hover { background:#333;color:#fff!important; }
.atlasStory { padding:42px 0 0; }
.atlasStory h2 { max-width:620px;margin:0 0 40px;font-size:40px;font-weight:300;line-height:44px;letter-spacing:-.02em; }
.atlasStory__band { background:var(--aw-red);color:#fff; }
.atlasStory__layout { display:grid;grid-template-columns:1fr 1fr;gap:64px;position:relative; }
.atlasStory__copy { padding:46px 0 64px; }
.atlasStory__copy p { max-width:540px;margin:0 0 20px;color:#fff;font-size:16px;font-weight:300;line-height:1.55; }
.atlasProofs { display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 18px;list-style:none;margin:30px 0;padding:0; }
.atlasProofs li { position:relative;padding-left:16px;color:#fff;font-size:15px;font-weight:300;line-height:1.4; }
.atlasProofs li::before { position:absolute;left:0;content:"•"; }
.atlasStory__media { position:relative;margin-top:-156px;margin-bottom:56px;clip-path:url(#sinoStoryShape);min-height:510px; }
.atlasStory__media img { position:absolute;inset:0;width:100%;height:100%;object-fit:cover; }
.atlasNetwork { padding:104px 0;color:#fff;background:#171717; }
.atlasNetwork__layout { display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center; }
.atlasNetwork__media { overflow:hidden;border-radius:30px; }
.atlasNetwork__media img { display:block;width:100%;min-height:380px;object-fit:cover;filter:grayscale(1);opacity:.85; }
.atlasNetwork h2 { margin:0 0 28px;color:#fff;font-size:40px;font-weight:300;line-height:44px;letter-spacing:-.02em; }
.atlasNetwork p { margin:0 0 24px;color:#ddd;font-size:16px;font-weight:300;line-height:1.55; }
.atlasNetwork__values { margin:24px 0 32px; }
.atlasNetwork__values h3 { margin:20px 0 8px;color:#fff;font-size:16px;font-weight:500; }
.atlasNetwork__values p { margin:0;font-size:15px; }
.atlasGlobal { position:relative;padding:84px 0;background:#333 url("../images/redesign/hero-corporate-global-v2.jpg") center/cover; }
.atlasGlobal::before { content:"";position:absolute;inset:0;background:#0004; }
.atlasGlobal>.container { position:relative; }
.atlasGlobal>.container::after { content:"";position:absolute;top:-36px;left:520px;width:156px;height:156px;pointer-events:none;border:1px solid #ffffff60;border-radius:50%;background:#12202b url("../images/redesign/hero-intelligence-orb-v1.jpg") 54% 42%/210% auto;box-shadow:0 12px 30px #0004; }
.atlasGlobal__card { position:relative;max-width:640px;padding:82px 52px 56px;clip-path:url(#sinoCardShape);background:var(--aw-red);color:#fff; }
.atlasGlobal__copy { max-width:480px; }
.atlasGlobal h2 { max-width:380px;margin:0 0 30px;color:#fff;font-size:40px;font-weight:300;line-height:44px;letter-spacing:-.02em; }
.atlasGlobal p { margin:0 0 24px;color:#fff;font-size:16px;font-weight:300;line-height:1.55; }
.atlasGlobal .atlasButton { margin-top:12px; }
.atlasSectionHead { display:flex;align-items:end;justify-content:space-between;gap:40px;margin-bottom:40px; }
.atlasSectionHead h2 { margin:0;font-size:40px;font-weight:300;line-height:44px;letter-spacing:-.02em; }
.atlasSectionHead>a { color:#333;font-size:16px;white-space:nowrap; }
.atlasNewsGrid { display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px; }
.atlasNews { padding:28px;min-width:0;background:#fff;border-radius:24px;border:1px solid #e3e3e3; }
.atlasNews>a { display:flex;flex-direction:column;height:100%; }
.atlasNews time { display:block;font-size:13px;color:var(--aw-red); }
.atlasNews h3 { margin:24px 0 18px;color:#222;font-size:25px;font-weight:300;line-height:1.2;overflow-wrap:anywhere; }
.atlasNews p { margin:0 0 28px;color:#555;font-size:15px;line-height:1.55; }
.atlasNews b { margin-top:auto;padding-top:20px;border-top:1px solid #ddd;color:#222;font-family:"Roboto Condensed",Arial,sans-serif;font-size:16px;font-weight:500;text-transform:uppercase; }
.atlasNews:hover { border-color:#999; }
.atlasInquiry { padding:88px 0 96px;background:#e9e9e9; }
.atlasInquiry__inner { display:grid;grid-template-columns:1fr 1fr;gap:96px;align-items:start; }
.atlasInquiry h2 { max-width:460px;margin:0 0 32px;font-size:40px;font-weight:300;line-height:44px;letter-spacing:-.02em; }
.atlasInquiry p { max-width:480px;margin:0 0 26px;color:#555;font-size:16px;font-weight:300;line-height:1.55; }
.atlasInquiry__phone { color:#222;font-size:22px;font-weight:300; }
.atlasInquiry__form { min-width:0; }
.atlasInquiry gt-lead-form { display:block;min-height:220px; }
.atlasInquiry .atlasInquiry__fallback { margin:20px 0 0;font-size:13px; }
.atlasInquiry__fallback a { color:var(--aw-red);text-decoration:underline!important; }

/* Inner pages */
body.siteAtlas .m2banner { position:relative;width:min(1328px,calc(100% - 48px));height:560px;margin:-78px auto 0;overflow:hidden;clip-path:url(#sinoPageShape);background:#111; }
body.siteAtlas .m2banner > .bgImg { inset: 0; width: 100%; height: 100%; position: absolute; opacity: .58; background-size: cover; background-position: center; }
body.siteAtlas .m2banner > .bgImg::after { inset: 0; position: absolute; content: ""; background: linear-gradient(90deg, rgba(0,0,0,.8), rgba(0,0,0,.25)); }
/* These artwork files include dark title-safe space; preserve their detail. */
body.siteAtlas .m2banner.industryBanner > .bgImg { opacity:1; }
body.siteAtlas .m2banner.industryBanner > .bgImg::after { background:linear-gradient(90deg,rgba(3,9,15,.4),rgba(3,9,15,.03) 75%),linear-gradient(180deg,rgba(0,0,0,.3),transparent 34%); }
body.siteAtlas .m2banner::before { display: none; }
body.siteAtlas .m2banner::after { display:none; }
body.siteAtlas .m2banTxt,
body.siteAtlas .m2banTxt1,
body.siteAtlas .m2banTxt2 { width: min(var(--aw-width),calc(100% - 128px)); height: 100%; margin: 0 auto; padding: 126px 0 54px; left: auto; right: auto; top: auto; bottom: auto; position: relative; transform: none; display: flex; justify-content: center; flex-direction: column; }
body.siteAtlas .m2banTxt::before,body.siteAtlas .m2banTxt1::before,body.siteAtlas .m2banTxt2::before { display: none; }
body.siteAtlas .m2banTxt h1,
body.siteAtlas .m2banTxt1 h1,
body.siteAtlas .m2banTxt2 h1,
body.siteAtlas .m2banTxt p { max-width: 980px; margin: 0; color: #fff; font-size:66px;font-weight:300;line-height:1.04;letter-spacing:-.025em; }
body.siteAtlas .m2banTxt h1::before,body.siteAtlas .m2banTxt h1::after,
body.siteAtlas .m2banTxt1 h1::before,body.siteAtlas .m2banTxt1 h1::after,
body.siteAtlas .m2banTxt2 h1::before,body.siteAtlas .m2banTxt2 h1::after { display: none; }
body.siteAtlas .m2posWpr { min-height: 82px; margin: 0; border: 0; background: var(--aw-cream); }
body.siteAtlas .m2posWpr > .container { min-height: 82px; width: min(var(--aw-width),calc(100% - 96px)); padding: 0; display: flex; justify-content: space-between; align-items: center; }
body.siteAtlas .m2posWpr .fl { color: #666; font-size: 10px; }
body.siteAtlas .m2menu2 { display: flex; gap: 6px; }
body.siteAtlas .m2menu2_a { height: 42px; padding: 0 16px; color: #333; font-family:"Roboto Condensed",Arial,sans-serif; font-size: 12px; font-weight: 800; line-height: 42px; text-transform: uppercase; border-radius: 8px; }
body.siteAtlas .m2menu2_a.on,body.siteAtlas .m2menu2_a:hover { color:#fff;background:var(--aw-red); }
body.siteAtlas .m2cmConWpr,
body.siteAtlas .m2pubConWpr,
body.siteAtlas .m2ldrConWpr,
body.siteAtlas .m2lcConWpr,
body.siteAtlas .m2nCon,
body.siteAtlas .m3nCon,
body.siteAtlas .hsConWpr { padding: 94px 0 110px; background: var(--aw-cream); }
body.siteAtlas .hmPt { margin-bottom: 42px; padding: 0; font-size: clamp(42px,4vw,62px); font-weight: 300; letter-spacing: -2px; border: 0; }
body.siteAtlas .hmPt::before,body.siteAtlas .hmPt::after { display:none; }
body.siteAtlas :is(.m2cmC1box,.m2cmu2,.m2cmu21,.m2cmul2,.Illustration ul,.m2ryul,.m2stu1,.Serviceprocess ul,.m2posWpr>.container)::before,
body.siteAtlas :is(.m2cmC1box,.m2cmu2,.m2cmu21,.m2cmul2,.Illustration ul,.m2ryul,.m2stu1,.Serviceprocess ul,.m2posWpr>.container)::after { content:none; }
body.siteAtlas .m2cmC1box { gap:0;padding:0;overflow:hidden;border:0;border-radius:var(--aw-radius);background:#fff; }
body.siteAtlas .m2cmMvBox,body.siteAtlas .m2cmMvBox1,body.siteAtlas .m2cmMvBox2 { min-height:520px; }
body.siteAtlas .m2cmc1Txt,body.siteAtlas .m2cmc1Txt1,body.siteAtlas .m2cmc1Txt2 { height:auto;min-height:520px;padding:clamp(32px,4vw,64px); }
body.siteAtlas .m2cmc1Txt h2,body.siteAtlas .m2cmc1Txt1 h2,body.siteAtlas .m2cmc1Txt2 h2 { font-size:clamp(40px,4vw,60px);font-weight:300;letter-spacing:-2px; }
body.siteAtlas .m2cmu2,body.siteAtlas .m2cmu21,body.siteAtlas .m2cmul2,body.siteAtlas .Illustration ul,body.siteAtlas .m2ryul,body.siteAtlas .m2stu1,body.siteAtlas .Serviceprocess ul { gap:16px;border:0;background:transparent; }
body.siteAtlas .m2cmu2 { grid-template-columns:repeat(4,minmax(0,1fr)); }
body.siteAtlas .m2cmu2>li,body.siteAtlas .m2cmu21>li,body.siteAtlas .m2cmul2>li,body.siteAtlas .Illustration ul>li,body.siteAtlas .m2ryul>li,body.siteAtlas .m2stu1>li,body.siteAtlas .Serviceprocess ul>li { min-height:290px;border:0;border-radius:22px;background:#fff; }
body.siteAtlas .m2cmu2>li,body.siteAtlas .m2cmu21>li { padding:0;display:flex; }
body.siteAtlas .m2cmu2item,body.siteAtlas .m2cmu2item1 { width:100%;height:auto;min-height:310px;padding:28px;border:0;border-radius:22px;box-shadow:none;display:flex;flex-direction:column;align-items:flex-start;text-align:left; }
body.siteAtlas .m2cmu2item:hover,body.siteAtlas .m2cmu2item1:hover { transform:none;box-shadow:none; }
body.siteAtlas .m2cmu2item>span,body.siteAtlas .m2cmu2item1>span { order:1;width:64px;height:64px;flex-shrink:0;margin:0 0 22px; }
body.siteAtlas .m2cmu2item>span img,body.siteAtlas .m2cmu2item1>span img { position:static;transform:none;width:48px;height:48px;object-fit:contain; }
body.siteAtlas .m2cmu2item>strong,body.siteAtlas .m2cmu2item1>strong { order:2;min-height:52px;margin:0 0 18px;font-size:20px;line-height:1.3;text-align:left; }
body.siteAtlas .m2cmu2item>p,body.siteAtlas .m2cmu2item1>p { order:3;width:100%;height:auto;margin:0 0 8px;padding:0;background:none;color:var(--aw-copy);font-size:14px;line-height:1.75;text-align:left; }
body.siteAtlas .m2cmu2item>p::before,body.siteAtlas .m2cmu2item1>p::before { content:none; }
body.siteAtlas .m2cmc1Bom { height:auto;margin:32px 0 72px;overflow:visible; }
body.siteAtlas .m2cmc1Bom ul { height:auto;margin:0;padding:0;border:0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px; }
body.siteAtlas .m2cmc1Bom ul>li,body.siteAtlas .m2cmc1Bom ul>li:nth-child(1) { width:auto;min-width:0;min-height:180px;margin:0;padding:34px 32px 34px 108px;float:none;border:0;border-radius:22px;box-shadow:none;background:#fff; }
body.siteAtlas .m2cmc1Bom ul>li img { width:48px;height:48px;left:32px;top:34px;margin:0; }
body.siteAtlas .m2cmc1Bom ul>li strong { color:var(--aw-black);font-size:24px;font-weight:400;line-height:1.25; }
body.siteAtlas .m2cmc1Bom ul>li p { margin-top:12px;color:var(--aw-copy);font-size:16px;line-height:1.7; }
body.siteAtlas .m2nul { gap:18px; }
body.siteAtlas .m2nul>li { overflow:hidden;border:0;border-radius:24px;background:#fff; }
body.siteAtlas .m2naBox { min-height:520px;padding:0;border:0;border-radius:0;box-shadow:none; }
body.siteAtlas .m2naBox>.overflowHide,body.siteAtlas .m2naBox>.overflowHide .bgImg { height:250px; }
body.siteAtlas .m2nul>li:nth-child(-n+2) .m2naBox>.overflowHide,body.siteAtlas .m2nul>li:nth-child(-n+2) .m2naBox>.overflowHide .bgImg { height:330px; }
body.siteAtlas .m2nRx { padding:32px; }
body.siteAtlas .m2nRx strong { font-size:24px;font-weight:400; }
body.siteAtlas .product_cont,body.siteAtlas .Service .structure,body.siteAtlas .Serviceprocess .w1400,body.siteAtlas .m2Rx,body.siteAtlas .m3proTop,body.siteAtlas .m3proTabCons { border:0;border-radius:24px;box-shadow:none; }
/* Legacy fixed containers and clearfix pseudo-elements must not become grid items. */
body.siteAtlas .container1 { width:auto;min-width:0;max-width:100%; }
body.siteAtlas .m3proTop { grid-template-columns:130px minmax(0,1fr);gap:28px;margin-top:0;padding:0;overflow:visible; }
body.siteAtlas .m3proTop::before,body.siteAtlas .m3proTop::after { content:none; }
body.siteAtlas .m3pro_img { width:130px;height:130px;display:flex;align-items:center;justify-content:center; }
body.siteAtlas .m3pro_img img { position:static;transform:none;max-width:100%;max-height:130px;object-fit:contain; }
body.siteAtlas .m3proTrx { min-width:0;min-height:0;padding:0;border:0; }
body.siteAtlas .m3proTop_des { font-size:16px;line-height:1.75; }
body.siteAtlas .m3proBom { margin:32px 0 0;padding:0;background:transparent; }
body.siteAtlas .m3proTab { height:auto;margin:0 0 24px;padding:0; }
body.siteAtlas .m3proTab a { flex-shrink:0; }
body.siteAtlas .m3proTabCons { margin:0;padding:28px;background:var(--aw-cream); }
body.siteAtlas .m3proTabCon { min-width:0;overflow-x:auto; }
body.siteAtlas.pageArticle .m3nCon>.container { max-width:1040px;padding:70px;border-radius:24px;background:#fff; }
body.siteAtlas .m3nt { font-size:clamp(34px,4.2vw,56px);font-weight:400;line-height:1.15;letter-spacing:-.035em; }
body.siteAtlas .m3ninfo { margin:28px 0 36px; }
body.siteAtlas .m3nEditor { font-size:17px;line-height:1.85;overflow-wrap:anywhere; }

/* Contact and CTA */
body.siteAtlas.pageContact .contactHero { width:min(1328px,calc(100% - 48px));min-height:560px;margin:-78px auto 0;clip-path:url(#sinoPageShape);background:#171717; }
body.siteAtlas.pageContact .contactHero__inner { min-height:560px;padding-top:120px; }
body.siteAtlas.pageContact .contactHero h1 { color:#fff;font-size:66px;font-weight:300;line-height:1.04;letter-spacing:-.025em; }
body.siteAtlas.pageContact .contactHero h1 span { color:var(--aw-red); }
body.siteAtlas.pageContact .contactHero__mark { border-color:rgba(255,255,255,.28); }
body.siteAtlas.pageContact .contactCard,body.siteAtlas.pageContact .contactInquiry { overflow:hidden;border:0;border-radius:24px; }
.atlasPageCta { padding:90px 0;color:#fff;background:var(--aw-red); }
.atlasPageCta__inner { display:grid;grid-template-columns:1fr 330px;gap:80px;align-items:end; }
.atlasPageCta em { font-family:"Roboto Condensed",Arial,sans-serif;color:rgba(255,255,255,.7);font-size:12px;font-style:normal;font-weight:800;text-transform:uppercase; }
.atlasPageCta h2 { max-width:760px;margin:22px 0 0;font-size:40px;font-weight:300;line-height:1.1;letter-spacing:-.02em; }
.atlasPageCta p { color:rgba(255,255,255,.72);font-size:14px;line-height:1.7; }
.atlasPageCta a { margin-top:22px;padding-bottom:8px;color:#fff;font-family:"Roboto Condensed",Arial,sans-serif;font-size:14px;font-weight:700;text-transform:uppercase;border-bottom:1px solid rgba(255,255,255,.6);display:flex;justify-content:space-between; }

/* Footer */
.atlasFooter { padding:70px 0 0;color:#fff;background:#171717; }
.atlasFooterTop { display:grid;grid-template-columns:1fr 2fr .9fr;gap:48px;padding-bottom:58px; }
.atlasFooterBrand strong { display:block;font-size:32px;font-weight:700; }
.atlasFooterBrand strong span { color:var(--aw-red); }
.atlasFooterBrand em { display:block;margin-top:8px;color:#bbb;font-family:"Roboto Condensed",Arial,sans-serif;font-size:12px;font-style:normal; }
.atlasFooterBrand p { margin:34px 0 12px;color:#bbb;font-size:13px;font-weight:300;line-height:1.6; }
.atlasFooterBrand>a { color:#fff;font-size:18px;font-weight:300; }
.atlasFooterNav { display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px; }
.atlasFooterNav dl,.atlasFooterNav dd { margin:0; }
.atlasFooterNav dt { margin-bottom:14px; }
.atlasFooterNav .footer_a1 { color:#fff;font-size:14px;font-weight:400; }
.atlasFooterNav dd { margin-bottom:8px; }
.atlasFooterNav .footer_a2 { color:#bbb;font-size:13px;font-weight:300;line-height:1.5; }
.atlasFooterNav a:hover { color:#fff;text-decoration:underline; }
.atlasFooterContact span { color:#fff;font-size:14px; }
.atlasFooterContact p { margin:20px 0;color:#bbb;font-size:13px;line-height:1.6; }
.atlasFooterContact a { color:#fff;font-family:"Roboto Condensed",Arial,sans-serif;font-size:16px;text-transform:uppercase; }
.atlasFooterBottom { border-top:1px solid #ffffff25; }
.atlasFooterBottom .container { display:flex;align-items:center;justify-content:space-between;gap:20px;min-height:68px;color:#aaa;font-size:11px;font-weight:300; }

@media(max-width:1350px) {
  .atlasHeaderPanel,.atlasNav { gap:22px; }
  .atlasNav>li>.atlasNavLink { font-size:17px; }
  .atlasBrand { width:29%; }
  .atlasBrand img { width:210px; }
}
@media(max-width:1150px) {
  .atlasHeaderPanel,.atlasNav { gap:17px; }
  .atlasNav>li>.atlasNavLink { font-size:15px; }
  .atlasHeaderActions .atlasEnquire { width:104px;font-size:20px; }
  .atlasHero h1 { font-size:60px;line-height:1.04; }
  body.siteAtlas .m2cmu2 { grid-template-columns:repeat(2,minmax(0,1fr)); }
}
@media(max-width:993px) {
  body.siteAtlas .m2banner.industryBanner > .bgImg { background-position:75% center; }
  body.siteAtlas .m2banner.industryBanner--database > .bgImg { background-position:72% center; }
  body.siteAtlas .m2banner.industryBanner > .bgImg::after { background:linear-gradient(90deg,rgba(3,9,15,.65),rgba(3,9,15,.2)),linear-gradient(180deg,rgba(0,0,0,.2),transparent 35%); }
  body.atlasHome .wrapper,body.siteAtlas .wrapper { width:100%;overflow:visible; }
  .atlasUtility,.atlasHeaderWpr { display:none; }
  body.atlasHome .mHeader,body.siteAtlas .mHeader { position:relative;top:auto;left:auto;width:calc(100% - 32px);height:96px;margin:0 auto;padding:0 12px;display:flex;align-items:center;background:transparent;border:0;box-shadow:none;z-index:880; }
  body.atlasHome .mLogo,body.siteAtlas .mLogo { width:175px;float:none;position:static; }
  body.atlasHome .mLogo img,body.siteAtlas .mLogo img { display:block;width:175px;height:auto;margin:0;filter:brightness(.961); }
  body.atlasHome .mOpenBtn,body.siteAtlas .mOpenBtn { position:absolute;top:34px;right:10px;width:44px;height:36px;margin:0;padding:7px 10px;border:0;background:transparent; }
  body.atlasHome .mHeader .mOpenBtn i,body.siteAtlas .mHeader .mOpenBtn i { position:static;width:24px;height:2px;margin:4px 0;background:#fff; }
  body.atlasHome .mOpenBtn i:last-child,body.siteAtlas .mOpenBtn i:last-child { display:none; }
  body.atlasHome .mHead_tel,body.siteAtlas .mHead_tel { display:none; }
  body.atlasHome .mMmenuLay,body.siteAtlas .mMmenuLay { left:52px;padding:24px;background:#171717;overflow-y:auto;overscroll-behavior:contain;transition:transform .25s ease,opacity .25s ease; }
  body.atlasHome .mMenuLayBg,body.siteAtlas .mMenuLayBg { background:#171717; }
  body.atlasHome .mMmenuLay:not(.on),body.siteAtlas .mMmenuLay:not(.on) { visibility:hidden; }
  body.atlasHome .mMmenuLay dl:not(.on) dd,body.siteAtlas .mMmenuLay dl:not(.on) dd { display:none; }
  body.atlasHome .mMmenuLay dl.on dd,body.siteAtlas .mMmenuLay dl.on dd { height:auto; }
  body.atlasHome .mMmenuLay a,body.siteAtlas .mMmenuLay a { transition:color .2s,background-color .2s; }
  body.atlasHome .mCloseBtn:not(.on),body.siteAtlas .mCloseBtn:not(.on) { visibility:hidden;pointer-events:none; }
  body.atlasHome .mMmenuLay .header_fr,body.siteAtlas .mMmenuLay .header_fr { position:static;display:flex;gap:10px;float:none;width:100%;height:auto;margin:24px 0; }
  body.atlasHome .mMmenuLay .header_fr>a,body.siteAtlas .mMmenuLay .header_fr>a { flex:1;width:auto;min-height:44px;margin:0;padding:0 10px;border-radius:0;line-height:44px;font-size:12px;color:#fff;background:#333; }
  body.atlasHome .mMmenuLay .header_fr>a.zc,body.siteAtlas .mMmenuLay .header_fr>a.zc { background:var(--aw-red); }
  .atlasHero { width:calc(100% - 32px);height:auto;min-height:760px;margin-top:-72px;clip-path:url(#sinoMobileShape); }
  .atlasHero__inner { padding:160px 32px 72px; }
  .atlasHero h1 { font-size:48px;line-height:1.04; }
  .atlasHeroCards { margin-top:40px; }
  .atlasHeroCard { padding:24px 20px 62px;min-height:182px; }
  .atlasHeroCard h2 { font-size:23px; }
  .atlasHeroCard>span { left:20px;font-size:11px; }
  .atlasUseGrid { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .atlasStory__layout,.atlasNetwork__layout { gap:36px; }
  .atlasProofs { grid-template-columns:1fr; }
  .atlasStory__media { margin-top:-120px; }
  .atlasInquiry__inner { gap:40px; }
  .atlasFooterTop { grid-template-columns:1fr 2fr; }
  .atlasFooterContact { grid-column:2; }
  body.siteAtlas .m2banner,body.siteAtlas.pageContact .contactHero { width:calc(100% - 32px);margin-top:-72px;clip-path:url(#sinoMobileShape); }
  body.siteAtlas .m2banTxt,body.siteAtlas .m2banTxt1,body.siteAtlas .m2banTxt2 { width:calc(100% - 64px);padding-top:140px; }
  body.siteAtlas .m2banTxt h1,body.siteAtlas .m2banTxt1 h1,body.siteAtlas .m2banTxt2 h1,body.siteAtlas .m2banTxt p,body.siteAtlas.pageContact .contactHero h1 { font-size:48px;letter-spacing:-.025em; }
  .atlasPageCta__inner { grid-template-columns:1fr 280px;gap:40px; }
}
@media(max-width:640px) {
  body.atlasHome .container,body.siteAtlas .container { width:calc(100% - 48px); }
  body.atlasHome .mHeader,body.siteAtlas .mHeader { height:90px; }
  body.atlasHome .mLogo,body.siteAtlas .mLogo { width:158px; }
  body.atlasHome .mLogo img,body.siteAtlas .mLogo img { width:158px; }
  .atlasHero { margin-top:-66px;min-height:0; }
  .atlasHero__inner { padding:144px 16px 46px; }
  .atlasHero h1 { font-size:38px;line-height:39px;letter-spacing:-.02em; }
  .atlasHeroCards { grid-template-columns:1fr;gap:12px;margin-top:40px; }
  .atlasHeroCard { height:112px;min-height:112px;padding:22px 88px 22px 22px;border-radius:24px; }
  .atlasHeroCard h2 { font-size:22px;line-height:26px; }
  .atlasHeroCard>span { left:auto;right:20px;top:22px;bottom:auto;max-width:75px;font-size:9px;text-align:right; }
  .atlasHeroCard p { display:none; }
  .atlasHeroCard .atlasArrow { right:22px;bottom:20px; }
  .atlasHeroCard:hover>span,.atlasHeroCard:focus-visible>span { opacity:1; }
  .atlasSection { padding:56px 0; }
  .atlasApplications h2 { font-size:26px;line-height:31px;margin-bottom:32px; }
  .atlasUseGrid { gap:12px; }
  .atlasUse { min-height:158px;padding:22px 18px;border-radius:24px; }
  .atlasUse h3 { font-size:17px;line-height:1.2; }
  .atlasUse .atlasArrow { right:18px;bottom:18px; }
  .atlasStory { padding-top:8px; }
  .atlasStory h2,.atlasNetwork h2,.atlasGlobal h2,.atlasSectionHead h2,.atlasInquiry h2 { font-size:30px;line-height:34px;letter-spacing:-.02em; }
  .atlasStory h2 { margin-bottom:28px; }
  .atlasStory__layout,.atlasNetwork__layout { grid-template-columns:1fr;gap:0; }
  .atlasStory__copy { padding:34px 0 38px; }
  .atlasStory__copy p,.atlasGlobal p,.atlasNetwork p,.atlasInquiry p { font-size:15px;line-height:1.55; }
  .atlasProofs { grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin:26px 0; }
  .atlasProofs li { font-size:14px; }
  .atlasStory__media { margin:0 0 40px;min-height:300px; }
  .atlasNetwork { padding:56px 0; }
  .atlasNetwork__media { margin-bottom:32px; }
  .atlasNetwork__media img { min-height:240px; }
  .atlasGlobal { padding:52px 0;background-position:60% center; }
  .atlasGlobal>.container::after { display:none; }
  .atlasGlobal__card { max-width:100%;padding:74px 24px 36px; }
  .atlasGlobal h2 { max-width:210px; }
  .atlasButton { font-size:17px;padding:12px 16px;gap:16px; }
  .atlasSectionHead { align-items:start;flex-direction:column;gap:22px;margin-bottom:30px; }
  .atlasNewsGrid { grid-template-columns:1fr;gap:16px; }
  .atlasNews h3 { font-size:24px; }
  .atlasInquiry { padding:56px 0; }
  .atlasInquiry__inner { grid-template-columns:1fr;gap:36px; }
  .atlasInquiry h2 { max-width:290px;margin-bottom:24px; }
  .atlasFooter { padding-top:52px; }
  .atlasFooterTop { grid-template-columns:1fr;gap:36px;padding-bottom:42px; }
  .atlasFooterNav { grid-template-columns:repeat(2,minmax(0,1fr));gap:30px 18px; }
  .atlasFooterContact { grid-column:auto; }
  .atlasFooterBottom .container { min-height:90px;flex-direction:column;align-items:start;justify-content:center;gap:10px; }
  body.siteAtlas .m2banner,body.siteAtlas.pageContact .contactHero { height:390px;min-height:390px;margin-top:-66px; }
  body.siteAtlas .m2banTxt,body.siteAtlas .m2banTxt1,body.siteAtlas .m2banTxt2 { width:calc(100% - 32px);padding-top:110px; }
  body.siteAtlas .m2banTxt h1,body.siteAtlas .m2banTxt1 h1,body.siteAtlas .m2banTxt2 h1,body.siteAtlas .m2banTxt p,body.siteAtlas.pageContact .contactHero h1 { font-size:38px;line-height:1.08; }
  body.siteAtlas.pageContact .contactHero__inner { min-height:390px;padding-top:108px;padding-bottom:36px; }
  body.siteAtlas .m2posWpr>.container { width:calc(100% - 48px);padding:16px 0;align-items:flex-start;flex-direction:column;gap:12px; }
  body.siteAtlas .m2menu2 { max-width:100%;overflow-x:auto; }
  body.siteAtlas .m2menu2_a { flex-shrink:0; }
  body.siteAtlas .m2cmu2 { grid-template-columns:1fr; }
  body.siteAtlas .m2cmc1Bom ul { grid-template-columns:1fr; }
  body.siteAtlas .m2cmc1Bom ul>li,body.siteAtlas .m2cmc1Bom ul>li:nth-child(1) { padding:28px 24px 28px 88px; }
  body.siteAtlas .m2cmc1Bom ul>li img { left:24px;top:28px;width:40px;height:40px; }
  body.siteAtlas .m2cmc1Txt,body.siteAtlas .m2cmc1Txt1,body.siteAtlas .m2cmc1Txt2 { min-height:0;padding:30px 24px; }
  body.siteAtlas .m3proTop { grid-template-columns:1fr;gap:24px; }
  body.siteAtlas .m3proTabCons { padding:22px 18px; }
  body.siteAtlas .m2nul>li:nth-child(-n+2) .m2naBox>.overflowHide,body.siteAtlas .m2nul>li:nth-child(-n+2) .m2naBox>.overflowHide .bgImg { height:220px; }
  body.siteAtlas .m2nRx { padding:24px; }
  body.siteAtlas .m2nRx strong { font-size:22px; }
  body.siteAtlas.pageArticle .m3nCon>.container { width:calc(100% - 48px);padding:30px 22px;border-radius:18px; }
  .atlasPageCta { padding:56px 0; }
  .atlasPageCta__inner { grid-template-columns:1fr;gap:28px; }
  .atlasPageCta h2 { font-size:30px;line-height:1.12;letter-spacing:-.02em; }
}
@media(prefers-reduced-motion:reduce) { *,*::before,*::after { animation:none!important;transition:none!important;scroll-behavior:auto!important; } }
