@charset "UTF-8";
.cm-pastor {
  color: #333;
  word-break: keep-all;
}
.cm-pastor__hero {
  display: grid;
  grid-template-columns: 450px minmax(0, 1fr);
  gap: 80px;
  align-items: start;
  margin-bottom: 72px;
}
.cm-pastor__visual {
  position: relative;
}
.cm-pastor__photo {
  position: relative;
  width: 100%;
}
.cm-pastor__photo::after {
  content: \"\";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 34%;
  background: linear-gradient(to top, rgba(19, 52, 30, 0.35), rgba(19, 52, 30, 0));
  pointer-events: none;
}
.cm-pastor__photo img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  object-position: center top;
}
.cm-pastor__photo p {
  margin: 0;
  width: 100%;
  height: 100%;
}
.cm-pastor__photo-caption {
  z-index: 2;
  left: 28px;
  bottom: 25px;
  color: #000;
}
.cm-pastor__photo-role {
  display: block;
  margin-bottom: 6px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
  opacity: 0.85;
  text-align: center;
}
.cm-pastor__photo-name {
  margin: 0;
  font-size: 26px;
  line-height: 1.3;
  font-weight: 700;
  color: #000 !important;
}
.cm-pastor__content {
  padding-top: 6px;
}
.cm-pastor__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 18px;
  color: #2f8a48;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.cm-pastor__eyebrow::before {
  content: \"\";
  width: 28px;
  height: 2px;
  background: #55a56a;
}
.cm-pastor__title {
  margin: 0 0 28px 0;
  color: #1d2b21;
  font-size: 38px;
  line-height: 1.35;
  letter-spacing: -0.045em;
  font-weight: 700;
  text-align: left !important;
}
.cm-pastor__greeting {
  margin: 0 0 24px;
  font-size: 20px;
  line-height: 1.8;
  font-weight: 700;
  color: #303b33;
}
.cm-pastor__text {
  margin: 0 0 22px;
  font-size: 17px;
  line-height: 1.95;
  letter-spacing: -0.025em;
  color: #555f58;
}
.cm-pastor__text:last-child {
  margin-bottom: 0;
}
.cm-pastor__vision {
  position: relative;
  margin: 38px 0;
  padding: 32px 38px 32px 42px;
  overflow: hidden;
  border-radius: 18px;
  background: #edf6ef;
}
.cm-pastor__vision::after {
  content: \"“\";
  position: absolute;
  right: 22px;
  top: -18px;
  color: rgba(47, 138, 72, 0.1);
  font-family: Georgia, serif;
  font-size: 130px;
  line-height: 1;
}
.cm-pastor__vision-text {
  position: relative;
  z-index: 1;
  margin: 0;
  font-family: Georgia, \"Times New Roman\", serif;
  color: #296e3d;
  font-size: 31px;
  line-height: 1.35;
  font-weight: 600;
  letter-spacing: -0.02em;
}
.cm-pastor__vision-ko {
  position: relative;
  z-index: 1;
  display: block;
  margin-top: 11px;
  color: #6f8274;
  font-size: 14px;
  line-height: 1.6;
  font-weight: 500;
}
.cm-pastor__signature {
  margin-top: 38px;
  padding-top: 27px;
  border-top: 1px solid #e6ebe7;
  text-align: right;
}
.cm-pastor__signature-label {
  display: block;
  margin-bottom: 5px;
  color: #8b958e;
  font-size: 14px;
}
.cm-pastor__signature-name {
  color: #25342a;
  font-size: 20px;
  font-weight: 700;
}
.cm-pastor__profile {
  position: relative;
  margin-top: 82px;
  padding: 64px 58px;
  border-radius: 24px;
  background: #f7f9f7;
}
.cm-pastor__profile-head {
  margin-bottom: 40px;
}
.cm-pastor__profile-label {
  text-align: center;
  display: block;
  margin-bottom: 9px;
  color: #399052;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.cm-pastor__profile-title {
  margin: 0;
  color: #1f2c23;
  font-size: 30px;
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: -0.04em;
}
.cm-pastor__profile-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 64px;
  row-gap: 0;
}
.cm-pastor__profile-group {
  padding: 29px 0 32px;
  border-top: 1px solid #dfe6e1;
}
.cm-pastor__profile-group--wide {
  grid-column: 1/-1;
}
.cm-pastor__profile-heading {
  display: flex;
  align-items: center;
  gap: 11px;
  margin: 0 0 18px;
  color: #277a40;
  font-size: 18px;
  font-weight: 700;
}
.cm-pastor__profile-heading::before {
  content: \"\";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #54a66a;
}
.cm-pastor__profile-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cm-pastor__profile-list > li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 20px !important;
  color: #525e56;
  font-size: 15px;
  line-height: 1.75;
  letter-spacing: -0.015em;
}
.cm-pastor__profile-list > li::before {
  content: \"\" !important;
  display: block !important;
  position: absolute !important;
  left: 2px !important;
  top: 10px !important;
  width: 6px !important;
  height: 6px !important;
  border-radius: 50% !important;
  background-color: #54a66a !important;
}
.cm-pastor__profile-list > li:last-child {
  margin-bottom: 0;
}
.cm-pastor__sub-list {
  list-style: none;
  margin: 7px 0 3px;
  padding: 0 0 0 5px;
}
.cm-pastor__sub-list li {
  position: relative;
  margin: 3px 0;
  padding-left: 16px;
  color: #758078;
}
.cm-pastor__sub-list li::before {
  content: \"–\";
  position: absolute;
  left: 0;
  top: 0;
}
.cm-pastor .cm-pastor .cm-pastor__profile-list > li {
  position: relative;
  padding-left: 20px;
}
.cm-pastor .cm-pastor .cm-pastor__profile-list > li::before {
  content: \"\" !important;
  display: block !important;
  position: absolute;
  left: 2px;
  top: 10px;
  width: 6px;
  height: 6px;
  background: #54a66a !important;
  border-radius: 50%;
}
@media (max-width: 900px) {
  .cm-pastor__hero {
    grid-template-columns: 320px minmax(0, 1fr);
    gap: 38px;
  }
  .cm-pastor__title {
    font-size: 32px;
  }
  .cm-pastor__vision-text {
    font-size: 27px;
  }
  .cm-pastor__profile {
    padding: 48px 36px;
  }
  .cm-pastor__profile-grid {
    column-gap: 40px;
  }
}
@media (max-width: 768px) {
  .cm-pastor__hero {
    display: block;
    margin-bottom: 55px;
  }
  .cm-pastor__visual {
    width: 100%;
    max-width: 430px;
    margin: 0 auto 38px;
  }
  .cm-pastor__photo-caption {
    left: 22px;
    bottom: 21px;
  }
  .cm-pastor__photo-name {
    font-size: 23px;
  }
  .cm-pastor__content {
    padding-top: 0;
  }
  .cm-pastor__title {
    font-size: 29px;
    margin-bottom: 23px;
  }
  .cm-pastor__greeting {
    font-size: 18px;
    line-height: 1.75;
  }
  .cm-pastor__text {
    font-size: 16px;
    line-height: 1.9;
  }
  .cm-pastor__vision {
    margin: 30px 0;
    padding: 27px 26px;
  }
  .cm-pastor__vision-text {
    font-size: 25px;
  }
  .cm-pastor__profile {
    margin-top: 60px;
    padding: 40px 24px;
    border-radius: 18px;
  }
  .cm-pastor__profile-grid {
    display: block;
  }
  .cm-pastor__profile-title {
    font-size: 26px;
  }
}
@media (max-width: 480px) {
  .cm-pastor__title {
    font-size: 26px;
  }
  .cm-pastor__vision-text {
    font-size: 22px;
  }
  .cm-pastor__vision {
    padding: 25px 22px;
  }
  .cm-pastor__profile {
    padding: 34px 20px;
  }
  .cm-pastor__profile-list > li {
    font-size: 14px;
    line-height: 1.75;
  }
}