/* V3: the V1 offer, with tutor portraits throughout the landing page. */
[data-variant="v3"] .hero-grid{grid-template-columns:minmax(0,1.04fr) minmax(0,1fr);gap:54px;align-items:center}
[data-variant="v3"] .hero-visual{max-width:560px;padding:0 7px 0 0}
[data-variant="v3"] .subject-ribbon .ribbon-caption{white-space:normal}
.people-hero-label{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:16px;font-size:.875rem;font-weight:750}
.people-hero-label span{padding:5px 10px;border:1.5px solid var(--ink);border-radius:20px;background:var(--yellow);font-size:.75rem;white-space:nowrap}
.people-mosaic{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:13px}
.people-mosaic figure{margin:0;min-width:0;border:2px solid var(--ink);border-radius:20px;overflow:hidden;background:white;box-shadow:4px 4px 0 var(--ink)}
.people-mosaic img{display:block;width:100%;height:190px;object-fit:cover;object-position:center 12%;background:#f8eee1}



.people-hybrid{display:flex;gap:14px;align-items:center;margin-top:19px;background:var(--yellow);border:2px solid var(--ink);padding:14px 17px;border-radius:16px;box-shadow:4px 4px 0 var(--ink)}
.people-hybrid>span{font:800 2.4rem/1 var(--display)}
.people-hybrid strong{display:block;font-size:.9375rem}
.people-hybrid p{font-size:.8125rem;line-height:1.5;margin:4px 0 0}


.people-lesson{display:flex;align-items:center;gap:28px;border:2px solid var(--ink);border-radius:22px;background:#ffe4d5;padding:22px 28px;margin-bottom:28px}
.people-lesson-images{display:flex;flex:0 0 auto;padding-right:9px}
.people-lesson-images img{width:115px;height:130px;object-fit:cover;object-position:center 12%;border:2px solid var(--ink);border-radius:18px;background:var(--paper)}
.people-lesson-images img+img{margin-left:-14px;transform:rotate(4deg)}
.people-lesson-images img:first-child{transform:rotate(-4deg)}
.people-lesson h3{font:800 1.5rem/1.2 var(--display);margin-bottom:9px}
.people-lesson p{font-size:.9375rem;line-height:1.65;max-width:670px}

.people-team{background:#fffaf3}
.people-team-heading{display:flex;justify-content:space-between;align-items:flex-end;gap:32px;margin-bottom:34px}
.people-team-heading>div{max-width:710px}
.people-team-heading h2{font-size:clamp(2.1rem,3.7vw,3rem);line-height:1.1}
.people-team-heading .lead{font-size:1rem;line-height:1.7;margin-top:20px;max-width:650px}
.people-team-heading>a{font-size:.875rem;white-space:nowrap;margin-bottom:4px}
.people-team-note{display:flex;gap:12px;align-items:baseline;margin-bottom:23px;font-size:.8125rem;line-height:1.6;color:var(--muted)}
.people-team-note b{color:var(--ink);white-space:nowrap}
.people-team-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:26px}
.people-profile{min-width:0;overflow:hidden;background:white;border:2px solid var(--ink);border-radius:22px;box-shadow:5px 6px 0 var(--ink)}
.people-profile-image{position:relative;background:#f8eee1}
.people-profile-image img{display:block;width:100%;height:300px;object-fit:cover;object-position:center 12%}




.people-team-footer{display:flex;justify-content:space-between;gap:24px;align-items:center;margin-top:35px;padding:23px 25px;background:var(--ink);border-radius:18px;color:var(--paper)}
.people-team-footer strong{display:block;font:800 1.2rem/1.3 var(--display);margin-bottom:6px}
.people-team-footer p{font-size:.875rem;line-height:1.6;color:#ffddc7;max-width:680px}
.people-team-footer .btn{background:var(--yellow);color:var(--ink);font-size:.875rem;white-space:nowrap;box-shadow:none;flex-shrink:0}
.people-start{margin-bottom:25px}
.people-start-images{display:flex;align-items:center;padding-left:0;margin-bottom:13px}
.people-start-images img{display:block;width:83px;height:92px;object-fit:cover;object-position:center 8%;background:var(--paper);border:2px solid var(--ink);border-radius:18px;transform:rotate(-5deg)}
.people-start-images img+img{margin-left:-10px;transform:rotate(4deg)}
.people-start-images img:last-child{transform:rotate(-3deg)}
.people-start p{font-size:.875rem;line-height:1.5;font-weight:650}

@media(max-width:1050px){
 [data-variant="v3"] .hero-grid{gap:30px}
 .people-mosaic img{height:170px}
 .people-profile-image img{height:260px}.people-team-heading{display:block}.people-team-heading>a{display:inline-flex;margin-top:20px}
}
@media(max-width:960px){
 [data-variant="v3"] .hero-grid{grid-template-columns:1fr}
 [data-variant="v3"] .hero-visual{max-width:650px}
 .people-mosaic img{height:240px}
 .people-lesson{padding:20px;gap:23px}.people-lesson-images img{width:93px;height:110px}
 .people-team-footer{align-items:flex-start;flex-direction:column}
 .people-team-grid{gap:19px}.people-profile-image img{height:220px}
}
@media(max-width:600px){
 .people-hero-label{font-size:.8125rem;gap:8px}.people-hero-label span{font-size:.6875rem;padding:4px 8px}
 .people-mosaic{gap:11px}.people-mosaic figure{border-radius:15px;box-shadow:3px 3px 0 var(--ink)}
 .people-mosaic img{height:155px}
 .people-hybrid{padding:12px;gap:10px}.people-hybrid strong{font-size:.875rem}.people-hybrid p{font-size:.75rem}
 .people-lesson{flex-direction:column;align-items:flex-start;gap:19px;padding:22px}
 .people-lesson-images img{width:105px;height:115px}.people-lesson h3{font-size:1.4rem}.people-lesson p{font-size:.875rem}
 .people-team-heading{margin-bottom:24px}.people-team-note{display:block}.people-team-note b{display:block;margin-bottom:3px}
 .people-team-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:17px 14px;margin-right:4px}
 .people-profile{border-radius:16px;box-shadow:3px 4px 0 var(--ink)}.people-profile-image img{height:184px}
 
 .people-team-footer{padding:22px;margin-top:28px;gap:20px}.people-team-footer .btn{width:100%;font-size:.8125rem}
 .people-start-images img{width:75px;height:83px}
}
@media(max-width:370px){.people-mosaic img{height:135px}.people-profile-image img{height:155px}}

/* Human support beside the three steps to start learning. */
.steps-people-head{display:flex;align-items:center;justify-content:space-between;gap:38px;margin-bottom:42px}
.steps-people-head .section-head{margin:0;max-width:730px;min-width:0}
.steps-people-photos{display:flex;align-items:center;flex:0 0 auto;padding:8px 7px}
.steps-people-photos img{display:block;width:108px;height:126px;object-fit:cover;object-position:center top;border:2px solid var(--ink);border-radius:18px;background:var(--paper);box-shadow:3px 4px 0 var(--ink)}
.steps-people-photos img:first-child{transform:rotate(-5deg)}
.steps-people-photos img+img{margin-left:-8px;transform:rotate(4deg)}
.steps-people-photos img:last-child{transform:rotate(-3deg)}
@media(max-width:960px){.steps-people-head{flex-direction:column;align-items:flex-start;gap:22px;margin-bottom:30px}.steps-people-photos img{width:98px;height:114px}}
@media(max-width:560px){.steps-people-head .section-head{margin-bottom:0}.steps-people-photos img{width:91px;height:106px}}
