@charset "UTF-8";

/* ---------- Concept Text ---------- */
.about-concept-text {
  padding: 0 0 48px;
}

/* ---------- Staff Section ---------- */
.staff-section {
  padding-left: 16px;
  padding-right: 16px;
}

/* ---------- Staff Item ---------- */
.staff-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 32px;
}

.staff-item + .staff-item {
  padding-top: 48px;
}

/* ---------- Staff Photo ---------- */
.staff-photo {
  position: relative;
  width: 118px;
  height: 166px;
  margin: 16px 0 24px;
}

.staff-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("../images/profileframe.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  pointer-events: none;
  z-index: 2;
}

.staff-photo img {
  position: absolute;
  top: 10px;
  left: 7px;
  width: 103px;
  height: 146px;
  object-fit: cover;
  object-position: center top;
  border-radius: 50px;
  display: block;
  z-index: 1;
}

/* ---------- Staff Name ---------- */
.staff-name {
  font-size: 1.6rem;
  letter-spacing: 0.32px;
  line-height: 1.6;
  text-align: center;
}

/* ---------- Staff Description ---------- */
.staff-desc {
  padding: 16px 24px 24px;
  text-align: center;
}

.staff-desc p {
  font-size: 1.1rem;
}

/* ---------- Staff Profile Label ---------- */
.staff-profile-label {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 1.2rem;
  letter-spacing: 1.2px;
  line-height: 1.5;
  text-align: center;
  padding: 8px 20px;
}

.staff-profile-label--spaced {
  padding-top: 32px;
}

/* ---------- Staff Accent Line ---------- */
.staff-item .accent-line {
  margin-top: 8px;
}

/* ---------- Staff Profile Table ---------- */
.staff-profile-table {
  width: 100%;
  padding: 16px;
}

.staff-profile-row {
  display: flex;
  gap: 24px;
  align-items: flex-start;
  padding: 4px 0;
}

.staff-profile-key {
  width: 70px;
  flex-shrink: 0;
  font-size: 1.1rem;
  letter-spacing: 0.4px;
  line-height: 1.8;
  text-align: center;
}

.staff-profile-value {
  flex: 1;
  font-size: 1.1rem;
  letter-spacing: 0.4px;
  line-height: 1.8;
}

/* ---------- Staff Instagram ---------- */
.staff-instagram {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding-top: 16px;
  text-decoration: none;
  color: #333a3a;
}

.staff-instagram-icon {
  width: 14px;
  height: auto;
  display: block;
}

.staff-instagram-handle {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 1rem;
  letter-spacing: 1px;
  line-height: 1.5;
}

.external-link-icon {
  width: 12px;
  height: 12px;
  display: block;
  flex-shrink: 0;
}

/* ---------- Staff Qualifications ---------- */
.staff-qualifications {
  width: 100%;
  padding: 16px 0 48px 0;
}

.staff-qualifications p {
  font-size: 1rem;
  letter-spacing: 0.4px;
  line-height: 1.8;
}