/* Alimama Agile © Taobao (China) Software Co., Ltd.; see public/fonts/AlimamaAgileVF-LICENSE.txt. */
@font-face {
  font-family: "Alimama Agile";
  src: url("./public/fonts/AlimamaAgileVF-Upright.woff2") format("woff2");
  font-style: normal;
  font-weight: 100 700;
  font-display: swap;
}

:root {
  --ink: #171f5a;
  --ink-deep: #11194e;
  --muted: #626987;
  --soft: #f1f2f7;
  --line: #d7d9e4;
  --page: min(100% - 104px, 1330px);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: #fff;
  color: var(--ink);
  font-family: "Alimama Agile", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-variation-settings: "slnt" 0;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; font-weight: 400; }
h1, h2, h3, strong, b { font-weight: 700; }
em, i { font-variation-settings: "slnt" 12; }
img { display: block; max-width: 100%; }
.contentWidth { width: var(--page); margin-inline: auto; }

.siteHeader {
  position: relative;
  z-index: 50;
  display: grid;
  min-height: 150px;
  grid-template-columns: 1fr auto;
  align-items: start;
  padding: 0 max(5.2vw, 32px);
  background: #fff;
}
.brand { margin-top: 43px; }
.brand img { width: 250px; height: auto; }
.siteHeader nav {
  display: flex;
  min-height: 68px;
  align-items: flex-start;
  gap: clamp(34px, 3vw, 64px);
  margin-top: 33px;
  border-bottom: 1px solid #111;
  font-weight: 400;
}
.siteHeader nav > a,
.businessToggle {
  display: flex;
  min-height: 68px;
  align-items: center;
  padding: 0;
  border: 0;
  border-bottom: 2px solid transparent;
  background: transparent;
  color: #111;
  cursor: pointer;
  font-size: 16px;
  white-space: nowrap;
}
.siteHeader nav > a:hover,
.siteHeader nav > a:focus-visible,
.siteHeader nav > a.active,
.activeGroup > .businessToggle { border-bottom-color: var(--ink); }
.navBusiness { position: relative; }
.businessToggle { gap: 9px; }
.businessToggle span {
  width: 10px;
  height: 10px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: translateY(-3px) rotate(45deg);
  transition: transform .2s ease;
}
.businessToggle[aria-expanded="true"] span { transform: translateY(3px) rotate(225deg); }
.businessSubnav {
  position: absolute;
  top: calc(100% + 1px);
  left: 50%;
  display: grid;
  min-width: 190px;
  padding: 12px 0;
  border: 1px solid #e1e2e8;
  border-radius: 0 0 7px 7px;
  opacity: 0;
  visibility: hidden;
  background: rgba(255, 255, 255, .98);
  box-shadow: 0 14px 28px rgba(21, 30, 83, .1);
  pointer-events: none;
  transform: translate(-50%, -7px);
  transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
}
.navBusiness.isOpen .businessSubnav {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translate(-50%, 0);
}
.businessSubnav a {
  padding: 11px 22px;
  color: #111;
  font-size: 15px;
  font-weight: 400;
  text-align: center;
}
.businessSubnav a:hover,
.businessSubnav a:focus-visible,
.businessSubnav a.active { background: #f3f4f8; color: var(--ink); }
.menuToggle { display: none; }

.homeHero {
  position: relative;
  min-height: 669px;
  background-color: #fff;
  background-image: url("./public/design/home-hero.jpg");
  background-image: image-set(
    url("./public/design/home-hero.webp") type("image/webp"),
    url("./public/design/home-hero.jpg") type("image/jpeg")
  );
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: auto max(100%, 34.84vw);
}
.homeHeroCopy {
  width: auto;
  margin: 0 max(5.2vw, 32px);
  padding-top: 57px;
}
.heroPartner { width: 164px; height: 63px; margin-bottom: 40px; object-fit: contain; }
.homeHero h1 {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin: 0;
  color: #1f2659;
  font-size: clamp(34px, 3.75vw, 72px);
  font-weight: 700;
  letter-spacing: -.055em;
  line-height: 1;
}
.homeHero h1 span { white-space: nowrap; }
.pillButton {
  display: inline-flex;
  min-width: 177px;
  min-height: 51px;
  align-items: center;
  justify-content: center;
  margin-top: 45px;
  border-radius: 999px;
  background: var(--ink);
  color: #fff;
  font-size: 17px;
  font-weight: 400;
  transition: transform .2s ease, box-shadow .2s ease;
}
.pillButton:hover { transform: translateY(-2px); box-shadow: 0 10px 20px rgba(23, 31, 90, .18); }
.stats {
  display: grid;
  min-height: 280px;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  padding: 40px max(5vw, 28px);
  background: #e7e7e7;
}
.stats div { display: grid; justify-items: center; gap: 12px; }
.stats strong { font-size: clamp(70px, 5vw, 96px); line-height: 1; }
.stats small { margin-left: 5px; font-size: .47em; }
.stats span { color: #5e6381; font-size: clamp(18px, 1.35vw, 26px); }
.pageSection { padding-inline: max(5.2vw, 32px); }
.capabilities { padding-top: 187px; padding-bottom: 198px; }
.capabilityGrid {
  display: grid;
  width: min(100%, 1400px);
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(56px, 5vw, 100px);
  margin: 0 auto;
}
.capabilityCard {
  position: relative;
  display: flex;
  min-height: 613px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 104px 43px 52px;
  border-radius: 15px;
  background: linear-gradient(145deg, #f6f6fa, #e8e8ef);
  text-align: center;
}
.capabilityCard:first-child { box-shadow: 17px 22px 33px rgba(15, 20, 50, .24); }
.capabilityCard > img {
  position: absolute;
  top: -78px;
  left: 50%;
  width: 185px;
  height: 154px;
  object-fit: contain;
  transform: translateX(-50%);
}
.capabilityCard h2 {
  width: 100%;
  margin: 0;
  padding: 0 0 38px;
  border-bottom: 1px solid #9fa2b6;
  font-size: clamp(18px, 1.62vw, 31px);
  line-height: 1.5;
}
.capabilityCard p {
  max-width: 310px;
  margin: 70px auto 0;
  color: #4d5477;
  font-size: clamp(15px, 1.15vw, 22px);
  line-height: 1.62;
}
.presence { padding-top: 18px; padding-bottom: 170px; text-align: center; }
.presence h2 {
  margin: 0 0 74px;
  font-size: clamp(38px, 3.3vw, 62px);
  font-weight: 700;
  letter-spacing: -.035em;
}
.presence img {
  width: min(100%, 1548px);
  height: auto;
  margin: 0 auto;
  object-fit: contain;
}
.homeNews { padding-top: 25px; padding-bottom: 150px; }
.homeNews > h2 {
  margin: 0 0 82px;
  font-size: clamp(38px, 3.25vw, 62px);
  font-weight: 700;
  text-align: center;
}
.newsCarouselShell { position: relative; width: min(100%, 1650px); margin: 0 auto; }
.newsCarousel { overflow: hidden; }
.newsSlide {
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(0, .94fr);
  gap: 7vw;
  align-items: center;
  min-height: 474px;
}
.newsCopy { padding: 30px 0; }
.newsDate {
  margin: 0 0 18px;
  color: #545b7d;
  font-size: 16px;
}
.newsCopy h3 {
  margin: 0 0 38px;
  font-size: clamp(30px, 2.35vw, 45px);
  line-height: 1.14;
}
.newsCopy > p:not(.newsDate) {
  max-width: 740px;
  margin: 0;
  color: #363e68;
  font-size: clamp(17px, 1.22vw, 23px);
  line-height: 1.38;
}
.showMore {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: 70px;
  color: #777d98;
  font-size: 16px;
  font-weight: 400;
}
.showMore span {
  display: grid;
  width: 17px;
  height: 17px;
  place-items: center;
  border-radius: 50%;
  background: var(--ink);
  color: #fff;
  line-height: 1;
}
.newsVisual { overflow: hidden; border-radius: 18px; background: var(--ink-deep); }
.newsVisual img { width: 100%; aspect-ratio: 1.72; object-fit: cover; }
.carouselArrow {
  position: absolute;
  z-index: 3;
  top: 50%;
  display: grid;
  width: 50px;
  height: 50px;
  place-items: center;
  border: 1px solid #d5d8e4;
  border-radius: 50%;
  background: rgba(255, 255, 255, .94);
  cursor: pointer;
  transform: translateY(-50%);
}
.carouselArrow span {
  width: 12px;
  height: 12px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
}
.carouselPrevious span { margin-left: 4px; transform: rotate(-135deg); }
.carouselNext span { margin-right: 4px; transform: rotate(45deg); }
.carouselPrevious { left: -70px; }
.carouselNext { right: -70px; }
.carouselArrow:disabled { opacity: .35; cursor: default; }
.carouselStatus { margin: 22px 0 0; color: #7a809d; text-align: center; }
.archiveLink {
  display: block;
  width: fit-content;
  margin: 32px auto 0;
  padding-bottom: 5px;
  border-bottom: 1px solid currentColor;
  font-size: 15px;
  font-weight: 400;
}

.pageIntro h1 {
  margin: 0;
  font-size: clamp(48px, 7vw, 132px);
  letter-spacing: -.06em;
  line-height: .86;
}
.pageTitleLockup {
  display: grid;
  width: max-content;
  max-width: 100%;
}
.imageTitle { width: 100%; margin: 0; line-height: 0; }
.imageTitle img { width: 0; min-width: 100%; max-width: none; height: auto; }
.pageTitleTagline {
  width: max-content;
  max-width: 100%;
  margin: 14px 0 0;
  font-size: clamp(16px, 1.2vw, 23px);
  font-weight: 700;
  line-height: 1.15;
}
.pageIntro > p,
.pageIntro > h2 {
  margin: 14px 0 0;
  font-size: clamp(16px, 1.2vw, 23px);
  font-weight: 700;
}
.aboutIntro { width: min(100% - 104px, 1330px); margin: 0 auto; padding: 52px 0 115px; }
.aboutOverview {
  display: grid;
  grid-template-columns: 558px 1fr;
  gap: 107px;
  align-items: start;
  padding-bottom: 150px;
}
.aboutOverview > img { width: 100%; height: auto; }
.aboutOverview > div {
  display: flex;
  width: min(100%, 27.2em);
  align-self: stretch;
  flex-direction: column;
  font-size: 19px;
}
.aboutOverview h2 { margin: 0 0 32px; font-size: clamp(48px, 4.2vw, 80px); line-height: 1; }
.aboutOverview p { margin: 0 0 23px; font-size: 1em; line-height: 3.2; }
.aboutOverview .letterline {
  margin-top: auto;
  margin-bottom: 0;
  padding-top: 2px;
  border-top: 2px solid #8490b3;
  color: #8490b3;
  letter-spacing: .55em;
  line-height: 1.4;
  white-space: nowrap;
}
.complianceBand {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: clamp(34px, 4vw, 80px);
  padding: 95px max(5.2vw, calc((100vw - 1712px) / 2)) 108px;
  background: var(--ink);
  color: #fff;
}
.complianceBand article { min-width: 0; }
.complianceBand img { width: 76px; height: 62px; margin-bottom: 30px; object-fit: contain; object-position: left bottom; }
.complianceBand h2 { min-height: 84px; margin: 0 0 35px; font-size: 20px; line-height: 1.05; }
.complianceBand p { margin: 0; color: #f2f3fa; font-size: 15px; line-height: 1.08; }
.alignment { padding-top: 110px; padding-bottom: 140px; }
.alignment > h2 { margin: 0 0 36px; font-size: clamp(44px, 4vw, 74px); letter-spacing: -.035em; }
.alignment > p { margin: 0 0 67px; font-size: 17px; }
.alignment ol { display: grid; gap: 28px; margin: 0; padding: 0; list-style: none; }
.alignment li { display: grid; grid-template-columns: 165px 1fr; align-items: center; }
.alignment li > img { width: 120px; height: 120px; object-fit: contain; }
.alignment li > div { padding-left: 40px; border-left: 1px solid #858ba8; }
.alignment h3 { margin: 0 0 11px; font-size: 21px; }
.alignment li p { margin: 0; font-size: 18px; }

.businessPage { padding-bottom: 88px; }
.businessIntro { padding-top: 48px; }
.businessIntro h1 { font-size: clamp(54px, 8vw, 150px); }
.businessIntro .pageTitleTagline { font-size: clamp(18px, 1.55vw, 29px); }
.businessIntro p { max-width: 1270px; margin: 24px 0; font-size: clamp(16px, 1.18vw, 22px); line-height: 1.55; }
.businessIntro > p { font-weight: 300; }
.businessIntro p:last-child { margin-top: 42px; }
.businessGallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  align-items: start;
  margin-top: 75px;
}
.projectLoading { grid-column: 1 / -1; color: var(--muted); text-align: center; }
.projectCard {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  padding: 0;
  border: 0;
  background: #e7e8ed;
  cursor: pointer;
  text-align: left;
}
.projectCard > img {
  width: 100%;
  aspect-ratio: 1.325;
  object-fit: cover;
  transition: transform .35s ease;
}
.projectOverlay {
  position: absolute;
  inset: 0;
  display: grid;
  align-content: center;
  gap: 25px;
  padding: 28px;
  opacity: 0;
  background: rgba(17, 21, 39, .7);
  color: #fff;
  text-align: center;
  transition: opacity .25s ease;
}
.projectOverlay strong {
  font-size: clamp(17px, 1.3vw, 25px);
  font-weight: 700;
}
.projectOverlayFacts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px 26px;
  font-size: clamp(12px, .85vw, 16px);
  line-height: 1.25;
}
.projectCard:hover .projectOverlay,
.projectCard:focus-visible .projectOverlay { opacity: 1; }
.projectCard:hover > img,
.projectCard:focus-visible > img { transform: scale(1.025); }
.projectCard:focus-visible { outline: 3px solid #7781af; outline-offset: 3px; }
.projectPager { display: grid; min-height: 92px; place-items: center; }
.projectPager button {
  display: grid;
  width: 88px;
  height: 70px;
  place-items: center;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}
.projectPager button > span {
  position: relative;
  width: 52px;
  height: 42px;
  transition: transform .25s ease;
}
.projectPager button > span::before,
.projectPager button > span::after {
  position: absolute;
  left: 50%;
  width: 34px;
  height: 34px;
  border-right: 9px solid #8f94b4;
  border-bottom: 9px solid #8f94b4;
  content: "";
  transform: translateX(-50%) rotate(45deg);
}
.projectPager button > span::before { top: -10px; }
.projectPager button > span::after { top: 7px; }
.projectPager button.isPrevious > span { transform: rotate(180deg); }
.projectPager button:focus-visible {
  border-radius: 10px;
  outline: 3px solid #7781af;
  outline-offset: 2px;
}
.businessCta { display: grid; justify-items: center; margin-top: 12px; }
.businessCta a {
  display: flex;
  min-width: 306px;
  min-height: 75px;
  align-items: center;
  justify-content: space-between;
  margin-top: 55px;
  padding-left: 34px;
  border-radius: 999px;
  background: var(--ink);
  color: #d7d9e5;
  font-size: 20px;
  font-weight: 400;
}
.businessCta b {
  display: grid;
  width: 68px;
  height: 68px;
  place-items: center;
  margin-right: 4px;
  border-radius: 50%;
  background: #fff;
  color: var(--ink);
  font-size: 55px;
  font-weight: 400;
  line-height: 1;
}

body.hasOpenDialog { overflow: hidden; }
.projectDialog {
  width: min(92vw, 1260px);
  max-width: none;
  max-height: 100vh;
  padding: 45px 18px 20px;
  border: 0;
  overflow-y: auto;
  background: transparent;
  color: var(--ink);
}
.projectDialog::backdrop { background: rgba(255, 255, 255, .84); }
.projectDialogCard {
  position: relative;
  padding: 75px 64px 42px;
  overflow: visible;
  background: #fff;
  box-shadow: 8px 13px 24px rgba(20, 25, 52, .35);
}
.projectDialogCard::before {
  position: absolute;
  top: 0;
  left: 50%;
  width: clamp(220px, 17.3vw, 332px);
  aspect-ratio: 332 / 58;
  background: url("./public/design/project-modal-top.png") center / contain no-repeat;
  content: "";
  transform: translate(-50%, -100%);
}
.projectDialogClose {
  position: absolute;
  z-index: 2;
  top: 12px;
  left: 50%;
  width: 66px;
  height: 66px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: var(--ink);
  cursor: pointer;
  transform: translateX(-50%);
}
.projectDialogClose img { width: 66px; height: 66px; }
.projectDialogClose:focus-visible { outline: 3px solid #9da5cf; outline-offset: 4px; }
.projectDialogLayout {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(310px, .95fr);
  gap: 30px 56px;
  align-items: start;
}
.projectDialogCopy h2 { margin: 0 0 12px; font-size: clamp(23px, 1.7vw, 32px); }
.projectDialogLocation { margin: 0 0 24px; color: #6d7390; font-size: 18px; }
.projectDialogDescription {
  margin: 0;
  color: #555d7d;
  font-size: clamp(15px, 1vw, 19px);
  line-height: 1.62;
}
.projectDialogImage {
  width: auto;
  max-width: 100%;
  max-height: 390px;
  align-self: center;
  justify-self: center;
  object-fit: contain;
}
.projectDialogFacts {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 15px 42px;
  margin: 0;
  color: #525a7a;
}
.projectDialogFacts div { display: grid; grid-template-columns: max-content 1fr; gap: 8px; }
.projectDialogFacts div:first-child { grid-column: 1 / -1; }
.projectDialogFacts dt {
  font-size: clamp(14px, .95vw, 18px);
  text-transform: uppercase;
}
.projectDialogFacts dt::after { content: ":"; }
.projectDialogFacts dd { margin: 0; font-size: clamp(14px, .95vw, 18px); }

.investorsIntro { padding-top: 55px; padding-bottom: 150px; }
.investorsIntro h1 { font-size: clamp(54px, 8vw, 150px); }
.yearTimeline,
.monthTimeline { position: relative; }
.yearTimeline::before,
.monthTimeline::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 5px;
  background: var(--ink);
  content: "";
  transform: translateX(-50%);
}
.yearTimeline { display: grid; gap: 90px; padding-bottom: 120px; }
.yearTimeline article {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 80px;
}
.yearTimeline article::after,
.monthTimeline article::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #292872;
  content: "";
  transform: translate(-50%, -50%);
}
.yearTimeline h2 { margin: 0; font-size: clamp(58px, 5.8vw, 108px); text-align: center; }
.timelineCard {
  padding: 24px 38px;
  border: 1px solid #d9dce7;
  border-radius: 12px;
  background: #fff;
  box-shadow: 7px 8px 13px rgba(25, 33, 75, .2);
}
.timelineCard h3 { margin: 0 0 10px; font-size: 26px; }
.timelineCard p { margin: 0 0 17px; color: #4d5579; font-size: 20px; line-height: 1.18; }
.timelineCard p:last-child { margin-bottom: 0; }
.tag {
  display: inline-block;
  margin: 2px 0 8px;
  padding: 3px 12px;
  border: 1px solid #b9c6d8;
  border-radius: 999px;
  background: #eef5fb;
  color: #425073;
  font-size: 12px;
  font-weight: 400;
}
.scaleBanner { position: relative; z-index: 2; padding: 48px 0; background: #f0f1f6; }
.scaleBanner > div { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 80px; }
.scaleBanner strong { font-size: clamp(64px, 5.8vw, 112px); text-align: center; }
.scaleBanner h2 { margin: 0 0 18px; font-size: 45px; }
.scaleBanner p { margin: 0; color: #515978; font-size: 17px; line-height: 1.2; }
.monthTimeline { padding-top: 100px; padding-bottom: 150px; }
.monthTimeline article {
  position: relative;
  display: grid;
  min-height: 360px;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
  padding-block: 50px;
}
.monthTimeline article::after { top: 50%; }
.monthTimeline article:last-child::before {
  position: absolute;
  z-index: 1;
  top: 50%;
  bottom: -150px;
  left: 50%;
  width: 9px;
  background: #fff;
  content: "";
  transform: translateX(-50%);
}
.monthTimeline article:last-child::after { z-index: 2; }
.monthTimeline h2 { margin: 0; font-size: 30px; text-align: center; }
.monthRight h2 { grid-column: 1; }
.monthRight .timelineCard { grid-column: 2; }
.monthLeft .timelineCard { grid-column: 1; grid-row: 1; }
.monthLeft h2 { grid-column: 2; grid-row: 1; }
.monthTimeline .timelineCard { width: min(100%, 555px); }
.monthLeft .timelineCard { justify-self: end; }
.monthRight .timelineCard { justify-self: start; }

.newsArchivePage { width: var(--page); margin: 0 auto; padding: 45px 0 120px; }
.newsArchivePage > .pageTitleLockup { margin-bottom: 85px; }
.newsArchivePage .archiveTagline { font-size: 18px; }
.newsArchiveGrid { display: grid; }
.newsArchiveCard {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 7vw;
  align-items: center;
  padding: 75px 0;
  border-bottom: 1px solid var(--line);
}
.newsArchiveCard:first-child { padding-top: 0; }
.newsArchiveCard:last-child { border-bottom: 0; }
.newsArchiveCard .newsCardImage { grid-column: 2; grid-row: 1; }
.newsArchiveCard .newsCardImage img { width: 100%; aspect-ratio: 1.72; border-radius: 18px; object-fit: cover; }
.newsArchiveCard .newsCardCopy { grid-column: 1; grid-row: 1; }
.newsArchiveCard h2 { margin: 0 0 30px; font-size: clamp(28px, 2.6vw, 46px); line-height: 1.08; }
.newsArchiveCard .newsSummary { margin: 0; color: #3d456e; font-size: 18px; line-height: 1.35; }

.articlePage { min-height: 100vh; }
.article { width: min(100% - 48px, 940px); margin: 0 auto; padding: 70px 0 120px; }
.articleMeta { margin: 0 0 20px; color: #747a98; font-size: 14px; letter-spacing: .08em; }
.article > h1 { margin: 0; font-size: clamp(44px, 5vw, 76px); letter-spacing: -.045em; line-height: 1.02; }
.articleSummary { margin: 28px 0 0; color: #515979; font-size: 21px; line-height: 1.55; }
.articleCover { width: 100%; max-height: 600px; margin: 52px 0; border-radius: 16px; object-fit: cover; }
.articleBody { color: #30375d; font-size: 18px; line-height: 1.8; }
.articleBody h2 { margin: 2em 0 .7em; font-size: 36px; line-height: 1.2; }
.articleBody h3 { margin: 1.8em 0 .6em; font-size: 27px; }
.articleBody img { max-width: 100%; height: auto; margin: 2em auto; border-radius: 12px; object-fit: contain; }
.articleBody .articleImageSmall { width: 400px; }
.articleBody .articleImageMedium { width: 680px; }
.articleBody .articleImageFull { width: 100%; }
.articleBody a { text-decoration: underline; text-underline-offset: 3px; }
.articleBody blockquote { margin: 2em 0; padding-left: 22px; border-left: 3px solid var(--ink); }
.articleBody pre { overflow-x: auto; padding: 20px; border-radius: 10px; background: var(--soft); font: 14px/1.6 monospace; }

.siteFooter {
  display: grid;
  grid-template-columns: 1.65fr .7fr .75fr 1fr;
  gap: clamp(50px, 7vw, 130px);
  min-height: 565px;
  align-content: center;
  padding: 70px max(5.2vw, 32px);
  background: var(--ink);
  color: #fff;
}
.footerLead > a img { width: 379px; height: auto; }
.footerLead p { margin: 32px 0 23px; color: #f0f1f7; font-size: 19px; line-height: 1.45; }
.footerActions { display: flex; gap: 17px; }
.footerActions a {
  display: grid;
  min-width: 160px;
  min-height: 49px;
  place-items: center;
  border-radius: 999px;
  background: #fff;
  color: #8a8fa8;
  font-size: 16px;
  font-weight: 400;
}
.footerColumn { display: flex; flex-direction: column; gap: 21px; }
.footerColumn h2 { margin: 0 0 5px; font-size: 28px; }
.footerColumn a { font-size: 18px; font-weight: 400; }
.footerPartner { display: grid; justify-items: start; gap: 22px; }
.footerPartnerBadge { width: 280px; height: auto; }
.footerQr { width: 280px; height: auto; object-fit: contain; }

@media (min-width: 821px) and (max-width: 1600px) {
  :root { --page: min(100% - 5.42vw, 1330px); }
  .siteHeader {
    min-height: clamp(80px, 7.8125vw, 125px);
    padding-inline: 5.2vw;
  }
  .brand { margin-top: clamp(22px, 2.24vw, 36px); }
  .brand img { width: clamp(130px, 13.02vw, 208px); }
  .siteHeader nav {
    min-height: clamp(48px, 3.54vw, 57px);
    gap: clamp(22px, 3vw, 48px);
    margin-top: clamp(20px, 1.72vw, 28px);
  }
  .siteHeader nav > a,
  .businessToggle {
    min-height: clamp(48px, 3.54vw, 57px);
    font-size: clamp(13px, .833vw, 15px);
  }
  .businessSubnav { min-width: clamp(150px, 9.9vw, 180px); }
  .businessSubnav a { padding: .57vw 1.15vw; font-size: clamp(13px, .78vw, 15px); }
  .homeHero { min-height: 34.84vw; }
  .homeHeroCopy {
    padding-top: 2.97vw;
  }
  .heroPartner {
    margin-bottom: 2.08vw;
  }
  .homeHero h1 { gap: 1.56vw; }
  .pillButton {
    min-width: 9.22vw;
    min-height: 2.66vw;
    margin-top: 2.34vw;
    font-size: clamp(13px, .885vw, 16px);
  }
  .stats {
    min-height: 14.58vw;
    padding-block: 2.08vw;
  }
  .stats div { gap: .625vw; }
  .capabilities {
    padding-top: 9.74vw;
    padding-bottom: 10.31vw;
  }
  .capabilityGrid { gap: 5.2vw; }
  .capabilityCard {
    min-height: max(360px, 31.93vw);
    padding: 5.42vw 2.24vw 2.71vw;
    border-radius: .78vw;
  }
  .capabilityCard > img {
    top: -4.06vw;
    width: 9.64vw;
    height: 8.02vw;
  }
  .capabilityCard h2 { padding-bottom: 1.98vw; }
  .capabilityCard p { margin-top: 3.65vw; }
  .presence {
    padding-top: .94vw;
    padding-bottom: 8.85vw;
  }
  .presence h2 { margin-bottom: 3.85vw; }
  .homeNews {
    padding-top: 1.3vw;
    padding-bottom: 7.81vw;
  }
  .homeNews > h2 { margin-bottom: 4.27vw; }
  .newsSlide { min-height: 24.69vw; }
  .newsCopy { padding-block: 1.56vw; }
  .newsCopy h3 { margin-bottom: 1.98vw; }
  .showMore { margin-top: 3.65vw; }
  .carouselPrevious { left: -3.65vw; }
  .carouselNext { right: -3.65vw; }
  .aboutIntro {
    width: var(--page);
    padding-top: 2.71vw;
    padding-bottom: 5.99vw;
  }
  .aboutOverview {
    grid-template-columns: minmax(340px, 29.06vw) 1fr;
    gap: 5.57vw;
    padding-bottom: 7.81vw;
  }
  .aboutOverview h2 { margin-bottom: 1.67vw; }
  .aboutOverview > div { font-size: clamp(15px, .99vw, 18px); }
  .aboutOverview p {
    margin-bottom: 1.2vw;
    font-size: 1em;
    line-height: 2.9;
  }
  .complianceBand {
    gap: 4.17vw;
    padding-top: 4.95vw;
    padding-bottom: 5.63vw;
  }
  .complianceBand img { margin-bottom: 1.56vw; }
  .complianceBand h2 {
    min-height: 4.38vw;
    margin-bottom: 1.82vw;
    font-size: clamp(15px, 1.04vw, 19px);
  }
  .complianceBand p { font-size: clamp(12px, .78vw, 14px); }
  .alignment {
    padding-top: 5.73vw;
    padding-bottom: 7.29vw;
  }
  .alignment > h2 { margin-bottom: 1.88vw; }
  .alignment > p { margin-bottom: 3.49vw; }
  .alignment ol { gap: 1.46vw; }
  .alignment li { grid-template-columns: 8.59vw 1fr; }
  .alignment li > img { width: 6.25vw; height: 6.25vw; }
  .alignment li > div { padding-left: 2.08vw; }
  .businessPage { padding-bottom: 4.58vw; }
  .businessIntro { padding-top: 2.5vw; }
  .businessIntro p { margin-block: 1.25vw; }
  .businessIntro p:last-child { margin-top: 2.19vw; }
  .businessGallery { margin-top: 3.91vw; }
  .businessCta a {
    min-width: 15.94vw;
    min-height: 3.91vw;
    margin-top: 2.86vw;
    padding-left: 1.77vw;
  }
  .businessCta b { width: 3.54vw; height: 3.54vw; }
  .investorsIntro {
    padding-top: 2.86vw;
    padding-bottom: 7.81vw;
  }
  .yearTimeline { gap: 4.69vw; padding-bottom: 6.25vw; }
  .yearTimeline article { gap: 4.17vw; }
  .timelineCard { padding: 1.25vw 1.98vw; }
  .timelineCard h3 { font-size: clamp(19px, 1.35vw, 25px); }
  .timelineCard p { font-size: clamp(15px, 1.04vw, 19px); }
  .scaleBanner { padding-block: 2.5vw; }
  .monthTimeline { padding-top: 5.21vw; padding-bottom: 7.81vw; }
  .monthTimeline article {
    min-height: 18.75vw;
    gap: 4.17vw;
    padding-block: 2.6vw;
  }
  .monthTimeline article:last-child::before { bottom: -7.81vw; }
  .newsArchivePage { padding-top: 2.34vw; padding-bottom: 6.25vw; }
  .newsArchivePage > .pageTitleLockup { margin-bottom: 4.43vw; }
  .newsArchiveCard { padding-block: 3.91vw; }
  .siteFooter {
    min-height: 29.43vw;
    gap: 6.77vw;
    padding-block: 3.65vw;
  }
  .footerLead > a img { width: 19.74vw; }
  .footerLead p {
    margin: 1.67vw 0 1.2vw;
    font-size: clamp(15px, .99vw, 18px);
  }
  .footerActions { gap: .89vw; }
  .footerActions a {
    min-width: 8.33vw;
    min-height: 2.55vw;
    font-size: clamp(13px, .833vw, 15px);
  }
  .footerColumn { gap: 1.09vw; }
  .footerColumn h2 { font-size: clamp(21px, 1.46vw, 27px); }
  .footerColumn a { font-size: clamp(14px, .94vw, 17px); }
  .footerPartner { gap: 1.15vw; }
  .footerPartnerBadge { width: 14.58vw; }
  .footerQr { width: 14.58vw; height: auto; }
}

@media (min-width: 821px) {
  .capabilities {
    padding-top: clamp(105px, 7.2vw, 138px);
    padding-bottom: clamp(110px, 7.5vw, 144px);
  }
  .capabilityGrid {
    width: min(90%, 1260px);
    gap: clamp(44px, 4vw, 72px);
  }
  .capabilityCard {
    min-height: clamp(340px, 27vw, 520px);
    padding: clamp(64px, 4.8vw, 92px) clamp(28px, 2vw, 38px) clamp(38px, 2.4vw, 46px);
  }
  .capabilityCard > img {
    top: clamp(-66px, -3.5vw, -45px);
    width: clamp(105px, 8.6vw, 165px);
    height: clamp(88px, 7.2vw, 138px);
  }
  .capabilityCard h2 { padding-bottom: clamp(25px, 1.65vw, 32px); }
  .capabilityCard p { margin-top: clamp(38px, 3vw, 58px); }
  .presence { padding-bottom: 0; }
  .presence h2 {
    margin-bottom: clamp(48px, 3.35vw, 64px);
    font-size: clamp(34px, 3vw, 56px);
  }
  .presence img { width: min(88%, 1360px); }
  .homeNews { padding-top: 20px; }
  .businessIntro,
  .businessGallery { width: min(69.27vw, 1330px); }
  .businessGallery.isSecondPage { min-height: min(34.85vw, 669px); }
  .aboutIntro,
  .aboutOverview,
  .alignment { width: min(69.27vw, 1330px); }
  .complianceBand {
    padding-right: max(5.2vw, calc((100vw - min(69.27vw, 1330px)) / 2));
    padding-left: max(5.2vw, calc((100vw - min(69.27vw, 1330px)) / 2));
  }
}

@media (min-width: 821px) and (max-width: 1180px) {
  :root { --page: min(100% - 64px, 1120px); }
  .capabilityGrid { gap: 42px; }
  .capabilityCard { padding-inline: 22px; }
  .aboutOverview { grid-template-columns: minmax(300px, 440px) 1fr; gap: 60px; }
  .complianceBand { gap: 30px; }
  .complianceBand h2 { font-size: 17px; }
  .complianceBand p { font-size: 13px; }
  .siteFooter { grid-template-columns: 1.35fr .7fr .8fr; min-height: 450px; }
  .footerPartner { display: none; }
  .carouselPrevious { left: -20px; }
  .carouselNext { right: -20px; }
}

@media (max-width: 820px) {
  :root { --page: min(100% - 40px, 760px); }
  .siteHeader {
    min-height: 78px;
    grid-template-columns: 1fr auto;
    align-items: center;
    padding: 0 20px;
  }
  .brand { margin-top: 0; }
  .brand img { width: 166px; }
  .menuToggle {
    display: grid;
    width: 44px;
    height: 44px;
    place-content: center;
    gap: 5px;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
  }
  .menuToggle span { width: 24px; height: 2px; background: currentColor; transition: transform .2s ease, opacity .2s ease; }
  .menuToggle[aria-expanded="true"] span:first-child { transform: translateY(7px) rotate(45deg); }
  .menuToggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menuToggle[aria-expanded="true"] span:last-child { transform: translateY(-7px) rotate(-45deg); }
  .siteHeader nav {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    display: none;
    margin: 0;
    padding: 10px 20px 22px;
    border-top: 1px solid var(--line);
    border-bottom: 0;
    background: #fff;
    box-shadow: 0 18px 30px rgba(17, 25, 78, .12);
  }
  .siteHeader nav.isOpen { display: grid; }
  .siteHeader nav > a,
  .businessToggle { min-height: 47px; justify-content: flex-start; border-bottom: 0; font-size: 15px; }
  .navBusiness { display: grid; }
  .businessSubnav {
    position: static;
    display: none;
    min-width: 0;
    padding: 0 0 5px 18px;
    border: 0;
    border-radius: 0;
    opacity: 1;
    visibility: visible;
    box-shadow: none;
    pointer-events: auto;
    transform: none;
  }
  .navBusiness.isOpen .businessSubnav { display: grid; transform: none; }
  .businessSubnav a { padding: 10px 0; text-align: left; }
  .homeHero {
    min-height: 660px;
    background-position: calc(70vw - 103px) bottom;
    background-size: auto 100%;
  }
  .homeHeroCopy { width: auto; margin: 0; padding: 47px 20px 0; }
  .homeHero h1 { gap: 22px; font-size: clamp(32px, 8.3vw, 54px); }
  .homeHero h1 span { max-width: 620px; white-space: normal; }
  .stats { min-height: 0; grid-template-columns: 1fr; gap: 46px; padding: 62px 20px; }
  .stats strong { font-size: 70px; }
  .capabilities { padding: 135px 20px 105px; }
  .capabilityGrid { width: min(100%, 390px); grid-template-columns: 1fr; gap: 115px; }
  .capabilityCard { min-height: 425px; padding: 96px 32px 42px; }
  .capabilityCard h2 { font-size: 23px; }
  .capabilityCard p { font-size: 17px; }
  .presence { padding: 40px 20px 90px; }
  .presence h2 { margin-bottom: 42px; }
  .presence img { width: 800px; max-width: none; }
  .presence { overflow-x: auto; }
  .homeNews { padding: 35px 20px 90px; }
  .homeNews > h2 { margin-bottom: 45px; }
  .newsSlide { grid-template-columns: 1fr; gap: 24px; min-height: 0; }
  .newsCopy { padding: 0; }
  .newsCopy h3 { margin-bottom: 22px; }
  .newsCopy > p:not(.newsDate) { line-height: 1.5; }
  .showMore { margin-top: 32px; }
  .newsVisual { grid-row: 1; border-radius: 12px; }
  .carouselArrow { top: auto; bottom: -60px; width: 42px; height: 42px; }
  .carouselPrevious { left: calc(50% - 76px); }
  .carouselNext { right: calc(50% - 76px); }
  .carouselStatus { margin-top: 30px; }
  .archiveLink { margin-top: 54px; }
  .aboutIntro,
  .businessIntro,
  .investorsIntro { padding-top: 42px; padding-bottom: 75px; }
  .pageTitleLockup { width: 100%; }
  .imageTitle img {
    width: 100%;
    min-width: 0;
    max-width: 100%;
  }
  .pageTitleTagline { width: 100%; }
  .newsArchivePage > .pageTitleLockup { width: max-content; }
  .newsArchivePage .imageTitle img {
    width: 0;
    min-width: 100%;
    max-width: none;
  }
  .newsArchivePage .pageTitleTagline { width: max-content; }
  .aboutOverview { grid-template-columns: 1fr; gap: 42px; padding-bottom: 80px; }
  .aboutOverview > img { width: min(100%, 520px); margin: 0 auto; }
  .aboutOverview > div { width: 100%; font-size: 17px; }
  .aboutOverview p { font-size: 1em; line-height: 1.7; }
  .aboutOverview .letterline { font-size: 13px; letter-spacing: .35em; }
  .complianceBand { grid-template-columns: 1fr 1fr; gap: 55px 36px; padding: 70px 20px; }
  .complianceBand h2 { min-height: 0; font-size: 18px; }
  .complianceBand p { font-size: 15px; line-height: 1.35; }
  .alignment { padding-top: 75px; padding-bottom: 90px; }
  .alignment > p { line-height: 1.5; }
  .alignment li { grid-template-columns: 88px 1fr; }
  .alignment li > img { width: 72px; height: 72px; }
  .alignment li > div { padding-left: 20px; }
  .alignment h3 { font-size: 17px; }
  .alignment li p { font-size: 15px; }
  .businessGallery { grid-template-columns: repeat(2, 1fr); margin-top: 45px; }
  .businessGallery.isSecondPage { min-height: 0; }
  .projectOverlay { gap: 14px; padding: 18px; opacity: 1; background: rgba(17, 21, 39, .58); }
  .projectOverlay strong { font-size: 18px; }
  .projectOverlayFacts { gap: 10px 14px; font-size: 13px; }
  .projectPager { min-height: 78px; }
  .businessCta a { min-width: 260px; }
  .projectDialog {
    width: min(96vw, 720px);
    padding: 40px 10px 12px;
  }
  .projectDialogCard {
    padding: 68px 24px 32px;
  }
  .projectDialogCard::before { width: min(58vw, 220px); }
  .projectDialogClose { top: 7px; }
  .projectDialogLayout { grid-template-columns: 1fr; gap: 25px; }
  .projectDialogImage {
    max-height: 360px;
    grid-row: 2;
    object-fit: contain;
  }
  .projectDialogFacts {
    grid-column: 1;
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .projectDialogFacts div:first-child { grid-column: 1; }
  .projectDialogFacts div { grid-template-columns: minmax(135px, max-content) 1fr; gap: 7px; }
  .yearTimeline::before,
  .monthTimeline::before { left: 16px; }
  .yearTimeline article,
  .monthTimeline article { grid-template-columns: 70px 1fr; gap: 26px; padding-left: 38px; }
  .yearTimeline article::after,
  .monthTimeline article::after { left: 16px; width: 17px; height: 17px; }
  .monthTimeline article:last-child::before { left: 16px; }
  .yearTimeline h2 { font-size: 30px; text-align: left; writing-mode: vertical-rl; transform: rotate(180deg); }
  .timelineCard { padding: 22px; }
  .timelineCard h3 { font-size: 21px; }
  .timelineCard p { font-size: 16px; line-height: 1.35; }
  .scaleBanner > div { grid-template-columns: .8fr 1.2fr; gap: 25px; }
  .scaleBanner h2 { font-size: 28px; }
  .monthTimeline article { min-height: 0; padding-block: 35px; }
  .monthTimeline h2,
  .monthRight h2,
  .monthLeft h2 { grid-column: 1; grid-row: 1; font-size: 18px; writing-mode: vertical-rl; transform: rotate(180deg); }
  .monthRight .timelineCard,
  .monthLeft .timelineCard { grid-column: 2; grid-row: 1; justify-self: stretch; }
  .newsArchivePage { padding-top: 40px; }
  .newsArchivePage > .pageTitleLockup { margin-bottom: 50px; }
  .newsArchiveCard { grid-template-columns: 1fr; gap: 28px; padding: 55px 0; }
  .newsArchiveCard .newsCardImage,
  .newsArchiveCard .newsCardCopy { grid-column: 1; }
  .newsArchiveCard .newsCardImage { grid-row: 1; }
  .newsArchiveCard .newsCardCopy { grid-row: 2; }
  .siteFooter { grid-template-columns: 1fr 1fr; gap: 55px 30px; min-height: 0; padding: 65px 20px 75px; }
  .footerLead { grid-column: 1 / -1; }
  .footerLead > a img { width: 250px; }
  .footerLead p { font-size: 16px; }
  .footerColumn h2 { font-size: 22px; }
  .footerColumn a { font-size: 15px; }
}

@media (max-width: 520px) {
  .homeHero { min-height: 600px; background-position: calc(75vw - 198px) bottom; }
  .pillButton { min-width: 145px; min-height: 45px; }
  .complianceBand { grid-template-columns: 1fr; }
  .alignment li { grid-template-columns: 64px 1fr; gap: 12px; }
  .alignment li > img { display: block; width: 58px; height: 58px; }
  .alignment li > div { padding-left: 14px; }
  .businessGallery { grid-template-columns: 1fr; gap: 6px; }
  .projectOverlay { padding: 22px; }
  .projectOverlay strong { font-size: 21px; }
  .projectOverlayFacts { font-size: 14px; }
  .projectDialogFacts div { grid-template-columns: 1fr; gap: 2px; }
  .scaleBanner > div { grid-template-columns: 1fr; text-align: center; }
  .scaleBanner h2 { font-size: 25px; }
  .pageIntro h1 { font-size: 58px; }
  .footerActions a { min-width: 130px; min-height: 44px; }
}

@media (hover: none) {
  .projectOverlay { opacity: 1; background: rgba(17, 21, 39, .58); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; }
}
