.profile-page{background:#f8fbfc}.profile-header{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:18px clamp(20px,5vw,76px);border-bottom:1px solid var(--line);background:rgba(255,255,255,.92);backdrop-filter:blur(18px)}.profile-header nav{display:flex;gap:22px}.profile-header nav a{color:var(--muted);font-weight:800}.profile-hero{display:grid;grid-template-columns:minmax(0,1fr) 390px;gap:clamp(34px,6vw,90px);align-items:center;padding:clamp(70px,9vw,120px) clamp(20px,5vw,76px);background:linear-gradient(135deg,#fff,#eef8f7)}.profile-copy>p:not(.eyebrow){max-width:720px;color:var(--muted);font-size:1.12rem}.back-link{display:inline-flex;margin-bottom:28px;color:var(--teal-dark);font-weight:900}.profile-photo{margin:0;overflow:hidden;border-radius:28px;background:white;box-shadow:var(--shadow)}.profile-photo img{width:100%;height:520px;object-fit:cover;object-position:center top}.profile-detail{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:24px}.profile-detail article,.profile-detail aside{padding:32px;border:1px solid var(--line);border-radius:24px;background:white;box-shadow:0 16px 42px rgba(16,32,51,.07)}.profile-detail ul{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin:24px 0 0;padding:0;list-style:none}.profile-detail li{padding:14px 16px;border-radius:14px;background:#f2f8f8;color:var(--ink);font-weight:800}.profile-detail aside p{color:var(--muted)}@media(max-width:900px){.profile-hero,.profile-detail{grid-template-columns:1fr}.profile-photo img{height:auto}.profile-detail ul{grid-template-columns:1fr}.profile-header{align-items:flex-start;flex-direction:column}}