.about-page {
  --about-ink: #273136;
  --about-muted: #647178;
  --about-pale: #f2f2f7;
  --about-card: rgba(120, 120, 128, 0.08);
  --about-section-pad: 80px;
  background: var(--about-pale);
}

.about-hero::after {
  right: 250px;
  top: -98px;
  width: 640px;
  background: rgba(255, 255, 255, 0.62);
}

.about-timeline {
  padding: var(--about-section-pad) 0;
  background: var(--about-pale);
  scroll-margin-top: 84px;
}

.about-page .company-breadcrumb + .about-timeline {
  padding-top: 0;
}

.about-page .company-breadcrumb + .about-locations {
  padding-top: 0;
}

.about-locations + .about-way {
  padding-top: 0;
}

.about-section-card {
  overflow: hidden;
  border-radius: 36px;
  background: #fff;
  box-shadow: 0 3px 50px rgba(0, 0, 0, 0.08);
}

.about-section-title {
  margin: 0;
  color: #000;
  font-family: var(--font-display);
  font-size: clamp(48px, 4.4vw, 76px);
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
}

.about-section-title strong {
  font-weight: 700;
}

.about-locations,
.about-way,
.about-inside {
  padding: var(--about-section-pad) 0;
  background: var(--about-pale);
  scroll-margin-top: 84px;
}

.about-inside {
  background: #fff;
}

.about-locations__card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(270px, 400px);
  align-items: stretch;
  background: #fff;
}

.about-locations__content {
  padding: clamp(46px, 4.6vw, 76px) clamp(42px, 5vw, 86px);
}

.about-location-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
  margin-top: 72px;
}

.about-location-card {
  padding: 32px 30px 30px 54px;
  border-radius: 10px;
  background: var(--about-card);
  color: #000;
}

.about-location-card h3,
.about-way-item h3,
.about-quote__card h3 {
  position: relative;
  margin: 0;
  color: #000;
  font-family: var(--font-display);
  font-weight: 700;
  line-height: 1.1;
}

.about-location-card h3 {
  padding-left: 0;
  font-size: clamp(24px, 1.8vw, 34px);
}

.about-location-card h3::before,
.about-way-item h3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.12em;
  width: 18px;
  height: 22px;
  background: url("../img/about/rcs-bullet.svg") center / contain no-repeat;
}

.about-location-card h3::before {
  left: -28px;
}

.about-location-card p,
.about-location-card address {
  margin: 10px 0 0;
  color: #000;
  font-size: clamp(17px, 1.08vw, 20px);
  font-style: normal;
  line-height: 1.45;
}

.about-location-card address {
  color: var(--about-muted);
}

.about-locations__media,
.about-way__media {
  position: relative;
  min-height: 0;
  margin: 0;
  overflow: hidden;
}

.about-locations__media img,
.about-way__media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-locations__media img {
  height: 100%;
}

.about-way__card {
  display: grid;
  grid-template-columns: minmax(250px, 420px) minmax(0, 1fr);
  align-items: stretch;
}

.about-way__content {
  padding: clamp(46px, 4.6vw, 76px) clamp(42px, 6vw, 102px) clamp(70px, 6vw, 110px);
}

.about-way__intro {
  margin-top: 30px;
  color: #000;
  font-size: clamp(19px, 1.2vw, 24px);
  line-height: 1.28;
}

.about-way__intro p {
  margin: 0;
}

.about-way-list {
  display: grid;
  gap: 28px;
  margin-top: 44px;
}

.about-way-item h3 {
  padding-left: 24px;
  font-size: clamp(28px, 2vw, 38px);
}

.about-way-item p {
  max-width: 760px;
  margin: 14px 0 0 24px;
  color: var(--about-muted);
  font-size: clamp(18px, 1.1vw, 22px);
  line-height: 1.42;
}

.about-inside__card {
  padding: clamp(46px, 4.6vw, 76px) clamp(42px, 5vw, 86px) clamp(70px, 6vw, 110px);
  background: var(--about-card);
  box-shadow: none;
}

.about-inside__heading p {
  margin: 24px 0 0;
  color: #000;
  font-family: var(--font-sans);
  font-size: clamp(26px, 2.55vw, 42px);
  font-weight: 700;
  line-height: 1.2;
}

.about-quote-grid {
  display: grid;
  gap: 78px;
  margin-top: 68px;
}

.about-quote {
  display: grid;
  grid-template-columns: minmax(144px, 208px) minmax(280px, 430px);
  gap: clamp(34px, 6vw, 92px);
  align-items: center;
}

.about-quote--image-right {
  grid-template-columns: minmax(280px, 430px) minmax(144px, 208px);
  justify-content: end;
}

.about-quote img {
  width: clamp(136px, 13.6vw, 197px);
  height: clamp(174px, 17.4vw, 253px);
  border-radius: 999px;
  object-fit: cover;
  object-position: center;
  justify-self: center;
}

.about-quote__card {
  position: relative;
  padding: 42px 34px 34px;
  border-radius: 32px;
  background: #fff;
  color: #000;
}

.about-quote__card span {
  position: absolute;
  left: -38px;
  top: -28px;
  color: var(--build-orange);
  font-family: var(--font-sans);
  font-size: 88px;
  font-weight: 700;
  line-height: 1;
}

.about-quote__card h3 {
  font-size: clamp(24px, 1.65vw, 32px);
}

.about-quote__card p {
  margin: 14px 0 0;
  color: #000;
  font-size: clamp(17px, 1.05vw, 20px);
  line-height: 1.42;
}

.about-quote__card .about-quote__meta {
  margin-top: 18px;
  color: #000;
  font-size: 16px;
  line-height: 1.25;
}

.about-quote__meta strong {
  color: var(--build-orange);
}

.about-timeline__card {
  --timeline-progress: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(250px, 360px);
  overflow: hidden;
  border-radius: 36px;
  background: #fff;
  box-shadow: 0 3px 50px rgba(0, 0, 0, 0.08);
}

.about-timeline__content {
  padding: clamp(46px, 4.6vw, 76px) clamp(42px, 5vw, 86px);
}

.about-timeline__heading {
  margin-bottom: 42px;
}

.about-timeline .group-eyebrow {
  font-size: clamp(50px, 4.6vw, 84px);
}

.about-timeline .group-eyebrow strong {
  color: #000;
}

.about-timeline h2 {
  margin-top: 24px;
  color: #000;
  font-family: var(--font-sans);
  font-size: clamp(26px, 2.55vw, 42px);
  line-height: 1.2;
}

.about-timeline__media {
  position: relative;
  min-height: 0;
  margin: 0;
  overflow: hidden;
}

.about-timeline__media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.milestone-list {
  --rail-x: 150px;
  --timeline-start: 24px;
  --timeline-span: calc(100% - 48px);
  position: relative;
  display: grid;
  gap: 32px;
  list-style: none;
}

.milestone-list::before,
.milestone-list::after {
  content: "";
  position: absolute;
  left: var(--rail-x);
  top: var(--timeline-start);
  bottom: auto;
  height: var(--timeline-span);
  width: 4px;
  border-radius: 999px;
  transform: translateX(-50%);
}

.milestone-list::before {
  background: rgba(255, 77, 0, 0.16);
}

.milestone-list::after {
  height: calc(var(--timeline-span) * var(--timeline-progress));
  background: var(--build-orange);
  transition: height 80ms linear;
}

.milestone {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 92px 68px minmax(0, 1fr);
  gap: 0 24px;
  align-items: start;
  opacity: 1;
  transition: opacity 260ms var(--ease-out);
}

.milestone__date {
  justify-self: end;
  padding-top: 8px;
  color: var(--build-orange);
  font-family: var(--font-display);
  font-size: clamp(24px, 2vw, 32px);
  font-weight: 700;
  line-height: 1;
}

.milestone--today .milestone__date {
  padding: 10px 12px 12px;
  border-radius: 8px;
  background: var(--build-orange);
  color: #fff;
}

.milestone__marker {
  justify-self: center;
  width: 16px;
  height: 16px;
  margin-top: 14px;
  border-radius: 999px;
  background: var(--build-orange);
  box-shadow: 0 0 0 0 rgba(255, 77, 0, 0);
  transition: transform 220ms var(--ease-out), box-shadow 220ms var(--ease-out);
}

.milestone__card {
  min-height: 160px;
  padding: 24px 28px 26px;
  border-radius: 10px;
  background: var(--about-card);
  color: #000;
  transition:
    opacity 260ms var(--ease-out),
    transform 260ms var(--ease-out),
    box-shadow 260ms var(--ease-out),
    background 260ms var(--ease-out);
}

.milestone__card h3 {
  font-family: var(--font-display);
  font-size: clamp(25px, 1.7vw, 32px);
  font-weight: 700;
  line-height: 1.1;
}

.milestone__card p {
  margin-top: 12px;
  color: var(--about-muted);
  font-size: clamp(17px, 1.1vw, 20px);
  line-height: 1.45;
}

.milestone--today .milestone__card {
  background: rgba(120, 120, 128, 0.16);
}

.js .milestone {
  opacity: 0.46;
}

.js .milestone__card {
  transform: translate3d(0, 18px, 0);
}

.milestone.is-active {
  opacity: 1;
}

.milestone.is-active .milestone__marker {
  transform: scale(1.18);
  box-shadow: 0 0 0 8px rgba(255, 77, 0, 0.14);
}

.milestone.is-active .milestone__card {
  transform: translate3d(0, 0, 0);
}

.milestone--today.is-active .milestone__card {
  box-shadow: 0 22px 54px rgba(24, 28, 31, 0.16);
}

@media (max-width: 1180px) {
  .about-locations__card,
  .about-way__card {
    grid-template-columns: 1fr;
    min-height: 0;
    border-radius: 24px;
  }

  .about-locations__media,
  .about-way__media {
    order: -1;
    height: clamp(320px, 46vw, 560px);
  }

  .about-location-grid {
    margin-top: 46px;
  }

  .about-timeline__card {
    grid-template-columns: 1fr;
    min-height: 0;
    border-radius: 24px;
  }

  .about-timeline__media {
    order: -1;
    height: clamp(300px, 45vw, 520px);
  }

}

@media (max-width: 720px) {
  .about-page {
    --about-section-pad: 80px;
  }

  .about-hero::after {
    right: -72px;
    top: 36px;
    width: 330px;
    background: rgba(255, 255, 255, 0.38);
  }

  .about-timeline .group-eyebrow {
    font-size: clamp(34px, 10vw, 48px);
  }

  .about-section-card {
    border-radius: 24px;
  }

  .about-section-title {
    font-size: clamp(36px, 11vw, 48px);
  }

  .about-locations__content,
  .about-way__content,
  .about-inside__card {
    padding: 34px 22px 56px;
  }

  .about-location-grid {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 34px;
  }

  .about-location-card {
    padding: 26px 22px 28px 48px;
  }

  .about-way-list {
    gap: 24px;
  }

  .about-way-item p {
    margin-left: 0;
  }

  .about-quote-grid {
    gap: 52px;
    margin-top: 50px;
  }

  .about-quote,
  .about-quote--image-right {
    grid-template-columns: 1fr;
    gap: 26px;
    justify-content: stretch;
  }

  .about-quote--image-right img {
    order: -1;
  }

  .about-quote img {
    width: min(168px, 52vw);
    height: min(168px, 52vw);
    border-radius: 999px;
    object-fit: cover;
    object-position: center;
  }

  .about-quote__card {
    min-height: 0;
    padding: 36px 24px 28px;
    border-radius: 24px;
  }

  .about-quote__card span {
    left: 20px;
    top: -34px;
    font-size: 72px;
  }

  .milestone__card p {
    font-size: 18px;
  }

  .about-timeline__content {
    padding: 34px 22px 40px;
  }

  .milestone-list {
    --rail-x: 18px;
    gap: 24px;
  }

  .milestone {
    grid-template-columns: 36px minmax(0, 1fr);
    gap: 0 14px;
  }

  .milestone__date {
    grid-column: 2;
    justify-self: start;
    padding: 0 0 12px;
    font-size: 24px;
  }

  .milestone--today .milestone__date {
    padding: 8px 10px 10px;
  }

  .milestone__marker {
    grid-column: 1;
    grid-row: 1 / span 2;
    margin-top: 9px;
  }

  .milestone__card {
    grid-column: 2;
    padding: 22px 20px 24px;
  }

  .milestone__card h3 {
    font-size: 26px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .js .milestone,
  .js .milestone__card {
    opacity: 1;
    transform: none;
  }
}

/* RCSM-63: Figma Inside RCS people-card grid. */
.about-inside__header {
  max-width: 1006px;
  margin: 0 0 50px;
  color: #000;
}

.about-inside__header .about-section-title {
  font-size: clamp(56px, 5vw, 96px);
}

.about-inside__header p {
  margin: 22px 0 0;
  color: #000;
  font-family: var(--font-sans);
  font-size: clamp(28px, 2.5vw, 48px);
  font-weight: 700;
  line-height: 1.2;
}

.about-people-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 25px;
}

.about-person-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  overflow: hidden;
  border: 1px solid #aeaeb2;
  border-radius: 20px;
  background: #fff;
  color: #000;
}

.about-person-card__image {
  width: 100%;
  aspect-ratio: 413 / 455;
  object-fit: cover;
  object-position: center;
  background: #d8d8d8;
}

.about-person-card__body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  min-height: clamp(270px, 21vw, 435px);
  padding: clamp(26px, 2vw, 45px) clamp(22px, 2vw, 38px) 20px;
  background: rgba(120, 120, 128, 0.08);
}

.about-person-card__quote {
  display: flex;
  align-items: flex-end;
  width: 64px;
  height: 34px;
  margin-bottom: 18px;
  color: var(--build-orange);
  font-family: var(--font-sans);
  font-size: clamp(72px, 6.6vw, 128px);
  font-weight: 700;
  line-height: 0;
}

.about-person-card__body p {
  margin: 0;
  color: #000;
  font-family: var(--font-sans);
  font-size: clamp(16px, 1.25vw, 24px);
  font-weight: 400;
  line-height: 1.55;
}

.about-person-card__meta {
  margin-top: auto !important;
  padding-top: 28px;
  line-height: 1.2 !important;
}

.about-person-card__meta strong {
  color: var(--build-orange);
  font-size: clamp(18px, 1.65vw, 32px);
  font-weight: 700;
}

@media (max-width: 1180px) {
  .about-people-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .about-inside__header {
    margin-bottom: 34px;
  }

  .about-inside__header .about-section-title {
    font-size: clamp(36px, 11vw, 48px);
  }

  .about-inside__header p {
    font-size: clamp(24px, 7vw, 32px);
  }

  .about-people-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .about-person-card {
    border-radius: 18px;
  }

  .about-person-card__image {
    aspect-ratio: 413 / 455;
  }

  .about-person-card__body {
    min-height: 0;
    padding: 30px 22px 24px;
  }

  .about-person-card__quote {
    font-size: 82px;
  }

  .about-person-card__body p {
    font-size: 18px;
  }

  .about-person-card__meta strong {
    font-size: 22px;
  }
}
