.iti-project-single {
	--iti-blue-dark: #103751;
	--iti-blue-light: #e6f0f9;
	--iti-green: #8cbf4a;
	--iti-highlight: rgba(231, 243, 221, .9);
	color: var(--iti-blue-dark);
	font-family: Omnes, Arial, sans-serif;
	font-size: 20px;
	line-height: 1.6;
}

.iti-project-container {
	width: min(1140px, calc(100% - 40px));
	margin-inline: auto;
}

.iti-project-hero {
	background: var(--iti-blue-light);
	padding: 40px 0;
}

.iti-project-title {
	margin: 0;
	color: var(--iti-blue-dark);
	font-family: Bree, Georgia, serif;
	font-size: clamp(30px, 4vw, 40px);
	font-weight: 400;
	line-height: 1.15;
}

.iti-project-summary {
	padding: 40px 0 10px;
}

.iti-project-summary-grid {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 30px;
}

.iti-project-summary-main {
	min-width: 0;
}

.iti-project-info {
	margin: 0 0 8px;
	color: var(--iti-blue-dark);
}

.iti-project-status-wrap {
	flex: 0 0 auto;
}

.iti-project-status {
	display: inline-flex;
	align-items: center;
	min-height: 34px;
	padding: 4px 20px;
	border-radius: 100px;
	background: var(--iti-green);
	color: #fff;
	font-size: 16px;
	line-height: 1.2;
	white-space: nowrap;
}

.iti-project-content-section,
.iti-project-conclusion {
	padding: 35px 0 55px;
}

.iti-project-highlight {
	margin: 15px 0 45px;
	padding: 55px 0;
	background: var(--iti-highlight);
}

.iti-project-rich-text > :first-child {
	margin-top: 0;
}

.iti-project-rich-text > :last-child {
	margin-bottom: 0;
}

.iti-project-rich-text p,
.iti-project-rich-text li {
	color: var(--iti-blue-dark);
}

.iti-project-rich-text img {
	max-width: 100%;
	height: auto;
}

.iti-project-gallery-section {
	padding: 20px 0 55px;
}

.iti-project-gallery {
	position: relative;
	padding: 0 44px 34px;
}

.iti-project-gallery-viewport {
	overflow: hidden;
}

.iti-project-gallery-track {
	display: flex;
	transition: transform .32s ease;
	will-change: transform;
}

.iti-project-gallery-slide {
	flex: 0 0 33.333333%;
	margin: 0;
	padding: 0 10px;
}

.iti-project-gallery-open {
	display: block;
	width: 100%;
	padding: 0;
	border: 0;
	background: transparent;
	cursor: zoom-in;
}

.iti-project-gallery-open img {
	display: block;
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	border-radius: 10px;
}

.iti-project-gallery-nav {
	position: absolute;
	top: calc(50% - 18px);
	z-index: 2;
	width: 38px;
	height: 38px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: #fff;
	box-shadow: 0 3px 14px rgba(16, 55, 81, .18);
	color: #7a7a7a;
	font-size: 22px;
	line-height: 38px;
	cursor: pointer;
}

.iti-project-gallery-prev { left: 0; }
.iti-project-gallery-next { right: 0; }

.iti-project-gallery-dots {
	display: flex;
	justify-content: center;
	gap: 7px;
	margin-top: 18px;
}

.iti-project-gallery-dot {
	width: 9px;
	height: 9px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: #c8c8c8;
	cursor: pointer;
}

.iti-project-gallery-dot.is-active {
	background: var(--iti-blue-dark);
}

.iti-project-lightbox[hidden] { display: none; }

.iti-project-lightbox {
	position: fixed;
	inset: 0;
	z-index: 999999;
	display: grid;
	place-items: center;
	padding: 55px 24px 24px;
	background: rgba(0, 0, 0, .86);
}

.iti-project-lightbox img {
	max-width: min(1400px, 96vw);
	max-height: 88vh;
	object-fit: contain;
}

.iti-project-lightbox-close {
	position: absolute;
	top: 10px;
	right: 18px;
	width: 44px;
	height: 44px;
	padding: 0;
	border: 0;
	background: transparent;
	color: #fff;
	font-size: 42px;
	line-height: 1;
	cursor: pointer;
}

body.iti-project-lightbox-open {
	overflow: hidden;
}

@media (max-width: 900px) {
	.iti-project-gallery-slide { flex-basis: 50%; }
}

@media (max-width: 767px) {
	.iti-project-single { font-size: 17px; }
	.iti-project-container { width: min(100% - 32px, 1140px); }
	.iti-project-hero { padding: 28px 0; }
	.iti-project-summary { padding-top: 28px; }
	.iti-project-summary-grid { flex-direction: column; gap: 15px; }
	.iti-project-highlight { padding: 35px 0; }
	.iti-project-content-section,
	.iti-project-conclusion { padding: 25px 0 40px; }
	.iti-project-gallery { padding-inline: 34px; }
	.iti-project-gallery-slide { flex-basis: 100%; padding-inline: 5px; }
	.iti-project-gallery-nav { width: 32px; height: 32px; line-height: 32px; }
}
