.page-about {
  --about-line: rgba(190, 224, 254, 0.14);
  --about-panel-clip: polygon(0 0, calc(100% - 16px) 0, 100% 16px, 100% 100%, 0 100%);
  position: relative;
  background:
    radial-gradient(1000px 480px at 88% -6%, rgba(139, 61, 255, 0.2), transparent 64%),
    linear-gradient(180deg, #0B1B3D 0%, #0D2148 44%, #0B1B3D 100%);
  color: #F4F7FA;
}

.page-about .section-heading__eyebrow {
  font-family: var(--font-data), monospace;
  letter-spacing: 0.16em;
  color: #8B3DFF;
}

.page-about .section-heading__title {
  margin-top: 10px;
  font-family: var(--font-heading), "Arial Black", sans-serif;
  font-size: clamp(28px, 3.4vw, 44px);
  font-style: italic;
  line-height: 1.08;
  color: #F4F7FA;
}

.page-about .section-heading__desc {
  margin: 10px 0 0;
  font-size: 14px;
  line-height: 1.7;
  color: rgba(244, 247, 250, 0.64);
}

.page-about-hero {
  position: relative;
  background: linear-gradient(160deg, #0B1B3D 0%, #0F2A5E 58%, rgba(139, 61, 255, 0.24) 100%);
}

.page-about-hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  background: linear-gradient(90deg, #FF6B2C 0%, #8B3DFF 55%, rgba(139, 61, 255, 0) 100%);
  z-index: 1;
}

.page-about-hero__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding-top: 22px;
}

.page-about-hero__hint {
  font-family: var(--font-data), monospace;
  font-size: 11px;
  letter-spacing: 0.14em;
  color: rgba(244, 247, 250, 0.48);
}

.page-about-hero__grid {
  display: grid;
  gap: 36px;
  padding: 44px 0 64px;
}

.page-about-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  font-size: 12px;
  letter-spacing: 0.16em;
  color: #FF6B2C;
  text-transform: uppercase;
  margin-bottom: 16px;
  padding-left: 12px;
  border-left: 3px solid #8B3DFF;
}

.page-about-hero h1 {
  margin: 0 0 18px;
  font-family: var(--font-heading), "Arial Black", sans-serif;
  font-size: clamp(28px, 4.6vw, 58px);
  font-style: italic;
  line-height: 1.05;
  letter-spacing: -0.01em;
  color: #F4F7FA;
  text-transform: uppercase;
}

.page-about-hero__desc {
  margin: 0;
  max-width: 32em;
  font-size: 15px;
  line-height: 1.75;
  color: rgba(244, 247, 250, 0.76);
}

.page-about-hero__meta {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
  margin-top: 28px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.page-about-hero__meta-item {
  padding: 14px 8px;
  text-align: center;
  background: rgba(11, 27, 61, 0.78);
}

.page-about-hero__meta-num {
  display: block;
  font-family: var(--font-data), monospace;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  color: #FF6B2C;
}

.page-about-hero__meta-label {
  display: block;
  margin-top: 4px;
  font-size: 11px;
  color: rgba(244, 247, 250, 0.58);
}

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

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

.page-about-hero__img-box {
  overflow: hidden;
  background: #0F2A5E;
  clip-path: polygon(0 0, calc(100% - 26px) 0, 100% 26px, 100% 100%, 12px 100%, 0 calc(100% - 12px));
}

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

.page-about-hero__badge {
  position: absolute;
  right: 14px;
  bottom: 14px;
  background: rgba(10, 14, 26, 0.74);
  border-left: 3px solid #8B3DFF;
  padding: 10px 14px;
  backdrop-filter: blur(6px);
}

.page-about-hero__badge-text {
  display: block;
  font-family: var(--font-data), monospace;
  font-size: 12px;
  font-weight: 700;
  color: #F4F7FA;
}

.page-about-hero__badge-sub {
  display: block;
  margin-top: 2px;
  font-size: 11px;
  color: rgba(244, 247, 250, 0.56);
}

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

.page-about-story {
  background: linear-gradient(190deg, #0B1B3D 0%, #0F2A5E 78%, #0D2148 100%);
}

.page-about-timeline {
  position: relative;
  margin-top: 44px;
  display: grid;
  gap: 26px;
}

.page-about-timeline::before {
  content: "";
  position: absolute;
  left: 16px;
  top: 8px;
  bottom: 8px;
  width: 3px;
  background: linear-gradient(180deg, #FF6B2C 0%, #8B3DFF 62%, rgba(139, 61, 255, 0) 100%);
}

.page-about-timeline__item {
  position: relative;
  padding-left: 58px;
}

.page-about-timeline__year {
  display: inline-block;
  font-family: var(--font-data), monospace;
  font-size: 20px;
  font-weight: 700;
  color: #FF6B2C;
  letter-spacing: 0.04em;
  margin-bottom: 10px;
  padding: 2px 10px;
  background: rgba(255, 107, 44, 0.12);
}

.page-about-timeline__panel {
  position: relative;
  padding: 20px 20px 22px;
  background: rgba(244, 247, 250, 0.04);
  border: 1px solid var(--about-line);
  clip-path: var(--about-panel-clip);
}

.page-about-timeline__panel::before {
  content: "";
  position: absolute;
  left: -40px;
  top: 14px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 3px solid #0B1B3D;
  background: #FF6B2C;
  box-shadow: 0 0 12px rgba(255, 107, 44, 0.7);
}

.page-about-timeline__panel::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 100%;
  background: linear-gradient(180deg, #8B3DFF, #FF6B2C);
}

.page-about-timeline__panel h3 {
  margin: 0 0 8px;
  font-size: 18px;
  font-weight: 700;
  color: #FFFFFF;
}

.page-about-timeline__panel p {
  margin: 0;
  font-size: 14px;
  line-height: 1.75;
  color: rgba(244, 247, 250, 0.7);
}

.page-about-figures {
  background:
    radial-gradient(650px 380px at 8% 0%, rgba(139, 61, 255, 0.18), transparent 70%),
    #0B1B3D;
}

.page-about-figures__grid {
  display: grid;
  gap: 38px;
}

.page-about-figures__content {
  min-width: 0;
}

.page-about-figures__grid-nums {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin-top: 34px;
}

.page-about-figures__cell {
  padding: 20px 18px;
  background: linear-gradient(160deg, rgba(15, 42, 94, 0.92), rgba(11, 27, 61, 0.74));
  border-top: 2px solid #8B3DFF;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  border-left: 1px solid rgba(255, 255, 255, 0.08);
}

.page-about-figures__num {
  display: block;
  font-family: var(--font-data), monospace;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.1;
  color: #F4F7FA;
}

.page-about-figures__num span {
  color: #FF6B2C;
  font-size: 0.72em;
}

.page-about-figures__label {
  display: block;
  margin-top: 8px;
  font-size: 13px;
  color: rgba(244, 247, 250, 0.62);
}

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

.page-about-figures__visual img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  max-height: 520px;
  object-fit: cover;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 18px), calc(100% - 18px) 100%, 0 100%);
}

.page-about-figures__note {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 16px;
  padding: 10px 14px;
  background: rgba(139, 61, 255, 0.14);
  border: 1px solid rgba(139, 61, 255, 0.36);
  font-size: 13px;
  color: rgba(244, 247, 250, 0.78);
}

.page-about-symbol {
  background: linear-gradient(200deg, #0B1B3D 0%, #0F2A5E 100%);
}

.page-about-symbol__grid {
  display: grid;
  gap: 40px;
}

.page-about-symbol__visual {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 26px 18px;
  background: linear-gradient(135deg, rgba(15, 42, 94, 0.85), rgba(139, 61, 255, 0.1));
  border: 1px solid var(--about-line);
  clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 20px, 100% 100%, 20px 100%, 0 calc(100% - 20px));
}

.page-about-symbol__svg {
  flex: 0 0 130px;
  width: 130px;
  height: 130px;
}

.page-about-symbol__polygon {
  transform-box: fill-box;
  transform-origin: center;
  animation: pageAboutSpin 44s linear infinite;
}

.page-about-symbol__visual img {
  flex: 1 1 120px;
  min-width: 0;
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: cover;
}

.page-about-symbol__list {
  margin-top: 8px;
}

.page-about-symbol__item {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 14px;
  padding: 20px 0;
  border-bottom: 1px solid var(--about-line);
}

.page-about-symbol__item:first-child {
  border-top: 1px solid var(--about-line);
}

.page-about-symbol__index {
  font-family: var(--font-data), monospace;
  font-size: 22px;
  font-weight: 700;
  color: #8B3DFF;
}

.page-about-symbol__item h3 {
  margin: 0 0 6px;
  font-size: 18px;
  color: #FFFFFF;
}

.page-about-symbol__item p {
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
  color: rgba(244, 247, 250, 0.66);
}

.page-about-honors {
  background:
    radial-gradient(600px 320px at 12% 0%, rgba(255, 107, 44, 0.1), transparent 65%),
    #0B1B3D;
}

.page-about-honors__grid {
  display: grid;
  gap: 18px;
  margin-top: 36px;
}

.page-about-honors__card {
  position: relative;
  padding: 28px 22px;
  background: rgba(15, 42, 94, 0.66);
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-top: 3px solid #FF6B2C;
  clip-path: polygon(0 0, calc(100% - 16px) 0, 100% 16px, 100% 100%, 0 100%);
}

.page-about-honors__badge {
  display: inline-block;
  margin-bottom: 12px;
  padding: 3px 10px;
  font-family: var(--font-data), monospace;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #8B3DFF;
  background: rgba(139, 61, 255, 0.16);
}

.page-about-honors__card h3 {
  margin: 0 0 8px;
  font-size: 18px;
  line-height: 1.4;
  color: #FFFFFF;
}

.page-about-honors__card p {
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
  color: rgba(244, 247, 250, 0.66);
}

.page-about-honors__foot {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-top: 34px;
  padding: 18px 0 0;
  border-top: 1px solid var(--about-line);
}

.page-about-honors__foot p {
  margin: 0;
  font-size: 13px;
  color: rgba(244, 247, 250, 0.6);
}

.page-about-partners {
  background: linear-gradient(180deg, #0B1B3D 0%, #0D2148 100%);
}

.page-about-partners__grid {
  display: grid;
  gap: 40px;
}

.page-about-partners__summary {
  margin: 18px 0 22px;
  padding-left: 12px;
  border-left: 3px solid #8B3DFF;
  font-size: 14px;
  line-height: 1.75;
  color: rgba(244, 247, 250, 0.7);
}

.page-about-partners__list {
  display: grid;
  gap: 12px;
}

.page-about-partners__item {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 16px;
  padding: 20px;
  background: rgba(244, 247, 250, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.page-about-partners__icon {
  display: flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  font-family: var(--font-data), monospace;
  font-size: 14px;
  font-weight: 700;
  color: #FF6B2C;
  border: 1px solid rgba(255, 107, 44, 0.5);
}

.page-about-partners__item h3 {
  margin: 0 0 6px;
  font-size: 17px;
  color: #FFFFFF;
}

.page-about-partners__item p {
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
  color: rgba(244, 247, 250, 0.62);
}

.page-about-quote {
  background:
    radial-gradient(680px 320px at 80% 10%, rgba(255, 107, 44, 0.14), transparent 60%),
    #0B1B3D;
}

.page-about-quote__inner {
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}

.page-about-quote blockquote {
  margin: 0;
  border: none;
  font-size: clamp(24px, 3.4vw, 38px);
  font-weight: 700;
  line-height: 1.35;
  color: #FFFFFF;
  font-style: normal;
}

.page-about-quote__meta {
  margin: 18px 0 0;
  font-size: 13px;
  letter-spacing: 0.12em;
  color: rgba(244, 247, 250, 0.5);
}

.page-about-quote__links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin-top: 28px;
}

@keyframes pageAboutSpin {
  to {
    transform: rotate(360deg);
  }
}

@media (min-width: 768px) {
  .page-about-section {
    padding: 72px 0;
  }

  .page-about-hero h1 {
    font-size: clamp(36px, 5vw, 54px);
  }

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

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

@media (min-width: 1000px) {
  .page-about-hero {
    min-height: 640px;
  }

  .page-about-hero__grid {
    grid-template-columns: 1.05fr 0.95fr;
    align-items: center;
    gap: 56px;
    padding-top: 88px;
  }

  .page-about-hero__img-box {
    height: 430px;
  }

  .page-about-hero__img-box img {
    height: 100%;
  }

  .page-about-timeline::before {
    left: 50%;
    transform: translateX(-50%);
  }

  .page-about-timeline__item {
    width: 50%;
    padding-left: 0;
    padding-right: 64px;
  }

  .page-about-timeline__panel::before {
    left: auto;
    right: -42px;
  }

  .page-about-timeline__item:nth-child(even) {
    margin-left: 50%;
    padding-left: 64px;
    padding-right: 0;
  }

  .page-about-timeline__item:nth-child(even) .page-about-timeline__panel::before {
    left: -42px;
    right: auto;
  }

  .page-about-figures__grid {
    grid-template-columns: 1.1fr 0.9fr;
    align-items: center;
    gap: 48px;
  }

  .page-about-symbol__grid {
    grid-template-columns: 0.9fr 1.1fr;
    align-items: center;
    gap: 52px;
  }

  .page-about-symbol__svg {
    flex-basis: 180px;
    width: 180px;
    height: 180px;
  }

  .page-about-symbol__visual {
    padding: 36px 28px;
  }

  .page-about-partners__grid {
    grid-template-columns: 0.9fr 1.1fr;
    align-items: start;
    gap: 52px;
  }
}
