/* Shared presentation for the home team preview and the trainer profile page. */
.team-preview{scroll-margin-top:90px;padding:36px 0 0;color:#f4f0e8}
.team-preview__panel{padding:26px;border:1px solid #b3925747;border-radius:18px;background:radial-gradient(ellipse at 0 0,#b3925714,transparent 65%),#0d1010}
.team-kicker{margin:0 0 10px;color:#c9a96d;font-size:10px;font-weight:800;line-height:1.5;letter-spacing:1.6px;text-transform:uppercase}
.team-preview__intro{display:grid;grid-template-columns:1.1fr 1fr;gap:36px;align-items:center;margin-bottom:22px}
.team-preview__intro h2{margin:0;font-size:clamp(22px,2.4vw,31px);line-height:1.15;letter-spacing:-.5px;text-transform:none;text-align:left}
.team-preview__intro>p{margin:0;color:#bcbcb6;font-size:14px;line-height:1.65}
.team-preview__intro strong{color:#f4f0e8}
.team-preview__people{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}
.team-preview__person{display:grid;grid-template-columns:76px minmax(0,1fr);gap:12px;padding:10px;border:1px solid #ffffff12;border-radius:12px;color:inherit;text-decoration:none;background:#ffffff03;transition:border-color .18s,background .18s}
.team-preview__person:hover{border-color:#b3925780;background:#b392570b}
.team-preview__person img{width:76px;height:108px;object-fit:cover;object-position:center 25%;border-radius:7px;display:block}
.team-preview__person>span{min-width:0;align-self:center}
.team-preview__person strong{display:block;font-size:15px;line-height:1.3;font-weight:700}
.team-preview__person small{display:block;margin-top:5px;color:#c9a96d;font-size:10px;line-height:1.4}
.team-preview__detail{display:block;margin-top:7px;font-size:11px;line-height:1.45;color:#aaa9a3}
.team-text-link{display:inline-block;color:#d8b879;text-decoration:none;font-size:13px;font-weight:700;line-height:1.5}
.team-preview__panel>.team-text-link{margin-top:19px}
.team-text-link:hover{text-decoration:underline}
.team-preview a:focus-visible,.team-page a:focus-visible{outline:2px solid #d8b879;outline-offset:4px}
.team-page .team-profile-hero{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(240px,1fr);gap:30px;padding:30px}
.team-breadcrumbs{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:24px;font-size:12px;color:#aaa9a3}
.team-profile-hero h1{font-size:clamp(28px,3.3vw,42px);line-height:1.12;letter-spacing:-1px;margin:0 0 20px;text-transform:none}
.team-profile-hero__lead{font-size:21px!important;line-height:1.4!important;color:#dfc38e!important;margin:0 0 14px!important}
.team-profile-hero__copy>p:not(.team-kicker){font-size:15px;line-height:1.75;color:#c2c1ba}
.team-profile-hero figure{margin:0;align-self:stretch;display:flex;flex-direction:column}
.team-profile-hero figure img{width:100%;height:100%;max-height:470px;min-height:300px;object-fit:cover;object-position:center 25%;border-radius:12px}
.team-profile-hero figcaption{font-size:11px;color:#aaa9a3;margin-top:8px}
.team-profile-hero__actions{display:flex;flex-wrap:wrap;align-items:center;gap:16px;margin-top:24px}
.team-profile-hero__actions .button{font-size:13px;padding:13px 17px;min-height:44px}
.team-page .section{padding:30px}
.team-page .seo-story h2,.team-page .team-profiles h2{margin:0 0 16px;font-size:clamp(23px,2.6vw,30px);line-height:1.2;text-transform:none;letter-spacing:-.5px}
.team-page .seo-story p{font-size:15px;line-height:1.75;max-width:none}
.team-page .seo-story a:not(.button){color:#d8b879}
.team-steps{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin:24px 0}
.team-steps>div{padding:18px;background:#ffffff04;border:1px solid #ffffff15;border-radius:10px}
.team-steps b{font-size:12px;letter-spacing:2px;color:#c9a96d}
.team-steps h3{margin:12px 0 7px;font-size:16px;line-height:1.3}
.team-page .team-steps p{margin:0;font-size:13px;line-height:1.6;color:#bcbcb6}
.team-profiles__intro{max-width:800px;margin:0 0 22px;color:#bcbcb6;font-size:15px;line-height:1.75}
.team-profiles__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.team-profile{min-width:0;overflow:hidden;border:1px solid #b392573b;border-radius:12px;background:#ffffff03;scroll-margin-top:20px}
.team-profile>img{width:100%;height:260px;object-fit:cover;object-position:center 23%}
.team-profile__body{padding:19px}
.team-profile__body .team-kicker{font-size:9px;letter-spacing:.8px;min-height:27px;margin-bottom:6px}
.team-profile h3{margin:0 0 14px;font-size:22px;line-height:1.2;letter-spacing:-.3px}
.team-profile__body>p:not(.team-kicker){font-size:14px;line-height:1.7;color:#bcbcb6;margin:0 0 13px}
.team-profile__body>p:last-child{margin-bottom:0}
.team-page .seo-group-photo img{max-height:440px;object-fit:cover}
@media(max-width:1100px){.team-preview__people{grid-template-columns:repeat(2,minmax(0,1fr))}.team-preview__person{grid-template-columns:82px minmax(0,1fr)}.team-preview__person img{width:82px;height:104px}.team-preview__detail{font-size:12px}}
@media(max-width:760px){.team-preview__intro{grid-template-columns:1fr;gap:15px}.team-preview__panel{padding:20px}.team-preview__intro h2{max-width:550px}.team-page .team-profile-hero{padding:22px;gap:22px;grid-template-columns:minmax(0,1fr) minmax(180px,.75fr)}.team-profile-hero figure img{min-height:260px;max-height:430px}.team-profile-hero__lead{font-size:18px!important}.team-page .section{padding:24px 22px}.team-profiles__grid{grid-template-columns:1fr}.team-profile{display:grid;grid-template-columns:180px minmax(0,1fr)}.team-profile>img{height:100%;min-height:300px}.team-profile__body .team-kicker{min-height:0}.team-steps{gap:8px}.team-steps>div{padding:12px}.team-steps h3{font-size:14px}}
@media(max-width:540px){.team-preview{padding-top:24px}.team-preview__panel{padding:17px}.team-preview__intro{margin-bottom:17px}.team-preview__intro h2{font-size:24px}.team-preview__intro>p{font-size:13px;line-height:1.65}.team-preview__people{gap:10px}.team-preview__person{display:block;padding:0;overflow:hidden}.team-preview__person img{width:100%;height:150px;border-radius:0;object-position:center 20%}.team-preview__person>span{display:block;padding:11px}.team-preview__person strong{font-size:15px;min-height:39px}.team-preview__person small{font-size:10px;min-height:28px}.team-preview__detail{display:none}.team-preview__panel>.team-text-link{font-size:12px;margin-top:16px}.team-page .page-shell{width:calc(100% - 20px);margin:10px auto 20px}.team-page .team-profile-hero{display:flex;flex-direction:column;padding:20px 18px;gap:24px}.team-profile-hero h1{font-size:30px}.team-profile-hero figure img{height:340px;min-height:0;max-height:none}.team-breadcrumbs{margin-bottom:20px}.team-profile-hero__actions{gap:12px;margin-top:20px}.team-page .section{padding:24px 18px}.team-page .seo-story h2,.team-page .team-profiles h2{font-size:25px}.team-steps{grid-template-columns:1fr;margin:20px 0;gap:10px}.team-steps>div{padding:15px}.team-steps h3{font-size:16px;margin-top:8px}.team-profile{display:block}.team-profile>img{height:290px;min-height:0;object-position:center 20%}.team-profile__body{padding:18px}.team-profile h3{font-size:24px}.team-page .seo-story p{font-size:14px}.team-preview__person img{height:clamp(125px,38vw,180px)}}
