/* ==========================================================================
   Team - page-specific additions only.
   Coach cards reuse .team-grid/.coach (the homepage's own components), adapted to a
   taller image-on-top composition (same idea as the Classes page's .class-card--full)
   so a real biography sentence has room to breathe. (The page-intro hero was removed
   2026-09-22 - .section--page-intro/.why__top/.why__photo are no longer used on this
   page, so the page-intro rule was removed too; other pages keep their own. Founders -
   .section--classes, shared with the Classes page's own stylesheet but scoped there
   since each page only loads its own CSS file - is now the first section, so it
   inherited the hero's old top padding instead. The closing "Pridružite se" CTA band
   was removed the same day too - .section--team-cta/.team-cta* are no longer used on
   this page, so those rules were removed as well. The page now just ends after the
   guest teachers grid, with that section's own ordinary bottom padding before the
   footer - the same spacing every other page on the site already uses there.)
   ========================================================================== */

.section--classes{padding-top:clamp(120px,14vw,168px)}

/* ---------- Founders / guest teachers grids ---------- */
.team-grid--full{grid-template-columns:repeat(3,1fr);gap:clamp(20px,2.6vw,32px)}
.team-grid--pair{grid-template-columns:repeat(2,1fr);max-width:56rem;margin-inline:auto}

.coach--full{aspect-ratio:auto;display:flex;flex-direction:column}
.coach--full .coach__media{position:relative;inset:auto;aspect-ratio:1/1;flex:none}
.coach--full .coach__body{
	position:static;flex:1;display:flex;flex-direction:column;
	padding:22px 26px 26px;
	background:linear-gradient(160deg,rgba(44,16,73,.55),rgba(27,18,38,.9))}
.section--associates .coach--full .coach__body{background:#fff}
.section--associates .coach--full .coach__name{color:var(--ink)}
.section--associates .coach--full .coach__role{color:var(--plum)}
.section--associates .coach--full .coach__bio{color:var(--ink-soft)}
.coach__bio{margin-top:6px;font-size:.96rem;line-height:1.55;color:var(--muted)}

@media (max-width:900px){
	.team-grid--full{display:grid !important;grid-template-columns:1fr;overflow:visible;margin-inline:0;padding:0;gap:20px}
	.team-grid--pair{max-width:none}
}
