.post-type-archive-esperienza header .pcp-header__nav ul li a,
.tax-tipo_esperienza header .pcp-header__nav ul li a {
	color: var(--text);
}

.post-type-archive-esperienza header .header-icons a img,
.post-type-archive-esperienza header .header-icons button img,
.tax-tipo_esperienza header .header-icons a img,
.tax-tipo_esperienza header .header-icons button img,
.post-type-archive-esperienza header .pcp-header__nav li.menu-item-has-children a .menu-chevron,
.tax-tipo_esperienza header .pcp-header__nav li.menu-item-has-children a .menu-chevron {
	filter: invert(1);
}

.post-type-archive-esperienza header .pcp-header__nav ul li .sub-menu,
.tax-tipo_esperienza header .pcp-header__nav ul li .sub-menu {
	background-color: #ffffff2d;
}

.post-type-archive-esperienza header .pcp-header__brand,
.tax-tipo_esperienza header .pcp-header__brand {
	filter: brightness(0) saturate(100%) invert(18%) sepia(100%) saturate(800%) hue-rotate(192deg) brightness(55%);
}

/* ── Main ────────────────────────────────────────────────────────────────── */

.esperienze-archive-page.pcp-main {
	padding-top: 220px;
}

/* ── Archive Hero — replica della struttura archive-products ─────────────── */

.esperienze-archive-page .archive-hero__text {
	display: flex;
	flex: 0 0 100%;
	justify-content: space-between;
}

.esperienze-archive-page .archive-hero__text .section-text__body {
	flex: 0 0 40%;
}

.esperienze-archive-page .archive-hero__text .section-text__body .descrizione {
	font-size: 18px;
	margin-bottom: 0;
}

.esperienze-archive-page .archive-hero__text h1 {
	font-size: 80px;
	font-weight: 400;
	color: var(--1);
	display: block;
	margin: 20px 0 0;
	line-height: 1;
	text-transform: uppercase;
}

/* ── Filtro tipo ─────────────────────────────────────────────────────────── */

.esperienze-filter {
	padding: 40px 0 0;
}

.esperienze-filter .container {
	border-top: 1px solid rgba(15, 55, 95, 0.15);
	padding-top: 30px;
}

.esperienze-filter__list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	gap: 30px;
	flex-wrap: wrap;
}

.esperienze-filter__link {
	font-family: var(--ff2);
	font-size: 13px;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: var(--g);
	text-decoration: none;
	padding-bottom: 4px;
	border-bottom: 1px solid transparent;
	transition: color 0.25s ease, border-color 0.25s ease;
}

.esperienze-filter__link.is-active,
.esperienze-filter__link:hover {
	color: var(--1);
	border-bottom-color: var(--1);
}

/* ── Griglia esperienze ──────────────────────────────────────────────────── */

.esperienze-archive-section {
	padding: 80px 0 100px;
}

.esperienze-grid {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	width: 100%;
}

/* ── Esperienza Card ─────────────────────────────────────────────────────── */

.esperienza-card {
	flex: 0 0 calc(50% - 15px);
	background-color: var(--w);
	border-radius: 8px;
	overflow: hidden;
}

.esperienza-card__image-link {
	display: block;
	overflow: hidden;
}

.esperienza-card__figure {
	margin: 0;
	aspect-ratio: 16 / 10;
	overflow: hidden;
}

.esperienza-card__figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.esperienza-card:hover .esperienza-card__figure img {
	transform: scale(1.04);
}

.esperienza-card__body {
	padding: 40px;
}

.esperienza-card__terms {
	margin-bottom: 12px;
}

.esperienza-card__badge {
	font-family: var(--ff2);
	font-size: 11px;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: var(--g);
}

.esperienza-card__title {
	font-size: 32px;
	font-weight: 400;
	color: var(--1);
	margin: 0 0 16px;
	line-height: 1.15;
}

.esperienza-card__title a {
	text-decoration: none;
	color: inherit;
}

.esperienza-card__riassunto {
	font-size: 17px;
	line-height: 1.65;
	color: var(--text);
	margin: 0 0 30px;
}

.esperienza-card__footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	border-top: 1px solid rgba(15, 55, 95, 0.12);
	padding-top: 24px;
	margin-top: 10px;
}

.esperienza-card__prezzo {
	font-family: var(--ff1);
	font-size: 18px;
	color: var(--1);
}

.esperienza-card__cta {
	font-size: 13px;
}

@media screen and (max-width: 1024px) {
	header .pcp-nav-toggle span {
		background-color: var(--g)
	}
	
	header .pcp-header__nav ul {
		border-top: 1px solid rgba(0,0,0,0.3)
	}
	
	.esperienze-archive-page.pcp-main {
		padding-top: 120px;
	}
	
	.archive-hero__text {
		flex-wrap: wrap;
	}
	
	.esperienze-archive-page .archive-hero__text .section-text__body {
		flex: 0 0 100%;
	}
	
	.esperienze-archive-page .archive-hero__text h1 {
		font-size: 42px;
	}
	
	.esperienze-archive-page .archive-hero__text .section-text__body .descrizione {
		font-size: 16px;
	}
	
	.esperienze-archive-section {
		padding-top: 30px;
		padding-bottom: 60px;
	}
	
	.esperienza-card {
		flex: 0 0 100%;
	}
	
	.esperienza-card__body {
		padding: 20px;
	}
	
	.esperienza-card__title {
		font-size: 28px;
		margin-bottom: 8px;
	}
	
	.esperienza-card__riassunto {
		font-size: 16px;
		margin-bottom: 20px;
	}
	
	.esperienza-card__prezzo {
		font-size: 16px;
	}
	
	.podere-section {
		padding: 0 0 60px !important;
	}
	
	.podere-section .section-text .section-text__body .descrizione {
		text-align: left;
		padding-left: 0;
		font-size: 16px;
		margin-bottom: 0;
	}
	
	.podere-section__figure {
		margin-top: 30px;
	}
}