.page-about {
  --about-line-soft: rgba(245, 249, 252, 0.12);
  --about-surface-deep: #061121;
  --about-grid-line: rgba(57, 255, 20, 0.08);
  --about-route-width: 420px;
  --about-radius: 14px;
  --about-ease: cubic-bezier(0.22, 1, 0.36, 1);
  background: var(--primary-bg);
  color: var(--text-primary);
  font-family: var(--font-sans);
  line-height: 1.7;
  min-width: 0;
  overflow-x: hidden;
}

.page-about .container,
.page-about .data-section,
.page-about .gansu-section {
  box-sizing: border-box;
}

.page-about .container {
  max-width: var(--max-width);
  margin: 0 auto;
  padding-left: 16px;
  padding-right: 16px;
}

.page-about a {
  color: var(--neon-green);
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: border-color 0.2s var(--about-ease);
}

.page-about a:hover,
.page-about a:focus-visible {
  border-bottom-color: var(--neon-green);
}

.page-about .breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  padding-top: 24px;
  padding-bottom: 8px;
  font-size: 13px;
  color: var(--text-muted);
}

.page-about .breadcrumb a {
  color: var(--text-muted);
}

.page-about .breadcrumb a:hover,
.page-about .breadcrumb a:focus-visible {
  color: var(--neon-green);
}

.page-about .breadcrumb__sep {
  opacity: 0.5;
}

.page-about .section-kicker {
  display: inline-block;
  margin: 0 0 12px;
  padding: 4px 10px;
  background: rgba(57, 255, 20, 0.1);
  border-left: 2px solid var(--neon-green);
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--neon-green);
}

.page-about .section-title {
  margin: 0 0 16px;
  font-size: 28px;
  font-weight: 800;
  letter-spacing: -0.01em;
  line-height: 1.2;
}

.page-about .lead-text {
  font-size: 16px;
  color: var(--text-muted);
  max-width: 60ch;
}

.page-about .brand-hero {
  display: grid;
  gap: 24px;
  padding-top: 32px;
  padding-bottom: 40px;
  grid-template-columns: 1fr;
  align-items: center;
}

.page-about .brand-hero__copy {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.page-about .brand-hero h1 {
  margin: 0;
  font-size: 40px;
  font-weight: 900;
  letter-spacing: -0.02em;
  line-height: 1.12;
  max-width: 14em;
}

.page-about .brand-hero__facts {
  list-style: none;
  margin: 16px 0 0;
  padding: 0;
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}

.page-about .brand-hero__facts li {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.page-about .data-number {
  font-family: var(--font-mono);
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.02em;
}

.page-about .data-number--neon {
  color: var(--neon-green);
}

.page-about .data-number--gold {
  color: var(--gold);
}

.page-about .data-number--mono {
  font-family: var(--font-mono);
  font-size: 24px;
  color: var(--gold);
}

.page-about .data-label {
  font-family: var(--font-mono);
  font-size: 12px;
  color: var(--text-muted);
  letter-spacing: 0.04em;
}

.page-about .media-frame {
  display: block;
  border-radius: var(--about-radius);
  overflow: hidden;
  border: 1px solid var(--line);
  box-shadow: var(--shadow-md);
  background: var(--about-surface-deep);
  margin: 0;
}

.page-about .media-frame img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.page-about .brand-hero__media {
  max-height: 300px;
}

.page-about .brand-hero__media img {
  height: 100%;
  min-height: 180px;
  object-position: center;
}

.page-about .timeline-section {
  padding-top: 32px;
  padding-bottom: 48px;
}

.page-about .timeline-section__head {
  display: grid;
  gap: 8px;
  margin-bottom: 24px;
}

.page-about .timeline-section__desc {
  margin: 0;
  color: var(--text-muted);
  font-size: 15px;
  max-width: 56ch;
}

.page-about .timeline {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  display: grid;
  gap: 12px;
}

.page-about .timeline::before {
  content: "";
  position: absolute;
  left: 7px;
  top: 16px;
  bottom: 16px;
  width: 1px;
  background: var(--line);
}

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

.page-about .timeline__item::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 18px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: var(--neon-green);
  box-shadow: 0 0 8px rgba(57, 255, 20, 0.55);
}

.page-about .timeline__item[data-open]::before {
  background: var(--gold);
  box-shadow: 0 0 10px rgba(255, 215, 0, 0.5);
}

.page-about .timeline__item .panel__header {
  display: flex;
  align-items: baseline;
  gap: 12px;
  width: 100%;
  background: transparent;
  border: 0;
  padding: 6px 0 2px;
  cursor: pointer;
  text-align: left;
  color: var(--text-primary);
  font-family: var(--font-sans);
}

.page-about .timeline__item .panel__icon {
  font-family: var(--font-mono);
  font-size: 18px;
  color: var(--neon-green);
  width: 16px;
  flex: 0 0 16px;
  text-align: center;
  transition: transform 0.2s ease;
}

.page-about .timeline__item[data-open] .panel__icon {
  color: var(--gold);
}

.page-about .timeline__item .panel__title {
  font-size: 20px;
  font-weight: 800;
  letter-spacing: -0.01em;
}

.page-about .timeline__item .panel__tag {
  margin-left: auto;
  font-family: var(--font-mono);
  font-size: 13px;
  color: var(--neon-green);
  background: rgba(57, 255, 20, 0.06);
  padding: 2px 8px;
  border-radius: 3px;
}

.page-about .timeline__item .panel__body {
  display: none;
  padding-top: 4px;
}

.page-about .timeline__item[data-open] .panel__body {
  display: block;
}

.page-about .panel__content {
  font-size: 15px;
  color: var(--text-muted);
  max-width: 68ch;
}

.page-about .panel__content p {
  margin: 0;
}

.page-about .data-section {
  padding: 48px 24px 56px;
  background:
    linear-gradient(180deg, var(--primary-bg) 0%, var(--about-surface-deep) 100%);
  position: relative;
}

.page-about .data-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(var(--about-grid-line) 1px, transparent 1px),
    linear-gradient(90deg, var(--about-grid-line) 1px, transparent 1px);
  background-size: 32px 32px;
  pointer-events: none;
  opacity: 0.6;
}

.page-about .data-section .container {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 24px;
}

.page-about .data-section__head {
  grid-column: 1 / -1;
  max-width: 100%;
}

.page-about .data-section__lead {
  margin: 0;
  font-size: 16px;
  color: var(--text-muted);
  max-width: 66ch;
}

.page-about .league-strip {
  overflow-x: auto;
  scrollbar-width: thin;
  scrollbar-color: var(--neon-green) rgba(245, 249, 252, 0.08);
  -webkit-overflow-scrolling: touch;
  border: 1px solid var(--line);
  border-radius: var(--about-radius);
  background: rgba(7, 18, 38, 0.6);
  padding: 12px 4px;
  margin-bottom: 8px;
}

.page-about .league-strip__track {
  display: flex;
  gap: 10px;
  width: max-content;
  padding: 0 12px;
}

.page-about .league-chip {
  font-family: var(--font-mono);
  font-size: 13px;
  padding: 8px 18px;
  border-radius: 6px;
  white-space: nowrap;
  border: 1px solid var(--line);
  color: var(--text-primary);
  background: var(--surface);
}

.page-about .league-chip--italy {
  border-color: rgba(57, 255, 20, 0.32);
  background: rgba(57, 255, 20, 0.06);
  color: var(--neon-green);
}

.page-about .league-chip--spain {
  border-color: rgba(255, 215, 0, 0.3);
  background: rgba(255, 215, 0, 0.05);
  color: var(--gold);
}

.page-about .league-chip--england {
  border-color: rgba(245, 249, 252, 0.24);
  background: rgba(245, 249, 252, 0.05);
}

.page-about .league-chip--germany {
  border-color: rgba(57, 255, 20, 0.2);
  background: rgba(57, 255, 20, 0.04);
}

.page-about .league-chip--france {
  border-color: rgba(245, 249, 252, 0.2);
  background: rgba(245, 249, 252, 0.04);
}

.page-about .league-chip--portugal {
  border-color: rgba(255, 215, 0, 0.2);
  background: rgba(255, 215, 0, 0.04);
}

.page-about .league-chip--netherlands {
  border-color: rgba(57, 255, 20, 0.24);
  background: rgba(57, 255, 20, 0.04);
}

.page-about .league-chip--belgium {
  border-color: rgba(245, 249, 252, 0.18);
  background: rgba(245, 249, 252, 0.04);
}

.page-about .league-chip--turkey {
  border-color: rgba(255, 215, 0, 0.24);
  background: rgba(255, 215, 0, 0.04);
}

.page-about .league-chip--greece {
  border-color: rgba(57, 255, 20, 0.18);
  background: rgba(57, 255, 20, 0.03);
}

.page-about .league-chip--scotland {
  border-color: rgba(245, 249, 252, 0.22);
  background: rgba(245, 249, 252, 0.04);
}

.page-about .league-chip--brazil {
  border-color: rgba(255, 215, 0, 0.28);
  background: rgba(255, 215, 0, 0.04);
}

.page-about .data-section__grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 12px;
}

.page-about .bento-cell {
  box-sizing: border-box;
  border: 1px solid var(--line);
  border-radius: var(--about-radius);
  background: var(--surface);
  box-shadow: var(--shadow-sm);
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  position: relative;
  overflow: hidden;
  transition: transform 0.2s var(--about-ease), box-shadow 0.2s var(--about-ease);
}

.page-about .bento-cell:hover,
.page-about .bento-cell:focus-within {
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
}

.page-about .bento-cell--4 {
  grid-column: span 4;
}

.page-about .bento-cell--6 {
  grid-column: span 6;
}

.page-about .bento-cell--8 {
  grid-column: span 8;
}

.page-about .bento-cell--h320 {
  min-height: 320px;
}

.page-about .data-card__text {
  margin: 0;
  font-size: 15px;
  color: var(--text-muted);
  max-width: 46ch;
}

.page-about .data-card__meta {
  margin: auto 0 0;
  font-size: 13px;
  color: var(--text-muted);
}

.page-about .data-card--graphic {
  background: var(--about-surface-deep);
  border-color: var(--line-soft, var(--line));
}

.page-about .data-section__figure {
  grid-column: 1 / -1;
  margin-top: 8px;
}

.page-about .data-section__figure img {
  height: auto;
}

.page-about .meter {
  display: block;
  height: 8px;
  border-radius: 4px;
  background: rgba(245, 249, 252, 0.12);
  overflow: hidden;
  margin-top: 8px;
}

.page-about .meter__fill {
  display: block;
  height: 100%;
  width: 100%;
  background: linear-gradient(90deg, var(--neon-green), rgba(57, 255, 20, 0.5));
  border-radius: inherit;
}

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

.page-about .team-section__grid {
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr;
  align-items: center;
}

.page-about .team-section__copy {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.page-about .team-section__desc {
  margin: 0;
  font-size: 15px;
  color: var(--text-muted);
  max-width: 62ch;
}

.page-about .team-tags {
  list-style: none;
  margin: 12px 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.page-about .team-tags li {
  font-family: var(--font-mono);
  font-size: 13px;
  padding: 6px 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--text-primary);
  background: rgba(16, 42, 76, 0.6);
}

.page-about .team-section__media {
  order: 2;
}

.page-about .team-section__media img {
  height: auto;
}

.page-about .gansu-section {
  background:
    linear-gradient(135deg, rgba(57, 255, 20, 0.04) 0%, rgba(7, 18, 38, 0.6) 60%),
    var(--about-surface-deep);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  clip-path: polygon(0 5%, 100% 0, 100% 95%, 0 100%);
  padding: 56px 0 64px;
  margin-top: 8px;
}

.page-about .gansu-section__inner {
  position: relative;
  display: grid;
  gap: 24px;
}

.page-about .gansu-section__route {
  display: none;
  position: absolute;
  right: 8px;
  top: 0;
  bottom: 0;
  width: var(--about-route-width);
  opacity: 0.16;
  pointer-events: none;
}

.page-about .route-dot {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.page-about .route-dot--start {
  top: 10%;
  right: 8%;
  background: var(--neon-green);
  box-shadow: 0 0 12px var(--neon-green);
}

.page-about .route-dot--mid {
  top: 45%;
  right: 36%;
  background: var(--gold);
  box-shadow: 0 0 12px rgba(255, 215, 0, 0.6);
}

.page-about .route-dot--end {
  bottom: 12%;
  right: 14%;
  background: var(--neon-green);
  box-shadow: 0 0 12px var(--neon-green);
}

.page-about .route-line {
  position: absolute;
  top: 6%;
  right: 16%;
  width: 240px;
  height: 1px;
  background: var(--neon-green);
  transform: rotate(14deg);
}

.page-about .route-line--alt {
  top: 48%;
  right: 10%;
  width: 180px;
  background: var(--gold);
  transform: rotate(-12deg);
}

.page-about .gansu-section__copy {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.page-about .gansu-section__lead {
  margin: 0;
  font-size: 16px;
  color: var(--text-muted);
  max-width: 72ch;
}

.page-about .gansu-section__topics {
  margin-top: 8px;
  display: grid;
  gap: 8px;
  grid-template-columns: 1fr;
}

.page-about .card-chip {
  border: 1px solid var(--line);
  border-radius: 10px;
  background: rgba(16, 42, 76, 0.5);
  padding: 14px 16px;
  display: grid;
  gap: 4px;
}

.page-about .card-chip p {
  margin: 0;
  font-size: 14px;
  color: var(--text-primary);
}

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

.page-about .compliance-section__inner {
  display: grid;
  gap: 24px;
  align-items: start;
  border: 1px solid var(--line);
  border-radius: var(--about-radius);
  background: rgba(16, 42, 76, 0.4);
  padding: 24px 20px;
}

.page-about .compliance-section__id {
  padding: 16px;
  border: 1px solid rgba(255, 215, 0, 0.24);
  border-radius: 10px;
  background: rgba(255, 215, 0, 0.04);
  display: grid;
  gap: 6px;
}

.page-about .compliance-section__id .data-number--mono {
  font-size: 18px;
  word-break: break-all;
}

.page-about .compliance-section__text p {
  margin: 0 0 12px;
  font-size: 15px;
  color: var(--text-muted);
}

.page-about .compliance-section__muted {
  font-size: 13px;
  color: var(--text-muted);
}

.page-about .compliance-section__text .section-title {
  margin-bottom: 12px;
}

.page-about [data-reveal] {
  opacity: 1;
  transform: none;
}

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

@media (min-width: 768px) {
  .page-about .container {
    padding-left: 24px;
    padding-right: 24px;
  }

  .page-about .brand-hero {
    grid-template-columns: 7fr 9fr;
    gap: 32px;
    padding-top: 40px;
    padding-bottom: 64px;
  }

  .page-about .brand-hero h1 {
    font-size: 52px;
  }

  .page-about .brand-hero__media {
    max-height: 320px;
  }

  .page-about .brand-hero__facts {
    gap: 32px;
  }

  .page-about .section-title {
    font-size: 34px;
  }

  .page-about .timeline-section {
    padding-top: 40px;
    padding-bottom: 64px;
  }

  .page-about .timeline-section__head {
    display: flex;
    justify-content: space-between;
    align-items: end;
  }

  .page-about .timeline-section__desc {
    text-align: right;
    max-width: 42ch;
  }

  .page-about .data-section {
    padding-left: 0;
    padding-right: 0;
  }

  .page-about .data-section .container {
    gap: 32px;
  }

  .page-about .data-section__head {
    max-width: 720px;
  }

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

  .page-about .team-section__grid {
    grid-template-columns: 9fr 9fr;
    gap: 48px;
  }

  .page-about .team-section__media {
    order: 0;
  }

  .page-about .gansu-section__inner {
    grid-template-columns: 1fr;
  }

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

  .page-about .compliance-section__inner {
    grid-template-columns: 5fr 8fr;
    gap: 32px;
    align-items: center;
  }

  .page-about .compliance-section__id {
    padding: 24px;
  }
}

@media (min-width: 1024px) {
  .page-about .brand-hero h1 {
    font-size: 64px;
  }

  .page-about .brand-hero__media {
    max-height: 460px;
  }

  .page-about .gansu-section__route {
    display: block;
  }

  .page-about .gansu-section__copy {
    max-width: 680px;
  }

  .page-about .compliance-section__text {
    max-width: 66ch;
  }
}

@media (prefers-reduced-motion: no-preference) {
  .page-about .timeline__item .panel__body {
    animation: aboutPanelIn 0.3s var(--about-ease);
  }

  @keyframes aboutPanelIn {
    from {
      opacity: 0;
      transform: translateY(4px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  .page-about .data-section::before {
    animation: aboutGridDrift 24s linear infinite;
  }

  @keyframes aboutGridDrift {
    from {
      background-position: 0 0, 0 0;
    }
    to {
      background-position: 32px 32px, 32px 32px;
    }
  }
}

.page-about {
  --line-soft: currentColor;
}
