/* Samantha's House: family story cards */
.block--cards .card { border: 2px solid var(--sh-orange); border-radius: var(--maw-radius-lg); box-shadow: 0 8px 12px rgb(16 79 158 / 0.04); }
/* Portraits: crop from the top so faces stay in frame */
.block--cards .card img { aspect-ratio: 4 / 3; object-fit: cover; object-position: top center; }
.block--cards .card__title, .block--cards h3 { font-size: 1.375rem; color: var(--sh-blue); }
.block--cards .card__footer { color: var(--sh-orange); }