/* Home opening section */
.profile-section{min-height:calc(100vh - 64px);padding:72px 0 44px;border-top:0;display:flex;align-items:center}
.profile-grid{width:100%;display:grid;grid-template-columns:minmax(0,1.08fr) minmax(360px,.72fr);gap:34px;align-items:stretch}
.profile-copy{display:flex;flex-direction:column;justify-content:space-between;min-height:640px;padding-right:18px}
.profile-copy>div:first-child{display:grid;gap:22px}
.profile-copy .meta{display:inline-flex;width:max-content;border:1px solid #d9d9d9;border-radius:999px;padding:8px 12px;color:#555;background:#fff}
.profile-copy h2{font-size:clamp(54px,8vw,118px);line-height:.9;font-weight:520;letter-spacing:-.045em;margin:0;max-width:980px}
.profile-copy p:not(.meta){font-size:clamp(19px,2.1vw,28px);line-height:1.45;color:#3f3f3f;max-width:820px;margin:0}
.profile-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:4px}
.profile-actions .pill:first-child{background:#111;color:#fff}
.profile-photo{min-height:640px;border-radius:4px;background:linear-gradient(135deg,#f2f2f2,#d7d7d7 48%,#eeeeee);position:relative;overflow:hidden}
.profile-facts{display:grid;grid-template-columns:repeat(3,1fr);gap:0;margin-top:38px;border-top:1px solid #dedede;border-left:1px solid #dedede}
.fact{min-height:150px;border-right:1px solid #dedede;border-bottom:1px solid #dedede;padding:18px;background:#fafafa}
.fact strong{display:block;font-size:18px;font-weight:520;margin-bottom:10px}
.fact span{display:block;color:#666;line-height:1.65;font-size:14px;white-space:pre-line}
@media(max-width:1100px){.profile-section{align-items:flex-start}.profile-grid{grid-template-columns:1fr}.profile-copy{min-height:auto;padding-right:0}.profile-photo{min-height:520px;order:-1}.profile-facts{margin-top:28px}}
@media(max-width:720px){.profile-section{min-height:auto;padding:38px 0}.profile-copy h2{font-size:clamp(44px,14vw,72px)}.profile-copy p:not(.meta){font-size:18px}.profile-photo{min-height:360px}.profile-facts{grid-template-columns:1fr}.fact{min-height:auto}}
