.page-about {
  position: relative;
  padding-bottom: clamp(48px, 8vw, 96px);
  color: var(--cream);
  background:
    radial-gradient(900px 480px at 88% 0%, rgba(53, 104, 90, .30), transparent 68%),
    radial-gradient(760px 520px at -8% 46%, rgba(180, 112, 63, .12), transparent 70%);
  overflow-x: hidden;
}

.page-about img {
  max-width: 100%;
  height: auto;
}

.page-about .breadcrumb {
  padding-top: 22px;
}

.page-about .breadcrumb a {
  color: var(--mist);
}

/* ---------- Hero ---------- */

.about-hero {
  padding: clamp(26px, 4.6vw, 48px) 0 clamp(34px, 5.6vw, 62px);
  border-bottom: 1px solid var(--line);
}

.about-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 32px;
}

@media (min-width: 960px) {
  .about-hero__grid {
    grid-template-columns: minmax(0, 7fr) minmax(0, 5fr);
    gap: clamp(32px, 4vw, 56px);
    align-items: start;
  }
}

.about-hero__eyebrow {
  display: inline-block;
  margin-bottom: 14px;
  color: var(--copper);
}

.about-hero__title {
  margin: 0 0 18px;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(30px, 6vw, 58px);
  line-height: 1.1;
  letter-spacing: -.01em;
  color: var(--cream);
}

.about-hero__lede {
  margin: 0;
  max-width: 34em;
  font-size: 16px;
  line-height: 1.82;
  color: var(--mist);
}

.about-nums {
  list-style: none;
  margin: 30px 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  background: var(--line-soft);
  border: 1px solid var(--line-soft);
}

.about-num {
  padding: 16px 16px 18px;
  background: rgba(4, 17, 14, .74);
}

.about-num__value {
  margin: 0;
  font-family: var(--font-mono);
  font-size: clamp(26px, 4.6vw, 40px);
  line-height: 1;
  letter-spacing: -.02em;
  color: var(--lime);
}

.about-num__unit {
  margin-left: 3px;
  font-size: .42em;
  letter-spacing: .04em;
  color: var(--lime);
}

.about-num__label {
  margin: 10px 0 0;
  font-size: 13px;
  line-height: 1.5;
  letter-spacing: .05em;
  color: var(--mist);
}

/* ---------- Media ---------- */

.about-media {
  position: relative;
  margin: 0;
  border: 1px solid var(--line);
  background: var(--void);
  overflow: hidden;
}

.about-media img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  filter: saturate(.82);
}

.about-media::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(124, 140, 136, .14) 1px, transparent 1px),
    linear-gradient(90deg, rgba(124, 140, 136, .14) 1px, transparent 1px);
  background-size: 34px 34px;
}

.about-media__cap {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  padding: 7px 13px;
  background: rgba(4, 17, 14, .88);
  border-top: 1px solid var(--line);
  border-right: 1px solid var(--line);
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: .12em;
  color: var(--mist);
}

.about-fig {
  margin: clamp(24px, 3.4vw, 34px) 0 0;
}

.about-head + .about-fig {
  margin-top: 0;
}

/* ---------- Section shell ---------- */

.about-sec {
  position: relative;
  padding: clamp(38px, 5.6vw, 62px) 0;
  border-bottom: 1px solid var(--line-soft);
}

.about-sec:last-of-type {
  border-bottom: 0;
}

@media (min-width: 1024px) {
  .about-sec {
    padding-left: 64px;
  }

  .about-sec::before {
    content: "";
    position: absolute;
    left: 0;
    top: clamp(38px, 5.6vw, 62px);
    bottom: clamp(38px, 5.6vw, 62px);
    width: 1px;
    background: linear-gradient(180deg, var(--line-strong), rgba(124, 140, 136, .05));
  }

  .about-sec::after {
    content: "";
    position: absolute;
    left: -3px;
    top: clamp(38px, 5.6vw, 62px);
    width: 7px;
    height: 7px;
    background: var(--copper);
  }
}

.about-head {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding-bottom: 12px;
  margin-bottom: clamp(20px, 3vw, 30px);
  border-bottom: 1px solid var(--line);
}

.about-head__num {
  font-family: var(--font-mono);
  font-size: clamp(25px, 3.6vw, 38px);
  line-height: .95;
  letter-spacing: -.02em;
  color: var(--clay);
}

.about-head__title {
  margin: 4px 0 0;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(21px, 3vw, 29px);
  line-height: 1.22;
  letter-spacing: -.005em;
  color: var(--cream);
}

.about-sec__lede {
  margin: 0 0 clamp(20px, 3vw, 28px);
  max-width: 38em;
  font-size: 16px;
  line-height: 1.82;
  color: var(--mist);
}

.about-inline {
  color: var(--lime);
  border-bottom: 1px solid rgba(198, 240, 74, .38);
}

.about-more {
  display: inline-block;
  margin-top: 22px;
  padding-bottom: 2px;
  font-size: 14px;
  letter-spacing: .05em;
  color: var(--lime);
  text-decoration: none;
  border-bottom: 1px solid rgba(198, 240, 74, .42);
  transition: color var(--dur) ease, border-color var(--dur) ease;
}

.about-more:hover {
  color: var(--cream);
  border-bottom-color: var(--cream);
}

/* ---------- 01 Cards ---------- */

.about-cards {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 1px;
  background: var(--line-soft);
  border: 1px solid var(--line-soft);
}

@media (min-width: 760px) {
  .about-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.about-card {
  padding: clamp(20px, 2.6vw, 28px) clamp(18px, 2.4vw, 24px);
  background: linear-gradient(180deg, rgba(13, 32, 51, .88), rgba(4, 17, 14, .74));
}

.about-card__idx {
  display: inline-block;
  margin-bottom: 12px;
  color: var(--copper);
}

.about-card__title {
  margin: 0 0 10px;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 20px;
  letter-spacing: .01em;
  color: var(--cream);
}

.about-card__text {
  margin: 0;
  font-size: 15px;
  line-height: 1.78;
  color: var(--mist);
}

/* ---------- 02 Flow ---------- */

.about-flow {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
}

.about-flow__item {
  position: relative;
  padding: 20px 0 20px 26px;
  border-left: 1px solid var(--line);
}

.about-flow__item:last-child {
  border-left-color: transparent;
}

.about-flow__dot {
  position: absolute;
  left: -4px;
  top: 26px;
  width: 7px;
  height: 7px;
  background: var(--copper);
}

@media (min-width: 860px) {
  .about-flow {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .about-flow__item {
    padding: 30px 26px 0 0;
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  .about-flow__dot {
    left: 0;
    top: -4px;
  }
}

.about-flow__title {
  margin: 0 0 8px;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 18px;
  letter-spacing: .02em;
  color: var(--lime);
}

.about-flow__text {
  margin: 0;
  font-size: 15px;
  line-height: 1.78;
  color: var(--mist);
}

/* ---------- 03 Team ---------- */

.about-team {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: clamp(28px, 4vw, 44px);
}

@media (min-width: 900px) {
  .about-team {
    grid-template-columns: minmax(0, 7fr) minmax(0, 4fr);
    align-items: start;
  }
}

.about-role {
  padding: 18px 0;
  border-top: 1px solid var(--line-soft);
}

.about-role:first-of-type {
  padding-top: 0;
  border-top: 0;
}

.about-role__head {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 10px;
  margin-bottom: 8px;
}

.about-role__name {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 18px;
  letter-spacing: .01em;
  color: var(--cream);
}

.about-role__size {
  font-family: var(--font-mono);
  font-size: 13px;
  letter-spacing: .06em;
  color: var(--lime);
}

.about-role__text {
  margin: 0;
  font-size: 15px;
  line-height: 1.8;
  color: var(--mist);
}

.about-spec {
  border: 1px solid var(--line);
  background: rgba(4, 17, 14, .55);
}

.about-spec__head {
  padding: 12px 16px;
  background: var(--moss);
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: .14em;
  color: var(--cream);
}

.about-spec__row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 14px;
  padding: 13px 16px;
  border-top: 1px solid var(--line-soft);
}

.about-spec__head + .about-spec__row {
  border-top: 0;
}

.about-spec__k {
  font-size: 13px;
  line-height: 1.5;
  color: var(--mist);
}

.about-spec__v {
  font-family: var(--font-mono);
  font-size: 20px;
  line-height: 1;
  color: var(--lime);
}

/* ---------- 04 Columns ---------- */

.about-cols {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 1px;
  background: var(--line-soft);
  border: 1px solid var(--line-soft);
}

@media (min-width: 780px) {
  .about-cols {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.about-col {
  padding: clamp(20px, 2.6vw, 26px);
  background: linear-gradient(180deg, rgba(53, 104, 90, .30), rgba(4, 17, 14, .58));
}

.about-col__title {
  margin: 0 0 14px;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 17px;
  letter-spacing: .05em;
  color: var(--lime);
}

.about-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.about-list li {
  position: relative;
  padding-left: 18px;
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 1.72;
  color: var(--mist);
}

.about-list li:last-child {
  margin-bottom: 0;
}

.about-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .72em;
  width: 8px;
  height: 1px;
  background: var(--copper);
}

/* ---------- 05 Timeline ---------- */

.about-axis {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 1px;
  margin-bottom: clamp(22px, 3.4vw, 34px);
  background: var(--line-soft);
  border: 1px solid var(--line-soft);
}

@media (min-width: 720px) {
  .about-axis {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.about-axis__node {
  position: relative;
  display: block;
  padding: 18px 18px 18px 28px;
  background: rgba(4, 17, 14, .62);
  text-decoration: none;
  transition: background var(--dur) ease;
}

.about-axis__node::before {
  content: "";
  position: absolute;
  left: 13px;
  top: 24px;
  width: 7px;
  height: 7px;
  background: var(--copper);
}

.about-axis__node:hover,
.about-axis__node:focus-visible {
  background: rgba(53, 104, 90, .42);
}

.about-axis__yr {
  display: block;
  margin-bottom: 6px;
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: .14em;
  color: var(--copper);
}

.about-axis__name {
  display: block;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 17px;
  letter-spacing: .02em;
  color: var(--cream);
}

.about-phases {
  border-top: 1px solid var(--line-soft);
}

.about-phase {
  padding: 22px 0;
  border-bottom: 1px solid var(--line-soft);
  scroll-margin-top: 96px;
}

.about-phase:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.about-phase__tag {
  display: inline-block;
  margin-bottom: 10px;
  color: var(--copper);
}

.about-phase__title {
  margin: 0 0 10px;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(19px, 2.6vw, 24px);
  letter-spacing: -.005em;
  color: var(--cream);
}

.about-phase__text {
  margin: 0;
  max-width: 40em;
  font-size: 15px;
  line-height: 1.82;
  color: var(--mist);
}

/* ---------- 06 Facts ---------- */

.about-facts {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 1px;
  margin: 0;
  background: var(--line-soft);
  border: 1px solid var(--line-soft);
}

@media (min-width: 760px) {
  .about-facts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.about-facts__row {
  display: flex;
  flex-direction: column;
  gap: 7px;
  margin: 0;
  padding: 16px 18px;
  background: rgba(4, 17, 14, .68);
}

.about-facts__k {
  margin: 0;
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: .12em;
  color: var(--grid);
}

.about-facts__v {
  margin: 0;
  font-family: var(--font-mono);
  font-size: 15px;
  line-height: 1.6;
  overflow-wrap: anywhere;
  color: var(--cream);
}

.about-outro {
  margin-top: clamp(24px, 3.2vw, 34px);
  padding: 20px 22px;
  border: 1px solid var(--line);
  border-left: 3px solid var(--orange);
  background: rgba(255, 106, 43, .07);
}

.about-outro p {
  margin: 0;
  font-size: 15px;
  line-height: 1.82;
  color: var(--cream);
}

.about-outro .about-more {
  margin-top: 14px;
}

@media (prefers-reduced-motion: reduce) {
  .page-about .about-axis__node,
  .page-about .about-more {
    transition: none;
  }
}
<<<END>>>
