@charset "utf-8";
/* CSS Document */

/* Performance pages – coach portrait images (800x1000 = 4:5) */
main .ratio.ratio-1x1 {
  aspect-ratio: 4 / 5;
}

/* Ensure image fills the portrait frame cleanly */
main .ratio.ratio-1x1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

