.single-project .standard-hero {
  padding-block-end: 0;
  margin-block-end: 0;
}
@media (max-width: 767px) {
  .single-project .standard-hero {
    overflow: visible;
  }
  .single-project .standard-hero__image--mobile {
    height: 31.8rem;
  }
  .single-project .standard-hero__upper-container {
    height: 4.3rem;
    bottom: var(--hero-padding-block-end, 7.7rem);
  }
  .single-project .standard-hero__lower-container {
    bottom: 0;
    height: 3.8rem;
  }
  .single-project .standard-hero__corner.corner--bottom-left:not(.single-project .standard-hero__corner--upper-right) {
    bottom: calc(var(--hero-padding-block-end, 7.7rem) + 4.3rem);
  }
  .single-project .standard-hero__corner--upper-right {
    bottom: var(--hero-padding-block-end, 7.7rem);
    inset-inline-start: var(--hero-upper-container-width-mob, 18.7rem);
  }
  .single-project .standard-hero__bottom-section-corner {
    z-index: 2;
  }
  .single-project .standard-hero__bottom-section-corner.corner--bottom-left {
    inset-inline-start: -2rem;
  }
  .single-project .standard-hero__bottom-section-corner.corner--bottom-right {
    inset-inline-end: -2rem;
  }
  .single-project .standard-hero__nav-and-title {
    display: flex;
    flex-direction: column;
    gap: 0.7rem;
    position: absolute;
    top: calc(100% - var(--hero-padding-block-end, 7.7rem) - 3.1rem);
    inset-inline-start: 0.5rem;
    inset-inline-end: 0.5rem;
    width: auto;
    z-index: 3;
    padding-inline: 2rem;
  }
  .single-project .standard-hero__nav-and-title .standard-hero__nav {
    position: static;
    bottom: auto;
    inset-inline-start: auto;
  }
  .single-project .standard-hero__nav-and-title .standard-hero__back-link--mobile {
    color: #033324;
    font-family: "Montserrat", sans-serif;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 600;
    line-height: 125%;
    letter-spacing: 0;
    color: #00852c;
    font-size: 1.9rem;
    gap: 1.2rem;
  }
  .single-project .standard-hero__nav-and-title .standard-hero__back-link--mobile .standard-hero__back-link-arrow--left {
    transform: scaleX(-1);
  }
  .rtl .single-project .standard-hero__nav-and-title .standard-hero__back-link--mobile .standard-hero__back-link-arrow--left {
    transform: scaleX(1);
  }
  .single-project .standard-hero__nav-and-title .standard-hero__title {
    position: static;
    top: auto;
    inset-inline-start: auto;
    margin: 0;
    width: auto;
    color: #033324;
    font-family: "Nohemi", sans-serif;
    font-size: 3.5rem;
    font-style: normal;
    font-weight: 500;
    line-height: 110%;
    letter-spacing: 0.14rem;
  }
}
@media (min-width: 768px) {
  .single-project .standard-hero {
    --hero-desktop-image-height: 55.1rem;
    --hero-desktop-end: 4.4rem;
    height: 59.5rem;
  }
  .single-project .standard-hero__image--desktop {
    border-radius: 0;
  }
  .single-project .standard-hero__background {
    inset-block-start: 0;
    block-size: var(--hero-desktop-image-height);
    inset-block-end: unset;
  }
  .single-project .standard-hero__upper-container {
    bottom: var(--hero-desktop-end);
  }
  .single-project .standard-hero__lower-container {
    height: 4.4rem;
  }
  .single-project .standard-hero__nav-and-title {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 41rem;
    gap: 2.6rem;
    z-index: 3;
  }
  .single-project .standard-hero__nav-and-title .standard-hero__nav {
    position: static;
    bottom: auto;
    inset-inline-start: auto;
  }
  .single-project .standard-hero__nav-and-title .standard-hero__back-link--desktop {
    color: #033324;
    font-family: "Montserrat", sans-serif;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 600;
    line-height: 125%;
    letter-spacing: 0;
    color: #00852c;
    gap: 1.2rem;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .single-project .standard-hero__nav-and-title .standard-hero__back-link--desktop {
    font-size: 1.9rem;
  }
}
@media (min-width: 768px) {
  .single-project .standard-hero__nav-and-title .standard-hero__back-link--desktop .standard-hero__back-link-arrow--left {
    transform: scaleX(-1);
  }
  .rtl .single-project .standard-hero__nav-and-title .standard-hero__back-link--desktop .standard-hero__back-link-arrow--left {
    transform: scaleX(1);
  }
  .single-project .standard-hero__nav-and-title .standard-hero__title {
    position: static;
    top: auto;
    inset-inline-start: auto;
    margin: 0;
    width: var(--hero-upper-container-width-desk, 55.6rem);
    color: #033324;
    font-family: "Nohemi", sans-serif;
    font-size: 3.5rem;
    font-style: normal;
    font-weight: 500;
    line-height: 110%;
    letter-spacing: 0.14rem;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .single-project .standard-hero__nav-and-title .standard-hero__title {
    font-size: 5.5rem;
    letter-spacing: 0.22rem;
  }
}
@media (min-width: 768px) {
  .single-project .standard-hero__corner.corner--bottom-left:not(.single-project .standard-hero__corner--upper-right) {
    bottom: calc(var(--hero-desktop-end) + 18.5rem - 2px);
  }
  .single-project .standard-hero__corner--upper-right {
    bottom: calc(var(--hero-desktop-end) - 2px);
    inset-inline-start: calc(var(--hero-padding-inline, 1.8rem) + var(--hero-upper-container-width-desk, 55.6em));
  }
  .single-project .standard-hero__bottom-section-corner {
    z-index: 2;
    bottom: -0.1rem;
  }
  .single-project .standard-hero__bottom-section-corner.corner--bottom-left {
    inset-inline-start: 0;
  }
  .single-project .standard-hero__bottom-section-corner.corner--bottom-right {
    inset-inline-end: 0;
  }
}

.project-insights {
  width: 100%;
  padding-block: 4rem;
  padding-inline: 2rem;
}
@media (min-width: 768px) {
  .project-insights {
    padding-block: 6rem;
    padding-inline: 8rem;
  }
}
.project-insights__container {
  max-width: 34.4rem;
  margin-inline: auto;
}
@media (min-width: 768px) {
  .project-insights__container {
    max-width: 128rem;
  }
}
.project-insights__title {
  color: #033324;
  font-family: "Nohemi", sans-serif;
  font-size: 3rem;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: 0.12rem;
  color: #033324;
  margin: 0;
  margin-block-end: 3rem;
}
@media (min-width: 768px) {
  .project-insights__title {
    color: #033324;
    font-family: "Nohemi", sans-serif;
    font-size: 4rem;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: 0.16rem;
    margin-block-end: 4rem;
  }
}
.project-insights__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
@media (min-width: 768px) {
  .project-insights__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 3rem;
  }
}
.project-insights__item {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.project-insights__label {
  font-family: "Montserrat", sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  color: #033324;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
}
.project-insights__value {
  font-family: "Nohemi", sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
  color: #033324;
  line-height: 1.4;
}

.single-project .projects-grid .project-card .project-card__transparent-container .corner--bottom-left {
  inset-block-end: -0.1rem;
}
.single-project .projects-grid .project-card .project-card__transparent-container .corner--bottom-right {
  inset-block-end: -0.1rem;
}
@media (min-width: 768px) {
  .single-project .projects-grid .project-card {
    height: auto;
  }
  .single-project .projects-grid .project-card .project-card__content {
    top: 0;
    bottom: 0;
    height: auto;
    display: flex;
    flex-direction: column;
  }
  .single-project .projects-grid .project-card .project-card__overlap-section {
    flex: 0 0 4.7rem;
  }
  .single-project .projects-grid .project-card .project-card__text-section {
    flex: 1;
    min-height: 0;
    height: auto;
  }
}
