img.wp-smiley,
img.emoji {
  display: inline !important;
  border: none !important;
  box-shadow: none !important;
  height: 1em !important;
  width: 1em !important;
  margin: 0 .07em !important;
  vertical-align: -0.1em !important;
  background: none !important;
  padding: 0 !important;
}

.staff-story {
  max-width: 1100px;
  margin: 0 auto;
  padding: 40px 20px 80px;
}

.staff-title {
  font-size: 56px;
  line-height: 1.3;
  text-align: center;
  color: #2f6f3e;
  margin: 0 0 40px;
  font-weight: 700;
}

.staff-hero {
  margin-bottom: 40px;
}

.staff-hero-photo {
  text-align: center;
  margin-bottom: 40px;
}

.staff-hero-photo img {
  width: 100%;
  max-width: 700px;
  height: auto;
  display: block;
  margin: 0 auto;
  border-radius: 16px;
}

.staff-intro {
  max-width: 900px;
  margin: 0 auto;
}

.staff-label {
  font-size: 14px;
  letter-spacing: 0.12em;
  color: #999;
  margin: 0 0 10px;
}

.staff-name {
  font-size: 36px;
  color: #2f6f3e;
  margin: 0 0 8px;
  font-weight: 700;
}

.staff-role {
  font-size: 15px;
  color: #666;
  line-height: 1.8;
  margin: 0 0 24px;
}

.staff-intro p,
.staff-section p {
  font-size: 18px;
  line-height: 2;
  color: #333;
  margin: 0 0 18px;
}

.staff-concept .lead {
  font-size: 28px;
  line-height: 1.6;
  color: #2f6f3e;
  text-align: center;
  font-weight: 700;
  margin-bottom: 22px;
}

.staff-cards {
  display: flex;
  gap: 24px;
  margin: 40px 0;
  flex-wrap: wrap;
}

.staff-card {
  flex: 1 1 calc(50% - 12px);
  background: #fff;
  border-radius: 24px;
  padding: 32px 28px;
  box-shadow: 0 10px 24px rgba(0,0,0,0.05);
  border: 1px solid rgba(47,111,62,0.08);
}

.staff-card h3,
.staff-section h3 {
  font-size: 30px;
  line-height: 1.4;
  color: #2f6f3e;
  margin: 0 0 22px;
  text-align: center;
  font-weight: 700;
  letter-spacing: normal;
  word-break: keep-all;
}

.staff-section {
  background: #fff;
  border-radius: 24px;
  padding: 34px 28px;
  margin: 0 0 28px;
  box-shadow: 0 10px 24px rgba(0,0,0,0.05);
  border: 1px solid rgba(47,111,62,0.08);
}

.staff-photo-block {
  margin: 0 0 24px;
}

.staff-photo-placeholder {
  min-height: 260px;
  border-radius: 20px;
  background: #f3f3f3;
  border: 1px dashed #b7c7b2;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #999;
  font-size: 15px;
  text-align: center;
  padding: 20px;
}

.staff-points {
  max-width: 860px;
  margin: 0 auto;
  padding-left: 1.2em;
}

.staff-points li {
  font-size: 18px;
  line-height: 2;
  color: #333;
  margin-bottom: 6px;
}

.staff-link-wrap {
  text-align: center;
  margin-top: 10px;
}

.staff-btn {
  display: inline-block;
  padding: 12px 22px;
  border-radius: 999px;
  background: #2f6f3e;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
}

.staff-message {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .staff-story {
    padding: 28px 16px 56px;
  }

  .staff-title {
    font-size: 34px;
    margin-bottom: 26px;
  }

  .staff-name {
    font-size: 28px;
  }

  .staff-role {
    font-size: 14px;
  }

  .staff-intro p,
  .staff-section p,
  .staff-points li {
    font-size: 15px;
    line-height: 1.9;
  }

  .staff-concept .lead {
    font-size: 22px;
  }

  .staff-cards {
    flex-direction: column;
    gap: 18px;
  }

  .staff-card,
  .staff-section {
    padding: 24px 18px;
    border-radius: 18px;
  }

  .staff-card h3,
  .staff-section h3 {
    font-size: 24px;
    margin-bottom: 18px;
  }

  .staff-photo-placeholder {
    min-height: 180px;
    border-radius: 14px;
    font-size: 14px;
  }
}
