.corporate-page-v2 {
  background: #f4f8fb;
}

.corporate-page-v2 .eyebrow,
.corporate-eyebrow-v2 {
  color: #237dff;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .2em;
  text-transform: uppercase;
}

.corporate-hero-v2 {
  position: relative;
  overflow: hidden;
  padding: 86px 0 78px;
  background:
    radial-gradient(circle at 76% 18%, rgba(35, 125, 255, .22), transparent 28%),
    linear-gradient(135deg, #061324 0%, #07192d 58%, #092542 100%);
  color: #fff;
}

.corporate-grid-lines-v2 {
  position: absolute;
  inset: 0;
  opacity: .22;
  background-image: linear-gradient(rgba(130, 172, 210, .12) 1px, transparent 1px), linear-gradient(90deg, rgba(130, 172, 210, .12) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to right, transparent, #000 42%, #000);
}

.corporate-grid-lines-v2::after {
  content: "";
  position: absolute;
  right: -160px;
  top: -270px;
  width: 680px;
  height: 680px;
  border: 1px solid rgba(114, 182, 255, .34);
  border-radius: 50%;
  box-shadow: 0 0 0 85px rgba(39, 126, 255, .025), 0 0 0 170px rgba(39, 126, 255, .018);
}

.corporate-hero-layout-v2 {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.03fr) minmax(470px, .97fr);
  gap: clamp(54px, 7vw, 112px);
  align-items: center;
}

.corporate-eyebrow-v2 {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
  color: #56c4ff;
}

.corporate-eyebrow-v2 i {
  width: 9px;
  height: 9px;
  background: #c8ff3d;
  border-radius: 50%;
  box-shadow: 0 0 0 6px rgba(200, 255, 61, .1), 0 0 18px rgba(200, 255, 61, .65);
}

.corporate-hero-copy-v2 h1 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(55px, 5.25vw, 82px);
  line-height: .96;
  letter-spacing: -.06em;
}

.corporate-hero-copy-v2 > p {
  max-width: 690px;
  margin: 28px 0 0;
  color: #b9c9d8;
  font-size: 18px;
  line-height: 1.7;
}

.corporate-hero-actions-v2 {
  display: flex;
  align-items: center;
  gap: 25px;
  margin-top: 34px;
}

.corporate-hero-actions-v2 .button {
  min-height: 56px;
  padding-inline: 27px;
}

.corporate-hero-actions-v2 .button span {
  margin-left: 17px;
  font-size: 17px;
}

.corporate-hero-link-v2 {
  padding-bottom: 7px;
  border-bottom: 1px solid rgba(255, 255, 255, .34);
  color: #fff;
  font-size: 13px;
  font-weight: 800;
}

.corporate-hero-link-v2 span {
  margin-left: 8px;
  color: #56c4ff;
}

.corporate-proof-strip-v2 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 50px;
  border-top: 1px solid rgba(148, 181, 210, .24);
  border-bottom: 1px solid rgba(148, 181, 210, .24);
}

.corporate-proof-strip-v2 article {
  position: relative;
  min-width: 0;
  padding: 21px 17px 21px 0;
}

.corporate-proof-strip-v2 article + article {
  padding-left: 20px;
  border-left: 1px solid rgba(148, 181, 210, .24);
}

.corporate-proof-strip-v2 small,
.corporate-proof-strip-v2 span,
.corporate-proof-strip-v2 strong {
  display: block;
}

.corporate-proof-strip-v2 small {
  margin-bottom: 9px;
  color: #56c4ff;
  font-family: ui-monospace, monospace;
  font-size: 12px;
}

.corporate-proof-strip-v2 strong {
  font-size: 18px;
  line-height: 1.15;
}

.corporate-proof-strip-v2 span {
  margin-top: 6px;
  color: #8298ab;
  font-size: 12px;
  line-height: 1.45;
}

.corporate-hero-stage-v2 {
  position: relative;
  min-height: 610px;
  border: 1px solid rgba(130, 178, 219, .35);
  background: rgba(7, 24, 43, .75);
  box-shadow: 0 30px 80px rgba(0, 0, 0, .26);
}

.corporate-stage-photo-v2 {
  position: absolute;
  inset: 26px 26px 205px;
  overflow: hidden;
  background: #102640;
}

.corporate-stage-photo-v2::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(2, 13, 27, .08), rgba(2, 13, 27, .16) 45%, rgba(2, 13, 27, .92));
}

.corporate-stage-photo-v2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .7s ease;
}

.corporate-hero-stage-v2:hover .corporate-stage-photo-v2 img {
  transform: scale(1.025);
}

.corporate-stage-photo-head-v2,
.corporate-stage-caption-v2 {
  position: absolute;
  z-index: 2;
  left: 24px;
  right: 24px;
  display: flex;
  justify-content: space-between;
}

.corporate-stage-photo-head-v2 {
  top: 22px;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .17em;
}

.corporate-stage-photo-head-v2 b {
  color: #c8ff3d;
}

.corporate-stage-caption-v2 {
  bottom: 22px;
  flex-direction: column;
}

.corporate-stage-caption-v2 small {
  color: #56c4ff;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.corporate-stage-caption-v2 strong {
  margin-top: 6px;
  font-size: 24px;
}

.corporate-stage-system-v2 {
  position: absolute;
  left: 26px;
  right: 26px;
  bottom: 27px;
  min-height: 150px;
  padding: 20px 22px;
  border: 1px solid rgba(117, 166, 207, .27);
  background-image: linear-gradient(rgba(107, 157, 199, .07) 1px, transparent 1px), linear-gradient(90deg, rgba(107, 157, 199, .07) 1px, transparent 1px);
  background-size: 24px 24px;
}

.corporate-stage-system-v2 header {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #7891a8;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .15em;
}

.corporate-stage-system-v2 header i {
  flex: 1;
  height: 1px;
  background: rgba(117, 166, 207, .25);
}

.corporate-stage-system-v2 header b {
  color: #c8ff3d;
}

.corporate-stage-flow-v2 {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  align-items: center;
  gap: 12px;
  margin-top: 22px;
}

.corporate-stage-flow-v2 article {
  min-width: 0;
  padding: 12px;
  background: rgba(12, 39, 66, .84);
  border: 1px solid rgba(99, 157, 209, .2);
}

.corporate-stage-flow-v2 article small,
.corporate-stage-flow-v2 article span {
  display: block;
}

.corporate-stage-flow-v2 article small {
  margin-bottom: 5px;
  color: #56c4ff;
  font-family: ui-monospace, monospace;
  font-size: 12px;
}

.corporate-stage-flow-v2 article span {
  color: #dfeaf3;
  font-size: 12px;
  font-weight: 800;
}

.corporate-stage-flow-v2 > i {
  color: #c8ff3d;
  font-style: normal;
}

.corporate-stage-brand-v2 {
  position: absolute;
  right: -23px;
  top: 49%;
  z-index: 4;
  display: flex;
  width: 175px;
  padding: 16px 17px;
  flex-direction: column;
  background: #237dff;
  box-shadow: 0 18px 45px rgba(1, 15, 30, .35);
}

.corporate-stage-brand-v2 img {
  width: 110px;
}

.corporate-stage-brand-v2 span {
  margin-top: 11px;
  color: #dbeaff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.corporate-partnership-v2,
.corporate-capabilities-v2,
.corporate-projects-v2,
.corporate-references-v2 {
  padding: 105px 0;
}

.corporate-partnership-v2,
.corporate-projects-v2 {
  background: #fff;
}

.corporate-partnership-heading-v2,
.corporate-section-heading-v2,
.corporate-references-heading-v2 {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(340px, .85fr);
  gap: 80px;
  align-items: end;
  margin-bottom: 50px;
}

.corporate-partnership-heading-v2 h2,
.corporate-section-heading-v2 h2,
.corporate-references-heading-v2 h2,
.corporate-delivery-copy-v2 h2,
.corporate-contact-v2 h2 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(42px, 4.4vw, 68px);
  line-height: 1;
  letter-spacing: -.055em;
}

.corporate-partnership-heading-v2 > p,
.corporate-section-heading-v2 > p,
.corporate-references-heading-v2 > p {
  margin: 0;
  color: #677b8e;
  font-size: 17px;
  line-height: 1.7;
}

.corporate-partnership-map-v2 {
  display: grid;
  grid-template-columns: 1fr 160px 1fr;
  align-items: stretch;
  border: 1px solid #d7e2eb;
}

.corporate-partnership-map-v2 > article {
  padding: 38px 40px;
}

.corporate-partnership-map-v2 article header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 54px;
  padding-bottom: 25px;
  border-bottom: 1px solid #dfe8ef;
}

.corporate-partnership-map-v2 .aya header img {
  width: 160px;
}

.corporate-partnership-map-v2 article header span {
  max-width: 175px;
  color: #73889a;
  font-size: 12px;
  font-weight: 800;
  text-align: right;
  text-transform: uppercase;
}

.corporate-partnership-map-v2 ul {
  display: grid;
  gap: 14px;
  margin: 27px 0 0;
  padding: 0;
  list-style: none;
}

.corporate-partnership-map-v2 li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 13px;
  font-weight: 750;
}

.corporate-partnership-map-v2 li i {
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  flex: 0 0 auto;
  background: #eaf4ff;
  color: #237dff;
  border-radius: 50%;
  font-size: 12px;
  font-style: normal;
}

.corporate-partnership-map-v2 .zkong {
  background: #071a2f;
  color: #fff;
}

.corporate-partnership-map-v2 .zkong header {
  border-color: #294158;
}

.corporate-partnership-map-v2 .zkong header img {
  width: 154px;
}

.corporate-partnership-map-v2 .zkong header span {
  color: #91a7ba;
}

.corporate-partnership-map-v2 .zkong li i {
  background: rgba(200, 255, 61, .12);
  color: #c8ff3d;
}

.corporate-partnership-core-v2 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 25px;
  background: #edf6ff;
  text-align: center;
}

.corporate-partnership-core-v2 span {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  background: #237dff;
  color: #fff;
  border-radius: 50%;
  font-size: 31px;
  box-shadow: 0 0 0 11px rgba(35, 125, 255, .1);
}

.corporate-partnership-core-v2 small {
  margin-top: 19px;
  color: #466176;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.corporate-partnership-core-v2 i {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  z-index: -1;
  height: 1px;
  background: #b9d7f3;
}

.corporate-capabilities-v2 {
  background: #f1f6fa;
}

.corporate-capability-grid-v2 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid #ccdae5;
  border-left: 1px solid #ccdae5;
}

.corporate-capability-grid-v2 article {
  min-height: 335px;
  padding: 30px;
  border-right: 1px solid #ccdae5;
  border-bottom: 1px solid #ccdae5;
  background: rgba(255, 255, 255, .58);
  transition: transform .25s ease, background .25s ease, box-shadow .25s ease;
}

.corporate-capability-grid-v2 article:hover {
  z-index: 2;
  transform: translateY(-6px);
  background: #fff;
  box-shadow: 0 22px 50px rgba(8, 35, 60, .1);
}

.corporate-capability-grid-v2 article header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.corporate-capability-grid-v2 article header > span {
  color: #237dff;
  font-family: ui-monospace, monospace;
  font-size: 12px;
  font-weight: 900;
}

.corporate-capability-icon-v2 {
  position: relative;
  display: block;
  width: 54px;
  height: 54px;
  border: 1px solid #b8d2e7;
  background: #e8f4ff;
}

.corporate-capability-icon-v2::before,
.corporate-capability-icon-v2::after {
  content: "";
  position: absolute;
}

.corporate-capability-icon-v2::before {
  inset: 14px 11px;
  border: 2px solid #237dff;
  border-radius: 3px;
}

.corporate-capability-icon-v2::after {
  right: 7px;
  bottom: 7px;
  width: 12px;
  height: 12px;
  background: #c8ff3d;
  border: 2px solid #e8f4ff;
  border-radius: 50%;
}

.corporate-capability-grid-v2 h3 {
  margin: 51px 0 13px;
  font-size: 25px;
  letter-spacing: -.035em;
}

.corporate-capability-grid-v2 p {
  margin: 0;
  color: #65798b;
  font-size: 14px;
  line-height: 1.65;
}

.corporate-capability-grid-v2 article > small {
  display: block;
  margin-top: 24px;
  color: #237dff;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.corporate-delivery-v2 {
  position: relative;
  overflow: hidden;
  padding: 110px 0;
  background: #061426;
  color: #fff;
}

.corporate-delivery-v2::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(93, 139, 179, .08) 1px, transparent 1px), linear-gradient(90deg, rgba(93, 139, 179, .08) 1px, transparent 1px);
  background-size: 64px 64px;
}

.corporate-delivery-layout-v2 {
  position: relative;
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  gap: 110px;
}

.corporate-delivery-copy-v2 .eyebrow {
  color: #56c4ff;
}

.corporate-delivery-copy-v2 > p {
  max-width: 570px;
  margin: 25px 0 0;
  color: #9fb1c1;
  font-size: 17px;
  line-height: 1.7;
}

.corporate-delivery-copy-v2 blockquote {
  margin: 50px 0 0;
  padding: 28px;
  border: 1px solid #29445d;
  background: rgba(13, 39, 65, .65);
}

.corporate-delivery-copy-v2 blockquote p {
  margin: 0;
  color: #e7f0f7;
  font-size: 18px;
  line-height: 1.55;
}

.corporate-delivery-copy-v2 blockquote footer {
  display: flex;
  flex-direction: column;
  margin-top: 19px;
}

.corporate-delivery-copy-v2 blockquote strong {
  color: #c8ff3d;
  font-size: 12px;
}

.corporate-delivery-copy-v2 blockquote span {
  margin-top: 3px;
  color: #7890a3;
  font-size: 12px;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.corporate-delivery-steps-v2 {
  border-top: 1px solid #29445d;
}

.corporate-delivery-steps-v2 article {
  display: grid;
  grid-template-columns: 48px 1fr auto;
  gap: 25px;
  align-items: start;
  min-height: 145px;
  padding: 27px 0;
  border-bottom: 1px solid #29445d;
}

.corporate-delivery-steps-v2 article > span {
  color: #c8ff3d;
  font-family: ui-monospace, monospace;
  font-size: 13px;
  font-weight: 900;
}

.corporate-delivery-steps-v2 small {
  color: #56c4ff;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .13em;
}

.corporate-delivery-steps-v2 h3 {
  margin: 6px 0;
  font-size: 24px;
}

.corporate-delivery-steps-v2 p {
  max-width: 580px;
  margin: 0;
  color: #8ea4b6;
  font-size: 13px;
  line-height: 1.6;
}

.corporate-delivery-steps-v2 article > i {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border: 1px solid #385772;
  color: #56c4ff;
  border-radius: 50%;
  font-style: normal;
}

.corporate-project-grid-v2 {
  display: grid;
  grid-template-columns: 1.35fr repeat(2, 1fr);
  grid-template-rows: repeat(2, 280px);
  gap: 16px;
}

.corporate-project-grid-v2 article {
  position: relative;
  overflow: hidden;
  min-height: 0;
  background: #0a1b2d;
  color: #fff;
}

.corporate-project-grid-v2 article.featured {
  grid-row: 1 / 3;
}

.corporate-project-grid-v2 article img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .55s ease;
}

.corporate-project-grid-v2 article:hover img {
  transform: scale(1.045);
}

.corporate-project-shade-v2 {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(4, 15, 29, .16), rgba(4, 15, 29, .25) 35%, rgba(4, 15, 29, .95));
}

.corporate-project-grid-v2 article header,
.corporate-project-grid-v2 article > div:last-child {
  position: absolute;
  z-index: 2;
  left: 25px;
  right: 25px;
}

.corporate-project-grid-v2 article header {
  top: 23px;
  display: flex;
  justify-content: space-between;
  color: #d7e4ef;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.corporate-project-grid-v2 article header span {
  color: #c8ff3d;
}

.corporate-project-grid-v2 article header small {
  font-size: 12px;
}

.corporate-project-grid-v2 article > div:last-child {
  bottom: 25px;
}

.corporate-project-grid-v2 article > div:last-child small {
  color: #56c4ff;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.corporate-project-grid-v2 h3 {
  margin: 6px 0 5px;
  font-size: 27px;
  line-height: 1.05;
  letter-spacing: -.035em;
}

.corporate-project-grid-v2 .featured h3 {
  font-size: 42px;
}

.corporate-project-grid-v2 p {
  max-width: 470px;
  margin: 0;
  color: #c4d1dc;
  font-size: 13px;
  line-height: 1.5;
}

.corporate-references-v2 {
  background: #f1f6fa;
}

.corporate-logo-wall-v2 {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  border-top: 1px solid #cad9e5;
  border-left: 1px solid #cad9e5;
}

.corporate-logo-wall-v2 > div {
  display: grid;
  place-items: center;
  min-height: 120px;
  padding: 24px;
  border-right: 1px solid #cad9e5;
  border-bottom: 1px solid #cad9e5;
  background: rgba(255, 255, 255, .5);
  filter: grayscale(1);
  opacity: .57;
  transition: opacity .2s ease, filter .2s ease, background .2s ease;
}

.corporate-logo-wall-v2 > div:hover {
  background: #fff;
  filter: none;
  opacity: 1;
}

.corporate-logo-wall-v2 img {
  max-width: 120px;
  max-height: 42px;
}

.corporate-contact-v2 {
  position: relative;
  overflow: hidden;
  padding: 92px 0;
  background: #237dff;
  color: #fff;
}

.corporate-contact-v2::after {
  content: "";
  position: absolute;
  right: -150px;
  top: -275px;
  width: 620px;
  height: 620px;
  border: 1px solid rgba(255, 255, 255, .25);
  border-radius: 50%;
  box-shadow: 0 0 0 85px rgba(255, 255, 255, .025), 0 0 0 170px rgba(255, 255, 255, .025);
}

.corporate-contact-layout-v2 {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 90px;
  align-items: center;
}

.corporate-contact-v2 .eyebrow {
  color: #c8ff3d;
}

.corporate-contact-v2 p {
  max-width: 670px;
  margin: 22px 0 0;
  color: #d9e8ff;
  font-size: 16px;
}

.corporate-contact-actions-v2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-top: 1px solid rgba(255, 255, 255, .3);
  border-left: 1px solid rgba(255, 255, 255, .3);
}

.corporate-contact-actions-v2 > a {
  display: flex;
  min-height: 88px;
  padding: 19px 22px;
  justify-content: center;
  flex-direction: column;
  border-right: 1px solid rgba(255, 255, 255, .3);
  border-bottom: 1px solid rgba(255, 255, 255, .3);
}

.corporate-contact-actions-v2 .button {
  grid-column: 1 / -1;
  min-height: 65px;
  background: #c8ff3d;
  border: 0;
  color: #07182b;
  flex-direction: row;
}

.corporate-contact-actions-v2 .button span {
  margin-left: 17px;
}

.corporate-contact-actions-v2 small,
.corporate-contact-actions-v2 strong {
  display: block;
}

.corporate-contact-actions-v2 small {
  color: #c3dcff;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.corporate-contact-actions-v2 strong {
  margin-top: 4px;
  font-size: 16px;
}

@media (max-width: 1120px) {
  .corporate-hero-layout-v2 { grid-template-columns: 1fr; }
  .corporate-hero-copy-v2 { max-width: 850px; }
  .corporate-hero-stage-v2 { min-height: 580px; }
  .corporate-partnership-map-v2 { grid-template-columns: 1fr 110px 1fr; }
  .corporate-delivery-layout-v2 { gap: 65px; }
  .corporate-logo-wall-v2 { grid-template-columns: repeat(4, 1fr); }
}

@media (max-width: 860px) {
  .corporate-hero-v2 { padding: 62px 0; }
  .corporate-hero-copy-v2 h1 { font-size: clamp(48px, 12vw, 68px); }
  .corporate-hero-stage-v2 { min-height: 540px; }
  .corporate-stage-brand-v2 { right: 9px; top: 44%; }
  .corporate-partnership-heading-v2,
  .corporate-section-heading-v2,
  .corporate-references-heading-v2,
  .corporate-delivery-layout-v2,
  .corporate-contact-layout-v2 { grid-template-columns: 1fr; gap: 30px; }
  .corporate-partnership-map-v2 { grid-template-columns: 1fr; }
  .corporate-partnership-core-v2 { min-height: 135px; }
  .corporate-capability-grid-v2 { grid-template-columns: repeat(2, 1fr); }
  .corporate-project-grid-v2 { grid-template-columns: 1fr 1fr; grid-template-rows: 440px repeat(2, 270px); }
  .corporate-project-grid-v2 article.featured { grid-column: 1 / -1; grid-row: auto; }
}

@media (max-width: 620px) {
  .corporate-partnership-v2,
  .corporate-capabilities-v2,
  .corporate-projects-v2,
  .corporate-references-v2 { padding: 72px 0; }
  .corporate-hero-actions-v2 { align-items: stretch; flex-direction: column; }
  .corporate-hero-link-v2 { align-self: flex-start; }
  .corporate-proof-strip-v2 { grid-template-columns: 1fr; }
  .corporate-proof-strip-v2 article,
  .corporate-proof-strip-v2 article + article { padding: 16px 0; border-left: 0; border-top: 1px solid rgba(148, 181, 210, .24); }
  .corporate-proof-strip-v2 article:first-child { border-top: 0; }
  .corporate-hero-stage-v2 { min-height: 525px; }
  .corporate-stage-photo-v2 { inset: 15px 15px 205px; }
  .corporate-stage-system-v2 { left: 15px; right: 15px; bottom: 15px; padding: 16px 13px; }
  .corporate-stage-flow-v2 { gap: 5px; }
  .corporate-stage-flow-v2 article { padding: 9px 6px; }
  .corporate-stage-flow-v2 article span { font-size: 12px; }
  .corporate-stage-brand-v2 { right: 15px; top: 42%; width: 145px; }
  .corporate-stage-brand-v2 img { width: 95px; }
  .corporate-partnership-heading-v2 h2,
  .corporate-section-heading-v2 h2,
  .corporate-references-heading-v2 h2,
  .corporate-delivery-copy-v2 h2,
  .corporate-contact-v2 h2 { font-size: 40px; }
  .corporate-partnership-map-v2 > article { padding: 29px 24px; }
  .corporate-partnership-map-v2 article header { align-items: flex-start; flex-direction: column; }
  .corporate-partnership-map-v2 article header span { max-width: none; text-align: left; }
  .corporate-capability-grid-v2 { grid-template-columns: 1fr; }
  .corporate-capability-grid-v2 article { min-height: 290px; }
  .corporate-delivery-v2 { padding: 75px 0; }
  .corporate-delivery-steps-v2 article { grid-template-columns: 34px 1fr; gap: 14px; }
  .corporate-delivery-steps-v2 article > i { display: none; }
  .corporate-project-grid-v2 { display: grid; grid-template-columns: 1fr; grid-template-rows: 400px repeat(3, 280px); }
  .corporate-project-grid-v2 article.featured { grid-column: auto; }
  .corporate-project-grid-v2 .featured h3 { font-size: 34px; }
  .corporate-logo-wall-v2 { grid-template-columns: repeat(2, 1fr); }
  .corporate-contact-actions-v2 { grid-template-columns: 1fr; }
  .corporate-contact-actions-v2 .button { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
  .corporate-stage-photo-v2 img,
  .corporate-capability-grid-v2 article,
  .corporate-project-grid-v2 article img { transition: none; }
}
