/* -------------------------------------------------------------------------- */
/* Home page - Nuova struttura                                                */
/* -------------------------------------------------------------------------- */

body {
	margin: 0;
	padding: 0;

	margin-top: 8rem;
}

.HomePage {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.HomeHeroBackground {
	position: relative;
	width: 100%;
	background-image: url(/repository/files/2026040116110869CD277C1993C705200112.png);
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
	padding: 2.25rem 0 4.5rem 0;
}

/* -------------------------------------------------------------------------- */
/* Biglietto aperto                                                           */
/* -------------------------------------------------------------------------- */

.HomeOpenTicket {
	position: relative;
	width: 100%;
	padding: 2.5rem 0 1.5rem 0;
}

.HomeOpenTicket .Container {
	max-width: 71.222rem;
	margin-left: auto;
	margin-right: auto;
}

.HomeOpenTicketHeading {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	margin-bottom: 4rem;
}

.HomeOpenTicketLocation {
	display: block;
	text-transform: uppercase;
	font-size: 1.75rem;
	line-height: 2.1rem;
	font-weight: 800;
	letter-spacing: 0.08rem;
	color: #EC3B8D;
	margin-bottom: 0.45rem;
	transform: scaleX(1.05);
	transform-origin: center;
}

.HomeOpenTicketDates {
	display: block;
	font-size: 1.35rem;
	line-height: 1.7rem;
	font-weight: 700;
	color: #042E5B;
	text-transform: uppercase;
	letter-spacing: 0.02rem;
}

.HomeOpenTicketIntro {
	max-width: 49rem;
	margin: 0 auto 1.8rem auto;
	text-align: center;
}

.HomeOpenTicketIntro h2 {
	margin: 0 0 0.8rem 0;
	color: #042E5B;
	font-size: 2.15rem;
	line-height: 2.2rem;
	font-weight: 900;
	letter-spacing: 0.03rem;
	transform: scaleX(1.05);
	transform-origin: center;
	text-transform: none;
}

.HomeOpenTicketIntro p {
	margin: 0;
	color: #5A6E89;
	font-size: 0.95rem;
	line-height: 1.35rem;
	font-weight: 500;
}

.HomeOpenTicketDatesGrid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	grid-column-gap: 1rem;
	grid-row-gap: 1rem;
	max-width: 52rem;
	margin: 0 auto 1.5rem auto;
}

.HomeOpenTicketDateCard {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-height: 5.5rem;
	padding: 0.9rem 0.8rem;
	background: #FFFFFF;
	box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.06);
	text-decoration: none;
	text-align: center;
	transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.HomeOpenTicketDateCard:hover {
	transform: translateY(-0.15rem);
	box-shadow: 0 0.45rem 0.9rem rgba(0, 0, 0, 0.10);
	border-color: #BFD2E4;
	text-decoration: none;
}

.HomeOpenTicketDateCard .DayName,
.HomeOpenTicketDateCard .MonthName {
	display: block;
	color: #5A6E89;
	font-size: 1.12rem;
	line-height: 2.3rem;
	font-weight: 700;
	text-transform: capitalize;
}

.HomeOpenTicketDateCard .DayNumber {
	display: block;
	color: #042E5B;
	font-size: 1.85rem;
	line-height: 1.5rem;
	font-weight: 900;
	margin: 0.15rem 0;
}

.HomeOpenTicketCta {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 3rem;
}

.HomePrimaryButton {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 13.5rem;
	padding: 1.2rem 0.5rem;
	background: #EC3B8D;
	color: #FFFFFF !important;
	font-size: 0.98rem;
	line-height: 1rem;
	font-weight: 800;
	letter-spacing: 0.01rem;
	text-decoration: none;
	border-radius: 0;
	transition: transform 0.2s ease, opacity 0.2s ease, background 0.2s ease;
}

.HomePrimaryButton:hover {
	color: #FFFFFF;
	text-decoration: none;
	transform: translateY(-0.1rem);
	opacity: 0.94;
}

/* -------------------------------------------------------------------------- */
/* Mappa                                                                      */
/* -------------------------------------------------------------------------- */

.HomeMapSection {
	position: relative;
	width: 100%;
	padding: 1rem 0 2.4rem 0;
}

.HomeMapSection .Container {
	max-width: 71.222rem;
	margin-left: auto;
	margin-right: auto;
}

.HomeMapInner {
	display: flex;
	justify-content: center;
	align-items: center;
}

.HomeMapInner img {
	display: block;
	width: 100%;
	max-width: 25rem;
	height: auto;
	border: 0;
}

/* -------------------------------------------------------------------------- */
/* Journey / poster                                                           */
/* -------------------------------------------------------------------------- */

.HomeJourneySection {
	position: relative;
	width: 100%;
	padding: 0.5rem 0 2.5rem 0;
}

.HomeJourneySection .Container {
	max-width: 71.222rem;
	margin-left: auto;
	margin-right: auto;
}

.HomeJourneyHeading {
	max-width: 58rem;
	margin: 0 auto 3.5rem auto;
	text-align: center;
}

.HomeJourneyHeading h2 {
	margin: 0;
	color: #042E5B;
	font-size: 2rem;
	line-height: 2.05rem;
	font-weight: 900;
	letter-spacing: 0.03rem;
	transform: scaleX(1.05);
	transform-origin: center;
}

.HomeJourneyMedia {
	display: flex;
	align-items: center;
	justify-content: center;
}

.HomeJourneyPoster {
	display: block;
	text-decoration: none;
}

.HomeJourneyPoster:hover {
	text-decoration: none;
}

.HomeJourneyPoster img,
.HomeJourneyVideo video {
	display: block;
	width: 100%;
	max-width: 25rem;
	height: auto;
	border: 0;
	box-shadow: 0 0.6rem 1.25rem rgba(0, 0, 0, 0.14);
}

.HomeJourneyVideo {
	display: flex;
	align-items: center;
	justify-content: center;
}

/* -------------------------------------------------------------------------- */
/* Griglia festival                                                           */
/* -------------------------------------------------------------------------- */

/*.HomeFestivalGridSection {
	position: relative;
	width: 100%;
	padding: 1rem 0 2.8rem 0;
}
*/
.HomeFestivalGridSection .Container {
	max-width: 71.222rem;
	margin-left: auto;
	margin-right: auto;
}

.HomeFestivalGrid {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	grid-column-gap: 0;
	grid-row-gap: 0;
	max-width: 34rem;
	margin-left: auto;
	margin-right: auto;
}

.HomeFestivalGridItem.Desk {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
}

.HomeFestivalGridItem:hover {
	text-decoration: none;
	opacity: 0.96;
}
.HomeFestivalGridItem.Mob {
	display: none;
}
.HomeFestivalGridItem img {
	display: block!important;
	width: 90%!important;
	height: auto!important;
	border: 0!important;
}

/* -------------------------------------------------------------------------- */
/* Informazioni utili                                                         */
/* -------------------------------------------------------------------------- */

.HomeUsefulInfo {
	position: relative;
	width: 100%;
	padding: 1rem 0 2rem 0;
}

.HomeUsefulInfo .Container {
	max-width: 71.222rem;
	margin-left: auto;
	margin-right: auto;
}

.HomeUsefulInfoLogo {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 1.3rem;
}

.HomeUsefulInfoLogo img {
	display: block;
	width: 100%;
	max-width: 19rem;
	height: auto;
	border: 0;
}

.HomeUsefulInfoLinks {
	text-align: center;
}

.HomeUsefulInfoLinks h3 {
	margin: 0 0 0.8rem 0;
	color: #042E5B;
	font-size: 0.95rem;
	line-height: 1rem;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 0.05rem;
}

.HomeUsefulInfoLinks ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.HomeUsefulInfoLinks li {
	margin: 0.25rem 0;
}

.HomeUsefulInfoLinks a {
	color: #042E5B;
	font-size: 0.88rem;
	line-height: 1.15rem;
	font-weight: 600;
	text-decoration: none;
	transition: opacity 0.2s ease;
}

.HomeUsefulInfoLinks a:hover {
	text-decoration: none;
	opacity: 0.7;
}

/* -------------------------------------------------------------------------- */
/* Responsive tablet                                                          */
/* -------------------------------------------------------------------------- */

@media screen and (max-width: 1024px) {

	.HomeHeroBackground {
		padding: 2rem 0 4rem 0;
	}

	.HomeOpenTicketIntro h2 {
		font-size: 1.8rem;
		line-height: 1.95rem;
	}

	.HomeJourneyHeading h2 {
		font-size: 1.7rem;
		line-height: 1.8rem;
	}

	.HomeFestivalGrid {
		max-width: 30rem;
	}
}

/* -------------------------------------------------------------------------- */
/* Mobile                                                                     */
/* -------------------------------------------------------------------------- */

@media screen and (max-width: 767px) {

	body {
		padding: 0;
	}

	.HomeHeroBackground {
		padding: 1.6rem 0 3rem 0;
		background-position: center top;
	}

	.HomeOpenTicket {
		padding: 1.5rem 0 1rem 0;
	}

	.HomeOpenTicketHeading {
		margin-bottom: 1.2rem;
	}

	.HomeOpenTicketLocation {
		font-size: 2.2rem;
		line-height: 3.75rem;
	}

	.HomeOpenTicketDates {
		font-size: 1.8rem;
		line-height: 2.15rem;
	}

	.HomeOpenTicketIntro {
		max-width: 92vw;
		margin-bottom: 1.2rem;
	}

	.HomeOpenTicketIntro h2 {
		font-size: 1.35rem;
		line-height: 1.45rem;
		transform: none;
	}

	.HomeOpenTicketIntro p {
		font-size: 0.82rem;
		line-height: 1.2rem;
		padding: 0 0.5rem;
	}

	.HomeOpenTicketDatesGrid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		grid-column-gap: 0.7rem;
		grid-row-gap: 0.7rem;
		max-width: 92vw;
	}

	.HomeOpenTicketDateCard {
		min-height: 4.8rem;
		padding: 0.7rem 0.5rem;
	}

	.HomeOpenTicketDateCard .DayName,
	.HomeOpenTicketDateCard .MonthName {
		font-size: 1.22rem;
		line-height: 2.4rem;
	}

	.HomeOpenTicketDateCard .DayNumber {
		font-size: 2rem;
		line-height: 1.25rem;
	}

	.HomePrimaryButton {
		min-width: 11.5rem;
		padding: 1.2rem 2rem;
		font-size: 1.4rem;
	}

	.HomeMapSection {
		padding: 0.8rem 0 1.8rem 0;
	}

	.HomeMapInner img {
		max-width: 90vw;
	}

	.HomeJourneySection {
		padding: 0.3rem 0 2rem 0;
	}

	.HomeJourneyHeading {
		max-width: 92vw;
		margin-bottom: 1.1rem;
	}

	.HomeJourneyHeading h2 {
		font-size: 1.25rem;
		line-height: 1.35rem;
		transform: none;
	}

	.HomeJourneyPoster img,
	.HomeJourneyVideo video {
		max-width: 13.5rem;
	}

	.HomeFestivalGridSection {
		padding: 0.7rem 0 2rem 0;
	}

	.HomeFestivalGrid {
		grid-template-columns: repeat(4, minmax(0, 1fr));
		max-width: 92vw;
	}

	.HomeUsefulInfo {
		padding: 0.8rem 0 1.7rem 0;
	}

	.HomeUsefulInfoLogo {
		margin-bottom: 1rem;
	}

	.HomeUsefulInfoLogo img {
		max-width: 14rem;
	}

	.HomeUsefulInfoLinks h3 {
		font-size: 0.82rem;
		line-height: 0.95rem;
	}

	.HomeUsefulInfoLinks a {
		font-size: 0.8rem;
		line-height: 1.05rem;
	}
	.HomeFestivalGridItem.Desk {
		display: none;
	}
	.HomeFestivalGridItem.Mob {
		display: flex;
		flex-direction: column;
		align-items: center;
		width: 100%;
	}
	..HomeFestivalGridItem.Mob img {
		display: block!important;
		width: 90%!important;
		height: auto!important;
		border: 0!important;
	}




}

/* -------------------------------------------------------------------------- */
/* Small mobile                                                               */
/* -------------------------------------------------------------------------- */

@media screen and (max-width: 440px) {

	body {
		margin-top: 4rem!important;
	}

	.HomeHeroBackground {
		padding: 1.4rem 0 2.6rem 0;
	}

	.HomeOpenTicketIntro h2 {
		font-size: 1.15rem;
		line-height: 1.25rem;
	}

	.HomeOpenTicketDatesGrid {
		/*grid-template-columns: 100%;*/
		max-width: 88vw;
	}

	.HomeJourneyHeading h2 {
		font-size: 1.08rem;
		line-height: 1.18rem;
	}

	.HomeJourneyPoster img,
	.HomeJourneyVideo video {
		max-width: 24rem;
	}

	.HomeFestivalGrid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		max-width: 92vw;
	}

	.HomeFestivalGridItem.Desk {
		display: none;
	}
	.HomeFestivalGridItem.Mob {
		display: flex;
		flex-direction: column;
		align-items: center;
		width: 100%;
	}
	..HomeFestivalGridItem.Mob img {
		display: block!important;
		width: 90%!important;
		height: auto!important;
		border: 0!important;
	}

	.HomeUsefulInfoLogo img {
		max-width: 12rem;
	}
}