.post-header {
  margin-bottom: 1.45rem;
}

.post-header .post-title {
  font-size: clamp(2.15rem, 4.4vw, 2.75rem);
  line-height: 1.08;
  letter-spacing: 0;
}

.post-header .desc {
  margin-top: 0.55rem;
  font-size: 0.98rem;
  line-height: 1.55;
}

.home-intro {
  max-width: 640px;
  margin-top: 0.45rem;
}

.home-lede {
  margin-bottom: 0.75rem;
  font-size: 1.01rem;
  line-height: 1.68;
}

.home-linkbar {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 1rem 0 1.35rem;
}

.home-linkbar a,
.home-project-card {
  text-decoration: none;
}

.home-linkbar a {
  display: inline-flex;
  align-items: center;
  min-height: 2rem;
  padding: 0.36rem 0.66rem;
  border: 1px solid var(--global-divider-color);
  border-radius: 0.38rem;
  color: var(--global-text-color);
  background: var(--global-card-bg-color);
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1.2;
}

.home-linkbar a:hover {
  border-color: var(--global-theme-color);
  color: var(--global-theme-color);
  text-decoration: none;
}

.home-focus-row,
.home-project-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.72rem;
}

.home-focus-row {
  max-width: 640px;
  margin: 0.7rem 0 1.75rem;
}

.home-focus-item {
  padding: 0.72rem 0 0.25rem;
  border-top: 1px solid var(--global-divider-color);
}

.home-focus-item strong,
.home-project-card strong {
  display: block;
  margin-bottom: 0.25rem;
  color: var(--global-text-color);
  font-size: 0.95rem;
  line-height: 1.35;
}

.home-focus-item span,
.home-project-card span {
  color: var(--global-text-color-light);
  font-size: 0.88rem;
  line-height: 1.48;
}

.home-news {
  max-width: 720px;
  margin: 0.5rem 0 1.75rem;
  border-top: 1px solid var(--global-divider-color);
}

.home-news-item {
  display: grid;
  grid-template-columns: 4.35rem minmax(0, 1fr);
  gap: 0.8rem;
  padding: 0.58rem 0;
  border-bottom: 1px solid var(--global-divider-color);
}

.home-news-date {
  color: var(--global-theme-color);
  font-size: 0.88rem;
  font-weight: 700;
}

.home-news-text {
  font-size: 0.94rem;
  line-height: 1.45;
}

.home-pub-list {
  display: grid;
  gap: 0.7rem;
  margin: 0.65rem 0 1.8rem;
}

.home-pub-item {
  padding-left: 0.85rem;
  border-left: 2px solid var(--global-theme-color);
}

.home-pub-title {
  margin-bottom: 0.12rem;
  font-size: 0.98rem;
  font-weight: 700;
  line-height: 1.42;
}

.home-pub-meta {
  color: var(--global-text-color-light);
  font-size: 0.88rem;
  line-height: 1.42;
}

.home-project-grid {
  margin: 0.7rem 0 1.25rem;
}

.home-project-card {
  display: block;
  padding: 0.82rem 0.88rem;
  border: 1px solid var(--global-divider-color);
  border-radius: 0.48rem;
  background: var(--global-card-bg-color);
}

.home-project-card:hover {
  border-color: var(--global-theme-color);
  text-decoration: none;
}

.home-more-links {
  margin: 1rem 0 0;
  font-size: 0.94rem;
}

.projects > h2 {
  margin-top: 2.05rem !important;
  margin-bottom: 0.2rem !important;
  padding-top: 1rem;
  border-top: 1px solid var(--global-divider-color);
  font-size: 1.15rem !important;
  line-height: 1.3;
  letter-spacing: 0;
}

.projects .project-group-note {
  margin: 0 0 0.85rem;
  color: var(--global-text-color-light);
  font-size: 0.9rem;
  line-height: 1.45;
}

.projects .row {
  row-gap: 0.95rem;
}

.projects .card {
  border: 1px solid var(--global-divider-color);
  border-radius: 0.55rem;
  box-shadow: none;
  overflow: hidden;
}

.projects .hoverable:hover {
  transform: translateY(-2px);
  box-shadow: 0 7px 16px rgba(0, 0, 0, 0.08);
}

.projects .card-body {
  padding: 0.9rem 0.95rem 1rem;
}

.projects .project-card-title {
  margin-bottom: 0.45rem !important;
  font-size: 0.98rem !important;
  line-height: 1.35 !important;
}

.projects .card-text {
  margin-bottom: 0;
  color: var(--global-text-color-light);
  font-size: 0.88rem !important;
  line-height: 1.48 !important;
}

.projects .project-card-media {
  aspect-ratio: 16 / 9 !important;
  padding: 0.42rem !important;
}

.project-page-hero {
  margin-top: 0.85rem !important;
}

.project-page-hero img {
  border-radius: 0.55rem;
}

.post .post-title {
  max-width: 820px;
}

.post > article > p,
.post > article > ul {
  font-size: 0.98rem;
  line-height: 1.62;
}

.conference-presentations {
  margin-top: 2.1rem !important;
}

.conference-entry {
  padding: 0.85rem 0 !important;
}

.conference-title {
  font-size: 0.98rem !important;
}

.publications .author em,
.conference-presentations .author-me {
  border-bottom: 1px solid currentColor;
  font-style: normal;
  font-weight: 700;
}

@media (max-width: 768px) {
  .post-header .post-title {
    font-size: 2rem;
  }

  .profile.float-right {
    float: none !important;
    width: 100% !important;
    max-width: 240px;
    margin: 0 auto 1.25rem !important;
  }

  .home-intro,
  .home-focus-row,
  .home-news {
    max-width: none;
  }

  .home-focus-row,
  .home-project-grid {
    grid-template-columns: 1fr;
  }

  .home-news-item {
    grid-template-columns: 1fr;
    gap: 0.18rem;
  }
}
