/* V23: responsive professional profile card and consultation wording release */
.jjeongi-profile-card-v23{
  display:grid;
  grid-template-columns:minmax(0,.43fr) minmax(0,.57fr);
  align-items:stretch;
  border-radius:28px;
  overflow:hidden;
  border:1px solid #efbfd2;
  background:linear-gradient(145deg,#ffffff 0%,#fff8fb 58%,#fff1f6 100%);
  box-shadow:0 22px 58px rgba(137,31,74,.16);
  min-height:520px;
}
.jjeongi-profile-card-v23::before{content:none!important}
.jjeongi-profile-visual-v23{
  position:relative;
  min-height:520px;
  overflow:hidden;
  background:#f3f1f4;
}
.jjeongi-profile-visual-v23::after{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:linear-gradient(90deg,transparent 72%,rgba(255,248,251,.72) 100%);
}
.jjeongi-profile-visual-v23 img{
  width:100%;
  height:100%;
  min-height:520px;
  object-fit:cover;
  object-position:center top;
  display:block;
}
.jjeongi-profile-photo-label-v23{
  position:absolute;
  z-index:2;
  left:18px;
  bottom:18px;
  padding:8px 12px;
  border:1px solid rgba(255,255,255,.7);
  border-radius:999px;
  background:rgba(41,18,29,.74);
  color:#fff;
  font-size:11px;
  font-weight:800;
  letter-spacing:.12em;
  backdrop-filter:blur(8px);
}
.jjeongi-profile-card-body-v23{
  position:relative;
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:34px 31px;
  color:#422330;
}
.jjeongi-profile-card-body-v23::before{
  content:"✦";
  position:absolute;
  top:20px;
  right:24px;
  color:#db6995;
  font-size:26px;
  opacity:.7;
}
.jjeongi-profile-promise-v23{
  margin:0 0 18px;
  padding-bottom:14px;
  border-bottom:1px solid #efc8d7;
  color:#be3e70;
  font-size:15px;
  line-height:1.65;
  font-weight:750;
}
.jjeongi-profile-name-v23 span{
  display:block;
  margin-bottom:4px;
  color:#67505a;
  font-size:14px;
  font-weight:700;
}
.jjeongi-profile-name-v23 strong{
  display:block;
  color:#c83268;
  font-size:clamp(34px,3.4vw,52px);
  line-height:1.05;
  letter-spacing:.06em;
}
.jjeongi-profile-role-v23{
  align-self:flex-start;
  margin:16px 0 20px;
  padding:8px 13px;
  border-radius:999px;
  background:#d94d7d;
  color:#fff;
  font-size:13px;
  font-weight:750;
}
.jjeongi-profile-services-v23{
  display:grid;
  grid-template-columns:1fr;
  gap:9px;
  margin:0;
  padding:0;
  list-style:none;
}
.jjeongi-profile-services-v23 li{
  position:relative;
  padding-left:25px;
  color:#513d46;
  font-size:14px;
  line-height:1.55;
}
.jjeongi-profile-services-v23 li::before{
  content:"✓";
  position:absolute;
  left:0;
  top:0;
  display:grid;
  place-items:center;
  width:18px;
  height:18px;
  border-radius:50%;
  background:#ef7ca4;
  color:#fff;
  font-size:11px;
  font-weight:900;
}
.jjeongi-profile-contact-v23{
  display:flex;
  flex-wrap:wrap;
  gap:8px 12px;
  align-items:center;
  margin-top:23px;
  padding-top:17px;
  border-top:1px dashed #e5b3c6;
  font-size:13px;
  font-weight:750;
}
.jjeongi-profile-contact-v23 a{color:#9d2855;text-decoration:none}
.jjeongi-profile-contact-v23 span{color:#735b65}
@media(max-width:1180px){
  .jjeongi-profile-card-v23{grid-template-columns:minmax(0,.46fr) minmax(0,.54fr)}
  .jjeongi-profile-card-body-v23{padding:28px 24px}
  .jjeongi-profile-services-v23 li{font-size:13px}
}
@media(max-width:900px){
  .jjeongi-profile-card-v23{max-width:760px;margin-inline:auto;grid-template-columns:minmax(0,.46fr) minmax(0,.54fr)}
}
@media(max-width:620px){
  .jjeongi-profile-card-v23{grid-template-columns:1fr;min-height:0;border-radius:24px}
  .jjeongi-profile-visual-v23{min-height:0;aspect-ratio:4/5}
  .jjeongi-profile-visual-v23::after{background:linear-gradient(180deg,transparent 74%,rgba(255,248,251,.48) 100%)}
  .jjeongi-profile-visual-v23 img{min-height:0;height:100%;object-position:center top}
  .jjeongi-profile-card-body-v23{padding:28px 24px 30px}
  .jjeongi-profile-name-v23 strong{font-size:40px}
  .jjeongi-profile-role-v23{margin-top:13px}
}
@media(prefers-reduced-motion:reduce){
  .jjeongi-profile-card-v23,.jjeongi-profile-card-v23 *{scroll-behavior:auto!important;animation:none!important;transition:none!important}
}
