.dome-key-personnel-shortcode,
.dome-key-personnel-shortcode * {
  box-sizing: border-box;
}

.dome-key-personnel-shortcode {
  margin: 0;
  padding: 60px 15px 80px;
  color: #fff;
  background-color: #252525;
}

.dome-key-personnel-shortcode > .title {
  max-width: 1140px;
  margin: 0 auto 60px;
  padding: 0 15px;
  color: #fff;
  font-size: clamp(1.9rem, 4vw, 3rem);
  font-weight: 300;
  line-height: 1.15;
  text-align: center;
}

.dome-key-personnel-shortcode .people-list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 30px;
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}

.dome-key-personnel-shortcode .person {
  position: relative;
  grid-column: span 2;
  min-width: 0;
  padding-top: 100%;
  overflow: hidden;
  background-color: #333;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

.dome-key-personnel-shortcode .link {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  padding: 0 30px 60px;
  color: #f9f9f9;
  font-size: 0.9rem;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.2);
  background-image: linear-gradient(to bottom, transparent 0%, transparent 70%, rgba(0, 0, 0, 0.65) 100%);
  transition: background-color 0.2s ease-in, color 0.2s ease-in;
}

.dome-key-personnel-shortcode .link:hover,
.dome-key-personnel-shortcode .link:focus {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
}

.dome-key-personnel-shortcode .name,
.dome-key-personnel-shortcode .position {
  position: relative;
  z-index: 1;
  margin: 0;
  color: inherit;
  line-height: 1.2;
}

.dome-key-personnel-shortcode .name {
  font-size: 1.4em;
  font-weight: 700;
}

.dome-key-personnel-shortcode .name::after {
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  margin-left: 0.45em;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  opacity: 0;
  content: "";
  transform: translateY(-0.08em) rotate(45deg);
  transition: opacity 0.2s ease-in;
}

.dome-key-personnel-shortcode .link:hover .name::after,
.dome-key-personnel-shortcode .link:focus .name::after {
  opacity: 1;
}

.dome-key-personnel-shortcode .position {
  margin-top: 0.25em;
  font-size: 1.1em;
  font-weight: 300;
}

.dome-key-personnel-shortcode .contact-container {
  position: absolute;
  right: 0;
  bottom: 16px;
  left: 0;
  z-index: 2;
  width: 100%;
  padding: 0 10px 0 30px;
}

.dome-key-personnel-shortcode .contact {
  display: block;
  max-width: 100%;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.9rem;
  line-height: 1.45;
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: color 0.2s ease-in;
}

.dome-key-personnel-shortcode .contact:hover,
.dome-key-personnel-shortcode .contact:focus {
  color: rgba(255, 255, 255, 0.9);
}

.dome-key-personnel-shortcode .contact-icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-right: 10px;
  vertical-align: -0.13em;
  background-color: currentColor;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.dome-key-personnel-shortcode .contact-icon.phone {
  -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.4 10.9c-1-.1-1.9-.3-2.8-.7-.4-.2-.9-.1-1.2.2l-1.2 1.2C6.6 10.8 5.2 9.4 4.4 7.8l1.2-1.2c.3-.3.4-.8.2-1.2-.4-.9-.6-1.8-.7-2.8C5 2.1 4.6 1.8 4.1 1.8H2.2c-.5 0-1 .4-1 1C1.5 9.3 6.7 14.5 13.2 14.8c.6 0 1-.5 1-1v-1.9c0-.5-.3-.9-.8-1Z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.4 10.9c-1-.1-1.9-.3-2.8-.7-.4-.2-.9-.1-1.2.2l-1.2 1.2C6.6 10.8 5.2 9.4 4.4 7.8l1.2-1.2c.3-.3.4-.8.2-1.2-.4-.9-.6-1.8-.7-2.8C5 2.1 4.6 1.8 4.1 1.8H2.2c-.5 0-1 .4-1 1C1.5 9.3 6.7 14.5 13.2 14.8c.6 0 1-.5 1-1v-1.9c0-.5-.3-.9-.8-1Z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.dome-key-personnel-shortcode .contact-icon.email {
  -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 16 12' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.6 0h12.8c.9 0 1.6.7 1.6 1.6v8.8c0 .9-.7 1.6-1.6 1.6H1.6C.7 12 0 11.3 0 10.4V1.6C0 .7.7 0 1.6 0Zm6.4 6.8 6.4-4V1.4L8 5.4 1.6 1.4v1.4l6.4 4Z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 16 12' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.6 0h12.8c.9 0 1.6.7 1.6 1.6v8.8c0 .9-.7 1.6-1.6 1.6H1.6C.7 12 0 11.3 0 10.4V1.6C0 .7.7 0 1.6 0Zm6.4 6.8 6.4-4V1.4L8 5.4 1.6 1.4v1.4l6.4 4Z'/%3E%3C/svg%3E") center / contain no-repeat;
}

@media screen and (min-width: 961px) {
  .dome-key-personnel-shortcode .person.n-th.three-mod-1 {
    grid-column: 3 / span 2;
  }

  .dome-key-personnel-shortcode .person.n-minus-one-th.three-mod-1 {
    grid-column: 2 / span 2;
  }

  .dome-key-personnel-shortcode .person.n-th.three-mod-2 {
    grid-column: 4 / span 2;
  }
}

@media screen and (min-width: 37.5em) and (max-width: 960px) {
  .dome-key-personnel-shortcode .people-list {
    grid-template-columns: repeat(4, 1fr);
  }

  .dome-key-personnel-shortcode .person {
    grid-column: span 2;
  }

  .dome-key-personnel-shortcode .person.n-th.two-mod-1 {
    grid-column: 2 / span 2;
  }
}

@media screen and (max-width: 37.49em) {
  .dome-key-personnel-shortcode {
    padding-top: 42px;
    padding-bottom: 52px;
  }

  .dome-key-personnel-shortcode > .title {
    margin-bottom: 34px;
  }

  .dome-key-personnel-shortcode .people-list {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .dome-key-personnel-shortcode .person {
    grid-column: 1 / span 1;
  }

  .dome-key-personnel-shortcode .name::after {
    opacity: 1;
  }
}
