/* Layout only: typography, colour, navigation, links and CTAs use the native theme. */
.balance-family-page .balance-family-intro .lead { margin-top: 0; }
.balance-family-page .balance-family-story .image-frame img { object-position: center; }
.balance-family-page .balance-family-founder-photo { max-width: 440px; margin: 0 auto; width: 100%; }
.balance-family-page .balance-family-founder-photo img { height: auto; aspect-ratio: 868 / 1210; }
.balance-family-moments { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; margin-top: 48px; }
.balance-family-moments figure { margin: 0; min-width: 0; }
.balance-family-moments img { width: 100%; height: auto; aspect-ratio: 3 / 4; object-fit: cover; }
.balance-family-film { margin-top: 48px; }
.balance-family-film .video-library-card__media { aspect-ratio: 16 / 9; }
.balance-family-film .video-library-card__media img { height: 100%; }
@media (max-width: 760px) {
    .balance-family-moments { grid-template-columns: 1fr; gap: 30px; margin-top: 32px; }
    .balance-family-moments img { aspect-ratio: 4 / 3; }
    .balance-family-page .balance-family-founder-photo { max-width: 360px; }
    .balance-family-page .balance-family-story .image-frame img { height: auto; aspect-ratio: 4 / 3; }
}
