.page-about {
  --about-pink: #ff2a75;
  --about-violet: #9b59b6;
  --about-blue: #00e5ff;
  position: relative;
  overflow-x: clip;
  background: var(--bg);
  color: var(--text);
  font-family: var(--font-body);
  line-height: 1.7;
}
.page-about *,
.page-about *::before,
.page-about *::after {
  box-sizing: border-box;
}
.page-about .breadcrumb {
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 6.5rem 1.5rem 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .4rem;
  font-size: .8125rem;
  color: var(--muted);
}
.page-about .breadcrumb__link {
  color: var(--blue);
  text-decoration: none;
  transition: color .2s, text-shadow .2s;
}
.page-about .breadcrumb__link:hover,
.page-about .breadcrumb__link:focus {
  text-shadow: 0 0 8px rgba(0, 229, 255, .6);
}
.page-about .breadcrumb__sep {
  margin: 0 .2rem;
  color: var(--muted);
}
.page-about .breadcrumb__current {
  color: var(--text-2);
}
.page-about .about-intro {
  position: relative;
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 3.5rem 1.5rem 2.5rem;
  z-index: 0;
}
.page-about .about-intro::before {
  content: "ABOUT";
  position: absolute;
  top: -.08em;
  right: -.08em;
  z-index: -1;
  font-family: var(--font-head);
  font-size: clamp(4rem, 16vw, 11rem);
  font-weight: 700;
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 1px rgba(255, 42, 117, .18);
  pointer-events: none;
  user-select: none;
}
.page-about .about-intro .section-kicker,
.page-about .about-milestones__head .section-kicker,
.page-about .about-tech__aside .section-kicker,
.page-about .about-team__head .section-kicker,
.page-about .about-philosophy__inner .section-kicker {
  color: var(--blue);
  font-family: var(--font-head);
  font-size: .8125rem;
  font-weight: 700;
  letter-spacing: .22em;
  text-transform: uppercase;
  margin-bottom: .7rem;
}
.page-about .about-intro h1 {
  font-family: var(--font-head);
  font-size: clamp(1.85rem, 5.5vw, 3.4rem);
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: -.02em;
  margin: 0 0 1.25rem;
  max-width: 21em;
  text-shadow: 0 0 12px rgba(255, 42, 117, .55), 0 0 36px rgba(155, 89, 182, .35);
}
.page-about .about-intro .lede {
  font-size: 1.0625rem;
  line-height: 1.8;
  color: var(--text-2);
  max-width: 50em;
  border-left: 3px solid var(--pink);
  padding-left: 1.25rem;
  margin: 0;
}
.page-about .about-origin {
  position: relative;
  padding: 3.5rem 1.5rem;
}
.page-about .about-origin::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 12% 28%, rgba(155, 89, 182, .13), transparent 38%),
    radial-gradient(circle at 88% 68%, rgba(0, 229, 255, .08), transparent 34%);
  pointer-events: none;
}
.page-about .about-origin__split,
.page-about .about-origin .article-aside,
.page-about .about-origin .article-content {
  position: relative;
  z-index: 1;
}
.page-about .about-origin__split {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 2rem;
}
.page-about .about-origin__aside {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
}
.page-about .about-origin__aside .section-title,
.page-about .about-milestones__head .section-title,
.page-about .about-tech__aside .section-title,
.page-about .about-team__head .section-title {
  font-size: clamp(1.5rem, 3.2vw, 2.25rem);
  margin: .2rem 0;
}
.page-about .about-origin__note {
  color: var(--text-2);
  font-size: .9375rem;
  line-height: 1.7;
  margin: 0;
  padding-left: 1rem;
  border-left: 2px solid var(--violet);
  max-width: 22em;
}
.page-about .about-origin__index {
  font-family: var(--font-head);
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 2px var(--pink);
  opacity: .7;
  margin-top: 1.2rem;
}
.page-about .about-origin__content {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.page-about .about-origin__lead {
  font-size: 1.125rem;
  line-height: 1.8;
  margin: 0;
}
.page-about .about-origin__content p:not(.about-origin__lead) {
  margin: 0;
  color: var(--text-2);
}
.page-about .about-origin__img {
  margin-top: .75rem;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid var(--border);
  box-shadow: 0 18px 46px rgba(0, 0, 0, .45);
}
.page-about .about-origin__img img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.page-about .about-milestones {
  padding: 3.5rem 1.5rem;
}
.page-about .about-milestones__head {
  margin-bottom: 2.5rem;
}
.page-about .about-timeline {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  position: relative;
  max-width: 780px;
}
.page-about .about-timeline::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 16px;
  width: 2px;
  background: linear-gradient(180deg, var(--pink), var(--violet) 50%, var(--blue));
  opacity: .5;
}
.page-about .about-timeline__item {
  position: relative;
  padding: 0 0 2.5rem 3.5rem;
}
.page-about .about-timeline__item:last-child {
  padding-bottom: 0;
}
.page-about .about-timeline__node {
  position: absolute;
  left: 9px;
  top: .35rem;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: var(--bg);
  border: 3px solid var(--pink);
  box-shadow: 0 0 12px rgba(255, 42, 117, .8), 0 0 30px rgba(255, 42, 117, .35);
}
.page-about .about-timeline__item:nth-child(2) .about-timeline__node {
  border-color: var(--violet);
  box-shadow: 0 0 12px rgba(155, 89, 182, .8), 0 0 30px rgba(155, 89, 182, .35);
}
.page-about .about-timeline__item:nth-child(3) .about-timeline__node {
  border-color: var(--blue);
  box-shadow: 0 0 12px rgba(0, 229, 255, .8), 0 0 30px rgba(0, 229, 255, .35);
}
.page-about .about-timeline__item:nth-child(4) .about-timeline__node {
  border-color: var(--pink);
}
.page-about .about-timeline__year {
  font-family: var(--font-head);
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.1;
  color: var(--pink);
  text-shadow: 0 0 14px rgba(255, 42, 117, .45);
  margin-bottom: .35rem;
}
.page-about .about-timeline__item:nth-child(2) .about-timeline__year {
  color: var(--violet);
  text-shadow: 0 0 14px rgba(155, 89, 182, .45);
}
.page-about .about-timeline__item:nth-child(3) .about-timeline__year {
  color: var(--blue);
  text-shadow: 0 0 14px rgba(0, 229, 255, .45);
}
.page-about .about-timeline__item:nth-child(4) .about-timeline__year {
  color: var(--pink);
}
.page-about .about-timeline__card {
  background: rgba(26, 10, 46, .55);
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 1.25rem 1.5rem;
}
.page-about .about-timeline__card h3 {
  font-family: var(--font-head);
  font-size: 1.125rem;
  margin: 0 0 .5rem;
}
.page-about .about-timeline__card p {
  margin: 0;
  color: var(--text-2);
  font-size: .9375rem;
  line-height: 1.75;
}
.page-about .about-timeline__card .tag {
  margin-top: .85rem;
}
.page-about .about-tech {
  padding: 3.5rem 1.5rem;
}
.page-about .about-tech__split {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 2rem;
}
.page-about .about-tech__aside {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: .75rem;
}
.page-about .about-tech__list {
  list-style: none;
  margin: 1.2rem 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: .7rem;
}
.page-about .about-tech__list li {
  display: flex;
  align-items: center;
  gap: .7rem;
  color: var(--text-2);
  font-size: .9375rem;
}
.page-about .about-tech__num {
  font-family: var(--font-head);
  font-size: .8125rem;
  font-weight: 700;
  color: var(--blue);
  min-width: 1.6rem;
}
.page-about .about-tech__note {
  margin: 1.2rem 0 0;
  font-size: .875rem;
  color: var(--muted);
  border-left: 2px solid var(--blue);
  padding-left: 1rem;
  line-height: 1.7;
}
.page-about .about-tech__card {
  background: rgba(26, 10, 46, .42);
  border: 1px solid var(--border);
  border-radius: 18px;
  overflow: hidden;
}
.page-about .about-tech__img {
  border-radius: 0;
  overflow: hidden;
}
.page-about .about-tech__img img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  clip-path: polygon(6% 0, 100% 0, 94% 100%, 0 100%);
}
.page-about .about-tech__body {
  padding: 1.5rem;
}
.page-about .about-tech__body h3 {
  font-family: var(--font-head);
  font-size: 1.25rem;
  margin: .4rem 0 .75rem;
}
.page-about .about-tech__body p {
  margin: 0 0 1.25rem;
  color: var(--text-2);
  line-height: 1.75;
}
.page-about .about-tech__metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: .75rem;
}
.page-about .about-tech__metrics .metric {
  display: flex;
  flex-direction: column;
  gap: .3rem;
  padding: 1rem;
  background: rgba(13, 13, 13, .45);
  border: 1px solid var(--border);
  border-radius: 12px;
  min-width: 0;
}
.page-about .metric__num {
  display: block;
  font-family: var(--font-head);
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.1;
  color: var(--pink);
  text-shadow: 0 0 16px rgba(255, 42, 117, .4);
}
.page-about .metric--blue .metric__num {
  color: var(--blue);
  text-shadow: 0 0 16px rgba(0, 229, 255, .4);
}
.page-about .metric--violet .metric__num {
  color: var(--violet);
  text-shadow: 0 0 16px rgba(155, 89, 182, .4);
}
.page-about .metric__label {
  display: block;
  font-size: .8125rem;
  color: var(--text-2);
  white-space: nowrap;
}
.page-about .about-philosophy {
  position: relative;
  padding: 4rem 1.5rem;
  background:
    radial-gradient(circle at 25% 20%, rgba(255, 42, 117, .13), transparent 42%),
    radial-gradient(circle at 75% 80%, rgba(0, 229, 255, .11), transparent 42%),
    var(--bg-panel);
}
.page-about .about-philosophy__inner {
  max-width: 780px;
  margin: 0 auto;
  padding: 2.5rem 1.75rem;
  text-align: center;
}
.page-about .about-philosophy__inner h2 {
  font-size: clamp(1.4rem, 3.2vw, 2rem);
  font-weight: 700;
  line-height: 1.2;
  margin: .5rem 0 1.25rem;
  text-shadow: 0 0 18px rgba(255, 42, 117, .5), 0 0 36px rgba(155, 89, 182, .3);
}
.page-about .about-philosophy__inner p:not(.section-kicker) {
  color: var(--text-2);
  line-height: 1.8;
  margin: 0 0 1rem;
  text-align: left;
}
.page-about .about-philosophy__inner p:not(.section-kicker):last-child {
  margin-bottom: 0;
}
.page-about .about-team {
  padding: 3.5rem 1.5rem;
}
.page-about .about-team__head {
  margin-bottom: 2rem;
}
.page-about .about-team__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 1.5rem;
}
.page-about .about-team__col {
  min-width: 0;
}
.page-about .about-team__text p {
  margin: 0 0 1rem;
  color: var(--text-2);
  line-height: 1.75;
}
.page-about .about-team__text .btn {
  margin-top: .6rem;
}
.page-about .about-team__honor {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1rem;
}
.page-about .about-honor__card {
  perspective: 900px;
}
.page-about .about-honor__flip {
  position: relative;
  min-height: 240px;
  transform-style: preserve-3d;
  transition: transform .6s cubic-bezier(.4, .1, .2, 1);
}
.page-about .about-honor__card:hover .about-honor__flip,
.page-about .about-honor__card:focus-within .about-honor__flip {
  transform: rotateY(180deg);
}
.page-about .about-honor__face {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: .5rem;
  padding: 1.5rem;
  border-radius: 16px;
  border: 1px solid var(--border);
  background: rgba(26, 10, 46, .72);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  text-align: center;
}
.page-about .about-honor__face--back {
  transform: rotateY(180deg);
  background: rgba(34, 15, 63, .9);
  border-color: rgba(255, 42, 117, .45);
  box-shadow: 0 0 26px rgba(255, 42, 117, .18);
}
.page-about .about-honor__num {
  font-family: var(--font-head);
  font-size: 2.75rem;
  font-weight: 700;
  line-height: 1;
  color: var(--pink);
  text-shadow: 0 0 18px rgba(255, 42, 117, .5);
}
.page-about .about-honor__title {
  font-size: .9375rem;
  font-weight: 600;
  color: var(--text);
}
.page-about .about-honor__desc {
  font-size: .875rem;
  color: var(--text-2);
  line-height: 1.6;
  max-width: 18em;
}
.page-about .about-team__img .img-frame {
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid var(--border);
}
.page-about .about-team__img img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.page-about .about-team__img-note {
  margin: .75rem 0 0;
  font-size: .8125rem;
  color: var(--muted);
}
.page-about .about-team__img .btn {
  margin-top: 1rem;
}
.page-about .about-trust {
  padding: 3rem 1.5rem 4rem;
  background: linear-gradient(180deg, transparent, rgba(26, 10, 46, .5));
}
.page-about .about-trust__inner {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}
.page-about .about-trust__text {
  font-size: 1.0625rem;
  color: var(--text-2);
  line-height: 1.8;
  margin: 0 0 1.5rem;
}
.page-about .about-trust__links {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
  justify-content: center;
}
@media (min-width: 900px) {
  .page-about .breadcrumb {
    padding-top: 7rem;
  }
  .page-about .about-intro {
    padding-top: 5rem;
    padding-bottom: 3.5rem;
  }
  .page-about .about-origin,
  .page-about .about-tech {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .page-about .about-origin__split,
  .page-about .about-tech__split {
    grid-template-columns: minmax(0, 5fr) minmax(0, 7fr);
    gap: 4rem;
    align-items: start;
    max-width: 1100px;
    margin: 0 auto;
  }
  .page-about .about-origin__aside,
  .page-about .about-tech__aside {
    position: sticky;
    top: 6.5rem;
  }
  .page-about .about-origin__index {
    font-size: 5rem;
    margin-top: 2rem;
  }
  .page-about .about-milestones {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .page-about .about-milestones__head {
    text-align: center;
  }
  .page-about .about-timeline::before {
    left: 50%;
    transform: translateX(-50%);
  }
  .page-about .about-timeline__item {
    width: 50%;
    padding: 0 3rem 3.5rem 0;
  }
  .page-about .about-timeline__item:nth-child(even) {
    margin-left: 50%;
    padding: 0 0 3.5rem 3rem;
  }
  .page-about .about-timeline__node {
    left: auto;
    right: -8px;
  }
  .page-about .about-timeline__item:nth-child(even) .about-timeline__node {
    right: auto;
    left: -8px;
  }
  .page-about .about-tech__img img {
    clip-path: polygon(2% 0, 100% 0, 98% 100%, 0 100%);
  }
  .page-about .about-tech__body {
    padding: 2rem;
  }
  .page-about .about-tech__metrics {
    gap: 1rem;
  }
  .page-about .about-philosophy {
    padding: 5.5rem 1.5rem;
  }
  .page-about .about-philosophy__inner {
    padding: 3.5rem 4rem;
  }
  .page-about .about-team {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .page-about .about-team__grid {
    grid-template-columns: minmax(0, 4fr) minmax(0, 4fr) minmax(0, 5fr);
    gap: 2rem;
    max-width: 1100px;
    margin: 0 auto;
  }
  .page-about .about-team__honor {
    grid-template-columns: 1fr;
  }
  .page-about .about-trust {
    padding-top: 4.5rem;
    padding-bottom: 5rem;
  }
}
