.Drinks .menu-card .LandingProductCard{background:var(--accent)}.DrinksZero .menu-card .LandingProductCard{background:var(--dark)}.Section.Drinks,.Section.DrinksZero{padding:4rem 0}.Section.Drinks h2,.Section.DrinksZero h2{font-size:2.5rem;font-weight:600;text-align:center;margin-bottom:2rem}.Section.Drinks .description,.Section.DrinksZero .description{font-size:1.2rem;line-height:1.6;margin-bottom:2rem;padding:0 1rem}.Section.Drinks .CarouselContainer,.Section.DrinksZero .CarouselContainer{position:relative}.Section.Drinks .DrinksWrapper,.Section.DrinksZero .DrinksWrapper{padding-bottom:20px;display:flex;flex-wrap:nowrap;justify-content:space-evenly;flex-direction:row!important;overflow-x:scroll;scroll-snap-type:x mandatory;gap:16px;scroll-behavior:smooth}.Section.Drinks .DrinksWrapper::-webkit-scrollbar,.Section.DrinksZero .DrinksWrapper::-webkit-scrollbar{display:none}.Section.Drinks .DrinksWrapper .menu-card,.Section.DrinksZero .DrinksWrapper .menu-card{text-decoration:none;color:var(--white)}.Section.Drinks .DrinksWrapper .menu-card .LandingProductCard,.Section.DrinksZero .DrinksWrapper .menu-card .LandingProductCard{justify-content:center;align-items:center;display:flex;flex-direction:column}.Section.Drinks .DrinksWrapper .menu-card .LandingProductCard p,.Section.DrinksZero .DrinksWrapper .menu-card .LandingProductCard p{font-size:1rem}.Section.Drinks .DrinksWrapper .LandingProductCard,.Section.DrinksZero .DrinksWrapper .LandingProductCard{transition:transform .3s ease,box-shadow .3s ease}.Section.Drinks .DrinksWrapper .LandingProductCard:hover,.Section.DrinksZero .DrinksWrapper .LandingProductCard:hover{transform:scale(1.05);box-shadow:0 8px 20px rgba(0,0,0,.2)}.Section.Drinks .CarouselContainer:after,.Section.Drinks .CarouselContainer:before,.Section.DrinksZero .CarouselContainer:after,.Section.DrinksZero .CarouselContainer:before{content:"";position:absolute;top:50%;width:30px;height:30px;background:rgba(0,0,0,.7);-webkit-mask:url(/images/arrow-right.svg) no-repeat center;mask:url(/images/arrow-right.svg) no-repeat center;-webkit-mask-size:contain;mask-size:contain;cursor:pointer;z-index:1;transition:opacity .3s ease}.Section.Drinks .CarouselContainer:before,.Section.DrinksZero .CarouselContainer:before{left:10px;transform:translateY(-50%) rotate(180deg)}.Section.Drinks .CarouselContainer:after,.Section.DrinksZero .CarouselContainer:after{right:10px;transform:translateY(-50%)}.Section.Drinks{background-color:var(--white)}.Section.DrinksZero{background-color:var(--accent);color:var(--dark)}.Section.DrinksZero .description{color:var(--dark)}@media(max-width:768px){.Section.Drinks,.Section.DrinksZero{padding:2rem 0}.Section.Drinks h2,.Section.DrinksZero h2{font-size:2rem}.Section.Drinks .description,.Section.DrinksZero .description{font-size:1rem}.Section.Drinks .DrinksWrapper,.Section.DrinksZero .DrinksWrapper{gap:1rem}}.Section.Events h2{font-size:2.5rem;font-weight:600;text-align:center;margin-bottom:2rem}.Section.Events .events-button{font-size:1.2rem;padding:.75rem 2rem;background-color:var(--accent);border:none;border-radius:5px;transition:background-color .5s ease}.Section.Events .events-button:hover{background-color:var(--dark-accent)}@media(max-width:768px){.Section.Events{padding:2rem 0}.Section.Events h2{font-size:2rem}.Section.Events .events-button{font-size:1rem;padding:.5rem 1.5rem}}.Section.Food{padding:4rem 0;background-color:var(--white);color:var(--white);background-image:url(/images/aperitivo.jpg);background-attachment:fixed;background-position:50%;background-repeat:no-repeat;background-size:cover;position:relative}.Section.Food:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.7);z-index:0}.Section.Food .content{z-index:1;position:relative;color:var(--light);padding:2rem}.Section.Food .content h2{font-size:2.5rem;font-weight:600;margin-bottom:1.5rem}.Section.Food .content p{font-size:1.2rem;line-height:1.6;margin-bottom:2rem}.Section.Food .content .food-menu-button{font-size:1.2rem;padding:.75rem 2rem;background-color:var(--accent);border:none;border-radius:5px;transition:background-color .3s ease}.Section.Food .content .food-menu-button:hover{background-color:var(--dark-accent)}@media(max-width:768px){.Section.Food{padding:2rem 0}.Section.Food .content{padding:1rem}.Section.Food .content h2{font-size:2rem}.Section.Food .content p{font-size:1rem}.Section.Food .content .food-menu-button{font-size:1rem;padding:.5rem 1.5rem}}.Section{min-height:100vh;display:flex;flex-wrap:nowrap;justify-content:center;align-items:center;flex-direction:column}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.Section.Landing{background-image:url(/images/bg.jpg);background-attachment:fixed;background-position:50%;background-repeat:no-repeat;background-size:cover;position:relative}.Section.Landing svg{fill:#fff;height:2rem;width:2rem;position:absolute;bottom:1rem;left:50%;transform:translateX(-50%)}.Section.Landing:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,rgba(0,0,0,.8),rgba(0,0,0,.6));z-index:0}.Section.Landing .content{color:#fff;text-align:center}.Section.Landing .logo{width:200px;height:auto;margin:auto;filter:drop-shadow(0 4px 8px rgba(0,0,0,.7))}.Section.Landing .main-title{font-size:3.5rem;font-weight:600;text-transform:capitalize;margin-top:1.5rem;color:var(--accent);filter:drop-shadow(0 4px 8px rgba(0,0,0,.7));margin-bottom:0}.Section.Landing .sub-title{font-size:2rem;font-weight:400;opacity:.9}.Section.Landing .tagline{font-size:1.5rem;font-weight:300;opacity:.85;color:var(--light)}.Section.Landing .tagline:before{content:"------ "}.Section.Landing .tagline:after{content:" ------"}@media(max-width:768px){.Section.Landing{background-attachment:scroll}.Section.Landing .main-title{font-size:2.75rem}.Section.Landing .sub-title{font-size:1.6rem}.Section.Landing .tagline{font-size:1.2rem}.Section.Landing .logo{width:150px;height:auto}}@media(max-width:480px){.Section.Landing .main-title{font-size:2.25rem}.Section.Landing .sub-title{font-size:1.4rem}.Section.Landing .tagline{font-size:1rem}.Section.Landing .logo{width:150px;height:auto}}