.page-about {
  background:
    linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px),
    radial-gradient(1100px 480px at 82% -80px, rgba(255,107,0,.18), transparent 62%),
    var(--navy);
  background-size: 44px 44px, 44px 44px, auto, auto;
  color: var(--white);
  overflow-x: hidden;
  overflow-x: clip;
}

.page-about .about-hero {
  display: grid;
  gap: 2rem;
  padding: 2rem 0 2.5rem;
}

.page-about .about-hero-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
}

.page-about .about-hero h1 {
  margin: 0;
  font-family: var(--font-headline);
  font-size: clamp(2rem, 7vw, 3.6rem);
  line-height: 1.08;
  letter-spacing: .01em;
}

.page-about .about-h1-sub {
  display: block;
  margin-top: .35em;
  color: var(--orange-light);
  font-size: .66em;
}

.page-about .about-hero-lead {
  max-width: 62ch;
  margin: 0;
  color: var(--slate);
  font-size: 1.05rem;
  line-height: 1.75;
}

.page-about .about-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
  margin-top: .5rem;
}

.page-about .about-hero-actions .btn {
  padding: .9rem 1.45rem;
}

.page-about .about-hero-visual {
  position: relative;
  align-self: center;
}

.page-about .about-hero-visual::before {
  content: "";
  position: absolute;
  top: -6%;
  right: -4%;
  width: 46%;
  height: 28%;
  background: linear-gradient(135deg, rgba(255,107,0,.3), rgba(255,154,77,.05));
  border-radius: var(--radius-pill);
  transform: rotate(-7deg);
  z-index: 0;
  pointer-events: none;
}

.page-about .about-hero-visual::after {
  content: "";
  position: absolute;
  left: -4%;
  bottom: -5%;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,107,0,.35), transparent 68%);
  z-index: 0;
  pointer-events: none;
}

.page-about .about-hero-visual img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: var(--radius-lg);
}

.page-about .about-mission {
  padding: 2.5rem 0;
  border-top: 1px solid rgba(255,255,255,.08);
}

.page-about .about-mission h2,
.page-about .about-core h2,
.page-about .about-split h2,
.page-about .about-flow h2 {
  margin: .3rem 0 1.1rem;
  font-family: var(--font-headline);
  font-size: clamp(1.55rem, 4vw, 2.25rem);
  line-height: 1.2;
}

.page-about .about-mission p {
  max-width: 72ch;
  margin: 0 0 .9rem;
  color: var(--slate);
  line-height: 1.75;
}

.page-about .about-core {
  padding: 2.5rem 0;
  border-top: 1px solid rgba(255,255,255,.08);
}

.page-about .about-core-head {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.4rem;
}

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

.page-about .about-core-card {
  position: relative;
  background: linear-gradient(160deg, rgba(26,58,107,.5), rgba(13,27,54,.55));
  border: 1px solid rgba(255,255,255,.08);
  border-radius: var(--radius-lg);
  padding: 1.6rem;
  overflow: hidden;
  transition: border-color .25s ease, transform .25s var(--ease);
}

.page-about .about-core-card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 1.6rem;
  width: 46px;
  height: 3px;
  border-radius: var(--radius-pill);
  background: linear-gradient(90deg, var(--orange), transparent);
}

.page-about .about-core-card:hover {
  border-color: rgba(255,107,0,.55);
  transform: translateY(-2px);
}

.page-about .about-core-card h3 {
  display: flex;
  align-items: center;
  gap: .5rem;
  margin: .5rem 0 .6rem;
  font-size: 1.08rem;
}

.page-about .about-core-no {
  font-family: var(--font-data);
  font-size: .85em;
  color: var(--orange);
}

.page-about .about-core-card p {
  margin: 0 0 .85rem;
  color: var(--slate);
  font-size: .92rem;
  line-height: 1.65;
}

.page-about .about-core-link {
  color: var(--orange-light);
  font-size: .9rem;
  font-weight: 700;
  text-decoration: none;
}

.page-about .about-core-link::after {
  content: "→";
  margin-left: .35em;
}

.page-about .about-split {
  padding: 2.5rem 0;
  border-top: 1px solid rgba(255,255,255,.08);
}

.page-about .about-timeline {
  position: relative;
  padding-left: 24px;
  border-left: 2px solid rgba(255,107,0,.4);
}

.page-about .timeline-node {
  position: relative;
  padding-bottom: 1.4rem;
}

.page-about .timeline-node:last-child {
  padding-bottom: 0;
}

.page-about .timeline-node::before {
  content: "";
  position: absolute;
  left: -31px;
  top: 6px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--orange);
  border: 3px solid var(--navy);
  box-shadow: 0 0 0 3px rgba(255,107,0,.18);
}

.page-about .timeline-details {
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: var(--radius-md);
  padding: .7rem .85rem;
  transition: border-color .25s ease;
}

.page-about .timeline-details[open] {
  border-color: rgba(255,107,0,.45);
}

.page-about .timeline-details summary {
  display: flex;
  align-items: baseline;
  gap: .8rem;
  cursor: pointer;
  list-style: none;
}

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

.page-about .timeline-details summary::after {
  content: "+";
  margin-left: auto;
  font-family: var(--font-data);
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
  color: var(--orange-light);
}

.page-about .timeline-details[open] summary::after {
  content: "–";
}

.page-about .timeline-year {
  flex: 0 0 auto;
  font-family: var(--font-data);
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--orange);
}

.page-about .timeline-title {
  font-size: 1rem;
  font-weight: 700;
}

.page-about .timeline-details p {
  margin: .75rem 0 .2rem;
  padding-top: .75rem;
  border-top: 1px dashed rgba(255,255,255,.12);
  color: var(--slate);
  font-size: .88rem;
  line-height: 1.6;
}

.page-about .about-side-col {
  margin-top: 2.5rem;
  padding: 1.75rem;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: var(--radius-lg);
  background: linear-gradient(165deg, rgba(26,58,107,.55), rgba(13,27,54,.7));
}

.page-about .about-side-col h2 {
  margin: .3rem 0 1rem;
  font-family: var(--font-headline);
  font-size: clamp(1.4rem, 3.8vw, 2rem);
  line-height: 1.2;
}

.page-about .about-side-col img {
  display: block;
  width: 100%;
  height: auto;
  margin: 1.1rem 0 1.25rem;
  border: 1px solid rgba(255,255,255,.06);
  border-radius: var(--radius-md);
}

.page-about .about-side-text {
  margin: 0 0 .8rem;
  color: var(--slate);
  font-size: .92rem;
  line-height: 1.7;
}

.page-about .about-team-stats {
  display: grid;
  grid-template-columns: 1fr;
  gap: .75rem;
  margin: 1.25rem 0;
}

.page-about .about-stat {
  display: flex;
  flex-direction: column;
  gap: .25rem;
  padding: .9rem .85rem;
  background: rgba(10,31,68,.65);
  border: 1px solid rgba(255,255,255,.06);
  border-radius: var(--radius-md);
}

.page-about .about-stat .key-number {
  font-family: var(--font-data);
  font-size: 1.55rem;
  line-height: 1;
  color: var(--orange);
}

.page-about .about-stat span:last-child {
  color: var(--slate);
  font-size: .78rem;
  line-height: 1.45;
}

.page-about .about-badges {
  display: grid;
  gap: .7rem;
}

.page-about .about-badge {
  position: relative;
  display: flex;
  align-items: center;
  gap: .7rem;
  padding: .7rem .9rem;
  border: 1px solid rgba(201,169,110,.45);
  border-radius: var(--radius-pill);
  background: rgba(201,169,110,.08);
  color: var(--gold-light);
  font-size: .82rem;
  cursor: help;
}

.page-about .about-badge svg {
  flex: 0 0 auto;
  color: var(--gold);
}

.page-about .about-badge-tip {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  bottom: calc(100% + 10px);
  left: 0;
  z-index: 6;
  width: max(220px, 88%);
  padding: .7rem .85rem;
  background: var(--navy-deep);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: var(--radius-sm);
  box-shadow: 0 14px 32px rgba(0,0,0,.4);
  color: var(--white);
  font-size: .8rem;
  line-height: 1.5;
  transition: opacity .25s ease, visibility .25s ease;
}

.page-about .about-badge:hover .about-badge-tip,
.page-about .about-badge:focus-within .about-badge-tip {
  visibility: visible;
  opacity: 1;
}

.page-about .about-flow {
  padding: 2.5rem 0;
  border-top: 1px solid rgba(255,255,255,.08);
}

.page-about .about-flow-grid {
  display: grid;
  gap: 2rem;
}

.page-about .about-flow-visual img {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: var(--radius-lg);
}

.page-about .about-flow-steps {
  list-style: none;
  margin: 0;
  padding: 0;
  counter-reset: flow-step;
  display: grid;
  gap: 1rem;
}

.page-about .about-flow-steps li {
  position: relative;
  counter-increment: flow-step;
  min-height: 2.4rem;
  padding-left: 3.1rem;
}

.page-about .about-flow-steps li::before {
  content: counter(flow-step, decimal-leading-zero);
  position: absolute;
  left: 0;
  top: 0;
  display: grid;
  place-items: center;
  width: 2.3rem;
  height: 2.3rem;
  border-radius: 50%;
  border: 1px solid rgba(255,107,0,.5);
  background: rgba(255,107,0,.15);
  color: var(--orange-light);
  font-family: var(--font-data);
  font-size: .8rem;
}

.page-about .about-flow-steps strong {
  display: block;
  margin-bottom: .2rem;
  font-size: 1rem;
}

.page-about .about-flow-steps span {
  color: var(--slate);
  font-size: .88rem;
  line-height: 1.6;
}

.page-about .about-outro {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  margin: 2.5rem 0 3rem;
  padding: 2.25rem;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: var(--radius-lg);
  background: linear-gradient(rgba(255,255,255,.04), rgba(255,255,255,0)), var(--navy-panel);
}

.page-about .about-outro p {
  max-width: 62ch;
  margin: 0;
  color: var(--slate);
  line-height: 1.7;
}

.page-about .about-outro-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
}

@media (min-width: 560px) {
  .page-about .about-team-stats {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 700px) {
  .page-about .about-core-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 980px) {
  .page-about .about-hero {
    grid-template-columns: 1.05fr .95fr;
    align-items: center;
    gap: 3rem;
    padding: 3.5rem 0 4.5rem;
  }

  .page-about .about-split {
    display: grid;
    grid-template-columns: 1.15fr .85fr;
    gap: 3rem;
    align-items: start;
  }

  .page-about .about-side-col {
    margin-top: 0;
  }

  .page-about .about-flow-grid {
    grid-template-columns: .85fr 1.15fr;
    align-items: center;
    gap: 3rem;
  }
}

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