/* [sarda_lavori_home] — slider Lavori per la Home */
.smx-lhs{--smx-nero:#07110f;--smx-verde:#55d63d;--smx-nebbia:#eef3f0;--smx-linea:rgba(7,17,15,.12);--smx-secondario:#66736e;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}
.smx-lhs *{box-sizing:border-box}
.smx-lhs-testata{display:flex;justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:34px;flex-wrap:wrap}
.smx-lhs-etichetta{display:flex;align-items:center;gap:12px;font-size:11px;font-weight:850;letter-spacing:.13em;text-transform:uppercase;color:#238b2c;margin-bottom:12px}
.smx-lhs-etichetta:before{content:"";width:34px;height:2px;background:var(--smx-verde)}
.smx-lhs h2{margin:0;font-size:clamp(28px,2.6vw,40px);line-height:1.08;letter-spacing:-.03em;color:var(--smx-nero)}
.smx-lhs-nav{display:flex;gap:10px;flex:0 0 auto}
.smx-lhs-freccia{
	display:inline-flex;
	align-items:center;
	justify-content:center;
	box-sizing:border-box;
	width:46px;
	height:46px;
	min-width:46px;
	min-height:46px;
	max-width:46px;
	max-height:46px;
	flex:0 0 46px;
	padding:0;
	margin:0;
	line-height:1;
	border-radius:50%;
	border:1px solid var(--smx-linea);
	background:#fff;
	color:var(--smx-nero);
	cursor:pointer;
	transition:background .2s ease,border-color .2s ease,color .2s ease,transform .15s ease;
}
.smx-lhs-freccia svg{display:block;width:18px;height:18px;pointer-events:none}
.smx-lhs-freccia:hover{background:var(--smx-nero);color:#fff;border-color:var(--smx-nero)}
.smx-lhs-freccia:active{transform:scale(.93)}
.smx-lhs-freccia:focus-visible{outline:2px solid var(--smx-verde);outline-offset:2px}
.smx-lhs-pista{display:flex;gap:16px;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;padding-bottom:6px;-webkit-overflow-scrolling:touch;scrollbar-width:none}
.smx-lhs-pista::-webkit-scrollbar{display:none}
.smx-lhs-card{scroll-snap-align:start;flex:0 0 auto;width:min(320px,78vw);text-decoration:none;color:inherit;border-radius:12px;overflow:hidden;background:#fff;border:1px solid var(--smx-linea);display:flex;flex-direction:column;transition:transform .25s ease,box-shadow .25s ease}
.smx-lhs-card:hover{transform:translateY(-4px);box-shadow:0 18px 40px rgba(0,0,0,.10)}
.smx-lhs-media{aspect-ratio:4/3;overflow:hidden;background:var(--smx-nebbia)}
.smx-lhs-media img{width:100%;height:100%;object-fit:cover;display:block}
.smx-lhs-senza-foto{width:100%;height:100%;background:radial-gradient(circle at 80% 20%,rgba(85,214,61,.18),transparent 40%),linear-gradient(135deg,#0d1b18,#173029)}
.smx-lhs-corpo{padding:20px 20px 24px;display:flex;flex-direction:column;gap:8px}
.smx-lhs-badge{align-self:flex-start;font-size:11px;font-weight:800;letter-spacing:.06em;text-transform:uppercase;color:#238b2c;background:rgba(85,214,61,.12);padding:5px 10px;border-radius:999px}
.smx-lhs-corpo h3{margin:0;font-size:18px;line-height:1.25;letter-spacing:-.01em;color:var(--smx-nero)}
.smx-lhs-comune{font-size:13px;color:var(--smx-secondario)}
.smx-lhs-vuoto{padding:clamp(30px,4vw,52px);border:1px solid var(--smx-linea);border-radius:12px;background:#fff}
.smx-lhs-vuoto strong{font-size:19px;color:var(--smx-nero)}
.smx-lhs-vuoto p{margin:10px 0 0;color:var(--smx-secondario)}
.smx-lhs-fondo{margin-top:26px}
.smx-lhs-tutti{font-size:14px;font-weight:800;color:var(--smx-nero);text-decoration:none;border-bottom:2px solid var(--smx-verde);padding-bottom:2px}
@media(max-width:680px){
	.smx-lhs-testata{margin-bottom:22px}
	.smx-lhs-nav{display:none}
	.smx-lhs-card{width:82vw}
}
