*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:'Open Sans',sans-serif;line-height:1.6;color:#333;background-color:#fff!important;background:#fff!important}html{background-color:#fff!important;background:#fff!important}*{box-sizing:border-box}.hero-fullscreen{background-color:#fff;margin:0;padding:0}section{margin:0}body{background-color:#fff!important;margin:0;padding:0}html{background-color:#fff!important;margin:0;padding:0;scroll-behavior:smooth;scroll-padding-top:120px}.container{max-width:1200px;margin:0 auto;padding:0 20px}h1,h2,h3,h4,h5,h6{font-family:'Playfair Display',serif;font-weight:700;line-height:1.2;margin-bottom:1rem}h1{font-size:3rem;color:#8b4513}h2{font-size:2.5rem;color:#8b4513}h3{font-size:1.8rem;color:sienna}p{margin-bottom:1rem;color:#555}a{text-decoration:none;color:inherit;transition:color .3s ease}.btn{display:inline-block;padding:12px 30px;border:none;border-radius:5px;font-weight:600;text-align:center;cursor:pointer;transition:all .3s ease;text-decoration:none;font-size:1rem}.btn-primary{background:linear-gradient(135deg,#d2691e,tomato);color:#fff;box-shadow:0 4px 15px rgba(210,105,30,.3)}.btn-primary:hover{background:linear-gradient(135deg,tomato,#d2691e);transform:translateY(-2px);box-shadow:0 6px 20px rgba(210,105,30,.4)}.btn-secondary{background:#6c757d;color:#fff}.btn-secondary:hover{background:#5a6268}.btn-large{padding:15px 40px;font-size:1.1rem}.cookie-banner{position:fixed!important;bottom:0!important;left:0!important;right:0!important;width:100%!important;transform:translateY(100%)!important;background:#fff!important;border-top:1px solid #e9ecef!important;box-shadow:0 -5px 20px rgba(0,0,0,.1)!important;padding:1.5rem 2rem!important;z-index:99999!important;opacity:0!important;transition:all .5s cubic-bezier(.4, 0, .2, 1)!important;display:block!important}.cookie-banner.show{transform:translateY(0)!important;opacity:1!important}.cookie-content{display:flex;align-items:center;justify-content:space-between;gap:2rem;max-width:1200px;margin:0 auto}.cookie-text{flex:1}.cookie-text h4{margin:0 0 .5rem 0;font-size:1.2rem;color:#2c3e50;font-weight:700;font-family:'Playfair Display',serif;display:flex;align-items:center;gap:.8rem}.cookie-icon{font-size:1.4rem;color:#8b4513;animation:cookieFloat 3s ease-in-out infinite}@keyframes cookieFloat{0%,100%{transform:translateY(0) rotate(0)}50%{transform:translateY(-3px) rotate(3deg)}}.cookie-text p{margin:0;line-height:1.5;font-size:.95rem;color:#6c757d;font-weight:400}.cookie-text a{color:#8b4513;text-decoration:none;font-weight:600;border-bottom:1px solid transparent;transition:all .3s ease}.cookie-text a:hover{color:sienna;border-bottom-color:#8b4513}.cookie-buttons{display:flex;gap:.8rem;align-items:center;flex-shrink:0}.cookie-buttons .btn{padding:.7rem 1.8rem;border-radius:25px;font-size:.9rem;font-weight:600;border:none;cursor:pointer;transition:all .3s ease;font-family:'Open Sans',sans-serif;letter-spacing:.3px;white-space:nowrap}.cookie-buttons .btn-primary{background:linear-gradient(135deg,#8b4513 0,sienna 100%);color:#fff;box-shadow:0 4px 12px rgba(139,69,19,.3)}.cookie-buttons .btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(139,69,19,.4)}.cookie-buttons .btn-secondary{background:#f8f9fa;color:#6c757d;border:1px solid #dee2e6}.cookie-buttons .btn-secondary:hover{background:#e9ecef;color:#495057;transform:translateY(-1px)}.cookie-buttons .btn-outline{background:0 0;color:#8b4513;border:1px solid #8b4513;font-size:.85rem;padding:.6rem 1.4rem}.cookie-buttons .btn-outline:hover{background:#8b4513;color:#fff;transform:translateY(-1px)}@media (min-width:1200px){.cookie-banner{padding:2rem 3rem}.cookie-content{max-width:1400px}.cookie-text h4{font-size:1.3rem}.cookie-text p{font-size:1rem}.cookie-buttons .btn{padding:.8rem 2.2rem;font-size:1rem}}.header{background:rgba(45,45,45,.88)!important;backdrop-filter:blur(15px);position:fixed;top:0;width:100%;z-index:1000;box-shadow:0 2px 25px rgba(0,0,0,.12);border-bottom:1px solid rgba(210,105,30,.35)}.navbar{padding:1.2rem 0}.nav-container{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center}.nav-logo{display:flex;align-items:center;text-decoration:none}.logo{height:50px;width:auto;object-fit:contain;transition:all .3s ease}.logo:hover{transform:scale(1.05);opacity:.8}.nav-menu{display:flex;list-style:none;gap:0;background:0 0;padding:0}.nav-item{position:relative}.nav-link{display:block;font-weight:500;color:#fff;padding:1rem 2rem;text-decoration:none;font-size:.95rem;letter-spacing:.8px;transition:all .3s ease;white-space:nowrap;position:relative;text-transform:uppercase;font-family:'Open Sans',sans-serif}.nav-link::after{content:'';position:absolute;bottom:0;left:0;width:0;height:2px;background:#d2691e;transition:width .3s ease}.nav-link:hover::after{width:100%}.nav-link:hover{color:#d2691e}.nav-link.active{color:#d2691e;font-weight:600}.nav-link.active::after{width:100%}.hamburger{display:none;flex-direction:column;cursor:pointer;gap:4px;padding:.6rem;border-radius:8px;background:#f8f8f8;box-shadow:0 2px 6px rgba(0,0,0,.05)}.hamburger:hover{background:#f0f0f0}.bar{width:22px;height:2px;background:#8b4513;border-radius:1px;transition:all .2s ease}.hamburger:hover .bar{background:sienna}.hamburger.active .bar:first-child{transform:rotate(-45deg) translate(-5px,5px)}.hamburger.active .bar:nth-child(2){opacity:0}.hamburger.active .bar:nth-child(3){transform:rotate(45deg) translate(-5px,-5px)}.hero-fullscreen{position:relative;width:100%;height:100vh;min-height:100vh;overflow:hidden;margin:0;padding:0;background-color:#fff}.fullscreen-slider{position:relative;width:100%;height:100%}.slider-container{position:relative;width:100%;height:100%}.slide{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;transition:opacity .8s ease-in-out}.slide::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.25);z-index:1;pointer-events:none}.slide.active{opacity:1}.slide img{width:100%;height:100vh;min-height:100vh;object-fit:cover;display:block;object-position:center center;opacity:.8;transition:opacity .8s ease-in-out;background-color:#fff}.info-card{position:absolute;background:linear-gradient(145deg,#f5f5f5 0,#eeebe5 100%);backdrop-filter:blur(10px);border-radius:15px;padding:2rem 1.8rem;max-width:320px;min-width:280px;box-shadow:0 15px 35px rgba(0,0,0,.15),0 5px 15px rgba(139,69,19,.1),inset 0 1px 0 rgba(255,255,255,.8),0 0 0 3px rgba(210,105,30,.5);border:1px solid rgba(230,126,34,.2);z-index:15;font-family:'Playfair Display',serif;opacity:0;transform:translateY(20px) scale(.9);transition:all .6s ease}.info-card.active{opacity:1;transform:translateY(0) scale(1)}.info-card:hover{box-shadow:0 20px 45px rgba(0,0,0,.2),0 8px 20px rgba(139,69,19,.15),inset 0 1px 0 rgba(255,255,255,.9),0 0 0 3px rgba(210,105,30,.8);transform:translateY(-3px) scale(1.02)}.card-position-left{top:140px;left:120px;transform:translateY(0) rotate(-2deg)}.card-position-left.active{transform:translateY(0) rotate(-2deg) scale(1)}.card-position-right{bottom:120px;right:120px;transform:translateY(0) rotate(1deg)}.card-position-right.active{transform:translateY(0) rotate(1deg) scale(1)}.card-position-center{top:160px;left:50%;transform:translateX(-50%) translateY(0) rotate(-.5deg)}.card-position-center.active{transform:translateX(-50%) translateY(0) rotate(-.5deg) scale(1)}.card-badge{background:0 0;color:#e67e22;padding:.2rem 0;font-weight:700;text-transform:uppercase;letter-spacing:2px;font-size:.9rem;display:block;margin:0 auto .8rem auto;text-align:center;width:fit-content;position:relative;font-family:'Open Sans',sans-serif}.card-badge::after{content:'';position:absolute;bottom:-3px;left:50%;transform:translateX(-50%);width:30px;height:2px;background:#e67e22}.card-title{font-size:1.4rem;font-weight:700;color:#2c3e50;margin:0 0 1rem 0;letter-spacing:.5px;font-style:italic;text-align:center;line-height:1.2;overflow:visible;z-index:10;position:relative;padding:0 5px}.card-divider{height:2px;background:linear-gradient(90deg,#e67e22 0,#f39c12 50%,#e67e22 100%);margin:1rem 0;border-radius:1px}.card-subtitle{font-size:1.3rem;color:#2c3e50;line-height:1.5;margin:1.2rem 0;text-align:center;font-weight:700;font-style:normal}.card-icons{display:flex;justify-content:center;gap:1.2rem;margin-top:1.5rem;padding-top:1rem;border-top:1px solid rgba(230,126,34,.2)}.card-icons i{font-size:1rem;transition:transform .3s ease,color .3s ease;color:#e67e22}.card-icons i:hover{transform:scale(1.2);opacity:.8}.slider-nav{position:absolute;top:50%;transform:translateY(-50%);background:rgba(210,105,30,.15);border:3px solid rgba(210,105,30,.4);width:60px;height:60px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:1.5rem;color:#d2691e;transition:all .3s ease;z-index:10;backdrop-filter:blur(10px);box-shadow:0 4px 15px rgba(210,105,30,.2),0 0 0 2px rgba(255,255,255,.8)}.slider-nav:hover{background:rgba(210,105,30,.25);border-color:rgba(210,105,30,.7);color:tomato;transform:translateY(-50%) scale(1.1);box-shadow:0 6px 20px rgba(210,105,30,.3),0 0 0 2px #fff}.slider-nav.prev{left:30px}.slider-nav.next{right:30px}.slider-dots{position:absolute;bottom:40px;left:50%;transform:translateX(-50%);display:flex;gap:15px;z-index:10}.dot{width:14px;height:14px;border-radius:50%;background:rgba(210,105,30,.3);cursor:pointer;transition:all .3s ease;border:2px solid rgba(210,105,30,.5);backdrop-filter:blur(5px);box-shadow:0 2px 8px rgba(210,105,30,.2),0 0 0 1px rgba(255,255,255,.7)}.dot.active,.dot:hover{background:rgba(210,105,30,.8);border-color:#d2691e;transform:scale(1.3);box-shadow:0 4px 12px rgba(210,105,30,.4),0 0 0 1px #fff}section{padding:80px 0}.prodotti{padding:40px 0 80px 0!important}.section-header{text-align:center;margin-bottom:4rem}.section-title{margin-bottom:1rem}.section-subtitle{font-size:1.2rem;color:#666;max-width:600px;margin:0 auto}.chi-siamo{background:#fafafa;padding:60px 0}.chi-siamo-minimal{text-align:center;max-width:800px;margin:0 auto}.chi-siamo-text h2{font-size:2.5rem;color:#8b4513;margin-bottom:1.5rem;font-weight:700}.chi-siamo-text p{font-size:1.2rem;line-height:1.6;color:#666;margin-bottom:2rem;max-width:600px;margin-left:auto;margin-right:auto}.chi-siamo-features{display:flex;justify-content:center;gap:1.5rem;flex-wrap:wrap}.feature-tag{background:linear-gradient(135deg,#8b4513,#d2691e);color:#fff;padding:.6rem 1.5rem;border-radius:25px;font-size:.9rem;font-weight:600;letter-spacing:.5px;box-shadow:0 4px 15px rgba(139,69,19,.2);transition:transform .3s ease,box-shadow .3s ease}.feature-tag:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(139,69,19,.3)}.prodotti{background:#fff}.prodotti .section-header{margin-bottom:2rem!important}.prodotti-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem}.prodotto-card{background:linear-gradient(145deg,rgba(255,255,255,.08) 0,rgba(255,255,255,.03) 100%);backdrop-filter:blur(15px);border-radius:28px;padding:.8rem;box-shadow:0 12px 35px rgba(0,0,0,.15),0 6px 15px rgba(0,0,0,.1),inset 0 1px 0 rgba(255,255,255,.2),0 0 0 1px rgba(230,126,34,.3);border:2px solid transparent;background-clip:padding-box;transition:all .4s cubic-bezier(.4, 0, .2, 1);position:relative;text-align:center;display:flex;flex-direction:column;height:100%}.prodotto-card::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;border-radius:28px;padding:2px;background:linear-gradient(135deg,rgba(230,126,34,.4) 0,rgba(243,156,18,.3) 25%,rgba(255,193,7,.2) 50%,rgba(230,126,34,.3) 75%,rgba(210,105,30,.5) 100%);mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask-composite:xor;-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;z-index:-1;transition:all .4s cubic-bezier(.4, 0, .2, 1)}.prodotto-card:hover{transform:translateY(-10px) scale(1.03);box-shadow:0 25px 50px rgba(0,0,0,.2),0 12px 25px rgba(0,0,0,.15),inset 0 1px 0 rgba(255,255,255,.3),0 0 0 1px rgba(230,126,34,.6),0 0 30px rgba(230,126,34,.15)}.prodotto-card:hover::before{background:linear-gradient(135deg,rgba(230,126,34,.7) 0,rgba(243,156,18,.6) 25%,rgba(255,193,7,.4) 50%,rgba(230,126,34,.6) 75%,rgba(210,105,30,.8) 100%)}.prodotto-badge{display:none}.prodotto-title{font-size:1.4rem;font-weight:700;color:#fff;margin:0 0 .5rem 0;letter-spacing:.5px;font-style:italic;text-align:center;line-height:1.2;text-shadow:0 2px 4px rgba(0,0,0,.3)}.prodotto-divider{height:2px;background:linear-gradient(90deg,#e67e22 0,#f39c12 50%,#e67e22 100%);margin:.5rem auto;width:60px;border-radius:1px}.prodotto-description{font-size:1rem;color:#ecf0f1;line-height:1.7;margin:.5rem 0 .3rem 0;text-align:center;font-weight:500;text-shadow:0 1px 2px rgba(0,0,0,.4);padding:0 .5rem}.prodotto-image{height:240px;overflow:hidden;border-radius:20px;position:relative;background:rgba(255,255,255,.1);margin-bottom:.8rem}.prodotto-image::after{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(180deg,rgba(0,0,0,.05) 0,rgba(0,0,0,.1) 100%);pointer-events:none}.prodotto-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.prodotto-card:hover .prodotto-image img{transform:scale(1.05)}.prodotto-content{padding:1.2rem;background:linear-gradient(135deg,rgba(44,62,80,.95) 0,rgba(52,73,94,.92) 100%);position:relative;border-radius:20px;backdrop-filter:blur(10px);flex:1;display:flex;flex-direction:column;justify-content:center}.prodotto-icon{font-size:1.5rem;color:#f39c12;margin-right:.3rem;display:inline-block;text-shadow:0 1px 2px rgba(0,0,0,.3)}.prodotto-content p{color:#666;line-height:1.6}.contatti{background:#fafafa}.contatti-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem}.contatti-info{display:flex;flex-direction:column;gap:2rem}.info-item{display:flex;align-items:flex-start;gap:1rem}.info-item i{font-size:1.5rem;color:#d2691e;margin-top:.2rem;min-width:30px}.info-item h3{color:#8b4513;margin-bottom:.5rem;font-size:1.2rem}.info-item p{margin:0;color:#666}.info-item a{color:#d2691e;transition:color .3s ease}.info-item a:hover{color:#8b4513}.contatti-map{border-radius:15px;overflow:hidden;box-shadow:0 10px 30px rgba(0,0,0,.1)}.contatti-map iframe{border-radius:15px}.footer{background:#2c3e50;color:#fff;padding:3rem 0 1rem}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}.footer-section h3,.footer-section h4{color:tomato;margin-bottom:1rem}.footer-section p{color:#bdc3c7;margin-bottom:1rem}.footer-section ul{list-style:none}.footer-section ul li{margin-bottom:.5rem}.footer-section ul li a{color:#bdc3c7;transition:color .3s ease}.footer-section ul li a:hover{color:tomato}.social-links{display:flex;gap:1rem;margin-top:1rem}.social-links a{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:#34495e;border-radius:50%;color:#fff;transition:all .3s ease}.social-links a:hover{background:tomato;transform:translateY(-2px)}.footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid #34495e;color:#bdc3c7}@media (max-width:1200px) and (min-width:1025px){.logo{height:46px!important}.nav-link{padding:.9rem 1.2rem;font-size:.95rem}.prodotti-grid{grid-template-columns:repeat(3,1fr);gap:2rem}.prodotto-card{padding:1.2rem}}@media (min-width:1025px) and (max-width:1199px){.prodotti-grid{grid-template-columns:repeat(2,1fr)!important;gap:1.5rem!important;max-width:950px!important;margin:0 auto!important}.prodotto-card{transform:scale(.88)!important;padding:.9rem!important;border-radius:22px!important}.prodotto-card:hover{transform:translateY(-8px) scale(.9)!important}.prodotto-image{height:180px!important;border-radius:16px!important;margin-bottom:.7rem!important}.prodotto-content{padding:.9rem!important;border-radius:16px!important}.prodotto-title{font-size:1.15rem!important;margin-bottom:.4rem!important}.prodotto-description{font-size:.9rem!important;line-height:1.5!important;margin:.4rem 0!important}.prodotto-divider{width:45px!important;margin:.3rem auto!important}.prodotto-icon{font-size:1.3rem!important}}@media (max-width:1024px) and (min-width:769px){.logo{height:38px!important}.logo-text{font-size:1.1rem!important}.nav-container{padding:0 1rem;justify-content:space-between;align-items:center!important;min-height:60px!important}.hamburger{display:none!important}.nav-menu{display:flex!important;position:static!important;flex-direction:row!important;background:0 0!important;width:auto!important;box-shadow:none!important;padding:0!important;gap:.3rem!important;left:auto!important;top:auto!important;flex-wrap:nowrap!important;align-items:center!important}.nav-link{padding:.6rem .7rem!important;font-size:.8rem!important;margin:0!important;background:0 0!important;border-radius:5px!important;white-space:nowrap!important;min-width:auto!important;display:flex!important;align-items:center!important;justify-content:center!important;line-height:1!important}.nav-link:hover{background:rgba(139,69,19,.1)!important}.prodotti-grid{grid-template-columns:repeat(2,1fr)!important;gap:1.2rem!important;max-width:900px!important;margin:0 auto!important}.prodotto-card{max-width:100%!important;padding:.8rem!important;transform:scale(.9)!important;border-radius:20px!important}.prodotto-card:hover{transform:translateY(-8px) scale(.92)!important}.prodotto-image{height:160px!important;border-radius:15px!important;margin-bottom:.6rem!important}.prodotto-content{padding:.8rem!important;border-radius:15px!important}.prodotto-title{font-size:1.1rem!important;margin-bottom:.4rem!important}.prodotto-description{font-size:.85rem!important;line-height:1.4!important;margin:.4rem 0!important}.prodotto-divider{width:40px!important;margin:.3rem auto!important}.prodotto-icon{font-size:1.2rem!important}.contatti{padding:3rem 0!important}.contatti-info-horizontal{gap:1rem!important}.info-item-compact{padding:.8rem!important;font-size:.9rem!important}.orari-compact{font-size:.85rem!important}.footer{padding:2rem 0 1rem!important}.footer-compact{padding:0 1.5rem!important;max-width:100%!important}.footer-main{display:grid!important;grid-template-columns:1fr 2.2fr 1fr!important;gap:1.2rem!important;align-items:center!important;justify-items:center!important;min-height:80px!important}.footer-logo{display:flex!important;justify-content:flex-start!important;align-items:center!important;width:100%!important;padding-left:.5rem!important}.footer-logo img{width:220px!important;height:50px!important;object-fit:contain!important}.footer-links{display:grid!important;grid-template-columns:repeat(2,1fr)!important;grid-template-rows:repeat(3,1fr)!important;gap:.4rem .8rem!important;width:100%!important;text-align:center!important;align-items:center!important;align-content:center!important;justify-content:center!important}.footer-links a{font-size:.8rem!important;padding:.5rem .7rem!important;border-radius:5px!important;transition:background .2s ease!important;display:flex!important;align-items:center!important;justify-content:center!important;line-height:1.2!important;min-height:36px!important;white-space:nowrap!important}.footer-links a:hover{background:rgba(255,255,255,.1)!important}.footer-social{display:flex!important;justify-content:flex-end!important;align-items:center!important;gap:.6rem!important;width:100%!important;height:100%!important;padding-right:.5rem!important}.footer-social a{font-size:1.2rem!important;padding:.6rem!important;border-radius:50%!important;transition:all .2s ease!important;display:flex!important;align-items:center!important;justify-content:center!important;width:42px!important;height:42px!important;line-height:1!important}.footer-social a:hover{background:rgba(255,255,255,.1)!important;transform:scale(1.1)!important}.footer-bottom{padding:.8rem 0!important;border-top:1px solid #34495e!important;margin-top:1.5rem!important}.footer-bottom p{font-size:.8rem!important;text-align:center!important;margin:0!important}.hero-main-title{font-size:3.8rem}.hero-main-subtitle{font-size:1.6rem}.slider-nav{width:55px;height:55px}}@media (max-width:768px){.nav-container{padding:0 1rem}.logo{height:40px!important}.logo-text{font-size:1.1rem}.hamburger{display:flex;padding:.5rem;margin-right:.5rem}.bar{width:20px!important;height:2px!important}.nav-menu{position:fixed;left:-100%;top:75px;flex-direction:column;background:#fff;width:100%;text-align:center;transition:left .3s ease;box-shadow:0 4px 20px rgba(0,0,0,.15);padding:1.2rem 1rem;gap:.25rem;border-radius:0;border-top:2px solid #8b4513;z-index:9998}.nav-menu.active{left:0}.nav-link{padding:.8rem 1rem;font-size:.9rem;font-weight:600;width:100%;margin:.1rem 0;color:#8b4513!important;background:#f8f9fa;border-radius:5px;border:1px solid #e9ecef;transition:all .3s ease}.nav-link:hover{background:#8b4513!important;color:#fff!important;transform:translateY(-2px);box-shadow:0 4px 12px rgba(139,69,19,.3)}.nav-link.active{background:#8b4513!important;color:#fff!important}.cookie-banner{padding:1.2rem 1rem;transform:translateY(100%)}.cookie-banner.show{transform:translateY(0)}.cookie-content{flex-direction:column;text-align:center;gap:1.2rem;max-width:none}.cookie-text h4{font-size:1.1rem;justify-content:center}.cookie-text p{font-size:.9rem}.cookie-buttons{justify-content:center;flex-wrap:wrap;gap:.6rem}.cookie-buttons .btn{flex:1;min-width:100px;padding:.8rem 1.2rem;font-size:.85rem}.cookie-buttons .btn-outline{padding:.7rem 1rem;font-size:.8rem}.cookie-icon{font-size:1.2rem}.hero-fullscreen{height:70vh;min-height:500px}.hero-main-title{font-size:2.8rem;letter-spacing:1px}.hero-main-subtitle{font-size:1.3rem;line-height:1.3}.slider-nav{width:45px;height:45px;font-size:1.2rem}.slider-nav.prev{left:15px}.slider-nav.next{right:15px}.slider-dots{bottom:20px;gap:12px}.dot{width:12px;height:12px}.chi-siamo-compact{padding:2.5rem 0!important;background:linear-gradient(135deg,#f8f9fa 0,#fff 100%)}.chi-siamo-content{grid-template-columns:1fr!important;gap:2rem!important;text-align:center;padding:0 1rem;max-width:100%!important}.chi-siamo-image{max-width:220px!important;margin:0 auto;border-radius:12px;overflow:hidden;box-shadow:0 8px 25px rgba(139,69,19,.15)}.chi-siamo-image img{height:220px!important;width:100%;object-fit:cover}.chi-siamo-text h2{font-size:1.6rem!important;margin-bottom:1.2rem!important;color:#8b4513;font-family:'Playfair Display',serif;justify-content:center!important;text-align:center;line-height:1.3!important;flex-wrap:wrap}.chi-siamo-text h2 i{font-size:1.4rem!important;flex-shrink:0}.chi-siamo-text h3{font-size:1.2rem!important;margin-top:1.5rem!important;margin-bottom:.8rem!important;color:#8b4513;font-family:'Playfair Display',serif;justify-content:center!important;text-align:center}.chi-siamo-text h3 i{font-size:1rem!important}.chi-siamo-text p{font-size:1rem!important;line-height:1.6!important;margin-bottom:1.5rem!important;color:#555;text-align:justify;padding:0 .5rem}.chi-siamo-highlights{justify-content:center!important;gap:.8rem!important;flex-direction:column;align-items:center}.highlight-item{background:#f8f9fa;padding:1rem 1.5rem;border-radius:10px;border:1px solid #e9ecef;min-width:200px;justify-content:center;box-shadow:0 2px 8px rgba(0,0,0,.05)}.highlight-item i{font-size:1.2rem;color:#d2691e}.highlight-item{font-size:.9rem;padding:.5rem 1.2rem}.cookie-banner-content{flex-direction:column;text-align:center;gap:1rem}.cookie-buttons{justify-content:center}.cookie-content{width:95%;margin:1rem}.cookie-actions{justify-content:center}.contatti{padding:3rem 0}.contatti .section-header{margin-bottom:1.5rem}.contatti .section-title{font-size:2rem!important}.contatti-info-horizontal{flex-direction:column;gap:1rem;align-items:center}.info-item{font-size:.9rem}.info-item i{font-size:1rem}.info-item-compact{padding:.7rem .8rem!important;gap:.6rem!important;font-size:.85rem!important}.info-item-compact i{font-size:.9rem!important;width:16px!important}.contatti-info-horizontal{gap:.8rem!important}.orari-social-column{gap:1.2rem!important}.orari-compact{font-size:.8rem!important;gap:.4rem!important}.orari-label{font-size:.85rem!important}.orari-compact i{font-size:.9rem!important}.social-compact{font-size:.8rem!important}.social-label{font-size:.85rem!important}.social-compact{justify-content:center}.social-icons{gap:1rem}.social-icon{width:40px;height:40px}.social-icon i{font-size:1.1rem}.contatti-map-large iframe{height:300px}.footer{padding:2.5rem 0 1.5rem!important}.footer-main{grid-template-columns:1fr!important;text-align:center!important;gap:.8rem!important}.footer-logo{order:1;margin:1.5rem 0 .5rem 0;display:flex!important;justify-content:center!important;align-items:center!important;min-height:80px}.footer-logo img{width:320px!important;height:75px!important;object-fit:contain}.footer-links{order:2;justify-content:center!important;flex-wrap:wrap;gap:1rem!important;margin:.2rem 0}.footer-links a{font-size:1rem!important;padding:.7rem 1.2rem;background:rgba(230,126,34,.1);border-radius:25px;border:1px solid rgba(230,126,34,.3);transition:all .3s ease;display:inline-block;min-width:80px;text-align:center;font-weight:500}.footer-links a:active,.footer-links a:hover{background:#e67e22!important;color:#fff!important;transform:translateY(-2px);box-shadow:0 4px 12px rgba(230,126,34,.3)}.footer-social{order:3;justify-content:center!important;gap:1.5rem!important;margin-top:.2rem}.footer-social a{width:45px!important;height:45px!important;font-size:1.2rem!important;border-radius:50%;background:rgba(230,126,34,.1);border:2px solid rgba(230,126,34,.3);transition:all .3s ease}.footer-social a:active,.footer-social a:hover{background:#e67e22!important;color:#fff!important;border-color:#e67e22!important;transform:translateY(-3px) scale(1.1);box-shadow:0 6px 15px rgba(230,126,34,.4)}.footer-bottom{margin-top:2rem!important;padding-top:1.5rem!important}.footer-bottom p{font-size:.75rem!important;line-height:1.3;padding:0 1rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.prodotti .section-header{margin-bottom:1.5rem!important}.prodotti .section-subtitle{margin-bottom:1.5rem!important}.prodotti-grid{grid-template-columns:1fr;gap:1.5rem!important;margin-top:0!important}.prodotto-card{padding:.6rem!important;border-radius:20px!important;max-width:320px;margin:0 auto}.prodotto-image{height:180px!important;border-radius:15px!important;margin-bottom:.6rem!important}.prodotto-content{padding:1rem!important}.prodotto-title{font-size:1.1rem!important;margin-bottom:.5rem!important}.prodotto-description{font-size:.9rem!important;line-height:1.4!important;margin-bottom:.8rem!important}.features{justify-content:center}.cookie-content{flex-direction:column;text-align:center}.cookie-buttons{justify-content:center}}@media (max-width:480px){.container{padding:0 15px}.logo{height:35px!important}.nav-container{padding:0 .5rem}.hamburger{padding:.4rem;margin-right:.3rem}.bar{width:18px!important}.nav-menu{top:70px!important;padding:1rem .8rem!important;gap:.15rem!important}.nav-link{padding:.6rem .8rem!important;font-size:.8rem!important;margin:.08rem 0!important;border-radius:4px!important}.hero{padding:100px 15px 60px}.hero-title{font-size:2rem}section{padding:60px 0}.section-title{font-size:2rem}.chi-siamo-compact{padding:1.8rem 0!important}.chi-siamo-content{padding:0 .5rem;gap:1.5rem!important}.chi-siamo-image{max-width:180px!important;border-radius:10px!important}.chi-siamo-image img{height:180px!important}.chi-siamo-text h2{font-size:1.3rem!important;margin-bottom:1rem!important;line-height:1.2!important;flex-wrap:wrap}.chi-siamo-text h2 i{font-size:1.1rem!important;flex-shrink:0}.chi-siamo-text h3{font-size:1.1rem!important;margin-top:1.2rem!important;margin-bottom:.6rem!important}.chi-siamo-text h3 i{font-size:.9rem!important}.chi-siamo-text p{font-size:.9rem!important;line-height:1.5!important;margin-bottom:1.2rem!important;padding:0}.chi-siamo-highlights{gap:.6rem!important}.highlight-item{min-width:180px;padding:.8rem 1rem;font-size:.85rem}.prodotti .section-header{margin-bottom:1rem!important}.prodotti .section-subtitle{margin-bottom:1rem!important;font-size:1rem!important}.prodotti-grid{margin-top:0!important;gap:1.2rem!important}.contatti .section-title{font-size:1.8rem!important}.info-item{font-size:.8rem!important}.info-item i{font-size:.9rem!important}.info-item-compact{padding:.5rem .6rem!important;gap:.4rem!important;font-size:.75rem!important;border-radius:6px!important}.info-item-compact i{font-size:.8rem!important;width:14px!important}.contatti-info-horizontal{gap:.6rem!important}.orari-social-column{gap:1rem!important}.orari-compact{font-size:.7rem!important;gap:.3rem!important}.orari-label{font-size:.75rem!important}.orari-compact i{font-size:.8rem!important}.social-compact{font-size:.7rem!important}.social-label{font-size:.75rem!important}.social-compact i{font-size:.85rem!important}.footer{padding:2rem 0 1rem!important}.footer-logo{margin:1rem 0 .3rem 0!important;display:flex!important;justify-content:center!important;align-items:center!important;min-height:70px!important}.footer-logo img{width:280px!important;height:65px!important}.footer-links{gap:.8rem!important;margin:.1rem 0}.footer-links a{font-size:.9rem!important;padding:.4rem .8rem}.footer-social{gap:1.2rem!important}.footer-social a{width:40px!important;height:40px!important;font-size:1.1rem!important}.footer-bottom p{font-size:.65rem!important;padding:0 .5rem;line-height:1.3;text-align:center;word-break:break-word}.prodotto-card{max-width:280px!important;padding:.5rem!important}.prodotto-image{height:160px!important;border-radius:12px!important}.prodotto-content{padding:.8rem!important}.prodotto-title{font-size:1rem!important}.prodotto-description{font-size:.85rem!important;line-height:1.3!important}.btn{padding:10px 25px;font-size:.9rem}.btn-large{padding:12px 30px;font-size:1rem}}@keyframes fadeInUp{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.fade-in-up{animation:fadeInUp .6s ease-out}img{transition:opacity .3s ease}img[loading=lazy]{opacity:0}img[loading=lazy].loaded{opacity:1}@media (prefers-reduced-motion:reduce){*{animation-duration:0s!important;animation-iteration-count:1!important;transition-duration:0s!important}html{scroll-behavior:auto}}.btn:focus,.nav-link:focus,a:focus{outline:2px solid #FF6347;outline-offset:2px}.cookie-text p{margin:0;font-size:.9rem;line-height:1.4}.cookie-text p:first-child{font-size:1rem;margin-bottom:.5rem}.cookie-buttons{display:flex;gap:1rem;flex-shrink:0}.btn-cookie{padding:.6rem .5rem!important;border:none!important;border-radius:5px!important;font-size:.75rem!important;font-weight:600!important;cursor:pointer!important;transition:all .3s ease!important;width:130px!important;min-width:130px!important;max-width:130px!important;height:50px!important;text-align:center!important;flex:none!important;line-height:1.2!important;display:flex!important;align-items:center!important;justify-content:center!important}.btn-cookie.primary{background:#8b4513;color:#fff}.btn-cookie.primary:hover{background:sienna}.btn-cookie.secondary{background:#000!important;color:#fff!important;border:2px solid #000!important}.btn-cookie.secondary:hover{background:#333!important;color:#fff!important;border-color:#333!important;transform:translateY(-1px)!important}.cookie-modal{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.7);backdrop-filter:blur(5px);display:none;z-index:1001;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease}.cookie-modal.show{display:flex;opacity:1}.cookie-modal.show .cookie-content{transform:scale(1)}body.modal-open{overflow:hidden!important;position:fixed!important;width:100%!important;top:0!important}.cookie-modal .cookie-content{background:#fff!important;border-radius:12px!important;max-width:480px!important;width:90%!important;height:auto!important;max-height:none!important;overflow:hidden!important;box-shadow:0 15px 35px rgba(0,0,0,.25)!important;border:1px solid #e9ecef!important;position:relative!important;transform:scale(.9)!important;transition:transform .3s ease!important;display:flex!important;flex-direction:column!important}.cookie-header{display:flex!important;justify-content:center!important;align-items:center!important;padding:1rem 1.5rem!important;border-bottom:1px solid #eee!important;position:relative!important;text-align:center!important;order:1!important;flex-shrink:0!important}.cookie-header h3{margin:0!important;color:#8b4513!important;font-size:1.2rem!important;font-weight:600!important;text-align:center!important;font-family:'Playfair Display',serif!important;width:100%!important}.cookie-close{background:0 0!important;border:none!important;font-size:1.8rem!important;cursor:pointer!important;color:#999!important;padding:0!important;width:35px!important;height:35px!important;display:flex!important;align-items:center!important;justify-content:center!important;position:absolute!important;top:8px!important;right:8px!important;z-index:10!important;border-radius:50%!important;transition:all .2s ease!important}.cookie-close:hover{color:#d32f2f!important;background:rgba(255,0,0,.1)!important;transform:scale(1.15)!important}.cookie-body{padding:1.5rem!important;text-align:center!important;display:block!important;width:100%!important;flex:1!important;order:2!important}.cookie-body p{margin-bottom:1.2rem!important;color:#666!important;line-height:1.5!important;font-size:.95rem!important;max-width:450px!important;margin-left:auto!important;margin-right:auto!important}.cookie-options{display:flex!important;flex-direction:column!important;gap:.8rem!important}.cookie-option{display:flex!important;align-items:center!important;gap:.8rem!important;padding:.8rem!important;border:1px solid #eee!important;border-radius:6px!important}.cookie-switch{position:relative;display:inline-block;width:50px;height:24px;flex-shrink:0}.cookie-switch input{opacity:0;width:0;height:0}.slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#ccc;transition:.3s;border-radius:24px}.slider:before{position:absolute;content:"";height:18px;width:18px;left:3px;bottom:3px;background-color:#fff;transition:.3s;border-radius:50%}input:checked+.slider{background-color:#8b4513}input:checked+.slider:before{transform:translateX(26px)}input:disabled+.slider{opacity:.6;cursor:not-allowed}.cookie-info strong{color:#333;font-size:.95rem}.cookie-info p{margin:.3rem 0 0 0;font-size:.85rem;color:#666}.cookie-actions{padding:1rem 1.5rem!important;border-top:1px solid #eee!important;display:flex!important;flex-direction:row!important;gap:.5rem!important;align-items:center!important;justify-content:center!important;width:100%!important;order:3!important;flex-shrink:0!important;flex-wrap:wrap!important}@media (max-width:768px){.cookie-modal .cookie-content{width:95%!important;max-height:85vh!important;margin:1rem!important;max-width:400px!important}.cookie-header{padding:.8rem 1rem!important}.cookie-header h3{font-size:1.1rem!important}.cookie-close{top:5px!important;right:5px!important;width:30px!important;height:30px!important;font-size:1.6rem!important}.cookie-body{padding:1rem!important}.cookie-body p{font-size:.9rem!important;margin-bottom:1rem!important}.cookie-option{padding:.6rem!important}.cookie-actions{padding:.8rem 1rem!important;gap:.4rem!important;flex-direction:row!important;flex-wrap:wrap!important}.btn-cookie{width:100px!important;min-width:100px!important;max-width:100px!important;height:45px!important;padding:.4rem .2rem!important;font-size:.65rem!important;flex:none!important;line-height:1.1!important;display:flex!important;align-items:center!important;justify-content:center!important}}.contatti{padding:4rem 0}.contatti-ultra-compact{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}.contatti-info-horizontal{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap;margin-bottom:1rem}.orari-social-column{display:flex;flex-direction:column;align-items:center;gap:1rem;max-width:600px;margin:0 auto}.orari-compact{display:flex;align-items:center;gap:.5rem;color:#2c3e50;font-weight:500}.orari-label{font-weight:600;color:#2c3e50;font-size:1rem}.orari-compact i{color:#e67e22;font-size:1.1rem}.social-compact{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.social-label{font-weight:600;color:#2c3e50;font-size:1rem}.social-icons{display:flex;gap:.8rem}.social-icon{display:flex;align-items:center;justify-content:center;width:45px;height:45px;background:linear-gradient(135deg,#e67e22,#d35400);border-radius:50%;color:#fff;text-decoration:none;transition:all .3s ease;box-shadow:0 4px 12px rgba(230,126,34,.3)}.social-icon:hover{transform:translateY(-3px) scale(1.1);box-shadow:0 8px 20px rgba(230,126,34,.4)}.social-icon i{font-size:1.3rem}.info-item-compact{display:flex;align-items:center;gap:.8rem;padding:1rem;background:#fafafa;border-radius:8px;border-left:4px solid #8b4513}.info-item-compact i{color:#8b4513;font-size:1.1rem;width:20px;text-align:center}.info-item-compact a,.info-item-compact span{color:#333;text-decoration:none;font-weight:500}.info-item-compact a:hover{color:#8b4513}.contatti-map-large{border-radius:10px;overflow:hidden;box-shadow:0 10px 30px rgba(0,0,0,.1)}.contatti-map-large iframe{border-radius:10px}.footer{background:rgba(45,45,45,.88)!important;backdrop-filter:blur(15px)!important;color:#fff!important;padding:3px 0 8px!important;margin:0!important;line-height:1!important}.footer-compact{display:flex;flex-direction:column;gap:0}.footer-main{display:grid;grid-template-columns:2fr 2fr 1fr;gap:2rem;align-items:center}.footer-logo{display:flex;align-items:center;gap:.5rem}.footer-logo img{width:350px;height:80px;object-fit:contain}.footer-info h3{margin:0 0 .3rem 0;font-size:1.4rem;color:#fff;font-weight:600}.footer-info p{margin:0;font-size:1rem;color:#fff}.footer-links{display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:center}.footer-links a{color:#e67e22;text-decoration:none;font-size:.9rem;transition:color .3s ease}.footer-links a:hover{color:#d35400}.footer-social{display:flex;gap:1rem;justify-content:flex-end}.footer-social a{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:rgba(230,126,34,.2);color:#e67e22;border:2px solid #fff;border-radius:50%;text-decoration:none;transition:all .3s ease}.footer-social a:hover{background:#e67e22;color:#fff;transform:translateY(-2px)}.footer-bottom{text-align:center;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.1)}.footer-bottom p{margin:0;font-size:.85rem;color:#e67e22}.chi-siamo-compact{background:linear-gradient(135deg,#f8f9fa 0,#e9ecef 100%);padding:2rem 0;position:relative;margin:0;border-top:3px solid rgba(210,105,30,.4);border-bottom:3px solid rgba(139,69,19,.4);border-left:1px solid rgba(210,105,30,.2);border-right:1px solid rgba(139,69,19,.2);box-shadow:inset 0 3px 8px rgba(210,105,30,.08),inset 0 -3px 8px rgba(139,69,19,.08),0 2px 6px rgba(0,0,0,.03);overflow:hidden;width:100%;max-width:100vw}.chi-siamo-compact::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 20% 20%,rgba(210,105,30,.05) 0,transparent 50%),radial-gradient(circle at 80% 80%,rgba(139,69,19,.05) 0,transparent 50%);pointer-events:none}.chi-siamo-content{display:flex;flex-direction:column;align-items:center;max-width:900px;margin:0 auto;position:relative;z-index:2;overflow:visible;width:100%;padding:0 1rem}.chi-siamo-content::after,.chi-siamo-content::before{content:'';position:absolute;top:50%;transform:translateY(-50%);width:150px;height:150px;background-image:url('../images/branding/GP.png');background-size:cover;background-position:center;background-repeat:no-repeat;border-radius:15px;opacity:1;z-index:1;transition:all .4s ease;box-shadow:0 6px 20px rgba(139,69,19,.15);border:1px solid rgba(210,105,30,.2);display:none}.chi-siamo-content::before{left:-180px}.chi-siamo-content::after{right:-180px}@media (min-width:1400px){.chi-siamo-content::after,.chi-siamo-content::before{display:block}.chi-siamo-content:hover::after,.chi-siamo-content:hover::before{opacity:1;transform:translateY(-50%) scale(1.05);box-shadow:0 10px 30px rgba(139,69,19,.3)}}.chi-siamo-image{display:none}.chi-siamo-text h2{font-family:'Playfair Display',serif;font-size:2.4rem;color:#2c3e50;margin-bottom:2rem;font-weight:700;letter-spacing:-.3px;display:flex;align-items:center;justify-content:center;gap:.8rem;text-align:center;line-height:1.2;text-shadow:0 3px 6px rgba(44,62,80,.3),0 1px 3px rgba(255,255,255,.8)}.chi-siamo-text h2 i{color:#8b4513;font-size:2.4rem;filter:drop-shadow(0 3px 6px rgba(139, 69, 19, .5));text-shadow:0 2px 4px rgba(139,69,19,.4),0 1px 2px rgba(255,255,255,.8);font-weight:900}.gp-logo-inline{height:2.8rem;width:2.8rem;vertical-align:middle;margin:0 .5rem;border-radius:50%;box-shadow:0 3px 12px rgba(139,69,19,.4),0 1px 4px rgba(0,0,0,.2);transition:all .3s ease;filter:brightness(1.1) contrast(1.1);border:2px solid rgba(139,69,19,.2);object-fit:cover}.gp-logo-inline:hover{transform:scale(1.15);box-shadow:0 5px 20px rgba(139,69,19,.5),0 2px 8px rgba(0,0,0,.3);border-color:rgba(139,69,19,.4)}.chi-siamo-text{text-align:center;max-width:700px;background:rgba(255,255,255,.97);padding:1.8rem;border-radius:15px;box-shadow:0 12px 35px rgba(0,0,0,.15),0 4px 12px rgba(210,105,30,.12),inset 0 1px 0 rgba(255,255,255,.95),inset 0 0 0 3px rgba(210,105,30,.1);border:2px solid transparent;background-image:linear-gradient(rgba(255,255,255,.97),rgba(255,255,255,.97)),linear-gradient(135deg,rgba(210,105,30,.3) 0,rgba(139,69,19,.3) 50%,rgba(210,105,30,.3) 100%);background-origin:border-box;background-clip:padding-box,border-box;position:relative;z-index:3;backdrop-filter:blur(4px);margin:1rem 0}.chi-siamo-text p{font-size:1.05rem;color:#4a5568;line-height:1.7;margin-bottom:1.2rem;font-weight:400;text-align:center;padding:0 .5rem;position:relative;text-shadow:0 1px 2px rgba(255,255,255,.8)}.chi-siamo-text p:first-of-type{font-size:1.15rem;font-weight:500;color:#2d3748;text-shadow:0 1px 3px rgba(255,255,255,.9)}.chi-siamo-highlights{display:flex;gap:1.5rem;flex-wrap:wrap;justify-content:center;margin-top:2rem;padding:1.5rem;background:rgba(210,105,30,.05);border-radius:10px;border:1px solid rgba(210,105,30,.1)}.highlight-item{display:flex;align-items:center;gap:.6rem;color:#8b4513;font-size:.95rem;background:rgba(255,255,255,.8);padding:.8rem 1.2rem;border-radius:25px;box-shadow:0 2px 8px rgba(0,0,0,.1);border:1px solid rgba(210,105,30,.2);transition:all .3s ease}.highlight-item:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.15)}.highlight-item i{color:#e67e22;font-size:1.1rem}.feature-tag{background:rgba(230,126,34,.15);color:#f39c12;padding:.8rem 2rem;border:1px solid #f39c12;font-weight:500;font-size:.9rem;transition:all .3s ease;letter-spacing:1px;text-transform:uppercase;font-family:'Open Sans',sans-serif;border-radius:25px}.feature-tag:hover{background:#f39c12;color:#fff;transform:translateY(-2px);box-shadow:0 8px 25px rgba(243,156,18,.4)}.prodotti{background:linear-gradient(135deg,#4a4a4a 0,#3a3a3a 100%);padding:8rem 0;position:relative;margin-top:-5px}.prodotti::before{display:none}.section-header{text-align:center;margin-bottom:6rem}.contatti .section-header{margin-bottom:2rem}.section-title{font-family:'Playfair Display',serif;font-size:3.2rem;color:#faf8f5;margin-bottom:2rem;position:relative;font-weight:400;letter-spacing:-.5px;font-style:italic}.contatti .section-title{color:#2c3e50}.section-title::after{content:'';position:absolute;bottom:-20px;left:50%;transform:translateX(-50%);width:80px;height:3px;background:linear-gradient(90deg,transparent,#e67e22,#d35400,#e67e22,transparent);border-radius:2px}.section-subtitle{font-size:1.2rem;color:#aaa;max-width:600px;margin:0 auto;font-weight:300;font-style:italic;line-height:1.6}.prodotti-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:3rem;margin-top:5rem}.prodotto-card{background:linear-gradient(145deg,#2a2a2a 0,#1f1f1f 100%);border-radius:20px;overflow:hidden;box-shadow:0 15px 35px rgba(0,0,0,.3),0 5px 15px rgba(210,105,30,.1),inset 0 1px 0 rgba(255,255,255,.1);transition:all .4s cubic-bezier(.4, 0, .2, 1);border:2px solid transparent;background-clip:padding-box;position:relative;display:flex;flex-direction:column;height:100%}.prodotto-card::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;border-radius:20px;padding:2px;background:linear-gradient(135deg,rgba(210,105,30,.6) 0,rgba(230,126,34,.4) 25%,rgba(243,156,18,.3) 50%,rgba(210,105,30,.5) 75%,rgba(139,69,19,.6) 100%);mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask-composite:xor;-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;z-index:-1;transition:all .4s cubic-bezier(.4, 0, .2, 1)}.prodotto-card:hover{transform:translateY(-12px) scale(1.02);box-shadow:0 25px 50px rgba(0,0,0,.4),0 15px 25px rgba(210,105,30,.3),inset 0 1px 0 rgba(255,255,255,.2),0 0 35px rgba(210,105,30,.2)}.prodotto-card:hover::before{background:linear-gradient(135deg,rgba(210,105,30,.9) 0,rgba(230,126,34,.7) 25%,rgba(243,156,18,.6) 50%,rgba(210,105,30,.8) 75%,rgba(139,69,19,.9) 100%)}.prodotto-image{position:relative;overflow:hidden;height:280px;border-radius:18px;margin-bottom:.8rem}.prodotto-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.prodotto-card:hover .prodotto-image img{transform:scale(1.05)}.prodotto-content{padding:1.5rem;text-align:center;flex:1;display:flex;flex-direction:column;justify-content:center}.prodotto-content h3{font-family:'Playfair Display',serif;color:#d2691e;font-size:1.5rem;margin-bottom:.8rem;font-weight:400;font-style:italic}.prodotto-content p{color:#ccc;line-height:1.7;font-size:.95rem;font-weight:300;margin:0}.footer{background:linear-gradient(135deg,#3a3a3a 0,#2a2a2a 100%);color:#faf8f5;padding:4rem 0 2rem;position:relative;margin-top:-5px}.footer::before{display:none}@media (min-width:1200px) and (max-width:1400px){.hero-fullscreen{height:100vh!important;min-height:100vh!important;max-height:none!important;background-color:#fff;margin:0!important;padding:0!important}.slide{height:100vh!important;min-height:100vh!important}.slide img{height:100vh!important;min-height:100vh!important;opacity:.8!important}.slide::before{background:rgba(0,0,0,.3)!important}.chi-siamo-compact{margin-top:0!important;background:#fff!important;padding:4rem 2rem!important}.chi-siamo-content{padding:0 1rem!important;max-width:1200px!important;margin:0 auto!important}section{margin-top:0!important;margin-bottom:0!important}.info-card{max-width:200px!important;min-width:180px!important;padding:.8rem .7rem!important;transform:scale(.8)!important}.info-card.active{transform:scale(.8)!important}.card-position-left{top:120px!important;left:60px!important;transform:translateY(0) rotate(-2deg) scale(.85)!important}.card-position-left.active{transform:translateY(0) rotate(-2deg) scale(.85)!important}.card-position-right{bottom:120px!important;right:60px!important;transform:translateY(0) rotate(1deg) scale(.85)!important}.card-position-right.active{transform:translateY(0) rotate(1deg) scale(.85)!important}.card-position-center{top:140px!important;transform:translateX(-50%) translateY(0) rotate(-.5deg) scale(.85)!important}.card-position-center.active{transform:translateX(-50%) translateY(0) rotate(-.5deg) scale(.85)!important}.card-title{font-size:.9rem!important;margin-bottom:.4rem!important;line-height:1.1!important}.card-subtitle{font-size:.8rem!important;margin:.6rem 0!important;line-height:1.2!important}.card-badge{font-size:.7rem!important;margin-bottom:.4rem!important;letter-spacing:1px!important}.card-icons{margin-top:.6rem!important;padding-top:.6rem!important;gap:.8rem!important}.card-icons i{font-size:.7rem!important}.slider-nav{width:35px!important;height:35px!important;font-size:1rem!important}.slider-nav.prev{left:10px!important}.slider-nav.next{right:10px!important}.slider-dots{bottom:40px!important;gap:12px!important;z-index:20!important}.dot{width:12px!important;height:12px!important;background:rgba(210,105,30,.7)!important;border:2px solid rgba(255,255,255,.9)!important;box-shadow:0 2px 8px rgba(0,0,0,.3)!important}.dot.active,.dot:hover{background:rgba(210,105,30,.9)!important;border-color:#fff!important;transform:scale(1.2)!important;box-shadow:0 4px 12px rgba(0,0,0,.4)!important}section{padding-top:90px!important;margin-top:-15px!important}.header{height:75px!important}.navbar{padding:.8rem 0!important}.chi-siamo-compact{padding-top:100px!important;margin-top:-20px!important}.prodotti{padding-top:100px!important;margin-top:-20px!important}.contatti{padding-top:100px!important;margin-top:-20px!important}.prodotti-grid{grid-template-columns:repeat(2,1fr)!important;gap:1rem!important;max-width:800px!important;margin:0 auto!important}.prodotto-card{transform:scale(.85)!important;padding:.7rem!important;border-radius:18px!important}.prodotto-card:hover{transform:translateY(-6px) scale(.87)!important}.prodotto-image{height:140px!important;border-radius:12px!important;margin-bottom:.5rem!important}.prodotto-content{padding:.7rem!important;border-radius:12px!important}.prodotto-title{font-size:1rem!important;margin-bottom:.3rem!important}.prodotto-description{font-size:.8rem!important;line-height:1.3!important;margin:.3rem 0!important}.prodotto-divider{width:35px!important;margin:.2rem auto!important;height:1.5px!important}.prodotto-icon{font-size:1.1rem!important}}@media (max-width:768px) and (orientation:landscape){.hero-fullscreen{height:100vh!important;min-height:100vh!important}.info-card{max-width:220px!important;min-width:200px!important;padding:1rem .8rem!important;transform:scale(.85)!important}.info-card.active{transform:scale(.85)!important}.card-position-center,.card-position-left,.card-position-right{top:50%!important;bottom:auto!important;left:50%!important;right:auto!important;transform:translate(-50%,-50%) scale(.85)!important}.card-position-center.active,.card-position-left.active,.card-position-right.active{transform:translate(-50%,-50%) scale(.85)!important}.card-title{font-size:1rem!important;margin-bottom:.5rem!important;line-height:1.1!important}.card-subtitle{font-size:.9rem!important;margin:.7rem 0!important;line-height:1.2!important}.card-badge{font-size:.8rem!important;margin-bottom:.5rem!important}.card-icons{margin-top:.8rem!important;padding-top:.7rem!important;gap:.9rem!important}.card-icons i{font-size:.8rem!important}.slider-nav{width:35px!important;height:35px!important;font-size:1rem!important}.slider-nav.prev{left:15px!important}.slider-nav.next{right:15px!important}.slider-dots{bottom:20px!important;gap:8px!important}.dot{width:8px!important;height:8px!important}}@media (max-width:480px) and (orientation:landscape){.info-card{max-width:180px!important;min-width:160px!important;padding:.8rem .6rem!important;transform:scale(.75)!important}.info-card.active{transform:scale(.75)!important}.card-position-center,.card-position-left,.card-position-right{top:50%!important;bottom:auto!important;left:50%!important;right:auto!important;transform:translate(-50%,-50%) scale(.75)!important}.card-position-center.active,.card-position-left.active,.card-position-right.active{transform:translate(-50%,-50%) scale(.75)!important}.card-title{font-size:.9rem!important;margin-bottom:.4rem!important}.card-subtitle{font-size:.8rem!important;margin:.5rem 0!important}.card-badge{font-size:.7rem!important;margin-bottom:.4rem!important}.slider-nav{width:30px!important;height:30px!important;font-size:.9rem!important}.slider-nav.prev{left:10px!important}.slider-nav.next{right:10px!important}.slider-dots{bottom:15px!important;gap:6px!important}.dot{width:6px!important;height:6px!important}}@media (min-width:769px) and (max-width:1024px) and (orientation:landscape){.hero-fullscreen{height:90vh!important;min-height:600px!important}.info-card{max-width:260px!important;min-width:240px!important;padding:1.3rem 1.1rem!important}.card-position-left{top:100px!important;left:60px!important}.card-position-right{bottom:80px!important;right:60px!important}.card-position-center{top:120px!important}.slider-nav{width:45px!important;height:45px!important}.slider-nav.prev{left:20px!important}.slider-nav.next{right:20px!important}}@media (min-width:1300px) and (max-width:1400px) and (orientation:landscape){.hero-fullscreen{height:100vh!important;min-height:100vh!important;max-height:100vh!important;margin:0!important;padding:0!important;background-color:#fff}.slide{height:100vh!important;min-height:100vh!important;max-height:100vh!important}.slide img{height:100vh!important;min-height:100vh!important;max-height:100vh!important;opacity:.8!important}.fullscreen-slider{height:100vh!important;min-height:100vh!important;max-height:100vh!important}.slider-container{height:100vh!important;min-height:100vh!important;max-height:100vh!important}.slide::before{background:rgba(0,0,0,.3)!important}.chi-siamo-compact{margin-top:0!important;background:#fff!important;padding:4rem 2rem!important}.chi-siamo-content{padding:0 1.5rem!important;max-width:1200px!important;margin:0 auto!important;gap:2rem!important}section{margin-top:0!important;margin-bottom:0!important}.slider-dots{bottom:50px!important;gap:15px!important;z-index:25!important}.dot{width:14px!important;height:14px!important;background:rgba(210,105,30,.8)!important;border:2px solid #fff!important;box-shadow:0 3px 10px rgba(0,0,0,.4)!important}.dot.active,.dot:hover{background:#d2691e!important;border-color:#fff!important;transform:scale(1.3)!important;box-shadow:0 5px 15px rgba(0,0,0,.5)!important}.info-card{max-width:280px!important;min-width:260px!important;padding:1.4rem 1.2rem!important;transform:scale(.9)!important}.info-card.active{transform:scale(.9)!important}.card-position-left{top:140px!important;left:80px!important;transform:translateY(0) rotate(-2deg) scale(.9)!important}.card-position-left.active{transform:translateY(0) rotate(-2deg) scale(.9)!important}.card-position-right{bottom:160px!important;right:80px!important;transform:translateY(0) rotate(1deg) scale(.9)!important}.card-position-right.active{transform:translateY(0) rotate(1deg) scale(.9)!important}.card-position-center{top:160px!important;transform:translateX(-50%) translateY(0) rotate(-.5deg) scale(.9)!important}.card-position-center.active{transform:translateX(-50%) translateY(0) rotate(-.5deg) scale(.9)!important}}@media (max-width:1200px){.card-position-left{left:100px;top:150px}.card-position-right{right:100px;bottom:100px}.card-position-center{top:170px}}@media (max-width:768px){.info-card{max-width:240px!important;min-width:auto;margin:0 auto;padding:.9rem .8rem!important;border-radius:10px!important}.card-position-center,.card-position-left,.card-position-right{top:50%!important;bottom:auto!important;left:50%!important;right:auto!important;transform:translate(-50%,-50%)!important;margin-left:0!important;margin-right:0!important}.card-position-center.active,.card-position-left.active,.card-position-right.active{transform:translate(-50%,-50%)!important}.card-badge{font-size:.6rem!important;padding:.25rem .6rem!important;margin-bottom:.6rem!important}.card-title{font-size:1rem!important;margin-bottom:.4rem!important}.card-divider{margin:.4rem 0!important;height:1.5px!important}.card-subtitle{font-size:.75rem!important;line-height:1.2!important;margin:.5rem 0!important}.card-icons{gap:.6rem!important;margin-top:.5rem!important}.card-icons i{font-size:.85rem!important}}@media (max-width:480px){.info-card{max-width:200px!important;padding:.7rem .6rem!important;border-radius:8px!important}.card-position-center,.card-position-left,.card-position-right{top:50%!important;bottom:auto!important;left:50%!important;right:auto!important;transform:translate(-50%,-50%)!important;margin-left:0!important;margin-right:0!important}.card-position-center.active,.card-position-left.active,.card-position-right.active{transform:translate(-50%,-50%)!important}.card-badge{font-size:.55rem!important;padding:.2rem .5rem!important;margin-bottom:.4rem!important}.card-title{font-size:.9rem!important;margin-bottom:.3rem!important}.card-divider{margin:.3rem 0!important;height:1px!important}.card-subtitle{font-size:.65rem!important;line-height:1.1!important;margin:.4rem 0!important}.card-icons{gap:.4rem!important;margin-top:.4rem!important}.card-icons i{font-size:.75rem!important}.card-badge{font-size:.8rem;padding:.2rem 0;margin:0 auto .6rem auto;letter-spacing:1.5px}.prodotti-grid{grid-template-columns:1fr;gap:1.5rem}.prodotto-card{padding:1.5rem}.prodotto-icon{font-size:2rem}.prodotto-title{font-size:1.1rem}.prodotto-description{font-size:.9rem}}@media print{.cookie-banner,.header,.social-links{display:none}body{font-size:12pt;line-height:1.4}.hero,section{padding:20px 0}}body.policy-page{background-color:#f8f9fa!important}.cookie-page *,.privacy-page *{box-sizing:border-box;max-width:100%}.cookie-page,.cookie-page .back-to-home,.cookie-page .contact-info,.cookie-page .container,.cookie-page .cookie-content,.cookie-page .cookie-preferences,.cookie-page .cookie-section,.cookie-page .cookie-type{display:block!important;width:100%!important;float:none!important;position:static!important}.cookie-page,.privacy-page{background-color:#f8f9fa!important;min-height:100vh;padding-top:90px;padding-bottom:40px;display:block;width:100%}.cookie-page .container,.privacy-page .container{max-width:800px;margin:0 auto;padding:0 20px;display:block;width:100%}.cookie-page .cookie-content,.privacy-page .privacy-content{background:linear-gradient(135deg,#fff 0,#fefefe 100%)!important;border-radius:15px!important;box-shadow:0 10px 30px rgba(139,69,19,.1)!important;padding:2rem!important;margin:2rem auto!important;width:100%!important;max-width:1000px!important;display:block!important;box-sizing:border-box!important;border:1px solid rgba(139,69,19,.1)!important;align-items:initial!important;justify-content:initial!important;gap:initial!important}.cookie-page .cookie-content h1,.privacy-page .privacy-content h1{color:#8b4513;font-size:2.5rem;font-weight:700;text-align:center;margin:0 0 .5rem 0;padding:0 0 .8rem 0;border-bottom:3px solid #d2691e;position:relative;font-family:'Playfair Display',serif}.cookie-page .cookie-content h1::after,.privacy-page .privacy-content h1::after{content:'';position:absolute;bottom:-3px;left:50%;transform:translateX(-50%);width:60px;height:3px;background:linear-gradient(90deg,#d2691e,#8b4513);border-radius:2px}.last-updated{text-align:center;color:#666;font-style:italic;margin:0 0 2.5rem 0;padding:0;font-size:.9rem}.cookie-section,.privacy-section{margin:2rem 0;padding:0;display:block;width:100%;clear:both;animation:fadeInUp .6s ease-out;animation-fill-mode:both}.cookie-section:nth-child(2){animation-delay:.1s}.cookie-section:nth-child(3){animation-delay:.2s}.cookie-section:nth-child(4){animation-delay:.3s}.cookie-section:nth-child(5){animation-delay:.4s}.cookie-section:nth-child(6){animation-delay:.5s}@keyframes fadeInUp{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.cookie-section h2,.privacy-section h2{color:#8b4513;font-size:1.9rem;font-weight:600;margin:0 0 1rem 0;padding:.8rem 0 .8rem 1.5rem;border-left:5px solid #d2691e;background:linear-gradient(90deg,rgba(210,105,30,.1) 0,transparent 100%);border-radius:0 8px 8px 0;position:relative;font-family:'Playfair Display',serif}.cookie-section h2::before,.privacy-section h2::before{content:'';position:absolute;left:0;top:0;bottom:0;width:5px;background:linear-gradient(180deg,#d2691e,#8b4513);border-radius:0 3px 3px 0}.cookie-section h3,.privacy-section h3{color:sienna;font-size:1.5rem;font-weight:600;margin:1rem 0 .6rem 0;padding:.5rem 0;border-bottom:2px solid rgba(160,82,45,.2);font-family:'Playfair Display',serif}.cookie-section p,.privacy-section p{color:#444;line-height:1.8;margin:0 0 1rem 0;padding:0;font-size:1.05rem;text-align:justify;font-family:'Open Sans',sans-serif}.cookie-section ul,.privacy-section ul{margin:.6rem 0 1.2rem 0;padding:0;list-style:none}.cookie-section li,.privacy-section li{color:#444;margin:0 0 .6rem 0;padding:.3rem 0 .3rem 2rem;line-height:1.7;position:relative;font-size:1.05rem;font-family:'Open Sans',sans-serif}.cookie-section li::before,.privacy-section li::before{content:'✓';position:absolute;left:0;top:.3rem;color:#d2691e;font-weight:700;font-size:1.2rem}.cookie-table{margin:0;overflow-x:auto;width:100%;display:block}.cookie-table table{width:100%;border-collapse:collapse;background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 5px 20px rgba(139,69,19,.15);margin:1rem 0}.cookie-table th{background:linear-gradient(135deg,#8b4513 0,sienna 100%);color:#fff;padding:1.2rem;text-align:left;font-weight:600;font-size:1.1rem;font-family:'Playfair Display',serif}.cookie-table td{padding:1.2rem;border-bottom:1px solid #eee;color:#444;font-size:1.05rem;font-family:'Open Sans',sans-serif}.cookie-table tr:last-child td{border-bottom:none}.cookie-table tr:nth-child(2n){background:#f8f9fa}.cookie-table tbody tr:hover{background:#e9ecef;transition:background-color .2s ease}.cookie-type,.third-party-cookie{background:linear-gradient(135deg,#f8f9fa 0,#fff 100%);padding:1.5rem;border-radius:12px;margin:1.5rem 0;border-left:5px solid #d2691e;display:block;width:100%;box-sizing:border-box;box-shadow:0 3px 15px rgba(139,69,19,.08);border:1px solid rgba(210,105,30,.1)}.cookie-management{background:#e8f4f8;padding:.3rem;border-radius:8px;margin:0}.contact-info{background:linear-gradient(135deg,#f8f9fa 0,#fff 100%);padding:1.5rem;border-radius:12px;border-left:5px solid #8b4513;margin:1.5rem 0;box-shadow:0 3px 15px rgba(139,69,19,.08);border:1px solid rgba(139,69,19,.1)}.contact-info p{margin-bottom:0}.cookie-preferences{background:linear-gradient(135deg,#fff3cd 0,#fffbf0 100%);padding:2rem;border-radius:12px;text-align:center;margin:2rem 0;border:2px solid #ffeaa7;box-shadow:0 5px 20px rgba(255,234,167,.3)}.preference-buttons{display:flex;justify-content:center;gap:1rem;margin-top:1.5rem;width:100%;flex-wrap:wrap}.preference-buttons .btn{display:inline-block;margin:.5rem;min-width:220px;padding:.8rem 1.5rem;font-size:1.05rem;font-weight:600;border-radius:8px;transition:all .3s ease;text-transform:none;font-family:'Open Sans',sans-serif}.preference-buttons .btn:hover{transform:translateY(-2px);box-shadow:0 5px 15px rgba(0,0,0,.2)}.back-to-home{text-align:center;margin:3rem 0 1rem 0;padding-top:2rem;border-top:2px solid rgba(139,69,19,.1)}.back-to-home .btn{padding:1rem 2rem;font-size:1.1rem;font-weight:600;border-radius:10px;transition:all .3s ease;font-family:'Open Sans',sans-serif}.back-to-home .btn:hover{transform:translateY(-3px);box-shadow:0 8px 25px rgba(139,69,19,.3)}.cookie-page .cookie-content a,.privacy-page .privacy-content a{color:#8b4513;text-decoration:none;border-bottom:1px solid transparent;transition:all .3s ease}.cookie-page .cookie-content a:hover,.privacy-page .privacy-content a:hover{color:#d2691e;border-bottom-color:#d2691e}@media (max-width:768px){.cookie-page,.privacy-page{padding-top:80px}.cookie-page .cookie-content,.privacy-page .privacy-content{padding:1.5rem 1rem;margin:.5rem;border-radius:8px}.cookie-page .cookie-content h1,.privacy-page .privacy-content h1{font-size:1.8rem}.cookie-section h2,.privacy-section h2{font-size:1.4rem}.cookie-section h3,.privacy-section h3{font-size:1.2rem}.preference-buttons{flex-direction:column;align-items:center;gap:.8rem}.preference-buttons .btn{width:100%;max-width:280px}.cookie-table{font-size:.85rem;margin:1rem -.5rem}.cookie-table td,.cookie-table th{padding:.6rem .4rem}.contact-info,.cookie-preferences,.cookie-type,.third-party-cookie{padding:1rem;margin:1rem 0}}@media (min-width:800px) and (max-width:900px) and (orientation:landscape) and (max-height:450px){.container{max-width:850px!important;padding:0 15px!important;margin:0 auto!important}.nav-container{max-width:850px!important;padding:0 15px!important}.hero-fullscreen{height:100vh!important;min-height:414px!important;overflow:hidden!important}.slider-container{height:100vh!important;min-height:414px!important}.slider-dots{bottom:15px!important;gap:8px!important;z-index:15!important}.dot{width:8px!important;height:8px!important;background:rgba(210,105,30,.8)!important;border:1px solid rgba(255,255,255,.8)!important;box-shadow:0 2px 6px rgba(0,0,0,.3)!important}.dot.active,.dot:hover{background:#d2691e!important;border-color:#fff!important;transform:scale(1.3)!important}.info-card{max-width:200px!important;min-width:180px!important;padding:.8rem .7rem!important;border-radius:10px!important}.card-position-center,.card-position-left,.card-position-right{top:55%!important;bottom:auto!important;left:50%!important;right:auto!important}.card-position-center.active,.card-position-left.active,.card-position-right.active{transform:translate(-50%,-50%) scale(.8)!important}.info-card h3{font-size:1rem!important;margin-bottom:.4rem!important}.info-card p{font-size:.8rem!important;line-height:1.4!important}.slider-nav{width:35px!important;height:35px!important;font-size:1rem!important;transition:all .3s cubic-bezier(.4, 0, .2, 1)!important}.slider-nav:hover{transform:translateY(-50%) scale(1.1)!important;background:rgba(210,105,30,.3)!important;box-shadow:0 8px 25px rgba(0,0,0,.3),0 0 0 3px #fff!important}.slider-nav:active{transform:translateY(-50%) scale(.95)!important;background:rgba(210,105,30,.4)!important}.slider-nav.prev{left:15px!important}.slider-nav.next{right:15px!important}.prodotti-grid{grid-template-columns:repeat(2,1fr)!important;gap:1rem!important;max-width:800px!important;margin:0 auto!important;padding:0 15px!important}.prodotto-card{max-width:100%!important;padding:.8rem!important;transform:scale(.85)!important}.prodotto-card h3{font-size:1rem!important;margin-bottom:.5rem!important}.prodotto-card p{font-size:.85rem!important;line-height:1.4!important}.chi-siamo-compact{padding:2rem 0!important}.chi-siamo-content{max-width:800px!important;padding:0 15px!important;margin:0 auto!important;gap:1.5rem!important;grid-template-columns:1fr!important;text-align:center}.chi-siamo-image{max-width:150px!important;margin:0 auto!important;border-radius:10px!important}.chi-siamo-image img{height:150px!important;width:100%!important;object-fit:cover!important}.chi-siamo-text h2{font-size:1.6rem!important;margin-bottom:1rem!important;color:#8b4513!important}.chi-siamo-text p{font-size:.9rem!important;line-height:1.5!important;margin-bottom:1rem!important;text-align:center!important;padding:0 10px!important}.chi-siamo-highlights{justify-content:center!important;gap:1rem!important;flex-direction:row!important;flex-wrap:wrap!important}.highlight-item{font-size:.8rem!important;padding:.4rem .8rem!important;min-width:auto!important}.footer-compact{padding:1rem 15px!important;max-width:850px!important;margin:0 auto!important}section{padding:2rem 0!important}.section-title{font-size:1.8rem!important;margin-bottom:1.5rem!important}.section-subtitle{font-size:1rem!important;margin-bottom:1.5rem!important}}@media screen and (min-width:930px) and (max-width:934px) and (min-height:428px) and (max-height:432px) and (orientation:landscape){.hero{height:430px!important;max-height:430px!important;overflow:hidden!important}.slide{height:430px!important;max-height:430px!important}.slide img{height:430px!important;width:100%!important;object-fit:cover!important;object-position:center center!important}.slide::before{background:rgba(0,0,0,.25)!important}.slider-dots{bottom:12px!important;left:50%!important;transform:translateX(-50%)!important;gap:8px!important}.dot{width:8px!important;height:8px!important;border-radius:50%!important;background:rgba(255,255,255,.6)!important;border:1px solid rgba(255,255,255,.8)!important;transition:all .3s ease!important}.dot.active{background:#fff!important;border-color:#fff!important;transform:scale(1.2)!important}.info-card{max-width:180px!important;min-width:160px!important;padding:.7rem .6rem!important;border-radius:8px!important;font-size:.85rem!important}.card-position-center,.card-position-left,.card-position-right{top:50%!important;bottom:auto!important;left:50%!important;right:auto!important;margin-top:20px!important}.card-position-center.active,.card-position-left.active,.card-position-right.active{transform:translate(-50%,-50%) scale(.75)!important}.info-card h3{font-size:.9rem!important;margin-bottom:.4rem!important;line-height:1.2!important}.info-card p{font-size:.75rem!important;line-height:1.3!important;margin-bottom:0!important}.slider-nav{width:32px!important;height:32px!important;font-size:.9rem!important;transition:all .3s cubic-bezier(.4, 0, .2, 1)!important}.slider-nav:hover{transform:translateY(-50%) scale(1.1)!important;background:rgba(210,105,30,.3)!important;box-shadow:0 6px 20px rgba(0,0,0,.25),0 0 0 2px #fff!important}.slider-nav:active{transform:translateY(-50%) scale(.95)!important;background:rgba(210,105,30,.4)!important}.slider-nav.prev{left:12px!important}.slider-nav.next{right:12px!important}.chi-siamo-compact{padding:1.8rem 0!important}.chi-siamo-content{max-width:850px!important;padding:0 20px!important;margin:0 auto!important;gap:1.2rem!important;grid-template-columns:1fr!important;text-align:center}.chi-siamo-image{max-width:140px!important;margin:0 auto!important;border-radius:8px!important}.chi-siamo-image img{height:140px!important;width:100%!important;object-fit:cover!important}.chi-siamo-text h2{font-size:1.5rem!important;margin-bottom:.8rem!important;color:#8b4513!important}.chi-siamo-text p{font-size:.85rem!important;line-height:1.4!important;margin-bottom:.8rem!important;text-align:center!important;padding:0 15px!important}.chi-siamo-highlights{justify-content:center!important;gap:.8rem!important;flex-direction:row!important;flex-wrap:wrap!important}.highlight-item{font-size:.75rem!important;padding:.3rem .6rem!important;min-width:auto!important}.prodotti-grid{grid-template-columns:repeat(3,1fr)!important;gap:.8rem!important;padding:0 15px!important}.prodotto-card{border-radius:8px!important}.prodotto-card h3{font-size:.9rem!important;padding:.6rem!important}.footer-compact{padding:1.5rem 0!important}.footer-content{gap:1rem!important;padding:0 20px!important}.footer-logo img{height:35px!important}.footer-links a{font-size:.8rem!important;padding:.3rem .6rem!important}.footer-social a{width:32px!important;height:32px!important;font-size:.9rem!important}}@media screen and (min-width:869px) and (max-width:877px) and (min-height:389px) and (max-height:397px) and (orientation:landscape){.hero-fullscreen{height:100vh!important;min-height:393px!important;max-height:393px!important;overflow:hidden!important;position:relative!important}.hero-slider{height:100%!important;width:100%!important;position:relative!important}.hero-slide{height:100%!important;min-height:393px!important;background-size:cover!important;background-position:center center!important;background-repeat:no-repeat!important;background-attachment:fixed!important}.hero-slide img{width:100%!important;height:100%!important;object-fit:cover!important;object-position:center center!important;min-height:393px!important}.info-card{max-width:140px!important;min-width:120px!important;padding:.7rem .5rem!important;border-radius:10px!important;font-size:.8rem!important}.card-position-center,.card-position-left,.card-position-right,.hero-fullscreen .info-card.card-position-center,.hero-fullscreen .info-card.card-position-left,.hero-fullscreen .info-card.card-position-right{top:50%!important;bottom:auto!important;left:50%!important;right:auto!important;transform:translate(-50%,-50%)!important;position:absolute!important;margin-top:20px!important}.card-position-center.active,.card-position-left.active,.card-position-right.active{transform:translate(-50%,-50%) scale(.9)!important}.info-card h3{font-size:.9rem!important;margin-bottom:.4rem!important;line-height:1.2!important}.info-card p{font-size:.7rem!important;line-height:1.3!important;margin-bottom:0!important}.slider-dots{bottom:12px!important;gap:6px!important}.dot{width:8px!important;height:8px!important}.slider-nav{width:35px!important;height:35px!important;font-size:1rem!important}.slider-nav.prev{left:12px!important}.slider-nav.next{right:12px!important}.navbar{height:auto!important;padding:.5rem .7rem!important}.navbar-brand img{height:28px!important}.navbar-nav .nav-link{font-size:.8rem!important;padding:.3rem .5rem!important}}@media screen and (min-width:1276px) and (max-width:1284px) and (min-height:849px) and (max-height:857px) and (orientation:landscape){.hero-fullscreen{height:100vh!important;min-height:853px!important;max-height:853px!important;overflow:hidden!important;position:relative!important}.hero-slider{height:100%!important;width:100%!important;position:relative!important}.hero-slide{height:100%!important;min-height:853px!important;background-size:cover!important;background-position:center center!important;background-repeat:no-repeat!important;background-attachment:fixed!important}.hero-slide img{width:100%!important;height:100%!important;object-fit:cover!important;object-position:center center!important;min-height:853px!important}.info-card{max-width:280px!important;min-width:260px!important;padding:1.2rem 1rem!important;border-radius:16px!important;font-size:1.2rem!important}.card-position-center,.card-position-left,.card-position-right,.hero-fullscreen .info-card.card-position-center,.hero-fullscreen .info-card.card-position-left,.hero-fullscreen .info-card.card-position-right{top:50%!important;bottom:auto!important;left:50%!important;right:auto!important;transform:translate(-50%,-50%)!important;position:absolute!important;margin-top:50px!important}.card-position-center.active,.card-position-left.active,.card-position-right.active{transform:translate(-50%,-50%) scale(.95)!important}.info-card h3{font-size:1.4rem!important;margin-bottom:.8rem!important;line-height:1.3!important}.info-card p{font-size:1rem!important;line-height:1.5!important;margin-bottom:0!important}.slider-dots{bottom:20px!important;gap:12px!important}.dot{width:14px!important;height:14px!important}.slider-nav{width:50px!important;height:50px!important;font-size:1.4rem!important}.slider-nav.prev{left:25px!important}.slider-nav.next{right:25px!important}.navbar{height:auto!important;padding:1rem 1.2rem!important}.navbar-brand img{height:45px!important}.navbar-nav .nav-link{font-size:1rem!important;padding:.6rem 1rem!important}}@media screen and (min-width:1020px) and (max-width:1028px) and (min-height:596px) and (max-height:604px){.hero-fullscreen{height:100vh!important;min-height:600px!important;max-height:600px!important;overflow:hidden!important;position:relative!important}.hero-slider{height:100%!important;width:100%!important;position:relative!important}.hero-slide{height:100%!important;min-height:600px!important;background-size:cover!important;background-position:center center!important;background-repeat:no-repeat!important}.info-card{max-width:200px!important;min-width:180px!important;padding:.9rem .7rem!important;border-radius:12px!important;font-size:1rem!important}.card-position-center,.card-position-left,.card-position-right,.hero-fullscreen .info-card.card-position-center,.hero-fullscreen .info-card.card-position-left,.hero-fullscreen .info-card.card-position-right{top:50%!important;bottom:auto!important;left:50%!important;right:auto!important;transform:translate(-50%,-50%)!important;position:absolute!important;margin-top:30px!important}.card-position-center.active,.card-position-left.active,.card-position-right.active{transform:translate(-50%,-50%) scale(.9)!important}.info-card h3{font-size:1.1rem!important;margin-bottom:.6rem!important;line-height:1.3!important}.info-card p{font-size:.85rem!important;line-height:1.4!important;margin-bottom:0!important}.slider-dots{bottom:15px!important;gap:8px!important}.dot{width:10px!important;height:10px!important}.slider-nav{width:40px!important;height:40px!important;font-size:1.1rem!important}.slider-nav.prev{left:15px!important}.slider-nav.next{right:15px!important}.navbar{height:auto!important;padding:.6rem .8rem!important}.navbar-brand img{height:35px!important}.navbar-nav .nav-link{font-size:.9rem!important;padding:.4rem .6rem!important}}@media screen and (min-width:1276px) and (max-width:1284px) and (min-height:796px) and (max-height:804px){.hero-fullscreen{height:100vh!important;min-height:800px!important;max-height:800px!important;overflow:hidden!important;position:relative!important}.hero-slider{height:100%!important;width:100%!important;position:relative!important}.hero-slide img{width:100%!important;height:100%!important;object-fit:cover!important;object-position:center center!important;min-height:800px!important}.hero-slide{height:100%!important;min-height:800px!important;background-size:cover!important;background-position:center bottom!important;background-repeat:no-repeat!important}.info-card{max-width:260px!important;min-width:240px!important;padding:1.1rem .9rem!important;border-radius:14px!important;font-size:1.1rem!important}.card-position-center,.card-position-left,.card-position-right,.hero-fullscreen .info-card.card-position-center,.hero-fullscreen .info-card.card-position-left,.hero-fullscreen .info-card.card-position-right{top:50%!important;bottom:auto!important;left:50%!important;right:auto!important;transform:translate(-50%,-50%)!important;position:absolute!important;margin-top:45px!important}.card-position-center.active,.card-position-left.active,.card-position-right.active{transform:translate(-50%,-50%) scale(.9)!important}.info-card h3{font-size:1.3rem!important;margin-bottom:.7rem!important;line-height:1.3!important}.info-card p{font-size:.95rem!important;line-height:1.4!important;margin-bottom:0!important}.slider-dots{bottom:20px!important;gap:10px!important}.dot{width:12px!important;height:12px!important}.slider-nav{width:46px!important;height:46px!important;font-size:1.3rem!important}.slider-nav.prev{left:20px!important}.slider-nav.next{right:20px!important}.navbar{height:auto!important;padding:.8rem 1rem!important}.navbar-brand img{height:40px!important}.navbar-nav .nav-link{font-size:.95rem!important;padding:.5rem .8rem!important}}@media screen and (min-width:1362px) and (max-width:1370px) and (min-height:1020px) and (max-height:1028px) and (orientation:landscape){.info-card{max-width:320px!important;min-width:300px!important;padding:1.4rem 1.2rem!important;border-radius:18px!important;font-size:1.3rem!important}.card-position-center,.card-position-left,.card-position-right,.hero-fullscreen .info-card.card-position-center,.hero-fullscreen .info-card.card-position-left,.hero-fullscreen .info-card.card-position-right{top:50%!important;bottom:auto!important;left:50%!important;right:auto!important;transform:translate(-50%,-50%)!important;position:absolute!important;margin-top:50px!important}.card-position-center.active,.card-position-left.active,.card-position-right.active{transform:translate(-50%,-50%) scale(.95)!important}.info-card h3{font-size:1.6rem!important;margin-bottom:1rem!important;line-height:1.3!important}.info-card p{font-size:1.1rem!important;line-height:1.5!important;margin-bottom:0!important}.slider-dots{bottom:25px!important;gap:12px!important}.dot{width:14px!important;height:14px!important}.slider-nav{width:50px!important;height:50px!important;font-size:1.4rem!important}.slider-nav.prev{left:25px!important}.slider-nav.next{right:25px!important}}@media screen and (min-width:816px) and (max-width:824px) and (min-height:1176px) and (max-height:1184px) and (orientation:portrait){.info-card{max-width:220px!important;min-width:200px!important;padding:.9rem .8rem!important;border-radius:12px!important;font-size:1rem!important}.card-position-center,.card-position-left,.card-position-right,.hero-fullscreen .info-card.card-position-center,.hero-fullscreen .info-card.card-position-left,.hero-fullscreen .info-card.card-position-right{top:50%!important;bottom:auto!important;left:50%!important;right:auto!important;transform:translate(-50%,-50%)!important;position:absolute!important;margin-top:35px!important}}