.about-rebuild-page {
  background: #fff;
  color: #090909;
}

.about-office-banner {
  width: 100%;
  height: clamp(260px, 31vw, 520px);
  overflow: hidden;
  background: #ececea;
}

.about-office-banner img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 52%;
}

.about-intro {
  padding: clamp(72px, 8vw, 132px) clamp(28px, 3.8vw, 76px) clamp(80px, 8.5vw, 140px);
}

.about-intro > h1 {
  max-width: 1120px;
  margin: 0;
  font-size: clamp(42px, 4.35vw, 82px);
  line-height: .98;
  letter-spacing: -.052em;
  font-weight: 650;
  text-transform: uppercase;
}

.about-values {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(72px, 8vw, 150px);
  margin-top: clamp(88px, 10vw, 170px);
}

.about-value {
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr);
  column-gap: 28px;
  align-items: start;
}

.about-value-icon {
  display: block;
  width: 26px;
  height: 26px;
  margin-top: 2px;
  background: #d50018;
  -webkit-mask: url("/assets/about-arrow-circle.svg?v=10.2") center / contain no-repeat;
  mask: url("/assets/about-arrow-circle.svg?v=10.2") center / contain no-repeat;
}

.about-value-copy h2 {
  margin: 0;
  min-height: calc(4 * 1.22em);
  font-size: clamp(21px, 1.55vw, 31px);
  line-height: 1.22;
  letter-spacing: -.025em;
  font-weight: 680;
  text-transform: uppercase;
}

.about-value-copy p {
  width: 100%;
  max-width: none;
  margin: 32px 0 0;
  color: #5f5f5f;
  font-size: clamp(15px, 1vw, 19px);
  line-height: 1.85;
}

.zh-site .about-intro > h1,
.zh-site .about-value-copy h2 {
  text-transform: none;
}

.about-map {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #eee9e4;
}

.about-map > img {
  display: block;
  width: 100%;
  height: auto;
}

.about-map-zh .map-zh-panel,
.about-map-zh .map-zh-label,
.about-map-zh .map-zh-features {
  position: absolute;
  z-index: 2;
}

.map-zh-mobile { display: none; }

.map-zh-panel {
  left: 4.5%;
  top: 4.5%;
  width: 31%;
  min-height: 17%;
  padding: 1.4% 1.2%;
  background: rgba(239, 235, 231, .96);
}

.map-zh-panel h2 {
  margin: 0;
  color: #5d5b59;
  font-size: clamp(18px, 2.7vw, 52px);
  line-height: 1;
  letter-spacing: .02em;
  font-weight: 680;
}

.map-zh-panel h3 {
  margin: .45em 0 0;
  color: #5d5b59;
  font-size: clamp(11px, 1.35vw, 27px);
  line-height: 1.15;
  letter-spacing: .1em;
  font-weight: 450;
}

.map-zh-panel p {
  margin: 1.25em 0 0;
  color: #6b6865;
  font-size: clamp(8px, .78vw, 15px);
}

.map-zh-panel::after {
  content: "";
  display: block;
  width: 42px;
  height: 2px;
  margin-top: 12px;
  background: #c91f2c;
}

.map-zh-label {
  padding: 2px 5px;
  color: #171717;
  background: rgba(241, 237, 233, .93);
  font-size: clamp(7px, .7vw, 14px);
  line-height: 1.1;
  white-space: nowrap;
}

.map-zh-label.north-america { left: 14.4%; top: 45.7%; }
.map-zh-label.uk { left: 37.4%; top: 24.7%; }
.map-zh-label.europe { left: 45.8%; top: 30%; }
.map-zh-label.middle-east { left: 49.2%; top: 48%; }
.map-zh-label.india { left: 62%; top: 57.7%; }
.map-zh-label.japan { left: 83.5%; top: 33.4%; }
.map-zh-label.hangzhou {
  left: 72.4%;
  top: 44.5%;
  color: #bd1625;
  font-weight: 700;
}

.map-zh-features {
  left: 4.4%;
  right: 4.4%;
  bottom: 3.7%;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.5%;
  padding: 1.2% 1.4%;
  background: rgba(239, 235, 231, .96);
}

.map-zh-feature {
  min-width: 0;
  padding-left: 12px;
  border-left: 1px solid rgba(91, 88, 84, .35);
}

.map-zh-feature:first-child { border-left: 0; }

.map-zh-feature strong {
  display: block;
  color: #565350;
  font-size: clamp(7px, .72vw, 14px);
  line-height: 1.2;
}

.map-zh-feature span {
  display: block;
  margin-top: 4px;
  color: #716e6b;
  font-size: clamp(6px, .55vw, 11px);
  line-height: 1.3;
}

@media (max-width: 900px) {
  .about-rebuild-page .site-header.nav-open nav { display: flex; }

  .about-office-banner {
    height: 240px;
  }

  .about-office-banner img {
    object-position: 68% center;
  }

  .about-intro {
    padding: 60px 22px 78px;
  }

  .about-intro > h1 {
    font-size: clamp(38px, 10vw, 58px);
  }

  .about-values {
    grid-template-columns: 1fr;
    gap: 64px;
    margin-top: 72px;
  }

  .about-value {
    grid-template-columns: 25px minmax(0, 1fr);
    column-gap: 18px;
  }

  .about-value-copy h2 {
    min-height: 0;
    font-size: 23px;
  }

  .about-value-copy p {
    margin-top: 24px;
    font-size: 15px;
    line-height: 1.75;
  }

  .about-map {
    min-height: 360px;
  }

  .about-map > img {
    width: 100%;
    min-height: 360px;
    object-fit: cover;
    object-position: center;
  }

  .map-zh-panel { width: 43%; }
  .map-zh-panel p { display: none; }
  .map-zh-features { grid-template-columns: repeat(2, 1fr); row-gap: 8px; }
  .map-zh-feature:nth-child(3) { border-left: 0; }
  .map-zh-label { font-size: 7px; }
}

@media (max-width: 560px) {
  .about-office-banner { height: 205px; }
  .about-map { overflow-x: auto; }
  .about-map > img { width: 720px; max-width: none; }
  .about-map-zh {
    min-height: 430px;
    overflow: hidden;
    background: #eee9e4;
  }
  .about-map-zh > img {
    width: 100%;
    height: 430px;
    min-height: 430px;
    opacity: .26;
    filter: grayscale(1) blur(1.5px);
  }
  .about-map-zh .map-zh-panel,
  .about-map-zh .map-zh-label,
  .about-map-zh .map-zh-features { display: none; }
  .about-map-zh .map-zh-mobile {
    position: absolute;
    inset: 0;
    z-index: 3;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 28px 22px;
  }
  .map-zh-mobile h2 {
    margin: 0;
    color: #4f4d4b;
    font-size: 29px;
    line-height: 1.05;
  }
  .map-zh-mobile h3 {
    margin: 8px 0 0;
    color: #696663;
    font-size: 16px;
    font-weight: 450;
    letter-spacing: .08em;
  }
  .map-zh-mobile p {
    margin: 13px 0 0;
    color: #726f6c;
    font-size: 12px;
  }
  .map-zh-mobile-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px 14px;
  }
  .map-zh-mobile-grid strong {
    display: block;
    color: #4f4d4b;
    font-size: 13px;
  }
  .map-zh-mobile-grid span {
    display: block;
    margin-top: 4px;
    color: #74716e;
    font-size: 10px;
    line-height: 1.4;
  }
  .about-map::after {
    content: "Swipe to explore";
    position: sticky;
    left: 18px;
    bottom: 14px;
    display: inline-block;
    padding: 6px 9px;
    color: #6b6865;
    background: rgba(255,255,255,.78);
    font-size: 10px;
  }
  .zh-site .about-map::after { content: none; }
}
