/* Samantha's House: story highlight (Figma 6:286) — heading as a large quote when attribution is set */
.block--media-text:has(.attribution) h2 { font-size: clamp(1.625rem, 1.1rem + 1.4vw, 2.125rem); line-height: 1.25; }
.block--media-text .media-text__content { gap: 1.5rem; }
/* Figma image frames are ~500×520: crop tall portraits to that shape */
.block--media-text .media-text__media img { aspect-ratio: 25 / 26; object-fit: cover; max-height: 32.5rem; }
.block--media-text .split { gap: clamp(2rem, 5.5vw, 5rem); align-items: center; }