.page-about {
  --about-ink: #F5F0E8;
  --about-mist: #B0B8C4;
  --about-card-bg: #1C2E4A;
  --about-line: rgba(57, 255, 20, 0.35);
  background: #0A1F44;
  overflow-x: hidden;
}

.page-about .kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-mono);
  font-size: 13px;
  color: #39FF14;
  letter-spacing: 0.08em;
  margin-bottom: 14px;
}

.page-about .kicker::before {
  content: '';
  width: 10px;
  height: 10px;
  background: #FF6D00;
  clip-path: polygon(0 0, 100% 0, 0 100%);
}

.page-about .lead-text {
  font-size: 16px;
  line-height: 1.65;
  color: #B0B8C4;
  margin: 0;
}

.page-about .breadcrumb {
  padding-top: calc(var(--header-h) + 16px);
  padding-bottom: 8px;
}

.page-about .breadcrumb__link {
  color: #B0B8C4;
  text-decoration: none;
  font-size: 14px;
}

.page-about .breadcrumb__link:hover {
  color: #39FF14;
}

.page-about .breadcrumb__sep {
  color: #B0B8C4;
  margin: 0 6px;
  font-size: 14px;
}

.page-about .breadcrumb__current {
  color: #F5F0E8;
  font-size: 14px;
}

.page-about .about-hero {
  padding: 32px 0 72px;
}

.page-about .about-hero__inner {
  display: grid;
  gap: 40px;
  align-items: center;
}

.page-about .about-hero__title {
  font-family: var(--font-head);
  font-size: 38px;
  line-height: 1.16;
  color: #F5F0E8;
  margin: 0 0 20px;
  letter-spacing: 0.02em;
}

.page-about .about-hero__lead {
  font-size: 17px;
  line-height: 1.65;
  color: #F5F0E8;
  max-width: 540px;
  margin-bottom: 24px;
  padding-left: 16px;
  border-left: 3px solid #FF6D00;
}

.page-about .about-hero__desc p {
  font-size: 15px;
  line-height: 1.7;
  color: #B0B8C4;
  margin-bottom: 14px;
  max-width: 560px;
}

.page-about .about-hero__stats {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 28px;
  margin-top: 28px;
  padding-top: 20px;
  border-top: 1px solid rgba(176, 184, 196, 0.22);
}

.page-about .about-hero__stat {
  display: flex;
  flex-direction: column;
  min-width: 72px;
}

.page-about .about-hero__stat strong {
  font-family: var(--font-mono);
  font-size: 24px;
  color: #39FF14;
  line-height: 1.2;
}

.page-about .about-hero__stat span {
  font-size: 13px;
  color: #B0B8C4;
  margin-top: 2px;
}

.page-about .about-hero__visual {
  position: relative;
}

.page-about .about-hero__img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: var(--radius);
  border: 1px solid rgba(57, 255, 20, 0.25);
}

.page-about .about-hero__signal {
  position: absolute;
  right: 12px;
  bottom: 12px;
  background: #FF6D00;
  color: #0A1F44;
  font-family: var(--font-mono);
  font-size: 12px;
  font-weight: 700;
  padding: 8px 12px;
  border-radius: 6px;
  transform: rotate(-2deg);
  box-shadow: 0 4px 16px rgba(255, 109, 0, 0.3);
}

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

.page-about .about-section-head h2 {
  font-family: var(--font-head);
  font-size: 30px;
  line-height: 1.22;
  color: #F5F0E8;
  margin: 12px 0 12px;
}

.page-about .about-section-head .lead-text {
  max-width: 680px;
}

.page-about .about-section-head--center {
  text-align: center;
}

.page-about .about-section-head--center .lead-text {
  margin-left: auto;
  margin-right: auto;
}

.page-about .about-timeline {
  background: #1C2E4A;
  padding: 64px 0;
}

.page-about .about-timeline__layout {
  display: grid;
  gap: 48px;
}

.page-about .about-timeline__rail {
  position: relative;
  padding-left: 44px;
}

.page-about .about-timeline__rail::before {
  content: '';
  position: absolute;
  left: 14px;
  top: 6px;
  bottom: 12px;
  width: 2px;
  background: linear-gradient(to bottom, #39FF14 0%, #39FF14 82%, rgba(57, 255, 20, 0.1) 100%);
  opacity: 0.35;
}

.page-about .about-timeline__item {
  position: relative;
  margin-bottom: 40px;
}

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

.page-about .about-timeline__dot {
  position: absolute;
  left: -44px;
  top: 20px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 3px solid #39FF14;
  background: #0A1F44;
  box-shadow: 0 0 0 5px rgba(57, 255, 20, 0.15), 0 0 18px rgba(57, 255, 20, 0.35);
}

.page-about .about-timeline__card {
  position: relative;
  background: #0A1F44;
  border-radius: var(--radius);
  padding: 22px 24px 20px;
  border-left: 3px solid #FF6D00;
  overflow: hidden;
}

.page-about .about-timeline__card::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 24px;
  height: 24px;
  background: linear-gradient(225deg, #39FF14 0%, #39FF14 50%, transparent 50%);
  opacity: 0.5;
}

.page-about .about-timeline__year {
  display: inline-block;
  font-family: var(--font-mono);
  font-size: 13px;
  color: #39FF14;
  background: rgba(57, 255, 20, 0.12);
  padding: 4px 10px;
  border-radius: 999px;
  margin-bottom: 12px;
}

.page-about .about-timeline__card h3 {
  font-family: var(--font-head);
  font-size: 20px;
  color: #F5F0E8;
  margin: 0 0 8px;
}

.page-about .about-timeline__card p {
  font-size: 15px;
  line-height: 1.65;
  color: #B0B8C4;
  margin: 0 0 14px;
}

.page-about .about-timeline__side {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
}

.page-about .about-timeline__side img {
  width: 100%;
  max-width: 420px;
  height: auto;
  display: block;
  border-radius: var(--radius);
  border: 1px solid rgba(57, 255, 20, 0.2);
}

.page-about .about-timeline__caption {
  font-size: 13px;
  color: #B0B8C4;
  text-align: center;
  max-width: 320px;
  line-height: 1.5;
}

.page-about .about-org {
  padding: 72px 0;
}

.page-about .about-org__layout {
  display: grid;
  gap: 48px;
}

.page-about .about-org__svg-wrap {
  max-width: 520px;
  margin: 0 auto;
  width: 100%;
}

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

.page-about .about-org__notes {
  display: grid;
  gap: 16px;
}

.page-about .about-org__note {
  background: #1C2E4A;
  border-radius: var(--radius);
  padding: 24px;
  position: relative;
  overflow: hidden;
  border-top: 2px solid #39FF14;
}

.page-about .about-org__note::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 26px;
  height: 26px;
  background: linear-gradient(225deg, #0A1F44 0%, #0A1F44 50%, transparent 50%);
}

.page-about .about-org__note h3 {
  font-family: var(--font-head);
  font-size: 18px;
  color: #F5F0E8;
  margin: 0 0 8px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.page-about .about-org__note h3::before {
  content: '';
  flex: 0 0 auto;
  width: 10px;
  height: 10px;
  background: #39FF14;
  clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
}

.page-about .about-org__note p {
  font-size: 14px;
  line-height: 1.65;
  color: #B0B8C4;
  margin: 0;
}

.page-about .about-org__aux {
  margin-top: 40px;
}

.page-about .about-org__aux img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: var(--radius);
  border: 1px solid rgba(57, 255, 20, 0.2);
}

.page-about .about-honors {
  padding: 72px 0 88px;
  background: linear-gradient(180deg, #0A1F44 0%, #0D2A54 100%);
}

.page-about .about-honors__wall {
  display: grid;
  gap: 20px;
}

.page-about .about-honors__card {
  position: relative;
  background: #1C2E4A;
  border-radius: var(--radius);
  padding: 28px 24px 24px;
  border-top: 3px solid #FF6D00;
}

.page-about .about-honors__card::after {
  content: '';
  position: absolute;
  right: -6px;
  bottom: -6px;
  width: 100%;
  height: 100%;
  border-radius: var(--radius);
  border: 1px solid rgba(57, 255, 20, 0.22);
  z-index: 0;
  pointer-events: none;
}

.page-about .about-honors__year {
  display: inline-block;
  font-family: var(--font-mono);
  font-size: 13px;
  color: #FF6D00;
  background: rgba(255, 109, 0, 0.12);
  padding: 4px 10px;
  border-radius: 999px;
  margin-bottom: 14px;
}

.page-about .about-honors__card h3 {
  font-family: var(--font-head);
  font-size: 18px;
  color: #F5F0E8;
  margin: 0 0 10px;
}

.page-about .about-honors__card p {
  font-size: 14px;
  line-height: 1.65;
  color: #B0B8C4;
  margin: 0;
}

.page-about .about-honors__card--icp {
  border-top-color: #B65D3A;
}

.page-about .about-honors__card--partners {
  border-top-color: #39FF14;
}

.page-about .about-honors__footer-note {
  margin-top: 44px;
  padding-top: 24px;
  border-top: 1px solid rgba(176, 184, 196, 0.2);
  font-size: 14px;
  color: #B0B8C4;
}

.page-about .about-honors__footer-note a {
  color: #39FF14;
  text-decoration: none;
}

.page-about .about-honors__footer-note a:hover {
  text-decoration: underline;
}

.page-about .btn--ghost {
  color: #39FF14;
  border: 1px solid rgba(57, 255, 20, 0.45);
  background: transparent;
  padding: 7px 14px;
  border-radius: 6px;
  font-size: 13px;
  font-family: var(--font-body);
  transition: background var(--dur) var(--ease), color var(--dur) var(--ease);
}

.page-about .btn--ghost:hover {
  background: rgba(57, 255, 20, 0.12);
  color: #39FF14;
}

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

  .page-about .about-hero__inner {
    grid-template-columns: 1.1fr 0.9fr;
    gap: 48px;
  }

  .page-about .about-hero__title {
    font-size: 44px;
  }

  .page-about .about-hero__stats {
    gap: 32px;
  }

  .page-about .about-org__notes {
    grid-template-columns: repeat(3, 1fr);
  }

  .page-about .about-honors__wall {
    grid-template-columns: repeat(2, 1fr);
    gap: 28px;
  }
}

@media (min-width: 1024px) {
  .page-about .about-hero__title {
    font-size: 48px;
  }

  .page-about .about-timeline__layout {
    grid-template-columns: 1fr 0.7fr;
    gap: 64px;
  }

  .page-about .about-timeline__side img {
    max-width: 440px;
  }

  .page-about .about-org__layout {
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 56px;
  }

  .page-about .about-org__layout .about-org__notes {
    display: grid;
    grid-template-columns: 1fr;
  }

  .page-about .about-honors__wall {
    grid-template-columns: repeat(4, 1fr);
  }
}
