.about-page {
  background: #f4f7f9;
}

.about-topbar {
  min-height: 76px;
  display: flex;
  align-items: center;
  gap: 42px;
  padding: 0 max(5vw, 28px);
  border-bottom: 1px solid #dce5eb;
  background: #fff;
}

.about-nav {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-right: auto;
  font-size: 14px;
  font-weight: 600;
}

.about-nav a {
  padding: 29px 0 27px;
  border-bottom: 2px solid transparent;
}

.about-nav a:hover,
.about-nav a:focus-visible {
  color: var(--blue);
  border-bottom-color: var(--blue);
}

.about-back,
.about-hero-link,
.about-close a {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-size: 13px;
  font-weight: 700;
}

.about-back {
  color: var(--blue);
}

.about-hero {
  min-height: 600px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 0.88fr);
  gap: 48px;
  align-items: center;
  overflow: hidden;
  padding: 82px max(8vw, 30px) 90px;
  color: #fff;
  background: #071b35;
}

.about-hero-copy {
  position: relative;
  z-index: 1;
  max-width: 690px;
}

.about-kicker,
.about-section-heading p,
.pillar-eyebrow,
.strategy-block header p,
.about-close > p {
  margin: 0;
  color: #75dcf5;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.4px;
}

.about-hero h1 {
  max-width: 710px;
  margin: 22px 0 24px;
  font-size: clamp(42px, 5vw, 72px);
  line-height: 1.16;
  font-weight: 600;
}

.about-lead {
  max-width: 585px;
  margin: 0;
  color: #c4d2e2;
  font-size: 16px;
  line-height: 1.9;
}

.about-hero-link {
  margin-top: 33px;
  padding: 14px 18px;
  color: #fff;
  background: var(--blue);
}

.value-map {
  position: relative;
  width: min(100%, 480px);
  min-height: 420px;
  justify-self: center;
}

.value-map::before {
  position: absolute;
  inset: 10% 7%;
  border: 1px solid #75dcf54d;
  content: "";
  transform: rotate(30deg);
}

.value-map-line {
  position: absolute;
  z-index: 0;
  width: 2px;
  height: 260px;
  background: linear-gradient(#00c7fd, #d7f36a);
  transform-origin: top;
}

.value-map-line-a {
  top: 95px;
  left: 50%;
  transform: rotate(-59deg);
}

.value-map-line-b {
  top: 95px;
  left: 50%;
  transform: rotate(59deg);
}

.value-map-line-c {
  top: 318px;
  left: 27%;
  width: 220px;
  height: 2px;
}

.value-node {
  position: absolute;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 140px;
  aspect-ratio: 1;
  border: 1px solid #a1edff;
  border-radius: 50%;
  color: #fff;
  background: #11385ad9;
  box-shadow: 0 0 0 13px #0a213a88;
  text-align: center;
}

.value-node strong {
  display: block;
  margin-bottom: 5px;
  color: var(--lime);
  font-size: 33px;
  line-height: 1;
}

.value-node span {
  color: #c5d8e8;
  font-size: 11px;
  line-height: 1.55;
}

.value-node-human {
  top: 27px;
  left: calc(50% - 70px);
}

.value-node-resource {
  bottom: 30px;
  left: 2%;
}

.value-node-tech {
  right: 2%;
  bottom: 30px;
}

.value-map-caption {
  position: absolute;
  top: 188px;
  left: 50%;
  z-index: 2;
  margin: 0;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  transform: translateX(-50%);
}

.value-map-caption span {
  color: #75dcf5;
  font-size: 12px;
  letter-spacing: 1px;
}

.about-statement {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 8vw;
  padding: 108px max(8vw, 30px) 92px;
  background: #fff;
}

.about-section-heading h2,
.strategy-intro h2,
.about-close h2 {
  margin: 14px 0 0;
  color: var(--ink);
  font-size: clamp(32px, 4vw, 52px);
  font-weight: 600;
  line-height: 1.18;
}

.statement-copy {
  max-width: 630px;
  margin: 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.9;
}

.pillars {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
  background: #fff;
}

.pillar {
  min-height: 430px;
  position: relative;
  padding: 40px max(3vw, 28px) 52px;
  border-right: 1px solid var(--line);
  overflow: hidden;
}

.pillar:last-child {
  border-right: 0;
}

.pillar::after {
  position: absolute;
  right: -32px;
  bottom: -60px;
  color: #0068b50d;
  font-size: 220px;
  font-weight: 700;
  line-height: 1;
  content: attr(data-symbol);
}

.pillar-index {
  margin: 0 0 36px;
  color: #8094a8;
  font-size: 12px;
  font-weight: 700;
}

.pillar-symbol {
  position: absolute;
  top: 32px;
  right: max(3vw, 28px);
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border: 1px solid #b8dfef;
  border-radius: 50%;
  color: var(--blue);
  font-weight: 700;
}

.pillar-eyebrow {
  color: var(--blue);
}

.pillar h2 {
  position: relative;
  margin: 13px 0 18px;
  font-size: clamp(26px, 2.5vw, 37px);
  font-weight: 600;
  line-height: 1.28;
}

.pillar > p:last-child {
  position: relative;
  max-width: 390px;
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.9;
}

.strategy-intro {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 60px;
  padding: 108px max(8vw, 30px) 53px;
  color: #fff;
  background: #0b293a;
}

.strategy-intro h2 {
  color: #fff;
}

.strategy-intro > p {
  max-width: 470px;
  margin: 0 0 5px;
  color: #bdd1df;
  font-size: 15px;
  line-height: 1.9;
}

.strategy-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background: #0b293a;
}

.strategy-block {
  min-height: 565px;
  padding: 38px max(3vw, 28px) 55px;
  border-top: 1px solid #ffffff26;
  border-right: 1px solid #ffffff26;
  color: #fff;
}

.strategy-block:last-child {
  border-right: 0;
}

.strategy-block header {
  display: flex;
  align-items: center;
  gap: 15px;
}

.strategy-block header > span {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border: 1px solid #75dcf5;
  border-radius: 50%;
  color: var(--lime);
  font-size: 11px;
  font-weight: 700;
}

.strategy-block header p {
  color: #9dcce0;
  font-size: 10px;
}

.strategy-block h2 {
  min-height: 86px;
  margin: 29px 0 38px;
  font-size: clamp(23px, 2.4vw, 34px);
  font-weight: 600;
  line-height: 1.28;
}

.strategy-block ol {
  display: grid;
  gap: 23px;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: strategy;
}

.strategy-block li {
  position: relative;
  padding-left: 28px;
  counter-increment: strategy;
}

.strategy-block li::before {
  position: absolute;
  top: 1px;
  left: 0;
  color: var(--lime);
  font-family: Georgia, serif;
  font-size: 14px;
  content: "0" counter(strategy);
}

.strategy-block li strong,
.strategy-block li span {
  display: block;
}

.strategy-block li strong {
  margin-bottom: 7px;
  font-size: 14px;
}

.strategy-block li span {
  color: #bed0dc;
  font-size: 12px;
  line-height: 1.7;
}

.about-close {
  padding: 100px max(8vw, 30px);
  color: var(--ink);
  background: #e6f4f8;
}

.about-close > p {
  color: var(--blue);
}

.about-close h2 {
  max-width: 710px;
  margin-bottom: 32px;
}

.about-close a {
  color: var(--blue);
}

.about-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  padding: 30px max(8vw, 30px);
  color: #a9bdca;
  background: #071b35;
  font-size: 12px;
}

.about-footer .brand {
  color: #fff;
}

@media (max-width: 900px) {
  .about-hero {
    grid-template-columns: 1fr;
    padding-top: 72px;
  }

  .value-map {
    justify-self: start;
  }

  .pillars,
  .strategy-grid {
    grid-template-columns: 1fr;
  }

  .pillar,
  .strategy-block {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .strategy-block {
    border-color: #ffffff26;
  }
}

@media (max-width: 650px) {
  .about-topbar {
    min-height: 68px;
    flex-wrap: wrap;
    gap: 0 22px;
    padding: 14px 22px;
  }

  .about-topbar .brand {
    margin-right: auto;
  }

  .about-back {
    font-size: 12px;
  }

  .about-nav {
    order: 3;
    width: 100%;
    justify-content: space-between;
    gap: 12px;
    margin: 4px 0 0;
    font-size: 12px;
  }

  .about-nav a {
    padding: 10px 0 7px;
  }

  .about-hero {
    min-height: auto;
    gap: 24px;
    padding: 58px 24px 50px;
  }

  .about-hero h1 {
    font-size: 42px;
  }

  .about-lead {
    font-size: 14px;
  }

  .value-map {
    width: 100%;
    min-height: 350px;
    transform: scale(0.88);
    transform-origin: left top;
    margin-bottom: -42px;
  }

  .about-statement {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 66px 24px 58px;
  }

  .statement-copy {
    font-size: 16px;
  }

  .pillar {
    min-height: 360px;
    padding: 32px 24px 44px;
  }

  .pillar-symbol {
    right: 24px;
  }

  .strategy-intro {
    display: grid;
    gap: 24px;
    padding: 66px 24px 42px;
  }

  .strategy-grid {
    grid-template-columns: 1fr;
  }

  .strategy-block {
    min-height: auto;
    padding: 32px 24px 42px;
  }

  .strategy-block h2 {
    min-height: 0;
    margin: 24px 0 30px;
  }

  .about-close {
    padding: 68px 24px;
  }

  .about-footer {
    align-items: flex-start;
    flex-direction: column;
    padding: 30px 24px;
  }
}
