.page-about .about-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 26px 0 64px;
  background:
    radial-gradient(120% 92% at 94% 4%, rgba(30, 92, 70, .55) 0%, rgba(11, 20, 16, 0) 58%),
    linear-gradient(178deg, var(--ink) 0%, var(--ink-2) 58%, #0A1A14 100%);
}

.page-about .about-hero::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: -150px;
  right: -170px;
  width: min(700px, 82vw);
  height: min(700px, 82vw);
  background: linear-gradient(212deg, var(--panel-2) 0%, rgba(18, 58, 46, 0) 72%);
  clip-path: polygon(0 0, 100% 0, 100% 60%, 0 100%);
  pointer-events: none;
}

.page-about .about-hero::after {
  content: "";
  position: absolute;
  z-index: 0;
  left: -140px;
  bottom: -230px;
  width: 420px;
  height: 420px;
  border: 1px solid var(--line-soft);
  border-radius: 50%;
  pointer-events: none;
}

.page-about .about-hero .container {
  position: relative;
  z-index: 1;
}

.page-about .breadcrumbs {
  margin-bottom: 30px;
}

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

.page-about .about-hero__aside {
  order: 2;
}

.page-about .about-hero h1 {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(38px, 8vw, 78px);
  line-height: 1.02;
  letter-spacing: -.02em;
  color: var(--ivory);
  margin: 10px 0 0;
}

.page-about .about-hero .lede {
  margin: 20px 0 0;
  max-width: 40ch;
  font-size: 17px;
  line-height: 1.8;
  color: rgba(237, 234, 224, .84);
}

.page-about .about-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.page-about .hero-facts {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 1px;
  background: var(--line-soft);
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  overflow: hidden;
}

.page-about .hero-facts__item {
  display: flex;
  align-items: baseline;
  gap: 16px;
  padding: 15px 18px;
  background: rgba(14, 42, 34, .84);
}

.page-about .hero-facts__num {
  font-family: var(--font-data);
  font-size: 24px;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -.02em;
  color: var(--lime);
  min-width: 84px;
  flex: 0 0 auto;
}

.page-about .hero-facts__num small {
  font-size: .5em;
  font-weight: 400;
  margin-left: 2px;
  color: rgba(198, 242, 78, .75);
}

.page-about .hero-facts__label {
  font-size: 14.5px;
  line-height: 1.6;
  color: var(--muted);
}

.page-about .about-lead {
  position: relative;
  z-index: 2;
  margin-top: -40px;
  margin-bottom: 8px;
}

.page-about .about-lead .media-frame {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
  aspect-ratio: 3 / 2;
}

.page-about .about-lead img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: cover;
}

.page-about .about-section {
  position: relative;
  padding: 54px 0;
}

.page-about .about-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 10px;
  margin-bottom: 32px;
}

.page-about .about-num {
  font-family: var(--font-data);
  font-size: 44px;
  font-weight: 300;
  line-height: .9;
  letter-spacing: -.05em;
  color: rgba(198, 242, 78, .24);
}

.page-about .about-head__title {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(25px, 4.6vw, 40px);
  line-height: 1.22;
  letter-spacing: -.012em;
  color: var(--ivory);
  margin: 6px 0 0;
}

.page-about .about-head__sub {
  margin: 12px 0 0;
  max-width: 44ch;
  font-size: 15.5px;
  line-height: 1.78;
  color: var(--muted);
}

.page-about .about-panel {
  background: var(--panel);
  border: 1px solid var(--line-soft);
  border-radius: var(--radius);
  padding: 26px 22px;
}

.page-about .about-panel .prose {
  margin: 0;
  max-width: 46ch;
  font-size: 16.5px;
  line-height: 1.82;
  color: rgba(237, 234, 224, .88);
}

.page-about .about-panel .prose + .prose {
  margin-top: 14px;
}

.page-about .about-panel .prose a {
  color: var(--lime);
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
}

.page-about .about-panel--wine {
  background: linear-gradient(158deg, var(--wine) 0%, #3E1017 100%);
  border-color: rgba(228, 53, 60, .38);
}

.page-about .about-panel--purple {
  background: linear-gradient(158deg, var(--purple) 0%, #22143A 100%);
  border-color: rgba(198, 242, 78, .22);
}

.page-about .about-panel--wine .eyebrow,
.page-about .about-panel--purple .eyebrow {
  color: rgba(237, 234, 224, .7);
}

.page-about .about-panel--wine .prose,
.page-about .about-panel--purple .prose {
  color: rgba(237, 234, 224, .9);
}

.page-about .about-panel--offset {
  margin-top: 22px;
}

.page-about .about-panel--wide {
  margin-top: 26px;
}

.page-about .tick-list {
  list-style: none;
  margin: 16px 0 0;
  padding: 0;
  display: grid;
  gap: 11px;
}

.page-about .tick-list li {
  position: relative;
  padding-left: 20px;
  font-size: 15px;
  line-height: 1.68;
  color: rgba(237, 234, 224, .92);
}

.page-about .tick-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 8px;
  height: 8px;
  border-radius: 2px;
  background: var(--lime);
}

.page-about .about-note {
  margin: 18px 0 0;
  font-size: 13.5px;
  line-height: 1.7;
  color: rgba(237, 234, 224, .68);
}

.page-about .team-cards {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 20px;
}

.page-about .about-card {
  background: linear-gradient(180deg, var(--panel) 0%, var(--panel-2) 100%);
  border: 1px solid var(--line-soft);
  border-radius: var(--radius);
  padding: 24px 22px 26px;
}

.page-about .about-card__top {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 16px;
}

.page-about .pill-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-data);
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  color: var(--ink);
  background: var(--lime);
  border-radius: var(--pill);
  padding: 8px 15px;
}

.page-about .about-card__title {
  font-family: var(--font-display);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.36;
  color: var(--ivory);
  margin: 0 0 10px;
}

.page-about .about-card p {
  margin: 0;
  font-size: 15.5px;
  line-height: 1.76;
  color: rgba(237, 234, 224, .8);
}

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

.page-about .flow-step {
  position: relative;
  border-left: 1px solid var(--line);
  padding: 2px 0 30px 24px;
}

.page-about .flow-step:last-child {
  border-left-color: transparent;
  padding-bottom: 0;
}

.page-about .flow-step::before {
  content: "";
  position: absolute;
  left: -5px;
  top: 6px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--orange);
  box-shadow: 0 0 0 4px rgba(255, 138, 61, .14);
}

.page-about .flow-step:first-child::before {
  background: var(--lime);
  box-shadow: 0 0 0 4px rgba(198, 242, 78, .16);
}

.page-about .flow-step__time {
  display: block;
  font-family: var(--font-data);
  font-size: 12.5px;
  letter-spacing: .06em;
  color: var(--orange);
  margin-bottom: 7px;
}

.page-about .flow-step:first-child .flow-step__time {
  color: var(--lime);
}

.page-about .flow-step__title {
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  color: var(--ivory);
  margin: 0 0 8px;
}

.page-about .flow-step p {
  margin: 0;
  max-width: 46ch;
  font-size: 15.5px;
  line-height: 1.78;
  color: rgba(237, 234, 224, .8);
}

.page-about .process-figure {
  margin: 34px 0 0;
}

.page-about .process-figure .media-frame {
  border: 1px solid var(--line-soft);
  border-radius: var(--radius);
  overflow: hidden;
  aspect-ratio: 10 / 7;
}

.page-about .process-figure img,
.page-about .history-figure img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: cover;
}

.page-about .process-figure figcaption,
.page-about .history-figure figcaption {
  margin-top: 12px;
  font-size: 13px;
  line-height: 1.68;
  color: var(--muted);
}

.page-about .history-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 34px;
}

.page-about .history-axis {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  display: grid;
  gap: 24px;
}

.page-about .history-axis::before {
  content: "";
  position: absolute;
  left: 31px;
  top: 10px;
  bottom: 10px;
  width: 2px;
  border-radius: 2px;
  background: linear-gradient(180deg, var(--lime) 0%, var(--line) 24%, var(--line) 100%);
  opacity: .5;
}

.page-about .history-node {
  position: relative;
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  gap: 14px;
}

.page-about .history-node::before {
  content: "";
  position: absolute;
  left: 27px;
  top: 24px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--lime);
  box-shadow: 0 0 0 5px rgba(198, 242, 78, .13);
  z-index: 2;
}

.page-about .history-node__season {
  font-family: var(--font-data);
  font-size: 12.5px;
  line-height: 1.45;
  letter-spacing: .02em;
  color: var(--muted);
  text-align: right;
  padding: 20px 4px 0 0;
}

.page-about .history-node__body {
  background: var(--panel);
  border: 1px solid var(--line-soft);
  border-radius: var(--radius-sm);
  padding: 18px 20px;
}

.page-about .history-node__body h3 {
  font-family: var(--font-display);
  font-size: 17.5px;
  font-weight: 500;
  line-height: 1.4;
  color: var(--ivory);
  margin: 0 0 8px;
}

.page-about .history-node__body p {
  margin: 0;
  font-size: 15px;
  line-height: 1.76;
  color: rgba(237, 234, 224, .78);
}

.page-about .history-figure {
  margin: 0;
}

.page-about .history-figure .media-frame {
  border: 1px solid var(--line-soft);
  border-radius: var(--radius);
  overflow: hidden;
  aspect-ratio: 1 / 1;
}

.page-about .partner-num {
  font-family: var(--font-data);
  font-size: 58px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: -.03em;
  color: var(--lime);
  margin: 16px 0 14px;
}

.page-about .partner-num small {
  font-size: .3em;
  font-weight: 400;
  margin-left: 6px;
  color: rgba(237, 234, 224, .7);
}

.page-about .partner-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 20px;
}

.page-about .partner-item {
  border-left: 3px solid var(--line);
  padding: 2px 0 2px 18px;
}

.page-about .partner-item:nth-child(1) {
  border-left-color: var(--lime);
}

.page-about .partner-item:nth-child(2) {
  border-left-color: var(--orange);
}

.page-about .partner-item:nth-child(3) {
  border-left-color: var(--muted);
}

.page-about .partner-item h3 {
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  color: var(--ivory);
  margin: 0 0 7px;
}

.page-about .partner-item p {
  margin: 0;
  font-size: 15.5px;
  line-height: 1.78;
  color: rgba(237, 234, 224, .78);
}

.page-about .stat-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.page-about .stat-card {
  display: flex;
  flex-direction: column;
  gap: 8px;
  background: var(--panel);
  border: 1px solid var(--line-soft);
  border-radius: var(--radius-sm);
  padding: 20px 18px;
}

.page-about .stat-card__value {
  font-family: var(--font-data);
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -.02em;
  color: var(--lime);
}

.page-about .stat-card__value small {
  font-size: .42em;
  font-weight: 400;
  margin-left: 3px;
  color: rgba(198, 242, 78, .72);
}

.page-about .stat-card__label {
  font-size: 14px;
  line-height: 1.62;
  color: var(--muted);
}

.page-about .about-cta__panel {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 24px;
  background: linear-gradient(142deg, var(--panel) 0%, var(--ink-2) 100%);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 30px 22px;
}

.page-about .about-cta__panel::before {
  content: "";
  position: absolute;
  right: -90px;
  top: -90px;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(198, 242, 78, .18) 0%, rgba(198, 242, 78, 0) 70%);
  pointer-events: none;
}

.page-about .about-cta__copy {
  position: relative;
  z-index: 1;
}

.page-about .about-cta__copy h2 {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(23px, 4vw, 34px);
  line-height: 1.26;
  letter-spacing: -.01em;
  color: var(--ivory);
  margin: 8px 0 0;
}

.page-about .about-cta__copy p {
  margin: 14px 0 0;
  max-width: 46ch;
  font-size: 15.5px;
  line-height: 1.78;
  color: rgba(237, 234, 224, .82);
}

.page-about .about-cta__actions {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

@media (min-width: 640px) {
  .page-about .about-panel {
    padding: 32px 30px;
  }

  .page-about .about-cta__panel {
    padding: 40px 36px;
  }

  .page-about .stat-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
  }
}

@media (min-width: 768px) {
  .page-about .about-hero {
    padding: 34px 0 78px;
  }

  .page-about .about-hero__grid {
    grid-template-columns: minmax(0, 7fr) minmax(0, 5fr);
    align-items: end;
    gap: 48px;
  }

  .page-about .about-head {
    grid-template-columns: 104px minmax(0, 1fr);
    gap: 26px;
    margin-bottom: 46px;
  }

  .page-about .about-num {
    font-size: 78px;
  }

  .page-about .about-section {
    padding: 86px 0;
  }

  .page-about .team-cards {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    align-items: start;
  }

  .page-about .about-card:nth-child(2) {
    margin-top: 36px;
  }

  .page-about .about-card:nth-child(3) {
    margin-top: 72px;
  }

  .page-about .about-panel--offset {
    margin-top: 34px;
  }

  .page-about .process-figure {
    margin-top: 46px;
  }

  .page-about .about-cta__panel {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 36px;
    padding: 46px 44px;
  }

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

@media (min-width: 1024px) {
  .page-about .history-layout {
    grid-template-columns: minmax(0, 1fr) 320px;
    gap: 56px;
    align-items: start;
  }

  .page-about .history-figure {
    margin-top: 6px;
  }

  .page-about .about-lead {
    margin-top: -52px;
  }
}
<<<END>>>
</main>
