/* Dedicated detail-page rules; compact cards keep their existing presentation. */
.tnesc-profile-section {
  box-sizing: border-box;
  width: min(100% - 3rem, 1200px);
  max-width: 1200px;
  margin-inline: auto;
  padding-block: clamp(2rem, 5vw, 4.5rem);
}
.tnesc-profile-section > .tnesc-person-detail {
  width: 100%;
  max-width: none !important;
  margin: 0;
}
.tnesc-person-detail {
  font-size: clamp(1.125rem, 1.05rem + .3vw, 1.25rem);
  line-height: 1.75;
  overflow-wrap: anywhere;
}
.tnesc-person-detail .tnesc-profile-hero {
  display: grid;
  grid-template-columns: minmax(260px, 320px) minmax(0, 1fr);
  align-items: center;
  gap: clamp(2rem, 4vw, 3.5rem);
  margin: 0 0 3.5rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid #cbd5e1;
}
.tnesc-person-detail .tnesc-profile-hero__portrait {
  display: block;
  width: 100%;
  max-width: 320px;
  height: auto;
  max-height: none;
  aspect-ratio: auto;
  object-fit: contain;
  border-radius: 12px;
  margin: 0;
  box-shadow: 0 10px 35px rgb(15 23 42 / 10%);
}
.tnesc-person-detail .tnesc-profile-hero__text { min-width: 0; }
.tnesc-person-detail .tnesc-profile-hero h1 {
  font-size: clamp(2.15rem, 1.5rem + 2.3vw, 3.6rem);
  line-height: 1.13;
  margin: .8rem 0 1.1rem;
  letter-spacing: -.025em;
}
.tnesc-person-detail .tnesc-eyebrow { font-size: 1rem; line-height: 1.45; }
.tnesc-person-detail .tnesc-profile-card__role,
.tnesc-person-detail .tnesc-profile-card__profile-role {
  font-size: 1.35rem;
  line-height: 1.45;
  margin-block: .65rem;
}
.tnesc-person-detail .tnesc-profile-card__credentials,
.tnesc-person-detail .tnesc-profile-card__positioning {
  font-size: 1.125rem;
  line-height: 1.65;
  margin-block: .85rem;
  opacity: 1;
}
.tnesc-person-detail .tnesc-profile-card__credentials--secondary { font-weight: 400; }
.tnesc-person-detail > section { margin-block: 2.7rem; max-width: 950px; }
.tnesc-person-detail h2 { font-size: clamp(1.65rem, 1.4rem + .8vw, 2.1rem); line-height: 1.3; margin-block: 0 1.1rem; }
.tnesc-person-detail p { font-size: inherit; line-height: inherit; margin-block: 0 1.2rem; }
.tnesc-person-detail .tnesc-profile-tags__list { display: flex; flex-wrap: wrap; gap: .7rem; }
.tnesc-person-detail .tnesc-profile-tag {
  font-size: 1.0625rem;
  line-height: 1.5;
  white-space: normal;
  padding: .6rem .9rem;
  border-radius: 10px;
  border: 1px solid #cbd5e1;
  background: #f8fafc;
  color: #172b46;
}
.tnesc-person-detail .tnesc-profile-publications { max-width: 1100px; }
.tnesc-person-detail .tnesc-profile-publications__count { white-space: nowrap; font-weight: 400; }
.tnesc-person-detail .tnesc-profile-publications__note { font-size: 1.0625rem; color: #475569; }
.tnesc-person-detail .tnesc-profile-publications__list { padding-left: 2.2rem; margin: 1.5rem 0; }
.tnesc-person-detail .tnesc-profile-publication { padding: 1.4rem 0 1.4rem .45rem; border-bottom: 1px solid #dbe2ea; }
.tnesc-person-detail .tnesc-profile-publication::marker { font-weight: 600; color: #475569; }
.tnesc-person-detail .tnesc-profile-publication__title { font-family: inherit; font-size: 1.1875rem; font-weight: 650; line-height: 1.55; margin: 0 0 .65rem; }
.tnesc-person-detail .tnesc-profile-publication__citation { font-size: 1.0625rem; line-height: 1.65; color: #334155; margin: 0 0 .8rem; }
.tnesc-person-detail .tnesc-profile-publication__citation-unit { white-space: nowrap; overflow-wrap: normal; }
.tnesc-person-detail .tnesc-profile-publication__links { display: flex; flex-wrap: wrap; gap: .6rem 1.1rem; font-size: 1.0625rem; line-height: 1.6; }
.tnesc-person-detail .tnesc-profile-publication__links a { color: #174da1; text-decoration: underline; text-underline-offset: .18em; }
.tnesc-person-detail a:focus-visible { outline: 3px solid #2d64c8; outline-offset: 4px; }
@media (max-width: 760px) {
  .tnesc-profile-section { width: min(100% - 2rem, 1200px); padding-block: 2rem; }
  .tnesc-person-detail .tnesc-profile-hero { grid-template-columns: 1fr; gap: 1.8rem; margin-bottom: 2rem; padding-bottom: 2rem; }
  .tnesc-person-detail .tnesc-profile-hero__portrait { width: min(100%, 320px); margin-inline: auto; }
  .tnesc-person-detail .tnesc-profile-hero h1 { font-size: clamp(2rem, 7vw, 2.8rem); }
  .tnesc-person-detail .tnesc-profile-publications__list { padding-left: 1.8rem; }
  .tnesc-person-detail > section { margin-block: 2.2rem; }
}
