.profile-hero{padding:86px 0 70px;background:radial-gradient(620px 360px at 82% 12%,rgba(196,160,92,.18),transparent 65%);border-bottom:1px solid var(--line2)}
.profile-hero .crumb{margin-bottom:22px}
.profile-layout{display:grid;gap:52px;align-items:start}
@media(min-width:900px){.profile-layout{grid-template-columns:minmax(300px,.78fr) minmax(0,1.22fr)}}
.profile-portrait{position:relative;overflow:hidden;aspect-ratio:4/5;border:1px solid var(--line);border-radius:18px;background:#e9e3d7;box-shadow:0 20px 50px rgba(74,56,25,.14)}
.profile-portrait::after{content:"";position:absolute;inset:auto 0 0;height:30%;background:linear-gradient(transparent,rgba(22,18,13,.18));pointer-events:none}
.profile-portrait img{width:100%;height:100%;object-fit:cover;object-position:center 19%}
.profile-copy h1{font-size:clamp(44px,6vw,72px);margin:13px 0 6px}
.profile-copy h2{font-size:clamp(31px,4vw,44px);margin:32px 0 14px}
.profile-title{color:var(--gold-hi);font-size:11px;font-weight:500;letter-spacing:.24em;text-transform:uppercase}
.profile-copy>p:not(.profile-title){max-width:720px;margin-top:17px;color:var(--muted);font-size:16px}
.profile-specialties{display:grid;grid-template-columns:1fr;gap:9px 24px;list-style:none}
@media(min-width:620px){.profile-specialties{grid-template-columns:1fr 1fr}}
.profile-specialties li{display:flex;gap:11px;color:var(--muted);font-size:14.5px}
.profile-specialties li::before{content:"—";color:var(--gold)}
.profile-education{display:grid;gap:12px;list-style:none}
.profile-education li{padding:14px 18px;border-left:2px solid var(--gold);background:rgba(255,255,255,.62);color:var(--muted);font-size:14.5px}
.profile-education strong{display:block;color:var(--text);font-weight:400}
.profile-cta{display:flex;flex-wrap:wrap;gap:12px;margin-top:34px}
.profile-back{display:inline-flex;margin-bottom:28px;color:var(--gold-hi);font-size:11px;font-weight:500;letter-spacing:.2em;text-transform:uppercase}
.profile-back::before{content:"←";margin-right:9px}
@media(max-width:899px){.profile-hero{padding-top:62px}.profile-layout{gap:38px}.profile-portrait{max-width:520px;margin:0 auto}.profile-copy{max-width:720px;margin:0 auto}}
