/**
 * History Template Styles
 *
 * @package ceron
 */

/* Page Banner */
.history-banner {
	position: relative;
	width: 100%;
	height: 500px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.page-banner-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(24, 10, 44, 0.3);
}

/* Our History Section */
.history-our-history {
	padding: 80px 0;
	background: #ffffff;
}

.history-our-history-inner {
	max-width: 1200px;
	margin: 0 auto;
}

.history-our-history h1 {
	font-size: 50px;
	line-height: 60px;
	color: #180a2c;
	margin: 0 0 40px 0;
	text-align: center;
}

.history-first-content {
	margin-bottom: 60px;
}

.history-first-content p {
	font-size: 18px;
	line-height: 28px;
	color: #333333;
	margin: 0 0 20px 0;
}

/* Images Grid */
.history-images-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
	margin-bottom: 60px;
}

.history-image {
	width: 100%;
	overflow: hidden;
}

.history-image img {
	width: 100%;
	height: auto;
	display: block;
	object-fit: cover;
	transition: transform 0.6s ease;
}

.history-image:hover img {
	transform: scale(1.08);
}

/* Content Below Images */
.history-content-below-images {
	margin-top: 60px;
}

.history-content-below-images p {
	font-size: 18px;
	line-height: 28px;
	color: #333333;
	margin: 0 0 20px 0;
}

.history-content-below-images h2,
.history-content-below-images h3 {
	color: #180a2c;
	margin: 30px 0 20px 0;
}

.history-content-below-images h2 {
	font-size: 36px;
	line-height: 44px;
}

.history-content-below-images h3 {
	font-size: 28px;
	line-height: 36px;
}

.history-content-below-images ul,
.history-content-below-images ol {
	margin: 0 0 20px 0;
	padding-left: 30px;
}

.history-content-below-images li {
	font-size: 18px;
	line-height: 28px;
	color: #333333;
	margin-bottom: 10px;
}

/* Social and Solidarity Section */
.history-social-solidarity {
	padding: 80px 0;
	background: #f5f5f5;
}

.history-social-solidarity-inner {
	max-width: 1200px;
	margin: 0 auto;
}

.history-section-header {
	max-width: 796px;
	margin: 0 auto 50px auto;
	text-align: center;
}

.history-section-header h2 {
	font-size: 40px;
	line-height: 50px;
	color: #180a2c;
	margin: 0 0 16px 0;
}

.history-section-header .subtitle {
	font-size: 18px;
	line-height: 28px;
	color: #666666;
	margin: 0;
}

.social-collaborations h3 {
	font-size: 28px;
	line-height: 38px;
	color: #180a2c;
	margin: 0 0 30px 0;
	text-align: center;
}

.collaborations-columns {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 40px;
}

.collaboration-column {
	list-style: none;
	padding: 0;
	margin: 0;
}

.collaboration-column.star {
	gap: 20px;
}

.collaboration-column-star {
	gap: 15px;
}

.collaboration-column li {
	font-size: 16px;
	line-height: 26px;
	color: #333333;
	margin-bottom: 12px;
	padding-left: 20px;
	position: relative;
}

.collaboration-column li:before {
	content: "•";
	position: absolute;
	left: 0;
	color: #180a2c;
}

/* Collaborations Section */
.history-collaborations {
	padding: 80px 119px;
	background: #ffffff;
}

.history-collaborations-inner {
	max-width: 1200px;
	margin: 0 auto;
}

.collaborations-section-header h2 {
	font-size: 40px;
	line-height: 50px;
	color: #180a2c;
	margin-bottom: 10px;
}

.collaborations-section-header p {
	margin-bottom: 50px;
}

.collaborations-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 40px;
}

.collaboration-column {
	display: flex;
	flex-direction: column;
	gap: 0px;
}

.collaboration-item {
	display: flex;
	align-items: flex-start;
	gap: 16px;
}

.collaboration-icon {
	width: 24px;
	height: 24px;
	flex-shrink: 0;
}

.collaboration-icon img {
	width: 100%;
	height: 100%;
	display: block;
}

.collaboration-item h4 {
	font-weight: 300;
	font-size: 18px;
	line-height: 28px;
	color: #180a2c;
	margin: 0;
}

/* Atelier Section */
.history-atelier {
	position: relative;
	background: #dddddd;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	overflow: hidden;
}

.history-atelier-inner {
	position: relative;
	z-index: 2;
	padding: 80px 0;
	max-width: 1200px;
	margin: 0 auto;
}

.history-atelier-content {
	max-width: 779px;
	display: flex;
	flex-direction: column;
	gap: 30px;
}

.history-atelier h2 {
	font-size: 50px;
	line-height: 60px;
	color: #180a2c;
	margin: 0;
	font-weight: 300;
}

.atelier-text p {
	font-size: 18px;
	line-height: 30px;
	color: #666666;
	margin: 0 0 16px 0;
	font-weight: 400;
}

.atelier-text p:last-child {
	margin-bottom: 0;
}

.atelier-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #180a2c;
	color: #ffffff !important;
	padding: 8px 40px 10px 40px;
	border-radius: 100px;
	text-decoration: none;
	font-size: 20px;
	font-weight: 300;
	line-height: normal;
	transition: all 0.3s;
	align-self: flex-start;
}

.atelier-button:hover {
	background: rgba(24, 10, 44, 0.9);
}

.atelier-button:visited {
	color: #ffffff !important;
}

/* Responsive */
@media (max-width: 1024px) {
	.history-banner {
		height: 400px;
	}

	.history-our-history,
	.history-social-solidarity,
	.history-collaborations {
		padding: 60px 40px;
	}

	.history-atelier-inner {
		padding: 60px 40px;
	}

	.history-our-history h1 {
		font-size: 40px;
		line-height: 50px;
	}

	.history-images-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 20px;
	}

	.collaborations-columns {
		grid-template-columns: repeat(2, 1fr);
		gap: 30px;
	}

	.collaborations-grid {
		grid-template-columns: 1fr;
		gap: 30px;
	}
}

@media (max-width: 768px) {
	.history-banner {
		height: 300px;
	}

	.history-our-history,
	.history-social-solidarity,
	.history-collaborations {
		padding: 40px 24px;
	}

	.history-atelier-inner {
		padding: 40px 24px;
	}

	.history-atelier h2 {
		font-size: 32px;
		line-height: 42px;
	}

	.atelier-button {
		font-size: 18px;
	}

	.history-our-history h1 {
		font-size: 32px;
		line-height: 42px;
		margin-bottom: 30px;
	}

	.history-section-header h2 {
		font-size: 32px;
		line-height: 42px;
	}

	.history-images-grid {
		grid-template-columns: 1fr;
		gap: 16px;
	}

	.collaborations-columns {
		grid-template-columns: 1fr;
		gap: 20px;
	}

	.social-collaborations h3 {
		font-size: 24px;
		line-height: 34px;
	}
}

@media (max-width: 480px) {
	.history-our-history,
	.history-social-solidarity,
	.history-collaborations {
		padding: 32px 16px;
	}

	.history-atelier-inner {
		padding: 32px 16px;
	}

	.history-atelier h2 {
		font-size: 28px;
		line-height: 38px;
	}

	.history-our-history h1 {
		font-size: 28px;
		line-height: 38px;
	}

	.history-section-header h2 {
		font-size: 28px;
		line-height: 38px;
	}
}
