.pharmavet-company-gallery-text {
	box-sizing: border-box;
	width: 100%;
	background: var(--pharmavet-gallery-background, #fff);
}

.pharmavet-company-gallery-text__inner {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	align-items: start;
	gap: var(--pharmavet-gallery-column-gap, 88px);
	box-sizing: border-box;
	width: 100%;
	max-width: none;
	margin-inline: auto;
	padding: var(--pharmavet-gallery-padding-top, 0) 0 var(--pharmavet-gallery-padding-bottom, 0);
}

.pharmavet-company-gallery-text__gallery {
	display: flex;
	flex-direction: column;
	gap: 0;
}

.pharmavet-company-gallery-text__content {
	position: sticky;
	top: 0;
}

.pharmavet-company-gallery-text__media {
	z-index: var(--pharmavet-gallery-index, 1);
	position: sticky;
	top: 0;
	height: var(--pharmavet-gallery-image-height, 520px);
	margin: 0;
	overflow: hidden;
	border-radius: var(--pharmavet-gallery-image-radius, 12px);
	background: #edf0f2;
}

.pharmavet-company-gallery-text__image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.pharmavet-company-gallery-text__content {
	display: flex;
	box-sizing: border-box;
	min-height: min(var(--pharmavet-gallery-image-height, 680px), 100vh);
	flex-direction: column;
	justify-content: center;
	padding: clamp(1.5rem, 4vh, 3.5rem) clamp(2rem, 6vw, 7rem);
}

.pharmavet-company-gallery-text__title {
	margin: 0;
	color: var(--pharmavet-gallery-title-color, #202124);
	font-size: clamp(2rem, 4vw, var(--pharmavet-gallery-title-size, 42px));
	font-weight: 400;
	line-height: 1.1;
}

.pharmavet-company-gallery-text__title strong { font-weight: 800; }

.pharmavet-company-gallery-text__text,
.pharmavet-company-gallery-text__secondary-text {
	margin-top: clamp(.75rem, 2vh, 1.5rem);
	color: var(--pharmavet-gallery-text-color, #555b63);
	font-size: var(--pharmavet-gallery-text-size, 16px);
	line-height: 1.8;
}

.pharmavet-company-gallery-text__text { margin-bottom: 0; }

.pharmavet-company-gallery-text__secondary-text {
	margin-bottom: 0;
}

.pharmavet-company-gallery-text__content .wp-block-buttons { margin-top: clamp(1rem, 2vh, 1.75rem); }

.pharmavet-company-gallery-text__placeholder {
	display: grid;
	place-items: center;
	height: 100%;
	padding: 2rem;
	color: #687078;
	text-align: center;
}

@media (max-width: 900px) {
	.pharmavet-company-gallery-text__inner {
		grid-template-columns: 1fr;
		gap: 1.5rem;
	}

	.pharmavet-company-gallery-text__gallery {
		gap: 1rem;
	}

	.pharmavet-company-gallery-text__media {
		position: relative;
		top: auto;
		height: min(var(--pharmavet-gallery-image-height, 520px), 72vw);
		min-height: 280px;
	}

	.pharmavet-company-gallery-text__content {
		position: relative;
		top: auto;
		min-height: 0;
		padding: 3.5rem var(--global-content-edge-padding, 1.5rem) 4rem;
	}
}

@media (prefers-reduced-motion: reduce) {
	.pharmavet-company-gallery-text__image { transition: none; }
}
