.page-about {
  --about-shell-max: 1320px;
  --about-gold-soft: rgba(212, 175, 55, .16);
  --about-line-dim: rgba(201, 169, 97, .28);
  --about-navy-card: rgba(6, 15, 34, .72);
  background-color: var(--navy);
  color: var(--light);
  overflow-x: hidden;
}

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

.page-about .page-shell {
  max-width: var(--about-shell-max);
}

.page-about .breadcrumb {
  position: relative;
  z-index: 1;
  color: var(--muted);
  font-family: var(--font-body);
  font-size: 14px;
}

.page-about .breadcrumb a {
  color: var(--gold-bright);
  text-decoration: none;
}

.page-about .breadcrumb a:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.page-about .breadcrumb__sep {
  margin: 0 8px;
  color: var(--gold-line);
}

.page-about .section-label {
  color: var(--gold);
}

.page-about .section-title {
  font-family: var(--font-display);
}

.page-about .section-lead {
  font-size: 16px;
  line-height: 1.7;
}

.page-about .btn--outline {
  border-color: var(--gold-line);
  color: var(--gold-bright);
}

.page-about .btn--outline:hover {
  border-color: var(--gold-bright);
  background: var(--about-gold-soft);
}

.about-hero {
  position: relative;
  padding: 48px 0 88px;
  background:
    linear-gradient(135deg, var(--navy) 0%, var(--navy-2) 62%, #0d2a5a 100%);
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 36px), 0 100%);
}

.about-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(212, 175, 55, .05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(212, 175, 55, .05) 1px, transparent 1px);
  background-size: 44px 44px;
  -webkit-mask-image: linear-gradient(to bottom, black, transparent 78%);
  mask-image: linear-gradient(to bottom, black, transparent 78%);
  pointer-events: none;
}

.about-hero__layout {
  position: relative;
  display: grid;
  gap: 40px;
  padding-top: 48px;
}

.about-hero__copy::before {
  content: '';
  display: block;
  width: 72px;
  height: 4px;
  border-radius: 2px;
  background: linear-gradient(90deg, var(--gold), transparent);
  margin-bottom: 24px;
}

.about-hero h1 {
  font-family: var(--font-display);
  font-size: 32px;
  font-weight: 800;
  line-height: 1.14;
  color: var(--light);
  margin: 0 0 20px;
}

.about-hero__lead {
  font-size: 16px;
  line-height: 1.8;
  color: #dfe5ee;
  max-width: 46em;
  margin: 0 0 16px;
}

.about-hero__sub {
  font-size: 14px;
  line-height: 1.8;
  color: var(--muted);
  max-width: 48em;
  margin: 0 0 32px;
  border-left: 3px solid var(--gold-line);
  padding-left: 16px;
}

.about-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.about-hero__coordLabel {
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--muted);
  margin: 0 0 16px;
  padding-bottom: 8px;
  border-bottom: 1px solid var(--about-line-dim);
}

.about-hero__coords {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  border-left: 1px solid rgba(212, 175, 55, .3);
  border-top: 1px solid rgba(212, 175, 55, .3);
  padding: 24px 0 0 20px;
}

.about-coord--large {
  grid-column: 1 / -1;
}

.about-coord__num {
  display: block;
  font-family: var(--font-mono);
  font-weight: 700;
  color: var(--gold-bright);
  font-size: 28px;
  line-height: 1;
  letter-spacing: -.01em;
}

.about-coord__label {
  display: block;
  font-family: var(--font-body);
  font-size: 13px;
  color: var(--muted);
  margin-top: 8px;
}

.about-coord::after {
  content: '';
  display: block;
  width: 44px;
  height: 2px;
  background: var(--gold);
  margin-top: 12px;
  opacity: .5;
  border-radius: 1px;
}

.about-indexNav {
  background: var(--navy-deep);
  border-top: 1px solid var(--about-line-dim);
  border-bottom: 1px solid var(--about-line-dim);
  position: relative;
  z-index: 2;
}

.about-indexNav .page-shell {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px 16px;
  padding-top: 16px;
  padding-bottom: 16px;
}

.about-indexNav a {
  display: inline-flex;
  align-items: baseline;
  gap: 8px;
  color: var(--muted);
  font-size: 14px;
  text-decoration: none;
  letter-spacing: .02em;
  transition: color .22s var(--ease);
}

.about-indexNav a span {
  font-family: var(--font-mono);
  font-size: 12px;
  color: var(--gold);
}

.about-indexNav a:hover {
  color: var(--gold-bright);
}

.about-section {
  padding: 68px 0;
}

.about-section--light {
  background: var(--light);
  color: var(--navy);
}

.about-section--light .section-title {
  color: var(--navy);
}

.about-section--light .section-lead {
  color: #3d4a63;
}

.about-section--dark {
  background: var(--navy);
  color: var(--light);
}

.about-section--dark .section-lead {
  color: var(--muted);
}

.about-section--dark .section-title {
  color: var(--light);
}

.about-section--light + .about-section--dark {
  position: relative;
}

.about-section--light + .about-section--dark::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold-line), transparent);
}

.about-section-head {
  margin-bottom: 44px;
  max-width: 720px;
}

.about-section-head .section-title {
  margin: 12px 0 8px;
}

.about-copy-lead {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.7;
  color: var(--navy);
  margin: 0 0 24px;
}

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

.about-coverage__list {
  list-style: none;
  margin: 0 0 24px;
  padding: 0;
  display: grid;
  gap: 12px;
}

.about-coverage__list li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px 14px;
  align-items: baseline;
  background: #fff;
  border: 1px solid rgba(201, 169, 97, .3);
  border-left: 4px solid var(--gold);
  border-radius: var(--radius-md);
  padding: 14px 16px;
  font-size: 15px;
  line-height: 1.6;
  color: #2a3550;
}

.about-list-num {
  font-family: var(--font-mono);
  font-weight: 700;
  font-size: 13px;
  color: var(--red);
  white-space: nowrap;
}

.about-coverage__note {
  font-size: 14px;
  line-height: 1.7;
  color: #5a6a82;
  border-left: 3px solid var(--gold-line);
  padding-left: 14px;
  margin: 0;
}

.about-mediaFrame {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid rgba(201, 169, 97, .5);
  background: var(--ink);
  box-shadow: 0 18px 40px rgba(10, 31, 68, .14);
}

.about-mediaFrame--diag {
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 26px), calc(100% - 26px) 100%, 0 100%);
}

.about-mediaFrame__tag {
  position: absolute;
  left: 14px;
  bottom: 14px;
  background: rgba(10, 31, 68, .86);
  color: var(--gold-bright);
  font-family: var(--font-mono);
  font-size: 12px;
  padding: 6px 12px;
  border-radius: 999px;
  letter-spacing: .06em;
}

.about-history__layout {
  display: grid;
  gap: 44px;
}

.about-history__aside {
  max-width: 340px;
}

.about-timeline {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 28px;
}

.about-timeline__item {
  display: grid;
  grid-template-columns: 48px 24px 1fr;
  gap: 8px;
  align-items: start;
}

.about-timeline__year {
  font-family: var(--font-mono);
  font-weight: 700;
  font-size: 15px;
  line-height: 1.4;
  color: var(--gold-bright);
  text-align: right;
  padding-top: 8px;
}

.about-timeline__node {
  position: relative;
  width: 14px;
  height: 14px;
  margin-top: 9px;
  margin-left: 4px;
  background: var(--gold);
  transform: rotate(45deg);
  border-radius: 2px;
  box-shadow: 0 0 0 4px rgba(212, 175, 55, .14);
}

.about-timeline__node::before {
  content: '';
  position: absolute;
  top: 16px;
  bottom: -44px;
  left: 50%;
  width: 2px;
  transform: translateX(-50%);
  background: linear-gradient(to bottom, var(--gold), rgba(212, 175, 55, .1));
}

.about-timeline__item:last-child .about-timeline__node::before {
  display: none;
}

.about-timeline__card {
  background: var(--about-navy-card);
  border: 1px solid rgba(201, 169, 97, .24);
  border-radius: var(--radius-md);
  padding: 18px 18px 16px;
  transition: border-color .28s var(--ease), box-shadow .28s var(--ease);
}

.about-timeline__card h3 {
  font-family: var(--font-display);
  font-size: 17px;
  font-weight: 700;
  color: var(--light);
  margin: 0 0 8px;
}

.about-timeline__card p {
  font-size: 14px;
  line-height: 1.7;
  color: var(--muted);
  margin: 0;
}

.about-timeline__item[data-reveal].is-revealed .about-timeline__card {
  border-color: var(--gold);
  box-shadow: 0 0 0 1px rgba(212, 175, 55, .28);
}

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

.about-team__copy > p {
  font-size: 16px;
  line-height: 1.8;
  color: #2a3550;
  margin: 0 0 24px;
}

.about-team__ringBlock {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 32px;
  margin-top: 8px;
}

.about-team__ring {
  position: relative;
  flex-shrink: 0;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: conic-gradient(
    var(--gold) 0 35%,
    var(--blue) 35% 60%,
    var(--teal) 60% 76%,
    var(--red) 76% 100%
  );
  box-shadow: 0 8px 24px rgba(10, 31, 68, .12);
}

.about-team__ring::after {
  content: '';
  position: absolute;
  inset: 22px;
  border-radius: 50%;
  background: var(--light);
}

.about-team__ringCenter {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-display);
  font-size: 30px;
  font-weight: 800;
  color: var(--navy);
  z-index: 1;
}

.about-team__legend {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 10px;
}

.about-team__legend li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  line-height: 1.5;
  color: var(--navy);
}

.about-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  flex-shrink: 0;
}

.about-dot--gold { background: var(--gold); }
.about-dot--blue { background: var(--blue); }
.about-dot--teal { background: var(--teal); }
.about-dot--red { background: var(--red); }

.about-team__side {
  background: var(--ink);
  border: 1px solid rgba(201, 169, 97, .4);
  border-radius: var(--radius-lg);
  padding: 16px;
  color: var(--muted);
  display: grid;
  gap: 16px;
  align-content: start;
}

.about-team__note {
  font-size: 13px;
  line-height: 1.7;
  color: var(--muted);
  margin: 0;
}

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

.about-ops__card {
  background: rgba(255, 255, 255, .03);
  border: 1px solid rgba(201, 169, 97, .2);
  border-radius: var(--radius-lg);
  padding: 24px;
  transition: border-color .26s var(--ease), background .26s var(--ease);
}

.about-ops__card:hover {
  border-color: var(--gold-line);
  background: rgba(255, 255, 255, .05);
}

.about-ops__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--about-gold-soft);
  font-family: var(--font-mono);
  font-size: 18px;
  font-weight: 700;
  color: var(--gold-bright);
  margin-bottom: 16px;
}

.about-ops__card h3 {
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: 700;
  color: var(--light);
  margin: 0 0 8px;
}

.about-ops__card p {
  font-size: 14px;
  line-height: 1.7;
  color: var(--muted);
  margin: 0;
}

.about-ops__flow {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 14px;
  margin-top: 40px;
  padding: 24px;
  background: rgba(255, 255, 255, .03);
  border: 1px dashed rgba(201, 169, 97, .32);
  border-radius: var(--radius-lg);
}

.about-flow-step {
  display: flex;
  align-items: center;
  gap: 12px;
}

.about-flow-step__num {
  font-family: var(--font-mono);
  font-size: 14px;
  font-weight: 700;
  color: var(--gold);
  min-width: 24px;
}

.about-flow-step p {
  margin: 0;
  font-size: 14px;
  color: var(--light);
}

.about-flow-step__arrow {
  color: var(--gold-line);
  font-size: 16px;
  transform: rotate(90deg);
  align-self: center;
  opacity: .7;
}

.about-next {
  background: var(--navy-deep);
  padding: 72px 0;
}

.about-next__card {
  border: 1px solid var(--gold-line);
  border-radius: 32px;
  padding: 40px 32px;
  text-align: center;
  background: linear-gradient(135deg, rgba(212, 175, 55, .12), transparent 62%);
}

.about-next__card .section-label {
  display: inline-block;
}

.about-next h2 {
  font-family: var(--font-display);
  font-size: 26px;
  font-weight: 800;
  color: var(--light);
  margin: 16px 0 12px;
}

.about-next__lead {
  font-size: 14px;
  line-height: 1.7;
  color: var(--muted);
  max-width: 420px;
  margin: 0 auto 28px;
}

.about-next__links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

@media (min-width: 600px) {
  .page-about .about-indexNav .page-shell {
    grid-template-columns: repeat(4, auto);
    justify-content: center;
  }
}

@media (min-width: 768px) {
  .page-about .about-hero {
    padding: 64px 0 104px;
  }

  .page-about .about-hero__layout {
    grid-template-columns: 1.55fr 1fr;
    gap: 64px;
    padding-top: 72px;
  }

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

  .page-about .about-hero__lead {
    font-size: 17px;
  }

  .page-about .about-hero__coords {
    grid-template-columns: 1fr;
    gap: 0;
    border-left: none;
    border-top: 1px solid rgba(212, 175, 55, .3);
    padding: 28px 0 0;
    align-content: start;
  }

  .page-about .about-coord--large {
    grid-column: auto;
    margin-bottom: 32px;
  }

  .page-about .about-coord {
    padding-bottom: 24px;
  }

  .page-about .about-coord__num {
    font-size: 30px;
  }

  .page-about .about-coord--large .about-coord__num {
    font-size: 56px;
  }

  .page-about .about-coord__label {
    font-size: 14px;
  }

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

  .page-about .about-section-head {
    margin-bottom: 60px;
  }

  .page-about .about-coverage__grid {
    grid-template-columns: 1.2fr .8fr;
    gap: 64px;
    align-items: center;
  }

  .page-about .about-history__layout {
    grid-template-columns: 280px 1fr;
    gap: 64px;
    align-items: start;
  }

  .page-about .about-timeline__item {
    grid-template-columns: 64px 32px 1fr;
    gap: 12px;
  }

  .page-about .about-timeline__year {
    font-size: 16px;
  }

  .page-about .about-timeline__node {
    margin-left: 7px;
  }

  .page-about .about-timeline__card {
    padding: 22px 24px 18px;
  }

  .page-about .about-team__layout {
    grid-template-columns: 1fr 340px;
    gap: 64px;
    align-items: start;
  }

  .page-about .about-ops__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }

  .page-about .about-ops__flow {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }

  .page-about .about-flow-step__arrow {
    transform: none;
  }

  .page-about .about-next {
    padding: 88px 0;
  }

  .page-about .about-next__card {
    padding: 56px 48px;
  }
}

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

  .page-about .about-timeline {
    gap: 32px;
  }

  .page-about .about-history__aside {
    max-width: 280px;
    position: sticky;
    top: 80px;
  }
}
