/* Scoped styles for /company/ only */
.lkf-about {
	--lkf-accent: #f19d00;
	--lkf-muted: #6b7280;
	--lkf-bg: #f3f0ea;
	line-height: 1.65;
	color: #222;
}

.lkf-about__intro {
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
	gap: 32px 40px;
	align-items: start;
	background: var(--lkf-bg);
	padding: 36px 40px;
	margin-bottom: 48px;
}

.lkf-about__text p {
	margin: 0 0 16px;
	font-size: 16px;
}

.lkf-about__text p:last-child {
	margin-bottom: 0;
}

.lkf-about__text .lkf-about__lead {
	font-weight: 700;
}

.lkf-about__photo {
	margin: 0;
}

.lkf-about__photo img {
	display: block;
	width: 100%;
	height: auto;
	object-fit: cover;
	border-radius: 2px;
}

.lkf-about__section-title {
	margin: 0 0 8px;
	font-size: 28px;
	font-weight: 700;
	line-height: 1.25;
}

.lkf-about__section-title::after {
	content: "";
	display: block;
	width: 48px;
	height: 3px;
	margin-top: 10px;
	background: var(--lkf-accent);
}

.lkf-about__subtitle {
	margin: 0 0 28px;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	font-size: 13px;
	color: var(--lkf-muted);
	font-weight: 600;
}

.lkf-about__production.big_gallery {
	position: relative;
}

@media (max-width: 991px) {
	.lkf-about__intro {
		grid-template-columns: 1fr;
		padding: 28px 24px;
	}

	.lkf-about__photo {
		order: -1;
	}
}
