.signature-grid .badge {
    flex-shrink: 0;
    white-space: nowrap;
}

.signature-grid .menu-card-header {
    flex-wrap: wrap;
}

.testimonial-layout {
    grid-template-columns: 1fr;
    gap: var(--space-6);
}

.testimonial-image-frame {
    aspect-ratio: 16 / 7;
    min-height: 0;
    max-height: 420px;
}

.testimonial-card {
    display: flex;
    flex-direction: column;
}

.testimonial-card .testimonial-author {
    margin-top: auto;
}

@media (max-width: 720px) {
    .testimonial-image-frame {
        aspect-ratio: 4 / 3;
    }
}
