section {
	padding: 100px 0;
}

.hero-section {
	position: relative;
	overflow: hidden;
	padding: 220px 0 100px;
}

.hero-section .hero-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.hero-section .hero-bg img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hero-overlay {
	position: absolute;
	inset: 0px;
	background: linear-gradient(rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, .6) 100%);
}

.hero-container {
	position: relative;
	z-index: 3;
}

.hero-section .hero-cappello {
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: var(--w);
	display: block;
	margin: 0 0 20px;
}

.hero-section h1 {
	color: var(--2);
	text-transform: uppercase;
	font-weight: 400;
	font-size: 80px;
	line-height: 1;
	margin: 0 0 30px;
	width: 924.7px;
	max-width: 100%;
}

.hero-section .hero-descrizione {
	width: 520px;
	max-width: 100%;
	line-height: 1.67;
	color: var(--w);
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 40px;
}

.podere-section .container {
	justify-content: space-between;
}

.podere-section__text {
	margin-top: 100px;
}

.podere-section__figure {
	margin: 0;
	position: relative;
	width: 520px;
	max-width: 50%;
	aspect-ratio: 1;
}

.podere-section__figure img {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 8px;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	object-fit: cover;
}

section.territorio-terreno {
	position: relative;
	overflow: hidden;
	padding: 200px 0;
}

section.territorio-terreno:after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	inset: 0px;
	background: linear-gradient(rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, .6) 100%);
}

section.territorio-terreno .metodo-section__bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	filter: saturate(20%);
	transform: none !important;
}

section.territorio-terreno .container {
	position: relative;
	z-index: 3;
	justify-content: space-between;
	align-items: center;
}

section.territorio-terreno .section-text .cappello {
	color: var(--w)
}

section.territorio-terreno .section-text h2 {
	color: var(--2)
}

section.territorio-terreno .section-text .section-text__body .descrizione {
	color: var(--w)
}

.territorio-slider {
	overflow: hidden;
	--pcp-slider-items: 1;
}

.territorio-slider__track {
	display: flex;
}

.territorio-slider__item {
	flex: 0 0 100%;
	margin: 0;
	position: relative;
	padding-bottom: 100%;
}

.territorio-slider__item:after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	inset: 0px;
	background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .6) 100%);
}

.territorio-slider__item img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.territorio-slider__item figcaption {
	max-width: 50%;
	position: absolute;
	bottom: 30px;
	left: 30px;
	color: var(--w);
	z-index: 2;
}

.territorio-slider .territorio-slider__controls {
	position: absolute;
	bottom: 30px;
	right: 30px;
	max-width: 40%;
	display: flex;
	align-items: flex-end;
	gap: 20px;
}

.territorio-slider__counter {
	font-size: 24px;
	color: var(--w);
	font-weight: 400;
	display: block;
	line-height: 1;
	transform: translateY(3px);
}

.territorio-slider__counter .territorio-slider__current {
	font-size: 42px;
	color: var(--2);
	line-height: 1;
}

.territorio-slider .territorio-slider__controls button {
	background: rgba(255,255,255,0.4);
	width: 30px;
	height: 30px;
	border-radius: 50px;
	border: none;
	display: flex;
	align-items: center;
	cursor: pointer;
}

.territorio-slider .territorio-slider__controls button svg {
	stroke: var(--w)
}

section.territorio-futuro {
	background-color: var(--1);
}

section.territorio-futuro .section-text {
	flex: 0 0 100%;
	text-align: center;
	margin-top: 0;
}

section.territorio-futuro .section-text .cappello {
	color: var(--w);
}

section.territorio-futuro .section-text h2 {
	color: var(--2)
}

section.territorio-futuro .section-text .section-text__body {
	padding-left: 0;
}

section.territorio-futuro .section-text .section-text__body .descrizione {
	color: var(--w);
	margin-bottom: 0;
}

.sostenibilita-accordion {
	background-color: rgba(122, 139, 106, .2);
}

.sostenibilita-accordion .container {
	justify-content: space-between;
	align-items: flex-end;
}

.sostenibilita-accordion .section-text__body .descrizione {
	margin-bottom: 0;
}

.sostenibilita-accordion .elenco {
	flex: 0 0 50%;
}

.elenco h3 {
	color: var(--1);
	font-weight: 400;
	font-size: 22px;
	text-transform: uppercase;
	letter-spacing: 3.5px;
	margin: 0 0 10px;
}

.elenco .elenco-item__desc {
	margin: 0;
	font-size: 16px;
	color: var(--g);
	line-height: 1.6;
}

.elenco .elenco-item:not(:last-child) {
	padding-bottom: 30px;
	border-bottom: 1px solid #c6bdb0;
	margin-bottom: 30px;
}

.page-template-contatti header .pcp-header__nav ul li a {
	color: var(--text);
}

.page-template-contatti header .header-icons a img,
.page-template-contatti header .header-icons button img,
.page-template-contatti header .pcp-header__nav li.menu-item-has-children a .menu-chevron {
	filter: invert(1);
}

.page-template-contatti header .pcp-header__nav ul li .sub-menu {
	background-color: #ffffff2d;
}

.page-template-contatti header .pcp-header__brand {
	filter: brightness(0) saturate(100%) invert(18%) sepia(100%) saturate(800%) hue-rotate(192deg) brightness(55%);
}

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

.contact-page .contact-hero {
	padding: 0 0 100px;
	border-bottom: 1px solid var(--b);
}

.contact-page .section-text .section-text__body .descrizione {
	margin-bottom: 0;
}

.contact-page .contact-hero .section-text__body {
	flex: 0 0 60%;
	padding-left: 0;
}

.contact-page .contact-hero .heading {
	flex: 0 0 30%;
}

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

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

.contact-section .container {
	justify-content: space-between;
	align-items: flex-start;
}

.contact-section .infos {
	flex: 0 0 30%;
	position: sticky;
	top: 50px;
}

.contact-section .infos .info:not(:last-child) {
	margin-bottom: 30px;
}

.contact-section .infos .info .label {
	display: block;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 2px;
	font-family: var(--ff2);
	font-weight: 500;
	color: var(--g);
	margin-bottom: 5px;
}

.contact-section .infos .info a {
	text-decoration: none;
	color: var(--3);
	font-size: 16px;
}

.contact-section .form {
	flex: 0 0 60%;
}

.contact-section .form h2 {
	margin: 0 0 20px;
	font-size: 32px;
	font-weight: 400;
	color: var(--1);
	line-height: 1.15;
}

.contact-section .form .desc {
	margin: 0;
	font-size: 18px;
	color: var(--text);
}

.contact-section .form .wpforms-container .wpforms-field-container {
	display: flex;
	flex-wrap: wrap;
	gap: 20px 20px;
}

.contact-section .form .wpforms-container .wpforms-field {
	flex: 0 0 calc(50% - 10px);
	padding: 0;
}

.contact-section .form .wpforms-container .wpforms-field-textarea {
	flex: 0 0 100%;
}

.contact-section .form .wpforms-container .wpforms-field label {
	text-transform: uppercase;
	color: var(--text);
	font-size: 10px;
	font-family: var(--ff2);
	font-weight: 600;
	letter-spacing: 3px;
	margin-bottom: 5px;
}

.contact-section .form .wpforms-container .wpforms-field-container .wpforms-field input,
.contact-section .form .wpforms-container .wpforms-field-textarea textarea {
	background-color: rgba(255,255,255,.3);
	border: none;
	border-radius: 8px;
	font-family: var(--ff2);
	color: var(--text);
	font-weight: 500;
}

.contact-section .form .wpforms-container .wpforms-field .wpforms-field-description {
	font-size: 12px;
	color: var(--text);
	font-family: var(--ff2);
}

.contact-section .form .wpforms-container .wpforms-submit-container {
	text-align: center;
}

.contact-section .form .wpforms-container .wpforms-submit-container button.wpforms-submit {
	width: 400px;
	background-color: var(--2);
	border: none;
	border-radius: 50px;
	max-width: 100%;
	margin: 40px auto 0;
	height: 50px;
	font-family: var(--ff2);
	color: var(--1);
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 14px;
}

div.wpforms-container-full .wpforms-confirmation-container-full {
	border-radius: 12px;
	text-align: center;
	background-color: var(--w) !important;
	color: var(--1) !important;
	border: none !important;
}

.contact-section .form .wpforms-container .wpforms-field.wpforms-field-checkbox {
	flex: 0 0 100%;
}

.contact-section .form .wpforms-container .wpforms-field.wpforms-field-checkbox label {
	text-transform: none;
	letter-spacing: 0;
	font-size: 12px;
}

.contact-section .form .wpforms-container .wpforms-field.wpforms-field-checkbox label a {
	color: inherit;
}

.contact-section .form .wpforms-container .wpforms-field.wpforms-field-checkbox input,
.contact-section .form .wpforms-container .wpforms-field.wpforms-field-checkbox input:before {
	background-color: transparent;
	border-color: var(--1);
}

.contact-section .form div.wpforms-container-full input[type=checkbox]:checked:after {
	border-left-color: var(--1);
	border-bottom-color: var(--1);
}

.contact-section .socials {
	display: flex;
	gap: 20px;
}

.contact-section .socials a {
	filter: invert(1);
}

@media screen and (max-width: 1024px) {
	.page-template-contatti header .pcp-nav-toggle span {
		background-color: var(--g)
	}
	
	.page-template-contatti header .pcp-header__nav ul {
		border-top: 1px solid rgba(0,0,0,0.3)
	}
	
	.hero-section,
	.contact-page.pcp-main {
		padding-top: 120px;
		padding-bottom: 60px;
	}
	
	.contact-page .contact-hero {
		padding-bottom: 0;
		border-bottom: 0;
		margin-bottom: 0;
	}
	
	.contact-page .contact-hero .descrizione p {
		margin-bottom: 0;
	}
	
	.hero-content {
		max-width: 100%;
	}
	
	.contact-page .contact-hero__text {
		flex-wrap: wrap;
	}
	
	.contact-page .contact-hero .heading,
	.contact-page .contact-hero .section-text__body {
		flex: 0 0 100%;
	}
	
	.hero-section h1,
	.contact-page .contact-hero__text h1{
		font-size: 42px;
		width: 100%;
	}
	
	.hero-section .hero-descrizione {
		width: 100%;
		font-size: 16px;
	}
	
	section {
		padding: 60px 0;
	}
	
	.podere-section__text {
		margin-top: 0;
	}
	
	.section-text .section-text__body .descrizione {
		font-size: 16px;
	}
	
	.podere-section__figure {
		width: 100%;
		max-width: 100%;
	}
	
	.territorio-vigneti .podere-section__figure img {
		object-position: right;
	}
	
	section.territorio-terreno {
		padding: 60px 0;
	}
	
	.territorio-slider {
		order: 1;
		margin-top: 0px;
		max-width: 100%;
	}
	
	section.territorio-futuro .section-text {
		text-align: left;
	}
	
	.elenco {
		margin-top: 30px;
	}
	
	.elenco h3 {
		font-size: 18px;
	}
	
	.contact-section {
		padding-bottom: 0;
	}
	
	.contact-section .infos {
		flex: 0 0 100%;
		position: relative;
		top: 0;
		border-top: 1px solid var(--b);
		padding-top: 60px;
		padding-bottom: 60px;
		border-bottom: 1px solid var(--b);
		margin-bottom: 60px;
	}
	
	.contact-section .form .wpforms-container .wpforms-field-container {
		flex-wrap: wrap;
	}
	
	.contact-section .form .wpforms-container .wpforms-field {
		flex: 0 0 100%;
	}
	
	.contact-section .form {
		width: 100%;
		max-width: 100%;
		flex: 0 0 100%;
	}
	
	.contact-section .form .desc {
		font-size: 16px;
	}
	
	.sostenibilita-accordion .elenco {
		flex: 0 0 100%;
	}
}