:root{
  --profile-ink:#111827;
  --profile-muted:#667085;
  --profile-line:#e4e7ec;
  --profile-paper:#f4f6f8;
  --profile-white:#fff;
  --profile-navy:#0b1220;
  --profile-orange:#d97706;
  --profile-shadow:0 18px 50px rgba(16,24,40,.10);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body.profile-page{
  margin:0;
  padding:0!important;
  display:block!important;
  align-items:initial!important;
  justify-content:initial!important;
  min-height:100vh;
  background:var(--profile-paper);
  color:var(--profile-ink);
  font-family:'Pretendard','Apple SD Gothic Neo','Malgun Gothic',system-ui,sans-serif;
  word-break:keep-all;
  overflow-x:hidden;
}
body.profile-page.profile-modal-open{overflow:hidden}
.profile-page a{text-decoration:none;color:inherit}
.profile-page button{font:inherit}
.profile-page>.back-btn{display:none!important}

.profile-header{
  position:sticky;
  top:0;
  z-index:50;
  min-height:76px;
  padding:12px clamp(18px,5vw,72px);
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  background:rgba(255,255,255,.92);
  border-bottom:1px solid rgba(17,24,39,.08);
  backdrop-filter:blur(16px);
}
.profile-brand{display:flex;align-items:center;min-width:0}
.profile-brand img{display:block;width:190px;max-width:46vw;height:auto}
.profile-header-nav{display:flex;align-items:center;gap:10px}
.profile-header-nav a{
  min-height:42px;
  padding:0 16px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border:1px solid var(--profile-line);
  border-radius:999px;
  background:#fff;
  color:#344054;
  font-size:14px;
  font-weight:850;
  transition:.22s ease;
}
.profile-header-nav a:hover{border-color:#98a2b3;transform:translateY(-2px)}
.profile-header-nav .profile-contact-link{background:var(--profile-orange);border-color:var(--profile-orange);color:#fff}

.profile-hero{
  padding:64px clamp(18px,5vw,72px) 48px;
  background:#fff;
  border-bottom:1px solid var(--profile-line);
}
.profile-hero-inner{max-width:1280px;margin:0 auto}
.profile-back{
  display:inline-flex;
  align-items:center;
  gap:8px;
  margin-bottom:34px;
  color:#475467;
  font-size:14px;
  font-weight:850;
}
.profile-back:hover{color:var(--profile-orange)}
.profile-eyebrow{
  margin:0 0 14px;
  color:var(--profile-orange);
  font-size:12px;
  font-weight:950;
  letter-spacing:.16em;
}
.profile-title-row{display:flex;align-items:flex-end;justify-content:space-between;gap:28px}
.profile-title-row>div:first-child{animation:profile-enter .58s cubic-bezier(.22,.7,.3,1) both}
.profile-title-row h1{
  margin:0;
  color:var(--profile-ink);
  font-size:clamp(44px,6vw,76px);
  line-height:1;
  letter-spacing:-.045em;
  font-weight:950;
}
.profile-title-row .profile-role{margin:14px 0 0;color:#475467;font-size:19px;line-height:1.65;font-weight:750;overflow-wrap:anywhere}
.profile-tags{max-width:560px;display:flex;justify-content:flex-end;flex-wrap:wrap;gap:8px;animation:profile-enter .58s .1s cubic-bezier(.22,.7,.3,1) both}
.profile-tags span{
  padding:9px 12px;
  border:1px solid var(--profile-line);
  border-radius:999px;
  background:#f8fafc;
  color:#344054;
  font-size:13px;
  font-weight:850;
}

.profile-layout{
  max-width:1280px;
  margin:0 auto;
  padding:54px clamp(18px,5vw,72px) 34px;
  display:grid;
  grid-template-columns:minmax(0,1fr) 320px;
  align-items:start;
  gap:24px;
  animation:profile-enter .7s .12s cubic-bezier(.22,.7,.3,1) both;
}
.profile-page .profile-wrap{
  position:relative;
  width:100%;
  max-width:none;
  min-height:0;
  margin:0;
  padding:22px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#fff;
  border:1px solid var(--profile-line);
  border-radius:8px;
  box-shadow:var(--profile-shadow);
}
.profile-page .profile-wrap::before{display:none!important;content:none!important}
.profile-page .profile-wrap img{
  display:block;
  width:auto;
  max-width:100%;
  height:auto;
  max-height:none;
  margin:0 auto;
  border:1px solid #eaecf0;
  border-radius:4px;
  box-shadow:none;
  cursor:zoom-in;
}
.profile-zoom-chip{
  position:absolute;
  right:34px;
  bottom:34px;
  min-height:42px;
  padding:0 15px;
  border:1px solid rgba(255,255,255,.35);
  border-radius:999px;
  background:rgba(11,18,32,.82);
  color:#fff;
  font-size:13px;
  font-weight:900;
  cursor:pointer;
  backdrop-filter:blur(10px);
}
.profile-sidebar{
  position:sticky;
  top:100px;
  padding:28px;
  background:#fff;
  border:1px solid var(--profile-line);
  border-radius:8px;
  box-shadow:var(--profile-shadow);
}
.profile-sidebar-label{margin:0 0 10px;color:var(--profile-orange);font-size:11px;font-weight:950;letter-spacing:.14em}
.profile-sidebar h2{margin:0;font-size:32px;letter-spacing:-.04em}
.profile-sidebar-role{margin:8px 0 0;color:#475467;line-height:1.6;font-weight:750}
.profile-sidebar-rule{height:1px;margin:24px 0;background:var(--profile-line)}
.profile-sidebar h3{margin:0 0 13px;font-size:15px}
.profile-sidebar ul{margin:0;padding:0;display:grid;gap:10px}
.profile-sidebar li{list-style:none;display:flex;gap:8px;color:var(--profile-muted);font-size:14px;line-height:1.5}
.profile-sidebar li::before{content:'·';color:var(--profile-orange);font-weight:950}
.profile-actions{display:grid;gap:9px;margin-top:24px}
.profile-action{
  min-height:48px;
  padding:0 16px;
  display:flex;
  align-items:center;
  justify-content:center;
  border:1px solid var(--profile-line);
  border-radius:6px;
  background:#fff;
  color:#344054;
  font-size:14px;
  font-weight:900;
  cursor:pointer;
  transition:.22s ease;
}
.profile-action:hover{border-color:#98a2b3;background:#f8fafc}
.profile-action.primary{background:var(--profile-navy);border-color:var(--profile-navy);color:#fff}
.profile-action.primary:hover{background:#1d2939}

.profile-pager{
  max-width:1280px;
  margin:0 auto;
  padding:0 clamp(18px,5vw,72px) 64px;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
}
.profile-pager a{
  min-height:92px;
  padding:20px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  border:1px solid var(--profile-line);
  border-radius:8px;
  background:#fff;
  box-shadow:0 10px 30px rgba(16,24,40,.06);
  transition:.22s ease;
}
.profile-pager a:hover{transform:translateY(-3px);box-shadow:var(--profile-shadow)}
.profile-pager a:last-child{text-align:right;align-items:flex-end}
.profile-pager small{color:#98a2b3;font-size:12px;font-weight:850;letter-spacing:.08em}
.profile-pager b{margin-top:7px;font-size:20px}

.profile-cta{padding:0 clamp(18px,5vw,72px) 76px}
.profile-cta-inner{
  max-width:1280px;
  margin:0 auto;
  padding:34px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  background:var(--profile-navy);
  color:#fff;
  border-radius:8px;
}
.profile-cta p{margin:0 0 8px;color:#fbbf24;font-size:12px;font-weight:950;letter-spacing:.14em}
.profile-cta h2{margin:0;font-size:clamp(25px,3vw,38px);letter-spacing:-.04em}
.profile-cta a{flex:0 0 auto;min-height:50px;padding:0 22px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:var(--profile-orange);color:#fff;font-weight:900}
.profile-footer{padding:30px clamp(18px,5vw,72px);display:flex;justify-content:space-between;gap:24px;background:#080e1a;color:#98a2b3;font-size:13px}
.profile-footer b{color:#fff}

.profile-lightbox{
  position:fixed;
  inset:0;
  z-index:100;
  padding:72px 24px 24px;
  display:none;
  align-items:flex-start;
  justify-content:center;
  overflow:auto;
  background:rgba(3,7,18,.94);
}
.profile-lightbox.open{display:flex}
.profile-lightbox img{display:block;width:auto;max-width:min(1200px,96vw);height:auto;border-radius:4px;box-shadow:0 30px 90px rgba(0,0,0,.42)}
.profile-lightbox.open img{animation:profile-zoom-in .24s ease both}
.profile-lightbox-close{
  position:fixed;
  top:18px;
  right:20px;
  width:44px;
  height:44px;
  border:1px solid rgba(255,255,255,.28);
  border-radius:50%;
  background:rgba(255,255,255,.1);
  color:#fff;
  font-size:24px;
  cursor:pointer;
}
@keyframes profile-enter{
  from{opacity:0;transform:translateY(18px)}
  to{opacity:1;transform:none}
}
@keyframes profile-zoom-in{
  from{opacity:0;transform:scale(.975)}
  to{opacity:1;transform:scale(1)}
}

@media(max-width:960px){
  .profile-title-row{display:block}
  .profile-tags{justify-content:flex-start;margin-top:24px}
  .profile-layout{grid-template-columns:1fr}
  .profile-sidebar{position:static;order:2}
}
@media(max-width:640px){
  .profile-header{min-height:66px;padding:10px 14px}
  .profile-brand img{width:145px;max-width:43vw}
  .profile-header-nav a{min-height:40px;padding:0 12px;font-size:13px}
  .profile-header-nav a:first-child{display:none}
  .profile-hero{padding:38px 18px 34px}
  .profile-back{margin-bottom:25px}
  .profile-title-row h1{font-size:44px}
  .profile-eyebrow{font-size:10px;letter-spacing:.12em}
  .profile-title-row .profile-role{font-size:16px}
  .profile-tags span{padding:8px 10px;font-size:12px}
  .profile-layout{padding:28px 14px 22px;gap:14px}
  .profile-page .profile-wrap{padding:8px;border-radius:6px}
  .profile-zoom-chip{right:18px;bottom:18px}
  .profile-sidebar{padding:23px}
  .profile-pager{padding:0 14px 42px;grid-template-columns:1fr}
  .profile-pager a:last-child{text-align:left;align-items:flex-start}
  .profile-cta{padding:0 14px 52px}
  .profile-cta-inner{padding:26px;display:block}
  .profile-cta a{width:100%;margin-top:22px}
  .profile-footer{display:block;padding:26px 18px}.profile-footer span{display:block;margin-top:8px}
  .profile-lightbox{padding:66px 8px 18px}
}
@media(prefers-reduced-motion:reduce){
  *{scroll-behavior:auto!important;transition:none!important;animation:none!important}
}
