.coaches-page { background:var(--paper); color:var(--ink); }
.coaches-main { padding-top:145px; padding-bottom:135px; }
.coaches-intro { max-width:900px; padding-bottom:85px; border-bottom:1px solid var(--dark-line); }
.coaches-intro .eyebrow { color:#77736d; }
.coaches-intro h1 { margin:0; font:800 clamp(90px, 13vw, 175px)/.72 var(--display); text-transform:uppercase; letter-spacing:-.04em; }
.coaches-intro h1 em, .coach-copy h2 em, .coaches-cta h2 em { color:var(--red); font-style:normal; }
.coaches-intro > p:last-child { max-width:440px; margin:38px 0 0 24%; color:#77736d; font-size:17px; line-height:1.5; }
.coach-profile { display:grid; grid-template-columns:minmax(300px, .85fr) 1.15fr; gap:95px; padding:100px 0 115px; border-bottom:1px solid var(--dark-line); }
.coach-profile-arnaud { grid-template-columns:1.15fr minmax(300px, .85fr); }
.coach-photo { min-height:590px; overflow:hidden; background:var(--ink); }
.coach-photo img { display:block; width:100%; height:100%; min-height:590px; object-fit:cover; object-position:center; filter:saturate(.82); }
.coach-profile-benjamin .coach-photo img { filter:grayscale(1); }
.coach-copy { align-self:center; max-width:620px; }
.coach-number { margin:0 0 28px; color:var(--red); font:700 11px var(--body); letter-spacing:.13em; }
.coach-copy h2 { margin:0; font-size:clamp(70px, 8vw, 120px); }
.coach-lead { max-width:470px; margin:28px 0 0; font-size:21px; line-height:1.4; }
.coach-bio { max-width:550px; margin-top:30px; color:#77736d; font-size:15px; line-height:1.65; }
.coach-bio p { margin:0 0 14px; }
.coach-tags { display:flex; flex-wrap:wrap; gap:8px 18px; margin-top:30px; color:var(--red); font:700 10px var(--body); text-transform:uppercase; letter-spacing:.1em; }
.coaches-cta { padding-top:120px; }
.coaches-cta .eyebrow { color:#77736d; }
.coaches-cta h2 { max-width:800px; font-size:clamp(70px, 9vw, 130px); }
.coaches-cta .button { margin-top:32px; }
@media (max-width:800px) {
  .coaches-main { padding-top:95px; padding-bottom:90px; }
  .coaches-intro { padding-bottom:55px; }
  .coaches-intro h1 { font-size:clamp(82px, 23vw, 125px); }
  .coaches-intro > p:last-child { margin:30px 0 0; font-size:15px; }
  .coach-profile, .coach-profile-arnaud { display:flex; flex-direction:column; gap:45px; padding:70px 0 80px; }
  .coach-profile-arnaud .coach-photo { order:-1; }
  .coach-photo, .coach-photo img { min-height:430px; height:430px; }
  .coach-copy h2 { font-size:clamp(68px, 20vw, 108px); }
  .coach-lead { font-size:18px; }
  .coach-bio { font-size:14px; }
  .coaches-cta { padding-top:85px; }
  .coaches-cta h2 { font-size:clamp(66px, 18vw, 100px); }
}
