:root {
	--accent: #e6c2b8;
}

/* DISPLAY TITLE on the left - sticky */
.about-area .display-title {
	font-family: "Montserrat", sans-serif;
	text-transform: uppercase;
	line-height: 1.4;
}

/* Right column layout */
.about-right {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
}

.about-text p {
	color: #333;
	line-height: 1.3;
	font-weight: 500;
	text-align: justify;
	color: #222;
	margin-bottom: 0.75rem;
}

.about-media {
	margin-top: auto;
}
.about-thumb {
	border-radius: 18px;
	display: block;
	width: 100%;
	height: auto;
	object-fit: cover;
}

/* Small screens: stack, title becomes normal flow */
@media (max-width: 991px) {
	.display-title {
		position: static;
		font-size: clamp(28px, 8vw, 40px);
		margin-bottom: 1rem;
	}
}
