@import url("./index-profile-cards-v8.css");

@media (min-width: 761px) {
  .profile-inner {
    align-items: center;
    justify-items: center;
  }

  .profile-identity {
    width: min(100%, 42rem);
    align-self: center;
  }

  .profile-lab {
    width: min(100%, 60rem);
    align-self: center;
  }

  .profile-name-cn {
    margin-bottom: clamp(2.2rem, 4vw, 4rem);
    font-size: clamp(6.5rem, 9.5vw, 11rem);
    line-height: 0.92;
    letter-spacing: 0.08em;
  }

  .profile-name-cn span {
    display: block;
    white-space: nowrap;
  }
}

@media (max-width: 760px) {
  .profile-name-cn {
    font-size: clamp(4.2rem, 23vw, 7rem);
    line-height: 0.95;
    letter-spacing: 0.05em;
  }

  .profile-name-cn span {
    white-space: nowrap;
  }
}
