/* Scoped profile presentation; the shared theme supplies each club's colours. */
.ft-profile .ft-profile-breadcrumb{margin:0 0 30px;font-size:12px;color:#65635e}
.ft-profile-breadcrumb ol{display:flex;flex-wrap:wrap;gap:8px 12px;list-style:none;margin:0;padding:0}
.ft-profile-breadcrumb li+li:before{content:'/';margin-right:12px;color:#918e86}
.ft-profile-breadcrumb a{text-decoration:underline;text-underline-offset:3px}
.ft-profile .ft-profile-article{max-width:860px;margin-inline:auto}
.ft-profile .ft-profile-heading{border-top:5px solid var(--club);padding-top:26px;margin-bottom:32px}
.ft-profile .ft-profile-heading h1{font-size:clamp(42px,7vw,84px);line-height:1.03;letter-spacing:-.025em;margin:14px 0 20px;overflow-wrap:anywhere}
.ft-profile .ft-profile-intro{font-size:clamp(18px,2.2vw,23px);line-height:1.65;max-width:720px;color:#4c4a45}
.ft-profile .ft-profile-portrait{margin:28px 0 38px;max-width:720px}
.ft-profile .ft-profile-photo{display:block;width:auto;max-width:100%;height:auto;max-height:620px;object-fit:contain;object-position:left center}
.ft-profile .ft-profile-copy{overflow-wrap:anywhere}
.ft-profile .ft-profile-copy h2{line-height:1.2}
.ft-profile .ft-profile-copy ul,.ft-profile .ft-profile-copy ol{padding-left:1.4em}
.ft-profile .ft-profile-copy li{margin-bottom:8px}
.ft-profile .ft-profile-actions{display:flex;flex-wrap:wrap;justify-content:space-between;gap:16px;padding:25px 0;margin-top:36px;border-block:1px solid #dcdad3;font-size:14px}
.ft-profile .ft-profile-actions a{color:var(--club-ink,var(--ink));text-decoration:underline;text-underline-offset:4px}
.ft-profile .ft-profile-related{margin-top:64px;border-top:1px solid #dcdad3;padding-top:35px}
.ft-profile .ft-profile-related h2{font-size:clamp(28px,4vw,40px);line-height:1.15;margin:10px 0 25px}
.ft-profile .ft-profile-related-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}
.ft-profile .ft-profile-related-card{padding:24px;background:#eae8e1;border-top:3px solid var(--club);display:flex;flex-direction:column;align-items:flex-start;min-width:0}
.ft-profile .ft-profile-related-card h3{font-size:27px;line-height:1.15;margin:0 0 16px;overflow-wrap:anywhere}
.ft-profile .ft-profile-related-card p{font-size:13px;line-height:1.65;margin:0 0 20px;color:#55534e}
.ft-profile .ft-profile-read-link{font-size:12px;font-weight:700;text-decoration:underline;text-underline-offset:4px;margin-top:auto;padding-top:8px}
.ft-profile a:focus-visible{outline:3px solid var(--club-ink,var(--ink));outline-offset:5px}
@media(max-width:1000px){.ft-profile .ft-profile-related-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:560px){.ft-profile .ft-profile-breadcrumb{margin-bottom:24px;font-size:11px}.ft-profile .ft-profile-heading{padding-top:20px}.ft-profile .ft-profile-related-grid{grid-template-columns:1fr}.ft-profile .ft-profile-related{margin-top:44px}.ft-profile .ft-profile-related-card{padding:21px}.ft-profile .ft-profile-copy h2{font-size:29px}}
