.hs-hero h1 {
  display: flex;
  flex-direction: column;
  gap: .1em;
}

.hs-project-one {
  background-image: url('../img/project-p13-official.jpeg');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #080808;
  aspect-ratio: 566 / 800;
  height: auto;
}

.hs-project-two {
  background-image: url('../img/project-echo.png');
}

.hs-project-three {
  background-image: url('../img/project-metro.jpg');
}

.hs-project-link .hs-project-image {
  transition: transform .45s ease, filter .45s ease;
}

.hs-project-link:hover .hs-project-image {
  transform: scale(.985);
  filter: grayscale(0) sepia(0);
}

.hs-project-grid h3 {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.hs-project-grid h3 span {
  font-size: 18px;
}

.hs-portrait {
  background-image: url('../img/mazdak-vafaei-shalmani.jpeg');
  background-position: center top;
  filter: grayscale(.2) contrast(1.08);
}

.hs-about-copy > p a {
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.hs-proof {
  padding: 110px 4vw;
  background: var(--yellow);
}

.hs-proof-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin-top: 54px;
  background: rgba(10, 10, 9, .25);
  border: 1px solid rgba(10, 10, 9, .25);
}

.hs-proof-grid article {
  min-height: 330px;
  padding: 34px;
  background: var(--yellow);
  display: flex;
  flex-direction: column;
}

.hs-proof-grid article > span {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: .16em;
}

.hs-proof-grid h3 {
  margin: auto 0 22px;
  font-size: clamp(30px, 3.5vw, 58px);
  line-height: .95;
  letter-spacing: -.055em;
}

.hs-proof-grid p {
  margin: 0;
  max-width: 420px;
  font-size: 15px;
  line-height: 1.5;
}

@media (max-width: 800px) {
  .hs-proof {
    padding: 75px 20px;
  }

  .hs-proof-grid {
    grid-template-columns: 1fr;
  }

  .hs-proof-grid article {
    min-height: 260px;
  }
}
