.tg-hair-engine {
  margin-top: 48px;
  padding-top: 34px;
  border-top: 1px solid #e5e5e5;
}

.tg-engine-title {
  font-size: 24px;
  margin-bottom: 20px;
  letter-spacing: .04em;
}

.tg-staff-box {
  display: flex;
  align-items: center;
  gap: 24px;
}

.tg-staff-photo {
  width: 140px;
  height: 140px;
  object-fit: cover;
  object-position: center top;
  border-radius: 50%;
}

.tg-staff-name {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 14px;
}

.tg-staff-button {
  display: inline-block;
  padding: 10px 18px;
  border: 1px solid #111;
  color: #111;
  text-decoration: none;
  font-size: 14px;
}

.tg-related-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.tg-related-grid-4 {
  grid-template-columns: repeat(4, 1fr);
}

.tg-related-card a {
  color: inherit;
  text-decoration: none;
}

.tg-related-thumb img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border-radius: 10px;
}

.tg-related-card h3 {
  font-size: 14px;
  line-height: 1.6;
  margin-top: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media (max-width: 768px) {
  .tg-staff-photo {
    width: 110px;
    height: 110px;
  }

  .tg-related-grid,
  .tg-related-grid-4 {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}