body[data-project-slug="yomna-jewellery"] .case-visual {
  background: #030303;
  color: #eadfc9;
  box-shadow: 0 35px 100px rgba(0, 0, 0, .42);
}

body[data-project-slug="yomna-jewellery"] .case-visual img {
  width: min(100%, 360px);
  height: 270px;
  filter: drop-shadow(0 15px 30px rgba(218, 190, 137, .1));
}

body[data-project-slug="yomna-jewellery"] .case-content h2 {
  font-size: clamp(1.32rem, 2.45vw, 2.25rem);
  line-height: 1.3;
}

body[data-project-slug="yomna-jewellery"] .case-context h2 {
  font-size: 1rem;
  line-height: 1.38;
}

.case-highlights ul {
  display: flex;
  flex-wrap: wrap;
  gap: .7rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.case-highlights li {
  padding: .7rem .9rem;
  border: 1px solid rgba(39, 142, 125, .2);
  border-radius: 99px;
  background: #edf9f6;
  color: #236e62;
  font-size: .75rem;
  font-weight: 700;
}

@media (max-width: 560px) {
  body[data-project-slug="yomna-jewellery"] .case-visual img {
    height: 210px;
  }

  body[data-project-slug="yomna-jewellery"] .case-content h2 {
    font-size: 1.3rem;
    line-height: 1.32;
  }

  body[data-project-slug="yomna-jewellery"] .case-context h2 {
    font-size: 1rem;
    line-height: 1.4;
  }
}
