/* SINOBTD V5 — Global Intelligence Editorial System */
:root {
  --v5-ink: #07192b;
  --v5-ink-2: #102d48;
  --v5-blue: #245eea;
  --v5-red: #d92732;
  --v5-paper: #f4f2ec;
  --v5-white: #ffffff;
  --v5-copy: #486071;
  --v5-muted: #748595;
  --v5-line: #d9dee1;
  --v5-grid: rgba(7, 25, 43, .08);
  --v5-width: 1320px;
}

html { scroll-behavior: smooth; }
body.siteV5,
body.v5Home {
  margin: 0;
  opacity: 1 !important;
  color: var(--v5-ink);
  background: var(--v5-paper);
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
body.siteV5 *, body.v5Home * { box-sizing: border-box; }
body.siteV5 a, body.v5Home a { color: inherit; text-decoration: none; }
body.siteV5 img, body.v5Home img { max-width: 100%; }
body.siteV5 .container, body.v5Home .container { width: min(var(--v5-width), calc(100% - 80px)); margin: 0 auto; }

/* Header */
.v5HeaderWpr { height: 104px; position: relative; z-index: 1000; background: rgba(255,255,255,.96); border-bottom: 1px solid var(--v5-line); }
.v5Header { width: min(1460px, calc(100% - 48px)); height: 104px; margin: 0 auto; display: grid; grid-template-columns: 220px 1fr auto; align-items: center; gap: 30px; }
.v5Brand { height: 54px; display: flex; align-items: center; }
.v5Brand img { width: 190px; height: auto; display: block; }
.v5Nav { height: 100%; margin: 0; padding: 0; display: flex; justify-content: center; list-style: none; }
.v5Nav > li { height: 100%; position: relative; display: flex; align-items: center; }
.v5Nav > li > .nav_a { height: 100%; padding: 0 18px; position: relative; color: var(--v5-ink); font-size: 12px; font-weight: 750; line-height: 104px; letter-spacing: .15px; white-space: nowrap; }
.v5Nav > li > .nav_a::after { width: 0; height: 3px; left: 18px; right: 18px; bottom: -1px; position: absolute; content: ""; background: var(--v5-red); transition: width .25s ease; }
.v5Nav > li:hover > .nav_a::after,
.v5Nav > li > .nav_a.on::after { width: calc(100% - 36px); }
.v5Nav .subNav { width: 520px; left: 50%; top: 104px; margin-left: -260px; padding: 0; position: absolute; visibility: hidden; opacity: 0; transform: translateY(12px); transition: .22s ease; background: var(--v5-white); border: 1px solid var(--v5-line); box-shadow: 0 24px 70px rgba(7,25,43,.14); }
.v5Nav > li:hover .subNav { visibility: visible; opacity: 1; transform: translateY(0); }
.v5Nav .subNavCon { padding: 28px; display: grid; grid-template-columns: 1fr 190px; gap: 28px; }
.v5Nav .subNavCon dl { margin: 0; padding: 0; }
.v5Nav .subNavCon dd { margin: 0; border-bottom: 1px solid var(--v5-line); }
.v5Nav .subNav_a { padding: 12px 2px; color: var(--v5-copy); font-size: 12px; display: flex; justify-content: space-between; }
.v5Nav .subNav_a::after { content: "↗"; color: var(--v5-red); }
.v5Nav .subNav_a:hover { color: var(--v5-red); }
.v5Nav .sub_imgs { min-width: 0; }
.v5Nav .sub_imgs .bgImg { height: 116px; background-size: cover; background-position: center; }
.v5Nav .sub_imgs .bgImg img { display: none; }
.v5Nav .sub_imgs p { margin: 14px 0 0; color: var(--v5-muted); font-size: 9px; font-weight: 800; letter-spacing: 1.6px; }
.v5HeaderActions { display: flex; align-items: center; gap: 8px; }
.v5HeaderActions a { height: 46px; padding: 0 18px; border: 1px solid var(--v5-line); font-size: 11px; font-weight: 800; line-height: 44px; letter-spacing: .5px; text-transform: uppercase; white-space: nowrap; }
.v5HeaderActions .v5Enquire { color: #fff; border-color: var(--v5-red); background: var(--v5-red); }
.v5HeaderActions a:hover { color: #fff; border-color: var(--v5-ink); background: var(--v5-ink); }
.v5HeaderWpr .header.headFixed { width: min(1460px, calc(100% - 48px)); height: 82px; left: 50%; transform: translateX(-50%); }
.v5HeaderWpr:has(.headFixed) { height: 104px; }

/* Mobile header */
.siteV5 .mHeader, .v5Home .mHeader { height: 76px; padding: 0 20px; border-bottom: 1px solid var(--v5-line); background: #fff; }
.siteV5 .mLogo, .v5Home .mLogo { width: 158px; left: 20px; top: 13px; }
.siteV5 .mOpenBtn, .v5Home .mOpenBtn { width: 42px; height: 42px; right: 18px; top: 17px; border: 1px solid var(--v5-line); }
.siteV5 .mOpenBtn i, .v5Home .mOpenBtn i { width: 18px; height: 1px; left: 11px; background: var(--v5-ink); }
.siteV5 .mHead_tel, .v5Home .mHead_tel { display: none; }
.siteV5 .mMmenuLay, .v5Home .mMmenuLay { width: min(88vw, 390px); padding: 90px 28px 30px; background: var(--v5-ink); }
.siteV5 .mMmenuLay dl, .v5Home .mMmenuLay dl { border-color: rgba(255,255,255,.16); }
.siteV5 .mMenu_a1, .v5Home .mMenu_a1 { color: #fff; font-size: 17px; font-weight: 650; }
.siteV5 .mMenu_a2, .v5Home .mMenu_a2 { color: rgba(255,255,255,.65); }

/* Home hero */
.v5HomeMain { overflow: hidden; background: var(--v5-paper); }
.v5Hero { min-height: 770px; position: relative; border-bottom: 1px solid var(--v5-line); background-color: var(--v5-paper); background-image: linear-gradient(90deg, transparent calc(50% - 1px), var(--v5-grid) 50%, transparent calc(50% + 1px)); }
.v5Hero::before { width: 1px; height: 100%; left: calc(50% - 660px); top: 0; position: absolute; content: ""; background: var(--v5-grid); box-shadow: 440px 0 var(--v5-grid), 880px 0 var(--v5-grid), 1320px 0 var(--v5-grid); }
.v5HeroGrid { min-height: 770px; display: grid; grid-template-columns: 1.08fr .92fr; position: relative; }
.v5HeroCopy { padding: 104px 70px 72px 0; display: flex; flex-direction: column; justify-content: center; }
.v5Kicker { margin: 0 0 28px; color: var(--v5-red); font-size: 10px; font-weight: 850; letter-spacing: 2.5px; text-transform: uppercase; }
.v5Hero h1 { max-width: 760px; margin: 0; color: var(--v5-ink); font-size: clamp(58px, 6vw, 92px); font-weight: 520; line-height: .94; letter-spacing: -5px; }
.v5Hero h1 em { color: var(--v5-blue); font-style: normal; }
.v5HeroLead { max-width: 620px; margin: 38px 0 0; color: var(--v5-copy); font-size: 19px; line-height: 1.7; }
.v5HeroActions { margin-top: 44px; display: flex; gap: 10px; }
.v5Button { min-height: 56px; padding: 0 24px; border: 1px solid var(--v5-ink); font-size: 11px; font-weight: 850; line-height: 54px; letter-spacing: .7px; text-transform: uppercase; display: inline-flex; justify-content: space-between; align-items: center; gap: 42px; }
.v5Button--ink { color: #fff !important; background: var(--v5-ink); }
.v5Button--red { color: #fff !important; border-color: var(--v5-red); background: var(--v5-red); }
.v5Button:hover { color: #fff; border-color: var(--v5-blue); background: var(--v5-blue); }
.v5HeroMeta { margin-top: 62px; padding-top: 20px; border-top: 1px solid var(--v5-line); display: grid; grid-template-columns: repeat(3, 1fr); }
.v5HeroMeta span { color: var(--v5-muted); font-size: 9px; font-weight: 800; letter-spacing: 1.2px; text-transform: uppercase; }
.v5HeroMeta b { margin-bottom: 6px; color: var(--v5-ink); font-size: 11px; display: block; }
.v5HeroVisual { min-width: 0; padding: 56px 0 56px 56px; display: flex; align-items: stretch; }
.v5SignalPanel { width: 100%; min-height: 610px; position: relative; overflow: hidden; color: #fff; background: var(--v5-ink); }
.v5SignalPanel::before { inset: 0; position: absolute; content: ""; opacity: .48; background-image: linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px); background-size: 52px 52px; }
.v5SignalPanel::after { width: 540px; height: 540px; right: -160px; top: 40px; position: absolute; content: ""; border: 1px solid rgba(255,255,255,.22); border-radius: 50%; box-shadow: 0 0 0 90px rgba(36,94,234,.07), 0 0 0 180px rgba(36,94,234,.04); }
.v5SignalTop { padding: 28px 30px; position: relative; z-index: 3; border-bottom: 1px solid rgba(255,255,255,.16); display: flex; justify-content: space-between; color: rgba(255,255,255,.58); font-size: 9px; font-weight: 800; letter-spacing: 1.6px; }
.v5Orbit { width: 420px; height: 420px; right: -20px; top: 95px; position: absolute; z-index: 2; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; }
.v5Orbit::before, .v5Orbit::after { left: 50%; top: 50%; position: absolute; content: ""; transform: translate(-50%,-50%); border: 1px solid rgba(255,255,255,.18); border-radius: 50%; }
.v5Orbit::before { width: 280px; height: 280px; }
.v5Orbit::after { width: 130px; height: 130px; background: rgba(36,94,234,.18); }
.v5Orbit i { width: 11px; height: 11px; position: absolute; border: 2px solid #fff; border-radius: 50%; background: var(--v5-red); box-shadow: 0 0 0 8px rgba(217,39,50,.18); }
.v5Orbit i:nth-child(1) { left: 48px; top: 100px; }
.v5Orbit i:nth-child(2) { right: 55px; top: 80px; background: var(--v5-blue); box-shadow: 0 0 0 8px rgba(36,94,234,.18); }
.v5Orbit i:nth-child(3) { right: 108px; bottom: 45px; }
.v5SignalAxis { left: 30px; bottom: 38px; position: absolute; z-index: 4; }
.v5SignalAxis b { margin-bottom: 12px; font-size: 13px; letter-spacing: .4px; display: block; }
.v5SignalAxis span { padding: 9px 0; color: rgba(255,255,255,.55); font-size: 10px; font-weight: 700; letter-spacing: 1px; border-top: 1px solid rgba(255,255,255,.14); display: block; }
.v5SignalBadge { right: 28px; bottom: 30px; position: absolute; z-index: 4; color: rgba(255,255,255,.5); font-size: 9px; font-weight: 800; letter-spacing: 1.4px; writing-mode: vertical-rl; }

/* Editorial sections */
.v5Section { padding: 126px 0; position: relative; border-bottom: 1px solid var(--v5-line); }
.v5SectionHead { margin-bottom: 64px; display: grid; grid-template-columns: 130px 1fr 360px; gap: 38px; align-items: start; }
.v5SectionIndex { color: var(--v5-red); font-size: 10px; font-weight: 900; letter-spacing: 2px; }
.v5SectionHead h2 { margin: -10px 0 0; color: var(--v5-ink); font-size: clamp(42px, 5vw, 70px); font-weight: 520; line-height: 1.02; letter-spacing: -3px; }
.v5SectionHead > p { margin: 0; color: var(--v5-copy); font-size: 15px; line-height: 1.8; }
.v5TextLink { padding-bottom: 6px; color: var(--v5-ink); font-size: 11px; font-weight: 850; letter-spacing: .7px; text-transform: uppercase; border-bottom: 1px solid var(--v5-ink); display: inline-flex; gap: 28px; }

.v5CapabilityGrid { display: grid; grid-template-columns: 1.2fr .8fr .8fr; grid-template-rows: 270px 270px; }
.v5Capability { padding: 34px; position: relative; border: 1px solid var(--v5-line); border-right: 0; background: rgba(255,255,255,.34); }
.v5Capability:first-child { grid-row: 1 / 3; padding: 44px; color: #fff; background: var(--v5-blue); border-color: var(--v5-blue); }
.v5Capability:nth-child(4) { border-top: 0; }
.v5Capability:nth-child(5) { border-top: 0; border-right: 1px solid var(--v5-line); }
.v5Capability:nth-child(3) { border-right: 1px solid var(--v5-line); }
.v5Capability > span { color: var(--v5-red); font-size: 10px; font-weight: 900; letter-spacing: 1px; }
.v5Capability:first-child > span { color: rgba(255,255,255,.65); }
.v5Capability h3 { margin: 52px 0 18px; font-size: 24px; font-weight: 600; line-height: 1.15; letter-spacing: -.6px; }
.v5Capability:first-child h3 { max-width: 470px; margin-top: 140px; font-size: 48px; letter-spacing: -2px; }
.v5Capability p { max-width: 390px; margin: 0; color: var(--v5-copy); font-size: 14px; line-height: 1.75; }
.v5Capability:first-child p { color: rgba(255,255,255,.7); font-size: 16px; }
.v5Capability b { right: 28px; bottom: 26px; position: absolute; font-size: 18px; }

.v5Platform { color: #fff; background: var(--v5-ink); }
.v5Platform .v5SectionHead h2, .v5Platform .v5SectionHead > p { color: #fff; }
.v5Platform .v5SectionHead > p { color: rgba(255,255,255,.62); }
.v5PlatformShell { display: grid; grid-template-columns: 380px 1fr; border: 1px solid rgba(255,255,255,.18); }
.v5PlatformIntro { min-height: 570px; padding: 48px; position: relative; border-right: 1px solid rgba(255,255,255,.18); }
.v5PlatformIntro em { color: var(--v5-red); font-size: 10px; font-style: normal; font-weight: 900; letter-spacing: 2px; }
.v5PlatformIntro h3 { margin: 34px 0 22px; font-size: 54px; font-weight: 520; letter-spacing: -2.5px; }
.v5PlatformIntro p { color: rgba(255,255,255,.6); font-size: 15px; line-height: 1.8; }
.v5PlatformIntro .v5TextLink { left: 48px; right: 48px; bottom: 46px; position: absolute; color: #fff; border-color: rgba(255,255,255,.5); justify-content: space-between; }
.v5ModuleMatrix { display: grid; grid-template-columns: repeat(3, 1fr); }
.v5Module { min-height: 190px; padding: 30px; position: relative; border-right: 1px solid rgba(255,255,255,.18); border-bottom: 1px solid rgba(255,255,255,.18); transition: .25s ease; }
.v5Module:nth-child(3n) { border-right: 0; }
.v5Module:nth-child(n+7) { border-bottom: 0; }
.v5Module i { color: rgba(255,255,255,.38); font-size: 10px; font-style: normal; }
.v5Module strong { left: 30px; bottom: 28px; position: absolute; font-size: 24px; font-weight: 560; letter-spacing: -.6px; }
.v5Module span { right: 24px; bottom: 27px; position: absolute; color: rgba(255,255,255,.4); }
.v5Module:hover { color: #fff; background: var(--v5-red); }

.v5AudienceRows { border-top: 1px solid var(--v5-line); }
.v5AudienceRow { min-height: 132px; display: grid; grid-template-columns: 130px 1fr 400px 46px; gap: 38px; align-items: center; border-bottom: 1px solid var(--v5-line); transition: .2s ease; }
.v5AudienceRow > span { color: var(--v5-red); font-size: 10px; font-weight: 900; }
.v5AudienceRow h3 { margin: 0; font-size: 30px; font-weight: 540; letter-spacing: -1px; }
.v5AudienceRow p { margin: 0; color: var(--v5-copy); font-size: 14px; line-height: 1.65; }
.v5AudienceRow b { font-size: 20px; font-weight: 400; }
.v5AudienceRow:hover { padding-left: 18px; padding-right: 18px; color: #fff; background: var(--v5-blue); border-color: var(--v5-blue); }
.v5AudienceRow:hover span, .v5AudienceRow:hover p { color: rgba(255,255,255,.7); }

.v5Global { padding: 0; display: grid; grid-template-columns: 1fr 1fr; background: #fff; }
.v5GlobalMedia { min-height: 680px; position: relative; overflow: hidden; }
.v5GlobalMedia img { width: 100%; height: 100%; position: absolute; object-fit: cover; }
.v5GlobalMedia::after { inset: 0; position: absolute; content: ""; background: linear-gradient(135deg, rgba(7,25,43,.05), rgba(7,25,43,.62)); }
.v5GlobalMedia span { left: 42px; bottom: 38px; position: absolute; z-index: 2; color: #fff; font-size: 10px; font-weight: 900; letter-spacing: 2px; }
.v5GlobalCopy { padding: 90px clamp(50px, 7vw, 120px); display: flex; flex-direction: column; justify-content: center; }
.v5GlobalCopy h2 { margin: 0 0 34px; font-size: clamp(48px, 5vw, 72px); font-weight: 520; line-height: 1; letter-spacing: -3px; }
.v5GlobalCopy > p { margin: 0 0 38px; color: var(--v5-copy); font-size: 16px; line-height: 1.85; }
.v5Principles { margin-bottom: 40px; display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--v5-line); border-left: 1px solid var(--v5-line); }
.v5Principles div { min-height: 130px; padding: 24px; border-right: 1px solid var(--v5-line); border-bottom: 1px solid var(--v5-line); }
.v5Principles b { margin-bottom: 16px; color: var(--v5-red); font-size: 9px; letter-spacing: 1.5px; display: block; }
.v5Principles span { color: var(--v5-copy); font-size: 12px; line-height: 1.65; }

.v5InsightGrid { display: grid; grid-template-columns: 1.4fr .8fr .8fr; border-top: 1px solid var(--v5-line); border-left: 1px solid var(--v5-line); }
.v5Insight { min-height: 360px; padding: 34px; position: relative; background: rgba(255,255,255,.34); border-right: 1px solid var(--v5-line); border-bottom: 1px solid var(--v5-line); }
.v5Insight time { color: var(--v5-red); font-size: 10px; font-weight: 850; letter-spacing: 1.3px; }
.v5Insight h3 { margin: 88px 0 20px; font-size: 24px; font-weight: 560; line-height: 1.3; letter-spacing: -.5px; }
.v5Insight:first-child h3 { max-width: 560px; font-size: 36px; }
.v5Insight p { color: var(--v5-copy); font-size: 13px; line-height: 1.7; }
.v5Insight b { left: 34px; bottom: 30px; position: absolute; font-size: 11px; text-transform: uppercase; }

.v5FinalCta { padding: 98px 0; color: #fff; background: var(--v5-red); }
.v5FinalCtaInner { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 60px; }
.v5FinalCta h2 { max-width: 900px; margin: 0; font-size: clamp(48px, 6vw, 78px); font-weight: 520; line-height: .98; letter-spacing: -3.5px; }
.v5FinalCta .v5Button { color: #fff; border-color: rgba(255,255,255,.7); }

/* Inner page architecture */
body.siteV5 .m2banner { height: 520px; position: relative; overflow: hidden; background: var(--v5-ink); }
body.siteV5 .m2banner > .bgImg { inset: 0 0 0 52%; width: auto; height: auto; position: absolute; opacity: .44; background-size: cover; background-position: center; }
body.siteV5 .m2banner > .bgImg::after { inset: 0; position: absolute; content: ""; background: linear-gradient(90deg, var(--v5-ink) 0%, rgba(7,25,43,.74) 28%, rgba(7,25,43,.08) 100%); }
body.siteV5 .m2banner > .bgImg img { display: none; }
body.siteV5 .m2banner::before { width: 1px; height: 100%; left: 8%; top: 0; position: absolute; z-index: 2; content: ""; background: rgba(255,255,255,.12); box-shadow: 280px 0 rgba(255,255,255,.08), 560px 0 rgba(255,255,255,.08), 840px 0 rgba(255,255,255,.08), 1120px 0 rgba(255,255,255,.08); }
body.siteV5 .m2banner::after { width: auto; height: auto; left: max(40px, calc((100% - var(--v5-width))/2)); top: 96px; position: absolute; z-index: 3; content: "SINOBTD / GLOBAL TRADE INTELLIGENCE"; color: var(--v5-red); font-size: 9px; font-weight: 900; line-height: 1.2; letter-spacing: 2px; background: transparent; }
body.siteV5 .m2banTxt,
body.siteV5 .m2banTxt1,
body.siteV5 .m2banTxt2 { width: min(var(--v5-width), calc(100% - 80px)); height: 100%; margin: 0 auto; padding: 158px 0 60px; position: relative; z-index: 4; display: flex; flex-direction: column; justify-content: center; }
body.siteV5 .m2banTxt,
body.siteV5 .m2banTxt1,
body.siteV5 .m2banTxt2 { left: auto; right: auto; top: auto; bottom: auto; transform: none; }
body.siteV5 .m2banTxt::before,
body.siteV5 .m2banTxt1::before,
body.siteV5 .m2banTxt2::before { display: none; content: none; }
body.siteV5 .m2banTxt h1,
body.siteV5 .m2banTxt1 h1,
body.siteV5 .m2banTxt2 h1,
body.siteV5 .m2banTxt p { max-width: 760px; margin: 0; color: #fff; font-size: clamp(54px, 6vw, 82px); font-weight: 510; line-height: .98; letter-spacing: -3.8px; text-transform: none; }
body.siteV5 .m2posWpr { min-height: 84px; position: relative; z-index: 5; background: #fff; border-bottom: 1px solid var(--v5-line); }
body.siteV5 .m2posWpr > .container { min-height: 84px; display: flex; justify-content: space-between; align-items: center; gap: 30px; }
body.siteV5 .m2posWpr .fl { color: var(--v5-muted); font-size: 9px; font-weight: 800; letter-spacing: 1px; }
body.siteV5 .m2menu2 { height: auto; display: flex; gap: 4px; }
body.siteV5 .m2menu2_a { height: 38px; margin: 0; padding: 0 14px; color: var(--v5-copy); font-size: 10px; font-weight: 800; line-height: 38px; letter-spacing: .6px; border: 1px solid transparent; background: transparent; }
body.siteV5 .m2menu2_a.on,
body.siteV5 .m2menu2_a:hover { color: #fff; border-color: var(--v5-ink); background: var(--v5-ink); }

body.siteV5 .m2cmConWpr,
body.siteV5 .m2pubConWpr,
body.siteV5 .m2ldrConWpr,
body.siteV5 .m2lcConWpr,
body.siteV5 .m2nCon,
body.siteV5 .m3nCon,
body.siteV5 .hsConWpr { padding: 112px 0 124px; background: var(--v5-paper); }
body.siteV5 .hmPt { margin: 0 0 52px; padding: 0 0 22px 130px; position: relative; color: var(--v5-ink); font-size: clamp(38px, 4vw, 58px); font-weight: 520; line-height: 1.05; letter-spacing: -2px; text-align: left; border-bottom: 1px solid var(--v5-line); }
body.siteV5 .hmPt::before { left: 0; top: 14px; position: absolute; content: "SECTION"; color: var(--v5-red); font-size: 9px; font-weight: 900; letter-spacing: 2px; }
body.siteV5 .hmPt::after { display: none; }

/* Recompose legacy content into sharp editorial layouts */
body.siteV5 .m2cmC1box { margin: 0 0 32px; display: grid; grid-template-columns: 1.06fr .94fr; background: #fff; border: 1px solid var(--v5-line); }
body.siteV5 .m2cmMvBox,
body.siteV5 .m2cmMvBox1,
body.siteV5 .m2cmMvBox2 { min-height: 470px; margin: 0; float: none; overflow: hidden; }
body.siteV5 .m2cmMvBox .overflowHide,
body.siteV5 .m2cmMvBox1 > div,
body.siteV5 .m2cmMvBox2 > div,
body.siteV5 .m2cmMvBox .bgImg,
body.siteV5 .m2cmMvBox1 .bgImg,
body.siteV5 .m2cmMvBox2 .bgImg { width: 100%; height: 100%; min-height: 470px; background-size: cover; background-position: center; }
body.siteV5 .m2cmMvBox img,
body.siteV5 .m2cmMvBox1 img,
body.siteV5 .m2cmMvBox2 img { width: 100%; height: 100%; object-fit: cover; }
body.siteV5 .m2cmc1Txt,
body.siteV5 .m2cmc1Txt1,
body.siteV5 .m2cmc1Txt2 { width: auto; min-height: 470px; margin: 0; padding: 66px 62px; float: none; display: flex; flex-direction: column; justify-content: center; }
body.siteV5 .m2cmc1Txt h2,
body.siteV5 .m2cmc1Txt1 h2,
body.siteV5 .m2cmc1Txt2 h2 { margin: 0 0 26px; color: var(--v5-ink); font-size: clamp(34px, 4vw, 52px); font-weight: 520; line-height: 1.06; letter-spacing: -1.8px; }
body.siteV5 .m2cmc1Txt p,
body.siteV5 .m2cmc1Txt1 p,
body.siteV5 .m2cmc1Txt2 p { color: var(--v5-copy); font-size: 15px; line-height: 1.85; }
body.siteV5 .m2cmu2,
body.siteV5 .m2cmu21,
body.siteV5 .m2cmul2,
body.siteV5 .Illustration ul,
body.siteV5 .m2ryul,
body.siteV5 .m2stu1,
body.siteV5 .Serviceprocess ul { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; border-top: 1px solid var(--v5-line); border-left: 1px solid var(--v5-line); }
body.siteV5 .m2cmu2 > li,
body.siteV5 .m2cmu21 > li,
body.siteV5 .m2cmul2 > li,
body.siteV5 .Illustration ul > li,
body.siteV5 .m2ryul > li,
body.siteV5 .m2stu1 > li,
body.siteV5 .Serviceprocess ul > li { width: auto; min-width: 0; min-height: 280px; margin: 0; padding: 34px; float: none; border-right: 1px solid var(--v5-line); border-bottom: 1px solid var(--v5-line); background: rgba(255,255,255,.36); }
body.siteV5 .m2cmu2 strong,
body.siteV5 .m2cmu21 strong,
body.siteV5 .m2cmul2 strong,
body.siteV5 .Illustration strong { color: var(--v5-ink); font-size: 20px; font-weight: 600; line-height: 1.3; }
body.siteV5 .m2cmu2 p,
body.siteV5 .m2cmu21 p,
body.siteV5 .m2cmul2 p,
body.siteV5 .Illustration p { color: var(--v5-copy); font-size: 13px; line-height: 1.75; }

/* News — intentionally asymmetric */
body.siteV5 .m2nul { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(12, 1fr); gap: 20px; }
body.siteV5 .m2nul::before, body.siteV5 .m2nul::after { display: none; content: none; }
body.siteV5 .m2nul > li { width: auto; min-width: 0; margin: 0; float: none; grid-column: span 4; background: #fff; border: 1px solid var(--v5-line); }
body.siteV5 .m2nul > li:nth-child(1) { grid-column: span 7; }
body.siteV5 .m2nul > li:nth-child(2) { grid-column: span 5; }
body.siteV5 .m2naBox { min-height: 500px; overflow: hidden; display: flex; flex-direction: column; }
body.siteV5 .m2naBox > .overflowHide,
body.siteV5 .m2naBox > .overflowHide .bgImg { width: 100%; height: 245px; margin: 0; float: none; background-size: cover; background-position: center; }
body.siteV5 .m2nul > li:nth-child(-n+2) .m2naBox > .overflowHide,
body.siteV5 .m2nul > li:nth-child(-n+2) .m2naBox > .overflowHide .bgImg { height: 330px; }
body.siteV5 .m2naBox img { width: 100%; height: 100%; object-fit: cover; display: block !important; }
body.siteV5 .m2nRx { width: auto; height: auto; min-height: 255px; margin: 0; padding: 30px; position: relative; display: flex; flex-direction: column; }
body.siteV5 .m2nRx strong { height: auto; margin: 0 0 16px; color: var(--v5-ink); font-size: 21px; font-weight: 620; line-height: 1.35; white-space: normal; order: 1; }
body.siteV5 .m2nRx p { height: auto; max-height: 5.2em; margin: 0; color: var(--v5-copy); font-size: 13px; line-height: 1.7; order: 2; }
body.siteV5 .m2nTm { width: auto; margin-top: auto; padding-top: 18px; position: static; color: var(--v5-red); font-size: 10px; font-weight: 850; border-top: 1px solid var(--v5-line); display: flex; align-items: baseline; gap: 8px; order: 3; }
body.siteV5 .m2nTm span { position: static; color: var(--v5-red); font-size: 18px; line-height: 1; }
body.siteV5 .m2nm { display: none; }

/* Platform, database and classification systems */
body.siteV5 .product_tab { margin: 0 0 42px; padding: 0; display: flex; overflow-x: auto; border-bottom: 1px solid var(--v5-line); }
body.siteV5 .product_tab a { min-width: 160px; height: 54px; margin: 0; padding: 0 18px; color: var(--v5-copy); font-size: 10px; font-weight: 850; line-height: 54px; letter-spacing: .7px; text-align: center; border: 0; border-right: 1px solid var(--v5-line); background: transparent; }
body.siteV5 .product_tab a.active,
body.siteV5 .product_tab a:hover { color: #fff; background: var(--v5-ink); }
body.siteV5 .product_con_tab2 { margin: 0; padding: 0; position: static; overflow-x: auto; background: transparent; }
body.siteV5 .product_con_tab2 ul { min-width: 920px; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(9, 1fr); border-top: 1px solid var(--v5-line); border-left: 1px solid var(--v5-line); }
body.siteV5 .product_con_tab2 li { width: auto; min-width: 0; height: 112px; margin: 0; padding: 18px 10px; float: none; color: var(--v5-copy); border-right: 1px solid var(--v5-line); border-bottom: 1px solid var(--v5-line); background: rgba(255,255,255,.42); }
body.siteV5 .product_con_tab2 li.active,
body.siteV5 .product_con_tab2 li:hover { color: #fff; background: var(--v5-blue); }
body.siteV5 .product_cont,
body.siteV5 .Service .structure,
body.siteV5 .Serviceprocess .w1400,
body.siteV5 .m2Rx,
body.siteV5 .m3proTop,
body.siteV5 .m3proTabCons { margin-top: 28px; padding: 48px; border: 1px solid var(--v5-line); border-radius: 0; background: #fff; box-shadow: none; }
body.siteV5 .index_title,
body.siteV5 .structure_title,
body.siteV5 .m3pro_bt { color: var(--v5-ink); font-size: 28px; font-weight: 560; line-height: 1.2; letter-spacing: -1px; }
body.siteV5 .productcontab_list { width: auto; min-height: 0; margin: 0; padding: 24px; float: none; border: 1px solid var(--v5-line); background: var(--v5-paper); }
body.siteV5 .product_con_con2 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
body.siteV5 .m2Con { display: grid; grid-template-columns: 260px 1fr; gap: 44px; align-items: start; }
body.siteV5 .m2Lx { width: auto; margin: 0; padding: 0; float: none; border-top: 3px solid var(--v5-red); background: var(--v5-ink); }
body.siteV5 .m2menu { margin: 0; padding: 24px; }
body.siteV5 .m2menu_a,
body.siteV5 .m2menu_a2 { min-height: 46px; padding: 13px 0; color: rgba(255,255,255,.64); font-size: 11px; line-height: 1.5; border-bottom: 1px solid rgba(255,255,255,.12); display: block; }
body.siteV5 .m2menu_a:hover,
body.siteV5 .m2menu_a2:hover,
body.siteV5 .m2menu_a.on { color: #fff; }
body.siteV5 .m2Rx { min-width: 0; margin: 0; }
body.siteV5 .m3proTop { display: grid; grid-template-columns: 180px 1fr; gap: 38px; }
body.siteV5 .m3pro_img { width: auto; margin: 0; float: none; }
body.siteV5 .m3proTrx { width: auto; margin: 0; float: none; }
body.siteV5 .m3proTitle { margin: 0 0 24px; color: var(--v5-ink); font-size: 34px; font-weight: 560; letter-spacing: -1px; }
body.siteV5 .m3proTab { margin-top: 32px; overflow-x: auto; display: flex; border-bottom: 1px solid var(--v5-line); }
body.siteV5 .m3proTab a { min-width: 170px; height: 52px; margin: 0; line-height: 52px; border: 0; border-right: 1px solid var(--v5-line); background: var(--v5-paper); }
body.siteV5 .m3proTab a.on { color: #fff; background: var(--v5-ink); }
body.siteV5 table { width: 100%; border-collapse: collapse; }
body.siteV5 th { color: #fff; background: var(--v5-ink); }
body.siteV5 th, body.siteV5 td { padding: 14px 16px; font-size: 12px; line-height: 1.55; border: 1px solid var(--v5-line); }

/* Timeline, honors and clients */
body.siteV5 .m2lcSwiper_year { margin: 0 0 24px; padding: 0; border-top: 1px solid var(--v5-line); border-bottom: 1px solid var(--v5-line); }
body.siteV5 .m2lc_yitm { min-height: 96px; padding: 30px 12px; color: var(--v5-muted); font-size: 12px; text-align: center; }
body.siteV5 .slick-current .m2lc_yitm { color: #fff; background: var(--v5-red); }
body.siteV5 .m2lcSwiper_yrContent { padding: 58px; border: 1px solid var(--v5-line); background: #fff; }
body.siteV5 .m2lcSbtxt { display: grid; grid-template-columns: 130px 1fr; gap: 42px; align-items: start; }
body.siteV5 .m2lcSbtxt > span { color: var(--v5-red); font-size: 58px; font-weight: 520; line-height: 1; letter-spacing: -2px; }
body.siteV5 .m2lcSbtxt_p { color: var(--v5-copy); font-size: 15px; line-height: 1.85; }
body.siteV5 .m2ryul > li,
body.siteV5 .m2stu1 > li { position: relative; overflow: hidden; background: #fff; }
body.siteV5 .m2st_aBox,
body.siteV5 .m2naBox1 { width: 100%; height: 100%; min-height: 230px; padding: 28px; display: flex; flex-direction: column; justify-content: center; align-items: center; }
body.siteV5 .m2st_aBox img,
body.siteV5 .m2naBox1 img { max-width: 78%; max-height: 150px; object-fit: contain; }

/* Article */
body.siteV5.pageArticle .m3nCon > .container { max-width: 1040px; padding: 0; }
body.siteV5 .m3nt { margin: 0; color: var(--v5-ink); font-size: clamp(48px, 6vw, 76px); font-weight: 520; line-height: 1.05; letter-spacing: -3.2px; text-align: left; }
body.siteV5 .m3ninfo { margin: 42px 0 68px; padding: 20px 0; color: var(--v5-muted); font-size: 10px; font-weight: 750; letter-spacing: .8px; border-top: 1px solid var(--v5-line); border-bottom: 1px solid var(--v5-line); }
body.siteV5 .m3nEditor { color: #30495c; font-size: 18px; line-height: 1.95; }
body.siteV5 .m3nEditor h2, body.siteV5 .m3nEditor h3 { margin: 56px 0 20px; color: var(--v5-ink); }
body.siteV5 .m3nEditor img { margin: 38px auto; }

/* Contact */
body.siteV5.pageContact .contactHero { min-height: 610px; color: #fff; background: var(--v5-ink); }
body.siteV5.pageContact .contactHero__inner { min-height: 610px; display: grid; grid-template-columns: 1fr 360px; align-items: center; }
body.siteV5.pageContact .contactHero__eyebrow { color: var(--v5-red); font-size: 10px; font-weight: 900; letter-spacing: 2.4px; }
body.siteV5.pageContact .contactHero h1 { margin: 32px 0 0; font-size: clamp(64px, 8vw, 108px); font-weight: 510; line-height: .88; letter-spacing: -5px; }
body.siteV5.pageContact .contactHero h1 span { color: var(--v5-blue); display: block; }
body.siteV5.pageContact .contactHero__mark { width: 320px; height: 320px; border: 1px solid rgba(255,255,255,.26); border-radius: 50%; display: grid; place-items: center; }
body.siteV5.pageContact .contactHero__mark span { font-size: 70px; font-weight: 300; }
body.siteV5.pageContact .contactSection { padding: 118px 0; background: var(--v5-paper); }
body.siteV5.pageContact .contactCard,
body.siteV5.pageContact .contactInquiry { margin-bottom: 28px; display: grid; grid-template-columns: .75fr 1.25fr; border: 1px solid var(--v5-line); background: #fff; box-shadow: none; }
body.siteV5.pageContact .contactCard__intro,
body.siteV5.pageContact .contactInquiry__intro { padding: 54px; border-right: 1px solid var(--v5-line); }
body.siteV5.pageContact .contactCard__intro h2,
body.siteV5.pageContact .contactInquiry__intro h2 { margin: 26px 0; font-size: 42px; font-weight: 540; line-height: 1.05; letter-spacing: -1.5px; }
body.siteV5.pageContact .contactCard__details,
body.siteV5.pageContact .contactInquiry__form { padding: 54px; }
body.siteV5.pageContact .contactItem { min-height: 108px; padding: 24px 0; display: grid; grid-template-columns: 54px 1fr; border-bottom: 1px solid var(--v5-line); }
body.siteV5.pageContact .contactItem__number { color: var(--v5-red); font-size: 10px; font-weight: 900; }
body.siteV5.pageContact .contactItem__content strong { margin-bottom: 10px; font-size: 9px; letter-spacing: 1.5px; display: block; }
body.siteV5.pageContact .contactItem__content p { margin: 0; font-size: 18px; line-height: 1.5; }

/* CTA */
.v5PageCta { padding: 92px 0; color: #fff; background: var(--v5-blue); }
.v5PageCta__inner { display: grid; grid-template-columns: 1fr 330px; gap: 80px; align-items: end; }
.v5PageCta em { color: rgba(255,255,255,.68); font-size: 9px; font-style: normal; font-weight: 900; letter-spacing: 2px; }
.v5PageCta h2 { max-width: 840px; margin: 24px 0 0; font-size: clamp(46px, 5vw, 70px); font-weight: 520; line-height: 1; letter-spacing: -3px; }
.v5PageCta p { color: rgba(255,255,255,.7); font-size: 14px; line-height: 1.7; }
.v5PageCta a { margin-top: 22px; padding-bottom: 8px; font-size: 11px; font-weight: 850; letter-spacing: .7px; text-transform: uppercase; border-bottom: 1px solid rgba(255,255,255,.6); display: flex; justify-content: space-between; }

/* Footer */
.v5Footer { color: #fff; background: var(--v5-ink); }
.v5FooterTop { padding: 84px 0 68px; display: grid; grid-template-columns: 1fr 1.5fr .8fr; gap: 70px; }
.v5FooterBrand strong { font-size: 27px; font-weight: 720; letter-spacing: -.7px; display: block; }
.v5FooterBrand strong span { color: var(--v5-red); }
.v5FooterBrand em { margin-top: 6px; color: rgba(255,255,255,.48); font-size: 9px; font-style: normal; font-weight: 800; letter-spacing: 2px; display: block; }
.v5FooterBrand p { margin: 44px 0 12px; color: rgba(255,255,255,.55); font-size: 12px; line-height: 1.7; }
.v5FooterBrand > a { font-size: 18px; }
.v5FooterNav { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.v5FooterNav dl { margin: 0; }
.v5FooterNav dt { margin-bottom: 18px; }
.v5FooterNav .footer_a1 { color: #fff; font-size: 10px; font-weight: 850; letter-spacing: .8px; }
.v5FooterNav dd { margin: 0 0 8px; }
.v5FooterNav .footer_a2 { color: rgba(255,255,255,.5); font-size: 11px; }
.v5FooterNav .footer_a2:hover { color: #fff; }
.v5FooterContact { padding-left: 28px; border-left: 1px solid rgba(255,255,255,.16); }
.v5FooterContact span { color: var(--v5-red); font-size: 9px; font-weight: 900; letter-spacing: 1.8px; }
.v5FooterContact p { margin: 24px 0 30px; color: rgba(255,255,255,.58); font-size: 13px; line-height: 1.7; }
.v5FooterContact a { padding-bottom: 8px; font-size: 11px; font-weight: 850; border-bottom: 1px solid rgba(255,255,255,.4); }
.v5FooterBottom { min-height: 72px; border-top: 1px solid rgba(255,255,255,.14); }
.v5FooterBottom .container { min-height: 72px; color: rgba(255,255,255,.38); font-size: 10px; display: flex; align-items: center; justify-content: space-between; }

/* Basic pagination and forms */
body.siteV5 .pages { margin-top: 58px; display: flex; justify-content: center; gap: 6px; }
body.siteV5 .page_a { min-width: 46px; height: 46px; margin: 0; color: var(--v5-copy); line-height: 44px; text-align: center; border: 1px solid var(--v5-line); background: #fff; }
body.siteV5 .page_a.on, body.siteV5 .page_a:hover { color: #fff; border-color: var(--v5-red); background: var(--v5-red); }

@media (max-width: 1240px) {
  .v5Header { grid-template-columns: 190px 1fr auto; gap: 12px; }
  .v5Nav > li > .nav_a { padding: 0 10px; font-size: 10px; }
  .v5HeaderActions a { padding: 0 12px; }
  .v5HeroCopy { padding-right: 40px; }
  .v5Hero h1 { font-size: 70px; }
  .v5SectionHead { grid-template-columns: 90px 1fr 300px; }
  .v5AudienceRow { grid-template-columns: 90px 1fr 320px 36px; }
}

@media (max-width: 993px) {
  body.siteV5 .container, body.v5Home .container { width: min(100% - 48px, var(--v5-width)); }
  .v5HeaderWpr { display: none; }
  .v5Hero, .v5HeroGrid { min-height: 0; }
  .v5HeroGrid { grid-template-columns: 1fr; }
  .v5HeroCopy { padding: 90px 0 70px; }
  .v5HeroVisual { padding: 0 0 48px; }
  .v5SignalPanel { min-height: 520px; }
  .v5Section { padding: 92px 0; }
  .v5SectionHead { grid-template-columns: 80px 1fr; }
  .v5SectionHead > p { grid-column: 2; }
  .v5CapabilityGrid { grid-template-columns: 1fr 1fr; grid-template-rows: auto; }
  .v5Capability:first-child { grid-column: 1 / 3; grid-row: auto; min-height: 440px; }
  .v5Capability:nth-child(4) { border-top: 1px solid var(--v5-line); }
  .v5PlatformShell { grid-template-columns: 1fr; }
  .v5PlatformIntro { min-height: 400px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.18); }
  .v5AudienceRow { grid-template-columns: 60px 1fr 46px; gap: 20px; }
  .v5AudienceRow p { display: none; }
  .v5Global { grid-template-columns: 1fr; }
  .v5GlobalMedia { min-height: 500px; }
  .v5InsightGrid { grid-template-columns: 1fr 1fr; }
  .v5Insight:first-child { grid-column: 1 / 3; }
  .v5FinalCtaInner { grid-template-columns: 1fr; align-items: start; }
  body.siteV5 .m2banner { height: 430px; }
  body.siteV5 .m2banTxt, body.siteV5 .m2banTxt1, body.siteV5 .m2banTxt2 { width: calc(100% - 48px); padding-top: 130px; }
  body.siteV5 .m2posWpr > .container { padding: 18px 0; flex-direction: column; align-items: flex-start; }
  body.siteV5 .m2menu2 { width: 100%; overflow-x: auto; }
  body.siteV5 .m2cmC1box { grid-template-columns: 1fr; }
  body.siteV5 .m2Con { grid-template-columns: 1fr; }
  body.siteV5 .m2Lx { display: none; }
  body.siteV5 .product_con_con2 { grid-template-columns: repeat(2, 1fr); }
  body.siteV5 .m2cmu2, body.siteV5 .m2cmu21, body.siteV5 .m2cmul2, body.siteV5 .Illustration ul, body.siteV5 .m2ryul, body.siteV5 .m2stu1, body.siteV5 .Serviceprocess ul { grid-template-columns: repeat(2, 1fr); }
  body.siteV5 .m2nul > li, body.siteV5 .m2nul > li:nth-child(1), body.siteV5 .m2nul > li:nth-child(2) { grid-column: span 6; }
  body.siteV5.pageContact .contactHero__inner { grid-template-columns: 1fr 240px; }
  body.siteV5.pageContact .contactHero__mark { width: 220px; height: 220px; }
  body.siteV5.pageContact .contactCard, body.siteV5.pageContact .contactInquiry { grid-template-columns: 1fr; }
  body.siteV5.pageContact .contactCard__intro, body.siteV5.pageContact .contactInquiry__intro { border-right: 0; border-bottom: 1px solid var(--v5-line); }
  .v5PageCta__inner, .v5FooterTop { grid-template-columns: 1fr; }
  .v5FooterNav { grid-template-columns: repeat(3, 1fr); }
  .v5FooterContact { padding-left: 0; border-left: 0; }
}

@media (max-width: 640px) {
  body.siteV5 .container, body.v5Home .container { width: calc(100% - 36px); }
  .v5HeroCopy { padding: 72px 0 54px; }
  .v5Hero h1 { font-size: 50px; letter-spacing: -2.7px; }
  .v5HeroLead { margin-top: 28px; font-size: 16px; }
  .v5HeroActions { flex-direction: column; }
  .v5Button { width: 100%; }
  .v5HeroMeta { margin-top: 42px; gap: 12px; }
  .v5SignalPanel { min-height: 440px; }
  .v5Orbit { width: 340px; height: 340px; right: -100px; }
  .v5Section { padding: 72px 0; }
  .v5SectionHead { margin-bottom: 42px; grid-template-columns: 1fr; gap: 20px; }
  .v5SectionHead h2 { margin: 0; font-size: 43px; letter-spacing: -2px; }
  .v5SectionHead > p { grid-column: 1; }
  .v5CapabilityGrid { display: block; }
  .v5Capability { min-height: 250px; border-right: 1px solid var(--v5-line); border-top: 0; }
  .v5Capability:first-child { min-height: 400px; }
  .v5Capability:first-child h3 { margin-top: 120px; font-size: 40px; }
  .v5ModuleMatrix { grid-template-columns: 1fr 1fr; }
  .v5Module { min-height: 150px; }
  .v5Module:nth-child(3n) { border-right: 1px solid rgba(255,255,255,.18); }
  .v5Module:nth-child(2n) { border-right: 0; }
  .v5Module:nth-child(n+7) { border-bottom: 1px solid rgba(255,255,255,.18); }
  .v5Module:last-child { border-bottom: 0; }
  .v5PlatformIntro { padding: 34px; }
  .v5PlatformIntro .v5TextLink { left: 34px; right: 34px; }
  .v5AudienceRow { min-height: 112px; grid-template-columns: 34px 1fr 20px; }
  .v5AudienceRow h3 { font-size: 23px; }
  .v5GlobalMedia { min-height: 380px; }
  .v5GlobalCopy { padding: 68px 22px; }
  .v5Principles { grid-template-columns: 1fr; }
  .v5InsightGrid { display: block; }
  .v5Insight { min-height: 330px; }
  .v5Insight:first-child h3 { font-size: 28px; }
  .v5FinalCta h2 { font-size: 47px; }
  body.siteV5 .m2banner { height: 360px; }
  body.siteV5 .m2banner::after { left: 18px; top: 72px; }
  body.siteV5 .m2banTxt, body.siteV5 .m2banTxt1, body.siteV5 .m2banTxt2 { width: calc(100% - 36px); padding-top: 100px; }
  body.siteV5 .m2banTxt h1, body.siteV5 .m2banTxt1 h1, body.siteV5 .m2banTxt2 h1, body.siteV5 .m2banTxt p { font-size: 45px; letter-spacing: -2px; }
  body.siteV5 .m2cmConWpr, body.siteV5 .m2pubConWpr, body.siteV5 .m2ldrConWpr, body.siteV5 .m2lcConWpr, body.siteV5 .m2nCon, body.siteV5 .m3nCon, body.siteV5 .hsConWpr { padding: 72px 0 80px; }
  body.siteV5 .hmPt { padding-left: 0; padding-top: 32px; font-size: 38px; }
  body.siteV5 .hmPt::before { top: 0; }
  body.siteV5 .m2cmMvBox, body.siteV5 .m2cmMvBox1, body.siteV5 .m2cmMvBox2, body.siteV5 .m2cmMvBox .overflowHide, body.siteV5 .m2cmMvBox1 > div, body.siteV5 .m2cmMvBox2 > div, body.siteV5 .m2cmMvBox .bgImg, body.siteV5 .m2cmMvBox1 .bgImg, body.siteV5 .m2cmMvBox2 .bgImg { min-height: 300px; }
  body.siteV5 .m2cmc1Txt, body.siteV5 .m2cmc1Txt1, body.siteV5 .m2cmc1Txt2 { min-height: 0; padding: 42px 26px; }
  body.siteV5 .product_cont, body.siteV5 .Service .structure, body.siteV5 .Serviceprocess .w1400, body.siteV5 .m2Rx, body.siteV5 .m3proTop, body.siteV5 .m3proTabCons { padding: 28px 22px; }
  body.siteV5 .product_con_con2 { grid-template-columns: 1fr; }
  body.siteV5 .m3proTop { grid-template-columns: 1fr; }
  body.siteV5 .m2lcSwiper_yrContent { padding: 34px 24px; }
  body.siteV5 .m2lcSbtxt { grid-template-columns: 1fr; gap: 18px; }
  body.siteV5 .m2cmu2, body.siteV5 .m2cmu21, body.siteV5 .m2cmul2, body.siteV5 .Illustration ul, body.siteV5 .m2ryul, body.siteV5 .m2stu1, body.siteV5 .Serviceprocess ul { grid-template-columns: 1fr; }
  body.siteV5 .m2nul { grid-template-columns: 1fr; }
  body.siteV5 .m2nul > li, body.siteV5 .m2nul > li:nth-child(1), body.siteV5 .m2nul > li:nth-child(2) { grid-column: 1; }
  body.siteV5 .m2nul > li:nth-child(-n+2) .m2naBox > .overflowHide, body.siteV5 .m2nul > li:nth-child(-n+2) .m2naBox > .overflowHide .bgImg { height: 245px; }
  body.siteV5 .m3nt { font-size: 42px; letter-spacing: -2px; }
  body.siteV5 .m3nEditor { font-size: 16px; }
  body.siteV5.pageContact .contactHero { min-height: 520px; }
  body.siteV5.pageContact .contactHero__inner { min-height: 520px; grid-template-columns: 1fr; }
  body.siteV5.pageContact .contactHero__mark { display: none; }
  body.siteV5.pageContact .contactHero h1 { font-size: 58px; }
  body.siteV5.pageContact .contactCard__intro, body.siteV5.pageContact .contactInquiry__intro, body.siteV5.pageContact .contactCard__details, body.siteV5.pageContact .contactInquiry__form { padding: 34px 24px; }
  .v5PageCta { padding: 70px 0; }
  .v5PageCta__inner { grid-template-columns: 1fr; gap: 30px; }
  .v5PageCta h2 { font-size: 44px; letter-spacing: -2px; }
  .v5FooterTop { padding: 66px 0 50px; }
  .v5FooterNav { grid-template-columns: 1fr 1fr; }
  .v5FooterBottom .container { min-height: 88px; align-items: flex-start; justify-content: center; flex-direction: column; gap: 8px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
}
