.page-about {
  --about-flow-line: rgba(255, 106, 0, .55);
  --about-card-border: rgba(255, 255, 255, .08);
  background: var(--navy);
}

.page-about .figure {
  position: relative;
  margin: 0;
}

.page-about .breadcrumb {
  margin: 0;
  padding: 28px 0 8px;
  font-size: 14px;
  color: var(--white-60);
}

.page-about .breadcrumb a {
  color: var(--white-75);
  text-decoration: none;
  transition: color .2s;
}

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

.page-about .breadcrumb [aria-current="page"] {
  color: var(--electric);
}

.page-about .breadcrumb-sep {
  margin: 0 8px;
  color: var(--white-40);
}

.page-about .section-head {
  margin-bottom: 28px;
}

.page-about .about-brand .section-title,
.page-about .about-team .section-title,
.page-about .about-honors .section-title {
  color: var(--white);
}

.page-about .about-flow .section-title,
.page-about .about-milestones .section-title,
.page-about .about-ecosystem .section-title {
  color: var(--ink);
}

.page-about .about-hero {
  position: relative;
  overflow: hidden;
  padding: 32px 0 64px;
  background: var(--navy);
}

.page-about .about-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(var(--white-06) 1px, transparent 1px),
    linear-gradient(90deg, var(--white-06) 1px, transparent 1px);
  background-size: 36px 36px;
  pointer-events: none;
}

.page-about .about-hero::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 40%;
  height: 100%;
  background: linear-gradient(135deg, transparent 44%, rgba(255, 106, 0, .26) 44%, rgba(255, 106, 0, .26) 48%, transparent 48%);
  pointer-events: none;
}

.page-about .about-hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  align-items: center;
}

.page-about .about-hero-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 14px;
  font-family: var(--font-display);
  font-size: 15px;
  letter-spacing: .14em;
  color: var(--electric);
  text-transform: uppercase;
}

.page-about .about-hero-copy h1 {
  margin: 0 0 16px;
  font-family: var(--font-display);
  font-size: clamp(32px, 6vw, 58px);
  line-height: 1.1;
  letter-spacing: .02em;
  color: var(--white);
}

.page-about .about-hero-desc {
  max-width: 58ch;
  margin: 0 0 24px;
  color: var(--white-75);
  font-size: 17px;
  line-height: 1.75;
}

.page-about .about-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.page-about .about-hero-panel {
  padding: 20px;
  border-top: 3px solid var(--orange);
}

.page-about .about-hero-panel-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}

.page-about .about-hero-panel .data-row {
  padding: 13px 0;
  border-bottom: 1px dashed var(--white-08);
}

.page-about .about-hero-panel .data-row:last-of-type {
  border-bottom: none;
}

.page-about .about-hero-panel-note {
  margin: 10px 0 0;
  color: var(--white-55);
  font-size: 13px;
  line-height: 1.6;
}

.page-about .about-brand {
  padding: 8px 0 100px;
  background: linear-gradient(180deg, var(--navy) 0%, var(--navy) 58%, var(--paper) 100%);
}

.page-about .about-brand-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
}

.page-about .about-brand-main p {
  margin: 0 0 16px;
  color: var(--white-75);
  font-size: 16px;
  line-height: 1.8;
}

.page-about .about-brand-main p:last-child {
  margin-bottom: 0;
}

.page-about .about-brand-side .data-panel {
  padding: 20px;
}

.page-about .about-brand-panel-title {
  display: block;
  margin-bottom: 12px;
  font-family: var(--font-display);
  font-size: 16px;
  letter-spacing: .08em;
  color: var(--electric);
}

.page-about .about-brand-panel-list {
  margin: 0 0 12px;
  padding: 0;
  list-style: none;
}

.page-about .about-brand-panel-list li {
  position: relative;
  padding-left: 18px;
  color: var(--white-75);
  font-size: 15px;
  line-height: 2;
}

.page-about .about-brand-panel-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 13px;
  width: 6px;
  height: 6px;
  background: var(--electric);
}

.page-about .about-brand-panel-note {
  margin: 0;
  padding-top: 12px;
  border-top: 1px dashed var(--white-08);
  color: var(--white-55);
  font-size: 13px;
  line-height: 1.6;
}

.page-about .about-flow {
  padding: 80px 0 100px;
  background: linear-gradient(180deg, var(--paper) 0%, var(--paper) 76%, var(--navy) 100%);
}

.page-about .about-flow-intro {
  max-width: 720px;
  margin: 0 0 28px;
  color: var(--text-muted);
  font-size: 17px;
  line-height: 1.75;
}

.page-about .about-flow-figure {
  margin: 0 0 40px;
}

.page-about .about-flow-figure img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 6px;
  box-shadow: 0 14px 36px var(--navy-shadow-light);
}

.page-about .about-flow-steps {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
}

.page-about .about-flow-step {
  position: relative;
  margin: 0;
  padding: 24px 20px 24px 58px;
  background: var(--white);
  border: 1px solid var(--line-light);
  border-left: 4px solid var(--orange);
  box-shadow: 0 8px 22px var(--navy-shadow-light);
}

.page-about .about-flow-step::after {
  content: '';
  position: absolute;
  left: 29px;
  bottom: -24px;
  width: 2px;
  height: 20px;
  background-image: linear-gradient(180deg, var(--about-flow-line) 50%, transparent 50%);
  background-size: 2px 6px;
  animation: about-flow-dash-v 1.2s linear infinite;
}

.page-about .about-flow-step:last-child::after {
  display: none;
}

.page-about .about-flow:hover .about-flow-step::after {
  animation-duration: .4s;
}

.page-about .about-flow-step-num {
  position: absolute;
  left: 18px;
  top: 24px;
  font-family: var(--font-display);
  font-size: 28px;
  line-height: 1;
  color: var(--orange);
}

.page-about .about-flow-step h3 {
  margin: 0 0 8px;
  color: var(--ink);
  font-size: 20px;
}

.page-about .about-flow-step p {
  margin: 0;
  color: var(--text-muted);
  font-size: 15px;
  line-height: 1.65;
}

.page-about .about-team {
  padding: 72px 0 100px;
  background: linear-gradient(180deg, var(--navy) 0%, var(--navy) 72%, var(--paper) 100%);
}

.page-about .about-team-intro {
  max-width: 680px;
  margin: 0 0 28px;
  color: var(--white-72);
  font-size: 17px;
  line-height: 1.75;
}

.page-about .team-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  margin-bottom: 40px;
}

.page-about .team-card {
  padding: 24px;
  background: var(--navy-soft);
  border: 1px solid var(--about-card-border);
  border-top: 3px solid var(--electric);
  transition: transform .3s var(--ease-out), border-color .3s var(--ease-out);
}

.page-about .team-card:hover {
  transform: translateY(-4px);
  border-color: var(--electric-border-soft);
}

.page-about .team-card-count {
  font-family: var(--font-display);
  font-size: 48px;
  line-height: 1;
  color: var(--orange);
}

.page-about .team-card-count span {
  margin-left: 2px;
  font-family: var(--font-body);
  font-size: 18px;
  color: var(--white-60);
}

.page-about .team-card h3 {
  margin: 14px 0 8px;
  color: var(--white);
  font-size: 20px;
}

.page-about .team-card > p {
  margin: 0 0 12px;
  color: var(--white-68);
  font-size: 15px;
  line-height: 1.65;
}

.page-about .team-card ul {
  margin: 0;
  padding: 12px 0 0;
  list-style: none;
  border-top: 1px dashed var(--white-08);
}

.page-about .team-card li {
  position: relative;
  padding-left: 14px;
  color: var(--white-60);
  font-size: 14px;
  line-height: 1.9;
}

.page-about .team-card li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 12px;
  width: 5px;
  height: 5px;
  background: var(--electric);
}

.page-about .about-team-figure img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 6px;
}

.page-about .about-milestones {
  padding: 72px 0 100px;
  background: linear-gradient(180deg, var(--paper) 0%, var(--paper) 74%, var(--navy) 100%);
}

.page-about .about-milestones-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 36px;
}

.page-about .milestone-timeline {
  position: relative;
  padding-left: 34px;
}

.page-about .milestone-timeline::before {
  content: '';
  position: absolute;
  left: 9px;
  top: 10px;
  bottom: 10px;
  width: 2px;
  background-image: linear-gradient(180deg, var(--about-flow-line) 50%, transparent 50%);
  background-size: 2px 8px;
  animation: about-milestone-dash 1.8s linear infinite;
}

.page-about .milestone-item {
  position: relative;
  margin-bottom: 28px;
}

.page-about .milestone-item:last-child {
  margin-bottom: 0;
}

.page-about .milestone-dot {
  position: absolute;
  left: -34px;
  top: 12px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--orange);
  border: 4px solid var(--paper);
  box-shadow: 0 0 0 2px var(--orange);
}

.page-about .milestone-card {
  padding: 20px;
  background: var(--white);
  border-left: 4px solid var(--orange);
  box-shadow: 0 8px 24px var(--navy-shadow-light);
  outline: none;
  transition: box-shadow .3s var(--ease-out), transform .3s var(--ease-out);
}

.page-about .milestone-card:hover,
.page-about .milestone-card:focus-visible {
  transform: translateX(4px);
  box-shadow: 0 14px 36px rgba(11, 29, 58, .14);
}

.page-about .milestone-card h3 {
  margin: 8px 0 8px;
  color: var(--ink);
  font-size: 20px;
  line-height: 1.4;
}

.page-about .milestone-card > p {
  margin: 0;
  color: var(--text-muted);
  font-size: 15px;
  line-height: 1.65;
}

.page-about .milestone-extra {
  max-height: none;
  opacity: 1;
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px dashed var(--line-dash);
}

.page-about .milestone-extra p {
  margin: 0;
  color: var(--text-faint);
  font-size: 14px;
  line-height: 1.6;
}

.page-about .about-milestone-figure img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 6px;
  box-shadow: 0 14px 36px var(--navy-shadow-light);
}

.page-about .about-honors {
  padding: 72px 0 100px;
  background: linear-gradient(180deg, var(--navy) 0%, var(--navy) 76%, var(--paper) 100%);
}

.page-about .honor-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}

.page-about .honor-card {
  position: relative;
  padding: 26px 24px;
  background: var(--navy-soft);
  border: 1px solid var(--about-card-border);
  transition: transform .3s var(--ease-out), border-color .3s var(--ease-out);
}

.page-about .honor-card:hover {
  transform: translateY(-4px);
  border-color: var(--electric-border-soft);
}

.page-about .honor-star {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin-bottom: 16px;
  background: var(--amber-mist);
  color: var(--amber);
  font-size: 20px;
}

.page-about .honor-card h3 {
  margin: 0 0 10px;
  color: var(--white);
  font-size: 20px;
  line-height: 1.45;
}

.page-about .honor-card p {
  margin: 0;
  color: var(--white-68);
  font-size: 15px;
  line-height: 1.65;
}

.page-about .about-ecosystem {
  padding: 72px 0 88px;
  background: var(--paper);
}

.page-about .about-ecosystem-intro {
  max-width: 720px;
  margin: 0 0 28px;
  color: var(--text-muted);
  font-size: 17px;
  line-height: 1.75;
}

.page-about .ecosystem-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}

.page-about .ecosystem-item {
  padding: 24px;
  background: var(--paper-deep);
  border-left: 4px solid var(--electric-deep);
}

.page-about .ecosystem-icon {
  display: inline-block;
  margin-bottom: 12px;
  font-family: var(--font-display);
  font-size: 18px;
  letter-spacing: .1em;
  color: var(--electric-deep);
}

.page-about .ecosystem-item h3 {
  margin: 0 0 8px;
  color: var(--ink);
  font-size: 20px;
}

.page-about .ecosystem-item p {
  margin: 0;
  color: var(--text-muted);
  font-size: 15px;
  line-height: 1.65;
}

.page-about .about-ecosystem-bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 20px;
  margin-top: 36px;
  padding-top: 20px;
  border-top: 1px solid var(--line-light);
}

.page-about .about-ecosystem-bottom p {
  margin: 0;
  font-weight: 700;
  color: var(--ink);
}

.page-about .about-ecosystem-bottom a {
  color: var(--electric-deep);
  text-decoration: none;
  border-bottom: 1px solid var(--electric-border);
  transition: color .2s, border-color .2s;
}

.page-about .about-ecosystem-bottom a:hover {
  color: var(--navy);
  border-color: var(--navy);
}

@keyframes about-flow-dash-v {
  from { background-position: 0 0; }
  to { background-position: 0 12px; }
}

@keyframes about-flow-dash-h {
  from { background-position: 0 0; }
  to { background-position: 12px 0; }
}

@keyframes about-milestone-dash {
  from { background-position: 0 0; }
  to { background-position: 0 16px; }
}

@media (min-width: 900px) {
  .page-about .about-hero-inner {
    grid-template-columns: minmax(0, 1fr) 380px;
    gap: 56px;
  }

  .page-about .about-brand-grid {
    grid-template-columns: minmax(0, 2fr) minmax(0, 1fr);
    gap: 48px;
    align-items: start;
  }

  .page-about .about-flow-steps {
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
  }

  .page-about .about-flow-step {
    padding: 28px 22px 24px;
  }

  .page-about .about-flow-step-num {
    position: static;
    display: block;
    font-size: 36px;
    margin-bottom: 14px;
  }

  .page-about .about-flow-step::after {
    left: auto;
    right: -14px;
    bottom: auto;
    top: 50%;
    width: 14px;
    height: 2px;
    background-image: linear-gradient(90deg, var(--about-flow-line) 50%, transparent 50%);
    background-size: 6px 2px;
    transform: translateY(-50%);
    animation-name: about-flow-dash-h;
    animation-duration: 1.8s;
  }

  .page-about .about-flow-step:last-child::after {
    display: none;
  }

  .page-about .about-flow:hover .about-flow-step::after {
    animation-duration: .6s;
  }

  .page-about .team-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }

  .page-about .about-milestones-layout {
    grid-template-columns: minmax(0, 1fr) 280px;
    gap: 48px;
    align-items: start;
  }

  .page-about .milestone-timeline {
    padding-left: 40px;
  }

  .page-about .milestone-dot {
    left: -40px;
  }

  .page-about .milestone-extra {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
    transition: max-height .45s var(--ease-out), opacity .35s, margin-top .35s, padding-top .35s;
  }

  .page-about .milestone-card:hover .milestone-extra,
  .page-about .milestone-card:focus-within .milestone-extra {
    max-height: 180px;
    opacity: 1;
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px dashed var(--line-dash);
  }

  .page-about .about-milestone-figure {
    position: sticky;
    top: 24px;
  }

  .page-about .about-milestone-figure img {
    height: 480px;
  }

  .page-about .honor-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }

  .page-about .ecosystem-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .page-about .about-flow-step::after,
  .page-about .milestone-timeline::before {
    animation: none;
  }

  .page-about .milestone-extra,
  .page-about .milestone-card,
  .page-about .team-card,
  .page-about .honor-card {
    transition: none;
  }
}
<<<PAGE_CSS_END>>>
