/* Supplied PPT photography: keep each composition undistorted. */
.ppt-photo-carousel .brand-visual .hero-shade {
  background: linear-gradient(90deg,rgba(255,250,243,.64),rgba(255,250,243,.08) 55%,transparent 75%);
}
.ppt-photo-carousel .hero-slide > img { object-position: center; }
.ppt-photo-carousel .mascot-copy .hero-subtitle { margin-left:0; margin-right:0; }
.ppt-photo-carousel.is-brand-slide .hero-caption { color:#78604a; }
.ppt-photo-carousel .hero-slide:not(.brand-visual) .hero-shade {
  background: linear-gradient(180deg,rgba(18,25,31,.28),rgba(18,25,31,.55) 55%,rgba(18,25,31,.65));
}
.page-hero[data-hero-image^="ppt-"] .page-hero-shade {
  background: linear-gradient(90deg,rgba(22,30,32,.76),rgba(22,30,32,.42) 53%,rgba(22,30,32,.1));
}
.page-hero[data-hero-image="ppt-20260914-about-hero"] img { object-position:65% center; }
.page-hero[data-hero-image="ppt-20260914-partners-hero"] img { object-position:30% center; }
.page-hero[data-hero-image="ppt-20260914-contact-hero"] img { object-position:30% center; }
.page-hero[data-hero-image="ppt-20260914-hero-rabbit-camera"] img { object-position:65% center; }
.service-image:has(>img[src*="ppt-20260914-"]),
.training-teaser:has(>img[src*="ppt-20260914-"]),
.about-image:has(>img[src*="ppt-20260914-"]),
.service-block-image:has(>img[src*="ppt-20260914-"]),
.rounded-image:has(>img[src*="ppt-20260914-"]) {
  height:auto; min-height:0; aspect-ratio:16 / 9; align-self:center;
}
.about-image:has(>img[src*="ppt-20260914-"]) { padding-right:0; }
.case-image:has(>img[src*="ppt-20260914-"]),
.course-image:has(>img[src*="ppt-20260914-"]),
.news-image:has(>img[src*="ppt-20260914-"]) { height:auto; aspect-ratio:16 / 9; }
@media (max-width:760px) {
  .hero.ppt-photo-carousel { min-height:700px; height:700px; }
  .ppt-photo-carousel img[src$="hero-portrait.jpg"] { object-position:90% center; }
  .ppt-photo-carousel img[src$="hero-photographer.jpg"] { object-position:29% center; }
  .ppt-photo-carousel img[src$="hero-rabbit-app.jpg"] { object-position:15% center; }
  .hero.ppt-photo-carousel.is-brand-slide { align-items:flex-start; }
  .ppt-photo-carousel .brand-visual { background:#fff9f1; }
  .ppt-photo-carousel .brand-visual > img {
    height:285px; object-position:65% center; transform:none;
  }
  .ppt-photo-carousel .brand-visual .hero-shade {
    background:linear-gradient(180deg,transparent 210px,#fff9f1 285px);
  }
  .hero.ppt-photo-carousel.is-brand-slide .mascot-copy { padding-top:295px; }
  .ppt-photo-carousel .mascot-copy h1 { font-size:38px; line-height:1.3; }
  .ppt-photo-carousel .mascot-copy .hero-subtitle { font-size:15px; max-width:100%; margin:18px 0; }
  .ppt-photo-carousel .mascot-copy .hero-buttons { margin-top:22px; gap:16px; }
  .page-hero[data-hero-image^="ppt-"] .page-hero-shade {
    background:linear-gradient(90deg,rgba(22,30,32,.73),rgba(22,30,32,.4));
  }
}
