.image-text {
    display: grid;
    align-items: center;
    gap: var(--space-32) var(--space-32);
}

.image-text > * {
    min-height: 0;
}

.image-text-image {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    height: 100%;
    min-height: 200px;
    overflow: hidden;
}

.image-text-image img,
.image-text-image video {
    width: 100%;
    height: 100%;
    object-position: center;
}

.image-text .image-text-title {
    color: var(--color-primary);
}

.image-text .image-text-copy {
    color: var(--color-text);
}

/* Layout is controlled by Style → Layout (responsive). No hardcoded overrides. */
