.profile-page { background: #f3f6f7; color: #001a3b; }
.profile-main { padding: 150px max(24px, calc((100% - 1208px) / 2)) 90px; }
.profile-breadcrumb { display: flex; flex-wrap: wrap; gap: 10px; margin: 0 0 28px; color: #52677a; font-size: 14px; }
.profile-card { display: grid; grid-template-columns: .9fr 1.1fr; background: white; border: 1px solid #dbe3e9; }
.profile-photo { margin: 0; background: #e6e6dd; }
.profile-photo img { display: block; width: 100%; height: 100%; max-height: 790px; min-height: 580px; object-fit: cover; object-position: 48% center; }
.profile-copy { padding: clamp(28px, 4vw, 56px); }
.profile-copy .eyebrow { margin: 0 0 20px; color: #357d24; }
.profile-copy h1 { margin: 0 0 16px; font-size: clamp(38px, 4.5vw, 64px); line-height: 1.04; letter-spacing: -.04em; color: #001a3b; }
.profile-role { margin: 0 0 10px; color: #001a3b; font-size: 21px; line-height: 1.4; }
.profile-specialism { margin: 0; color: #52677a; font-size: 18px; line-height: 1.6; }
.profile-contact { margin: 28px 0; border-top: 1px solid #dbe3e9; }
.profile-contact > div { padding: 13px 0; border-bottom: 1px solid #dbe3e9; }
.profile-contact dt { margin-bottom: 3px; color: #52677a; font-size: 12px; text-transform: uppercase; letter-spacing: .08em; }
.profile-contact dd { margin: 0; font-size: 18px; overflow-wrap: anywhere; }
.profile-contact a:hover { text-decoration: underline; text-underline-offset: 4px; }
.profile-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.profile-action { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 48px; padding: 12px 18px; border: 1px solid #001a3b; font-size: 16px; color: #fff; background: #001a3b; }
.profile-action-secondary { color: #001a3b; background: white; }
.profile-action:hover { background: #eaf4e7; color: #001a3b; }
.profile-social { display: inline-block; margin-top: 22px; font-size: 16px; text-decoration: underline; text-underline-offset: 5px; }
.profile-main a:focus-visible { outline: 3px solid #146bb5; outline-offset: 5px; }
.profile-more { display: grid; grid-template-columns: 1.4fr 1fr; gap: 60px; padding-top: 62px; }
.profile-more h2 { margin: 0 0 20px; font-size: clamp(29px, 3vw, 39px); line-height: 1.15; letter-spacing: -.025em; }
.profile-more p { font-size: 18px; line-height: 1.7; color: #42566b; }
.profile-topics { display: flex; flex-wrap: wrap; gap: 9px; padding: 0; margin: 24px 0 0; list-style: none; }
.profile-topics li { border: 1px solid #cedce2; padding: 8px 14px; font-size: 15px; background: white; }
.profile-share { display: flex; align-items: center; gap: 22px; }
.profile-share img { width: 132px; height: 132px; padding: 8px; background: white; }
.profile-share h2 { margin-bottom: 10px; font-size: 24px; }
.profile-share p { margin: 0 0 12px; font-size: 16px; }
.profile-share a { text-decoration: underline; text-underline-offset: 4px; }
@media(max-width:800px) {
  .profile-main { padding-top: 112px; }
  .profile-card, .profile-more { grid-template-columns: 1fr; }
  .profile-photo img { min-height: 0; max-height: 520px; aspect-ratio: 1; object-position: center 35%; }
  .profile-copy { padding: 28px 24px; }
  .profile-more { gap: 36px; padding-top: 42px; }
}
@media(max-width:380px) {
  .profile-main { padding-inline: 16px; }
  .profile-copy { padding: 24px 18px; }
  .profile-share { align-items: flex-start; gap: 16px; }
  .profile-share img { width: 96px; height: 96px; }
}
