/**
 * Single project page styles.
 *
 * @package Hima_Construction
 */

.single-project {
	width: 100%;
	background-color: #f5f5f5;
	color: #0a0a0a;
	border-radius: 0;
}

.single-project__hero,
.single-project__data,
.single-project__gallery {
	width: 100%;
	border-radius: 0;
}

.single-project__hero-inner {
	box-sizing: border-box;
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 5.5rem 3.5rem 5rem;
	border-radius: 0;
}

.single-project__hero-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	column-gap: 4.5rem;
	align-items: end;
	min-height: 22rem;
}

.single-project__hero-left {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 5rem;
	min-height: 22rem;
}

.single-project__title {
	margin: 0;
	padding: 0;
	font-family: "Inter Placeholder", sans-serif;
	font-size: 144px;
	font-weight: 700;
	line-height: 0.88;
	letter-spacing: -0.045em;
	color: #0a0a0a;
	border-radius: 0;
}

.single-project__intro-label {
	display: inline-flex;
	align-items: center;
	gap: 0.55rem;
}

.single-project__intro-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 1.25rem;
	height: 1.25rem;
	background-color: #0a0a0a;
	color: #ffffff;
	font-family: "Inter Placeholder", sans-serif;
	font-size: 11px;
	font-weight: 500;
	line-height: 1;
	border-radius: 0;
}

.single-project__intro-text {
	font-family: "Inter Placeholder", sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.2;
	color: #0a0a0a;
}

.single-project__intro-body {
	max-width: 30rem;
	justify-self: end;
	align-self: end;
	padding-bottom: 0.1rem;
	font-family: "Inter Placeholder", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.65;
	color: #0a0a0a;
}

.single-project__intro-body p,
.single-project__intro-body li {
	font-family: "Inter Placeholder", sans-serif;
	font-size: 16px;
	line-height: 1.65;
	color: #0a0a0a;
}

.single-project__intro-body p {
	margin: 0 0 1rem;
}

.single-project__intro-body p:last-child {
	margin-bottom: 0;
}

.single-project__data-inner {
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	padding: 0 3.5rem;
	border-radius: 0;
}

.single-project__data-list {
	margin: 0;
	padding: 0;
	border-top: 1px solid #e4e4e4;
	border-radius: 0;
}

.single-project__data-row {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 2rem;
	margin: 0;
	padding: 1.55rem 0;
	border-bottom: 1px solid #e4e4e4;
	border-radius: 0;
}

.single-project__data-label {
	margin: 0;
	font-family: "Inter Placeholder", sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.4;
	color: #9a9a9a;
}

.single-project__data-value {
	margin: 0;
	text-align: right;
	font-family: "Inter Placeholder", sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.4;
	color: #0a0a0a;
}

.single-project__gallery-inner {
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	padding: 5.5rem 3.5rem 6.5rem;
	border-radius: 0;
}

.single-project__gallery-brand {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.7rem;
	margin: 0 0 3.75rem;
}

.single-project__gallery-mark {
	display: inline-block;
	width: 1.85rem;
	height: 1.85rem;
	background-color: #0a0a0a;
	border-radius: 0;
}

.single-project__gallery-name {
	font-family: "Inter Placeholder", sans-serif;
	font-size: 26px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: -0.02em;
	color: #0a0a0a;
}

.single-project__gallery-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1.35rem;
	width: 100%;
	align-items: stretch;
}

.single-project__gallery-item {
	margin: 0;
	overflow: hidden;
	aspect-ratio: 5 / 4;
	background-color: #d8d8d8;
	border-radius: 0;
}

.single-project__gallery-image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	border-radius: 0;
}

@media (max-width: 1200px) {
	.single-project__title {
		font-size: 110px;
	}
}

@media (max-width: 1100px) {
	.single-project__title {
		font-size: 88px;
	}

	.single-project__hero-layout,
	.single-project__hero-left {
		min-height: 18rem;
	}
}

@media (max-width: 900px) {
	.single-project__hero-layout {
		grid-template-columns: 1fr;
		row-gap: 2rem;
		align-items: start;
		min-height: 0;
	}

	.single-project__hero-left {
		min-height: 0;
		gap: 2rem;
	}

	.single-project__intro-body {
		justify-self: start;
		max-width: none;
	}

	.single-project__gallery-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 768px) {
	.single-project__hero-inner {
		padding: 3rem 1.5rem 3rem;
	}

	.single-project__data-inner,
	.single-project__gallery-inner {
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}

	.single-project__title {
		font-size: 52px;
	}

	.single-project__data-row {
		flex-direction: column;
		align-items: flex-start;
		gap: 0.35rem;
		padding: 1.15rem 0;
	}

	.single-project__data-value {
		text-align: left;
	}

	.single-project__gallery-inner {
		padding-top: 3.5rem;
		padding-bottom: 4rem;
	}

	.single-project__gallery-name {
		font-size: 22px;
	}

	.single-project__gallery-brand {
		margin-bottom: 2.5rem;
	}
}
