.c-event-post__intro {
	margin: 0 0 26px;
	padding: 0 0 0 22px;
	border-left: 2px solid rgba(167, 124, 66, .55);
	background: transparent;
	font-size: clamp(20px, 1.8vw, 26px);
	line-height: 1.6;
	color: #f3efe8;
	max-width: 860px;
}

.c-event-post__intro p {
	margin: 0;
}

.c-event-post__separator {
	width: 100%;
	height: 1px;
	margin: 0 0 32px;
	background: rgba(167, 124, 66, .3);
}

.c-event-post__meta-separator {
	display: inline-block;
	margin: 0 10px;
	color: rgba(255, 255, 255, .45);
}

.c-event-post__facts {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
	margin: 0 0 32px;
}

.c-event-post__fact {
	padding: 18px 20px;
	border: 1px solid rgba(167, 124, 66, .2);
	background: rgba(255, 255, 255, .02);
}

.c-event-post__fact-label {
	display: block;
	margin-bottom: 8px;
	font-size: 12px;
	letter-spacing: .14em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, .55);
}

.c-event-post__fact-value {
	display: block;
	font-size: 18px;
	line-height: 1.5;
	color: #fff;
}

.c-event-post__cta {
	margin: 0 0 42px;
}

.c-event-post__cta .c-button {
	display: inline-flex;
	min-width: 240px;
	justify-content: center;
}

.c-event-post__gallery-title {
	margin: 0 0 22px;
	font-size: clamp(24px, 2.2vw, 36px);
	line-height: 1.1;
	color: #fff;
}

.c-event-post__gallery-block {
	margin: 38px 0 42px;
}

.c-event-gallery {
	margin-top: 18px;
}

.c-event-gallery--carousel {
	position: relative;
	display: flex;
	align-items: center;
	gap: 18px;
}

.c-event-gallery__viewport {
	flex: 1;
	overflow: hidden;
}

.c-event-gallery__track {
	display: flex;
	gap: 24px;
	transition: transform .35s ease;
	will-change: transform;
}

.c-event-gallery__item {
	flex: 0 0 100%;
	margin: 0;
	background: rgba(255, 255, 255, .02);
	border: 1px solid rgba(167, 124, 66, .14);
	overflow: hidden;
}

.c-event-gallery__item img {
	display: block;
	width: 100%;
	height: clamp(320px, 34vw, 520px);
	object-fit: cover;
}

.c-event-gallery__nav {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 56px;
	height: 56px;
	border: 0;
	border-radius: 999px;
	background: #fff;
	color: #a77c42;
	font-size: 40px;
	line-height: 1;
	cursor: pointer;
	flex: 0 0 auto;
}

.c-event-gallery__nav[disabled] {
	opacity: .35;
	cursor: default;
}

.c-event-gallery__nav span {
	display: block;
	transform: translateY(-2px);
}

.c-event-post__media--hero img {
	width: 100%;
	height: auto;
}

.c-event-post__content {
	display: block;
	max-width: 920px;
	margin: 0 0 18px;
	padding: 0 0 0 22px;
	border-left: 1px solid rgba(167, 124, 66, .28);
	background: transparent;
	box-shadow: none;
}

.c-event-post__content > * {
	margin: 0;
}

.c-event-post__content p {
	margin: 0 0 18px;
	padding: 0;
	border: 0;
	background: transparent;
	font-size: clamp(18px, 1.15vw, 21px);
	line-height: 1.72;
	color: rgba(255, 255, 255, .92);
}

.c-event-post__content p:last-child {
	margin-bottom: 0;
}

.c-event-post__content h2,
.c-event-post__content h3,
.c-event-post__content h4 {
	margin: 28px 0 12px;
	font-size: clamp(22px, 1.8vw, 30px);
	line-height: 1.15;
	color: #fff;
}

.c-event-carousel {
	display: grid;
	gap: 2rem;
}

.c-event-carousel__viewport {
	border: 1px solid rgba(140, 102, 59, .35);
	background: linear-gradient(180deg, rgba(23, 23, 30, .96) 0%, rgba(18, 18, 22, .96) 100%);
	position: relative;
	overflow: hidden;
}

.c-event-carousel__track {
	display: flex;
	transition: transform .45s ease;
	will-change: transform;
}

.c-event-carousel__slide {
	min-width: 100%;
	margin: 0;
	aspect-ratio: 16 / 10;
	background: #151519;
}

.c-event-carousel__slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.c-event-carousel__control {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 5.2rem;
	height: 5.2rem;
	border: 1px solid rgba(255, 255, 255, .14);
	background: rgba(18, 18, 22, .76);
	backdrop-filter: blur(10px);
	color: #fff;
	font-size: 2rem;
	line-height: 1;
	cursor: pointer;
}

.c-event-carousel__control:hover {
	background: rgba(140, 102, 59, .9);
}

.c-event-carousel__control--prev {
	left: 2rem;
}

.c-event-carousel__control--next {
	right: 2rem;
}

.c-event-carousel__control[disabled] {
	opacity: .35;
	cursor: default;
}

.c-event-carousel__menu {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 1.2rem;
}

.c-event-carousel__thumb {
	padding: 0;
	aspect-ratio: 4 / 3;
	border: 1px solid rgba(140, 102, 59, .18);
	background: #151519;
	cursor: pointer;
	overflow: hidden;
}

.c-event-carousel__thumb[aria-selected="true"],
.c-event-carousel__thumb.is-active {
	border-color: #8c663b;
}

.c-event-carousel__thumb img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: .68;
	transition: opacity .3s ease, transform .3s ease;
}

.c-event-carousel__thumb:hover img,
.c-event-carousel__thumb[aria-selected="true"] img,
.c-event-carousel__thumb.is-active img {
	opacity: 1;
	transform: scale(1.03);
}

@media (max-width: 900px) {
	.c-event-post__facts {
		grid-template-columns: minmax(0, 1fr);
	}

	.c-event-carousel__menu {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 640px) {
	.c-event-post__intro {
		padding: 18px 18px 18px 20px;
		font-size: 18px;
		margin-bottom: 28px;
	}

	.c-event-post__fact {
		padding: 16px;
	}

	.c-event-post__cta .c-button {
		width: 100%;
		min-width: 0;
	}

	.c-event-gallery__item img {
		height: 260px;
	}

	.c-event-gallery--carousel {
		gap: 10px;
	}

	.c-event-gallery__track {
		gap: 16px;
	}

	.c-event-gallery__nav {
		width: 46px;
		height: 46px;
		font-size: 34px;
	}

	.c-event-carousel {
		gap: 14px;
	}

	.c-event-carousel__slide {
		aspect-ratio: 4 / 5;
	}

	.c-event-carousel__control {
		width: 4.4rem;
		height: 4.4rem;
		font-size: 1.7rem;
	}

	.c-event-carousel__control--prev {
		left: 1.2rem;
	}

	.c-event-carousel__control--next {
		right: 1.2rem;
	}

	.c-event-carousel__menu {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 8px;
	}

	.c-event-post__content p {
		font-size: 17px;
		line-height: 1.72;
	}

	.c-event-post__content {
		padding: 18px 18px 20px;
	}
}
