.event2026-main {
	margin-top: 90px;
	margin-bottom: 0;
}

@media screen and (min-width: 786px) {
	.event2026-main.page--main {
		margin-top: 130px;
	}
}

.event2026 {
	max-width: 1120px;
	margin: 0 auto;
	padding: 0 20px 60px;
}

.event2026__section:not(.event2026__section--shop) {
	margin-top: 50px;
	margin-bottom: 50px;
}

.event2026__section:first-child:not(.event2026__section--shop) {
	margin-top: 80px;
}

.event2026__section--shop {
	margin-top: 0;
}

.event2026__picture {
	display: block;
	width: 100%;
}

.event2026__picture img {
	display: block;
	width: 100%;
	height: auto;
}

.event2026__shops {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 40px 24px;
	margin: 0;
	padding: 0 30px;
	background: #f6f6eb;
	list-style: none;
}

.event2026__shop-name {
	margin: 0 0 6px;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.35;
}

.event2026__shop-handle {
	margin: 0 0 10px;
}

.event2026__shop-handle a {
	color: #2891ce;
	font-size: 1.4rem;
	font-weight: 700;
	text-decoration: underline;
}

.event2026__shop-date {
	margin: 0 0 16px;
	font-size: 1.4rem;
	line-height: 1.5;
}

.event2026__shop-images {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
}

.event2026__shop-images img {
	display: block;
	width: 100%;
	height: auto;
}

@media screen and (max-width: 785px) {
	.event2026 {
		padding: 0 8px 30px;
	}

	.event2026__section:not(.event2026__section--shop) {
		margin-top: 30px;
		margin-bottom: 30px;
	}

	.event2026__section:first-child:not(.event2026__section--shop) {
		margin-top: 50px;
	}

	.event2026__section--shop {
		margin-top: 0;
	}

	.event2026__shops {
		grid-template-columns: 1fr;
		gap: 24px;
		margin: 0;
		padding: 0 20px;
	}

	.event2026__shop-name {
		font-size: 1.5rem;
	}

	.event2026__shop-handle a,
	.event2026__shop-date {
		font-size: 1.2rem;
	}

	.event2026__shop-images {
		gap: 8px;
	}
}

/* Keep footer sections full-bleed on this template */
.event2026-main ~ .footer--contact,
.event2026-main ~ .footer {
	width: 100vw;
	max-width: none;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
}