/*
 * v1.11.5 — actual Clear Link photo integration.
 * Keeps real site photography consistent with the site's 16:9 visual language
 * while preserving intentional portrait crops on the representative page.
 */

/* About hub cards: keep the photo language consistent across desktop/mobile. */
.af-page .af-nav-card figure{
  aspect-ratio:16/9!important;
}

/* Company business cards now use real construction photography. */
.af-page--company .af-company-business .af-card--with-image{
  padding:0!important;
  overflow:hidden!important;
  background:#fff!important;
  border-radius:24px!important;
  min-height:0!important;
}
.af-page--company .af-company-business .af-card--with-image figure{
  margin:0!important;
  width:100%!important;
  aspect-ratio:16/9!important;
  overflow:hidden!important;
  background:#e5ebe7!important;
}
.af-page--company .af-company-business .af-card--with-image figure img{
  display:block!important;
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
}
.af-page--company .af-company-business .af-card--with-image .af-card__content{
  padding:26px 26px 30px!important;
  text-align:center!important;
}
.af-page--company .af-company-business .af-card--with-image .af-card__content>span{
  display:inline-grid!important;
  place-items:center!important;
  width:36px!important;
  height:36px!important;
  margin:0 0 16px!important;
  border:1px solid rgba(23,61,52,.24)!important;
  border-radius:50%!important;
  color:#527267!important;
  font-size:10px!important;
}

/* Actual on-site photography is intentionally 16:9 in explanatory blocks. */
.af-page--reasons .af-visual-story figure,
.ftc-page--choose .ftc-choose__visual figure,
.ftc-page--process .ftc-process-highlights figure,
.ftc-page--process .ftc-communication__grid figure,
.ftc-page--during .ftc-during__visual>figure{
  aspect-ratio:16/9!important;
}

/* Representative page: editorial portrait treatment rather than forcing 16:9. */
.af-page--representative .af-rep-photo--main img{
  aspect-ratio:3/2!important;
  object-position:center 38%!important;
}
.af-page--representative .af-rep-profile__layout>.af-rep-photo img{
  aspect-ratio:4/5!important;
  object-position:center 35%!important;
}
.af-page--representative .af-story-link__photo img{
  object-position:center 42%!important;
}

/* TOP real team photo: a clean wide crop, consistent with the rest of the page. */
.home-main--future .about-split--future figure{
  aspect-ratio:16/9!important;
}
.home-main--future .about-split--future figure img{
  object-position:center 42%!important;
}

@media (max-width:820px){
  .af-page--representative .af-rep-photo--main img{
    aspect-ratio:16/10!important;
    object-position:center 38%!important;
  }
  .af-page--representative .af-rep-profile__layout>.af-rep-photo img{
    aspect-ratio:4/3!important;
    object-position:center 38%!important;
  }
  .af-page--representative .af-story-link__photo{
    aspect-ratio:16/10!important;
  }
  .home-main--future .about-split--future figure{
    aspect-ratio:16/9!important;
  }
}
