.Hero_hero__D0Vj7{overflow:hidden;min-height:50vh;touch-action:manipulation}.Hero_container__VxTA8,.Hero_hero__D0Vj7{position:relative;width:100%;max-width:100vw;box-sizing:border-box}.Hero_container__VxTA8{height:100%;overflow-x:hidden;margin:0;padding:0}.Hero_heroBanner__jpRck{position:relative;width:100%;height:50vh;overflow:hidden}.Hero_slide__3AnOx{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;transition:opacity 1s ease-in-out;transform:scale(1.05)}.Hero_slide__3AnOx.Hero_active__U6UVJ{opacity:1}.Hero_slide__3AnOx.Hero_animate__r01EV{transform:scale(1);transition:opacity 1s ease-in-out,transform .8s ease-out}.Hero_bannerImage__CSiek{object-fit:cover;object-position:center;background-repeat:no-repeat;transition:transform .4s ease-out}.Hero_heroBanner__jpRck:hover .Hero_bannerImage__CSiek{transform:scale(1.02)}.Hero_indicators__H_C25{position:absolute;bottom:1rem;left:50%;transform:translateX(-50%);display:flex;gap:.5rem;z-index:20;touch-action:manipulation}.Hero_indicator__F7MgY{width:12px;height:12px;border-radius:50%;border:none;background:hsla(0,0%,100%,.4);cursor:pointer;transition:all .3s ease;touch-action:manipulation;padding:6px;margin:4px}.Hero_indicator__F7MgY:hover{background:hsla(0,0%,100%,.6);transform:scale(1.1)}.Hero_indicator__F7MgY:focus{outline:2px solid var(--primary);outline-offset:2px}.Hero_indicatorActive__ZpchO{background:var(--primary);transform:scale(1.25)}.Hero_indicatorActive__ZpchO:hover{background:var(--primary);transform:scale(1.35)}@media (min-width:640px){.Hero_hero__D0Vj7{min-height:70vh}.Hero_heroBanner__jpRck{height:70vh}.Hero_indicators__H_C25{bottom:1.5rem;gap:.75rem}.Hero_indicator__F7MgY{width:.75rem;height:.75rem;padding:8px;border-radius:50%}.Hero_indicator__F7MgY:focus,.Hero_indicator__F7MgY:hover{background:hsla(0,0%,100%,.8);transform:scale(1.3)}}@media (min-width:768px){.Hero_hero__D0Vj7{min-height:80vh}.Hero_heroBanner__jpRck{height:80vh}.Hero_indicators__H_C25{bottom:2rem}}@media (min-width:1024px){.Hero_hero__D0Vj7{min-height:100vh}.Hero_heroBanner__jpRck{height:100vh}.Hero_indicators__H_C25{bottom:3rem;gap:1rem}.Hero_indicator__F7MgY{width:1rem;height:1rem}}@keyframes Hero_slideIn__RlFKq{0%{opacity:0;transform:scale(1.1)}to{opacity:1;transform:scale(1)}}.Hero_slide__3AnOx.Hero_animate__r01EV.Hero_active__U6UVJ{animation:Hero_slideIn__RlFKq 1s ease-out}@media (prefers-reduced-motion:reduce){.Hero_bannerImage__CSiek,.Hero_indicator__F7MgY,.Hero_slide__3AnOx{transition:none}.Hero_slide__3AnOx.Hero_animate__r01EV{animation:none}}.Hero_indicator__F7MgY:focus-visible{outline:3px solid var(--primary);outline-offset:3px}@media (max-width:480px){.Hero_hero__D0Vj7{min-height:45vh}.Hero_heroBanner__jpRck{height:45vh}.Hero_indicators__H_C25{bottom:1rem;gap:.5rem}.Hero_indicator__F7MgY{width:14px;height:14px;padding:8px;margin:6px}.Hero_indicatorActive__ZpchO{transform:scale(1.4)}.Hero_bannerImage__CSiek{object-fit:cover;object-position:center center}}@media (max-width:360px){.Hero_hero__D0Vj7{min-height:40vh}.Hero_heroBanner__jpRck{height:40vh}.Hero_indicators__H_C25{bottom:.75rem}}.About_about__uU0XY{position:relative;color:#2d3748;overflow:hidden}.About_aboutBg__aFYEH{height:100%;min-height:500px;padding:80px 0;background:linear-gradient(135deg,#fff,rgba(252,207,43,.15) 50%,rgba(252,207,43,.25))}.About_aboutBg__aFYEH,.About_container__Ee_9S{position:relative;width:100%;display:flex;align-items:center}.About_container__Ee_9S{max-width:1200px;margin:0 auto;padding:0 20px;z-index:3;justify-content:space-between;gap:60px}.About_textSection__Fhqjq{flex:1 1;display:flex;justify-content:flex-start;align-items:center}.About_aboutContent__qgs_I{max-width:500px;width:100%;text-align:left}.About_imageSection__R97V8{flex:1 1;display:flex;justify-content:center;align-items:center}.About_aboutImage__rgtyx{width:400px;height:300px;background:hsla(0,0%,100%,.9);border-radius:12px;overflow:hidden;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 8px 32px rgba(0,0,0,.1);transition:all .3s ease;position:relative}.About_aboutImage__rgtyx:hover{transform:translateY(-2px);box-shadow:0 12px 40px rgba(0,0,0,.15)}.About_aboutImg___mUkR{width:100%;height:100%;object-fit:cover;object-position:center;transition:transform .3s ease}.About_aboutImage__rgtyx:hover .About_aboutImg___mUkR{transform:scale(1.05)}.About_aboutContent__qgs_I h2{font-family:var(--font-display);font-size:clamp(2.5rem,4vw,3.5rem);font-weight:400;margin-bottom:2rem;color:#2d3748;line-height:1.1}.About_aboutContent__qgs_I p{font-family:var(--font-body);font-size:clamp(1.125rem,2vw,1.25rem);font-weight:400;line-height:1.6;color:#4a5568;margin-bottom:2.5rem}.About_buttonGroup__CTUtg{display:flex;gap:1rem;flex-wrap:wrap}.About_btnPrimary__7dqPH{font-family:var(--font-body);font-weight:600;background:linear-gradient(135deg,#e32526,#7b1617);color:#fff;border:none;padding:16px 32px;border-radius:8px;font-size:1rem;cursor:pointer;text-transform:uppercase;letter-spacing:.5px;transition:all .2s ease-out;position:relative;overflow:hidden;box-shadow:0 0 30px rgba(198,13,11,.4)}.About_btnPrimary__7dqPH:hover{transform:scale(1.05);animation:About_bounce-soft__NzOPU .6s ease-out}.About_btnPrimary__7dqPH:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,hsla(0,0%,100%,.3),transparent);transition:left .5s ease-out}.About_btnPrimary__7dqPH:hover:before{left:100%}.About_btnPrimary__7dqPH:after{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:hsla(0,0%,100%,.5);transform:translate(-50%,-50%);transition:width .6s ease-out,height .6s ease-out}.About_btnPrimary__7dqPH:active:after{width:300px;height:300px}@keyframes About_bounce-soft__NzOPU{0%{transform:scale(1.05)}25%{transform:scale(1.1)}50%{transform:scale(1.05)}75%{transform:scale(1.08)}to{transform:scale(1.05)}}.About_btnPrimary__7dqPH:focus{outline:none;box-shadow:0 0 30px rgba(198,13,11,.4),0 0 0 3px rgba(198,13,11,.3)}.About_btnSecondary__LRgzQ{font-family:var(--font-body);font-weight:600;background:transparent;color:#2d3748;border:2px solid rgba(45,55,72,.8);padding:16px 32px;border-radius:8px;font-size:1rem;cursor:pointer;text-transform:uppercase;letter-spacing:.5px;transition:all .3s ease;position:relative;overflow:hidden}.About_btnSecondary__LRgzQ:hover{background:rgba(252,207,43,.1);border-color:#2d3748;transform:translateY(-2px);box-shadow:0 8px 25px rgba(0,0,0,.15)}.About_btnSecondary__LRgzQ:active{transform:translateY(0)}.About_btnSecondary__LRgzQ:focus{outline:none;box-shadow:0 8px 25px rgba(0,0,0,.15),0 0 0 3px rgba(252,207,43,.4)}.About_modalOverlay__Rw1NS{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.9);z-index:1000;display:flex;align-items:center;justify-content:center;padding:20px;animation:About_fadeIn__Hdwr4 .3s ease-out}.About_modalContainer__3KDNW{position:relative;max-width:90vw;max-height:90vh;width:100%;background:#000;border-radius:12px;overflow:hidden;box-shadow:0 25px 50px rgba(0,0,0,.5);animation:About_scaleIn__NOnKr .3s ease-out}.About_closeButton__ffZQc{position:absolute;top:15px;right:20px;background:hsla(0,0%,100%,.1);border:none;color:#fff;font-size:2rem;width:40px;height:40px;border-radius:50%;cursor:pointer;z-index:1001;display:flex;align-items:center;justify-content:center;transition:all .2s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.About_closeButton__ffZQc:hover{background:hsla(0,0%,100%,.2);transform:scale(1.1)}.About_videoContainer__4eedY{position:relative;width:100%;height:0;padding-bottom:56.25%}.About_modalVideo__Ia1gX{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}@keyframes About_fadeIn__Hdwr4{0%{opacity:0}to{opacity:1}}@keyframes About_scaleIn__NOnKr{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}@media (max-width:768px){.About_aboutBg__aFYEH{min-height:auto;padding:60px 0}.About_container__Ee_9S{flex-direction:column;gap:40px;justify-content:center;padding:0 20px}.About_textSection__Fhqjq{order:1;justify-content:center}.About_imageSection__R97V8{order:2}.About_aboutContent__qgs_I{text-align:center;max-width:100%}.About_aboutContent__qgs_I h2{margin-bottom:1.5rem}.About_aboutContent__qgs_I p{margin-bottom:2rem}.About_buttonGroup__CTUtg{justify-content:center}.About_aboutImage__rgtyx{width:320px;height:240px}.About_modalContainer__3KDNW{max-width:95vw;margin:0 10px}.About_closeButton__ffZQc{top:10px;right:15px;width:35px;height:35px;font-size:1.5rem}}@media (max-width:480px){.About_aboutBg__aFYEH{padding:30px 0}.About_container__Ee_9S{gap:25px;padding:0 15px;margin:0}.About_aboutContent__qgs_I h2{font-size:clamp(2rem,6vw,2.5rem);margin-bottom:1.25rem;text-align:center}.About_aboutContent__qgs_I p{font-size:16px;margin-bottom:1.5rem;text-align:center}.About_btnPrimary__7dqPH,.About_btnSecondary__LRgzQ{padding:16px 24px;font-size:1rem;width:100%;max-width:280px;min-height:48px}.About_buttonGroup__CTUtg{flex-direction:column;align-items:center;gap:1rem;width:100%}.About_aboutImage__rgtyx{width:300px;height:220px;margin:0 auto}.About_modalOverlay__Rw1NS{padding:15px}.About_closeButton__ffZQc{top:10px;right:15px;width:44px;height:44px;font-size:1.5rem}}@media (min-width:1024px){.About_aboutBg__aFYEH{min-height:600px}.About_container__Ee_9S{gap:80px}.About_aboutContent__qgs_I{max-width:450px}.About_aboutImage__rgtyx{width:450px;height:340px}.About_modalContainer__3KDNW{max-width:80vw}}@media (min-width:1200px){.About_aboutBg__aFYEH{min-height:650px;padding:100px 0}.About_container__Ee_9S{gap:100px}.About_aboutContent__qgs_I{max-width:500px}.About_aboutImage__rgtyx{width:480px;height:360px}.About_modalContainer__3KDNW{max-width:70vw}}.About_modalOverlay__Rw1NS:focus{outline:none}.About_modalContainer__3KDNW:focus{outline:2px solid hsla(0,0%,100%,.8);outline-offset:4px}@media (max-width:360px){.About_aboutBg__aFYEH{padding:25px 0}.About_container__Ee_9S{gap:20px;padding:0 10px;margin:0}.About_aboutContent__qgs_I h2{font-size:clamp(1.8rem,7vw,2.2rem)}.About_aboutContent__qgs_I p{font-size:15px;line-height:1.4}.About_aboutImage__rgtyx{width:260px;height:180px}.About_btnPrimary__7dqPH,.About_btnSecondary__LRgzQ{padding:14px 20px;font-size:.95rem;max-width:260px}}@media (hover:none) and (pointer:coarse){.About_btnPrimary__7dqPH:hover,.About_btnSecondary__LRgzQ:hover{transform:none}.About_btnPrimary__7dqPH:active,.About_btnSecondary__LRgzQ:active{transform:scale(.98);transition:transform .1s ease}.About_aboutImage__rgtyx:hover,.About_aboutImage__rgtyx:hover .About_aboutImg___mUkR{transform:none}}@media (prefers-reduced-motion:reduce){.About_btnPrimary__7dqPH,.About_btnPrimary__7dqPH:after,.About_btnPrimary__7dqPH:before,.About_btnSecondary__LRgzQ,.About_modalContainer__3KDNW,.About_modalOverlay__Rw1NS{animation:none!important;transition:none!important}.About_btnPrimary__7dqPH:hover,.About_btnSecondary__LRgzQ:hover{transform:none!important}}.Brands_brands__jeFkE{padding:80px 20px;background:linear-gradient(180deg,#f8f9fa,#fff 50%,#f1f3f4);min-height:auto}.Brands_container__O6vKk{max-width:1200px;margin:0 auto;width:100%}.Brands_sectionHeader__EUQv_{text-align:center;margin-bottom:60px}.Brands_headerCard__Qh7UI{display:inline-block;padding:32px 40px;border-radius:1.5rem;background:linear-gradient(145deg,hsla(0,0%,100%,.9),rgba(252,207,43,.05));-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(252,207,43,.2);box-shadow:0 20px 40px rgba(0,0,0,.1);max-width:800px}.Brands_titleContainer__ZmZiT h2{font-family:var(--font-display);font-size:3rem;font-weight:600;color:#1a202c;margin-bottom:1rem;line-height:1.2;background:linear-gradient(135deg,#2d3748,#4a5568);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.Brands_titleContainer__ZmZiT p{font-family:var(--font-body);font-size:1.2rem;font-weight:400;color:#4a5568;line-height:1.6;margin:0}.Brands_productsContainer__7Gh4W{position:relative;margin:0 -20px;background:transparent}.Brands_productsGrid__ybrKu{display:flex;flex-direction:row;gap:32px;overflow-x:auto;overflow-y:hidden;padding:20px 20px 40px;scroll-behavior:smooth;scrollbar-width:thin;scrollbar-color:rgba(252,207,43,.5) rgba(0,0,0,.1);opacity:0;transform:translateY(30px);transition:all .8s ease .2s;background:transparent}.Brands_productsGrid__ybrKu::-webkit-scrollbar{height:0;width:0}.Brands_productsGrid__ybrKu{scrollbar-width:none;-ms-overflow-style:none}.Brands_gridVisible__WCpzu{opacity:1;transform:translateY(0)}.Brands_gridHidden__LHodd{opacity:0;transform:translateY(30px)}.Brands_productCard__JsRfR{background:linear-gradient(145deg,hsla(0,0%,100%,.95),rgba(252,207,43,.02));border-radius:1.5rem;padding:32px;border:1px solid rgba(252,207,43,.15);box-shadow:0 4px 12px rgba(0,0,0,.06),0 2px 4px rgba(0,0,0,.04);transition:all .3s ease;cursor:pointer;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);position:relative;overflow:hidden;flex:0 0 350px;min-height:480px}.Brands_productCard__JsRfR:hover{transform:translateY(-8px) scale(1.02);box-shadow:0 12px 24px rgba(0,0,0,.12),0 6px 12px rgba(0,0,0,.08);border-color:rgba(252,207,43,.4);z-index:10;position:relative}.Brands_productCard__JsRfR:hover .Brands_productImage__2DRZu{transform:scale(1.08)}@media (min-width:769px){.Brands_productsGrid__ybrKu:hover:before{content:"Paused - Move mouse away to resume auto-scroll";position:absolute;top:-30px;left:50%;transform:translateX(-50%);background:rgba(0,0,0,.8);color:#fff;padding:4px 12px;border-radius:15px;font-size:.75rem;white-space:nowrap;z-index:20;opacity:0;animation:Brands_fadeInPause__PZCj3 .3s ease-in .5s forwards}}@keyframes Brands_fadeInPause__PZCj3{0%{opacity:0;transform:translateX(-50%) translateY(-5px)}to{opacity:1;transform:translateX(-50%) translateY(0)}}.Brands_productImage__2DRZu{text-align:center;margin-bottom:24px;transition:transform .3s ease;height:200px;display:flex;align-items:center;justify-content:center}.Brands_productContent__McSkp{text-align:center}.Brands_productHeader__a6Wad{margin-bottom:16px}.Brands_productTagline__Cw7we{display:inline-block;font-family:var(--font-body);font-size:.85rem;font-weight:600;color:#c60d0b;text-transform:uppercase;letter-spacing:1px;padding:6px 12px;background:linear-gradient(45deg,rgba(252,207,43,.1),rgba(198,13,11,.05));border-radius:15px;border:1px solid rgba(252,207,43,.2);margin-bottom:12px}.Brands_productTitle__0JiyE{font-family:var(--font-display);font-size:1.75rem;font-weight:600;color:#1a202c;margin:0 0 16px;line-height:1.3}.Brands_productDescription___9WHQ{font-family:var(--font-body);font-size:1rem;font-weight:400;color:#4a5568;line-height:1.6;margin-bottom:20px}.Brands_productFeatures__q2ima{display:flex;flex-wrap:wrap;gap:8px;justify-content:center;margin-bottom:24px}.Brands_featureBadge__qJgb_{font-family:var(--font-body);font-size:.75rem;font-weight:500;color:#2d3748;padding:6px 12px;background:linear-gradient(45deg,rgba(15,84,20,.08),rgba(252,207,43,.05));border:1px solid rgba(15,84,20,.15);border-radius:12px;text-transform:uppercase;letter-spacing:.5px}.Brands_productActions__yd1KC{display:flex;justify-content:center;margin-top:8px}.Brands_btnPrimary__DwiwI{font-family:var(--font-body);font-size:1rem;font-weight:600;padding:14px 32px;border-radius:25px;border:none;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:.5px;position:relative;overflow:hidden;background:linear-gradient(135deg,#c60d0b,#fccf2b);color:#fff;box-shadow:0 6px 20px rgba(198,13,11,.3);min-width:160px}.Brands_btnPrimary__DwiwI:hover{transform:translateY(-3px);box-shadow:0 10px 30px rgba(198,13,11,.4)}@media (max-width:768px){.Brands_brands__jeFkE{padding:60px 16px}.Brands_productsGrid__ybrKu{gap:24px}.Brands_productCard__JsRfR{flex:0 0 300px;padding:24px;min-height:450px}.Brands_titleContainer__ZmZiT h2{font-size:2.5rem}.Brands_titleContainer__ZmZiT p{font-size:1.1rem}.Brands_btnPrimary__DwiwI{width:100%;max-width:250px}}@media (max-width:480px){.Brands_brands__jeFkE{padding:30px 5px}.Brands_headerCard__Qh7UI{padding:20px 24px;margin:0 5px;border-radius:1rem}.Brands_titleContainer__ZmZiT h2{font-size:clamp(1.75rem,6vw,2rem);margin-bottom:.75rem}.Brands_titleContainer__ZmZiT p{font-size:15px;line-height:1.5}.Brands_productsGrid__ybrKu{gap:16px;padding:15px 5px 25px;-webkit-overflow-scrolling:touch;scroll-snap-type:x mandatory}.Brands_productCard__JsRfR{flex:0 0 270px;padding:18px;min-height:400px;scroll-snap-align:center}.Brands_productTitle__0JiyE{font-size:clamp(1.25rem,4vw,1.5rem);line-height:1.2}.Brands_productDescription___9WHQ{font-size:14px;line-height:1.4}.Brands_productImage__2DRZu{height:140px;margin-bottom:16px}.Brands_btnPrimary__DwiwI{padding:12px 20px;font-size:.9rem;min-height:44px;width:100%;max-width:200px}.Brands_productFeatures__q2ima{gap:6px;margin-bottom:18px}.Brands_featureBadge__qJgb_{font-size:.7rem;padding:4px 8px}}@media (prefers-reduced-motion:reduce){.Brands_btnPrimary__DwiwI,.Brands_productCard__JsRfR,.Brands_productImage__2DRZu,.Brands_productsGrid__ybrKu{transition:none!important;transform:none!important}.Brands_btnPrimary__DwiwI:hover,.Brands_productCard__JsRfR:hover,.Brands_productCard__JsRfR:hover .Brands_productImage__2DRZu{transform:none!important}}@media (prefers-contrast:high){.Brands_headerCard__Qh7UI,.Brands_productCard__JsRfR{border-width:2px;border-color:currentColor}.Brands_featureBadge__qJgb_{border-width:2px}}.Brands_btnPrimary__DwiwI:focus,.Brands_productCard__JsRfR:focus{outline:3px solid #fccf2b;outline-offset:2px}.Brands_productsContainer__7Gh4W:before{left:0;background:linear-gradient(90deg,#f8f9fa,rgba(248,249,250,.8) 30%,hsla(0,0%,100%,.4) 70%,transparent)}.Brands_productsContainer__7Gh4W:after,.Brands_productsContainer__7Gh4W:before{content:"";position:absolute;top:20px;width:60px;height:calc(100% - 60px);pointer-events:none;z-index:2}.Brands_productsContainer__7Gh4W:after{right:0;background:linear-gradient(270deg,#f1f3f4,rgba(248,249,250,.8) 30%,hsla(0,0%,100%,.4) 70%,transparent)}.Brands_productsGrid__ybrKu{-webkit-overflow-scrolling:touch}@media (min-width:769px){.Brands_productsGrid__ybrKu{gap:40px}}@media (max-width:360px){.Brands_brands__jeFkE{padding:25px 5px}.Brands_headerCard__Qh7UI{padding:16px 20px;margin:0 5px}.Brands_titleContainer__ZmZiT h2{font-size:clamp(1.5rem,7vw,1.75rem)}.Brands_titleContainer__ZmZiT p{font-size:14px}.Brands_productsGrid__ybrKu{gap:12px;padding:12px 3px 20px}.Brands_productCard__JsRfR{flex:0 0 250px;padding:16px;min-height:380px}.Brands_productImage__2DRZu{height:120px}.Brands_btnPrimary__DwiwI{font-size:.85rem;padding:10px 16px;max-width:180px}}@media (hover:none) and (pointer:coarse){.Brands_btnPrimary__DwiwI:hover,.Brands_productCard__JsRfR:hover,.Brands_productCard__JsRfR:hover .Brands_productImage__2DRZu{transform:none}.Brands_productCard__JsRfR:active{transform:scale(.98);transition:transform .1s ease}.Brands_btnPrimary__DwiwI:active{transform:scale(.95);transition:transform .1s ease}.Brands_productsGrid__ybrKu{scroll-behavior:smooth}}.Recipes_recipes__MCzsT{position:relative;overflow:hidden;z-index:10;padding:64px 16px;background:linear-gradient(135deg,#fff,hsla(34,44%,69%,.1));touch-action:manipulation}.Recipes_container__yL2QR{max-width:1152px;margin:0 auto;text-align:center;position:relative;z-index:10}.Recipes_radialBackground__zi_BD{position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 50% 50%,rgba(252,207,43,.05) 0,transparent 70%);z-index:1}.Recipes_floatingIcon__CH72_{position:absolute;width:64px;height:64px;display:flex;align-items:center;justify-content:center;font-size:2rem;z-index:2;pointer-events:none}.Recipes_opacity-20__i55JR{opacity:.2}.Recipes_opacity-25__0cVSN{opacity:.25}.Recipes_opacity-30__5dNgQ{opacity:.3}.Recipes_opacity-35__P6WYG{opacity:.35}@keyframes Recipes_float-1__ey6cT{0%,to{transform:translate(0) rotate(0deg)}25%{transform:translate(5px,-10px) rotate(2deg)}50%{transform:translate(-3px,-15px) rotate(-1deg)}75%{transform:translate(-8px,-8px) rotate(1deg)}}@keyframes Recipes_float-2__vrDrp{0%,to{transform:translate(0) rotate(0deg)}25%{transform:translate(-8px,-12px) rotate(-2deg)}50%{transform:translate(6px,-18px) rotate(1deg)}75%{transform:translate(4px,-6px) rotate(-1deg)}}@keyframes Recipes_float-3__Mht1_{0%,to{transform:translate(0) rotate(0deg)}25%{transform:translate(7px,-8px) rotate(1deg)}50%{transform:translate(-5px,-14px) rotate(2deg)}75%{transform:translate(9px,-10px) rotate(-1deg)}}@keyframes Recipes_float-4__VE6ur{0%,to{transform:translate(0) rotate(0deg)}25%{transform:translate(-6px,-14px) rotate(-1deg)}50%{transform:translate(8px,-20px) rotate(2deg)}75%{transform:translate(-4px,-7px) rotate(1deg)}}@keyframes Recipes_float-5__2gzpS{0%,to{transform:translate(0) rotate(0deg)}25%{transform:translate(9px,-9px) rotate(2deg)}50%{transform:translate(-7px,-16px) rotate(-2deg)}75%{transform:translate(5px,-11px) rotate(1deg)}}@keyframes Recipes_float-6__sPHgK{0%,to{transform:translate(0) rotate(0deg)}25%{transform:translate(-5px,-13px) rotate(-1deg)}50%{transform:translate(6px,-8px) rotate(2deg)}75%{transform:translate(-8px,-15px) rotate(-2deg)}}.Recipes_animate-float-1__Ip_5V{animation:Recipes_float-1__ey6cT 6s ease-in-out infinite}.Recipes_animate-float-2__udRIf{animation:Recipes_float-2__vrDrp 7s ease-in-out infinite}.Recipes_animate-float-3__5jL5F{animation:Recipes_float-3__Mht1_ 8s ease-in-out infinite}.Recipes_animate-float-4__QqmUM{animation:Recipes_float-4__VE6ur 9s ease-in-out infinite}.Recipes_animate-float-5__4czbf{animation:Recipes_float-5__2gzpS 10s ease-in-out infinite}.Recipes_animate-float-6___nm_q{animation:Recipes_float-6__sPHgK 11s ease-in-out infinite}.Recipes_sectionHeader__IDmmk{text-align:center;margin-bottom:48px;display:flex;justify-content:center;width:100%}.Recipes_headerCard__LSjb_{display:inline-block;padding:24px 32px;border-radius:1rem;margin-bottom:0;box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04);background:linear-gradient(145deg,hsla(0,0%,100%,.25),rgba(252,207,43,.05));-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid hsla(0,0%,100%,.2);text-align:center;max-width:90vw}.Recipes_iconContainer__GU70b{display:inline-block;padding:16px 20px;margin-bottom:16px;background:linear-gradient(135deg,rgba(252,207,43,.95),hsla(0,0%,100%,.8));-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border:1px solid hsla(0,0%,100%,.3);border-radius:50px;box-shadow:0 10px 25px rgba(0,0,0,.1),inset 0 1px 0 hsla(0,0%,100%,.2)}.Recipes_chefHatIcon__mO4_j{width:2rem;height:2rem;font-size:2rem;display:flex;align-items:center;justify-content:center;color:#c60d0b}.Recipes_titleContainer__UUm7Y{padding:0;max-width:none}.Recipes_titleContainer__UUm7Y h2{font-family:var(--font-display);font-size:2.25rem;font-weight:400;color:#2d3748;margin-bottom:1.5rem;line-height:1.2}.Recipes_titleContainer__UUm7Y p{font-family:var(--font-body);font-size:1.125rem;font-weight:400;color:#4a5568;max-width:600px;margin:0 auto;line-height:1.625}.Recipes_recipesGrid__5lFA_{display:grid;grid-template-columns:repeat(1,1fr);grid-gap:1.5rem;gap:1.5rem;margin-bottom:2rem;align-items:stretch}.Recipes_recipeCard__ViJTE{overflow:hidden;position:relative;text-align:center;height:100%;display:flex;flex-direction:column}.Recipes_recipeGroup__DFlap{transition:all .5s ease}.Recipes_glass__czMCI{background:linear-gradient(145deg,hsla(0,0%,100%,.4),rgba(252,207,43,.1));-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid hsla(0,0%,100%,.3);border-radius:1rem;box-shadow:0 8px 32px rgba(252,207,43,.15),inset 0 1px 0 hsla(0,0%,100%,.2)}.Recipes_shadowGlassHover__aKHe_:hover{transform:translateY(-8px)}.Recipes_featuredCard__aMM48,.Recipes_shadowGlassHover__aKHe_:hover{background:linear-gradient(145deg,hsla(0,0%,100%,.5),rgba(252,207,43,.15));box-shadow:0 16px 48px rgba(252,207,43,.25),inset 0 1px 0 hsla(0,0%,100%,.3)}.Recipes_featuredCard__aMM48{border-radius:1.5rem;border:2px solid rgba(252,207,43,.2)}.Recipes_featuredCard__aMM48:hover{transform:translateY(-8px);animation:Recipes_glow-pulse-enhanced__Om2Yz 3s infinite}.Recipes_imageWrapper__MOynT{overflow:hidden;border-radius:1rem 1rem 0 0}.Recipes_featuredCard__aMM48 .Recipes_imageWrapper__MOynT{border-radius:1.5rem 1.5rem 0 0}.Recipes_recipeImage__bRKi6{width:100%;height:200px;background-size:cover;background-position:50%;position:relative;transition:transform .5s ease}.Recipes_recipeGroup__DFlap:hover .Recipes_recipeImage__bRKi6{transform:scale(1.05)}.Recipes_featuredBadge__JXpGa{left:12px}.Recipes_featuredBadge__JXpGa,.Recipes_recipeBadge__767bR{position:absolute;top:12px;color:#fff;padding:8px 16px;font-family:var(--font-body);font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;z-index:20}.Recipes_recipeBadge__767bR{right:12px}.Recipes_glassLight__H0Xoz{background:linear-gradient(145deg,hsla(0,0%,100%,.25),rgba(252,207,43,.05));-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid hsla(0,0%,100%,.2);border-radius:.75rem;transition:all .5s ease}.Recipes_metaInfoPills__jToo4{position:absolute;bottom:12px;left:12px;display:flex;gap:12px;flex-wrap:wrap}.Recipes_metaPill__5xhA0{background:linear-gradient(145deg,hsla(0,0%,100%,.25),rgba(252,207,43,.05));-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid hsla(0,0%,100%,.2);border-radius:9999px;padding:8px 12px;color:#fff;font-family:var(--font-body);font-size:.7rem;font-weight:500;white-space:nowrap;display:flex;align-items:center;gap:4px;transition:all .5s ease}.Recipes_metaPillSmall__pbSHV{padding:4px 8px;font-size:.65rem}.Recipes_featuredCard__aMM48 .Recipes_metaInfoPills__jToo4{gap:8px}.Recipes_cardBody__qnUGz{background:linear-gradient(180deg,hsla(0,0%,100%,.8) 0,hsla(0,0%,100%,.6));-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);padding:24px;border-radius:0 0 1.5rem 1.5rem;transition:all .5s ease;flex:1 1;display:flex;flex-direction:column;justify-content:center}.Recipes_cardBodyFeatured__DMWjt{padding:32px}.Recipes_cardBody__qnUGz h3{font-family:var(--font-display);font-size:clamp(1.25rem,2vw,1.5rem);font-weight:400;color:#2d3748;margin-bottom:1rem;line-height:1.2;text-align:center}.Recipes_cardBody__qnUGz p{font-family:var(--font-body);font-size:.95rem;font-weight:400;color:#4a5568;line-height:1.5;margin-bottom:1.5rem;text-align:center}.Recipes_recipeLink__oJBxN{font-family:var(--font-body);font-weight:600;color:#2d3748;text-decoration:none;font-size:.9rem;text-transform:uppercase;letter-spacing:.3px;transition:color .3s ease;display:inline-flex;align-items:center;justify-content:center;gap:8px;width:100%;text-align:center}.Recipes_recipeLink__oJBxN:after{content:"→";transition:transform .3s ease}.Recipes_recipeLink__oJBxN:hover{color:#1a202c}.Recipes_recipeLink__oJBxN:hover:after{transform:translateX(4px)}.Recipes_btnGlass__t5DF7{font-family:var(--font-body);font-weight:600;width:100%;padding:12px 24px;border-radius:.75rem;font-size:1rem;border:none;text-transform:uppercase;letter-spacing:.5px;position:relative;overflow:hidden;background:linear-gradient(135deg,#e32526,#7b1617);color:#fff;transition:all .2s ease-out;box-shadow:0 10px 25px rgba(0,0,0,.1)}.Recipes_glowRed__tXHI6{box-shadow:0 0 30px rgba(198,13,11,.4)}.Recipes_btnGlass__t5DF7:hover{transform:scale(1.05);animation:Recipes_bounce-soft__mhb68 .6s ease-out}.Recipes_btnGlass__t5DF7:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,hsla(0,0%,100%,.3),transparent);transition:left .5s ease-out}.Recipes_btnGlass__t5DF7:hover:before{left:100%}.Recipes_btnRipple__aPc7L:after{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:hsla(0,0%,100%,.5);transform:translate(-50%,-50%);transition:width .6s ease-out,height .6s ease-out}.Recipes_btnRipple__aPc7L:active:after{width:300px;height:300px}@keyframes Recipes_glow-pulse-enhanced__Om2Yz{0%,to{box-shadow:0 16px 48px rgba(252,207,43,.25),inset 0 1px 0 hsla(0,0%,100%,.3)}50%{box-shadow:0 20px 60px rgba(252,207,43,.35),inset 0 1px 0 hsla(0,0%,100%,.4)}}@keyframes Recipes_bounce-soft__mhb68{0%{transform:scale(1.05)}25%{transform:scale(1.1)}50%{transform:scale(1.05)}75%{transform:scale(1.08)}to{transform:scale(1.05)}}.Recipes_cursorBrand__kpXbQ{cursor:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='12' r='10' fill='%23c60d0b' stroke='%23fccf2b' stroke-width='2' opacity='0.8'/%3E%3C/svg%3E") 12 12,auto}.Recipes_cursorBrand__kpXbQ:hover{cursor:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Ccircle cx='8' cy='8' r='6' fill='%23c60d0b' stroke='%23fccf2b' stroke-width='1' opacity='0.9'/%3E%3C/svg%3E") 8 8,auto}.Recipes_scrollHiddenZoom__p5Alt{opacity:1;transform:scale(1);transition:all .8s ease-out}.Recipes_js__yMx33 .Recipes_scrollHiddenZoom__p5Alt{opacity:0;transform:scale(.8)}.Recipes_animateZoomIn__XkthC{opacity:1;transform:scale(1);transition:all .8s ease-out}.Recipes_chickenSupreme__gpu26{background:linear-gradient(rgba(0,0,0,.3),rgba(0,0,0,.3)),url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 400 200'%3E%3Cdefs%3E%3ClinearGradient id='chicken' x1='0%25' y1='0%25' x2='100%25' y2='100%25'%3E%3Cstop offset='0%25' style='stop-color:%23d2691e'/%3E%3Cstop offset='50%25' style='stop-color:%23cd853f'/%3E%3Cstop offset='100%25' style='stop-color:%23daa520'/%3E%3C/linearGradient%3E%3C/defs%3E%3Crect width='400' height='200' fill='url(%23chicken)'/%3E%3Ccircle cx='150' cy='80' r='30' fill='%23ff6b35' opacity='0.8'/%3E%3Ccircle cx='250' cy='120' r='25' fill='%23f4e4a6' opacity='0.9'/%3E%3C/svg%3E")}.Recipes_spicyStirFry__J9kaC{background:linear-gradient(rgba(0,0,0,.3),rgba(0,0,0,.3)),url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 400 200'%3E%3Cdefs%3E%3ClinearGradient id='spicy' x1='0%25' y1='0%25' x2='100%25' y2='100%25'%3E%3Cstop offset='0%25' style='stop-color:%23ff3d00'/%3E%3Cstop offset='50%25' style='stop-color:%23ff5722'/%3E%3Cstop offset='100%25' style='stop-color:%23ff6b35'/%3E%3C/linearGradient%3E%3C/defs%3E%3Crect width='400' height='200' fill='url(%23spicy)'/%3E%3Ccircle cx='120' cy='70' r='20' fill='%23f4e4a6' opacity='0.9'/%3E%3Ccircle cx='280' cy='130' r='25' fill='%23ff8c42' opacity='0.8'/%3E%3C/svg%3E")}.Recipes_breakfastBowl__X__4o{background:linear-gradient(rgba(0,0,0,.3),rgba(0,0,0,.3)),url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 400 200'%3E%3Cdefs%3E%3ClinearGradient id='breakfast' x1='0%25' y1='0%25' x2='100%25' y2='100%25'%3E%3Cstop offset='0%25' style='stop-color:%234caf50'/%3E%3Cstop offset='50%25' style='stop-color:%2366bb6a'/%3E%3Cstop offset='100%25' style='stop-color:%238bc34a'/%3E%3C/linearGradient%3E%3C/defs%3E%3Crect width='400' height='200' fill='url(%23breakfast)'/%3E%3Ccircle cx='160' cy='90' r='25' fill='%23ff8c42' opacity='0.7'/%3E%3Ccircle cx='240' cy='110' r='20' fill='%23f4e4a6' opacity='0.9'/%3E%3C/svg%3E")}@media (max-width:639px){.Recipes_recipes__MCzsT{padding:40px 5px}.Recipes_sectionHeader__IDmmk{margin-bottom:35px}.Recipes_headerCard__LSjb_{padding:18px 22px;max-width:100%;margin:0 5px}.Recipes_titleContainer__UUm7Y h2{font-size:clamp(2rem,6vw,2.5rem);margin-bottom:12px;line-height:1.2}.Recipes_titleContainer__UUm7Y p{font-size:15px;line-height:1.5}.Recipes_recipesGrid__5lFA_{grid-template-columns:1fr;gap:18px;padding:0 5px}.Recipes_recipeCard__ViJTE{max-width:100%;margin:0 auto}.Recipes_recipeImage__bRKi6{height:170px}.Recipes_btnGlass__t5DF7{padding:14px 28px;font-size:1rem;min-height:48px;width:100%;max-width:280px;margin:0 auto}.Recipes_floatingIcon__CH72_{width:40px;height:40px;font-size:1.25rem}.Recipes_floatingIcon__CH72_:nth-child(2n),.Recipes_floatingIcon__CH72_:nth-child(3n+1){display:none}}@media (min-width:640px){.Recipes_btnGlass__t5DF7{width:auto}}@media (min-width:768px){.Recipes_recipesGrid__5lFA_{grid-template-columns:repeat(2,1fr);align-items:stretch}.Recipes_headerCard__LSjb_{max-width:none}.Recipes_recipes__MCzsT{padding:60px 16px}.Recipes_sectionHeader__IDmmk{margin-bottom:40px}.Recipes_recipeImage__bRKi6{height:180px}}@media (min-width:1024px){.Recipes_recipesGrid__5lFA_{grid-template-columns:repeat(3,1fr);gap:30px;align-items:stretch}.Recipes_titleContainer__UUm7Y h2{font-size:3rem}.Recipes_recipes__MCzsT{padding:80px 16px}.Recipes_sectionHeader__IDmmk{margin-bottom:60px}.Recipes_recipeImage__bRKi6{height:200px}}@media (max-width:480px){.Recipes_recipes__MCzsT{padding:30px 5px}.Recipes_headerCard__LSjb_{padding:16px 20px;margin:0 5px}.Recipes_titleContainer__UUm7Y h2{font-size:clamp(1.75rem,6vw,2rem);margin-bottom:10px}.Recipes_titleContainer__UUm7Y p{font-size:14px;line-height:1.4}.Recipes_recipeImage__bRKi6{height:150px}.Recipes_titleContainer__UUm7Y{padding:1.25rem}.Recipes_btnGlass__t5DF7{padding:12px 24px;font-size:.9rem;max-width:260px;margin:0 auto}.Recipes_floatingIcon__CH72_{width:36px;height:36px;font-size:1.1rem}.Recipes_floatingIcon__CH72_:nth-child(odd){display:none}}@media (hover:none) and (pointer:coarse){.Recipes_btnGlass__t5DF7:hover{transform:none}.Recipes_btnGlass__t5DF7:active{transform:scale(.98);transition:transform .1s ease}.Recipes_recipeCard__ViJTE:hover{transform:none}.Recipes_recipeCard__ViJTE:active{transform:scale(.99);transition:transform .1s ease}}@media (max-width:360px){.Recipes_recipes__MCzsT{padding:25px 5px}.Recipes_headerCard__LSjb_{padding:14px 18px;margin:0 5px}.Recipes_titleContainer__UUm7Y h2{font-size:clamp(1.5rem,7vw,1.75rem)}.Recipes_titleContainer__UUm7Y p{font-size:13px}.Recipes_recipeImage__bRKi6{height:130px}.Recipes_btnGlass__t5DF7{padding:10px 20px;font-size:.85rem;min-height:44px;max-width:240px}.Recipes_floatingIcon__CH72_{display:none}.Recipes_floatingIcon__CH72_:nth-child(5n){display:flex;width:32px;height:32px;font-size:1rem}}@media (prefers-reduced-motion:reduce){.Recipes_animateZoomIn__XkthC,.Recipes_btnGlass__t5DF7,.Recipes_btnGlass__t5DF7:before,.Recipes_btnRipple__aPc7L:after,.Recipes_scrollHiddenZoom__p5Alt{transition:none;animation:none}.Recipes_btnGlass__t5DF7:hover{transform:none}.Recipes_animate-float-1__Ip_5V,.Recipes_animate-float-2__udRIf,.Recipes_animate-float-3__5jL5F,.Recipes_animate-float-4__QqmUM,.Recipes_animate-float-5__4czbf,.Recipes_animate-float-6___nm_q{animation:none}}