/*--- footer ---*/

/*

il footer normalmente è in posizione relativa, ovvero scorre con il resto della pagina

se aggiungo la classe .reveal lo rendo fisso in basso alla pagina

*/
/*
variabili footer 
	colore sfondo 
	--bg-footer:transparent !important;

	colore generale
	--color-footer:#bbb;

	colore link
	--color-footer-link:#fff;

	colore link hover
	--color-footer-link-over:#888;

*/
:root {
	--bg-footer-001: transparent;
	--color-footer-001: #fff;
	--color-footer-link-001: #fff;
	--color-footer-menu-001: #fff;
	--color-footer-link-over-001: #fd0;
}


.footer-001-footer {
	position: relative;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	display: block;
	width: 100%;
	height:100%;
	background-color: var(--bg-footer-001);
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
	font-family: 'Lato', sans-serif;
	overflow: hidden;
}

.footer-001-footer.reveal {
	position: fixed;
	bottom: 0;
	left: 0;
	right: auto;
	top: auto;
}

.footer-001-footer .company {
	position:relative;
	color:var(--color-footer-001);
	font-size:13px;
	font-weight:300;
	line-height:20px;
}

.footer-001-footer .company a {
	color:var(--color-footer-link-001);
	text-decoration: none;
}

.footer-001-footer .company a:hover {
	color:var(--color-footer-link-over-001);
}

.footer-001-footer .company span {
	font-weight:400;
}

.footer-001-footer .company .logo {
	position: relative;
	margin: 0 0 20px 0;
	padding: 0;
	width: 180px;
	max-width: 180px;
}

.footer-001-footer .logo img {
	width: auto;
	height: 45px;
}

.footer-001-footer .company .text {
	position: relative;
	margin: 0;
	padding: 0;
	color: var(--color-footer-001);
	font-size: 13px;
	font-weight: 400;
	line-height: 22px;
	text-align: left;
}

.footer-001-footer .company .text .ragione-sociale {
	position: relative;
	margin: 0;
	padding: 0;
	color: var(--color-footer-001);
	font-size: 13px;
	font-weight: 400;
	line-height: 22px;
	text-align: left;
}

.footer-001-footer .text.ragione-sociale-sottotitolo {
	margin: 0 0 0 0;
	font-size:13px; 
	letter-spacing: 0px; 
	line-height:22px;
}

.footer-001-footer .container {
	padding: 50px 50px 0 50px;
	height: 100%;
}

.footer-001-footer-menu {
	position:relative;
	margin:0;
	padding:0;
	clear: both;
}

.footer-001-footer-menu .title {
	position:relative;
	width:100%;
	display:block;
	padding: 0;
	margin: 0 0 20px 0;
}

.footer-001-footer-menu .title span {
	color:var(--color-footer-link-001);
	font-family: Gotham Bold;
	font-size: 18px;
	line-height: 14px;
	letter-spacing: -1px;
	font-weight: 100;
	text-transform: uppercase;
	margin: 0;
}

.footer-001-footer-menu ul {
	position:relative;
	margin:0;
	padding:0 0 0 0;
}

.footer-001-footer-menu ul li {
	position:relative;
	margin:0 0 0 0;
	padding:0;
	list-style-type: disc;
	list-style-position: inside;
	color:var(--color-footer-menu-001);
}

.footer-001-footer-menu ul li a {
	position: relative;
	width: 100%;
	display: inline;
	color: var(--color-footer-menu-001);
	font-size: 13px;
	font-weight: 400;
	line-height: 12px;
	padding: 0;
	margin: 0 0 0 -10px;
	font-family: Gotham Book;
}

@-moz-document url-prefix() { 
	.footer-001-footer-menu ul li a {
		margin: 0 0 0 0;
	}
}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (-webkit-min-device-pixel-ratio: 1) { 

	.footer-001-footer-menu ul li a {
		margin: 0 0 0 2px;
	}

}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (-webkit-min-device-pixel-ratio: 2) { 

	.footer-001-footer-menu ul li a {
		margin: 0 0 0 2px;
	}

}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) { 

	.footer-001-footer-menu ul li a {
		margin: 0 0 0 2px;
	}

}

.footer-001-footer-menu ul li a:hover {
	color:var(--color-footer-link-over-001);
}


.footer-001-footer .copyright-credits {
	position: relative;
	height: 130px;
	color: var(--color-footer-001);
	font-size: 13px;
	width: 100%;
	background-color: rgba(0,0,0,0.5);
}

.footer-001-footer .copyright-credits .container {
	height: inherit;
	padding: 20px 50px 20px 50px;
	display: flex;
	align-items: center;
}

.footer-001-footer .copyright {
	float: left;
	width: 50%;
	font-weight: 400;
	height: 66px;
	line-height: 16px;
	display: flex;
	align-items: flex-end;
}

.footer-001-footer .copyright span {
	position: absolute;
}

.footer-001-footer .copyright a {
	position:relative;
	width:100%;
	display:block;
	color:var(--color-footer-link-001);
	font-size: 12px;
	font-weight: 400;
	line-height: 12px;
	padding: 0;
	margin: 10px 0 0 0;
	text-decoration: none;
}

.footer-001-footer .copyright a:not(.with-border) {
	text-decoration: underline;
}

.footer-001-footer .copyright a:hover {
	color:var(--color-footer-link-over-001);
}

a.with-border {
	border-color:#bbb;
}

.footer-001-footer .credits {
	float: right;
	width: 50%;
	height: 66px;
	text-align: right;
}

.footer-001-footer .credits a {
	width: 146px;
}

.footer-001-footer-social {
	position:relative;
	margin:30px 0 0 0;
	padding:0 0 0 0;
}

.footer-001-footer-social ul {
	position:relative;
	margin:0;
	padding:0 0 0 0;
}

.footer-001-footer-social ul li {
	position:relative;
	margin:0 5px 0 0;
	padding:0;
	list-style:none;
	float: left;
}

.footer-001-footer-social ul li:last-child {
	margin:0 0 0 0;
}

.footer-001-footer-social ul li a {
	position:relative;
	display:inline-block;
	margin: 0 0 0 0;
}

.footer-001-footer-social ul li a img {
	height: 40px;
}
.footer-001-footer .creditcard {
	height: clamp(35px, 4vw, 45px);
	width: auto;
}

.footer-001-footer .footer-credit-cards {
	display: flex;
}
.footer-001-footer .footer-container-credit-cards {
	display: flex;
	flex-direction: column;
	align-items: end;
	text-align: end;

}
.footer-001-footer .titolo-footer-social {
	font-family: var(--nuovo-font);
	font-size: 16px;
	line-height: 14px;
	letter-spacing: -1px;
	margin: 0 0 10px 0;
	color: var(--color-footer-001);
}
.footer-001-footer .paymethode-footer-titolo {
	font-family: var(--nuovo-font);
	font-size: 16px;
	line-height: 14px;
	letter-spacing: -1px;
	margin: 0 7px 10px 0;
	color: var(--color-footer-001);
}
@media only screen and (max-width: 1279px)
{
	.footer-001-footer {
		padding: 0;
	}

	.footer-001-footer .container {
		padding: 50px 50px 0 50px;
		height: 100%;
	}
	.footer-001-footer .copyright-credits .container {
		padding: 20px 50px 0 50px;
	}
}

@media only screen and (max-width: 900px) {

	.footer-001-footer-menu {
		display: none;
	}

}

@media only screen and (max-width: 768px)
{
	.footer-001-footer .copyright-credits .container {
		padding: 20px 50px 20px 50px !important;
	}

	.footer-001-footer {
		padding: 0 0 0 0;
	}

	.footer-001-footer .container {
		padding: 50px 50px 0 50px !important;
	}

	.footer-001-footer .vcenter {
		display: block;
	}

	.footer-001-footer .vcenter.for-company {
		text-align: center;
	}

	.footer-001-footer .logo img {
		width:auto;
	}

	.footer-001-footer .credits.vcenter {
		text-align: right;
		width: 100%;
		display: block;
	}

	.footer-001-footer .credits img {
/*
		width:109px;
*/
	}

	.footer-001-footer .company {
		padding: 0;
	}

	.footer-001-footer .copyright {
		float: none;
		width: 100%;
		padding: 0 0;
	}

	.footer-001-footer .credits {
		float: none;
		width: 100%;
		padding: 0 0;
/*
		height: 66px;
*/
		padding: 0 0;
		margin: 0;
		display: flex;
		justify-content: flex-end;
	}
	.footer-001-footer .footer-container-credit-cards {
		align-items: start;
		text-align: start;

	}
	.footer-001-footer .paymethode-footer-titolo {
		font-family: var(--nuovo-font);
		font-size: 16px;
		line-height: 14px;
		letter-spacing: -1px;
		margin: 0 0px 10px 0;
		color: var(--color-footer-001);
	}
}

@media only screen and (max-width: 480px)
{
	.footer-001-footer .copyright-credits .container {
		padding: 20px 20px 20px 20px!important;
	}
	.footer-001-footer .container {
		padding: 50px 20px 0 20px !important;
	}

	.footer-001-footer .copyright-credits {
/*      
		bottom: 15px;
*/      
		bottom:0;
	}
}

/*--- ! ---*/

:root {
    --border-radius-language-footer:25px;
    --border-radius-language-tendina-footer:10px;
}
.language-selector.footer-selector {
    margin: 30px 0 0 0;
}

.language-selector.immagini.footer-selector {
    margin: 0px 0 10px 0;
}

.language-selector.footer-selector.tendina .langs-container {
    display: none; /* Nascondi di default */
    position: absolute;
    bottom: 100%; /* Posiziona sopra il pulsante del footer */
    left: 0;
    background-color: rgba(0, 0, 0, 1); /* Colore di sfondo del menu */
    border: 1px solid #ccc; /* Bordo per il menu */
    z-index: 2; /* Assicurati che sia sopra altri elementi */
    padding-top: 10px;
    transform: translateY(15px);
    padding-bottom: 25px;
    border-bottom: 0px;
}
.language-selector.tendina.footer-selector .selected-lang {
    margin: 0 0 10px 0;
    background-color: rgba(0, 0, 0, 1);
}

.language-selector.lista .selected-lang {
    padding: 8px 28px 8px 8px;
    margin-bottom: 10px;
}
.language-selector.lista.footer-selector.entrambi .langs-container {
    margin-bottom: 10px;
}

.language-selector.immagini.footer-selector {
    margin: 22px 0 5px 0;
}


.language-selector.footer-selector .langs-container {
    border-radius: var(--border-radius-language-tendina-footer) var(--border-radius-language-tendina-footer) 0 0;   
}

.language-selector.footer-selector.entrambi {
    margin: 22px 0 5px 0;
}

.footer-002 .language-selector.tendina .selected-lang {
    background-color: rgba(255, 255, 255, 1);
}

.footer-002 .language-selector.tendina .langs-container {
    background-color: rgba(255, 255, 255, 1);
}

.footer-003-simple-container .language-selector.tendina .selected-lang {
    background-color: rgba(255, 255, 255, 1);    
    margin: 0 0 0px 0;
}

.footer-003-simple-container .language-selector.tendina .langs-container {
    background-color: rgba(255, 255, 255, 1);
}

.footer-008-1600-footer .language-selector.tendina .selected-lang  {
    background-color: #efefef;
}

.footer-008-1600-footer .language-selector.tendina .langs-container  {
    background-color: #efefef;
}
/*--- panel menu ---*/
/*--- 
variabili pannello menu 
	colore sfondo pannello
	--bg-panel-menu:#fff;

	colore bordo a sinistra sub menu
	--border-left-sub-menu:#ddd;

	colore bordo in basso ai links
	--border-bottom-items:#ddd;

	colore link
	--link:#111;

	colore link hover
	--link-over:#777;

---*/
:root {
	--bg-panel-menu:#fff;
	--border-left-sub-menu:#ddd;
	--border-bottom-items:#ddd;
	--link:#111;
	--link-over:#777;
}

.panel-menu-001-panel-menu {
	position:fixed;
	top:0;
	bottom:0;
	width:100%;
	max-width: 420px;
	height:100%;
	z-index:9999999999999999999999999;
	margin:0;
	padding:0 0 0 0;
	background-color:var(--bg-panel-menu);
	overflow:hidden;
	display: none;
}

.panel-menu-001-panel-menu.panel-left {
	left:-100%;
	right:auto;
}

.panel-menu-001-panel-menu.panel-right {
	right:-100%;
	left:auto;
}

.panel-menu-001-panel-menu .header {
	position: relative;
	margin: 0;
	padding: 0;
	width:100%;
	height:90px;
}

.panel-menu-001-panel-menu .header a.close {
	position: absolute;
	top: 21px;
	right: 10px;
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	margin: 0;
	padding: 0 0 0 0;
	z-index: 888;
}

.panel-menu-001-panel-menu .header .title {
	position: relative;
	margin: 0;
	padding: 0;
	width: 240px;
	display: flex;
	align-items: center;
}

.panel-menu-001-panel-menu .header .title a img {
	width: auto;
	height: 90px;
}

.panel-menu-001-panel-menu .container {
	position: relative;
	margin: 0 0 0 0;
	padding: 20px 0 10px 0;
	width: 100%;
	height:calc(100% - 130px);
	overflow-y:auto;
	-webkit-overflow-scrolling: touch;
}

.panel-menu-001-panel-menu .panel-shadow {
	position: absolute;
	top: 90px;
	left: 0;
	bottom: auto;
	right: auto;
	width: 100%;
	height: 50px;
	z-index: 1;
/*
	background-repeat:repeat-x;
	background-position:left top;
	background-size:50px 50px;
	background-image: url(/assets/img/menu/panel-menu-shadow.png);
*/
	background: linear-gradient(to top,rgba(255,255,255,0.2) 0%,rgba(255,255,255,1)100%);
}

.panel-menu-001-panel-menu .content {
	position: relative;
	margin:0;
	padding:0 0 0 0;
	font-family: 'Lato', sans-serif;
}

.panel-menu-001-panel-menu .content .section {
	position:relative;
	margin:0;
	padding:0 0 0 0;
	display: table;
	width: 100%;
	clear: both;
	border-bottom: 1px solid var(--border-bottom-items);
}

.panel-menu-001-panel-menu .content .section.no-border:last-child,
.panel-menu-001-panel-menu .content .section.no-border {
	border-bottom: none;
}

.panel-menu-001-panel-menu .section .title {
	position: relative;
	margin: 0 0 0 0;
	padding: 0;
	font-size: 25px;
	font-weight: 300;
	color: var(--link);
	text-align: left;
	width: 100%;
	height: 51px;
	border-left: 10px solid transparent;
	display: flex;
	align-items: center;
}

.panel-menu-001-panel-menu .section .title.active {
	border-left: 10px solid var(--border-left-sub-menu);
	background-color: #f8f8f8;
}

.panel-menu-001-panel-menu .section.submenu .title.active {
	border-bottom: 1px solid var(--border-bottom-items);
}

.panel-menu-001-panel-menu .content ul li.active,
.panel-menu-001-panel-menu .content ul li.active a.active {
	background-color: #f8f8f8;
}

.panel-menu-001-panel-menu .section .title a {
	display: inline;
	align-items: center;
	float: left;
	width: calc(100% - 22px);
	padding: 0 0 0 25px;
	line-height: 20px;
}

.panel-menu-001-panel-menu .section .title a.with-icon {
/*
	display: flex;
*/
	display: inline;
	line-height: 25px;
}

.panel-menu-001-panel-menu .section .submenu a.with-icon {
	display: flex !important;
	align-items:center;
}

.panel-menu-001-panel-menu .with-icon img {
	float:left;
	margin-right:15px;
	width: 25px;
	height: 25px;
}

.panel-menu-001-panel-menu .section li .title {
	padding: 0 0 0 0;
}

.panel-menu-001-panel-menu .section img.submenu-open {
	position: relative;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	float: right;
	width: 25px;
	height: 25px;
	display: flex;
	align-items: center;
}

.panel-menu-001-panel-menu .page-link {

}

.panel-menu-001-panel-menu .page-link.with-icon {
	font-size:20px;
}

.panel-menu-001-panel-menu .page-link.with-icon img {
	float:left;
	margin-right:15px;
	width: 25px;
	height: 25px;
}

.panel-menu-001-panel-menu .content ul {
	position: relative;
	margin:0;
	padding:0 0 0 0px;
	width:100%;
	clear: both;
	display: none;
	border-left: 10px solid var(--border-left-sub-menu);
}

.panel-menu-001-panel-menu .content ul li ul {
	position: relative;
	margin:0;
	padding:0 0 10px 0;
	width:100%;
	clear: both;
	display: none;
}

.panel-menu-001-panel-menu .content ul li {
	position: relative;
	list-style-type: disc;
	list-style-position: inside;
	width: 100%;
	margin: 0 0 0 0;
	padding: 0 0 0 40px;
	clear: both;
	border-bottom: 1px solid var(--border-bottom-items);
	line-height: 50px;
}

.panel-menu-001-panel-menu .content ul li:last-child {
	border-bottom:none;
}

.panel-menu-001-panel-menu .content ul li a {
	position: relative;
	margin: 0 0 0 0;
	padding: 0 60px 0 0px;
	display: inline-block;
	width: 90%;
	font-size: 20px;
	font-weight: 300;
	color: var(--link);
	text-align: left;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

.panel-menu-001-panel-menu .content ul li a span {
	font-weight: 700;
	margin-left: 6px;
}

.panel-menu-001-panel-menu .section .title a:hover,
.panel-menu-001-panel-menu a.single:hover,
.panel-menu-001-panel-menu .content ul li a:hover {
	color: var(--link-over);
}

.panel-menu-001-panel-menu .content ul li a.evidence {
	font-weight: 400;
}

.panel-menu-001-panel-menu .content ul li a.submenu-open {
	border:none;
}

.panel-menu-001-panel-menu .content .single-image {
	position: relative;
	margin: 25px 10px 10px 10px;
	padding: 0 0 0 0;
	clear: both;
	display: flex;
	justify-content: center;
}

.panel-menu-001-panel-menu .content .single-image a {
}

.panel-menu-001-panel-menu .content .single-image a img.round {
	border-radius: 10px;
}

.panel-menu-001-panel-menu .footer {
	position: absolute;
	bottom:0;
	top: auto;
	left: 0;
	right: auto;
	margin: 0;
	padding: 0;
	width:100%;
	max-width: 420px;
	height:50px;
	clear: both;
	border-top: 1px solid var(--border-bottom-items);
	background-color: #fff;
}

.panel-menu-001-panel-menu .footer a {
	position:relative;
	margin:0;
	padding:0;
	width:100%;
	height:50px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size:14px;
	font-weight: 400;
	color: var(--link);
	text-transform: uppercase;
	font-family: Gotham Medium;
}

.panel-menu-001-panel-menu .footer a:hover {
	color: var(--link);
}

.panel-menu-001-panel-menu .footer a span {
	font-family: Gotham Black;
	padding-left: 5px;
}

.panel-menu-001-panel-menu .for-shop {
	position:absolute;
	right:60px;
	top:21px;
	width:80px;
}

@media only screen and (max-width: 590px) {

	.panel-menu-001-panel-menu .header-menu .title {
		padding: 0 0 0 0;
	}

}

@media only screen and (max-width: 480px) {

	.panel-menu-001-panel-menu .section .title {
		line-height: 20px;
	}

	.panel-menu-001-panel-menu .section .title a.page-link {
/*
		line-height: 46px;
*/		
	}

	.panel-menu-001-panel-menu .page-link {
		line-height: 46px;
	}

	.panel-menu-001-panel-menu-content ul li a {
		padding: 0 60px 0 28px;
		background-position: 18px center;
	}

	.panel-menu-001-panel-menu-content ul li ul li a {
		padding: 0 40px 0 40px;
		background-position: 30px center;
	}

	.panel-menu-001-panel-menu ul li a.page-link {
/*
		display: contents;
*/
	}

	.panel-menu-001-panel-menu a.single {
		padding: 0 0 0 30px;
	}

}

@media only screen and (max-width: 320px) {

	.panel-menu-001-panel-menu .section .title {
		font-size: 20px;
	}

	.panel-menu-001-panel-menu .content ul li a {
		padding: 0 20px 0 0px;
		font-size: 18px;
	}

	.panel-menu-001-panel-menu .for-shop {
		top:15px;
	}

	.panel-menu-001-panel-menu .header a.close {
		top: 15px;
	}

}

/*--- ! ---*/

	:root {
		--colore-0: transparent;
		--colore-1: #583132;
		--colore-2: #6d4344;
		--colore-3: #f5f0eb;
		--colore-4: #8b6914;
		--colore-5: #3a5a40;

		--colore-h: #2d1a1b;
		--colore-p: #4a3536;

		--nuovo-font: 'nuovofont', sans-serif;
		--font-body: 'Lato', sans-serif;
		--ease-out-expo: cubic-bezier(0.16, 1, 0.3, 1);
	}

	.colore-0 { color: var(--colore-0) }
	.colore-1 { color: var(--colore-1) }
	.colore-2 { color: var(--colore-2) }
	.colore-3 { color: var(--colore-3) }
	.colore-4 { color: var(--colore-4) }
	.colore-5 { color: var(--colore-5) }

	.bg-colore-0 { background-color: var(--colore-0) }
	.bg-colore-1 { background-color: var(--colore-1) }
	.bg-colore-2 { background-color: var(--colore-2) }
	.bg-colore-3 { background-color: var(--colore-3) }
	.bg-colore-4 { background-color: var(--colore-4) }
	.bg-colore-5 { background-color: var(--colore-5) }

	.blueimp-gallery > .prev,
	.blueimp-gallery > .next {
    	width: auto;
    	height: auto;
    	background: transparent;
    	border: none;
    	opacity: 0.9;
    	box-shadow: inset 0 0 25px 0 rgba(0,0,0,0.5);
	}
	.blueimp-gallery > .close {
		width: 50px;
    	height: 50px;
    	border-radius: 50%;
    	overflow: hidden;
    	margin: 0;
    	opacity: 0.9;
    	padding: 0;
	}

	/*--- personalizzazoione pulsante intro ---*/
	.intro-001-intro-block a {
    	position: relative;
    	display: inline-block;
    	padding: 8px 50px 10px 50px;
    	text-align: center;
    	border-style: solid;
    	border-width: 2px;
    	border-color: rgba(255,255,255,0.40);
    	color: #fff;
    	font-family: 'Lato', sans-serif;
    	font-size: 20px;
    	letter-spacing: -1px;
    	background-color: transparent;
    	border-radius: 100px;
	}

	.intro-001-intro-block a:hover {
    	background-color: #fff;
    	color: #333;
	}

	.intro-001-intro-block a.eventi {
    	position: relative;
    	display: inline-block;
    	padding: 8px 50px 10px 50px;
    	text-align: center;
    	border-style: solid;
    	border-width: 2px;
    	border-color: rgba(255,255,255,0.40);
    	color: #753b3e;
    	font-family: 'Lato', sans-serif;
    	font-size: 20px;
    	letter-spacing: -1px;
    	background-color: rgba(255,255,255,1);
    	border-radius: 100px;
	}

	.intro-001-intro-block a.eventi:hover {
    	background-color: transparent;
    	color: #fff;
	}

/* text align */

@media only screen and (max-width: 480px) {
    .text-left-smartphone {
		text-align: left;
    }
    .text-center-smartphone {
		text-align: center;
    }
    .text-right-smartphone {
		text-align: right;
    }
}

@media only screen and (min-width: 481px) and (max-width: 768px) {
    .text-left-tablet {
		text-align: left;
    }
    .text-center-tablet {
		text-align: center;
    }
    .text-right-tablet {
		text-align: right;
    }
}

@media only screen and (max-width: 768px) {
    .text-left-mobile {
		text-align: left;
    }
    .text-center-mobile {
		text-align: center;
    }
    .text-right-mobile {
		text-align: right;
    }
}

@media only screen and (min-width: 769px) {
    .text-left-desktop {
		text-align: left;
    }
    .text-center-desktop {
		text-align: center;
    }
    .text-right-desktop {
		text-align: right;
    }
}

/*--- personalizzabile tramite override end ---*/

@media only screen and (min-width: 769px) { /* Desktop */
    .classe {
        padding: 0px 0px 0px 0px;
    }
}

@media only screen and (min-width: 481px) and (max-width: 768px) { /* Tablet */
    .classe {
        padding: 0px 0px 0px 0px;
    }
}

@media only screen and (max-width: 768px) { /* Smartphone + Tablet */
    .classe {
        padding: 0px 0px 0px 0px;
    }
}

@media only screen and (max-width: 480px) { /* Smartphone */
    .classe {
        padding: 0px 0px 0px 0px;
    }
}

/*--- typography ---*/

	h1.nuovofont,
	h2.nuovofont,
	h3.nuovofont,
	h4.nuovofont,
	h5.nuovofont,
	h6.nuovofont,
	.titolo-h1,
	.titolo-h2,
	.titolo-h3,
	.titolo-h4,
	.titolo-h5,
	.titolo-h6,
	.titolo-xl,
	.titolo-xxl,
	.titolo-xxxl {
		font-family: var(--nuovo-font);
		color: var(--colore-h);
	}

	h1.nuovofont,
	.titolo-h1 {
		font-size: clamp(2.813rem, 2.5738rem + 0.7940vw, 4.063rem) /* 45px 65px | 481px 3000px */;
		line-height: clamp(2.813rem, 2.5738rem + 0.7940vw, 4.063rem) /* 45px 65px | 100% | 481px 3000px */;
		font-weight: 900;
		letter-spacing: -3px;
		margin: 20px 0 30px 0;
	}

	h2.nuovofont,
	.titolo-h2 {
		font-size: clamp(2.500rem, 2.3210rem + 0.5955vw, 3.438rem) /* 40px 55px | 481px 3000px */;
		line-height: clamp(2.500rem, 2.3210rem + 0.5955vw, 3.438rem) /* 40px 55px | 100% | 481px 3000px */;
		font-weight: 800;
		letter-spacing: -2px;
		margin: 20px 0 25px 0;
	}

	h3.nuovofont,
	.titolo-h3 {
		font-size: clamp(2.188rem, 1.9188rem + 0.8937vw, 2.813rem) /* 35px 45px | 481px 1600px */;
		line-height: clamp(2.188rem, 1.9188rem + 0.8937vw, 2.813rem) /* 35px 45px | 100% | 481px 1600px */;
		font-weight: 700;
		letter-spacing: -1px;
		margin: 20px 0 20px 0;
	}

	h4.nuovofont,
	.titolo-h4 {
		font-size: clamp(2.000rem, 1.8388rem + 0.5362vw, 2.375rem) /* 32px 38px | 481px 1600px */;
		line-height: clamp(2.100rem, 1.9307rem + 0.5630vw, 2.494rem) /* 32px 38px | 105% | 481px 1600px */;
		font-weight: 600;
		letter-spacing: -1px;
		margin: 20px 0 10px 0;
	}

	h5.nuovofont,
	.titolo-h5 {
		font-size: clamp(1.750rem, 1.6425rem + 0.3575vw, 2.000rem) /* 28px 32px | 481px 1600px */;
		line-height: clamp(1.925rem, 1.8068rem + 0.3932vw, 2.200rem) /* 28px 32px | 110% | 481px 1600px */;
		font-weight: 500;
		letter-spacing: -1px;
		margin: 20px 0 10px 0;
	}

	h6.nuovofont,
	.titolo-h6 {
		font-size: clamp(1.500rem, 1.4463rem + 0.1787vw, 1.625rem) /* 24px 26px | 481px 1600px */;
		line-height: clamp(1.800rem, 1.7355rem + 0.2145vw, 1.950rem) /* 24px 26px | 120% | 481px 1600px */;
		font-weight: 500;
		letter-spacing: -1px;
		margin: 20px 0 10px 0;
	}

	.titolo-xl {
		font-size: calc(50px + (80 - 50) * ((100vw - 320px) / (3000 - 320)));
		line-height: calc(50px + (80 - 50) * ((100vw - 320px) / (3000 - 320)));
		font-weight: 900;
		letter-spacing: -3px;
		margin: 20px 0 30px 0;
	}

	.titolo-xxl {
		font-size: calc(60px + (100 - 60) * ((100vw - 320px) / (3000 - 320)));
		line-height: calc(60px + (100 - 60) * ((100vw - 320px) / (3000 - 320)));
		font-weight: 900;
		letter-spacing: -3px;
		margin: 20px 0 30px 0;
	}

	.titolo-xxxl {
		font-size: calc(75px + (120 - 75) * ((100vw - 320px) / (3000 - 320)));
		line-height: calc(75px + (120 - 75) * ((100vw - 320px) / (3000 - 320)));
		font-weight: 900;
		letter-spacing: -3px;
		margin: 20px 0 30px 0;
	}


	p {
		color: var(--colore-p);
	}
	/*
	p {
		font-family: 'Poppins', sans-serif;
		font-size: calc(16px + (18 - 16) * ((100vw - 320px) / (3000 - 320)));
		line-height: calc(23px + (25 - 23) * ((100vw - 320px) / (3000 - 320)));
	}

	ul li, ol li {
		font-size: calc(16px + (18 - 16) * ((100vw - 320px) / (3000 - 320)));
		line-height: calc(23px + (25 - 23) * ((100vw - 320px) / (3000 - 320)));
	}
	*/


@media screen and (min-width: 3001px) {

	h1.nuovofont,
	.titolo-h1 {
		font-size: 75px;
		line-height: 75px;
	}

	h2.nuovofont,
	.titolo-h2 {
		font-size: 65px;
		line-height: 65px;
	}

	h3.nuovofont,
	.titolo-h3 {
		font-size: 55px;
		line-height: 55px;
	}

	h4.nuovofont,
	.titolo-h4 {
		font-size: 45px;
		line-height: 45px;
	}

	h5.nuovofont,
	.titolo-h5 {
		font-size: 35px;
		line-height: 35px;
	}

	h6.nuovofont,
	.titolo-h6 {
		font-size: 25px;
		line-height: 25px;
	}

	.titolo-xl {
		font-size: 80px;
		line-height: 80px;
	}

	.titolo-xxl {
		font-size: 100px;
		line-height: 100px;
	}

	.titolo-xxxl {
		font-size: 120px;
		line-height: 120px;
	}

	/*
	p {
		font-size: 18px;
		line-height: 25px;
	}

	ul li, ol li {
		font-size: 18px;
		line-height: 25px;
	}
	*/
}

@media screen and (max-width: 319px) {

	h1.nuovofont,
	.titolo-h1 {
		font-size: 45px;
		line-height: 45px;
	}

	h2.nuovofont,
	.titolo-h2 {
		font-size: 40px;
		line-height: 40px;
	}

	h3.nuovofont,
	.titolo-h3 {
		font-size: 35px;
		line-height: 35px;
	}

	h4.nuovofont {
		font-size: 30px;
		line-height: 35px;
	}

	h5.nuovofont,
	.titolo-h5 {
		font-size: 25px;
		line-height: 30px;
	}

	h6.nuovofont,
	.titolo-h6 {
		font-size: 20px;
		line-height: 25px;
	}

	.titolo-xl {
		font-size: 50px;
		line-height: 50px;
	}

	.titolo-xxl {
		font-size: 60px;
		line-height: 60px;
	}

	.titolo-xxxl {
		font-size: 75px;
		line-height: 75px;
	}

	/*
	p {
		font-size: 16px;
		line-height: 23px;
	}

	ul li, ol li {
		font-size: 16px;
		line-height: 23px;
	}
	*/
}


/* ==========================================================================
   Balestra Header — Custom Nav + Mobile Menu (stile mercoledì)
   ========================================================================== */

/* --- HEADER TOP (sopra hero) --- */
.bh--top {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 90px;
	z-index: 1100;
	background: transparent;
}

.bh__inner {
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 50px;
	height: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

/* Logo */
.bh__logo {
	position: relative;
	margin: 0;
	padding: 0;
	width: auto;
	height: 90px;
	float: none;
	display: flex;
	align-items: center;
}

.bh--top .bh__logo img {
	height: 50px;
	width: auto;
}

/* Nav desktop */
.bh__nav {
	display: flex;
	align-items: center;
	height: 90px;
}

.bh__nav-desktop {
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	gap: 5px;
	list-style: none;
}

.bh__nav-desktop li {
	margin: 0;
	padding: 0;
}

.bh--top .bh__nav-desktop li a {
	padding: 10px 20px;
	display: block;
	color: rgba(255,255,255,0.9);
	font-family: 'Lato', sans-serif;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 3px;
	text-transform: uppercase;
	text-decoration: none;
	transition: color 0.25s ease;
}

.bh--top .bh__nav-desktop li a:hover {
	color: #fff;
}

/* --- Hamburger custom --- */
.bh__burger {
	display: none;
	background: none;
	border: none;
	cursor: pointer;
	padding: 8px;
	width: 36px;
	height: 30px;
	position: relative;
	flex-direction: column;
	justify-content: space-between;
	z-index: 1201;
}

.bh__burger span {
	display: block;
	width: 100%;
	height: 2px;
	background: #fff;
	transition: transform 0.3s ease, opacity 0.3s ease, background 0.3s ease;
	border-radius: 1px;
}

.bh--scroll .bh__burger span {
	background: #2d1a1b;
}

.bh__burger.is-active span {
	background: #fff;
}

.bh__burger.is-active span:nth-child(1) {
	transform: translateY(9px) rotate(45deg);
}

.bh__burger.is-active span:nth-child(2) {
	opacity: 0;
}

.bh__burger.is-active span:nth-child(3) {
	transform: translateY(-9px) rotate(-45deg);
}

/* --- Mobile menu overlay --- */
.bh__mobile-menu {
	position: fixed;
	top: 0;
	right: -100%;
	width: 100%;
	height: 100vh;
	height: 100dvh;
	background: #2d1a1b;
	z-index: 9999;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: right 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.bh__mobile-menu.is-open {
	right: 0;
}

/* Close X button */
.bh__mobile-close {
	position: absolute;
	top: 25px;
	right: 25px;
	width: 40px;
	height: 40px;
	background: none;
	border: none;
	cursor: pointer;
	padding: 0;
	z-index: 10;
}

.bh__mobile-close span {
	display: block;
	width: 28px;
	height: 2px;
	background: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	border-radius: 1px;
}

.bh__mobile-close span:nth-child(1) {
	transform: translate(-50%, -50%) rotate(45deg);
}

.bh__mobile-close span:nth-child(2) {
	transform: translate(-50%, -50%) rotate(-45deg);
}

.bh__mobile-close:hover span {
	background: #8b6914;
}

.bh__mobile-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}

.bh__mobile-menu ul li {
	margin: 0 0 10px 0;
}

.bh__mobile-menu ul li a {
	color: #fff;
	font-family: 'Lato', sans-serif;
	font-size: 22px;
	font-weight: 700;
	letter-spacing: 4px;
	text-transform: uppercase;
	text-decoration: none;
	padding: 15px 30px;
	display: inline-block;
	transition: color 0.25s ease;
}

.bh__mobile-menu ul li a:hover {
	color: #8b6914;
}

/* --- HEADER SCROLL --- */
.bh--scroll {
	position: fixed;
	top: -90px;
	left: 0;
	width: 100%;
	height: 64px;
	background: #fff;
	z-index: 1100;
	box-shadow: 0 1px 0 rgba(0,0,0,0.06);
}

.bh--scroll .bh__inner {
	height: 64px;
}

.bh--scroll .bh__logo {
	height: 64px;
}

.bh--scroll .bh__logo img {
	height: 32px;
	width: auto;
}

.bh--scroll .bh__nav {
	height: 64px;
}

.bh--scroll .bh__nav-desktop li a {
	padding: 8px 18px;
	color: #2d1a1b;
	font-family: 'Lato', sans-serif;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 3px;
	text-transform: uppercase;
	transition: color 0.25s ease;
}

.bh--scroll .bh__nav-desktop li a:hover {
	color: #8b6914;
}

/* --- RESPONSIVE: Tablet --- */
@media only screen and (max-width: 768px) {

	.bh__inner {
		padding: 0 25px;
	}

	.bh__nav-desktop {
		display: none;
	}

	.bh__burger {
		display: flex;
	}

	.bh--top .bh__logo img {
		height: 50px;
	}
}

/* --- RESPONSIVE: Smartphone --- */
@media only screen and (max-width: 480px) {

	.bh--top {
		height: 70px;
	}

	.bh__inner {
		padding: 0 20px;
	}

	.bh--top .bh__logo {
		height: 70px;
	}

	.bh--top .bh__logo img {
		height: 40px;
	}

	.bh--top .bh__nav {
		height: 70px;
	}

	.bh--scroll {
		height: 56px;
	}

	.bh--scroll .bh__inner {
		height: 56px;
	}

	.bh--scroll .bh__logo {
		height: 56px;
	}

	.bh--scroll .bh__logo img {
		height: 26px;
	}

	.bh--scroll .bh__nav {
		height: 56px;
	}

	.bh__mobile-close {
		top: 18px;
		right: 20px;
	}

	.bh__mobile-menu ul li a {
		font-size: 18px;
		letter-spacing: 3px;
		padding: 12px 20px;
	}
}


/*--- Balestra Testata custom (bh__testata) ---*/

.bh__testata {
	position: relative;
	width: 100%;
	height: 440px;
	background-color: var(--colore-h);
	background-size: cover;
	background-position: center;
	display: flex;
	align-items: flex-end;
	overflow: hidden;
}

.bh__testata::before {
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient(135deg, var(--colore-1) 0%, var(--colore-h) 100%);
	opacity: 0.6;
}

.bh__testata-inner {
	position: relative;
	z-index: 1;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 30px 35px;
	box-sizing: border-box;
}

.bh__testata h1 {
	font-family: var(--nuovo-font);
	font-size: clamp(2rem, 1.6rem + 2vw, 3rem);
	font-weight: 600;
	color: #fff;
	letter-spacing: -1px;
	line-height: 1.1;
	margin: 0;
}

@media only screen and (max-width: 768px) {
	.bh__testata {
		height: 180px;
	}

	.bh__testata-inner {
		padding: 0 20px 25px;
	}
}

@media only screen and (max-width: 480px) {
	.bh__testata {
		height: 150px;
	}
}
/* ==========================================================================
   Balestra SRL - Homepage Styles
   ========================================================================== */

html {
    scroll-behavior: smooth;
}

/* --- Sezione base --- */
.sezione {
    padding: 100px 0;
    overflow: hidden;
}

.sezione-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
}

/* --- Decorative line --- */
.linea-deco {
    width: 60px;
    height: 3px;
    background: var(--colore-4);
    margin-bottom: 25px;
    display: block;
}

.linea-deco--bianca {
    background: rgba(255,255,255,0.5);
}

.linea-deco--centro {
    margin-left: auto;
    margin-right: auto;
    display: block;
}

/* --- Sottotitolo label --- */
.sottotitolo {
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: var(--colore-4);
    margin-bottom: 15px;
    display: inline-block;
}

/* --- Titolo sezione generico --- */
.titolo-sezione {
    font-family: var(--nuovo-font);
    color: var(--colore-h);
    font-weight: 800;
    letter-spacing: -1.5px;
    margin-bottom: 25px;
    font-size: clamp(2rem, 1.6rem + 1.5vw, 3rem);
    line-height: 1.1;
}

/* --- Testo sezione generico --- */
.testo-sezione {
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    line-height: 1.9;
    color: var(--colore-p);
    max-width: 600px;
    font-weight: 400;
}

/* ==========================================================================
   A. HERO SLIDER CUSTOM
   ========================================================================== */
.hero-balestra {
    position: relative;
    width: 100%;
    height: 100vh;
    min-height: 600px;
    overflow: hidden;
}

.hero-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 1;
    transition: opacity 1.2s ease;
}

.hero-slide.is-active {
    opacity: 1;
    z-index: 2;
}

/* Ken Burns zoom effect */
.hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    transform: scale(1);
    transition: transform 8s ease-out;
}

.hero-slide.is-active .hero-bg {
    transform: scale(1.06);
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        to bottom,
        rgba(0,0,0,0.15) 0%,
        rgba(0,0,0,0.35) 50%,
        rgba(0,0,0,0.6) 100%
    );
}

/* Hero content */
.hero-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 3;
    padding: 0 90px 140px 100px;
    max-width: 900px;
}

@media only screen and (min-width: 1300px) {
    .hero-content {
        padding-left: clamp(6.25rem, -0.919rem + 8.8235vw, 15.625rem) /* 100px → 250px | 1300px → 3000px */;
    }
}

.hero-label {
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 5px;
    text-transform: uppercase;
    color: rgba(255,255,255,0.75);
    margin-bottom: 20px;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.8s ease 0.3s, transform 0.8s ease 0.3s;
}

.hero-slide.is-active .hero-label {
    opacity: 1;
    transform: translateY(0);
}

.hero-content h1 {
    font-family: var(--nuovo-font);
    color: #fff;
    font-weight: 900;
    font-size: clamp(2.8rem, 2rem + 3.5vw, 5rem);
    line-height: 1.05;
    letter-spacing: -3px;
    margin: 0 0 20px 0;
    text-shadow: 0 2px 40px rgba(0,0,0,0.3);
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.8s ease 0.5s, transform 0.8s ease 0.5s;
}

.hero-slide.is-active .hero-content h1 {
    opacity: 1;
    transform: translateY(0);
}

.hero-desc {
    font-family: 'Lato', sans-serif;
    font-size: 20px;
    line-height: 1.6;
    color: rgba(255,255,255,0.9);
    max-width: 520px;
    font-weight: 400;
    letter-spacing: 0.3px;
    text-shadow: 0 1px 10px rgba(0,0,0,0.3);
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.8s ease 0.7s, transform 0.8s ease 0.7s;
}

.hero-slide.is-active .hero-desc {
    opacity: 1;
    transform: translateY(0);
}

/* Hero navigation dots */
.hero-nav {
    position: absolute;
    bottom: 50px;
    right: 60px;
    z-index: 10;
    display: flex;
    gap: 12px;
    align-items: center;
}

.hero-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 2px solid rgba(255,255,255,0.5);
    background: transparent;
    cursor: pointer;
    padding: 0;
    transition: all 0.3s ease;
}

.hero-dot:hover {
    border-color: #fff;
}

.hero-dot.is-active {
    background: #fff;
    border-color: #fff;
    transform: scale(1.15);
}

/* Scroll indicator */
.hero-scroll {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
}

.hero-scroll-line {
    display: block;
    width: 1px;
    height: 50px;
    background: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,0.7));
    animation: scrollPulse 2s ease-in-out infinite;
}

@keyframes scrollPulse {
    0%, 100% { opacity: 0.4; transform: scaleY(0.7); }
    50% { opacity: 1; transform: scaleY(1); }
}

/* ==========================================================================
   B. CHI SIAMO - immagine grande con testo sovrapposto
   ========================================================================== */
.sezione-chi-siamo {
    background-color: #fff;
    padding: 120px 0;
}

.sezione-chi-siamo .griglia-2col {
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 80px;
    align-items: center;
}

.sezione-chi-siamo .col-img {
    position: relative;
    overflow: hidden;
}

.sezione-chi-siamo .col-img img {
    width: 100%;
    height: 550px;
    object-fit: cover;
    display: block;
}

.sezione-chi-siamo .col-img::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: -30px;
    width: 60%;
    height: 60%;
    border: 3px solid var(--colore-4);
    opacity: 0.2;
    pointer-events: none;
    z-index: 1;
}

.sezione-chi-siamo .col-testo .sottotitolo {
    color: var(--colore-1);
}

.sezione-chi-siamo .col-testo h2 {
    font-family: var(--nuovo-font);
    color: var(--colore-h);
    font-weight: 800;
    letter-spacing: -1.5px;
    margin-bottom: 25px;
    font-size: clamp(2rem, 1.6rem + 1.5vw, 2.8rem);
    line-height: 1.1;
}

.sezione-chi-siamo .col-testo p.testo-sezione {
    max-width: 100%;
}

/* ==========================================================================
   C. EREDITA' - sezione parallax con immagine legno
   ========================================================================== */
.sezione-eredita {
    position: relative;
    padding: 0;
    min-height: 550px;
    display: flex;
    align-items: center;
    background-image: url('/public/userdata/images/_pagine/_home/passione.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.sezione-eredita .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(88,49,50,0.93) 0%, rgba(45,26,27,0.92) 100%);
    z-index: 1;
}

.sezione-eredita .sezione-container {
    position: relative;
    z-index: 2;
    max-width: 850px;
    text-align: center;
    padding: 120px 40px;
}

.sezione-eredita .sottotitolo {
    color: rgba(255,255,255,0.65);
}

.sezione-eredita .linea-deco {
    background: rgba(255,255,255,0.5);
}

.sezione-eredita h2 {
    font-family: var(--nuovo-font);
    color: #fff;
    font-weight: 800;
    letter-spacing: -1.5px;
    margin-bottom: 30px;
    font-size: clamp(2rem, 1.6rem + 1.5vw, 3rem);
    line-height: 1.15;
    text-shadow: 0 1px 8px rgba(0,0,0,0.2);
}

.sezione-eredita p {
    font-family: 'Lato', sans-serif;
    font-size: 19px;
    line-height: 1.9;
    color: #fff;
    max-width: 700px;
    margin: 0 auto;
    font-weight: 400;
}

/* ==========================================================================
   D. QUALITA' - immagine full-height con testo
   ========================================================================== */
.sezione-qualita {
    background-color: var(--colore-3);
    padding: 120px 0;
}

.sezione-qualita .griglia-2col {
    display: grid;
    grid-template-columns: 1fr 1.1fr;
    gap: 80px;
    align-items: center;
}

.sezione-qualita .griglia-2col.invertita {
    grid-template-columns: 1.1fr 1fr;
    direction: rtl;
}

.sezione-qualita .griglia-2col.invertita > * {
    direction: ltr;
}

.sezione-qualita .col-img {
    position: relative;
    overflow: hidden;
}

.sezione-qualita .col-img img {
    width: 100%;
    height: 550px;
    object-fit: cover;
    display: block;
}

.sezione-qualita .col-img::before {
    content: '';
    position: absolute;
    top: -20px;
    left: -20px;
    width: 50%;
    height: 50%;
    border: 3px solid var(--colore-4);
    opacity: 0.15;
    pointer-events: none;
    z-index: 1;
}

.sezione-qualita .col-testo .sottotitolo {
    color: var(--colore-4);
}

.sezione-qualita .col-testo h2 {
    font-family: var(--nuovo-font);
    color: var(--colore-h);
    font-weight: 800;
    letter-spacing: -1.5px;
    margin-bottom: 25px;
    font-size: clamp(2rem, 1.6rem + 1.5vw, 2.8rem);
    line-height: 1.1;
}

.sezione-qualita .col-testo p.testo-sezione {
    max-width: 100%;
}

/* ==========================================================================
   E. SOSTENIBILITA' - split editorial (immagine + pannello)
   ========================================================================== */
.sezione-sostenibilita {
    position: relative;
    padding: 0;
    min-height: 700px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    overflow: hidden;
}

.sost-bg {
    position: relative;
    background-image: url('/public/userdata/images/_pagine/_home/sostenibilit%C3%A0.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    min-height: 700px;
}

.sost-bg::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(58,90,64,0.15) 0%, rgba(0,0,0,0.25) 100%);
}

.sost-panel {
    background: linear-gradient(160deg, #3f6346 0%, var(--colore-5) 40%, #2f4a34 100%);
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
}

/* Vertical accent line on left edge */
.sost-panel::before {
    content: '';
    position: absolute;
    top: 60px;
    left: 0;
    width: 1px;
    height: calc(100% - 120px);
    background: linear-gradient(to bottom, transparent, rgba(255,255,255,0.2), transparent);
}

/* Large decorative leaf watermark in background */
.sost-panel::after {
    content: '';
    position: absolute;
    bottom: -40px;
    right: -40px;
    width: 320px;
    height: 320px;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M100 10 C60 35,35 75,45 130 C55 170,85 190,100 190 C115 190,145 170,155 130 C165 75,140 35,100 10Z' fill='none' stroke='rgba(255,255,255,0.04)' stroke-width='2'/%3E%3Cline x1='100' y1='30' x2='100' y2='175' stroke='rgba(255,255,255,0.03)' stroke-width='1.5'/%3E%3Cpath d='M100 65 C85 58,65 68,55 82' fill='none' stroke='rgba(255,255,255,0.025)' stroke-width='1.2'/%3E%3Cpath d='M100 65 C115 58,135 68,145 82' fill='none' stroke='rgba(255,255,255,0.025)' stroke-width='1.2'/%3E%3Cpath d='M100 100 C82 92,58 105,48 125' fill='none' stroke='rgba(255,255,255,0.025)' stroke-width='1.2'/%3E%3Cpath d='M100 100 C118 92,142 105,152 125' fill='none' stroke='rgba(255,255,255,0.025)' stroke-width='1.2'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 1;
    pointer-events: none;
}

.sost-panel-inner {
    padding: 80px 70px;
    max-width: 600px;
    position: relative;
    z-index: 1;
}

/* SVG Icon */
.sost-icona {
    width: 80px;
    height: 80px;
    margin-bottom: 28px;
    animation: sostIconaFade 1.2s ease-out both;
}

.sost-icona svg {
    width: 100%;
    height: 100%;
}

@keyframes sostIconaFade {
    from {
        opacity: 0;
        transform: translateY(12px) scale(0.9);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.sezione-sostenibilita .sottotitolo {
    color: rgba(255,255,255,0.65);
}

.sezione-sostenibilita .linea-deco {
    background: rgba(255,255,255,0.5);
    width: 50px;
}

.sezione-sostenibilita h2 {
    font-family: var(--nuovo-font);
    color: #fff;
    font-weight: 800;
    letter-spacing: -1.5px;
    margin-bottom: 30px;
    font-size: clamp(1.8rem, 1.5rem + 1.2vw, 2.6rem);
    line-height: 1.2;
}

.sezione-sostenibilita p.testo-sezione {
    font-size: 17px;
    line-height: 1.9;
    color: rgba(255,255,255,0.82);
    max-width: 100%;
    font-weight: 400;
    margin-bottom: 14px;
}

.sezione-sostenibilita p.testo-sezione:last-child {
    margin-bottom: 0;
    padding-top: 6px;
    border-top: 1px solid rgba(255,255,255,0.08);
    margin-top: 6px;
    font-style: italic;
    color: rgba(255,255,255,0.7);
}

/* ==========================================================================
   F. FUTURO - sezione con immagine di sfondo
   ========================================================================== */
.sezione-futuro {
    position: relative;
    padding: 0;
    min-height: 500px;
    display: flex;
    align-items: center;
    background-image: url('/public/userdata/images/_pagine/_home/8.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.sezione-futuro .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(245,240,235,0.97) 0%, rgba(245,240,235,0.93) 100%);
    z-index: 1;
}

.sezione-futuro .sezione-container {
    position: relative;
    z-index: 2;
    max-width: 850px;
    text-align: center;
    padding: 120px 40px;
}

.sezione-futuro .sottotitolo {
    color: var(--colore-1);
}

.sezione-futuro h2 {
    font-family: var(--nuovo-font);
    color: var(--colore-h);
    font-weight: 800;
    letter-spacing: -1.5px;
    margin-bottom: 25px;
    font-size: clamp(2rem, 1.6rem + 1.5vw, 3rem);
    line-height: 1.1;
}

.sezione-futuro p {
    font-family: 'Lato', sans-serif;
    font-size: 19px;
    line-height: 1.9;
    color: var(--colore-p);
    max-width: 700px;
    margin: 0 auto;
    font-weight: 400;
}

/* ==========================================================================
   G. GALLERY STRIP - striscia immagini
   ========================================================================== */
.gallery-strip {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    height: 350px;
    overflow: hidden;
}

.gallery-strip .gallery-item {
    position: relative;
    overflow: hidden;
}

.gallery-strip .gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.gallery-strip .gallery-item:hover img {
    transform: scale(1.08);
}

.gallery-strip .gallery-item::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(88,49,50,0.15);
    transition: background 0.4s ease;
}

.gallery-strip .gallery-item:hover::after {
    background: rgba(88,49,50,0);
}

/* ==========================================================================
   H. CONTATTI - layout editoriale unificato su fondo scuro
   ========================================================================== */
.sezione-contatti {
    background: #fff;
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}

.sezione-contatti .sezione-container {
    max-width: 1200px;
    position: relative;
    z-index: 1;
}

/* --- Layout a due colonne asimmetriche --- */
.contatti-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    min-height: 480px;
}

/* ---- Colonna sinistra ---- */
.contatti-col-sx {
    padding: 60px 60px 60px 0;
    border-right: 1px solid rgba(88,49,50,0.12);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.contatti-sopratitolo {
    font-family: 'Lato', sans-serif;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    color: var(--colore-1);
    margin-bottom: 14px;
}

.contatti-titolo {
    font-family: var(--nuovo-font);
    font-size: clamp(2.4rem, 2rem + 1.5vw, 3.4rem);
    font-weight: 800;
    color: var(--colore-h);
    letter-spacing: -1.5px;
    line-height: 1.05;
    margin-bottom: 16px;
}

.contatti-intro {
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    line-height: 1.8;
    color: var(--colore-p);
    margin-bottom: 48px;
    max-width: 400px;
}

/* Eccoci — iPhone mockup con iframe */
.iphone-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    text-decoration: none;
    cursor: pointer;
    transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.iphone-link:hover {
    transform: translateY(-4px);
}

.iphone-link:hover .iphone-frame {
    box-shadow:
        0 30px 80px rgba(0,0,0,0.22),
        0 8px 24px rgba(0,0,0,0.12);
}

.iphone-label {
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    color: var(--colore-p);
    letter-spacing: 0.3px;
    transition: color 0.3s ease;
}

.iphone-label strong {
    color: #029100;
    font-weight: 700;
}

.iphone-link:hover .iphone-label {
    color: var(--colore-h);
}

/* Frame esterno — chassis */
.iphone-frame {
    width: 240px;
    position: relative;
    background: linear-gradient(145deg, #2a2a2a 0%, #1a1a1a 50%, #222 100%);
    border-radius: 35px;
    padding: 6px;
    box-shadow:
        0 20px 60px rgba(0,0,0,0.18),
        0 4px 12px rgba(0,0,0,0.1),
        inset 0 1px 0 rgba(255,255,255,0.06),
        inset 0 -1px 0 rgba(0,0,0,0.3);
    transition: box-shadow 0.4s ease;
}

/* Side buttons */
.iphone-btn {
    position: absolute;
    background: linear-gradient(to bottom, #3a3a3a, #2a2a2a);
    border-radius: 2px;
}

.iphone-btn--silent {
    width: 3px;
    height: 22px;
    left: -1px;
    top: 90px;
}

.iphone-btn--volup {
    width: 3px;
    height: 36px;
    left: -1px;
    top: 130px;
}

.iphone-btn--voldown {
    width: 3px;
    height: 36px;
    left: -1px;
    top: 176px;
}

.iphone-btn--power {
    width: 3px;
    height: 48px;
    right: -1px;
    top: 140px;
}

/* Bezel interno */
.iphone-bezel {
    background: #000;
    border-radius: 29px;
    overflow: hidden;
    position: relative;
}

/* Top bar con Dynamic Island */
.iphone-notch-area {
    background: #f9f9f9;
    height: 38px;
    position: relative;
    flex-shrink: 0;
}

/* Dynamic Island */
.iphone-notch {
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: 84px;
    height: 22px;
    background: #000;
    border-radius: 20px;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 8px;
}

.iphone-notch-cam {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: radial-gradient(circle at 35% 35%, #1a2744 0%, #0d1520 60%, #000 100%);
    box-shadow: inset 0 0 2px rgba(255,255,255,0.08);
}

/* Screen con iframe — carica a 375px e scala proporzionalmente */
.iphone-screen {
    width: 100%;
    height: 420px;
    position: relative;
    overflow: hidden;
    background: #f9f9f9;
}

/* 228px bezel / 355px = 0.642 | altezza iframe: 420/0.642 = 654px */
.iphone-screen iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 355px;
    height: 654px;
    border: none;
    pointer-events: none;
    transform: scale(0.642);
    transform-origin: top left;
}

/* Gradiente in basso per sfumare il taglio */
.iphone-screen::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50px;
    background: linear-gradient(to bottom, transparent, #f9f9f9);
    z-index: 2;
    pointer-events: none;
}

/* Home indicator — sovrapposto allo schermo */
.iphone-homebar {
    position: absolute;
    bottom: 6px;
    left: 50%;
    transform: translateX(-50%);
    width: 96px;
    height: 4px;
    background: rgba(0,0,0,0.2);
    border-radius: 2px;
    z-index: 6;
}

/* Riflesso vetro */
.iphone-bezel::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 45%;
    background: linear-gradient(
        165deg,
        rgba(255,255,255,0.04) 0%,
        rgba(255,255,255,0.01) 40%,
        transparent 60%
    );
    pointer-events: none;
    z-index: 5;
    border-radius: 38px 38px 0 0;
}

/* ---- Colonna destra: voci contatto ---- */
.contatti-col-dx {
    padding: 60px 0 60px 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0;
}

.contatti-voce {
    display: flex;
    align-items: flex-start;
    gap: 24px;
    padding: 28px 24px;
    border-bottom: none;
    background: var(--colore-3);
    margin-bottom: 12px;
    transition: transform 0.2s ease;
    border-radius: 10px;
}

.contatti-voce:hover {
    transform: translateX(4px);
}

.contatti-voce:last-child {
    margin-bottom: 0;
}

.contatti-voce-icona {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    display: flex;
    align-items: start;
    justify-content: center;
    background: transparent;
}

.contatti-voce-icona svg {
    width: 40px;
    height: 40px;
    fill: #fff;
}

.contatti-voce-corpo {
    flex: 1;
    min-width: 0;
}

.contatti-voce-corpo h3 {
    font-family: var(--nuovo-font);
    font-size: 17px;
    font-weight: 700;
    color: var(--colore-h);
    letter-spacing: -0.3px;
    margin-bottom: 10px;
}

.contatti-voce-corpo p {
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    line-height: 1.7;
    color: var(--colore-p);
    margin: 0;
}

.contatti-voce-corpo a {
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    color: var(--colore-p);
    text-decoration: none;
    transition: color 0.2s ease;
}

.contatti-voce-corpo a:hover {
    color: var(--colore-1);
}

.contatto-riga {
    display: flex;
    align-items: baseline;
    gap: 2px;
    margin-bottom: 20px;
    flex-direction: column;
}

.contatto-riga:last-child {
    margin-bottom: 0;
}

.contatto-chi {
    font-family: 'Lato', sans-serif;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    color: var(--colore-1);
    min-width: 65px;
}

/* ==========================================================================
   FOOTER - overlay scuro per leggibilità
   ========================================================================== */
.footer-001-footer {
    position: relative;
}

.footer-001-footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.75);
    z-index: 0;
    pointer-events: none;
}

.footer-001-footer > .container,
.footer-001-footer > .copyright-credits {
    position: relative;
    z-index: 1;
}

/* ==========================================================================
   RESPONSIVE: Tablet (max-width 768px)
   ========================================================================== */
@media only screen and (max-width: 768px) {
    /* Hero */
    .hero-balestra {
        min-height: 500px;
    }

    .hero-content {
        padding: 0 30px 120px 30px;
    }

    .hero-content h1 {
        letter-spacing: -2px;
    }

    .hero-desc {
        font-size: 17px;
    }

    .hero-nav {
        right: 30px;
        bottom: 40px;
    }

    .sezione {
        padding: 70px 0;
    }

    .sezione-container {
        padding: 0 25px;
    }

    /* Chi Siamo */
    .sezione-chi-siamo {
        padding: 80px 0;
    }

    .sezione-chi-siamo .griglia-2col {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .sezione-chi-siamo .col-img img {
        height: 400px;
    }

    .sezione-chi-siamo .col-img::after {
        display: none;
    }

    /* Eredita */
    .sezione-eredita .sezione-container {
        padding: 80px 25px;
    }

    .sezione-eredita,
    .sost-bg,
    .sezione-futuro {
        background-attachment: scroll;
    }

    /* Qualita */
    .sezione-qualita {
        padding: 80px 0;
    }

    .sezione-qualita .griglia-2col,
    .sezione-qualita .griglia-2col.invertita {
        grid-template-columns: 1fr;
        direction: ltr;
        gap: 40px;
    }

    .sezione-qualita .col-img img {
        height: 400px;
    }

    .sezione-qualita .col-img::before {
        display: none;
    }

    /* Sostenibilita */
    .sezione-sostenibilita {
        grid-template-columns: 1fr;
        min-height: auto;
    }

    .sost-bg {
        min-height: 350px;
    }

    .sost-panel::after {
        width: 220px;
        height: 220px;
        bottom: -30px;
        right: -30px;
    }

    .sost-panel-inner {
        padding: 60px 30px;
    }

    .sost-icona {
        width: 68px;
        height: 68px;
        margin-bottom: 24px;
    }

    /* Futuro */
    .sezione-futuro .sezione-container {
        padding: 80px 25px;
    }

    /* Gallery */
    .gallery-strip {
        height: 200px;
    }

    /* Contatti */
    .contatti-layout {
        grid-template-columns: 1fr;
        min-height: auto;
    }

    .contatti-col-sx {
        padding: 0 0 50px 0;
        border-right: none;
        border-bottom: 1px solid rgba(88,49,50,0.12);
        text-align: center;
        align-items: center;
    }

    .contatti-intro {
        max-width: 100%;
    }

    .iphone-link {
        margin: 0 auto;
    }

    .iphone-frame {
        width: 230px;
        border-radius: 40px;
        padding: 8px;
    }

    .iphone-bezel {
        border-radius: 34px;
    }

    .iphone-notch-area {
        height: 32px;
    }

    .iphone-screen {
        height: 390px;
    }

    /* 214px bezel / 355px = 0.603 | 390/0.603 = 647px */
    .iphone-screen iframe {
        height: 647px;
        transform: scale(0.603);
    }

    .iphone-notch {
        width: 72px;
        height: 18px;
        top: 8px;
    }

    .iphone-notch-cam {
        width: 6px;
        height: 6px;
    }

    .contatti-col-dx {
        padding: 50px 0 0 0;
    }

    .sezione-contatti {
        padding: 80px 0;
    }
}

/* ==========================================================================
   RESPONSIVE: Smartphone (max-width 480px)
   ========================================================================== */
@media only screen and (max-width: 480px) {
    /* Hero */
    .hero-balestra {
        min-height: 100vh;
        min-height: 100svh;
    }

    .hero-content {
        padding: 0 25px 110px 25px;
    }

    .hero-content h1 {
        letter-spacing: -1.5px;
    }

    .hero-desc {
        font-size: 16px;
        max-width: 100%;
    }

    .hero-label {
        font-size: 11px;
        letter-spacing: 3px;
    }

    .hero-nav {
        right: 25px;
        bottom: 35px;
        gap: 10px;
    }

    .hero-dot {
        width: 10px;
        height: 10px;
    }

    .hero-scroll {
        display: none;
    }

    .sezione {
        padding: 50px 0;
    }

    .sezione-container {
        padding: 0 20px;
    }

    .sezione-chi-siamo {
        padding: 60px 0;
    }

    .sezione-chi-siamo .col-img img {
        height: 300px;
    }

    .sezione-eredita .sezione-container {
        padding: 60px 20px;
    }

    .sezione-qualita {
        padding: 60px 0;
    }

    .sezione-qualita .col-img img {
        height: 300px;
    }

    .sezione-sostenibilita {
        min-height: auto;
    }

    .sost-bg {
        min-height: 280px;
    }

    .sost-panel::after {
        width: 160px;
        height: 160px;
        bottom: -20px;
        right: -20px;
    }

    .sost-panel-inner {
        padding: 45px 22px;
    }

    .sost-icona {
        width: 60px;
        height: 60px;
        margin-bottom: 20px;
    }

    .sezione-futuro .sezione-container {
        padding: 60px 20px;
    }

    .gallery-strip {
        grid-template-columns: 1fr;
        height: auto;
    }

    .gallery-strip .gallery-item {
        height: 200px;
    }

    /* Contatti */
    .sezione-contatti {
        padding: 60px 0;
    }

    .contatti-col-sx {
        padding-bottom: 40px;
    }

    .contatti-titolo {
        font-size: 2rem;
    }

    .contatti-intro {
        font-size: 15px;
        margin-bottom: 36px;
    }

    .iphone-frame {
        width: 210px;
        border-radius: 36px;
        padding: 7px;
    }

    .iphone-bezel {
        border-radius: 30px;
    }

    .iphone-notch-area {
        height: 28px;
    }

    .iphone-screen {
        height: 360px;
    }

    /* 196px bezel / 355px = 0.552 | 360/0.552 = 652px */
    .iphone-screen iframe {
        height: 652px;
        transform: scale(0.552);
    }

    .iphone-notch {
        width: 64px;
        height: 16px;
        top: 7px;
    }

    .iphone-notch-cam {
        width: 5px;
        height: 5px;
    }

    .iphone-btn {
        display: none;
    }

    .contatti-col-dx {
        padding-top: 40px;
    }

    .contatti-voce {
        gap: 16px;
        padding: 24px;
    }

    .contatti-voce-icona {
        width: 40px;
        height: 40px;
    }

    .contatti-voce-icona svg {
        width: 35px;
        height: 35px;
    }

    .contatto-riga {
        flex-direction: column;
        gap: 2px;
    }

    .contatto-chi {
        min-width: auto;
    }
}

