.page-about {
  --ab-card-width: 248px;
  --ab-space: 24px;
  overflow-x: clip;
}

.page-about .ab-heritage {
  padding: 0 0 40px;
}

.page-about .ab-heritage__banner {
  display: grid;
  grid-template-columns: 1fr;
}

.page-about .ab-heritage__story {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 40px 20px 44px;
  background: var(--c-green);
  color: #F5EFE1;
  overflow: hidden;
}

.page-about .ab-heritage__story::before {
  content: "2016";
  position: absolute;
  right: -2rem;
  bottom: -4rem;
  font-family: var(--font-title);
  font-size: clamp(120px, 20vw, 260px);
  font-weight: 900;
  line-height: .7;
  color: rgba(245, 239, 225, .07);
  pointer-events: none;
}

.page-about .ab-heritage__story::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(245, 239, 225, .05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(245, 239, 225, .05) 1px, transparent 1px);
  background-size: 44px 44px;
  pointer-events: none;
}

.page-about .ab-heritage__story > * {
  position: relative;
  z-index: 2;
}

.page-about .ab-heritage__kicker {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  margin: 0 0 18px;
  font-family: var(--font-title);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: rgba(245, 239, 225, .58);
}

.page-about .ab-heritage__home {
  color: #fff;
  text-decoration: underline;
  text-decoration-color: var(--c-gold);
  text-underline-offset: 4px;
  transition: color .2s ease;
}

.page-about .ab-heritage__home:hover,
.page-about .ab-heritage__home:focus-visible {
  color: var(--c-gold);
}

.page-about .ab-heritage__title {
  margin: 0 0 22px;
  font-family: var(--font-title);
  font-weight: 900;
  font-size: clamp(34px, 7vw, 76px);
  line-height: 1.08;
  letter-spacing: -.02em;
  color: #fff;
}

.page-about .ab-heritage__title-sub {
  display: block;
  margin-top: 10px;
  font-size: clamp(16px, 2.6vw, 28px);
  font-weight: 700;
  letter-spacing: .01em;
  line-height: 1.4;
  color: var(--c-gold);
}

.page-about .ab-heritage__lead {
  max-width: 680px;
  margin: 0 0 16px;
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.75;
  color: rgba(245, 239, 225, .9);
}

.page-about .ab-heritage__desc {
  max-width: 680px;
  margin: 0 0 30px;
  font-family: var(--font-body);
  font-size: 14px;
  line-height: 1.75;
  color: rgba(245, 239, 225, .78);
}

.page-about .ab-heritage__metrics {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: auto 0 0;
  padding: 0;
  list-style: none;
}

.page-about .ab-heritage__metric {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 104px;
  padding: 12px 16px;
  border: 1px solid rgba(245, 239, 225, .28);
  border-radius: 4px;
}

.page-about .ab-heritage__metric dt {
  font-family: var(--font-title);
  font-size: 28px;
  font-weight: 900;
  line-height: 1;
  color: #fff;
}

.page-about .ab-heritage__metric dd {
  margin: 0;
  font-family: var(--font-title);
  font-size: 12px;
  letter-spacing: .04em;
  color: var(--c-gold);
}

.page-about .ab-heritage__panel {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 28px 20px 36px;
  background: var(--c-blue);
  color: #F5EFE1;
}

.page-about .ab-heritage__figure {
  position: relative;
  margin: 0;
}

.page-about .ab-heritage__hot {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 2;
}

.page-about .ab-heritage__img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border: 1px solid rgba(245, 239, 225, .2);
}

.page-about .ab-heritage__figcap {
  padding-top: 12px;
  font-family: var(--font-body);
  font-size: 13px;
  letter-spacing: .03em;
  color: rgba(245, 239, 225, .7);
}

.page-about .ab-heritage__actions {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  margin-top: auto;
}

.page-about .ab-milestone {
  padding: 48px 16px 56px;
}

.page-about .ab-milestone__head {
  max-width: 960px;
  padding-bottom: 20px;
}

.page-about .ab-section-no {
  display: inline-block;
  margin: 0 10px 10px 0;
  font-family: var(--font-title);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .2em;
  color: var(--c-gold);
}

.page-about .ab-milestone__head h2,
.page-about .ab-team__intro h2,
.page-about .ab-trust__main h2 {
  margin: 12px 0 10px;
  font-family: var(--font-title);
  font-weight: 900;
  font-size: 28px;
  line-height: 1.25;
  letter-spacing: -.01em;
}

.page-about .ab-milestone__head h2 {
  color: var(--c-ink);
}

.page-about .ab-milestone__sub {
  max-width: 640px;
  margin: 0;
  font-family: var(--font-body);
  font-size: 15px;
  line-height: 1.7;
  color: var(--c-gray);
}

.page-about .ab-timeline {
  position: relative;
  margin: 0 -16px;
  padding-bottom: 8px;
  overflow-x: auto;
  scrollbar-width: thin;
  scrollbar-color: var(--c-gold) var(--c-line);
  -webkit-overflow-scrolling: touch;
}

.page-about .ab-timeline__track {
  position: relative;
  display: flex;
  align-items: stretch;
  gap: 20px;
  min-width: max-content;
  margin: 0;
  padding: 64px 16px 24px;
  list-style: none;
}

.page-about .ab-timeline__track::before {
  content: "";
  position: absolute;
  top: 46px;
  left: 16px;
  right: 16px;
  height: 2px;
  background: var(--c-line);
}

.page-about .ab-timeline__track::after {
  content: "";
  position: absolute;
  top: 40px;
  left: 16px;
  right: 16px;
  height: 14px;
  background-image: repeating-linear-gradient(
    to right,
    var(--c-gold) 0 2px,
    transparent 2px 48px
  );
  opacity: .55;
  pointer-events: none;
}

.page-about .ab-timeline__item {
  position: relative;
  flex: 0 0 var(--ab-card-width);
}

.page-about .ab-timeline__year {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  font-family: var(--font-title);
  font-size: 24px;
  font-weight: 900;
  letter-spacing: .03em;
  white-space: nowrap;
  color: var(--c-green);
  transition: color .2s ease;
}

.page-about .ab-timeline__dot {
  position: absolute;
  top: 40px;
  left: 50%;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: var(--c-gold);
  border: 4px solid var(--c-bg);
  box-shadow: 0 0 0 2px var(--c-gold);
  transform: translateX(-50%);
  z-index: 2;
  transition: transform .2s ease, box-shadow .2s ease;
}

.page-about .ab-timeline__card {
  position: relative;
  min-height: 150px;
  margin-top: 76px;
  padding: 18px 18px 20px;
  background: var(--c-bg);
  border: 1px solid var(--c-line);
  border-radius: 4px;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.page-about .ab-timeline__no {
  display: inline-block;
  margin-bottom: 8px;
  font-family: var(--font-title);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .18em;
  color: var(--c-gold);
}

.page-about .ab-timeline__card h3 {
  margin: 0 0 8px;
  font-family: var(--font-title);
  font-size: 18px;
  font-weight: 900;
  line-height: 1.4;
  letter-spacing: -.01em;
  color: var(--c-ink);
}

.page-about .ab-timeline__card p {
  margin: 0;
  font-family: var(--font-body);
  font-size: 14px;
  line-height: 1.7;
  color: var(--c-gray);
}

.page-about .ab-timeline__item:hover .ab-timeline__dot,
.page-about .ab-timeline__item:focus-within .ab-timeline__dot {
  transform: translateX(-50%) scale(1.25);
  box-shadow: 0 0 0 4px rgba(196, 155, 46, .35);
}

.page-about .ab-timeline__item:hover .ab-timeline__year,
.page-about .ab-timeline__item:focus-within .ab-timeline__year {
  color: var(--c-gold);
}

.page-about .ab-timeline__item:hover .ab-timeline__card,
.page-about .ab-timeline__item:focus-within .ab-timeline__card {
  border-color: var(--c-gold);
  box-shadow: 0 12px 28px rgba(20, 43, 76, .12);
  transform: translateY(-4px);
}

.page-about .ab-timeline__item--now .ab-timeline__dot {
  background: var(--c-red);
  box-shadow: 0 0 0 2px var(--c-red);
}

.page-about .ab-timeline__item--now .ab-timeline__card {
  border-color: var(--c-red);
}

.page-about .ab-team {
  position: relative;
  padding: 52px 20px 60px;
  overflow: hidden;
  background: var(--c-blue);
  color: #F5EFE1;
}

.page-about .ab-team::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, .04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .04) 1px, transparent 1px);
  background-size: 32px 32px;
  pointer-events: none;
}

.page-about .ab-team__layout {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  max-width: 1120px;
  margin: 0 auto;
}

.page-about .ab-team__intro h2,
.page-about .ab-trust__main h2 {
  color: #fff;
}

.page-about .ab-team__lead,
.page-about .ab-team__extra {
  font-family: var(--font-body);
  line-height: 1.8;
  color: rgba(245, 239, 225, .86);
}

.page-about .ab-team__lead {
  margin: 0 0 14px;
  font-size: 15px;
}

.page-about .ab-team__extra {
  margin: 0 0 24px;
  font-size: 14px;
  color: rgba(245, 239, 225, .66);
}

.page-about .ab-team__figure {
  margin: 0;
}

.page-about .ab-team__figure img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 8 / 5;
  object-fit: cover;
}

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

.page-about .ab-team__stat {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 178px;
  padding: 20px;
  background: rgba(255, 255, 255, .05);
  border: 1px solid rgba(245, 239, 225, .14);
  border-left: 4px solid var(--c-gold);
  transition: transform .22s ease, box-shadow .22s ease, background .22s ease;
}

.page-about .ab-team__stat:hover,
.page-about .ab-team__stat:focus-within {
  background: rgba(255, 255, 255, .09);
  transform: translateY(-4px);
  box-shadow: 0 16px 32px rgba(0, 0, 0, .25);
}

.page-about .ab-team__stat-num {
  margin: 0 0 4px;
  font-family: var(--font-title);
  font-size: 44px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -.02em;
  color: #fff;
}

.page-about .ab-team__stat-label {
  margin: 0 0 14px;
  font-family: var(--font-title);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .04em;
  color: var(--c-gold);
}

.page-about .ab-team__stat-detail {
  margin: 0;
  font-family: var(--font-body);
  font-size: 13px;
  line-height: 1.7;
  color: rgba(245, 239, 225, .72);
}

.page-about .ab-trust {
  padding: 52px 20px 60px;
  background: var(--c-green);
  color: #F5EFE1;
}

.page-about .ab-trust__layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  max-width: 1120px;
  margin: 0 auto;
}

.page-about .ab-trust__lead {
  max-width: 600px;
  margin: 0 0 28px;
  font-family: var(--font-body);
  font-size: 15px;
  line-height: 1.8;
  color: rgba(245, 239, 225, .82);
}

.page-about .ab-trust__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  margin: 0 0 28px;
  padding: 0;
  list-style: none;
}

.page-about .ab-trust__item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 14px 16px;
  background: rgba(245, 239, 225, .06);
  border: 1px solid rgba(245, 239, 225, .16);
  border-radius: 4px;
  transition: border-color .2s ease, transform .2s ease;
}

.page-about .ab-trust__item:hover {
  border-color: var(--c-gold);
  transform: translateY(-2px);
}

.page-about .ab-trust__badge {
  flex: 0 0 auto;
  padding: 4px 8px;
  font-family: var(--font-title);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .04em;
  color: var(--c-deep-green);
  background: var(--c-gold);
  border-radius: 3px;
}

.page-about .ab-trust__meta {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.page-about .ab-trust__meta strong {
  font-family: var(--font-title);
  font-size: 15px;
  font-weight: 700;
  color: #fff;
}

.page-about .ab-trust__meta em {
  font-family: var(--font-body);
  font-size: 13px;
  font-style: normal;
  color: rgba(245, 239, 225, .72);
}

.page-about .ab-trust__links {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
  font-family: var(--font-body);
  font-size: 14px;
  color: rgba(245, 239, 225, .78);
}

.page-about .ab-trust__side {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

.page-about .ab-trust__figure {
  margin: 0;
}

.page-about .ab-trust__figure img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

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

.page-about .ab-trust__card {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 16px 14px;
  background: rgba(245, 239, 225, .06);
  border: 1px solid rgba(245, 239, 225, .14);
  border-top: 3px solid var(--c-gold);
}

.page-about .ab-trust__card strong {
  font-family: var(--font-title);
  font-size: 28px;
  font-weight: 900;
  letter-spacing: -.02em;
  color: #fff;
}

.page-about .ab-trust__card span {
  font-family: var(--font-title);
  font-size: 12px;
  letter-spacing: .04em;
  color: var(--c-gold);
}

@media (min-width: 600px) {
  .page-about .ab-heritage__actions {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .page-about .ab-heritage__panel {
    padding: 32px 28px 40px;
  }

  .page-about .ab-trust__list {
    grid-template-columns: 1fr 1fr;
  }

  .page-about .ab-team__board {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 900px) {
  .page-about .ab-heritage {
    padding: 0 0 72px;
  }

  .page-about .ab-heritage__banner {
    grid-template-columns: 1.12fr .88fr;
    max-width: 1320px;
    margin: 0 auto;
    border-left: 1px solid var(--c-line);
    border-right: 1px solid var(--c-line);
    box-shadow: var(--shadow-soft);
  }

  .page-about .ab-heritage__story {
    padding: 64px 56px;
  }

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

  .page-about .ab-milestone {
    padding: 72px 24px 88px;
  }

  .page-about .ab-milestone__head h2,
  .page-about .ab-team__intro h2,
  .page-about .ab-trust__main h2 {
    font-size: 40px;
  }

  .page-about .ab-team {
    padding: 72px 24px 80px;
  }

  .page-about .ab-team__layout {
    grid-template-columns: 1fr 1fr;
    gap: 56px;
  }

  .page-about .ab-trust {
    padding: 72px 24px 80px;
  }

  .page-about .ab-trust__layout {
    grid-template-columns: 1fr .92fr;
    gap: 48px;
  }

  .page-about .ab-trust__side {
    grid-template-columns: 1fr;
  }
}
