.about-holding {
  --about-red: #e1262f;
  --about-ink: #17191e;
  --about-navy: #202239;
  --about-muted: #646873;
  --about-line: #e2e3e7;
  --about-soft: #f3f4f6;
  color: var(--about-ink);
  overflow: hidden;
}

.about-holding h1,
.about-holding h2,
.about-holding h3,
.about-holding p {
  margin-top: 0;
}

.about-shell {
  width: 100%;
  max-width: 1255px;
  margin: 0 auto;
  padding-right: 30px;
  padding-left: 30px;
}

.about-section-label,
.about-kicker {
  margin-bottom: 16px;
  color: var(--about-red);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.about-button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 14px 25px;
  border: 1px solid transparent;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: .06em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color .2s ease, border-color .2s ease, transform .2s ease;
}

.about-button:hover,
.about-button:focus {
  text-decoration: none;
  transform: translateY(-2px);
}

.about-button--primary {
  background: var(--about-red);
  color: #fff;
}

.about-button--primary:hover,
.about-button--primary:focus {
  background: #f1363f;
  color: #fff;
}

.about-button--ghost {
  border-color: rgba(255, 255, 255, .32);
  color: #fff;
}

.about-button--ghost:hover,
.about-button--ghost:focus {
  border-color: #fff;
  background: rgba(255, 255, 255, .07);
  color: #fff;
}

.about-hero {
  position: relative;
  background: linear-gradient(115deg, #111216 0%, #1d1f29 60%, var(--about-navy) 100%);
  color: #fff;
}

.about-hero::after {
  position: absolute;
  top: -270px;
  right: -210px;
  width: 650px;
  height: 650px;
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 50%;
  box-shadow: 0 0 0 105px rgba(255, 255, 255, .016), 0 0 0 210px rgba(255, 255, 255, .01);
  content: '';
  pointer-events: none;
}

.about-hero__inner {
  position: relative;
  z-index: 1;
  display: grid;
  min-height: 570px;
  grid-template-columns: minmax(0, 1.25fr) minmax(350px, .75fr);
  gap: 64px;
  align-items: center;
  padding-top: 64px;
  padding-bottom: 64px;
}

.about-hero__content {
  max-width: 700px;
}

.about-hero h1 {
  margin-bottom: 22px;
  font-size: clamp(52px, 6vw, 84px);
  font-weight: 700;
  line-height: .92;
  letter-spacing: -.055em;
  text-transform: uppercase;
}

.about-hero h1 span {
  color: var(--about-red);
}

.about-hero__lead {
  max-width: 680px;
  margin-bottom: 30px;
  color: rgba(255, 255, 255, .76);
  font-size: 17px;
  line-height: 1.62;
}

.about-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.about-hero__facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid rgba(255, 255, 255, .2);
  border-left: 1px solid rgba(255, 255, 255, .2);
  background: rgba(255, 255, 255, .035);
  box-shadow: 0 25px 70px rgba(0, 0, 0, .22);
}

.about-fact {
  display: flex;
  min-height: 148px;
  flex-direction: column;
  justify-content: space-between;
  padding: 23px;
  border-right: 1px solid rgba(255, 255, 255, .2);
  border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.about-fact--accent {
  background: var(--about-red);
}

.about-fact strong {
  display: block;
  margin-bottom: 20px;
  font-size: clamp(34px, 4vw, 48px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -.045em;
}

.about-fact span {
  color: rgba(255, 255, 255, .7);
  font-size: 10px;
  font-weight: 600;
  line-height: 1.45;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.about-fact--accent span {
  color: #fff;
}

.about-summary {
  padding: 76px 0 0;
  background: #fff;
}

.about-summary__grid {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
  gap: 70px;
  padding-bottom: 58px;
}

.about-summary h2,
.about-heading h2,
.about-resistance h2,
.about-team h2 {
  margin-bottom: 0;
  font-size: clamp(31px, 3.8vw, 50px);
  font-weight: 700;
  line-height: 1.06;
  letter-spacing: -.035em;
}

.about-summary__copy {
  padding-top: 27px;
}

.about-summary__copy p {
  margin-bottom: 18px;
  color: #484c56;
  font-size: 15px;
  line-height: 1.7;
}

.about-summary__copy p:last-child {
  margin-bottom: 0;
}

.about-milestones {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--about-line);
  border-left: 1px solid var(--about-line);
}

.about-milestones div {
  min-height: 114px;
  padding: 23px;
  border-right: 1px solid var(--about-line);
  border-bottom: 1px solid var(--about-line);
}

.about-milestones strong,
.about-milestones span {
  display: block;
}

.about-milestones strong {
  margin-bottom: 14px;
  color: var(--about-red);
  font-size: 22px;
  font-weight: 700;
}

.about-milestones span {
  color: var(--about-muted);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.4;
  text-transform: uppercase;
}

.about-capability-section {
  padding: 82px 0 90px;
  background: var(--about-soft);
}

.about-heading {
  max-width: 810px;
  margin-bottom: 38px;
}

.about-capabilities {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--about-line);
  border-left: 1px solid var(--about-line);
}

.about-capability {
  min-height: 270px;
  padding: 27px 26px 25px;
  border-right: 1px solid var(--about-line);
  border-bottom: 1px solid var(--about-line);
  background: #fff;
  transition: box-shadow .2s ease, transform .2s ease;
}

.about-capability:hover {
  position: relative;
  z-index: 1;
  box-shadow: 0 18px 45px rgba(31, 34, 45, .1);
  transform: translateY(-4px);
}

.about-capability__icon {
  display: inline-flex;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  margin-bottom: 27px;
  background: var(--about-red);
  color: #fff;
}

.about-capability__icon svg {
  width: 28px;
  height: 28px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.about-capability h3 {
  margin-bottom: 13px;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.28;
}

.about-capability p {
  margin-bottom: 0;
  color: var(--about-muted);
  font-size: 13px;
  line-height: 1.62;
}

.about-resistance {
  padding: 72px 0;
  background: var(--about-red);
  color: #fff;
}

.about-resistance__grid {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: 75px;
  align-items: center;
}

.about-resistance .about-section-label {
  color: rgba(255, 255, 255, .72);
}

.about-resistance__copy p {
  margin-bottom: 20px;
  color: rgba(255, 255, 255, .86);
  font-size: 15px;
  line-height: 1.7;
}

.about-resistance__copy strong {
  display: block;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, .32);
  font-size: 16px;
  line-height: 1.55;
}

.about-team {
  padding: 72px 0 78px;
  background: var(--about-navy);
  color: #fff;
}

.about-team__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 65px;
  align-items: center;
}

.about-team h2 {
  max-width: 900px;
  margin-bottom: 18px;
  font-size: clamp(29px, 3.5vw, 44px);
}

.about-team p:last-child {
  max-width: 840px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, .66);
  font-size: 15px;
  line-height: 1.68;
}

.about-team .about-button {
  min-width: 230px;
}

@media (max-width: 1050px) {
  .about-hero__inner {
    grid-template-columns: minmax(0, 1fr) minmax(320px, .65fr);
    gap: 40px;
  }

  .about-capabilities {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  .about-hero__inner,
  .about-summary__grid,
  .about-resistance__grid,
  .about-team__inner {
    grid-template-columns: 1fr;
  }

  .about-hero__inner {
    gap: 42px;
    padding-top: 58px;
    padding-bottom: 58px;
  }

  .about-hero__facts {
    max-width: 620px;
  }

  .about-summary__grid,
  .about-resistance__grid,
  .about-team__inner {
    gap: 35px;
  }

  .about-summary__copy {
    padding-top: 0;
  }

  .about-milestones {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .about-team .about-button {
    width: 100%;
    max-width: 340px;
  }
}

@media (max-width: 600px) {
  .about-shell {
    padding-right: 20px;
    padding-left: 20px;
  }

  .about-hero h1 {
    font-size: 46px;
  }

  .about-hero__lead {
    font-size: 16px;
  }

  .about-actions {
    flex-direction: column;
  }

  .about-button {
    width: 100%;
  }

  .about-hero__facts,
  .about-milestones,
  .about-capabilities {
    grid-template-columns: 1fr;
  }

  .about-fact {
    min-height: 126px;
  }

  .about-summary,
  .about-capability-section,
  .about-resistance,
  .about-team {
    padding-top: 62px;
    padding-bottom: 66px;
  }

  .about-summary h2,
  .about-heading h2,
  .about-resistance h2,
  .about-team h2 {
    font-size: 31px;
  }

  .about-milestones div {
    min-height: 96px;
  }

  .about-capability {
    min-height: 0;
    padding: 25px 23px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .about-button,
  .about-capability {
    transition: none;
  }
}
