.page-about {
  background: var(--paper);
}

.page-about .about-cover {
  padding: clamp(3rem, 6vw, 5.5rem) 0;
  background:
    radial-gradient(circle at 85% 20%, rgba(255, 107, 53, 0.18), transparent 34%),
    radial-gradient(circle at 10% 90%, rgba(10, 30, 63, 0.12), transparent 32%),
    var(--paper);
  border-bottom: 1px solid rgba(19, 21, 26, 0.06);
}

.page-about .about-cover__inner {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  min-width: 0;
}

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

.page-about .about-eyebrow {
  margin: 0 0 1rem;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--orange);
}

.page-about .about-cover h1 {
  margin: 0 0 1.5rem;
}

.page-about .about-cover .lead-paragraph {
  max-width: 38rem;
}

.page-about .about-lead-note {
  margin: 1rem 0 0;
  max-width: 34rem;
  color: var(--slate);
  line-height: 1.75;
}

.page-about .about-cover__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 2rem;
}

.page-about .about-cover__aside {
  padding: 1.5rem;
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.55);
  border: 1px solid rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(10px);
  box-shadow: var(--shadow);
}

.page-about .cover-facts {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem;
}

.page-about .cover-fact {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.page-about .cover-fact__value {
  font-family: var(--font-number);
  font-size: 2.25rem;
  line-height: 1;
  color: var(--orange);
}

.page-about .cover-fact__label {
  font-size: 0.875rem;
  color: var(--slate);
}

.page-about .story-section {
  padding: clamp(4rem, 8vw, 7rem) 0;
  background: var(--white);
}

.page-about .story-grid {
  display: grid;
  gap: 2.5rem;
  align-items: center;
  min-width: 0;
}

.page-about .story-copy {
  min-width: 0;
}

.page-about .chapter-index {
  display: inline-block;
  margin-bottom: 0.5rem;
  font-family: var(--font-number);
  font-size: 0.75rem;
  letter-spacing: 0.16em;
  color: var(--orange);
}

.page-about h2 {
  font-size: clamp(1.75rem, 3vw, 2.5rem);
  line-height: 1.12;
  margin: 0 0 1.25rem;
  color: var(--ink);
}

.page-about .story-copy p,
.page-about .team-copy p,
.page-about .milestone-intro {
  color: var(--slate);
  line-height: 1.75;
}

.page-about .story-figure {
  margin: 0;
}

.page-about .story-figure__img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.page-about .story-figure__caption {
  margin-top: 0.75rem;
  color: var(--slate);
  font-size: 0.875rem;
}

.page-about .text-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 1rem;
  color: var(--blue);
  font-weight: 600;
  text-decoration: none;
}

.page-about .milestone-section {
  padding: clamp(4rem, 8vw, 7rem) 0;
  background: var(--paper);
}

.page-about .section-heading-row {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 2.5rem;
}

.page-about .milestone-intro {
  max-width: 30rem;
  margin: 0;
}

.page-about .timeline {
  position: relative;
  margin: 0;
  padding: 0 0 0 1.25rem;
}

.page-about .timeline::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.25rem;
  bottom: 0.25rem;
  width: 3px;
  border-radius: 999px;
  background: linear-gradient(to bottom, var(--orange) 0%, var(--blue) 70%, var(--lime) 100%);
}

.page-about .timeline-item {
  display: block;
  margin-bottom: 1rem;
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--shadow);
  border: 1px solid rgba(19, 21, 26, 0.04);
  overflow: hidden;
  transition: box-shadow 0.25s ease, transform 0.25s ease;
}

.page-about .timeline-item[open] {
  box-shadow: 0 24px 48px rgba(19, 21, 26, 0.1);
}

.page-about .timeline-head {
  display: flex;
  align-items: center;
  gap: 1rem;
  list-style: none;
  padding: 1.25rem;
  cursor: pointer;
  transition: background 0.2s ease;
}

.page-about .timeline-head::-webkit-details-marker {
  display: none;
}

.page-about .timeline-head:hover {
  background: rgba(255, 107, 53, 0.06);
}

.page-about .timeline-year {
  font-family: var(--font-number);
  color: var(--orange);
  font-weight: 700;
  letter-spacing: 0.08em;
  min-width: 4rem;
}

.page-about .timeline-title {
  flex: 1;
  font-weight: 700;
  color: var(--ink);
}

.page-about .timeline-arrow {
  width: 1.75rem;
  height: 1.75rem;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: var(--paper);
  color: var(--orange);
  font-weight: 800;
}

.page-about .timeline-arrow::before {
  content: "+";
  line-height: 1;
}

.page-about .timeline-item[open] .timeline-arrow::before {
  content: "–";
}

.page-about .timeline-body {
  padding: 0 1.25rem 1.25rem;
  color: var(--slate);
  font-size: 0.95rem;
  line-height: 1.7;
}

.page-about .timeline-body p {
  margin: 0;
}

.page-about .data-section {
  padding: clamp(4rem, 8vw, 7rem) 0;
  background: var(--paper);
}

.page-about .data-panel {
  border-radius: calc(var(--radius) * 2);
  background: var(--deep-blue);
  color: var(--white);
  padding: clamp(1.5rem, 4vw, 3rem);
  box-shadow: var(--shadow);
}

.page-about .data-panel h2,
.page-about .trust-panel h2 {
  color: var(--white);
}

.page-about .data-heading {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 2rem;
  min-width: 0;
}

.page-about .data-intro {
  max-width: 22rem;
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.7;
}

.page-about .data-grid {
  display: grid;
  gap: 2rem;
  min-width: 0;
}

.page-about .data-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.page-about .stat-item {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  padding: 1.25rem;
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(6px);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.page-about .stat-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.16);
}

.page-about .data-stats .data-number--lg {
  color: var(--lime);
}

.page-about .stat-item__label {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.875rem;
}

.page-about .data-context {
  min-width: 0;
}

.page-about .data-list {
  list-style: none;
  margin: 0 0 1.25rem;
  padding: 0;
  display: grid;
  gap: 0.75rem;
}

.page-about .data-list li {
  position: relative;
  padding-left: 1rem;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.6;
}

.page-about .data-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55rem;
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 50%;
  background: var(--orange);
}

.page-about .data-flow-image {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: var(--radius);
}

.page-about .map-panel {
  margin-top: 2rem;
  padding: 1.25rem;
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.06);
}

.page-about .map-title {
  margin: 0 0 1rem;
  font-size: 1.125rem;
  color: var(--white);
}

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

.page-about .map-caption {
  margin: 0.75rem 0 0;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.6);
}

.page-about .cross-device-note {
  margin-top: 2rem;
  display: grid;
  gap: 1rem;
}

.page-about .cross-device-item {
  background: var(--white);
  border-radius: var(--radius);
  padding: 1.25rem;
  color: var(--ink);
  box-shadow: var(--shadow);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.page-about .cross-device-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 32px rgba(19, 21, 26, 0.1);
}

.page-about .cross-device-item__num {
  display: block;
  margin-bottom: 0.5rem;
  font-family: var(--font-number);
  font-size: 0.875rem;
  color: var(--orange);
}

.page-about .cross-device-item p {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.6;
}

.page-about .team-section {
  padding: clamp(4rem, 8vw, 7rem) 0;
  background: linear-gradient(180deg, var(--paper) 0%, var(--white) 100%);
}

.page-about .team-grid {
  display: grid;
  gap: 2.5rem;
  align-items: center;
  min-width: 0;
}

.page-about .team-figure {
  margin: 0;
}

.page-about .team-figure__img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.page-about .team-figure__caption {
  margin-top: 0.75rem;
  color: var(--slate);
  font-size: 0.875rem;
}

.page-about .team-copy {
  min-width: 0;
}

.page-about .team-values {
  list-style: none;
  margin: 1.5rem 0;
  padding: 0;
  display: grid;
  gap: 0.75rem;
}

.page-about .team-values li {
  position: relative;
  padding-left: 1.5rem;
  color: var(--slate);
  line-height: 1.6;
}

.page-about .team-values li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.6rem;
  width: 0.5rem;
  height: 0.5rem;
  background: var(--blue);
  transform: rotate(45deg);
}

.page-about .trust-section {
  padding: clamp(4rem, 8vw, 6rem) 0;
  background: var(--white);
}

.page-about .trust-panel {
  border-radius: calc(var(--radius) * 2);
  background: var(--deep-blue);
  color: var(--white);
  padding: clamp(1.5rem, 4vw, 3rem);
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-items: flex-start;
}

.page-about .trust-panel .section-label {
  color: var(--orange);
}

.page-about .trust-content p {
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.75;
}

.page-about .trust-contact-list {
  list-style: none;
  margin: 1.5rem 0 0;
  padding: 0;
  display: grid;
  gap: 0.75rem;
}

.page-about .trust-contact-list li {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  background: rgba(255, 255, 255, 0.08);
  border-radius: var(--radius);
  padding: 1rem;
}

.page-about .trust-contact-list li span {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.6);
}

.page-about .trust-contact-list li strong {
  font-family: var(--font-number);
  color: var(--white);
  font-size: 0.9rem;
  word-break: break-all;
}

.page-about .trust-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.page-about .trust-actions .btn--ghost {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.6);
}

@media (min-width: 720px) {
  .page-about .trust-panel {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

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

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

@media (min-width: 960px) {
  .page-about .about-cover__inner {
    display: grid;
    grid-template-columns: minmax(0, 1.5fr) minmax(280px, 0.8fr);
    align-items: center;
    gap: 3rem;
  }

  .page-about .story-grid {
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
    gap: 3rem;
  }

  .page-about .section-heading-row {
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
  }

  .page-about .data-heading {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
  }

  .page-about .data-grid {
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    align-items: center;
    gap: 3rem;
  }

  .page-about .data-stats {
    gap: 1.5rem;
  }

  .page-about .team-grid {
    grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
    gap: 3rem;
  }
}
