body.about-page {
  background: #ffffff;
  color: #171315;
}

.about-page .cta__woman {
  position: absolute;
  right: -62px;
  bottom: 0px;
  width: 50%;
  z-index: 2;
  pointer-events: none;
  overflow: visible;
}

.about-page .hero__signup {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.about-page .hero__nav {
  max-width: none;
  margin: 0;
  padding: 20px;
  justify-content: flex-start;
}

.about-page .hero__menu {
  align-items: center;
  margin: 0 auto;
}

.about-page main {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 24px 0 0;
}

.about-hero {
  padding: 20px 20px 0;
}

.about-hero__panel {
  height: 530px;
  margin: 0;
  border-radius: 18px;
  overflow: hidden;
  background: url("../images/about-background-gradient.png") center / cover no-repeat;
}

.about-hero__content {
  max-width: 860px;
  margin: 0 auto;
  padding: 82px 24px 116px;
  text-align: center;
  color: #ffffff;
  display: grid;
  justify-items: center;
  align-content: center;
}

.about-hero__eyebrow {
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.08em;
}

.about-hero__title {
  font-size: clamp(48px, 5vw, 60px);
  font-weight: 500;
  line-height: 0.98;
  letter-spacing: -0.05em;
}

.about-hero__desc {
  max-width: 760px;
  margin: 16px auto 0;
  font-size: 17px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.92);
}

.about-section {
  padding: 0 24px;
}

.about-section > * {
  width: 100%;
  padding: 20px;
  margin: 0 auto;
}

.about-section__intro {
  display: grid;
  gap: 14px;
}

.about-section__intro--center {
  max-width: 760px;
  justify-items: center;
  text-align: center;
  margin-bottom: 24px;
}

.about-section__intro h2,
.about-origin__copy h2,
.about-story__header h2,
.about-spotlight__copy h2,
.about-capabilities__header h2,
.about-team__header h2,
.about-cta__copy h2 {
  font-size: clamp(38px, 4vw, 58px);
  font-weight: 500;
  line-height: 0.98;
  letter-spacing: -0.05em;
  color: #171315;
}

.about-section__intro p,
.about-origin__copy > p,
.about-story__header p,
.about-spotlight__copy p,
.about-capabilities__header > p,
.about-team__header > p,
.about-cta__copy p {
  font-size: 17px;
  line-height: 1.55;
  color: #68615c;
}

.about-origin,
.about-platform__layout,
.about-spotlight,
.about-numbers__layout,
.about-team__header,
.about-cta {
  display: grid;
  gap: 24px;
}

.about-origin {
  grid-template-columns: minmax(360px, 635px) minmax(0, 540px);
  justify-content: center;
  align-items: start;
  gap: clamp(40px, 5vw, 72px);
}

.about-origin__media {
  width: 100%;
}

.about-origin__image {
  display: block;
  width: 100%;
  aspect-ratio: 438 / 520;
  object-fit: cover;
  border-radius: 18px;
}

.about-origin__copy {
  display: grid;
  max-width: 540px;
  align-content: start;
  gap: 28px;
  padding-top: 4px;
}

.about-origin__tag {
  justify-self: start;
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 12px;
  border: 1px solid #eadcf8;
  border-radius: 10px;
  background: #ffffff;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.04em;
  color: #9b8cb9;
}

.about-origin__copy h2 {
  max-width: 520px;
  font-size: clamp(46px, 4.5vw, 62px);
  line-height: 0.98;
  letter-spacing: -0.055em;
  color: #211532;
}

.about-origin__copy > p {
  max-width: 510px;
  margin-top: -8px;
  font-size: 16px;
  line-height: 1.62;
  color: #8f829f;
}

.about-origin__features {
  display: grid;
  gap: 24px;
  margin-top: 2px;
}

.about-origin-feature {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
}

.about-origin-feature__icon {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(152, 132, 189, 0.14);
  border-radius: 14px;
  background: #ffffff;
  box-shadow: 0 10px 24px rgba(34, 20, 52, 0.05);
}

.about-origin-feature__icon img {
  display: block;
  max-width: 30px;
  max-height: 30px;
}

.about-origin-feature__copy {
  display: grid;
  gap: 6px;
  padding-top: 1px;
}

.about-origin-feature__copy h3 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: -0.035em;
  color: #211532;
}

.about-origin-feature__copy p {
  max-width: 360px;
  font-size: 15px;
  line-height: 1.56;
  color: #8f829f;
}

.about-bullet-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.about-bullet-list li {
  position: relative;
  padding-left: 22px;
  font-size: 16px;
  line-height: 1.5;
  color: #403a36;
}

.about-bullet-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 10px;
  height: 4px;
  border-radius: 999px;
  background: #ff8a0c;
}

.about-platform {
  background: #fdf3e8;
  padding-top: 82px;
  padding-bottom: 52px;
}

.about-platform__intro {
  max-width: 760px;
  gap: 22px;
  margin-bottom: 56px;
}

.about-platform__tag {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 16px;
  border: 1px solid rgba(223, 205, 244, 0.95);
  border-radius: 10px;
  background: #fdf6ff;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.02em;
  color: #a493c1;
}

.about-platform__intro h2 {
  max-width: 660px;
  font-size: clamp(54px, 5.4vw, 68px);
  line-height: 0.98;
  letter-spacing: -0.06em;
  color: #221532;
}

.about-platform__intro p {
  max-width: 690px;
  font-size: 16px;
  line-height: 1.58;
  color: #988ca7;
}

.about-platform__controls-wrap,
.about-platform__layout {
  width: min(1040px, 100%);
  margin: 0 auto;
}

.about-platform__controls-wrap {
  margin-bottom: 24px;
}

.about-platform__controls {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px;
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0 16px 34px rgba(50, 27, 77, 0.06);
}

.about-platform__toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 102px;
  height: 34px;
  padding: 0 14px;
  border: 0;
  border-radius: 8px;
  background: transparent;
  color: #4d484d;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  transition: background-color 180ms ease, color 180ms ease;
}

.about-platform__toggle.is-active {
  background: #ff8a0c;
  color: #ffffff;
}

.about-platform__layout {
  grid-template-columns: minmax(0, 1fr) 252px;
  gap: 34px;
  align-items: start;
}

.about-platform__main {
  display: grid;
  gap: 22px;
}

.about-platform__stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.about-platform-card,
.about-feature-card,
.about-capability-card,
.about-person-card,
.about-number,
.about-callout,
.about-story-card {
  border-radius: 24px;
}

.about-platform-card {
  min-height: 188px;
  padding: 14px 12px 16px;
  background: #ffffff;
  border: 1px solid rgba(34, 20, 52, 0.05);
  box-shadow: 0 18px 38px rgba(45, 25, 68, 0.04);
  display: grid;
  align-content: start;
  gap: 18px;
}

.about-platform-card__metric {
  font-size: clamp(30px, 2.8vw, 44px);
  font-weight: 500;
  line-height: 0.92;
  letter-spacing: -0.055em;
  color: #ff8400;
}

.about-platform-card__copy {
  display: grid;
  gap: 8px;
}

.about-platform-card__copy h3 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.06;
  letter-spacing: -0.04em;
  color: #221532;
}

.about-platform-card__copy p {
  font-size: 15px;
  line-height: 1.56;
  color: #9488a1;
}

.about-platform__media {
  width: 100%;
}

.about-platform__image {
  display: block;
  width: 100%;
  aspect-ratio: 252 / 392;
  object-fit: cover;
  border-radius: 24px;
}

.about-platform__cta {
  justify-self: start;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  height: 56px;
  padding: 0 22px;
  margin-top: 2px;
  border-radius: 999px;
  background: #ff8a0c;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  box-shadow: 0 16px 32px rgba(255, 138, 12, 0.22);
}

.about-platform__cta-icon {
  flex: 0 0 auto;
}

.about-platform.is-animating .about-platform-card,
.about-platform.is-animating .about-platform__image,
.about-platform.is-animating .about-platform__cta {
  animation: about-platform-swap 320ms ease;
}

@keyframes about-platform-swap {
  from {
    opacity: 0.72;
    transform: translateY(8px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.about-market__grid,
.about-capabilities__grid,
.about-team__grid {
  display: grid;
  gap: 14px;
}

.about-market__grid,
.about-capabilities__grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.about-market {
  padding-top: 76px;
  padding-bottom: 56px;
}

.about-market__intro {
  max-width: 860px;
  gap: 22px;
  margin-bottom: 58px;
}

.about-market__tag {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 14px;
  border: 1px solid rgba(255, 136, 11, 0.45);
  border-radius: 10px;
  background: #ffffff;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.08em;
  color: #ff880b;
}

.about-market__intro h2 {
  max-width: 760px;
  color: #221532;
}

.about-market__intro p {
  max-width: 760px;
  font-size: 16px;
  line-height: 1.62;
  color: #988ca7;
}

.about-market__grid {
  width: min(1080px, 100%);
  margin: 0 auto;
  column-gap: 58px;
  row-gap: 40px;
}

.about-market__item {
  display: grid;
  justify-items: center;
  align-content: start;
  gap: 16px;
  text-align: center;
}

.about-market__icon {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(34, 20, 52, 0.04);
  border-radius: 14px;
  background: #ffffff;
  box-shadow: 0 12px 30px rgba(45, 25, 68, 0.05);
}

.about-market__item h3,
.about-capability-card h3 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: -0.04em;
  color: #221532;
}

.about-market__item p,
.about-capability-card p {
  font-size: 15px;
  line-height: 1.58;
  color: #988ca7;
}

.about-market__reality {
  width: min(980px, 100%);
  margin: 56px auto 0;
  text-align: center;
  font-size: 17px;
  line-height: 1.55;
  color: #8f82a0;
}

.about-market__reality span {
  color: #ff880b;
}

.about-engineering {
  background: #fdf4e9;
  padding-top: 74px;
  padding-bottom: 60px;
}

.about-engineering__intro {
  max-width: 860px;
  gap: 22px;
  margin-bottom: 14px;
}

.about-engineering__tag {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 14px;
  border: 1px solid rgba(255, 136, 11, 0.52);
  border-radius: 10px;
  background: #fff8f0;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.08em;
  color: #ff8708;
}

.about-engineering__intro h2 {
  max-width: 760px;
  color: #26183a;
}

.about-engineering__intro p {
  max-width: 760px;
  font-size: 16px;
  line-height: 1.62;
  color: #978aa6;
}

.about-engineering__controls-wrap {
  display: flex;
  justify-content: center;
  margin-bottom: 18px;
}

.about-engineering__visual {
  width: min(830px, 100%);
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

.about-engineering__image {
  display: block;
  width: 100%;
  height: auto;
}

.about-engineering.is-animating .about-engineering__image {
  animation: about-platform-swap 320ms ease;
}

.about-capabilities__header,
.about-team__header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 420px);
  align-items: end;
  gap: 20px;
  margin-bottom: 24px;
}

.about-capabilities {
  padding-top: 76px;
  padding-bottom: 58px;
}

.about-capabilities__header {
  width: min(1040px, 100%);
  margin: 0 auto 36px;
  grid-template-columns: minmax(0, 560px) minmax(280px, 340px);
  align-items: start;
  gap: 56px;
}

.about-capabilities__tag {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 12px;
  margin-bottom: 18px;
  border: 1px solid rgba(255, 136, 11, 0.45);
  border-radius: 10px;
  background: #fff8f0;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #ff880b;
}

.about-capabilities__header h2 {
  max-width: 560px;
  color: #221532;
}

.about-capabilities__header > p {
  max-width: 340px;
  padding-top: 42px;
  font-size: 16px;
  line-height: 1.62;
  color: #988ca7;
}

.about-capabilities__grid {
  width: min(1040px, 100%);
  margin: 0 auto;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.about-capability-card {
  min-height: 178px;
  padding: 20px 28px 18px;
  background: #faf9fb;
  border: 1px solid rgba(34, 20, 52, 0.03);
  border-radius: 18px;
  box-shadow: none;
  display: grid;
  align-content: start;
  justify-items: start;
  gap: 14px;
}

.about-capability-card__icon {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  margin-bottom: 0;
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 8px 22px rgba(45, 25, 68, 0.05);
}

.about-capability-card__icon svg {
  display: inline-flex;
  width: 24px;
  height: 24px;
}

.about-capability-card h3 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: -0.04em;
  color: #221532;
}

.about-capability-card p {
  max-width: 248px;
  font-size: 15px;
  line-height: 1.58;
  color: #988ca7;
}

.about-story__header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 48px;
  align-items: start;
  margin-bottom: 22px;
  padding: 0 64px;
}

.about-story__header-left {
  display: grid;
  gap: 14px;
}

.about-story__header-right {
  display: grid;
  gap: 20px;
  padding-top: 4px;
}

.about-story__header-right p {
  font-size: 18px;
  line-height: 1.6;
  color: rgba(23, 19, 21, 0.7);
}

.about-story__viewport {
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: none;
  scrollbar-width: none;
  overscroll-behavior-x: contain;
  overscroll-behavior-y: auto;
  cursor: grab;
}

.about-story__viewport::-webkit-scrollbar {
  display: none;
}

.about-story__viewport.is-dragging {
  cursor: grabbing;
  user-select: none;
}

.about-story__track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 50%;
  gap: 18px;
}

.about-story-card {
  overflow: hidden;
  border-radius: 24px;
  background: #f7f1e8;
  border: 1px solid rgba(34, 20, 52, 0.05);
  box-shadow: 0 18px 38px rgba(45, 25, 68, 0.04);
  transition: none;
  animation: none;
}

.about-story-card__image {
  display: block;
  width: 100%;
  height: auto;
  user-select: none;
  -webkit-user-drag: none;
  transition: none;
  animation: none;
}

.about-story__pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin-top: 18px;
}

.about-story__dot {
  width: 42px;
  height: 5px;
  border: 0;
  border-radius: 999px;
  background: rgba(34, 21, 50, 0.14);
  cursor: pointer;
  transition: background-color 180ms ease, transform 180ms ease;
}

.about-story__dot.is-active {
  background: #ff8a0c;
}

.about-spotlight {
  display: flex;
  justify-content: center;
  padding-left: 95px;
  padding-right: 95px;
}

.about-spotlight__image {
  display: block;
  width: 100%;
  max-width: none;
  height: auto;
}

.about-market-gap__table {
  width: min(1080px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(180px, 1fr) repeat(3, minmax(0, 1.42fr));
  column-gap: 8px;
  row-gap: 0;
  align-items: stretch;
}

.about-market-gap__intro {
  max-width: 780px;
  gap: 18px;
  margin-bottom: 26px;
}

.about-market-gap__tag {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 12px;
  border: 1px solid rgba(255, 136, 11, 0.45);
  border-radius: 10px;
  background: #fff8f0;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #ff880b;
}

.about-market-gap__intro h2 {
  max-width: 560px;
  color: #221532;
}

.about-market-gap__intro p {
  max-width: 620px;
  font-size: 15px;
  line-height: 1.55;
  color: #988ca7;
}

.about-market-gap__head {
  min-height: 40px;
  padding: 0 16px;
  margin-bottom: 10px;
  border-radius: 16px;
  background: #f2f1f3;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.03em;
  color: #221532;
}

.about-market-gap__head--empty {
  background: transparent;
  border-radius: 0;
  visibility: hidden;
}

.about-market-gap__head--accent {
  background: linear-gradient(180deg, #ff9917 0%, #ff8504 100%);
  color: #ffffff;
}

.about-market-gap__label {
  display: flex;
  align-items: center;
  min-height: 52px;
  padding-right: 16px;
  border-bottom: 1px solid #ebe7ec;
  font-size: 15px;
  line-height: 1.35;
  color: #221532;
}

.about-market-gap__cell {
  display: grid;
  grid-template-columns: 16px minmax(0, 1fr);
  align-items: start;
  gap: 8px;
  min-height: 52px;
  padding: 11px 12px 10px;
  background: #f3f1f3;
  border-bottom: 1px solid #e6e2e7;
  border-left: 1px solid rgba(34, 20, 52, 0.04);
  border-right: 1px solid rgba(34, 20, 52, 0.04);
  font-size: 15px;
  line-height: 1.35;
  color: #6d6873;
}

.about-market-gap__cell--first {
  border-top: 1px solid rgba(34, 20, 52, 0.04);
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
}

.about-market-gap__cell--last {
  border-bottom: 1px solid rgba(34, 20, 52, 0.04);
  border-bottom-left-radius: 18px;
  border-bottom-right-radius: 18px;
}

.about-market-gap__cell--accent {
  background: linear-gradient(180deg, #ff9917 0%, #ff8504 100%);
  border-left-color: transparent;
  border-right-color: transparent;
  color: #ffffff;
  border-bottom-color: rgba(255, 255, 255, 0.28);
}

.about-market-gap__cell span:last-child {
  display: block;
}

.about-market-gap__cell--accent.about-market-gap__cell--first {
  border-top-color: transparent;
}

.about-market-gap__cell--accent.about-market-gap__cell--last {
  border-bottom-color: transparent;
}

.about-market-gap__mark {
  position: relative;
  width: 14px;
  height: 14px;
  border: 1px solid #aeabb1;
  border-radius: 999px;
}

.about-market-gap__mark::before {
  content: "";
  position: absolute;
  left: 3px;
  right: 3px;
  top: 6px;
  height: 1px;
  border-radius: 999px;
  background: #aeabb1;
}

.about-market-gap__cell--accent .about-market-gap__mark {
  border: 0;
  background: #ffffff;
}

.about-market-gap__cell--accent .about-market-gap__mark::before,
.about-market-gap__cell--accent .about-market-gap__mark::after {
  content: "";
  position: absolute;
  display: block;
  height: 1.5px;
  border-radius: 999px;
  background: #ff880b;
}

.about-market-gap__cell--accent .about-market-gap__mark::before {
  width: 4px;
  left: 3px;
  top: 7px;
  transform: rotate(45deg);
}

.about-market-gap__cell--accent .about-market-gap__mark::after {
  width: 7px;
  left: 5px;
  top: 6px;
  transform: rotate(-45deg);
  transform-origin: left center;
}

.about-numbers {
  padding-top: 82px;
  padding-bottom: 64px;
}

.about-numbers__intro {
  max-width: 860px;
  gap: 18px;
  margin-bottom: 44px;
}

.about-numbers__tag {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 12px;
  border: 1px solid rgba(255, 136, 11, 0.45);
  border-radius: 10px;
  background: #fff8f0;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #ff880b;
}

.about-numbers__intro h2 {
  max-width: 760px;
  color: #000000;
}

.about-numbers__intro h2 span {
  display: inline-block;
  padding: 0 8px 2px;
  border-radius: 4px;
  background: #ff8a0c;
  color: #ffffff;
}

.about-numbers__intro p {
  max-width: 620px;
  font-size: 16px;
  line-height: 1.62;
  color: #988ca7;
}

.about-numbers__layout {
  width: min(1040px, 100%);
  margin: 0 auto;
  grid-template-columns: minmax(0, 460px) minmax(0, 436px);
  justify-content: center;
  align-items: center;
  gap: 54px;
}

.about-numbers__stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 18px;
}

.about-number {
  padding: 2px 0 0;
  background: transparent;
  border: 0;
}

.about-number span {
  display: block;
  font-size: clamp(36px, 4vw, 48px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.05em;
  color: #ff8a0c;
}

.about-number h3 {
  margin-top: 12px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.12;
  letter-spacing: -0.04em;
  color: #221532;
}

.about-number p {
  margin-top: 8px;
  font-size: 15px;
  line-height: 1.55;
  color: #988ca7;
}

.about-numbers__card {
  width: 100%;
}

.about-numbers__image {
  display: block;
  width: 100%;
  height: auto;
}

.about-team {
  padding: 32px 0;
}

.about-team__header {
  width: min(1040px, 100%);
  margin: 0 auto 26px;
  grid-template-columns: minmax(0, 520px) minmax(260px, 320px);
  align-items: start;
  gap: 56px;
}

.about-team__tag {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  margin-bottom: 18px;
  border: 1px solid rgba(255, 136, 11, 0.45);
  border-radius: 8px;
  background: #fff8f0;
  font-size: 11px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #ff880b;
}

.about-team__header h2 {
  max-width: 520px;
  font-size: clamp(36px, 4vw, 54px);
  line-height: 1.02;
  letter-spacing: -0.05em;
  color: #221532;
}

.about-team__header > p {
  max-width: 312px;
  align-self: end;
  font-size: 15px;
  line-height: 1.6;
  color: #988ca7;
}

.about-team__grid {
  width: min(1040px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px 12px;
}

.about-team__grid > .about-person-card:nth-child(4),
.about-team__grid > .about-person-card:nth-child(5) {
  transform: translateX(calc(50% + 6px));
}

.about-person-card {
  padding: 0;
  background: #f9f9f9;
  border: 0;
  box-shadow: none;
  border-radius: 20px;
  overflow: hidden;
}

.about-person-card__photo {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1.36;
  object-fit: cover;
  border-radius: 18px;
  background: #f2edf7;
}

.about-person-card__body {
  display: grid;
  gap: 4px;
  padding: 12px 18px 18px;
}

.about-person-card h3 {
  margin: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: -0.03em;
  color: #221532;
}

.about-person-card__role {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: 0.01em;
  color: #ff880b;
}

.about-person-card p {
  margin: 2px 0 0;
  font-size: 18px;
  line-height: 1.5;
  color: #988ca7;
}

.about-cta {
  grid-template-columns: minmax(0, 1fr) 320px;
  align-items: center;
  padding: 28px;
  border-radius: 8px;
  background: linear-gradient(135deg, #c8640b 0%, #ff8a0c 60%, #ff9e2d 100%);
}

.about-cta__copy {
  display: grid;
  gap: 14px;
  color: #ffffff;
}

.about-cta__copy h2,
.about-cta__copy p,
.about-cta__copy .subtitle-text {
  color: #ffffff;
}

.about-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 6px;
}

.about-cta__button,
.about-cta__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 600;
}

.about-cta__button {
  background: #ffffff;
  color: #c8640b;
}

.about-cta__link {
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #ffffff;
}

.about-placeholder {
  width: 100%;
  min-height: 200px;
  border-radius: 8px;
  border: 1px dashed rgba(140, 101, 55, 0.28);
  background:
    radial-gradient(circle at 24% 22%, rgba(255, 255, 255, 0.68) 0, rgba(255, 255, 255, 0) 24%),
    linear-gradient(135deg, #f8eedf 0%, #ebd6b7 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  text-align: center;
}

.about-placeholder span {
  display: inline-flex;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.74);
  color: #8b5d25;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.about-placeholder--portrait {
  min-height: 420px;
}

.about-placeholder--tall {
  min-height: 420px;
}

.about-placeholder--device {
  min-height: 420px;
}

.about-placeholder--story {
  min-height: 180px;
}

.about-placeholder--wide {
  min-height: 360px;
}

.about-placeholder--number-card {
  min-height: 360px;
}

.about-placeholder--person {
  min-height: 240px;
}

.about-placeholder--cta {
  min-height: 300px;
}

.about-placeholder--accent {
  background: linear-gradient(135deg, #ffb66e 0%, #ff9850 100%);
  border-color: transparent;
}

.about-placeholder--accent span {
  background: rgba(255, 255, 255, 0.18);
  color: #ffffff;
}

@media (max-width: 1200px) {
  .about-platform__layout,
  .about-spotlight,
  .about-capabilities__header,
  .about-team__header,
  .about-cta,
  .about-numbers__layout {
    grid-template-columns: 1fr;
  }

  .about-platform__stats,
  .about-market__grid,
  .about-capabilities__grid,
  .about-team__grid,
  .about-market-gap__table {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .about-team__grid > .about-person-card:nth-child(4),
  .about-team__grid > .about-person-card:nth-child(5) {
    transform: none;
  }

  .about-engineering__visual {
    width: min(690px, 100%);
  }

  .about-market-gap__table {
    grid-template-columns: minmax(150px, 180px) repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 1024px) {
  .about-section {
    padding: 0 20px;
  }

  .about-hero__panel {
    height: 530px;
  }

  .about-hero__content {
    padding: 64px 20px 88px;
  }

  .about-origin {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .about-origin__media {
    max-width: 438px;
    width: 100%;
    margin: 0 auto;
  }

  .about-platform__layout {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .about-platform__media {
    max-width: 252px;
    margin: 0 auto;
  }

  .about-platform__stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .about-origin__copy {
    max-width: 640px;
    margin: 0 auto;
  }

  .about-engineering__visual {
    width: min(640px, 100%);
  }

  .about-market-gap__table {
    grid-template-columns: minmax(140px, 160px) repeat(3, minmax(0, 1fr));
  }

  .about-numbers__layout {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .about-numbers__card {
    max-width: 436px;
    margin: 0 auto;
  }

  .about-story__track {
    grid-auto-columns: 55%;
  }
}

@media (max-width: 768px) {
  .about-hero {
    padding: 20px 20px 0;
  }

  .about-hero__panel {
    height: auto;
    min-height: 420px;
  }

  .about-hero__content {
    padding: 34px 16px 42px;
  }

  .about-hero__desc,
  .about-section__intro p,
  .about-origin__copy > p,
  .about-story__header p,
  .about-spotlight__copy p,
  .about-capabilities__header > p,
  .about-team__header > p,
  .about-cta__copy p {
    font-size: 16px;
  }

  .about-section {
    padding: 0 16px;
  }

  .about-origin__copy {
    gap: 24px;
  }

  .about-origin__copy h2 {
    font-size: clamp(38px, 11vw, 52px);
  }

  .about-origin-feature {
    gap: 14px;
  }

  .about-origin-feature__copy h3 {
    font-size: 18px;
  }

  .about-platform {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .about-platform__intro {
    gap: 18px;
    margin-bottom: 40px;
  }

  .about-platform__stats,
  .about-market__grid,
  .about-capabilities__grid,
  .about-team__grid,
  .about-numbers__stats {
    grid-template-columns: 1fr;
  }

  .about-story__header {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-bottom: 18px;
    padding: 0;
  }

  .about-story__header-left {
    gap: 12px;
  }

  .about-story__header h2 {
    max-width: 11ch;
    text-wrap: balance;
  }

  .about-story__header h2 br {
    display: none;
  }

  .about-story__header-right {
    gap: 12px;
    padding: 18px;
    border: 1px solid rgba(23, 19, 21, 0.08);
    border-radius: 20px;
    background: #faf6f2;
  }

  .about-story__header-right p {
    margin: 0;
    line-height: 1.6;
    color: rgba(23, 19, 21, 0.72);
  }

  .about-story__track {
    grid-auto-columns: 100%;
  }

  .about-platform__controls {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }

  .about-platform__controls-wrap {
    margin-bottom: 20px;
  }

  .about-platform__toggle {
    min-width: 0;
    width: 100%;
    padding: 0 12px;
  }

  .about-platform__layout {
    width: 100%;
  }

  .about-platform__intro h2 {
    font-size: clamp(40px, 11vw, 56px);
  }

  .about-platform__media {
    max-width: 300px;
  }

  .about-engineering__intro {
    margin-bottom: 12px;
  }

  .about-engineering__visual {
    width: 100%;
  }

  .about-market-gap__table {
    display: flex;
    flex-direction: column;
    gap: 12px;
    min-width: 0;
    width: 100%;
    overflow: visible;
  }

  .about-market-gap__head {
    display: none;
  }

  .about-market-gap__label {
    min-height: auto;
    padding: 16px 18px;
    border: 1px solid rgba(34, 20, 52, 0.08);
    border-radius: 22px 22px 0 0;
    background: #ffffff;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.25;
  }

  .about-market-gap__table .about-market-gap__label:first-of-type {
    margin-top: 0;
  }

  .about-market-gap__cell {
    grid-template-columns: 16px minmax(0, 1fr);
    gap: 6px 10px;
    min-height: 0;
    padding: 14px 16px;
    border: 1px solid rgba(34, 20, 52, 0.08);
    border-top: 0;
    border-radius: 0;
  }

  .about-market-gap__cell::before {
    content: attr(data-column);
    grid-column: 2;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #8f8599;
  }

  .about-market-gap__cell span:last-child {
    grid-column: 2;
  }

  .about-market-gap__mark {
    grid-row: 1 / span 2;
    margin-top: 3px;
  }

  .about-market-gap__cell--accent::before {
    color: rgba(255, 255, 255, 0.76);
  }

  .about-market-gap__label + .about-market-gap__cell {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .about-market-gap__label + .about-market-gap__cell + .about-market-gap__cell + .about-market-gap__cell {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
  }

  .about-numbers__stats {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .about-cta {
    padding: 20px;
  }

  .about-cta__actions {
    flex-direction: column;
    align-items: stretch;
  }
}
