/* Ajustes específicos da Mentoria, sempre sobre o shell global da áurea. */
.mentoria-experts{background:var(--offwhite);color:var(--grafite);padding:clamp(72px,9vw,112px) 0}
.mentoria-experts .section-head .eyebrow{color:var(--roxo)}
.mentoria-expert-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}
.mentoria-expert{display:grid;grid-template-columns:minmax(150px,.58fr) 1fr;gap:24px;align-items:center;padding:24px;border:1px solid rgba(48,47,47,.16);border-radius:12px;background:#fff}
.mentoria-expert>img{width:100%;height:100%;min-height:220px;object-fit:cover;border-radius:8px}
.mentoria-expert:nth-child(2)>img{object-position:78% center}
.mentoria-expert-copy{display:grid;gap:12px}.mentoria-expert h3{font-size:clamp(1.65rem,2.3vw,2.05rem)}.mentoria-expert p{margin:0;color:#4b5450}.linkedin-link{display:inline-flex;width:max-content;border-radius:4px}.linkedin-link:focus-visible{outline:3px solid var(--turquesa);outline-offset:4px}.linkedin-link img{display:block;width:30px;height:30px;object-fit:contain}
.hero-photo{position:relative}.hero-photo .hero-star{position:absolute;right:clamp(18px,5%,40px);bottom:clamp(18px,5%,40px);z-index:1;width:clamp(44px,12%,88px);height:auto;object-fit:contain;filter:drop-shadow(0 2px 8px rgba(48,47,47,.22))}

@media(min-width:761px){.hero-grid{align-items:stretch}.hero-photo{height:100%;min-height:clamp(490px,48vw,660px);aspect-ratio:auto}.hero-photo img{height:100%;object-position:center}.statement .photo-wide{min-height:420px;aspect-ratio:auto}.statement .photo-wide img{height:100%;object-position:center}}
@media(max-width:760px){.mentoria-expert-grid{grid-template-columns:1fr}.mentoria-expert{grid-template-columns:120px 1fr;padding:18px;gap:18px}.mentoria-expert>img{min-height:180px}.mentoria-expert h3{font-size:1.55rem}}
@media(max-width:460px){.mentoria-expert{grid-template-columns:1fr}.mentoria-expert>img{max-height:300px}}
