.home-research-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin: 18px 0 22px;
}

.home-research-card {
  border: 1px solid #dfe3e8;
  border-radius: 14px;
  padding: 18px 20px;
  background: #f8fafb;
}

.home-research-card h3 {
  margin: 0 0 8px;
  color: #33475b;
  font-size: 1.08rem;
}

.home-research-card p {
  margin: 0;
  line-height: 1.6;
}

.research-grid-page {
  max-width: 100%;
}

.research-grid-page .research-intro {
  max-width: 820px;
  margin-bottom: 28px;
}

.research-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  align-items: stretch;
}

.research-grid-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid var(--card-border);
  border-radius: var(--card-radius);
  box-shadow: 0 1px 2px rgba(16, 24, 40, 0.04);
}

.research-grid-card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 22px 24px 24px;
}

.page-content-card .research-grid-card h2 {
  margin: 0 0 16px;
  padding: 0;
  border-bottom: none;
  font-size: 1.45rem;
  line-height: 1.3;
  color: #1f4e79;
}

.research-grid-image {
  margin: 0 -24px 20px;
  background: #f6f7f9;
  border-top: 1px solid var(--muted-border);
  border-bottom: 1px solid var(--muted-border);
}

.research-grid-image img {
  display: block;
  width: 100%;
  height: 220px;
  object-fit: contain;
  background: #ffffff;
}

.research-grid-section {
  margin-top: 14px;
}

.research-grid-section h3 {
  margin: 0 0 6px;
  font-size: 1rem;
  color: #33475b;
}

.research-grid-section p {
  margin: 0;
}

.research-grid-section ul {
  margin: 6px 0 0;
  padding-left: 1.15rem;
}

.research-grid-section li + li {
  margin-top: 8px;
}

.representative-work {
  margin-bottom: 20px;
}

.research-publications-link {
  margin-top: auto !important;
  padding-top: 16px;
  border-top: 1px solid var(--muted-border);
  font-weight: 600 !important;
}

.research-publications-link a {
  color: #1f4e79;
  text-decoration: none;
}

.research-publications-link a:hover,
.research-publications-link a:focus {
  text-decoration: underline;
}

.home-center .content-card > p:first-child {
  font-size: 1.03rem;
  line-height: 1.8;
}

.home-center .content-card > h2 {
  margin-top: 2rem;
}

@media (max-width: 800px) {
  .research-grid,
  .home-research-grid {
    grid-template-columns: 1fr;
  }

  .research-grid-image img {
    height: auto;
    max-height: 300px;
  }

  .home-research-card {
    padding: 16px;
  }
}
