/* About page refinements from the approved V3 alignment brief. */
.about-v2 .about2-section-intro {
  max-width: 880px;
  margin: 0 auto 30px;
  color: #5a6065;
  font-size: 15px;
  line-height: 1.8;
  text-align: center;
}

.about-v2 .about2-story {
  padding: 54px 30px 58px;
  background: #f4f5f6;
  border-top: 1px solid #e4e7e9;
  border-bottom: 1px solid #e4e7e9;
}

.about-v2 .about2-story .page_block_info,
.about-v2 .about2-values .page_block_info {
  margin-bottom: 16px;
  text-align: center;
}

.about-v2 .story-timeline {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
  align-items: stretch;
  position: relative;
}

.about-v2 .story-timeline::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 56px;
  left: 8%;
  right: 8%;
  height: 2px;
  background: repeating-linear-gradient(90deg, #ff7820 0 9px, rgba(255, 120, 32, .12) 9px 16px);
}

.about-v2 .story-node {
  position: relative;
  z-index: 1;
  display: flex;
  min-width: 0;
  min-height: 332px;
  padding: 0 16px 22px;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.about-v2 .story-node::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 58px 0 0;
  background: #fff;
  border: 1px solid #e1e4e6;
  border-top: 2px solid rgba(255, 120, 32, .5);
  border-radius: 4px;
  box-shadow: 0 8px 22px rgba(33, 38, 41, .06);
}

.about-v2 .story-media {
  width: 112px;
  height: 112px;
  margin: 0 auto 13px;
  flex: 0 0 112px;
  border: 4px solid #ff7820;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 5px 16px rgba(33, 38, 41, .16);
}

.about-v2 .story-stage {
  margin-bottom: 10px;
  padding: 3px 13px;
  background: #ff7820;
  color: #fff;
  border-radius: 16px;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.5;
}

.about-v2 .story-node h3 {
  min-height: 42px;
  margin: 0 0 9px;
  color: #25292c;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.32;
}

.about-v2 .story-node p {
  margin: 0;
  color: #62686d;
  font-size: 13px;
  line-height: 1.62;
}

.about-v2 .about2-values {
  padding: 54px 0 58px;
}

.about-v2 .about2-values-shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  min-height: 430px;
  overflow: hidden;
  background: #25292c;
  border: 1px solid #353b3f;
}

.about-v2 .about2-values-media {
  min-width: 0;
  min-height: 430px;
  overflow: hidden;
  background: #1f2326;
}

.about-v2 .about2-values-media img {
  width: 100%;
  height: 100%;
  min-height: 430px;
  display: block;
  object-fit: cover;
  object-position: center;
}

.about-v2 .about2-values-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  align-content: stretch;
  background: rgba(255, 255, 255, .11);
}

.about-v2 .about2-value-item {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 14px;
  align-content: start;
  margin: 0;
  padding: 28px 24px;
  background: #25292c;
}

.about-v2 .about2-value-icon {
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ff7820;
}

.about-v2 .about2-value-icon svg {
  width: 40px;
  height: 40px;
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.about-v2 .about2-value-item h3 {
  margin: 0 0 7px;
  color: #ff7820;
  font-size: 19px;
  font-weight: 800;
  line-height: 1.25;
}

.about-v2 .about2-value-item strong {
  display: block;
  margin-bottom: 7px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.45;
}

.about-v2 .about2-value-item p {
  margin: 0;
  color: #cbd0d3;
  font-size: 13px;
  line-height: 1.68;
}

@media (max-width: 991px) {
  .about-v2 .about2-story {
    padding: 48px 24px 52px;
  }

  .about-v2 .story-timeline {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }

  .about-v2 .story-timeline::before {
    display: none;
  }

  .about-v2 .story-node {
    min-height: 0;
    padding: 18px 18px 22px;
  }

  .about-v2 .story-node::before {
    inset: 0;
    border-top-color: #ff7820;
  }

  .about-v2 .story-node h3 {
    min-height: 0;
  }

  .about-v2 .about2-values-shell {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .about-v2 .about2-values-media,
  .about-v2 .about2-values-media img {
    min-height: 0;
  }

  .about-v2 .about2-values-media {
    aspect-ratio: 16 / 8;
  }
}

@media (max-width: 575px) {
  .about-v2 .about2-section-intro {
    margin-bottom: 24px;
    padding: 0 3px;
    font-size: 14px;
    line-height: 1.7;
    text-align: left;
  }

  .about-v2 .about2-story {
    padding: 42px 15px 46px;
  }

  .about-v2 .story-timeline {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .about-v2 .story-node {
    padding: 18px 17px 21px;
  }

  .about-v2 .story-media {
    width: 104px;
    height: 104px;
    flex-basis: 104px;
  }

  .about-v2 .about2-values {
    padding: 44px 15px 48px;
  }

  .about-v2 .about2-values-media {
    aspect-ratio: 4 / 3;
  }

  .about-v2 .about2-values-grid {
    grid-template-columns: 1fr;
  }

  .about-v2 .about2-value-item {
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 12px;
    padding: 22px 18px;
  }

  .about-v2 .about2-value-icon {
    width: 40px;
    height: 40px;
  }

  .about-v2 .about2-value-icon svg {
    width: 36px;
    height: 36px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .about-v2 .story-node,
  .about-v2 .about2-value-item {
    transition: none;
  }
}
