.page-about {
  --about-neon: #39FF88;
  --about-orange: #FF6B35;
  --about-ink: #0B1B2C;
  --about-carbon: #0D0D0F;
  --about-mist: #E8F0F4;
  --about-dim: #3A4A5A;
  --about-cyan: #00D4FF;
  --about-grad: linear-gradient(135deg, #39FF88 0%, #00D4FF 100%);
  --about-mono: "IBM Plex Mono", "SFMono-Regular", "Consolas", "Liberation Mono", monospace;
  --about-display: "Oswald", "Arial Narrow", "DIN Condensed", sans-serif;
  background: var(--about-ink);
  color: var(--about-mist);
  font-family: var(--about-mono);
  line-height: 1.7;
  overflow-x: hidden;
}

.page-about .about-hero {
  position: relative;
  margin: 0;
  border-top: 1px solid rgba(232, 240, 244, 0.14);
}

.page-about .about-hero__frame {
  position: relative;
  min-height: 520px;
  display: flex;
  align-items: center;
  overflow: hidden;
  border-bottom: 1px solid rgba(232, 240, 244, 0.14);
}

.page-about .about-hero__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.85) contrast(1.05);
}

.page-about .about-hero__shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(11, 27, 44, 0.95) 0%, rgba(11, 27, 44, 0.75) 45%, rgba(11, 27, 44, 0.35) 100%),
    linear-gradient(0deg, rgba(11, 27, 44, 0.72) 0%, transparent 60%);
}

.page-about .about-hero__inner {
  position: relative;
  z-index: 2;
  width: min(1200px, 92%);
  margin: 0 auto;
  padding: 80px 0 110px;
}

.page-about .about-hero__breadcrumb {
  font-family: var(--about-mono);
  font-size: 0.8125rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--about-neon);
  margin: 0 0 22px;
  padding: 4px 0 4px 16px;
  border-left: 2px solid var(--about-neon);
}

.page-about .about-hero__title {
  font-family: var(--about-display);
  font-size: clamp(3rem, 8vw, 6.5rem);
  font-weight: 700;
  line-height: 0.95;
  letter-spacing: -0.01em;
  margin: 0 0 28px;
  text-transform: uppercase;
  max-width: 12ch;
}

.page-about .about-hero__title::after {
  content: "›";
  color: var(--about-neon);
  margin-left: 0.08em;
}

.page-about .about-hero__lead {
  font-family: var(--about-mono);
  font-size: clamp(0.95rem, 1.3vw, 1.125rem);
  line-height: 1.85;
  color: rgba(232, 240, 244, 0.82);
  max-width: 56ch;
  margin: 0;
}

.page-about .about-hero__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 34px;
}

.page-about .about-hero__meta-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--about-mono);
  font-size: 0.8125rem;
  color: rgba(232, 240, 244, 0.65);
  letter-spacing: 0.04em;
}

.page-about .about-hero__meta-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--about-neon);
  box-shadow: 0 0 12px rgba(57, 255, 136, 0.7);
}

.page-about .about-hero__scale {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: min(1200px, 92%);
  margin: 0 auto;
  padding: 16px 0 14px;
  font-family: var(--about-mono);
  font-size: 0.7rem;
  letter-spacing: 0.18em;
  color: rgba(232, 240, 244, 0.4);
  text-transform: uppercase;
  border-bottom: 1px solid rgba(232, 240, 244, 0.14);
}

.page-about .about-hero__scale i {
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, var(--about-neon), transparent 85%);
  margin: 0 12px;
  opacity: 0.5;
}

.page-about .about-identity {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  width: min(1200px, 92%);
  margin: 0 auto;
  padding: 72px 0 80px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200' viewBox='0 0 200 200' fill='none' stroke='%233A4A5A' stroke-opacity='0.12'%3E%3Ccircle cx='100' cy='100' r='99'/%3E%3Ccircle cx='100' cy='100' r='75'/%3E%3Ccircle cx='100' cy='100' r='50'/%3E%3Cpath d='M100 0v200M0 100h200'/%3E%3C/svg%3E");
  background-size: 280px 280px;
  background-position: 95% 8%;
  background-repeat: no-repeat;
}

.page-about .about-identity::before {
  content: "";
  position: absolute;
  left: 0;
  top: 72px;
  bottom: 80px;
  width: 3px;
  background: linear-gradient(180deg, var(--about-neon) 0%, transparent 100%);
  opacity: 0.35;
}

.page-about .about-identity__text {
  padding-left: 22px;
}

.page-about .about-identity__kicker,
.page-about .about-timeline__kicker,
.page-about .about-capability__kicker,
.page-about .about-team__kicker,
.page-about .about-honors__kicker {
  font-family: var(--about-mono);
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--about-neon);
  margin: 0 0 12px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.page-about .about-identity__kicker::before,
.page-about .about-timeline__kicker::before,
.page-about .about-capability__kicker::before,
.page-about .about-team__kicker::before,
.page-about .about-honors__kicker::before {
  content: "";
  width: 18px;
  height: 1px;
  background: var(--about-neon);
}

.page-about .about-identity__heading,
.page-about .about-timeline__heading,
.page-about .about-capability__heading,
.page-about .about-team__heading,
.page-about .about-honors__heading {
  font-family: var(--about-display);
  font-size: clamp(1.8rem, 3.4vw, 2.9rem);
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  margin: 0 0 22px;
  max-width: 20ch;
}

.page-about .about-identity__body {
  font-size: 0.9375rem;
  line-height: 1.95;
  color: rgba(232, 240, 244, 0.78);
  max-width: 66ch;
  margin: 0 0 18px;
}

.page-about .about-identity__facts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 40px;
}

.page-about .about-identity__fact {
  border-left: 1px solid rgba(57, 255, 136, 0.6);
  padding: 6px 0 6px 14px;
}

.page-about .about-identity__fact-num {
  font-family: var(--about-display);
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1;
  color: var(--about-mist);
  display: block;
  margin-bottom: 6px;
}

.page-about .about-identity__fact-label {
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  color: rgba(232, 240, 244, 0.55);
}

.page-about .about-identity__visual {
  position: relative;
  padding-left: 22px;
}

.page-about .about-identity__img {
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: cover;
  filter: saturate(0.8) contrast(1.08) brightness(0.95);
  border: 1px solid rgba(232, 240, 244, 0.14);
}

.page-about .about-identity__line {
  position: absolute;
  right: -8px;
  top: -8px;
  width: 62%;
  height: 62%;
  border-top: 1px solid rgba(57, 255, 136, 0.4);
  border-right: 1px solid rgba(57, 255, 136, 0.4);
  pointer-events: none;
}

.page-about .about-identity__coord {
  position: absolute;
  bottom: 12px;
  left: 30px;
  font-size: 0.7rem;
  letter-spacing: 0.08em;
  color: var(--about-neon);
  font-family: var(--about-mono);
  background: rgba(11, 27, 44, 0.85);
  padding: 4px 8px;
  border-left: 2px solid var(--about-neon);
}

.page-about .about-timeline {
  background: var(--about-carbon);
  border-top: 1px solid rgba(232, 240, 244, 0.14);
  border-bottom: 1px solid rgba(232, 240, 244, 0.14);
  padding: 72px 0 88px;
}

.page-about .about-timeline__head {
  width: min(1200px, 92%);
  margin: 0 auto 48px;
}

.page-about .about-timeline__track {
  position: relative;
  width: min(1080px, 92%);
  margin: 0 auto;
  padding-left: 30px;
}

.page-about .about-timeline__track::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  bottom: 4px;
  width: 1px;
  background: repeating-linear-gradient(180deg, var(--about-dim), var(--about-dim) 6px, transparent 6px, transparent 12px);
}

.page-about .about-timeline__item {
  position: relative;
  padding-bottom: 0;
  margin-bottom: 36px;
  transition: transform 0.28s ease;
}

.page-about .about-timeline__item:hover {
  transform: translateX(6px);
}

.page-about .about-timeline__marker {
  position: absolute;
  left: -42px;
  top: 6px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--about-ink);
  border: 2px solid var(--about-neon);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  box-shadow: 0 0 18px rgba(57, 255, 136, 0.35);
}

.page-about .about-timeline__marker span {
  position: absolute;
  left: 34px;
  top: 50%;
  transform: translateY(-50%);
  font-family: var(--about-display);
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--about-neon);
  white-space: nowrap;
  letter-spacing: 0.06em;
}

.page-about .about-timeline__card {
  background: rgba(11, 27, 44, 0.7);
  border: 1px solid rgba(232, 240, 244, 0.1);
  padding: 22px 26px;
  margin-left: 0;
}

.page-about .about-timeline__card-title {
  font-family: var(--about-display);
  font-size: 1.35rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  margin: 0 0 10px;
  color: var(--about-mist);
}

.page-about .about-timeline__card-text {
  font-size: 0.875rem;
  line-height: 1.8;
  color: rgba(232, 240, 244, 0.72);
  margin: 0;
  max-width: 60ch;
}

.page-about .about-capability {
  padding: 72px 0 80px;
  width: min(1200px, 92%);
  margin: 0 auto;
}

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

.page-about .about-capability__body {
  font-size: 0.9375rem;
  line-height: 1.9;
  color: rgba(232, 240, 244, 0.78);
  max-width: 62ch;
  margin: 0;
}

.page-about .about-capability__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin-bottom: 36px;
}

.page-about .about-capability__item {
  position: relative;
  background: rgba(11, 27, 44, 0.75);
  border: 1px solid rgba(232, 240, 244, 0.1);
  padding: 28px 20px 22px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  transition: border-color 0.25s ease, transform 0.25s ease;
}

.page-about .about-capability__item:hover {
  border-color: var(--about-neon);
  transform: translateY(-3px);
}

.page-about .about-capability__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 20px;
  width: 28px;
  height: 2px;
  background: var(--about-grad);
}

.page-about .about-capability__num {
  font-family: var(--about-display);
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  color: var(--about-neon);
}

.page-about .about-capability__label {
  font-size: 0.79rem;
  letter-spacing: 0.06em;
  color: rgba(232, 240, 244, 0.62);
}

.page-about .about-capability__note {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  background: rgba(255, 107, 53, 0.08);
  border-left: 3px solid var(--about-orange);
  padding: 16px 18px;
}

.page-about .about-capability__note-icon {
  flex: 0 0 auto;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 1px solid var(--about-orange);
  color: var(--about-orange);
  font-family: serif;
  font-size: 0.85rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-style: normal;
}

.page-about .about-capability__note p {
  margin: 0;
  font-size: 0.8125rem;
  line-height: 1.85;
  color: rgba(232, 240, 244, 0.72);
}

.page-about .about-team {
  display: grid;
  grid-template-columns: 1fr;
  gap: 36px;
  width: min(1200px, 92%);
  margin: 0 auto;
  padding: 72px 0 80px;
  border-top: 1px solid rgba(232, 240, 244, 0.1);
}

.page-about .about-team__body {
  font-size: 0.9375rem;
  line-height: 1.9;
  color: rgba(232, 240, 244, 0.78);
  margin: 0 0 26px;
  max-width: 60ch;
}

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

.page-about .about-team__list-item {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 14px 0;
  border-bottom: 1px solid rgba(232, 240, 244, 0.1);
}

.page-about .about-team__list-num {
  flex: 0 0 auto;
  width: 58px;
  font-family: var(--about-display);
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--about-neon);
  line-height: 1;
}

.page-about .about-team__list-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.page-about .about-team__list-text strong {
  font-family: var(--about-display);
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--about-mist);
}

.page-about .about-team__list-text span {
  font-size: 0.79rem;
  color: rgba(232, 240, 244, 0.56);
}

.page-about .about-team__visual {
  position: relative;
  max-width: 460px;
}

.page-about .about-team__img {
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: cover;
  filter: saturate(0.75) contrast(1.05) brightness(0.95);
  border: 1px solid rgba(232, 240, 244, 0.14);
}

.page-about .about-team__tag {
  position: absolute;
  font-family: var(--about-mono);
  font-size: 0.75rem;
  letter-spacing: 0.06em;
  color: var(--about-neon);
  background: rgba(11, 27, 44, 0.9);
  border: 1px solid rgba(57, 255, 136, 0.45);
  padding: 4px 10px;
}

.page-about .about-team__tag--left {
  top: 18px;
  left: -8px;
}

.page-about .about-team__tag--right {
  top: 38%;
  right: -8px;
  color: var(--about-orange);
  border-color: rgba(255, 107, 53, 0.45);
}

.page-about .about-team__tag--bottom {
  bottom: 14px;
  left: 22px;
}

.page-about .about-honors {
  background: var(--about-carbon);
  border-top: 1px solid rgba(232, 240, 244, 0.14);
  padding: 72px 0 80px;
}

.page-about .about-honors__head {
  width: min(1200px, 92%);
  margin: 0 auto 38px;
}

.page-about .about-honors__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  width: min(1200px, 92%);
  margin: 0 auto 40px;
}

.page-about .about-honors__card {
  position: relative;
  background: rgba(11, 27, 44, 0.7);
  border: 1px solid rgba(232, 240, 244, 0.1);
  padding: 30px 26px 26px;
  transition: border-color 0.3s ease;
}

.page-about .about-honors__card:hover {
  border-color: var(--about-cyan);
}

.page-about .about-honors__badge {
  position: absolute;
  top: 18px;
  right: 20px;
  font-family: var(--about-mono);
  font-size: 0.7rem;
  color: rgba(232, 240, 244, 0.35);
  letter-spacing: 0.1em;
  border: 1px solid rgba(232, 240, 244, 0.16);
  padding: 3px 8px;
}

.page-about .about-honors__title {
  font-family: var(--about-display);
  font-size: 1.35rem;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--about-mist);
  margin: 0 0 12px;
  padding-right: 44px;
  line-height: 1.3;
}

.page-about .about-honors__desc {
  font-size: 0.845rem;
  line-height: 1.8;
  color: rgba(232, 240, 244, 0.68);
  margin: 0;
  max-width: 56ch;
}

.page-about .about-honors__coop {
  width: min(1200px, 92%);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
  border-top: 1px solid rgba(232, 240, 244, 0.14);
  border-bottom: 1px solid rgba(232, 240, 244, 0.14);
  padding: 26px 0;
}

.page-about .about-honors__coop-text p {
  font-size: 0.875rem;
  line-height: 1.85;
  color: rgba(232, 240, 244, 0.68);
  margin: 8px 0 0;
  max-width: 58ch;
}

.page-about .about-honors__coop-title {
  font-family: var(--about-display);
  font-size: 1.15rem;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--about-mist);
  margin: 0;
}

.page-about .about-honors__link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--about-mono);
  font-size: 0.85rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--about-neon);
  text-decoration: none;
  border: 1px solid var(--about-neon);
  padding: 10px 20px;
  transition: background 0.25s ease, color 0.25s ease;
}

.page-about .about-honors__link:hover {
  background: var(--about-neon);
  color: var(--about-ink);
}

.page-about .about-links {
  padding: 60px 0 70px;
  width: min(1200px, 92%);
  margin: 0 auto;
}

.page-about .about-links__label {
  font-family: var(--about-mono);
  font-size: 0.79rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(232, 240, 244, 0.5);
  margin: 0 0 24px;
}

.page-about .about-links__list {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.page-about .about-links__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 4px;
  border-bottom: 1px solid rgba(232, 240, 244, 0.12);
  font-family: var(--about-display);
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: var(--about-mist);
  text-decoration: none;
  transition: color 0.25s ease, padding-left 0.25s ease;
}

.page-about .about-links__item:hover {
  color: var(--about-neon);
  padding-left: 12px;
}

.page-about .about-links__arrow {
  color: var(--about-neon);
  font-size: 1.3rem;
  transition: transform 0.25s ease;
}

.page-about .about-links__item:hover .about-links__arrow {
  transform: translateX(5px);
}

@media (min-width: 760px) {
  .page-about .about-capability__grid {
    grid-template-columns: repeat(3, 1fr);
  }

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

  .page-about .about-team__list-item {
    padding: 16px 0;
  }

  .page-about .about-hero__inner {
    padding: 100px 0 140px;
  }
}

@media (min-width: 1024px) {
  .page-about .about-identity {
    grid-template-columns: 1.1fr 0.9fr;
    gap: 56px;
    padding: 100px 0 110px;
  }

  .page-about .about-team {
    grid-template-columns: 1.05fr 0.95fr;
    gap: 56px;
    align-items: center;
    padding: 100px 0 110px;
  }

  .page-about .about-honors__coop {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  .page-about .about-timeline__track {
    padding-left: 36px;
  }

  .page-about .about-timeline__marker {
    left: -46px;
  }

  .page-about .about-timeline__card {
    transition: background 0.25s ease, border-color 0.25s ease;
  }

  .page-about .about-timeline__item:hover .about-timeline__card {
    border-color: rgba(57, 255, 136, 0.35);
  }
}
