.ProductCard_card__tEuZm{background:var(--card-bg);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:var(--border-radius);box-shadow:var(--card-shadow);padding:2rem;margin-bottom:3rem;display:flex;gap:3rem;align-items:center;max-width:1000px;margin-left:auto;margin-right:auto;transition:all .3s ease}.ProductCard_card__tEuZm:hover{transform:translateY(-2px);box-shadow:0 25px 50px rgba(0,0,0,.15)}.ProductCard_leftSection__ZJzsg{flex:0 0 400px;position:relative;overflow:visible}.ProductCard_imageContainer__kKg39{position:relative;border-radius:50%;overflow:hidden;width:300px;height:300px;margin:0 auto;background:var(--white);box-shadow:0 15px 30px rgba(0,0,0,.1)}.ProductCard_image__yEnjF{width:100%;height:100%;object-fit:cover;border-radius:50%}.ProductCard_titleSection__h7xlN{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem;gap:2rem}.ProductCard_priceTag__mLqkZ{background:var(--accent-orange);color:white;font-size:1rem;font-weight:700;padding:.5rem 1rem;border-radius:12px;box-shadow:0 4px 12px rgba(255,123,66,.3);border:2px solid rgba(255,255,255,.2);white-space:nowrap;flex-shrink:0;transition:all .3s ease}.ProductCard_priceTag__mLqkZ:hover{transform:translateY(-2px);box-shadow:0 12px 30px rgba(255,123,66,.6)}.ProductCard_rightSection__9ce6f{flex:1 1;padding-left:2rem}.ProductCard_content__bK_LT{height:100%;display:flex;flex-direction:column;gap:1.5rem}.ProductCard_name__gOYMe{font-size:1.8rem;font-weight:700;color:var(--text-primary);line-height:1.2;margin-bottom:.5rem}.ProductCard_nameHighlight__KeB51{color:var(--text-secondary);font-weight:300}.ProductCard_categoryTag__bQvHh{display:inline-block;background:var(--accent-orange);color:var(--white);padding:.5rem 1rem;border-radius:8px;font-size:.9rem;font-weight:600;text-transform:capitalize;width:-moz-fit-content;width:fit-content}.ProductCard_section__WdzFj h3{font-size:1rem;font-weight:600;color:var(--text-primary);margin-bottom:.5rem;position:relative}.ProductCard_section__WdzFj h3:after{content:"";position:absolute;bottom:-2px;left:0;width:30px;height:2px;background:var(--accent-orange)}.ProductCard_ingredients__bXza_{color:var(--text-secondary);font-size:.9rem;line-height:1.5}.ProductCard_nutritionGrid__Bjsop{display:flex;gap:1rem;margin:1rem 0}.ProductCard_nutritionItem__tCYQK{background:var(--white);border-radius:12px;padding:1rem;text-align:center;box-shadow:0 5px 15px rgba(0,0,0,.08);flex:1 1;min-width:70px}.ProductCard_nutritionValue__hljtB{display:block;font-size:1.1rem;font-weight:700;color:var(--text-primary);line-height:1}.ProductCard_nutritionLabel__4hDQ2{display:block;font-size:.7rem;color:var(--text-secondary);margin-top:.2rem}.ProductCard_nutritionSubLabel__5XSNp{display:block;font-size:.65rem;color:var(--text-secondary);margin-top:.4rem;font-weight:500}.ProductCard_addButton__26XWs{background:var(--accent-orange);color:var(--white);padding:.75rem 1.5rem;border-radius:10px;font-size:.95rem;font-weight:600;transition:all .3s ease;box-shadow:0 4px 12px rgba(255,123,66,.3);margin-top:auto;align-self:flex-start}.ProductCard_addButton__26XWs:hover:not(:disabled){background:var(--accent-orange-hover);transform:translateY(-1px);box-shadow:0 6px 16px rgba(255,123,66,.4)}.ProductCard_addButton__26XWs:disabled{background:#cccccc;cursor:not-allowed;transform:none;box-shadow:none}@media (max-width:768px){.ProductCard_card__tEuZm{flex-direction:column;padding:1.5rem;gap:2rem}.ProductCard_leftSection__ZJzsg{flex:none}.ProductCard_imageContainer__kKg39{width:250px;height:250px}.ProductCard_rightSection__9ce6f{padding-left:0}.ProductCard_name__gOYMe{font-size:1.4rem}.ProductCard_nutritionGrid__Bjsop{gap:.5rem}.ProductCard_nutritionItem__tCYQK{padding:.75rem .5rem}.ProductCard_titleSection__h7xlN{flex-direction:column;gap:1rem;align-items:flex-start}.ProductCard_priceTag__mLqkZ{font-size:.9rem;padding:.4rem .8rem}}.ProductCarousel_carousel__k9X2j{width:100%;max-width:1200px;margin:0 auto;padding:1rem;flex:1 1;display:flex;flex-direction:column}.ProductCarousel_header__uEyDS{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;animation:ProductCarousel_fadeInUp__5z9Mq .8s ease-out;flex-wrap:wrap;gap:1rem}.ProductCarousel_headerText__YgqPg{text-align:left;flex:1 1}.ProductCarousel_header__uEyDS h2{font-size:2.5rem;font-weight:800;color:var(--text-primary);margin-bottom:.5rem}.ProductCarousel_header__uEyDS p{font-size:1.1rem;color:var(--text-secondary)}.ProductCarousel_carouselContainer__Oefni{position:relative;margin-bottom:1.5rem;flex:1 1}.ProductCarousel_navButton__n7ZKH{position:absolute;top:50%;transform:translateY(-50%);background:var(--card-bg);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:var(--text-primary);border:2px solid rgba(255,123,66,.3);width:60px;height:60px;border-radius:50%;font-size:2rem;font-weight:700;cursor:pointer;transition:all .3s ease;z-index:10;display:flex;align-items:center;justify-content:center;box-shadow:var(--card-shadow)}.ProductCarousel_navButton__n7ZKH:hover{background:var(--accent-orange);color:white;border-color:var(--accent-orange);transform:translateY(-50%) scale(1.1);box-shadow:0 8px 25px rgba(255,123,66,.4)}.ProductCarousel_prevButton__WkTI9{left:-80px}.ProductCarousel_nextButton__VPhas{right:-80px}.ProductCarousel_productDisplay__VkYYw{animation:ProductCarousel_slideInFromRight__42KHV .5s ease-out}.ProductCarousel_dotsContainer__OuNfO{display:flex;justify-content:center;gap:1rem;margin-top:2rem}.ProductCarousel_dot__lA_o5{width:12px;height:12px;border-radius:50%;background:rgba(44,44,44,.3);border:none;cursor:pointer;transition:all .3s ease}.ProductCarousel_activeDot___kSXZ{background:var(--accent-orange);transform:scale(1.3)}.ProductCarousel_dot__lA_o5:hover{background:var(--accent-orange);transform:scale(1.2)}.ProductCarousel_viewAllContainer__mqDRX{flex-shrink:0}.ProductCarousel_viewAllButton__jXkRr{background:var(--accent-orange);color:white;border:none;padding:.7rem 1.5rem;border-radius:25px;font-size:.9rem;font-weight:600;text-decoration:none;transition:all .3s ease;box-shadow:0 4px 15px rgba(255,123,66,.3);text-transform:uppercase;letter-spacing:.5px;white-space:nowrap}.ProductCarousel_viewAllButton__jXkRr:hover{transform:translateY(-2px) scale(1.05);box-shadow:0 8px 25px rgba(255,123,66,.5)}@keyframes ProductCarousel_slideInFromRight__42KHV{0%{opacity:0;transform:translateX(30px)}to{opacity:1;transform:translateX(0)}}@keyframes ProductCarousel_fadeInUp__5z9Mq{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width:1024px){.ProductCarousel_prevButton__WkTI9{left:-60px}.ProductCarousel_nextButton__VPhas{right:-60px}.ProductCarousel_navButton__n7ZKH{width:50px;height:50px;font-size:1.5rem}}@media (max-width:768px){.ProductCarousel_carousel__k9X2j{padding:0 .5rem}.ProductCarousel_header__uEyDS{flex-direction:column;align-items:flex-start;gap:1rem;margin-bottom:1.5rem}.ProductCarousel_headerText__YgqPg{text-align:left}.ProductCarousel_header__uEyDS h2{font-size:1.8rem;margin-bottom:.3rem}.ProductCarousel_header__uEyDS p{font-size:.95rem}.ProductCarousel_prevButton__WkTI9{left:5px}.ProductCarousel_nextButton__VPhas{right:5px}.ProductCarousel_navButton__n7ZKH{width:40px;height:40px;font-size:1.2rem}.ProductCarousel_dotsContainer__OuNfO{gap:.4rem;margin-top:1.5rem}.ProductCarousel_dot__lA_o5{width:10px;height:10px}.ProductCarousel_viewAllButton__jXkRr{padding:.7rem 1.3rem;font-size:.9rem}}@media (max-width:480px){.ProductCarousel_carousel__k9X2j{padding:0 .25rem}.ProductCarousel_header__uEyDS h2{font-size:1.6rem}.ProductCarousel_header__uEyDS p{font-size:.9rem}.ProductCarousel_header__uEyDS{gap:.75rem;margin-bottom:1.25rem}.ProductCarousel_navButton__n7ZKH{width:35px;height:35px;font-size:1.1rem}.ProductCarousel_prevButton__WkTI9{left:2px}.ProductCarousel_nextButton__VPhas{right:2px}.ProductCarousel_viewAllButton__jXkRr{padding:.6rem 1.1rem;font-size:.85rem}.ProductCarousel_dot__lA_o5{width:8px;height:8px}.ProductCarousel_dotsContainer__OuNfO{gap:.3rem;margin-top:1.25rem}}.Home_container__9OuOz{height:100vh;overflow-y:auto;overflow-x:hidden;position:relative;scroll-behavior:smooth}.Home_sectionsContainer__hlJkj{height:400vh}.Home_section__8mMQM{height:100vh;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.Home_floatingNav__o_qcZ{position:fixed;top:0;left:0;right:0;z-index:1000;display:flex;justify-content:space-between;align-items:center;background:linear-gradient(180deg,rgba(255,255,255,.95),rgba(255,255,255,.85));-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);padding:.75rem 3rem;transition:all .3s ease;border-bottom:1px solid rgba(255,123,66,.1);height:70px}.Home_logo__ZEOng{font-size:1.8rem;font-weight:900;letter-spacing:-1px;background:linear-gradient(135deg,var(--text-primary) 0,var(--accent-orange) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-shadow:none}.Home_navActions__V33MK{display:flex;align-items:center;gap:3rem}.Home_navLink__nhFli{color:var(--text-secondary);font-weight:400;font-size:1rem;letter-spacing:.5px;text-transform:uppercase;position:relative;transition:all .3s ease}.Home_navLink__nhFli:after{content:"";position:absolute;bottom:-5px;left:0;width:0;height:2px;background:var(--accent-orange);transition:width .3s ease}.Home_navLink__nhFli:hover{color:var(--text-primary)}.Home_navLink__nhFli:hover:after{width:100%}.Home_floatingCart__bJiqP{background:rgba(255,123,66,.1);color:var(--accent-orange);border:2px solid rgba(255,123,66,.6);border-radius:12px;width:60px;height:45px;display:flex;align-items:center;justify-content:center;font-size:1.1rem;position:relative;transition:all .4s cubic-bezier(.25,.46,.45,.94);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.Home_floatingCart__bJiqP:hover{background:var(--accent-orange);border-color:var(--accent-orange);color:white;transform:translateY(-2px);box-shadow:0 8px 25px rgba(255,123,66,.4)}.Home_cartBadge__rOc85{position:absolute;top:-8px;right:-8px;background:var(--accent-orange);color:white;border-radius:50%;width:22px;height:22px;font-size:.75rem;font-weight:700;display:flex;align-items:center;justify-content:center;border:2px solid white;box-shadow:0 2px 8px rgba(255,123,66,.3)}.Home_sectionIndicators__CgEvk{position:fixed;right:2rem;top:50%;transform:translateY(-50%);z-index:1000;display:flex;flex-direction:column;gap:1rem}.Home_indicator__gSgxr{width:12px;height:12px;border-radius:50%;background:rgba(44,44,44,.3);border:none;cursor:pointer;transition:all .3s ease}.Home_activeIndicator___ullH{background:var(--accent-orange);transform:scale(1.3)}.Home_heroSection__XIXHz{background:linear-gradient(135deg,rgba(255,255,255,.85),rgba(245,245,245,.8) 50%,rgba(255,255,255,.75)),url(/images/ui-bg01.jpg);background-size:cover;background-position:50%;background-attachment:fixed;color:var(--text-primary);text-align:center}.Home_heroSection__XIXHz:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(45deg,rgba(255,123,66,.03),rgba(255,255,255,.4) 50%,rgba(255,123,66,.03));pointer-events:none;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.Home_heroContent__IGkft{position:relative;z-index:2;max-width:800px;animation:Home_fadeInUp__v4Vdz 1s ease-out}.Home_heroTitle__BwshW{font-size:4rem;font-weight:800;margin-bottom:1.5rem;line-height:1.1;letter-spacing:-2px;color:var(--text-primary)}.Home_heroTitle__BwshW span{color:var(--accent-orange);text-shadow:0 2px 4px rgba(255,123,66,.2)}.Home_heroSubtitle__C6BcQ{font-size:1.4rem;margin-bottom:3rem;color:var(--text-secondary);line-height:1.6}.Home_heroButtons__QPew8{display:flex;gap:2rem;justify-content:center;flex-wrap:wrap}.Home_scrollHint__GSdwY{position:absolute;bottom:2rem;left:50%;transform:translateX(-50%);text-align:center;color:var(--text-secondary);animation:Home_bounce__khFHk 2s infinite}.Home_scrollArrow___zdom{font-size:1.5rem;margin-top:.5rem}.Home_menuSection__13Hl_{background:var(--primary-gradient);padding:calc(70px + 2rem) 2rem 3rem;flex-direction:column;justify-content:flex-start;min-height:calc(100vh - 70px)}.Home_sectionHeader__2xRFM{text-align:center;margin-bottom:3rem;animation:Home_fadeInUp__v4Vdz .8s ease-out}.Home_sectionHeader__2xRFM h2{font-size:3rem;font-weight:800;color:var(--text-primary);margin-bottom:1rem}.Home_sectionHeader__2xRFM p{font-size:1.2rem;color:var(--text-secondary)}.Home_menuContent__FWOxp{max-width:1200px;width:100%;animation:Home_slideInFromRight__BeDhO 1s ease-out}.Home_contactSection__HSPeJ{background:linear-gradient(135deg,rgba(255,255,255,.85),rgba(245,245,245,.8)),url(/images/ui-bg01.jpg);background-size:cover;background-position:50%;color:var(--text-primary);text-align:center;position:relative}.Home_contactSection__HSPeJ:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(255,255,255,.3);pointer-events:none;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.Home_contactContent__9IbNe{max-width:800px;animation:Home_fadeInUp__v4Vdz 1s ease-out;position:relative;z-index:2}.Home_contactContent__9IbNe h2{font-size:3rem;font-weight:800;margin-bottom:1rem;color:var(--text-primary)}.Home_contactContent__9IbNe>p{font-size:1.2rem;margin-bottom:3rem;color:var(--text-secondary)}.Home_contactInfo__0aRrQ{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-gap:2rem;gap:2rem;margin:3rem 0}.Home_infoItem__Qh4MN{display:flex;align-items:center;gap:1rem;background:var(--card-bg);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:1.5rem;border-radius:15px;border:1px solid rgba(255,123,66,.2);box-shadow:var(--card-shadow)}.Home_infoItem__Qh4MN span{font-size:2rem}.Home_infoItem__Qh4MN h4{color:var(--accent-orange);margin-bottom:.5rem;font-weight:600}.Home_infoItem__Qh4MN p{margin:0;color:var(--text-secondary)}.Home_orderButton__0yeOt,.Home_primaryButton__2qxWM,.Home_secondaryButton__K3NZJ{padding:1.2rem 2.5rem;border-radius:15px;font-size:1.1rem;font-weight:600;transition:all .4s cubic-bezier(.25,.46,.45,.94);text-decoration:none;display:inline-block;border:none;cursor:pointer;position:relative;overflow:hidden}.Home_primaryButton__2qxWM{background:linear-gradient(135deg,var(--accent-orange) 0,#e55a2b 100%);color:white;box-shadow:0 8px 25px rgba(255,123,66,.4)}.Home_primaryButton__2qxWM:hover{transform:translateY(-2px) scale(1.05);box-shadow:0 12px 35px rgba(255,123,66,.6)}.Home_secondaryButton__K3NZJ{background:var(--card-bg);color:var(--text-primary);border:2px solid rgba(255,123,66,.3);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.Home_secondaryButton__K3NZJ:hover{background:rgba(255,123,66,.1);transform:translateY(-2px) scale(1.05);border-color:var(--accent-orange)}.Home_orderButton__0yeOt{background:linear-gradient(135deg,var(--accent-orange) 0,#e55a2b 100%);color:white;box-shadow:0 8px 25px rgba(255,123,66,.4);margin-top:2rem}.Home_orderButton__0yeOt:hover{transform:translateY(-2px) scale(1.05);box-shadow:0 12px 35px rgba(255,123,66,.6)}@keyframes Home_fadeInUp__v4Vdz{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes Home_slideInFromRight__BeDhO{0%{opacity:0;transform:translateX(50px)}to{opacity:1;transform:translateX(0)}}@keyframes Home_bounce__khFHk{0%,20%,50%,80%,to{transform:translateY(0) translateX(-50%)}40%{transform:translateY(-10px) translateX(-50%)}60%{transform:translateY(-5px) translateX(-50%)}}.Home_container__9OuOz::-webkit-scrollbar{width:6px}.Home_container__9OuOz::-webkit-scrollbar-track{background:rgba(255,255,255,.1)}.Home_container__9OuOz::-webkit-scrollbar-thumb{background:var(--accent-orange);border-radius:3px}.Home_container__9OuOz::-webkit-scrollbar-thumb:hover{background:var(--accent-orange-hover)}@media (max-width:768px){.Home_heroTitle__BwshW{font-size:2.5rem}.Home_heroSubtitle__C6BcQ{font-size:1.1rem}.Home_heroButtons__QPew8{flex-direction:column;align-items:center}.Home_menuSection__13Hl_{padding:calc(70px + .5rem) .5rem 1.5rem;min-height:calc(100vh - 70px)}.Home_contactContent__9IbNe h2,.Home_sectionHeader__2xRFM h2{font-size:2rem}.Home_contactInfo__0aRrQ{grid-template-columns:1fr;gap:1rem}.Home_infoItem__Qh4MN{flex-direction:column;text-align:center;padding:1rem}.Home_sectionIndicators__CgEvk{right:.5rem}.Home_floatingNav__o_qcZ{padding:.75rem 1rem}.Home_logo__ZEOng{font-size:1.4rem}.Home_navActions__V33MK{gap:1rem}.Home_navLink__nhFli{font-size:.85rem}.Home_floatingCart__bJiqP{width:45px;height:35px;font-size:.9rem}.Home_cartBadge__rOc85{width:18px;height:18px;font-size:.7rem;top:-6px;right:-6px}}@media (max-width:480px){.Home_floatingNav__o_qcZ{padding:.5rem .75rem;height:60px}.Home_logo__ZEOng{font-size:1.2rem}.Home_navActions__V33MK{gap:.75rem}.Home_navLink__nhFli{font-size:.8rem}.Home_floatingCart__bJiqP{width:40px;height:32px;font-size:.85rem}.Home_menuSection__13Hl_{padding:calc(60px + .5rem) .25rem 1rem;min-height:calc(100vh - 60px)}.Home_heroTitle__BwshW{font-size:2rem}.Home_heroSubtitle__C6BcQ{font-size:1rem}.Home_sectionIndicators__CgEvk{right:.25rem}.Home_indicator__gSgxr{width:10px;height:10px}}