.page-hero{ max-width:900px; margin:0 auto; padding:8vh 6vw 5vh 6vw; }
.page-eyebrow{ font-size:12px; font-weight:600; letter-spacing:0.14em; text-transform:uppercase; color:var(--ink-soft); margin-bottom:1rem; }
.page-title{ font-family:'Bitter', serif; font-weight:600; font-size:clamp(30px, 4.5vw, 46px); line-height:1.15; margin-bottom:1.2rem; }
.page-intro{ font-size:16px; line-height:1.75; color:var(--ink-soft); max-width:680px; }

.top-back{ display:inline-block; margin-bottom:1.4rem; }

.career-content-section{ max-width:900px; margin:0 auto; padding:2vh 6vw 4vh 6vw; }
.career-text-box{
  background:#fff;
  border:1px solid var(--line);
  border-radius:14px;
  padding:2rem 2.2rem;
  font-size:15px;
  line-height:1.8;
  color:var(--ink-soft);
}
.career-text-box p{ margin-bottom:1rem; }
.career-text-box p:last-child{ margin-bottom:0; }

.career-image-section{ max-width:1100px; margin:0 auto; padding:2vh 6vw 8vh 6vw; }
.career-image-placeholder{
  height:320px;
  background:var(--paper);
  border:1.5px dashed var(--line);
  border-radius:14px;
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:hidden;
}
.career-image-placeholder img{ width:100%; height:100%; object-fit:cover; }
.person-photo-text{ font-size:11px; color:var(--ink-soft); }
