@import"https://fonts.googleapis.com/css2?family=Crimson+Text:ital,wght@0,400;0,600;1,400&family=Inter:wght@300;400;500;600&display=swap";*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;color:#333;font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#app{position:relative;overflow-x:hidden}.header{position:fixed;top:0;left:0;right:0;z-index:9999;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:1rem 2rem;transition:all .3s ease;box-shadow:0 2px 20px #00000014;border-bottom:1px solid rgba(232,229,224,.5)}.nav{display:flex;justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto}.nav-left{display:flex;align-items:center}.logo{height:40px;width:auto;object-fit:contain}.nav-right{display:flex;align-items:center;gap:2rem}.nav-links.desktop-nav{display:flex;align-items:center;gap:3rem}.nav-link{text-decoration:none;color:#333;font-weight:500;font-size:.9rem;text-transform:uppercase;letter-spacing:.5px;transition:color .3s ease}.nav-link:hover{color:#666}.hero{height:100vh;position:relative;background:linear-gradient(#0006,#0006),url(/assets/hero-THUOYWYv.jpg);background-size:cover;background-position:center;background-attachment:fixed;display:flex;flex-direction:column;justify-content:center;align-items:center;color:#fff;text-align:center}.hero-content{max-width:800px;padding:0 2rem}.hero-subtitle{font-size:.9rem;text-transform:uppercase;letter-spacing:2px;margin-bottom:2rem;opacity:.8}.hero-title{font-family:Crimson Text,serif;font-size:3.5rem;font-weight:400;line-height:1.2;margin-bottom:3rem;letter-spacing:.5px}.hero-buttons{display:flex;gap:2rem;justify-content:center;flex-wrap:wrap}.btn{padding:1rem 2rem;border:2px solid white;background:transparent;color:#fff;text-decoration:none;text-transform:uppercase;font-size:.9rem;letter-spacing:1px;transition:all .3s ease;cursor:pointer}.btn:hover{background:#fff;color:#333}.hero-scroll-arrow{position:absolute;bottom:2rem;color:#fff;opacity:.8;animation:bounce 2s infinite;cursor:pointer;transition:opacity .3s ease}.hero-scroll-arrow:hover{opacity:1}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-10px)}60%{transform:translateY(-5px)}}.content{background:#fff;position:relative;z-index:10;min-height:100vh;padding:4rem 2rem}.content-inner{max-width:1200px;margin:0 auto}.content-text{max-width:600px;margin:0 auto 4rem;font-size:1.2rem;line-height:1.8;color:#666;text-align:center}.featured-section{margin-top:6rem}.section-title{text-align:center;text-transform:uppercase;font-size:.9rem;letter-spacing:2px;color:#999;margin-bottom:4rem}.featured-image{width:100%;max-width:800px;height:400px;background:#ddd;margin:0 auto;border-radius:8px}.section{padding:6rem 2rem;background:#fff}.section:nth-child(2n){background:#f8f8f8}.section-inner{max-width:1200px;margin:0 auto}.section-heading{font-family:Crimson Text,serif;font-size:2.5rem;font-weight:400;text-align:center;margin-bottom:3rem;color:#333;letter-spacing:.5px}.section-content{display:grid;gap:4rem;align-items:start}.text-content{font-size:1.1rem;line-height:1.8;color:#666}.text-content p{margin-bottom:1.5rem}.text-content h3{font-family:Crimson Text,serif;font-size:1.4rem;color:#333;margin:2.5rem 0 1.5rem;font-weight:600;letter-spacing:.3px}.text-content a{color:#8b4513;text-decoration:none;font-weight:500;transition:color .3s ease}.text-content a:hover{color:sienna;text-decoration:underline}.text-content strong{font-weight:600;color:#333}.about-section .section-content{grid-template-columns:1fr 1fr;align-items:center}.image-content{text-align:center}.placeholder-image{background:#ddd;border-radius:8px;display:inline-block}.placeholder-image.large{width:100%;height:400px}.about-image{width:100%;height:400px;object-fit:cover;border-radius:8px;box-shadow:0 4px 20px #0000001a}.placeholder-image.medium{width:100%;height:250px;margin-bottom:1rem}.placeholder-image.small{width:100%;height:150px;margin-bottom:1rem}.territories-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:3rem;margin-top:3rem}.territory-card{overflow:hidden;border-radius:8px;box-shadow:0 4px 20px #0000001a;transition:transform .3s ease,box-shadow .3s ease}.territory-card:hover{transform:translateY(-5px);box-shadow:0 8px 30px #00000026}.territory-image{width:100%;height:auto;object-fit:contain;display:block;aspect-ratio:3 / 4}.wine-categories{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:3rem}.oil-category-container{display:flex;justify-content:center;align-items:center;margin-top:3rem}.oil-category-container .wine-category{max-width:300px;width:100%}.wine-category-link{text-decoration:none;color:inherit;display:block}.wine-category-link:hover .wine-category{transform:translateY(-5px);box-shadow:0 8px 30px #0000001f}.wine-category{text-align:center;padding:2rem;background:#fff;border-radius:8px;box-shadow:0 2px 10px #0000001a;transition:transform .3s ease,box-shadow .3s ease;display:flex;flex-direction:column;align-items:center;cursor:pointer;height:100%}.wine-bottle{width:100%;max-width:120px;height:160px;object-fit:contain;margin-bottom:1.5rem;flex-shrink:0}.wine-info{text-align:center;flex:1;display:flex;flex-direction:column;gap:.75rem}.wine-category h3{font-size:1.1rem;color:#333;font-weight:600;margin:0;font-family:Crimson Text,serif}.wine-grapes{color:#8b4513;font-size:.9rem;font-weight:600;margin:0;letter-spacing:.5px}.wine-slogan{color:#666;font-size:.85rem;font-style:italic;line-height:1.4;margin:0;flex:1;display:flex;align-items:center;justify-content:center}.mobile-menu-btn{display:none;background:none;border:none;color:#333;cursor:pointer;padding:.5rem;margin-left:.5rem;width:44px;height:44px}.mobile-menu-btn svg{width:24px;height:24px}.mobile-menu{display:none;position:absolute;top:100%;left:0;right:0;background:#fffffffa;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-top:1px solid #e8e5e0;padding:1rem 2rem;transform:translateY(-10px);opacity:0;visibility:hidden;transition:all .3s ease;z-index:9998;box-shadow:0 4px 20px #0000001a}.mobile-menu.open{transform:translateY(0);opacity:1;visibility:visible}.mobile-nav-link{display:block;padding:.75rem 0;color:#333;text-decoration:none;font-weight:500;border-bottom:1px solid #f0f0f0;transition:color .3s ease}.mobile-nav-link:hover{color:#8b4513}.mobile-nav-link:last-child{border-bottom:none}@media (max-width: 768px){body{padding-top:0}.header{padding:.75rem 1rem;position:fixed;top:0;left:0;right:0;z-index:9999;background:#fffffffa;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 2px 20px #0000001f;border-bottom:1px solid rgba(232,229,224,.7)}.nav{flex-direction:row;justify-content:space-between;align-items:center}.nav-left .logo{height:30px}.nav-right{display:flex;align-items:center;gap:.5rem}.nav-links.desktop-nav{display:none}.mobile-menu-btn{display:flex!important;align-items:center;justify-content:center}.mobile-menu{display:block}.language-switcher{flex-direction:row;gap:.25rem;margin-left:0}.lang-btn{font-size:.8rem;padding:.2rem .4rem}.lang-divider{font-size:.8rem}.hero{margin-top:60px}.hero-title{font-size:2.5rem}.hero-buttons{flex-direction:column;align-items:center}.content{padding:2rem 1rem}.section{padding:4rem 1rem}.section-heading{font-size:2rem}.about-section .section-content{grid-template-columns:1fr;gap:2rem}.about-image{height:300px}.territories-grid{grid-template-columns:1fr;gap:2rem}.territory-image{height:auto;aspect-ratio:3 / 4}.wine-categories{grid-template-columns:1fr;gap:1.5rem}.wine-category{padding:1.5rem}.wine-bottle{max-width:100px;height:140px;margin-bottom:1rem}.wine-info{gap:.5rem}.wine-category h3{font-size:1rem}.wine-grapes{font-size:.8rem}.wine-slogan{font-size:.75rem;line-height:1.3}.contacts-list{gap:1rem}.contact-item{padding:.75rem 0;gap:.5rem}.contact-icon{width:30px;height:30px}.contact-label{font-size:.9rem}.contact-text,.contact-link{font-size:.85rem;text-align:left}.contacts-description{font-size:.95rem;margin-bottom:1.5rem}.phone-item{flex-direction:row;align-items:center;gap:.5rem;text-align:left}.phone-numbers{text-align:left;align-items:flex-start}.phone-name{font-size:.85rem}.footer{padding:1rem}.footer-inner{gap:.5rem}.footer-logo-img{height:25px}.footer-copyright{font-size:.75rem}}.language-switcher{display:flex;align-items:center;gap:.5rem;margin-left:2rem}.lang-btn{background:none;border:none;color:#666;font-size:.875rem;font-weight:500;cursor:pointer;padding:.25rem .5rem;transition:all .3s ease;text-decoration:none}.lang-btn:hover{color:#333}.lang-btn.active{color:#8b4513;font-weight:600}.lang-divider{color:#ccc;font-size:.875rem}.contatti-section{background:#f8f7f4;border-top:1px solid #e8e5e0}.contacts-content{max-width:700px;margin:0 auto;text-align:center}.contacts-description{font-size:1rem;color:#666;line-height:1.6;margin-bottom:2rem;max-width:600px;margin-left:auto;margin-right:auto}.contacts-list{display:flex;flex-direction:column;gap:1.25rem;margin-top:2rem;text-align:left}.contact-item{display:flex;align-items:flex-start;gap:.75rem;padding:1rem 0;border-bottom:1px solid #e8e5e0}.contact-item:last-child{border-bottom:none}.contact-icon{flex-shrink:0;width:35px;height:35px;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#8b4513;box-shadow:0 2px 6px #00000014}.contact-content{flex:1;display:flex;flex-direction:column;gap:.25rem}.contact-label{font-weight:600;color:#333;font-size:1rem;margin-bottom:.25rem}.contact-text{color:#666;font-size:1rem;line-height:1.5}.contact-link{color:#8b4513;text-decoration:none;font-size:1rem;font-weight:500;transition:color .3s ease}.contact-link:hover{color:sienna;text-decoration:underline}.phone-numbers{display:flex;flex-direction:column;gap:.5rem}.phone-item{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.phone-name{font-weight:500;color:#666;font-size:.95rem}.footer{background:#f8f7f4;padding:1.5rem 2rem;text-align:center}.footer-inner{max-width:1200px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:.75rem}.footer-logo-img{height:30px;opacity:.7}.footer-copyright{color:#999;font-size:.85rem;font-style:italic}.wineclub-button{margin-top:1.5rem;padding:.875rem 2rem;background:#8b4513;color:#fff;border:none;border-radius:4px;font-size:1rem;font-weight:500;cursor:pointer;transition:background .3s ease;font-family:Inter,sans-serif}.wineclub-button:hover{background:sienna}.modal-overlay{position:fixed;inset:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:10000;padding:2rem;animation:fadeIn .2s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal-content{background:#fff;border-radius:8px;padding:2.5rem;max-width:500px;width:100%;max-height:90vh;overflow-y:auto;position:relative;animation:slideUp .3s ease}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.modal-close{position:absolute;top:1rem;right:1rem;background:none;border:none;cursor:pointer;padding:.5rem;color:#666;display:flex;align-items:center;justify-content:center;transition:color .3s ease;border-radius:4px}.modal-close:hover{color:#333;background:#f5f5f5}.form-title{font-family:Crimson Text,serif;font-size:1.5rem;color:#333;margin-bottom:1.5rem;font-weight:600;letter-spacing:.3px;padding-right:2rem}.wineclub-form{display:flex;flex-direction:column;gap:1.25rem}.form-group{display:flex;flex-direction:column;gap:.4rem}.form-group label{font-weight:500;color:#666;font-size:.9rem}.form-group input{padding:.6rem .75rem;border:1px solid #e0e0e0;border-radius:4px;font-size:1rem;font-family:Inter,sans-serif;transition:border-color .3s ease;background:#fff;color:#333}.form-group input:focus{outline:none;border-color:#8b4513}.form-group input:disabled{background:#f9f9f9;cursor:not-allowed;opacity:.7;border-color:#e8e5e0}.form-submit-btn{padding:.75rem 1.75rem;background:#8b4513;color:#fff;border:none;border-radius:4px;font-size:.95rem;font-weight:500;cursor:pointer;transition:background .3s ease;font-family:Inter,sans-serif;margin-top:.25rem;align-self:flex-start}.form-submit-btn:hover:not(:disabled){background:sienna}.form-submit-btn:disabled{background:#ccc;cursor:not-allowed}.form-message{padding:.75rem 1rem;border-radius:4px;font-size:.9rem;margin-top:.5rem;line-height:1.5}.form-success{background:#f0f9f4;color:#155724;border:1px solid #c3e6cb}.form-error{background:#fef2f2;color:#721c24;border:1px solid #f5c6cb}@media (max-width: 768px){.wineclub-button{margin-top:1.25rem;padding:.75rem 1.5rem;font-size:.95rem}.modal-overlay{padding:1rem}.modal-content{padding:2rem 1.5rem}.form-title{font-size:1.3rem;margin-bottom:1.25rem;padding-right:2.5rem}.wineclub-form{gap:1rem}}
