.people-lifestyle {
  padding: 38px 0 0;
}

.people-panel {
  border: 1px solid #dce7dc;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.94);
  padding: clamp(28px, 3.2vw, 44px);
  box-shadow: 0 14px 36px rgba(42, 65, 48, 0.055);
}

.people-intro {
  max-width: 1010px;
}

.people-intro h2 {
  margin-bottom: 18px;
  color: #155c3a;
  font-size: clamp(2rem, 3vw, 2.75rem);
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.people-intro p {
  max-width: 980px;
  margin-bottom: 12px;
  color: #33463a;
  font-size: 1rem;
  line-height: 1.9;
}

.people-tabs {
  display: flex;
  gap: clamp(24px, 4vw, 52px);
  margin-top: 28px;
  border-bottom: 1px solid #e3e9e2;
}

.people-tabs button {
  position: relative;
  min-height: 46px;
  border: 0;
  background: transparent;
  padding: 0 0 12px;
  color: #42544a;
  font-size: 0.98rem;
  font-weight: 750;
}

.people-tabs button::after {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 3px;
  background: transparent;
  content: "";
}

.people-tabs button:hover,
.people-tabs button:focus-visible,
.people-tabs button[aria-selected="true"] {
  color: #16643e;
}

.people-tabs button[aria-selected="true"]::after {
  background: #1f7a4d;
}

.people-tabs button:focus-visible,
.person-detail-button:focus-visible {
  outline: 3px solid rgba(31, 122, 77, 0.24);
  outline-offset: 3px;
}

.people-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  margin-top: 22px;
}

.person-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid #e2e8e1;
  border-radius: 15px;
  background: #fff;
  box-shadow: 0 9px 24px rgba(34, 53, 39, 0.05);
}

.person-image {
  position: relative;
  display: grid;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  place-items: center;
  border-bottom: 1px solid #edf0ec;
  background: #f4f4f1;
  color: #c7cac6;
}

.person-image-placeholder {
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
}

.person-image img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.person-image svg {
  width: 54px;
  height: 54px;
  stroke-width: 1.6;
}

.person-card-body {
  display: flex;
  min-height: 0;
  flex: 1;
  flex-direction: column;
  padding: 16px;
}

.person-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 15px;
}

.person-tags span {
  border-radius: 999px;
  background: #edf6ed;
  padding: 4px 8px;
  color: #246841;
  font-size: 0.72rem;
  font-weight: 750;
  line-height: 1.3;
}

.person-heading {
  margin-bottom: 18px;
}

.person-heading h3 {
  margin-bottom: 3px;
  color: #17251c;
  font-size: 1.45rem;
  line-height: 1.25;
}

.person-name-en {
  margin-bottom: 2px;
  color: #27362e;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.94rem;
  line-height: 1.5;
}

.person-identity {
  margin-bottom: 0;
  color: #647069;
  font-size: 0.86rem;
}

.person-copy {
  flex: 1;
}

.person-copy section + section {
  margin-top: 18px;
}

.person-copy h4 {
  margin: 0 0 7px;
  color: #244f36;
  font-size: 0.94rem;
  font-weight: 850;
}

.person-copy p {
  margin-bottom: 10px;
  color: #35443b;
  font-size: 0.84rem;
  line-height: 1.78;
}

.person-copy p:last-child {
  margin-bottom: 0;
}

.person-detail-button {
  display: inline-flex;
  width: 100%;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  margin-top: 22px;
  border: 1px solid #268052;
  border-radius: 8px;
  background: #fff;
  color: #1d6d45;
  font-size: 0.9rem;
  font-weight: 800;
  text-decoration: none;
  transition:
    background 0.18s ease,
    color 0.18s ease;
}

.person-detail-button:hover {
  background: #1f7a4d;
  color: #fff;
}

.people-note {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  margin-top: 24px;
  border: 1px solid #f0dfbd;
  border-radius: 12px;
  background: #fffaf0;
  padding: 18px 20px;
}

.people-note-icon {
  color: #d47913;
}

.people-note-icon svg {
  width: 27px;
  height: 27px;
  stroke-width: 2;
}

.people-note h3 {
  margin-bottom: 5px;
  color: #6f4b20;
  font-size: 0.92rem;
}

.people-note p {
  margin-bottom: 3px;
  color: #6b5a43;
  font-size: 0.82rem;
  line-height: 1.7;
}

.people-note p:last-child {
  margin-bottom: 0;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

@media (max-width: 1100px) {
  .people-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .people-lifestyle {
    padding-top: 28px;
  }

  .people-panel {
    border-radius: 18px;
    padding: 24px 16px;
  }

  .people-intro h2 {
    font-size: clamp(1.8rem, 8vw, 2.25rem);
  }

  .people-intro p {
    font-size: 0.94rem;
    line-height: 1.78;
  }

  .people-tabs {
    gap: 18px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
  }

  .people-tabs button {
    flex: 0 0 auto;
    font-size: 0.88rem;
  }

  .people-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 16px;
  }

  .person-card-body {
    padding: 18px;
  }

  .people-note {
    grid-template-columns: 1fr;
  }
}
