/* Public Joey + Milo name polish only. Keep biography copy in the existing cappuccino tone. */
.home-person-copy h2 {
  position: relative;
  display: inline-block;
  margin: 0 0 18px;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(2.25rem, 3.6vw, 3.05rem);
  font-weight: 900;
  letter-spacing: .115em;
  line-height: 1;
  color: #fff2c8;
  background: linear-gradient(
    180deg,
    #fffdf6 0%,
    #fff0c8 17%,
    #f1d18d 36%,
    #c8933e 54%,
    #efd38a 72%,
    #fff8df 100%
  );
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: .35px rgba(255, 244, 210, .72);
  filter:
    drop-shadow(0 1px 0 rgba(255, 247, 220, .28))
    drop-shadow(0 3px 0 rgba(75, 45, 18, .95))
    drop-shadow(0 8px 12px rgba(0, 0, 0, .58))
    drop-shadow(0 0 12px rgba(238, 199, 112, .24));
}

.home-person-copy h2::after {
  content: '';
  position: absolute;
  left: 2%;
  bottom: -9px;
  width: 82%;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, #c8933e 12%, #fff0bd 48%, #c8933e 84%, transparent);
  box-shadow: 0 0 9px rgba(238, 199, 112, .28);
}
