.about-intro {
  display: grid;
  height: min(750px, calc(100svh - 113px));
  min-height: 560px;
  margin-top: 113px;
  grid-template-columns: minmax(0, 1.08fr) minmax(420px, 0.92fr);
  background: #faf6ec;
}

.about-intro-photo {
  position: relative;
  min-height: 0;
  overflow: hidden;
}

.about-intro-photo::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent 64%, rgba(14, 64, 97, 0.12));
  content: "";
  pointer-events: none;
}

.about-intro-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 38%;
  scale: 1.01;
}

.about-intro-copy {
  display: flex;
  padding: clamp(70px, 9vw, 150px) clamp(48px, 7vw, 120px);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.about-eyebrow {
  margin: 0 0 24px;
  color: #0e4061;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.about-intro h1 {
  max-width: 650px;
  margin: 0 0 34px;
  color: #0e4061;
  font-size: clamp(42px, 4.2vw, 72px);
  font-weight: 300;
  line-height: 1.08;
  letter-spacing: -0.035em;
}

.about-intro-copy > p:not(.about-eyebrow) {
  max-width: 590px;
  margin: 0 0 36px;
  color: #454545;
  font-size: 18px;
  line-height: 1.8;
}

.about-text-link {
  position: relative;
  padding-bottom: 7px;
  color: #0e4061;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.about-text-link::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  background: currentColor;
  content: "";
  transform-origin: left;
  transition: transform 240ms ease;
}

.about-text-link:hover::after {
  transform: scaleX(0.45);
}

.about-story {
  padding: clamp(90px, 9vw, 150px) max(6vw, calc((100% - 1260px) / 2));
  background: #fff;
}

.about-section-heading {
  margin-bottom: clamp(58px, 6vw, 88px);
  text-align: center;
}

.about-section-heading .about-eyebrow {
  margin-bottom: 14px;
}

.about-section-heading h2 {
  margin: 0;
}

.about-story-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(55px, 8vw, 130px);
}

.about-story-columns p {
  margin: 0 0 27px;
  color: #454545;
  font-size: 17px;
  line-height: 1.85;
}

.about-story-columns .about-story-lead {
  color: #0e4061;
  font-size: clamp(25px, 2.4vw, 36px);
  font-weight: 300;
  line-height: 1.45;
  letter-spacing: -0.01em;
}

.about-reviews {
  margin: 46px 0 0;
  padding-top: 38px;
  border-top: 1px solid #d9d9d9;
  color: #686868;
  text-align: center;
}

.about-reviews a,
.join-replica a {
  color: #0e4061;
}

.about-landscape {
  width: 100%;
  height: clamp(260px, 27vw, 390px);
  margin: 0;
  overflow: hidden;
}

.about-landscape img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.join-replica {
  display: grid;
  min-height: 420px;
  padding: clamp(80px, 8vw, 130px) max(7vw, calc((100% - 1160px) / 2));
  background: #faf6ec;
  grid-template-columns: minmax(250px, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(55px, 9vw, 140px);
  align-items: start;
}

.join-replica h2 {
  margin: 0;
}

.join-copy p {
  margin: 0 0 22px;
  color: #454545;
  font-size: 17px;
  line-height: 1.85;
}

@media (max-width: 1180px) {
  .about-landscape {
    display: none;
  }

  .about-intro {
    height: min(650px, calc(100svh - 100px));
    min-height: 540px;
    margin-top: 100px;
  }
}

@media (max-width: 900px) {
  .about-intro {
    height: auto;
    min-height: 0;
    margin-top: 100px;
    grid-template-columns: 1fr;
  }

  .about-intro-photo {
    min-height: 0;
    aspect-ratio: 4 / 4.4;
  }

  .about-intro-photo::after {
    background: linear-gradient(0deg, rgba(14, 64, 97, 0.1), transparent 35%);
  }

  .about-intro-copy {
    padding: 64px 8vw 76px;
  }

  .about-intro h1 {
    font-size: clamp(40px, 9vw, 60px);
  }

  .about-story-columns {
    gap: 8vw;
  }
}

@media (max-width: 767px) {
  .about-intro-photo {
    aspect-ratio: 4 / 4.25;
  }

  .about-intro-copy {
    padding: 58px 8vw 68px;
  }

  .about-intro h1 {
    margin-bottom: 26px;
    font-size: 40px;
    line-height: 1.12;
  }

  .about-intro-copy > p:not(.about-eyebrow) {
    margin-bottom: 30px;
    font-size: 16px;
  }

  .about-story {
    padding: 76px 8vw;
  }

  .about-section-heading {
    margin-bottom: 52px;
  }

  .about-story-columns {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .about-story-columns p {
    font-size: 16px;
  }

  .about-story-columns .about-story-lead {
    margin-bottom: 30px;
    font-size: 25px;
  }

  .about-reviews {
    margin-top: 34px;
    padding-top: 32px;
    font-size: 15px;
    line-height: 1.7;
  }

  .join-replica {
    min-height: 0;
    padding: 72px 8vw 78px;
    grid-template-columns: 1fr;
    gap: 42px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .about-text-link::after {
    transition: none;
  }
}
