.page-about {
  background: var(--c-paper);
  overflow-x: hidden;
}

.page-about [id] {
  scroll-margin-top: 6rem;
}

.page-about .about-wrap {
  max-width: var(--container);
  margin-inline: auto;
}

.page-about .about-hero {
  position: relative;
  overflow: hidden;
  background: var(--c-blue-0);
  color: var(--c-white);
  padding: 3rem 1.25rem 3.5rem;
}

.page-about .about-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(7, 21, 48, .86) 0%, rgba(10, 31, 68, .38) 52%, rgba(7, 21, 48, .9) 100%);
}

.page-about .about-hero__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .3;
}

.page-about .about-hero__inner {
  position: relative;
  z-index: 1;
  max-width: 1080px;
  margin-inline: auto;
}

.page-about .about-hero .breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
  margin: 0 0 2.25rem;
  padding: .625rem 0;
  border-top: 1px solid rgba(255, 255, 255, .22);
  border-bottom: 1px solid rgba(255, 255, 255, .22);
  font-family: var(--font-mono);
  font-size: .75rem;
}

.page-about .about-hero .breadcrumb__item {
  color: rgba(255, 255, 255, .6);
}

.page-about .about-hero .breadcrumb__item a {
  color: rgba(255, 255, 255, .9);
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, .32);
}

.page-about .about-hero .eyebrow {
  color: var(--c-gold);
  margin: 0 0 1rem;
}

.page-about .about-hero h1 {
  margin: 0 0 1.5rem;
  font-family: var(--font-head);
  font-size: clamp(2.25rem, 7vw, 4.75rem);
  line-height: .98;
  letter-spacing: -.01em;
  color: var(--c-white);
  text-wrap: balance;
}

.page-about .about-hero h1 span {
  display: block;
  margin-top: .35em;
  font-size: .62em;
  letter-spacing: .01em;
  color: var(--c-gold);
}

.page-about .about-hero__lead {
  margin: 0 0 2rem;
  padding-left: 1.25rem;
  border-left: 4px solid var(--c-orange);
  font-size: clamp(1rem, 2vw, 1.3125rem);
  line-height: 1.85;
  color: rgba(255, 255, 255, .9);
  max-width: 44em;
}

.page-about .about-hero__meta {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: .625rem 1.75rem;
  margin: 0;
  padding: 0;
  font-family: var(--font-mono);
  font-size: .75rem;
  letter-spacing: .06em;
  color: rgba(255, 255, 255, .66);
}

.page-about .about-hero__meta li {
  position: relative;
  padding-left: 1rem;
}

.page-about .about-hero__meta li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--c-orange);
  transform: translateY(-50%);
}

.page-about .eyebrow {
  color: var(--c-blue);
}

.page-about .about-head {
  position: relative;
  margin-bottom: 2.5rem;
  padding-top: 1.5rem;
}

.page-about .about-head::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 3.25rem;
  height: 3px;
  background: var(--c-orange);
}

.page-about .about-head__num {
  display: block;
  font-family: var(--font-head);
  font-size: 4.5rem;
  line-height: .82;
  color: rgba(10, 31, 68, .12);
  margin-bottom: .625rem;
}

.page-about .about-head .eyebrow {
  display: block;
  margin: 0 0 .75rem;
}

.page-about .about-head h2 {
  margin: 0;
  font-family: var(--font-head);
  font-size: clamp(1.625rem, 3.6vw, 2.5rem);
  line-height: 1.06;
  letter-spacing: -.01em;
  color: var(--c-blue);
}

.page-about .about-head__desc {
  margin: .875rem 0 0;
  max-width: 38em;
  font-size: .9375rem;
  line-height: 1.7;
  color: rgba(30, 30, 30, .66);
}

.page-about .about-origin,
.page-about .about-milestones,
.page-about .about-data,
.page-about .about-team {
  padding: 4.25rem 1.25rem;
}

.page-about .about-origin__layout {
  display: grid;
  gap: 2.75rem;
  max-width: 1080px;
  margin-inline: auto;
}

.page-about .about-origin__main {
  min-width: 0;
}

.page-about .about-origin__note {
  border-left: 2px solid var(--c-orange);
  padding-left: 1.125rem;
  font-size: .875rem;
  line-height: 1.75;
  color: rgba(30, 30, 30, .7);
}

.page-about .about-note__label {
  display: block;
  margin-bottom: .5rem;
  font-family: var(--font-mono);
  font-size: .6875rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--c-orange);
}

.page-about .prose p {
  margin: 0 0 1.25rem;
  font-size: 1rem;
  line-height: 1.9;
  color: rgba(30, 30, 30, .74);
}

.page-about .about-origin__quote {
  margin: 2.25rem 0;
  padding: 1.5rem 1.625rem;
  background: var(--c-blue);
  border-left: 4px solid var(--c-gold);
  color: var(--c-white);
}

.page-about .about-origin__quote p {
  margin: 0 0 .5rem;
  font-size: 1.125rem;
  line-height: 1.7;
  color: var(--c-white);
}

.page-about .about-origin__quote cite {
  font-style: normal;
  font-size: .8125rem;
  color: rgba(255, 255, 255, .62);
}

.page-about .about-milestones {
  position: relative;
  overflow: hidden;
  background: var(--c-blue);
  color: var(--c-white);
}

.page-about .about-milestones::before {
  content: "";
  position: absolute;
  top: -6rem;
  right: -6rem;
  width: 16rem;
  height: 16rem;
  border: 2px solid rgba(255, 255, 255, .07);
  border-radius: 50%;
  pointer-events: none;
}

.page-about .about-milestones .about-head h2 {
  color: var(--c-white);
}

.page-about .about-milestones .about-head__desc {
  color: rgba(255, 255, 255, .66);
}

.page-about .about-milestones .about-head__num {
  color: rgba(255, 255, 255, .14);
}

.page-about .about-milestones .eyebrow {
  color: var(--c-gold);
}

.page-about .about-milestones .about-head::before {
  background: var(--c-gold);
}

.page-about .about-coord {
  margin: 1.5rem 0 0;
  font-family: var(--font-mono);
  font-size: .6875rem;
  letter-spacing: .18em;
  color: rgba(255, 215, 0, .6);
  text-transform: uppercase;
}

.page-about .about-miles__axis {
  display: none;
  width: 100%;
  height: auto;
  margin: 2.5rem 0 1rem;
}

.page-about .about-miles__jump {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem 1.25rem;
  margin: 1rem 0 2.5rem;
  font-family: var(--font-mono);
  font-size: .8125rem;
}

.page-about .about-miles__jump-link {
  color: rgba(255, 255, 255, .62);
  text-decoration: none;
  border-bottom: 2px solid transparent;
  padding-bottom: .25rem;
  transition: color .2s var(--ease), border-color .2s var(--ease);
}

.page-about .about-miles__jump-link.is-active {
  color: var(--c-orange);
  border-bottom-color: var(--c-orange);
}

.page-about .about-miles__list {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}

.page-about .about-miles__list::before {
  content: "";
  position: absolute;
  left: 11px;
  top: 10px;
  bottom: 26px;
  width: 2px;
  background: linear-gradient(180deg, var(--c-orange), var(--c-gold));
}

.page-about .about-miles__item {
  position: relative;
  padding: 0 0 3.25rem 3.25rem;
}

.page-about .about-miles__item:last-child {
  padding-bottom: 0;
}

.page-about .about-miles__item::before {
  content: "";
  position: absolute;
  left: 5px;
  top: 7px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--c-blue);
  border: 3px solid var(--c-orange);
  transition: background .2s var(--ease), box-shadow .2s var(--ease);
}

.page-about .about-miles__item[data-active]::before {
  background: var(--c-orange);
  box-shadow: 0 0 0 5px rgba(255, 107, 53, .25);
}

.page-about .about-miles__year {
  display: inline-block;
  margin-bottom: .5rem;
  font-family: var(--font-head);
  letter-spacing: .08em;
  color: var(--c-gold);
}

.page-about .about-miles__item h3 {
  margin: 0 0 .75rem;
  font-family: var(--font-head);
  font-size: 1.375rem;
  line-height: 1.1;
  color: var(--c-white);
}

.page-about .about-miles__item p {
  margin: 0 0 1rem;
  font-size: .9375rem;
  line-height: 1.8;
  color: rgba(255, 255, 255, .74);
}

.page-about .about-miles__more {
  display: block;
}

.page-about .about-miles__more .collapse__trigger {
  display: inline-block;
  cursor: pointer;
  padding: .375rem .875rem;
  border: 1px solid rgba(255, 255, 255, .25);
  border-radius: 999px;
  font-size: .8125rem;
  color: var(--c-gold);
  background: transparent;
  list-style: none;
  transition: border-color .2s var(--ease), background .2s var(--ease);
}

.page-about .about-miles__more .collapse__trigger::-webkit-details-marker {
  display: none;
}

.page-about .about-miles__more .collapse__trigger:hover {
  border-color: var(--c-gold);
  background: rgba(255, 255, 255, .08);
}

.page-about .about-miles__more .collapse__panel {
  margin-top: .75rem;
}

.page-about .about-miles__more .collapse__content {
  padding: 1rem 1.125rem;
  background: rgba(255, 255, 255, .06);
  border-left: 3px solid var(--c-gold);
  color: rgba(255, 255, 255, .74);
  font-size: .875rem;
  line-height: 1.75;
}

.page-about .about-miles__more .collapse__content a {
  color: var(--c-gold);
}

.page-about .about-miles__more .collapse__content ul {
  margin: 0;
  padding-left: 1.1em;
}

.page-about .about-miles__more .collapse__content li {
  margin-bottom: .375rem;
}

.page-about .about-miles__more .collapse__content li:last-child {
  margin-bottom: 0;
}

.page-about .about-miles__chart {
  margin: 3rem 0 0;
  padding: .875rem;
  background: rgba(255, 255, 255, .05);
  border: 1px solid rgba(255, 255, 255, .13);
}

.page-about .about-miles__chart img {
  display: block;
  width: 100%;
  height: auto;
}

.page-about .about-miles__chart figcaption {
  margin-top: .75rem;
  font-family: var(--font-mono);
  font-size: .75rem;
  letter-spacing: .04em;
  color: rgba(255, 255, 255, .58);
}

.page-about .about-data__layout {
  display: grid;
  gap: 3rem;
  max-width: 1080px;
  margin-inline: auto;
}

.page-about .about-data__main {
  min-width: 0;
}

.page-about .about-flow {
  list-style: none;
  margin: 2.5rem 0 0;
  padding: 0;
}

.page-about .about-flow li {
  position: relative;
  padding: 0 0 2.125rem 3.75rem;
}

.page-about .about-flow li::before {
  content: "";
  position: absolute;
  left: 1.125rem;
  top: 2.6rem;
  bottom: .125rem;
  width: 1px;
  background: var(--c-line);
  transform: translateX(-50%);
}

.page-about .about-flow li:last-child {
  padding-bottom: 0;
}

.page-about .about-flow li:last-child::before {
  display: none;
}

.page-about .about-flow__step {
  position: absolute;
  left: 0;
  top: 0;
  width: 2.25rem;
  height: 2.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--c-blue);
  border: 2px solid var(--c-orange);
  color: var(--c-white);
  font-family: var(--font-head);
  font-size: .9375rem;
  border-radius: 50%;
}

.page-about .about-flow h3 {
  margin: 0 0 .375rem;
  font-family: var(--font-head);
  font-size: 1.125rem;
  color: var(--c-blue);
}

.page-about .about-flow p {
  margin: 0;
  font-size: .9375rem;
  line-height: 1.78;
  color: rgba(30, 30, 30, .72);
}

.page-about .about-data__note {
  margin-top: 2.25rem;
  padding: 1.25rem 1.375rem;
  background: var(--c-line);
  border-left: 3px solid var(--c-gold);
  font-size: .9rem;
  line-height: 1.8;
  color: rgba(30, 30, 30, .78);
}

.page-about .about-data__note a {
  color: var(--c-blue);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.page-about .about-data__aside {
  display: grid;
  gap: 1rem;
  align-content: start;
}

.page-about .about-data__stat {
  position: relative;
  overflow: hidden;
  padding: 1.5rem 1.25rem;
  background: var(--c-blue);
  color: var(--c-white);
  border-left: 4px solid var(--c-orange);
}

.page-about .about-data__stat::after {
  content: "";
  position: absolute;
  right: -1.25rem;
  bottom: -1.25rem;
  width: 5rem;
  height: 5rem;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 50%;
}

.page-about .about-data__stat-value {
  display: inline-block;
  position: relative;
  font-family: var(--font-head);
  font-size: 2.625rem;
  line-height: 1;
  color: var(--c-gold);
}

.page-about .about-data__stat-value em {
  font-style: normal;
  font-size: .9375rem;
  font-family: var(--font-body);
  font-weight: 400;
  color: rgba(255, 255, 255, .72);
  margin-left: .35rem;
}

.page-about .about-data__stat-label {
  display: block;
  position: relative;
  margin-top: .625rem;
  font-size: .875rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, .7);
}

.page-about .about-team {
  background: var(--c-blue-2);
  color: var(--c-white);
}

.page-about .about-team__layout {
  display: grid;
  gap: 2.75rem;
  max-width: 1080px;
  margin-inline: auto;
  align-items: center;
}

.page-about .about-team__media {
  position: relative;
  min-width: 0;
}

.page-about .about-team__media::after {
  content: "";
  position: absolute;
  right: 1rem;
  bottom: -1rem;
  width: 58%;
  height: 58%;
  border: 2px solid var(--c-gold);
  pointer-events: none;
}

.page-about .about-team__media img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: auto;
  box-shadow: 0 1.5rem 3rem rgba(7, 21, 48, .35);
}

.page-about .about-team__content {
  min-width: 0;
}

.page-about .about-team .about-head h2 {
  color: var(--c-white);
}

.page-about .about-team .about-head__desc {
  color: rgba(255, 255, 255, .66);
}

.page-about .about-team .about-head__num {
  color: rgba(255, 215, 0, .3);
}

.page-about .about-team .eyebrow {
  color: var(--c-gold);
}

.page-about .about-team .about-head::before {
  background: var(--c-gold);
}

.page-about .about-team .prose p {
  color: rgba(255, 255, 255, .78);
}

.page-about .about-team__values {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: .875rem;
}

.page-about .about-team__values li {
  padding: 1rem 1.25rem;
  background: rgba(255, 255, 255, .07);
  border-left: 3px solid var(--c-orange);
  font-size: .9375rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, .78);
}

.page-about .about-team__values strong {
  display: block;
  margin-bottom: .25rem;
  font-family: var(--font-head);
  font-size: 1.0625rem;
  letter-spacing: .03em;
  color: var(--c-gold);
}

.page-about .about-team__note {
  margin: 2rem 0 0;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(255, 255, 255, .14);
  font-size: .9rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, .68);
}

.page-about .about-team__note a {
  color: var(--c-gold);
}

.page-about .about-closing {
  padding: 4.5rem 1.25rem 5rem;
  text-align: center;
}

.page-about .about-closing__inner {
  max-width: 720px;
  margin-inline: auto;
}

.page-about .about-closing .eyebrow {
  color: var(--c-orange);
  margin-bottom: 1rem;
}

.page-about .about-closing h2 {
  margin: 0 0 1rem;
  font-family: var(--font-head);
  font-size: clamp(1.75rem, 4.5vw, 2.875rem);
  color: var(--c-blue);
}

.page-about .about-closing p {
  font-size: 1rem;
  line-height: 1.85;
  color: rgba(30, 30, 30, .72);
}

.page-about .about-closing p a {
  color: var(--c-blue);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.page-about .about-closing__links {
  display: flex;
  flex-wrap: wrap;
  gap: .875rem;
  justify-content: center;
  margin: 2.25rem 0 2.5rem;
}

.page-about .about-closing__trust {
  margin-inline: auto;
  max-width: 44em;
  padding-top: 1.75rem;
  border-top: 1px solid var(--c-line);
  font-size: .8125rem;
  color: rgba(30, 30, 30, .55);
}

.page-about .btn--line {
  border-color: var(--c-blue);
  color: var(--c-blue);
}

.page-about .btn--ghost {
  color: var(--c-blue);
  border-color: rgba(10, 31, 68, .45);
}

@media (min-width: 768px) {
  .page-about .about-hero {
    padding: 4.5rem 2.5rem 5.5rem;
  }

  .page-about .about-origin,
  .page-about .about-milestones,
  .page-about .about-data,
  .page-about .about-team {
    padding: 5.5rem 2rem;
  }

  .page-about .about-closing {
    padding: 6rem 2rem 7rem;
  }

  .page-about .about-miles__axis {
    display: block;
  }

  .page-about .about-data__layout {
    grid-template-columns: minmax(0, 1fr) 260px;
    gap: 3rem;
  }

  .page-about .about-data__aside {
    grid-template-columns: 1fr 1fr;
  }

  .page-about .about-data__stat:last-child {
    grid-column: 1 / -1;
  }
}

@media (min-width: 960px) {
  .page-about .about-origin__layout {
    grid-template-columns: 230px minmax(0, 1fr);
    gap: 3.5rem;
  }

  .page-about .about-origin__main {
    grid-column: 2;
    grid-row: 1;
  }

  .page-about .about-origin__note {
    grid-column: 1;
    grid-row: 1;
    position: sticky;
    top: 7rem;
    align-self: start;
  }

  .page-about .about-data__aside {
    grid-template-columns: 1fr;
  }

  .page-about .about-data__stat:last-child {
    grid-column: auto;
  }
}

@media (min-width: 1024px) {
  .page-about .about-hero__inner {
    padding-right: 2rem;
  }

  .page-about .about-data__layout {
    grid-template-columns: minmax(0, 1fr) 320px;
    gap: 4.5rem;
  }

  .page-about .about-team__layout {
    grid-template-columns: minmax(0, 5fr) minmax(0, 6fr);
    gap: 4rem;
  }

  .page-about .about-miles__list {
    max-width: 860px;
  }
}
