.about-page {
  color: var(--hero-navy);
  background: #fff;
}

.about-banner {
  position: relative;
  display: grid;
  min-height: 307px;
  place-items: center;
  overflow: hidden;
  background:
    url("../about-page/banner.webp") center / cover no-repeat;
}

.about-banner__content {
  position: relative;
  z-index: 1;
  text-align: center;
}

.about-banner h1 {
  width: auto;
  margin: 0 0 8px;
  color: #fff;
  font: 700 40px/1.1 "Cormorant Garamond", Georgia, serif;
  letter-spacing: 0;
}

.about-banner__breadcrumb {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  margin: 0;
  color: #fff;
  font-size: 14px;
}

.about-banner__breadcrumb a {
  color: #fff;
  text-decoration: none;
}

.about-banner__breadcrumb span {
  color: var(--hero-gold);
}

.about-who {
  padding: 70px 0 86px;
  background: #fff url("../about-sbcl/background.png") center / cover no-repeat;
}

.about-who__container {
  display: grid;
  grid-template-columns: 550px 1fr;
  align-items: center;
  gap: 70px;
  width: min(1200px, calc(100% - 48px));
  margin: 0 auto;
}

.about-who__collage {
  position: relative;
  min-height: 590px;
}

.about-who__image {
  position: absolute;
  display: block;
  object-fit: cover;
  box-shadow: 0 10px 26px rgba(55, 72, 104, .12);
}

.about-who__image--main {
  left: 88px;
  top: 40px;
  width: 340px;
  height: 510px;
  border-radius: 38px;
}

.about-who__image--secondary {
  right: 0;
  bottom: 0;
  width: 265px;
  height: 190px;
  border-radius: 34px;
}

.about-who__seal {
  position: absolute;
  top: 66px;
  left: 0;
  z-index: 2;
  display: block;
  width: 185px;
  height: auto;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.about-who__seal::before,
.about-who__seal::after {
  display: none;
  content: none;
}

.about-who__mark {
  position: absolute;
  top: 0;
  right: 30px;
  z-index: 3;
  width: 104px;
  height: auto;
  object-fit: contain;
}

.about-who__eyebrow {
  margin: 0 0 8px;
  color: var(--hero-gold);
  font: 500 14px/20px Inter, Arial, sans-serif;
  text-transform: uppercase;
}

.about-who h2 {
  max-width: 440px;
  margin: 0;
  color: var(--hero-navy);
  font: 700 42px/45px "Cormorant Garamond", Georgia, serif;
}

.about-who__divider,
.journey__divider {
  display: block;
  width: 270px;
  height: auto;
  margin: 26px 0 28px;
}

.about-who__copy p {
  margin: 0 0 24px;
  color: var(--hero-navy);
  font-size: 15px;
  font-weight: 500;
  line-height: 27px;
}

.about-who__copy p:last-child { margin-bottom: 0; }
.about-who__copy strong { color: var(--hero-gold); }

.values {
  padding: 78px 0;
  background: #f4f5f6;
}

.values__container {
  display: grid;
  grid-template-columns: repeat(2, 325px);
  justify-content: center;
  gap: 40px;
  width: min(1200px, calc(100% - 48px));
  margin: 0 auto;
}

.value-card {
  position: relative;
  display: flex;
  min-height: 320px;
  padding: 44px 30px 35px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 7px;
  background: var(--hero-navy);
  color: #fff;
  text-align: center;
}

.value-card::before {
  position: absolute;
  inset: 0;
  background: url("../why-choose-us/card-pattern.png") center / 235px no-repeat;
  content: "";
  opacity: .18;
}

.value-card > * {
  position: relative;
  z-index: 1;
}

.value-card__icon {
  display: block;
  width: 84px;
  height: 80px;
  margin-bottom: 13px;
  object-fit: contain;
}

.value-card h2 {
  margin: 0 0 9px;
  color: #fff;
  font: 700 27px/1.1 "Cormorant Garamond", Georgia, serif;
}

.value-card p {
  max-width: 255px;
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
}

.journey {
  padding: 56px 0 82px;
  background: #fff;
}

.journey__container {
  width: min(1200px, calc(100% - 48px));
  margin: 0 auto;
}

.journey h2 {
  margin: 0;
  color: var(--hero-navy);
  text-align: center;
  font: 700 40px/1.1 "Cormorant Garamond", Georgia, serif;
}

.journey__divider {
  width: 260px;
  margin: 20px auto 68px;
}

.journey__stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 0;
}

.journey-stat {
  position: relative;
  display: flex;
  min-height: 90px;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.journey-stat:not(:last-child)::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 2px;
  height: 90px;
  background: var(--hero-navy);
  content: "";
}

.journey-stat:not(:last-child)::before {
  position: absolute;
  right: -3px;
  bottom: -3px;
  z-index: 1;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--hero-navy);
  content: "";
}

.journey-stat img {
  width: 72px;
  height: 72px;
  padding: 0;
  border-radius: 0;
  background: transparent;
  object-fit: contain;
}

.journey-stat dt {
  color: var(--hero-navy);
  font: 700 28px/1 "Cormorant Garamond", Georgia, serif;
}

.journey-stat dd {
  margin: 5px 0 0;
  color: var(--hero-gold);
  font: 500 13px/18px Inter, Arial, sans-serif;
}

@media (max-width: 1000px) {
  .about-who__container {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .about-who__collage {
    width: min(550px, 100%);
    margin: 0 auto;
  }

  .about-who__copy {
    max-width: 700px;
    margin: 0 auto;
  }

  .journey__stats {
    grid-template-columns: repeat(2, 1fr);
    gap: 34px 0;
  }

  .journey-stat:nth-child(2)::after,
  .journey-stat:nth-child(2)::before {
    display: none;
  }
}

@media (max-width: 720px) {
  .about-banner {
    min-height: 260px;
    background-size: auto calc(100% + 4px);
  }

  .about-who {
    padding: 56px 0 65px;
  }

  .about-who__container,
  .values__container,
  .journey__container {
    width: min(100% - 32px, 560px);
  }

  .about-who__collage {
    min-height: 500px;
  }

  .about-who__image--main {
    left: 14%;
    width: 66%;
    height: 440px;
  }

  .about-who__image--secondary {
    width: 54%;
    height: 165px;
  }

  .about-who__seal {
    left: 0;
    width: 145px;
  }

  .about-who__mark {
    right: 12px;
    width: 86px;
  }

  .about-who h2 {
    font-size: 36px;
    line-height: 39px;
  }

  .values__container {
    grid-template-columns: minmax(0, 420px);
  }
}

@media (max-width: 520px) {
  .about-who__collage {
    min-height: 420px;
  }

  .about-who__image--main {
    left: 15%;
    top: 34px;
    height: 365px;
    border-radius: 26px;
  }

  .about-who__image--secondary {
    width: 57%;
    height: 135px;
    border-radius: 22px;
  }

  .about-who__seal {
    top: 50px;
    width: 118px;
  }

  .about-who__mark {
    width: 68px;
  }

  .journey__stats {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .journey-stat {
    justify-content: flex-start;
    max-width: 250px;
    margin: 0 auto;
  }

  .journey-stat::after,
  .journey-stat::before {
    display: none;
  }
}
