/* User-requested title refinements */
#new-year .series-heading h2 {
  white-space: nowrap;
  font-size: clamp(2.8rem, 5.5vw, 6rem);
}

.profile-copy h2 {
  max-width: none;
  white-space: nowrap;
  font-size: clamp(2.5rem, 3.25vw, 4rem);
}

.profile-name-en {
  margin: 1.2rem 0 0.4rem;
  color: var(--blush);
  font-family: var(--clean-en, sans-serif);
  font-size: clamp(1.1rem, 1.6vw, 1.7rem);
  font-weight: 400;
  letter-spacing: 0.28em;
}

@media (max-width: 850px) {
  #new-year .series-heading h2 {
    font-size: clamp(2.3rem, 11vw, 4.2rem);
  }

  .profile-copy h2 {
    white-space: normal;
    font-size: 8.5vw;
    line-height: 1.3;
  }
}
