/* Semantic HTML adapters for the original hq-King stylesheet. */
.section-title {
  font-family: 'Lato', Verdana, Helvetica, sans-serif;
  font-size: 25px;
  /*color: #313164;*/
  text-decoration: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-color: #ad7020;
  text-decoration-color: #fba524; /* #ac715b; */
}

.section-subtitle {
  font-family: 'Lato', Verdana, Helvetica, sans-serif;
  font-size: 25px;
  /*color: #313164;*/
  -webkit-text-decoration-color: #ad7020;
  text-decoration-color: #fba524; /* #ac715b; */
}

.paper-title {
  font-family: 'Lato', Verdana, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 700;
  /* color: black; */
}

.intro-section .profile-name {
  display: block;
  margin-bottom: 16px;
  font-size: 34px;
  font-weight: 700;
  letter-spacing: 0;
  color: #111827;
}

.section-title {
  display: block;
  margin: 30px 0 4px;
  color: #151922;
  font-size: 25px;
  font-weight: 700;
  text-decoration: none;
  letter-spacing: 0;
}

.section-title::after {
  content: "";
  display: block;
  width: 48px;
  height: 3px;
  margin-top: 4px;
  border-radius: 999px;
  background: var(--brand-warm);
}

.section-subtitle {
  display: inline-block;
  margin: 2px 0 6px;
  color: #252b36;
  font-size: 18px;
}

.paper-title {
  display: inline;
  color: #111827;
  font-size: 17px;
  line-height: 1.38;
}

.paper-list > tbody > tr.paper-card {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 22px;
  margin: 0 0 14px;
  padding: 16px;
  background: #ffffff;
  border: 1px solid var(--line-soft);
  border-radius: 8px;
  box-shadow: 0 6px 18px rgba(31, 43, 64, 0.05);
}

.paper-list > tbody > tr.featured-paper {
  background: linear-gradient(180deg, #fffdf0, #ffffff) !important;
  border-color: #f1df9a;
}

.awards-section .section-title {
  margin-bottom: 8px;
}

.profile-name { text-align: center; margin-top: 0; line-height: 1.35; }
.bio p, .bio a, .bio strong { font-size: inherit; }
.photo-contact { margin-top: 20px; }
.paper-title { margin: 0 0 5px; font-weight: 700; }
.paper-title a { font-size: inherit; color: inherit; }
.paper-title a:hover { color: var(--brand); }
.paper-card { align-items: center; }
.paper-card > td { display: block; min-width: 0; }
.paper-resources { margin: 5px 0; }
.news-scroll ul { margin: 0; padding-left: 20px; }
.institution-wordmark { flex-direction: column; font-family: Georgia, serif; font-size: 30px; line-height: 1.1; font-weight: 700; }
.institution-wordmark small { font: 10px/1.5 Verdana, sans-serif; letter-spacing: 3px; }
.yale { color: #00356b; } .fudan { color: #17478a; }
.gatech { color: #857437; font-size: 25px; } .bosch { color: #c9272c; font-family: Arial, sans-serif; }
.timeline-date { flex: 0 0 220px; color: var(--text-muted); font-size: 18px; text-align: center; }
.university-name { margin: 0 0 5px; }
.work-summary ul { margin: 4px 0 0; padding: 0; list-style: none; }
footer { padding: 20px 22px 0; text-align: right; }
footer p, footer a { font-size: 12px; color: var(--text-muted); }
a:focus-visible, .news-scroll:focus-visible { outline: 2px solid var(--brand); outline-offset: 3px; }
.skip-link { position: absolute; top: -60px; left: 15px; padding: 8px; background: white; }
.skip-link:focus { top: 10px; }
@media (max-width: 760px) {
  .intro-section > tbody > tr, .paper-list > tbody > tr.paper-card { display: block; }
  .intro-section .profile-name { font-size: 28px; }
  .section-title { margin-top: 24px; font-size: 23px; }
  .paper-list > tbody > tr.paper-card { padding: 14px; }
  .paper-list > tbody > tr.paper-card > td:first-child { margin-bottom: 12px; }
  .timeline-date { text-align: left; margin-bottom: 8px; font-size: 15px; }
  .section-block { padding: 12px 4px !important; }
  .photo-contact a { overflow-wrap: anywhere; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { transition: none !important; } }

.linkedin-icon { background: #0a66c2; color: white !important; border-radius: 2px; padding: 0 3px; font-size: 12px; font-weight: 700; }

/* Shift the portrait upward within its square frame. */
.intro-section td:last-child img { object-position: center 65%; }

/* Consistent logo columns; contain preserves seals and wordmarks. */
.institution-image { flex: 0 0 220px; display: flex; justify-content: center; align-items: center; }
.institution-image .university-logo { display: block; width: 220px !important; height: 104px; margin: 0; border: 0; border-radius: 0; object-fit: contain; }
.university-info { flex: 1; min-width: 0; }
@media (max-width: 760px) {
  .institution-image { justify-content: flex-start; margin-bottom: 12px; }
  .institution-image .university-logo { width: 180px !important; height: 85px; margin: 0 !important; }
}

/* Balance oversized wordmarks with the quieter institution seals. */
.institution-image .university-logo[src$="/yale.svg"] {
  width: 120px !important;
  height: 64px;
}
.institution-image .university-logo[src$="/bosch.svg"] {
  width: 155px !important;
  height: 64px;
}
.institution-image { min-height: 104px; }
@media (max-width: 760px) {
  .institution-image { min-height: 72px; }
  .institution-image .university-logo[src$="/yale.svg"] { width: 105px !important; height: 56px; }
  .institution-image .university-logo[src$="/bosch.svg"] { width: 140px !important; height: 56px; }
}

.institution-image .university-logo[src$="/utah.svg"] {
  width: 155px !important;
  height: 64px;
}
@media (max-width: 760px) {
  .institution-image .university-logo[src$="/utah.svg"] { width: 140px !important; height: 56px; }
}

.presentation-format { display: inline-block; margin-left: 6px; padding: 1px 7px; border-radius: 4px; background: #f0f3f7; color: var(--text-muted); font-size: 12px; white-space: nowrap; }

.talk-group { margin-top: 22px; }
.talk-group h3 { margin: 0 0 10px; font-size: 17px; }
.talk-list { list-style: none; padding: 0; margin: 0; }
.talk-list li { display: grid; grid-template-columns: 84px minmax(0, 1fr); gap: 14px; margin-bottom: 8px; }
.talk-date { color: var(--text-muted); font-variant-numeric: tabular-nums; }
@media (max-width: 760px) { .talk-list li { grid-template-columns: 72px minmax(0, 1fr); gap: 10px; } }
