/* Scrollable professional home / summary page */

.home-landing {
  max-width: 760px;
  margin: 0 auto;
  padding: 0 1rem 3rem;
}

.home-jump-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
  justify-content: center;
  padding: 0.75rem 0 1.5rem;
  font-size: 0.88rem;
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 2rem;
  position: sticky;
  top: 0;
  background: rgba(254, 254, 254, 0.95);
  z-index: 10;
}

.home-jump-nav a {
  color: #333;
  text-decoration: none;
  font-weight: 500;
}

.home-jump-nav a:hover {
  color: #007acc;
  text-decoration: underline;
}

.home-section {
  padding: 2rem 0;
  border-bottom: 1px solid #eee;
  scroll-margin-top: 3.5rem;
}

.home-section:last-child {
  border-bottom: none;
}

.home-section-title {
  font-size: 1.35rem;
  margin: 0 0 1.25rem;
  padding-bottom: 0.35rem;
  border-bottom: 2px solid #111;
  display: inline-block;
}

.home-section-body {
  font-size: 0.98rem;
  line-height: 1.65;
  color: #333;
}

.home-section-body h3 {
  font-size: 1.05rem;
  margin-top: 0;
}

.home-hero {
  text-align: center;
  padding-top: 1rem;
  border-bottom: 1px solid #eee;
}

.home-avatar img {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #e0e0e0;
}

.home-name {
  font-size: 1.75rem;
  margin: 1rem 0 0.35rem;
}

.home-role {
  font-size: 1rem;
  color: #444;
  margin: 0 0 0.75rem;
  line-height: 1.5;
}

.home-tagline {
  font-size: 0.95rem;
  color: #555;
  max-width: 520px;
  margin: 0 auto 1rem;
  line-height: 1.55;
}

.home-social {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  gap: 1rem;
}

.home-social a {
  font-size: 1.35rem;
  color: #333;
}

.home-social a:hover {
  color: #007acc;
}

.home-timeline-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.home-timeline-list > li {
  padding: 1rem 0;
  border-bottom: 1px solid #f0f0f0;
  line-height: 1.55;
}

.home-timeline-list > li:last-child {
  border-bottom: none;
}

.home-item-date {
  display: block;
  font-size: 0.82rem;
  font-weight: 600;
  color: #666;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  margin-bottom: 0.25rem;
}

.home-item-meta {
  font-size: 0.92rem;
  color: #555;
}

.home-pub-list {
  margin: 0;
  padding-left: 1.25rem;
}

.home-pub-list li {
  margin-bottom: 1rem;
  line-height: 1.55;
  font-size: 0.95rem;
}

.home-pub-list a {
  color: #007acc;
}

.home-highlight-list {
  margin: 0;
  padding-left: 1.25rem;
  line-height: 1.7;
}

.home-more-link {
  margin-top: 1rem;
  font-size: 0.92rem;
}

.home-more-link a {
  color: #007acc;
  font-weight: 500;
  text-decoration: none;
}

.home-more-link a:hover {
  text-decoration: underline;
}

.home-connect {
  text-align: center;
}

.home-connect a {
  color: #007acc;
}

.life-intro {
  color: #555;
  margin-top: -0.5rem;
  margin-bottom: 1.5rem;
}

@media (max-width: 600px) {
  .home-jump-nav {
    font-size: 0.8rem;
    gap: 0.4rem 0.65rem;
  }

  .home-name {
    font-size: 1.45rem;
  }
}
