/* Display Elizabeth's complete approved artwork, including its tags and London card. */
.contact-design {
  position: relative;
  width: 100%;
  background: #0a0a0a;
}

.contact-design__image {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 10 / 7;
}

/* The exported artwork supplies the appearance; these links supply interaction. */
.contact-design__link {
  position: absolute;
  display: block;
  z-index: 1;
}

.contact-design__email {
  left: 63.13%;
  top: 51.3%;
  width: 33.5%;
  height: 5.3%;
}

.contact-design__work {
  left: 63.23%;
  top: 62.86%;
  width: 23.73%;
  height: 7.95%;
  border-radius: 999px;
}

.contact-design__link:focus-visible {
  outline: 2px solid #ff4641;
  outline-offset: 4px;
}

/* Text equivalent for assistive technology without duplicating the visible design. */
.contact-design__description {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}
