/* Original Prime Mentor Global campaign photography */
.hero {
  background-image: linear-gradient(90deg, rgba(0,0,0,.97) 0%, rgba(0,0,0,.83) 44%, rgba(0,0,0,.22) 100%), url('../img/hero-mentoring.webp');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.hero-visual { opacity: 0; pointer-events: none; }
.art-panel {
  background-image: linear-gradient(0deg, rgba(0,0,0,.72), rgba(0,0,0,.05)), url('../img/student-collaboration.webp');
  background-position: center;
  background-size: cover;
}
.art-panel::before, .art-panel::after, .art-panel .monogram { display: none; }
.art-panel p { color: #fff; text-shadow: 0 2px 10px #000; }
.page-hero {
  background-image: linear-gradient(90deg, rgba(0,0,0,.96) 0%, rgba(0,0,0,.82) 50%, rgba(0,0,0,.3) 100%), url('../img/student-collaboration.webp');
  background-position: center 42%;
  background-size: cover;
  background-repeat: no-repeat;
}
.team-placeholder {
  height: 420px;
  background: url('../img/student-collaboration.webp') center/cover no-repeat;
}
.team-placeholder i { display: none; }
body[data-page="sat"] .page-hero,
body[data-page="ielts"] .page-hero,
body[data-page="ucat"] .page-hero {
  background-image: linear-gradient(90deg, rgba(0,0,0,.96) 0%, rgba(0,0,0,.78) 52%, rgba(0,0,0,.2) 100%), url('../img/exam-preparation.webp');
  background-position: center 38%;
}
body[data-page="about"] .page-hero,
body[data-page="programs"] .page-hero {
  background-image: linear-gradient(90deg, rgba(0,0,0,.96) 0%, rgba(0,0,0,.78) 52%, rgba(0,0,0,.22) 100%), url('../img/hero-mentoring.webp');
}
@media (max-width: 767.98px) {
  .hero { background-position: 60% center; }
  .hero::after, .page-hero::after { content: ""; position: absolute; inset: 0; background: #0004; pointer-events: none; }
  .hero .container, .page-hero .container { z-index: 1; }
  .hero-visual { display: none; }
  .page-hero { background-position: 62% center; }
}

.footer-logo {
  width: 210px;
}

@media (max-width: 575.98px) {
  .footer-logo { width: 180px; }
}
