/* ==========================================================================
   Про нас — hero (split banner, на всю ширину екрана)
   ========================================================================== */

.deksprint-about-hero {
	background-color: #E1DCC9;
	display: flex;
	align-items: stretch;
	gap: 20px;
}

.deksprint-about-hero__panel {
	flex: 1 1 50%;
	min-width: 0;
	position: relative;
}

/* Висота панелей визначається самими картинками (нічого не обрізається) */
.deksprint-about-hero__bg-image,
.deksprint-about-hero__image-panel img {
	display: block;
	width: 100%;
	height: auto;
}

.deksprint-about-hero__text-panel::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(100deg, rgba(0, 0, 0, 0.55) 30%, rgba(0, 0, 0, 0.15) 100%);
}

.deksprint-about-hero__content {
	position: absolute;
	inset: 0;
	z-index: 1;
	box-sizing: border-box;
	padding: 90px 24px 90px max(24px, calc((100vw - 1280px) / 2));
	display: flex;
	flex-direction: column;
	justify-content: center;
	font-family: 'PP Neue Corp Narrow', sans-serif;
}

.deksprint-about-hero__title {
	color: #FDCB14;
	font-weight: 700;
	font-size: 70px;
	text-transform: uppercase;
	margin: 0 0 24px;
	line-height: 1.05;
	max-width: 520px;
}

.deksprint-about-hero__text {
	color: #DEDAC8;
	font-weight: 500;
	font-size: 36px;
	line-height: 1.25;
	text-transform: uppercase;
	max-width: 480px;
	margin: 0;
}

/* ==========================================================================
   Про нас — текстовий блок (вирівняний по тій самій межі, що й лого/хедер)
   ========================================================================== */

.deksprint-about-body {
	background-color: #E1DCC9;
	padding: 60px 0 80px;
}

.deksprint-about-body__inner {
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 24px;
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.deksprint-about-body p {
	color: #1A1A1A;
	font-family: 'PP Neue Corp Narrow', sans-serif;
	font-weight: 400;
	font-size: 30px;
	line-height: 1.5;
	margin: 0;
	max-width: none;
}

/* ==========================================================================
   Responsive
   ========================================================================== */
@media (max-width: 900px) {
	.deksprint-about-hero {
		flex-direction: column;
	}

	.deksprint-about-hero__title {
		font-size: 46px;
	}

	.deksprint-about-hero__text {
		font-size: 26px;
	}

	.deksprint-about-hero__content {
		padding: 60px 20px;
	}

	.deksprint-about-body p {
		font-size: 24px;
	}
}

@media (max-width: 600px) {
	.deksprint-about-hero__title {
		font-size: 32px;
	}

	.deksprint-about-hero__text {
		font-size: 18px;
	}

	.deksprint-about-hero__content {
		padding: 40px 20px;
	}

	.deksprint-about-body {
		padding: 48px 0 56px;
	}

	.deksprint-about-body p {
		font-size: 18px;
	}
}
