.coaches-section{padding:5rem 1rem;background:#111827}@media (min-width:768px){.coaches-section{padding:7rem 1rem}}.coaches-container{max-width:80rem;margin:0 auto;padding:0 1.5rem}.coaches-header{text-align:center;margin-bottom:4rem}.coaches-title{font-size:1.875rem;font-weight:900;color:#fff;text-transform:uppercase;margin:0 0 1rem;line-height:1.1}@media (min-width:768px){.coaches-title{font-size:2.25rem}}@media (min-width:1024px){.coaches-title{font-size:3rem}}.coaches-title-accent{color:#f97316}.coaches-subtitle{font-size:1rem;color:#94a3b8;max-width:42rem;margin:0 auto;line-height:1.75}@media (min-width:768px){.coaches-subtitle{font-size:1.125rem}}.coaches-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media (min-width:640px){.coaches-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.coaches-grid{grid-template-columns:repeat(4,1fr)}}.coach-card{background:#1a2236;border-radius:1rem;border:1px solid hsla(0,0%,100%,.05);overflow:hidden;display:flex;flex-direction:column;transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease}.coach-card:hover{transform:translateY(-6px);box-shadow:0 20px 40px rgba(0,0,0,.4);border-color:rgba(249,115,22,.3)}.coach-image-wrapper{width:100%;aspect-ratio:3/4;overflow:hidden;background:#111827;position:relative}.coach-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center top;object-position:center top;display:block;transition:transform .5s ease}.coach-card:hover .coach-image{transform:scale(1.05)}.coach-body{padding:1.5rem 2rem;flex:1;display:flex;flex-direction:column}.coach-name{font-size:1.25rem;font-weight:700;color:#fff;margin:0 0 .25rem;line-height:1.3}@media (min-width:768px){.coach-name{font-size:1.5rem}}.coach-role{font-size:.75rem;font-weight:600;color:#f97316;text-transform:uppercase;letter-spacing:.08em;margin:0 0 1rem}.coach-bio{font-size:.875rem;line-height:1.625;color:#94a3b8;margin:0;flex:1}