.about-page {
  background: #faf6f2;
}

.about-page .about-hero {
  min-height: 760px;
  display: grid;
  place-items: center;
  position: relative;
  margin-bottom: 20px;
  overflow: hidden;
  color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
}

.about-page .about-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(30, 30, 30, .4);
}

.about-page .about-hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 70px;
  background: #faf6f2;
  clip-path: polygon(0 100%, 50% 0, 100% 100%);
}

.about-page .about-hero__inner {
  position: relative;
  z-index: 1;
  width: min(100% - 40px, 1200px);
  transform: translateY(14px);
}

.about-page .breadcrumbs {
  margin-bottom: 18px;
  color: rgba(255, 255, 255, .88);
  font-size: 14px;
  font-weight: 600;
}

.about-page h1,
.about-page h2,
.about-page h3 {
  margin-top: 0;
  color: var(--sh-ink);
  font-family: var(--sh-heading-font);
  font-weight: 400;
  letter-spacing: 0;
}

.about-page .about-hero h1 {
  width: 100%;
  max-width: none;
  margin: 0 auto;
  color: #fff;
  font-family: var(--sh-body-font);
  font-size: 42px;
  line-height: 1.3;
}

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

.about-page .about-intro {
  padding-top: 92px;
}

.about-page .about-kicker {
  margin: 0 0 10px;
  color: #702739;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
}

.about-page .about-intro h2,
.about-page .about-section-heading h2,
.about-page .about-trust h2 {
  max-width: 900px;
  margin: 0 auto 34px;
  text-align: center;
  font-size: 36px;
  line-height: 1.3;
}

.about-page .about-founder-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 42px;
  align-items: center;
  margin-top: 42px;
}

.about-page .about-media,
.about-page .about-continuation__image,
.about-page .about-story-feature {
  margin: 0;
}

.about-page .about-media img {
  width: 100%;
  height: 365px;
  object-fit: cover;
  border-radius: 5px;
}

.about-page .about-copy {
  color: #716769;
  font-size: 16px;
  line-height: 1.78;
}

.about-page .about-copy p {
  margin: 0 0 18px;
}

.about-page .about-copy p:last-child {
  margin-bottom: 0;
}

.about-page .about-continuation {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 353px;
  gap: 46px;
  align-items: center;
  margin-top: 50px;
}

.about-page .about-continuation__image img {
  width: 353px;
  max-width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 5px;
}

.about-page .about-section-heading {
  max-width: 860px;
  margin: 0 auto 46px;
  text-align: center;
}

.about-page .about-section-heading p {
  margin: 0;
  color: #716769;
  font-size: 18px;
}

.about-page .about-history {
  background: #faf6f2;
}

.about-page .about-history .about-section-heading {
  margin-bottom: 30px;
}

.about-page .about-timeline {
  max-width: 1240px;
  margin: 0 auto;
  display: block;
}

.about-page .about-timeline__item {
  margin: 0;
  padding: 0;
}

.about-page .about-timeline__item h3 {
  margin: 0;
  color: #1e1e1e;
  font-family: var(--sh-body-font);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
}

.about-page .about-timeline__item p {
  margin: 0;
  color: #1e1e1e;
  font-size: 14px;
  line-height: 1.4;
}

.about-page .about-values {
  padding-top: 40px;
  padding-bottom: 44px;
}

.about-page .about-values__intro {
  max-width: 732px;
  margin: 0 auto 50px;
  color: #716769;
  text-align: center;
  font-size: 20px;
  line-height: 1.96;
}

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

.about-page .about-value {
  text-align: center;
}

.about-page .about-value img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 5px;
}

.about-page .about-value h3 {
  margin: 22px 0 10px;
  font-family: var(--sh-body-font);
  font-size: 22px;
  font-weight: 700;
}

.about-page .about-value p {
  margin: 0;
  color: #716769;
  line-height: 1.65;
}

.about-page .about-story {
  padding-top: 58px;
}

.about-page .about-story .about-section-heading p {
  max-width: 920px;
  margin: 0 auto;
  font-size: 20px;
  line-height: 1.65;
}

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

.about-page .about-story-feature {
  text-align: center;
}

.about-page .about-story-feature img {
  width: 100%;
  aspect-ratio: 1.87 / 1;
  object-fit: cover;
  border-radius: 5px;
}

.about-page .about-story-feature h3 {
  margin: 24px 0 10px;
  font-family: var(--sh-body-font);
  font-size: 24px;
  font-weight: 700;
}

.about-page .about-story-feature p {
  max-width: 880px;
  margin: 0 auto;
  color: #716769;
  line-height: 1.7;
}

.about-page .about-trust {
  padding-top: 70px;
  padding-bottom: 90px;
}

.about-page .about-trust__inner {
  max-width: 960px;
  padding: 58px 30px;
  border-radius: 5px;
  background: #e5ded9;
  text-align: center;
}

.about-page .about-trust h2 {
  color: #702739;
}

.about-page .about-trust__lines {
  display: grid;
  gap: 12px;
  max-width: 720px;
  margin: 0 auto 34px;
}

.about-page .about-trust__lines p {
  margin: 0;
  color: #1e1e1e;
  font-size: 18px;
}

@media (max-width: 1024px) {
  .about-page .about-hero {
    min-height: 500px;
  }

  .about-page .about-hero__inner {
    transform: translateY(8px);
  }

  .about-page .about-hero::after {
    height: 60px;
  }

  .about-page .about-values__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .about-page .about-hero {
    min-height: 400px;
  }

  .about-page .about-hero::after {
    height: 30px;
  }

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

  .about-page .about-founder-grid,
  .about-page .about-continuation,
  .about-page .about-story-grid,
  .about-page .about-values__grid {
    grid-template-columns: 1fr;
  }

  .about-page .about-founder-grid,
  .about-page .about-continuation {
    gap: 28px;
  }

  .about-page .about-media img {
    height: auto;
    aspect-ratio: 1.8 / 1;
  }

  .about-page .about-continuation__image {
    justify-self: center;
  }

  .about-page .about-continuation__image img {
    width: min(353px, 100%);
  }

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

  .about-page .about-trust__inner {
    padding: 42px 20px;
  }
}
