.page-about {
  --about-spoke-r: 210px;
  background:
    radial-gradient(circle at 12% 8%, rgba(255, 46, 151, 0.12), transparent 26%),
    radial-gradient(circle at 88% 20%, rgba(0, 217, 255, 0.1), transparent 30%),
    var(--bg-deep);
}

.page-about__section {
  position: relative;
}

.page-about .title-lg {
  font-family: var(--font-title);
  font-weight: 900;
  letter-spacing: -0.02em;
  color: var(--text-bright);
  display: inline-block;
  padding: 4px 24px 4px 0;
  background: linear-gradient(90deg, rgba(255, 46, 151, 0.18), transparent 72%);
  clip-path: polygon(0 0, 100% 0, calc(100% - 14px) 100%, 0 100%);
  margin: 0;
}

.about-hero {
  padding-block: 96px 48px;
  overflow: hidden;
}

.about-hero::before {
  content: "2016";
  position: absolute;
  right: -2%;
  top: 6%;
  font-family: var(--font-title);
  font-weight: 900;
  font-size: clamp(120px, 24vw, 320px);
  line-height: 1;
  color: rgba(255, 46, 151, 0.07);
  letter-spacing: -0.04em;
  transform: skewX(-12deg);
  white-space: nowrap;
  pointer-events: none;
  z-index: 0;
}

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

.about-hero__inner {
  max-width: 880px;
}

.about-hero__eyebrow {
  color: var(--accent-gold);
  letter-spacing: 0.18em;
  font-weight: 500;
  margin-bottom: 16px;
}

.about-hero__title {
  font-family: var(--font-title);
  font-weight: 900;
  line-height: 1.02;
  letter-spacing: -0.02em;
  margin: 0 0 28px;
  color: var(--text-bright);
}

.about-hero__title-line {
  display: block;
}

.about-hero__title-line--strong {
  font-size: clamp(2.6rem, 6vw, 4.8rem);
}

.about-hero__title-line--sub {
  display: inline-block;
  margin-top: 10px;
  font-size: clamp(1.2rem, 2.4vw, 1.9rem);
  color: var(--accent-primary);
  background: linear-gradient(90deg, rgba(255, 46, 151, 0.16), rgba(0, 217, 255, 0.08));
  clip-path: polygon(0 0, 100% 0, calc(100% - 14px) 100%, 0 100%);
  padding: 6px 20px 6px 4px;
}

.about-hero__lead {
  max-width: 760px;
  color: var(--text-muted);
  font-size: clamp(1rem, 1.5vw, 1.125rem);
}

.about-hero__facts {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  padding: 0;
  margin: 44px 0 0;
  max-width: 700px;
}

.about-hero__facts li {
  background: var(--bg-panel);
  border: 1px solid var(--border-neon);
  border-radius: var(--radius-sm);
  padding: 18px 20px;
  box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.45);
  position: relative;
  overflow: hidden;
}

.about-hero__facts li::after {
  content: "";
  position: absolute;
  right: -22px;
  top: -22px;
  width: 60px;
  height: 60px;
  background: radial-gradient(circle, rgba(0, 217, 255, 0.2), transparent 64%);
}

.about-hero__facts strong {
  display: block;
  font-family: var(--font-title);
  font-size: 2rem;
  font-weight: 900;
  color: var(--accent-secondary);
  line-height: 1;
}

.about-hero__facts span {
  display: block;
  margin-top: 6px;
  font-size: 0.8rem;
  color: var(--text-muted);
  letter-spacing: 0.08em;
}

.plat-section {
  padding-block: 64px 48px;
}

.plat-section__grid {
  display: grid;
  gap: 32px;
  grid-template-columns: 1fr;
}

.plat-section__intro .caption {
  color: var(--accent-secondary);
  letter-spacing: 0.18em;
  margin-bottom: 14px;
}

.plat-section__text {
  font-size: 1.04rem;
  line-height: 2;
  color: var(--text-muted);
  max-width: 860px;
  margin: 0;
}

.plat-section__text + .plat-section__text {
  margin-top: 18px;
}

.plat-section__note {
  margin-top: 28px;
  padding: 20px 24px;
  border-left: 3px solid var(--accent-primary);
  max-width: 680px;
}

.plat-section__note .caption {
  color: var(--accent-gold);
  font-weight: 500;
}

.plat-section__note p {
  margin: 10px 0 0;
  color: var(--text-bright);
  font-size: 0.94rem;
  line-height: 1.8;
}

.timeline-section {
  padding-block: 56px 48px;
}

.timeline-section__heading {
  display: grid;
  gap: 14px;
  max-width: 1080px;
  margin-bottom: 48px;
}

.timeline-section__heading .caption {
  color: var(--accent-primary);
  letter-spacing: 0.18em;
  margin-bottom: 10px;
}

.timeline-section__summary {
  color: var(--text-muted);
  margin: 0;
}

.timeline-layout {
  display: grid;
  gap: 40px;
  grid-template-columns: 1fr;
}

.timeline {
  list-style: none;
  margin: 0;
  padding: 0 0 0 22px;
  position: relative;
  border-left: 2px dashed rgba(0, 217, 255, 0.35);
}

.timeline__item {
  position: relative;
  padding: 0 0 40px 24px;
}

.timeline__item:last-child {
  padding-bottom: 0;
}

.timeline__item::before {
  content: "";
  position: absolute;
  left: -29px;
  top: 6px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--accent-secondary);
  box-shadow: 0 0 0 5px rgba(0, 217, 255, 0.16), 0 0 18px rgba(0, 217, 255, 0.8);
}

.timeline__mark {
  font-family: var(--font-code);
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  color: var(--accent-gold);
  margin-bottom: 10px;
}

.timeline__card {
  border-radius: var(--radius);
  padding: 22px 24px;
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, rgba(26, 15, 34, 0.96), rgba(22, 10, 28, 0.96));
}

.timeline__card::after {
  content: "";
  position: absolute;
  right: -16px;
  top: -16px;
  width: 96px;
  height: 96px;
  background: radial-gradient(circle, rgba(255, 46, 151, 0.18), transparent 68%);
  pointer-events: none;
}

.timeline__card h3 {
  font-family: var(--font-title);
  font-size: 1.3rem;
  font-weight: 900;
  color: var(--text-bright);
  margin: 14px 0 8px;
  letter-spacing: -0.01em;
}

.timeline__card p {
  color: var(--text-muted);
  font-size: 0.94rem;
  line-height: 1.9;
  margin: 0;
}

.timeline__tag {
  background: rgba(255, 46, 151, 0.12);
  color: var(--accent-primary);
  font-family: var(--font-code);
  font-size: 0.72rem;
  letter-spacing: 0.06em;
}

.timeline-aside {
  display: grid;
  gap: 20px;
  align-content: start;
}

.timeline-aside__img {
  width: 100%;
  height: auto;
  border-radius: var(--radius);
  border: 1px solid var(--border-neon);
  box-shadow: 12px 12px 0 rgba(0, 0, 0, 0.4);
}

.timeline-aside__badge {
  padding: 18px 20px;
  border-left: 3px solid var(--accent-gold);
}

.timeline-aside__badge .caption {
  color: var(--accent-gold);
  font-weight: 500;
}

.timeline-aside__badge p {
  margin: 8px 0 0;
  color: var(--text-muted);
  font-size: 0.9rem;
  line-height: 1.8;
}

.category-section {
  padding-block: 64px 48px;
  overflow: hidden;
}

.category-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 20%, rgba(0, 217, 255, 0.08), transparent 50%);
  pointer-events: none;
}

.category-section__heading {
  display: grid;
  gap: 14px;
  max-width: 1040px;
  margin-bottom: 48px;
}

.category-section__heading .caption {
  color: var(--accent-primary);
  letter-spacing: 0.18em;
  margin-bottom: 10px;
}

.category-section__summary {
  color: var(--text-muted);
  margin: 0;
}

.category-layout {
  display: grid;
  gap: 44px;
  grid-template-columns: 1fr;
}

.category-map {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
  min-height: 480px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  align-items: center;
}

.category-map__core {
  grid-column: 1 / -1;
  justify-self: center;
  background: var(--bg-panel);
  border: 2px solid var(--border-pink);
  border-radius: 50%;
  width: 128px;
  height: 128px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-shadow: var(--shadow-hard), 0 0 30px rgba(255, 46, 151, 0.25);
  z-index: 2;
}

.category-map__core span {
  font-family: var(--font-title);
  font-weight: 900;
  color: var(--text-bright);
  font-size: 1.1rem;
}

.category-map__core small {
  color: var(--accent-gold);
  font-family: var(--font-code);
  font-size: 0.65rem;
  margin-top: 4px;
  letter-spacing: 0.04em;
}

.category-spoke {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 6px 14px;
  border-radius: 999px;
  background: var(--bg-panel);
  border: 1px solid var(--border-neon);
  font-family: var(--font-title);
  font-weight: 700;
  font-size: 0.96rem;
  color: var(--text-bright);
  box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.35);
  transition: border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.category-spoke:hover {
  border-color: var(--border-pink);
  transform: translateY(-2px);
  box-shadow: 6px 6px 0 rgba(0, 0, 0, 0.4);
}

.category-side {
  display: grid;
  gap: 24px;
}

.category-principle {
  padding: 22px 24px;
  border-left: 3px solid var(--accent-secondary);
}

.category-principle .caption {
  color: var(--accent-secondary);
  font-weight: 500;
}

.category-principle p {
  color: var(--text-muted);
  margin: 10px 0 0;
  line-height: 1.9;
}

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

.category-features li {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 16px;
  padding: 16px 4px;
  border-bottom: 1px solid rgba(0, 217, 255, 0.14);
}

.category-features b {
  color: var(--text-bright);
  font-weight: 600;
  white-space: nowrap;
}

.category-features span {
  color: var(--text-muted);
  font-size: 0.9rem;
  text-align: right;
}

.category-side__img {
  width: 100%;
  height: auto;
  border-radius: var(--radius);
  border: 1px solid var(--border-neon);
  box-shadow: var(--shadow-panel);
}

.team-section {
  padding-block: 64px 48px;
}

.team-section__heading {
  margin-bottom: 40px;
}

.team-section__heading .caption {
  color: var(--accent-gold);
  letter-spacing: 0.18em;
  margin-bottom: 10px;
}

.team-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr;
}

.team-card {
  padding: 26px 24px 22px;
  border-radius: var(--radius);
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 280px;
}

.team-card--content {
  border-top: 3px solid var(--accent-primary);
}

.team-card--search {
  border-top: 3px solid var(--accent-secondary);
}

.team-card--sync {
  border-top: 3px solid var(--accent-gold);
}

.team-card__index {
  font-family: var(--font-code);
  font-size: 0.78rem;
  color: var(--text-muted);
  letter-spacing: 0.1em;
}

.team-card h3 {
  font-family: var(--font-title);
  font-weight: 900;
  font-size: 1.4rem;
  color: var(--text-bright);
  margin: 18px 0 16px;
  letter-spacing: -0.01em;
}

.team-card__count {
  font-family: var(--font-title);
  font-weight: 900;
  font-size: 3.2rem;
  color: var(--text-bright);
  line-height: 0.9;
  margin: 0 0 14px;
}

.team-card__count small {
  font-size: 0.8rem;
  font-family: var(--font-body);
  font-weight: 400;
  color: var(--text-muted);
}

.team-card__desc {
  color: var(--text-muted);
  font-size: 0.92rem;
  line-height: 1.8;
  margin: 0 0 18px;
}

.team-card__duty {
  margin-top: auto;
  align-self: flex-start;
  font-family: var(--font-code);
  font-size: 0.72rem;
  letter-spacing: 0.06em;
  color: var(--accent-secondary);
  background: rgba(0, 217, 255, 0.08);
  border-radius: 999px;
  padding: 8px 14px;
}

.team-art {
  margin-top: 40px;
  display: grid;
  gap: 16px;
  grid-template-columns: 1fr;
}

.team-art img {
  width: 100%;
  height: auto;
  border-radius: var(--radius);
  border: 1px solid var(--border-gold);
  box-shadow: var(--shadow-panel);
}

.team-art__caption {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.team-review {
  margin-top: 32px;
  padding: 24px 28px;
  border-left: 3px solid var(--accent-secondary);
  max-width: 1040px;
}

.team-review .caption {
  color: var(--accent-secondary);
  font-weight: 500;
}

.team-review p {
  margin: 12px 0 0;
  color: var(--text-muted);
  line-height: 1.9;
  font-size: 0.95rem;
}

.about-cta {
  padding-block: 72px 80px;
}

.about-cta__heading {
  margin-bottom: 32px;
}

.about-cta__heading .caption {
  color: var(--accent-secondary);
  letter-spacing: 0.18em;
  margin-bottom: 10px;
}

.about-cta__grid {
  display: grid;
  gap: 16px;
  grid-template-columns: 1fr;
}

.about-cta__card {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 24px 22px;
  background: var(--bg-panel);
  border: 1px solid var(--border-neon);
  border-radius: var(--radius);
  color: var(--text-bright);
  text-decoration: none;
  box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.4);
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.about-cta__card:hover,
.about-cta__card:focus-visible {
  transform: translateY(-4px);
  border-color: var(--border-pink);
  box-shadow: 8px 8px 0 rgba(0, 0, 0, 0.5);
}

.about-cta__card span {
  font-family: var(--font-code);
  font-size: 0.78rem;
  color: var(--accent-secondary);
  letter-spacing: 0.1em;
}

.about-cta__card strong {
  font-family: var(--font-title);
  font-weight: 800;
  font-size: 1.06rem;
  color: var(--text-bright);
  line-height: 1.4;
}

@media (min-width: 720px) {
  .about-hero__facts {
    grid-template-columns: repeat(4, 1fr);
  }

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

  .team-art {
    grid-template-columns: 1fr auto;
    align-items: end;
  }

  .about-cta__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 900px) {
  .plat-section__grid {
    grid-template-columns: 300px 1fr;
    gap: 64px;
  }
}

@media (min-width: 1020px) {
  .timeline-layout {
    grid-template-columns: 7fr 5fr;
    gap: 56px;
    align-items: start;
  }

  .timeline-aside {
    position: sticky;
    top: calc(var(--header-h) + 24px);
  }

  .category-layout {
    grid-template-columns: 1fr 380px;
    gap: 64px;
    align-items: center;
  }

  .category-map {
    display: block;
    width: 540px;
    height: 560px;
    min-height: 0;
  }

  .category-map__core {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }

  .category-spoke {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 132px;
    height: 44px;
    min-height: 0;
    margin-left: -66px;
    transform: rotate(var(--angle)) translateY(calc(-1 * var(--about-spoke-r))) rotate(calc(var(--angle) * -1));
    box-shadow: 0 6px 0 rgba(0, 0, 0, 0.35);
  }

  .category-spoke:hover {
    transform: rotate(var(--angle)) translateY(calc(-1 * var(--about-spoke-r))) rotate(calc(var(--angle) * -1)) translateY(-2px);
  }
}

@media (min-width: 1080px) {
  .about-cta__grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (prefers-reduced-motion: reduce) {
  .page-about *,
  .page-about *::before,
  .page-about *::after {
    animation: none !important;
    transition: none !important;
  }

  .category-spoke,
  .category-spoke:hover,
  .about-cta__card,
  .about-cta__card:hover {
    transform: none !important;
  }
}

.page-about {
  --angle: inherit;
}
