@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500;600;700&display=swap");

.project-highlights {
  position: relative;
  overflow: hidden;
  background: #fffaf4;
  color: #17221c;
  padding-top: 7rem;
  padding-bottom: 5rem;
}

.project-highlights__editorial {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 3rem;
  max-width: 72rem;
}

.project-highlights__eyebrow {
  margin: 0;
  color: #0d2f23;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.26em;
  line-height: 1.2;
  text-transform: uppercase;
}

.project-highlights__rule,
.project-highlights__copy-rule,
.project-highlights__title-rule {
  display: block;
  height: 1px;
  background: #c89b3c;
}

.project-highlights__rule {
  width: 5.2rem;
  margin-top: 1.35rem;
}

.project-highlights__heading h2 {
  margin: 2.7rem 0 0;
  color: #0d2f23;
  font-family: "Cormorant Garamond", Georgia, Cambria, "Times New Roman", serif;
  font-size: clamp(3.25rem, 13.5vw, 4.5rem);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 0.9;
}

.project-highlights__heading h2 span {
  display: block;
}

.project-highlights__heading h2 span:nth-child(2) {
  color: #78805b;
  font-size: 0.88em;
  font-style: italic;
}

.project-highlights__title-rule {
  width: 3.6rem;
  margin: 2rem 0 0;
}

.project-highlights__intro {
  margin: 1.6rem 0 0;
  color: #0d2f23;
  font-family: "Cormorant Garamond", Georgia, Cambria, "Times New Roman", serif;
  font-size: clamp(1.8rem, 8vw, 2.35rem);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.05;
}

.project-highlights__copy {
  max-width: 32rem;
  padding: 0;
}

.project-highlights__copy-rule {
  width: 3.8rem;
  margin-bottom: 1.6rem;
}

.project-highlights__copy p {
  margin: 1.45rem 0 0;
  color: #253128;
  font-family: "Cormorant Garamond", Georgia, Cambria, "Times New Roman", serif;
  font-size: 1.22rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.38;
}

.project-highlights__copy p:first-of-type {
  margin-top: 0;
}

.project-highlights__copy strong {
  color: #0d2f23;
  font-weight: 700;
}

.project-highlights__cta {
  display: inline-block;
  margin-top: 2.2rem;
  border-bottom: 1px solid #c89b3c;
  padding: 0 0 0.75rem;
  color: #0d2f23;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.23em;
  line-height: 1.3;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 0.2s ease, border-color 0.2s ease;
}

.project-highlights__cta:hover {
  color: #1f6a4a;
  border-color: #1f6a4a;
}

@media (min-width: 768px) {
  .project-highlights {
    min-height: 43rem;
    padding-top: 8.8rem;
    padding-bottom: 8rem;
  }

  .project-highlights__editorial {
    grid-template-columns: minmax(0, 1.22fr) minmax(22rem, 0.78fr);
    gap: clamp(4rem, 7vw, 8.5rem);
    align-items: start;
    max-width: 78rem;
    margin: 0 auto;
  }

  .project-highlights__heading {
    padding-top: 0.15rem;
  }

  .project-highlights__eyebrow {
    font-size: 0.78rem;
    letter-spacing: 0.32em;
  }

  .project-highlights__rule {
    margin-top: 1.55rem;
  }

  .project-highlights__heading h2 {
    margin-top: 4.6rem;
    font-size: clamp(4.7rem, 7vw, 6.8rem);
    line-height: 0.9;
  }

  .project-highlights__heading h2 span {
    white-space: nowrap;
  }

  .project-highlights__heading h2 span:nth-child(2) {
    margin-left: 3.5rem;
    font-size: 0.78em;
  }

  .project-highlights__title-rule {
    width: 4.4rem;
    margin: 2.1rem auto 0;
  }

  .project-highlights__intro {
    max-width: 43rem;
    margin-top: 1.75rem;
    color: #0d2f23;
    font-size: clamp(2rem, 2.9vw, 2.45rem);
    line-height: 1.05;
  }

  .project-highlights__copy {
    max-width: 29.5rem;
    justify-self: end;
    padding-top: 5.35rem;
  }

  .project-highlights__copy-rule {
    margin-bottom: 1.9rem;
  }

  .project-highlights__copy p {
    margin-top: 2.05rem;
    color: #1f2b25;
    font-size: 1.45rem;
    line-height: 1.36;
  }

  .project-highlights__cta {
    margin-top: 2.75rem;
    padding-bottom: 0.78rem;
    font-size: 0.76rem;
    letter-spacing: 0.31em;
  }
}

@media (min-width: 768px) and (max-width: 1100px) {
  .project-highlights {
    min-height: auto;
    padding-top: 7rem;
    padding-bottom: 6.5rem;
  }

  .project-highlights__editorial {
    grid-template-columns: minmax(0, 1.08fr) minmax(19rem, 0.92fr);
    gap: clamp(2.7rem, 5vw, 4rem);
  }

  .project-highlights__heading h2 {
    margin-top: 3.6rem;
    font-size: clamp(3.75rem, 6vw, 5rem);
  }

  .project-highlights__heading h2 span:nth-child(2) {
    margin-left: 2rem;
  }

  .project-highlights__intro {
    font-size: clamp(1.75rem, 2.6vw, 2rem);
  }

  .project-highlights__copy {
    padding-top: 4.6rem;
  }

  .project-highlights__copy p {
    font-size: 1.16rem;
    line-height: 1.42;
  }
}

@media (max-width: 767.98px) {
  .project-highlights__heading h2 span:nth-child(2),
  .project-highlights__heading h2 span:nth-child(3) {
    margin-left: 0;
  }
}
