.team-page { min-height: 100vh; background: linear-gradient(135deg, #fff 20%, var(--blue-50) 72%, var(--green-50)); }
.team-header { position: fixed; inset: 0 0 auto; z-index: 10; border-bottom: 1px solid rgba(10,28,48,.08); background: rgba(255,255,255,.9); backdrop-filter: blur(18px); }
.team-header-inner { height: 82px; display: flex; align-items: center; justify-content: space-between; }
.team-back { display: inline-flex; align-items: center; gap: 10px; color: var(--blue-900); font-size: 12px; font-weight: 800; letter-spacing: .02em; }
.team-back span { color: var(--green-700); font-size: 17px; transition: transform .2s; }
.team-back:hover span { transform: translateX(-4px); }
.team-main { min-height: 100vh; }
.team-profile { position: relative; min-height: 100vh; display: flex; align-items: center; overflow: hidden; padding: 140px 0 70px; }
.team-profile-bg { position: absolute; right: -2vw; bottom: -14vw; color: rgba(10,40,72,.035); font-size: clamp(300px, 48vw, 720px); font-weight: 950; line-height: 1; letter-spacing: -.12em; pointer-events: none; }
.team-profile-grid { position: relative; display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: clamp(65px, 9vw, 145px); }
.team-profile-visual { position: relative; min-height: 560px; display: grid; place-items: center; }
.team-profile-visual::before { content: ""; position: absolute; width: min(38vw, 470px); aspect-ratio: 1; border: 1px solid rgba(65,125,89,.22); border-radius: 50%; }
.team-profile-visual::after { content: ""; position: absolute; width: min(29vw, 350px); aspect-ratio: 1; border-radius: 46% 54% 62% 38% / 41% 46% 54% 59%; background: linear-gradient(145deg, var(--green-100), var(--blue-100)); transform: rotate(-12deg); }
.team-profile-avatar { position: relative; z-index: 2; width: min(22vw, 270px); aspect-ratio: 1; display: grid; place-items: center; overflow: hidden; border-radius: 42% 58% 45% 55% / 55% 42% 58% 45%; background: linear-gradient(145deg, var(--blue-800), var(--blue-950)); color: #fff; font-size: clamp(78px, 9vw, 130px); font-weight: 850; box-shadow: 0 35px 70px rgba(6,24,45,.22); }
.team-profile-avatar img { width: 100%; height: 100%; object-fit: cover; }
.team-profile-tag { position: absolute; z-index: 3; right: 2%; bottom: 15%; padding: 10px 15px; border-radius: 999px; background: var(--green-600); color: #fff; font-size: 9px; font-weight: 800; letter-spacing: .14em; }
.team-profile-content { position: relative; max-width: 650px; }
.team-profile-role { margin-bottom: 4px; color: var(--green-700); font-size: 15px; font-weight: 800; }
.team-profile-content h1 { color: var(--blue-950); font-size: clamp(64px, 8vw, 112px); line-height: 1; letter-spacing: -.075em; }
.team-profile-lead { margin-top: 34px; color: var(--ink); font-size: clamp(25px, 3vw, 40px); font-weight: 750; line-height: 1.4; letter-spacing: -.045em; }
.team-profile-description { max-width: 540px; margin-top: 25px; color: var(--muted); font-size: 16px; line-height: 1.85; }
.team-profile-note { max-width: 540px; display: grid; grid-template-columns: 82px 1fr; gap: 20px; margin-top: 36px; padding: 22px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.team-profile-note span { color: var(--green-700); font-size: 10px; font-weight: 850; letter-spacing: .14em; }
.team-profile-careers { display: grid; gap: 7px; color: var(--muted); font-size: 13px; line-height: 1.6; }
.team-profile-careers li { position: relative; padding-left: 14px; }
.team-profile-careers li::before { content: ""; position: absolute; top: .72em; left: 0; width: 4px; height: 4px; border-radius: 50%; background: var(--green-600); }
.team-profile-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 34px; }

@media (max-width: 820px) {
    .team-profile { padding-top: 120px; }
    .team-profile-grid { grid-template-columns: 1fr; gap: 30px; }
    .team-profile-visual { min-height: 340px; }
    .team-profile-visual::before { width: min(76vw, 390px); }
    .team-profile-visual::after { width: min(58vw, 300px); }
    .team-profile-avatar { width: min(43vw, 230px); }
    .team-profile-tag { right: 15%; bottom: 7%; }
    .team-profile-content { max-width: none; }
}

@media (max-width: 520px) {
    .team-header-inner { height: 70px; }
    .team-back { font-size: 0; }
    .team-back span { font-size: 22px; }
    .team-profile { padding: 96px 0 55px; }
    .team-profile-visual { min-height: 290px; }
    .team-profile-content h1 { font-size: 64px; }
    .team-profile-note { grid-template-columns: 1fr; gap: 8px; }
    .team-profile-actions { display: grid; }
}
