.regional-footprint {
  background: #071a31;
  color: #fff;
}

.about-hero-mark {
  overflow: hidden;
  background: #fff;
  border-color: #dce5ed;
  box-shadow: 0 28px 70px #020b1540;
}

.about-hero-mark img {
  display: block;
  width: 78%;
  height: 78%;
  object-fit: contain;
}

.about-hero-mark img + small {
  margin-top: 12px;
  color: #405168;
  font-weight: 700;
}

.regional-footprint .eyebrow {
  color: var(--mint);
}

.regional-footprint .section-intro {
  color: #aebfce;
}

.regional-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(280px, .55fr);
  gap: 16px;
}

.map-panel {
  position: relative;
  min-height: 520px;
  border: 1px solid #28445f;
  border-radius: 12px;
  overflow: hidden;
  background-color: #0a2139;
  background-image:
    linear-gradient(#75d8c210 1px, transparent 1px),
    linear-gradient(90deg, #75d8c210 1px, transparent 1px),
    radial-gradient(circle at 68% 48%, #0e7b7a36, transparent 30%);
  background-size: 52px 52px, 52px 52px, 100% 100%;
}

.map-panel::after {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid #ffffff0d;
  border-radius: 8px;
  pointer-events: none;
}

.map-region {
  position: absolute;
  left: 28px;
  top: 24px;
  color: #b8c9d7;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.map-coordinate {
  position: absolute;
  right: 25px;
  color: #9db0c0;
  font: 11px/1 monospace;
}

.map-coordinate-top { top: 27px; }
.map-coordinate-bottom { bottom: 25px; }

.map-landmass {
  position: absolute;
  display: block;
  background: #b8d8d00b;
  border: 1px solid #7cd7c128;
}

.map-landmass.north {
  left: 39%;
  top: 10%;
  width: 48%;
  height: 50%;
  clip-path: polygon(9% 27%, 30% 6%, 63% 8%, 92% 31%, 79% 56%, 95% 76%, 69% 95%, 44% 78%, 17% 87%, 0 54%);
}

.map-landmass.south {
  left: 48%;
  top: 57%;
  width: 31%;
  height: 34%;
  clip-path: polygon(19% 0, 50% 13%, 78% 8%, 100% 36%, 75% 50%, 68% 100%, 41% 81%, 23% 91%, 0 57%);
}

.map-route {
  position: absolute;
  display: block;
  height: 1px;
  transform-origin: left center;
  background: linear-gradient(90deg, #68e8c2, #68e8c211);
  box-shadow: 0 0 8px #68e8c266;
}

.route-one { left: 57%; top: 32%; width: 19%; transform: rotate(42deg); }
.route-two { left: 69%; top: 48%; width: 7%; transform: rotate(18deg); }
.route-three { left: 73%; top: 52%; width: 31%; transform: rotate(113deg); }

.map-node {
  position: absolute;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #eaf8f5;
  white-space: nowrap;
}

.map-node > span {
  width: 11px;
  height: 11px;
  border: 2px solid #8ff3d5;
  border-radius: 50%;
  background: #0a2139;
  box-shadow: 0 0 0 6px #68e8c218, 0 0 20px #68e8c288;
}

.map-node b { font-size: 13px; }

.map-node small {
  padding: 3px 5px;
  border-radius: 3px;
  background: var(--mint);
  color: #062118;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .08em;
}

.map-node.primary > span {
  width: 14px;
  height: 14px;
  background: var(--mint);
  box-shadow: 0 0 0 8px #68e8c225, 0 0 28px #68e8c2aa;
}

.map-node.wuhan { left: 56%; top: 28%; }
.map-node.shenzhen { left: 68%; top: 45%; }
.map-node.hongkong { left: 75%; top: 51%; }
.map-node.kualalumpur { left: 59%; top: 77%; }

.office-list {
  display: grid;
  grid-template-rows: repeat(4, 1fr);
  gap: 10px;
}

.office-card {
  display: flex;
  gap: 18px;
  align-items: center;
  border: 1px solid #28445f;
  border-radius: 12px;
  padding: 20px;
  background: #0a2139;
}

.office-card > span {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border: 1px solid #3f607b;
  border-radius: 50%;
  color: #8fa9bb;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
}

.office-card.primary {
  border-color: #68e8c260;
  background: linear-gradient(135deg, #0b2d42, #0a2139);
}

.office-card.primary > span {
  color: #08271f;
  background: var(--mint);
  border-color: var(--mint);
}

.office-card.rnd-office {
  border-color: #4d9bf060;
  background: linear-gradient(135deg, #0a2946, #0a2139);
}

.office-card.rnd-office > span {
  color: #dcebff;
  border-color: #4d9bf0;
  background: #116fd2;
}

.office-card h3 {
  font-size: 18px;
  margin: 0 0 5px;
}

.office-card p {
  color: #9db0c0;
  font-size: 13px;
  margin: 0;
}

.leadership-section {
  background:
    radial-gradient(circle at 82% 15%, #4b9ce814, transparent 28%),
    linear-gradient(180deg, #f8fbfd, #eef4f8);
}

.leadership-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.leadership-card {
  display: flex;
  min-height: 590px;
  flex-direction: column;
  padding: 34px;
  overflow: hidden;
  border: 1px solid #d7e3eb;
  border-top: 3px solid var(--blue);
  border-radius: 12px;
  background: linear-gradient(180deg, #fff, #f8fbfd);
  box-shadow: 0 18px 42px #173f5c0b;
}

.leadership-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding-bottom: 28px;
  border-bottom: 1px solid var(--line);
}

.leadership-card-top span {
  color: var(--blue);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.leadership-card-top b {
  padding: 7px 10px;
  border-radius: 6px;
  background: #e8f3ff;
  color: #24567e;
  font-size: 12px;
  letter-spacing: .05em;
  white-space: nowrap;
}

.leadership-card h3 {
  max-width: 470px;
  margin: 30px 0 15px;
  font-size: clamp(29px, 3vw, 39px);
  line-height: 1.08;
  letter-spacing: -.03em;
  text-wrap: balance;
}

.leadership-summary {
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.7;
}

.leadership-card ul {
  display: grid;
  gap: 13px;
  margin: 28px 0 30px;
  padding: 0;
  list-style: none;
}

.leadership-card li {
  position: relative;
  padding-left: 21px;
  color: #40566c;
  font-size: 14px;
  line-height: 1.6;
}

.leadership-card li::before {
  content: "";
  position: absolute;
  top: .62em;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 2px;
  background: var(--blue);
}

.leadership-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: auto;
}

.leadership-tags span {
  padding: 8px 10px;
  border: 1px solid #d5e3ed;
  border-radius: 8px;
  color: #48627a;
  font-size: 12px;
  font-weight: 700;
}

.technology-card {
  border-top-color: var(--mint);
  border-color: #173c5b;
  background:
    radial-gradient(circle at 88% 10%, #0d86e74a, transparent 30%),
    #071a31;
  color: #fff;
  box-shadow: 0 24px 60px #071a3129;
}

.technology-card .leadership-card-top {
  border-color: #ffffff24;
}

.technology-card .leadership-card-top span {
  color: var(--mint);
}

.technology-card .leadership-card-top b {
  background: #68e8c21a;
  color: #9af2d9;
}

.technology-card .leadership-summary,
.technology-card li {
  color: #b8c9d7;
}

.technology-card li::before {
  background: var(--mint);
}

.technology-card .leadership-tags span {
  border-color: #ffffff26;
  color: #c7d8e5;
}

@media (max-width: 780px) {
  .regional-layout { grid-template-columns: 1fr; }
  .leadership-grid { grid-template-columns: 1fr; }
  .leadership-card { min-height: 0; padding: 26px; }
  .map-panel { min-height: 430px; }
  .map-region { left: 20px; }
  .map-node b { font-size: 11px; }
  .map-node.wuhan { left: 45%; }
  .map-node.shenzhen { left: 57%; }
  .map-node.hongkong { left: 67%; }
  .map-node.kualalumpur { left: 45%; }
  .route-one { left: 47%; width: 25%; }
  .route-two { left: 59%; width: 10%; }
  .route-three { left: 67%; width: 38%; }
  .office-list { grid-template-columns: 1fr 1fr; grid-template-rows: none; }
  .office-card { padding: 16px; gap: 12px; }
}

@media (max-width: 480px) {
  .leadership-card-top { align-items: flex-start; flex-direction: column; }
  .office-list { grid-template-columns: 1fr; }
  .map-panel {
    display: grid;
    min-height: 0;
    gap: 0;
    padding: 64px 18px 16px;
  }
  .map-panel::after,
  .map-coordinate,
  .map-landmass,
  .map-route { display: none; }
  .map-node,
  .map-node.wuhan,
  .map-node.shenzhen,
  .map-node.hongkong,
  .map-node.kualalumpur {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    gap: 9px;
    padding: 14px 0;
    border-top: 1px solid #28445f;
  }
  .map-node.kualalumpur { order: -1; }
  .map-node b { font-size: 12px; }
}

.about-page .cta {
  border-radius: 16px;
}

.about-page .location-image,
.about-page .team-card {
  border-radius: 12px;
}

.about-page .location-image img {
  height: auto;
}

.dual-core-section .section-head {
  padding-bottom: 30px;
  border-bottom: 1px solid #cfdce4;
}

.about-page .button {
  border-radius: 6px;
  box-shadow: none;
}

.about-page .about-hero-grid {
  grid-template-columns: minmax(0, 1.5fr) minmax(280px, .5fr);
  gap: clamp(42px, 5vw, 66px);
}

.about-page .about-hero h1 {
  max-width: 920px;
  font-size: clamp(48px, 5.2vw, 70px);
  line-height: .98;
  text-wrap: balance;
}

.about-page .section-head h2 {
  max-width: 760px;
  font-size: clamp(38px, 3.7vw, 50px);
}

.about-page .lifecycle-section h2 { max-width: 900px; }
.about-page .leadership-card h3 { font-size: clamp(28px, 2.7vw, 34px); }

:lang(zh-cn) .about-hero h1,
:lang(zh-tw) .about-hero h1 {
  line-height: 1.08;
  letter-spacing: 0;
}

:lang(th) .about-hero h1 {
  font-size: clamp(42px, 4.2vw, 56px);
  line-height: 1.12;
  letter-spacing: 0;
}

:lang(ms) .about-hero h1 { font-size: clamp(44px, 4.5vw, 60px); }
:lang(ms) .about-page .section-head h2 { font-size: clamp(35px, 3.4vw, 44px); }
:lang(th) .about-page .section-head h2 { font-size: clamp(34px, 3.25vw, 42px); }
:lang(ms) .about-page .leadership-card h3 { font-size: clamp(27px, 2.45vw, 31px); }
:lang(th) .about-page .leadership-card h3 { font-size: clamp(26px, 2.35vw, 30px); line-height: 1.15; }

.partner-network-section {
  scroll-margin-top: 72px;
  color: #f5fbff;
  background:
    radial-gradient(circle at 82% 18%, #1389b82e, transparent 30%),
    linear-gradient(145deg, #071a31, #0a2638 72%, #0a3038);
}

.partner-network-layout {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(380px, .72fr);
  grid-template-areas:
    "intro profile"
    "routes routes";
  column-gap: clamp(44px, 5vw, 70px);
  row-gap: clamp(42px, 5vw, 64px);
  align-items: start;
}

.partner-network-copy { grid-area: intro; padding-top: 4px; }
.partner-network-copy .eyebrow { color: var(--mint); }

.partner-network-copy h2 {
  max-width: 560px;
  margin: 15px 0 22px;
  color: #f5fbff;
  font-size: clamp(39px, 3.7vw, 50px);
  line-height: 1.02;
  letter-spacing: -.045em;
}

.partner-network-copy p {
  max-width: 590px;
  margin: 0;
  color: #b8cbd7;
  font-size: 16px;
  line-height: 1.72;
}

:lang(ms) .partner-network-copy h2 { font-size: clamp(36px, 3.35vw, 44px); line-height: 1.06; }
:lang(th) .partner-network-copy h2 { font-size: clamp(34px, 3.2vw, 42px); line-height: 1.14; }

.partner-profile-card {
  grid-area: profile;
  overflow: hidden;
  border: 1px solid #8ba4b638;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 28px 70px #0000002b;
}

.partner-logo-shell {
  min-height: 250px;
  display: grid;
  place-items: center;
  padding: 38px clamp(30px, 5vw, 68px);
  background: #f1f3f4;
}

.partner-logo-shell img { display: block; width: 100%; height: auto; }

.partner-profile-copy { padding: 25px 28px 28px; }

.partner-profile-copy > span {
  color: #0966df;
  font-size: 11px;
  font-weight: 750;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.partner-profile-copy h3 {
  margin: 9px 0 8px;
  color: #102033;
  font-size: clamp(27px, 2.5vw, 34px);
  line-height: 1.08;
  letter-spacing: -.035em;
}

.partner-profile-copy p { margin: 0; color: #52677c; font-size: 14px; line-height: 1.65; }

.partner-route-grid {
  grid-area: routes;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.partner-route {
  position: relative;
  overflow: hidden;
  min-width: 0;
  padding: clamp(27px, 3vw, 36px);
  border: 1px solid #9cb7c533;
  border-radius: 16px;
  background: linear-gradient(145deg, #ffffff0d, #0e637317);
  box-shadow: inset 0 1px 0 #ffffff0b;
}

.partner-route::after {
  content: "";
  position: absolute;
  right: -46px;
  bottom: -58px;
  width: 180px;
  aspect-ratio: 1;
  border: 1px solid #68e8c226;
  border-radius: 50%;
  box-shadow: 0 0 0 28px #68e8c208, 0 0 0 56px #68e8c205;
  pointer-events: none;
}

.partner-route-top {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 13px;
  margin-bottom: 35px;
}

.partner-route-top::after {
  content: "";
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, #68e8c25c, transparent);
}

.partner-route-top span {
  color: var(--mint);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .12em;
}

.partner-route-top b {
  color: #d8e7ee;
  font-size: 11px;
  font-weight: 750;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.partner-route h3 {
  position: relative;
  z-index: 1;
  max-width: 24ch;
  margin: 0 0 17px;
  color: #f5fbff;
  font-size: clamp(27px, 2.7vw, 36px);
  line-height: 1.08;
  letter-spacing: -.04em;
  text-wrap: balance;
}

.partner-route p {
  position: relative;
  z-index: 1;
  max-width: 60ch;
  margin: 0;
  color: #b8cbd7;
  font-size: 15px;
  line-height: 1.72;
}

:lang(ms) .partner-route h3 { font-size: clamp(25px, 2.4vw, 32px); line-height: 1.12; }
:lang(th) .partner-route h3 { font-size: clamp(24px, 2.3vw, 31px); line-height: 1.18; letter-spacing: 0; }

.partner-support-section { text-align: left; }

.partner-support-heading {
  display: grid;
  grid-template-columns: minmax(180px, .42fr) minmax(0, 1.18fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: end;
  margin-bottom: 42px;
}

.partner-support-heading h2 {
  max-width: 850px;
  margin: 0;
  color: var(--ink);
  font-size: clamp(39px, 4vw, 54px);
  line-height: 1.02;
  letter-spacing: -.05em;
  text-wrap: balance;
}

.partner-support-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.partner-support-grid article {
  min-width: 0;
  min-height: 250px;
  padding: clamp(25px, 3vw, 34px);
  border: 1px solid #d7e3ea;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 18px 42px #173f5c0b;
}

.partner-support-grid article > span {
  display: block;
  color: #05736e;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .12em;
}

.partner-support-grid h3 {
  margin: 30px 0 13px;
  color: var(--ink);
  font-size: clamp(23px, 2.1vw, 29px);
  line-height: 1.12;
  letter-spacing: -.035em;
  text-wrap: balance;
}

.partner-support-grid p {
  max-width: 60ch;
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.72;
}

.partner-principle {
  max-width: 920px;
  margin: 30px 0 0;
  padding: 18px 0 0 25px;
  border-top: 1px solid var(--line);
  border-left: 2px solid #05736e;
  color: #40586d;
  font-size: 15px;
  line-height: 1.68;
}

:lang(ms) .partner-support-heading h2 { font-size: clamp(36px, 3.45vw, 47px); line-height: 1.07; }
:lang(th) .partner-support-heading h2 { font-size: clamp(34px, 3.3vw, 45px); line-height: 1.14; letter-spacing: 0; }

@media (max-width: 900px) {
  .partner-network-layout {
    grid-template-columns: 1fr;
    grid-template-areas:
      "intro"
      "routes"
      "profile";
    gap: 38px;
  }
  .partner-network-copy h2 { max-width: 720px; }
  .partner-support-heading { grid-template-columns: 1fr; gap: 16px; }
  .partner-support-heading h2 { max-width: 760px; }
}

@media (max-width: 720px) {
  .partner-route-grid,
  .partner-support-grid { grid-template-columns: 1fr; }
  .partner-support-grid article { min-height: 0; }
}

@media (max-width: 560px) {
  .partner-network-section { scroll-margin-top: 64px; }
  .partner-logo-shell { min-height: 190px; padding: 28px 22px; }
  .partner-profile-copy { padding: 22px; }
  .partner-route { padding: 25px 23px 27px; }
  .partner-route-top { margin-bottom: 28px; }
  .partner-route-top b { letter-spacing: .04em; }
  .partner-route h3,
  :lang(ms) .partner-route h3,
  :lang(th) .partner-route h3 { font-size: clamp(25px, 7.4vw, 31px); }
  .partner-support-heading h2,
  :lang(ms) .partner-support-heading h2,
  :lang(th) .partner-support-heading h2 { font-size: clamp(34px, 9.5vw, 43px); }
  .partner-principle { padding-left: 18px; }
}

@media (max-width: 980px) {
  .about-page .about-hero-grid { grid-template-columns: minmax(0, 1fr) minmax(230px, .38fr); gap: 35px; }
  .about-page .about-hero h1 { font-size: clamp(44px, 5.5vw, 58px); }
  :lang(ms) .about-page .about-hero h1 { font-size: clamp(42px, 5vw, 54px); }
  :lang(th) .about-page .about-hero h1 { font-size: clamp(40px, 4.8vw, 52px); }
  .leadership-card-top b { white-space: normal; text-align: right; line-height: 1.3; }
}

@media (max-width: 780px) {
  .about-page .about-hero-grid { grid-template-columns: 1fr; }
  .about-page .about-hero h1,
  :lang(ms) .about-page .about-hero h1,
  :lang(th) .about-page .about-hero h1 { max-width: 18ch; font-size: clamp(40px, 11.5vw, 54px); }
  .about-page .section-head h2,
  :lang(ms) .about-page .section-head h2,
  :lang(th) .about-page .section-head h2 { font-size: clamp(34px, 9.5vw, 45px); }
}

@media (prefers-reduced-motion: reduce) {
  .about-page *,
  .about-page *::before,
  .about-page *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }
}

/* Locale resilience for translated company and partnership narratives. */
:where(:lang(vi),:lang(id),:lang(fil),:lang(tet)) .about-page .about-hero h1 { font-size: clamp(43px, 4.2vw, 57px); }
:where(:lang(lo),:lang(my),:lang(km)) .about-page .about-hero h1 { font-size: clamp(38px, 3.8vw, 51px); }
:where(:lang(vi),:lang(id),:lang(fil),:lang(tet)) .about-page .section-head h2 { font-size: clamp(34px, 3.2vw, 43px); }
:where(:lang(lo),:lang(my),:lang(km)) .about-page .section-head h2 { font-size: clamp(31px, 3vw, 40px); }
:where(:lang(vi),:lang(id),:lang(fil),:lang(tet)) .about-page .leadership-card h3 { font-size: clamp(26px, 2.4vw, 31px); }
:where(:lang(lo),:lang(my),:lang(km)) .about-page .leadership-card h3 { font-size: clamp(24px, 2.2vw, 29px); }
:where(:lang(vi),:lang(id),:lang(fil),:lang(tet)) :is(.partner-network-copy h2,.partner-support-heading h2) { font-size: clamp(34px, 3.25vw, 44px); }
:where(:lang(lo),:lang(my),:lang(km)) :is(.partner-network-copy h2,.partner-support-heading h2) { font-size: clamp(31px, 2.95vw, 40px); }
:where(:lang(vi),:lang(id),:lang(fil),:lang(tet),:lang(lo),:lang(my),:lang(km)) :is(.leadership-card-top b,.partner-route-top b) {
  line-height: 1.4;
  white-space: normal;
}
:where(:lang(vi),:lang(id),:lang(fil),:lang(tet),:lang(lo),:lang(my),:lang(km)) .partner-route-top { align-items: flex-start; }

@media (max-width: 780px) {
  :where(:lang(vi),:lang(id),:lang(fil),:lang(tet)) .about-page .about-hero h1 { max-width: 20ch; font-size: clamp(37px, 10.4vw, 49px); }
  :where(:lang(lo),:lang(my),:lang(km)) .about-page .about-hero h1 { max-width: 22ch; font-size: clamp(34px, 9.5vw, 44px); }
  :where(:lang(vi),:lang(id),:lang(fil),:lang(tet),:lang(lo),:lang(my),:lang(km)) .about-page .section-head h2 { font-size: clamp(30px, 8.4vw, 40px); }
}
